Results 24 comments of David Shnayder

Could be very useful, especially since windows has little to no cli options for downloading torrents

> > > > hi dusdev when opening a new photoshop file have you tried setting it to 32 or 16 bit color? at 8 bit color mode photoshop will...

Is there any update? I have even attempted to somehow extract and create an instance of the required formatter myself, as I know the types at design time, but it...

> Maybe you can put following code somewhere to prevent trimming. > > ```cs > MemoryPackFormatterProvider.RegisterDictionary(); > ``` > > Or use a `MemoryPackable(GenerateType.Collection)` type that extends from `Dictionary`. The...

> It sounds like `dotnet` is not in the path. > > I'm sorry but I can't build or test for Mac. All I can say is that there are...

Looking at the code you sent, the issue is exactly this, when a process is started with `filename` it looks for it in the path, and it doesn't use the...

Again, there isn't a $path variable in MacOS, there is a $path variable inside the shells you are using. But launching a new process in c# with `ProcessStartInfo` doesn't use...

I managed to find a workaround for now: ```csharp // Input ReadOnlySpan serialized = ... // This is the serialized data int length = ... // length of T[] before...

It is still broken in my environment. Everything is broken and it shows "running dotnet workload restore" might fix it, but it doesn't - it produces this: ```bash sudo dotnet...

> I've downloaded and installed SDK version `10.0.100` **after** installing `10.0.101` and that seems to have worked around the problem. `dotnet --info` shows both SDKs to be installed now, and...