Mark Adamson

Results 107 comments of Mark Adamson

Sorry for the spam, the above is mostly a red herring. I have specified the same repository in both environment variables and Pipfile. I think the issue is just that...

`self.index_urls` is ending up `None` under the failing path, which is then leading to the issue ![image](https://github.com/pypa/pipenv/assets/3154635/60b30222-f1a9-4c24-8f1c-4d1a662079cb)

Sorry for the screenshots rather than references in the repo, but below is where the source URL is dropped which then ultimately leads to the warnings. I think the fix...

I've put in a PR #5994 that fixes the warnings for me. Apologies it's a bit of a mess in terms of PR write-up etc. Feel free to amend the...

~I'm interested to know if this will regress the .net 8 SDK version to 8.1xx, rather than the current 8.2xx given the changes in .net provision in Ubuntu 24.04~ ~See...

How about switching to `System.Text.Json` based serialization?

> It might also be problematic for .NET fx users. To answer that specific thought, it's supported in .net standard 2.0 and v4.6.2 https://www.nuget.org/packages/System.Text.Json/ ![image](https://github.com/microsoft/testfx/assets/3154635/5618c220-a2a8-482a-aa89-1011d91d3d41)

> > We're aware how `Mono.Unix` brings in complications in certain situations and also they do not seem to have a proper release in mind or at least a timeline...

> > > We're aware how `Mono.Unix` brings in complications in certain situations and also they do not seem to have a proper release in mind or at least a...

> Thanks using usemap: true turns everything into a map, even the object in the value field is turned into a map. This is not what I want. I have...