Sam Ritchie
Sam Ritchie
I'm not sure how to tell which PRs are in which release, but the performance appears to have regressed between 41.0.1 (released 6 months ago) and 41.0.3 (released 2 months...
Sorry, 'performance' was the wrong word - I meant the previous version (41.0.1) was okay with this code, the stack overflow was introduced some time after then. I've been describing...
@dsyme `FSHARP_TcStackGuardDepth=50` prevents the crash, at least on Ionide 6.0/FSAC 0.54. Sorry, it’s been difficult to confirm, there appears to be a fresh issue in Ionide 7.0/FSAC 0.56 where typecheck...
I've upgraded to Ionide 7.1.0/FSAC 0.56.2 and intellisense is not instant but is at least usable - possibly it was related to this: https://github.com/fsharp/FsAutoComplete/pull/977. This version still crashes with an...
This is pretty clunky - as far as I can tell, if I want to change the label font on every row, I need to set a `defaultCellSetup` property on...
Unsure what the status of this issue is - I’ve tried drilling through all the linked issues and can only find rejected PRs. Is there some way to download/unpack binaries...
In the meantime, for anyone finding this issue, `carthage build BinaryDep1 BinaryDep2` in your build script is probably the best workaround.
I’m getting this now after running a `nuget locals all -clear`. Deleting `~/.nuget/packages` doesn’t help, and doing a `dotnet restore` (which succeeds) doesn’t help. The packages it complains about definitely...
I think I might have been served some corrupt nupkgs from a CDN somewhere - I noticed the file was a lot smaller than it should have been. I manually...
I’m seeing the same thing - looks like this is an issue with Bootstrap 4? I notice in the newer samples they put the button after the title in the...