Marlon Regenhardt

Results 137 comments of Marlon Regenhardt

Would be very nice to have this work in a CLI

This would be a great addition. I'd use it for things like Ecosia and Tab for a Cause, where I actually want all ads to show, without having to disable...

A workaround here is to compile the erl files you want to run yourself. With a terminal, go into the source folder, start `erl`, and go `c(my_app, [debug_info]).` This will...

Yeah where's `dotnet csi`? Was surprised to see `dotnet fsi` included but not `dotnet csi`.

@vrubleg you can switch csi to use .NET core using "#reset core"

Thanks, but I was hoping to find something about using framework calls that go to WASM-native features. Turns out WebRTC isn't accessible without going through jsinterop yet. Will keep it...

Honestly I think this might not be a great reason. Assuming there will be many people actually porting python code over to ML.NET, after that is done everyone will have...

`IFido2` interface exists, I guess this happened some time after this issue was created, can this be closed then?

Still same problem with version `2.0.0-beta4.22272.1`. It seems the internal VersionOption is added when the InvokeAsync is called, not on construction, so I see no way of removing it to...

Also using `Command` instead of `RootCommand` throws the same, I guess the command you use as your root will automatically be treated as the root command.