John Wostenberg
John Wostenberg
Running into this issue in 5.10.2. @Arshia001 can you re open?
Yep, seems easy enough. Expect a PR soon
With regards to this problem that you speak of (which I am running into recently), does Fable have a way to "proxy" already existing .Net types, a la [WebSharper's proxies](https://developers.websharper.com/docs/v4.x/fs/proxying)?...
That would be a massive plus for me. That way it wouldn't be a blocker for Fable to not implement some particular part of the BCL that I want to...
Still a problem for me, and it consistently shows up in both UWP Release and Debug.
This is ready for a review. I've added a dropdown where you can choose between cases "absolute" and "per capita".
If its exposed as an event (speaking on this without having run any of this code yet), you should be able to just do this in F#: ```fsharp // With...
I've run into a conundrum: I use paket for my WPF project, and I want to convert my WPF project from .Net Framework to .NET Core 3. However I can't...
@Krzysztof-Cieslak of course, that's not horrible in and of itself, but it's certainly nice to have it built into the VS build steps instead of having to remember to switch...
> > > Restore is supported without need of cmd line. It just works. This wasn't always the case. Install cmd can be done from terminal within VS This is...