kerams
kerams
Are you on ARM by any chance?
I might also be seeing this on ARM in production (Ampere, not Graviton), although I am generating few PDFs at this time, so no OOM issues yet. It's been a...
Could it be that the overhead simply stems from JITting the compiler (unless it's already ngened)? On Windows I'm consistently seeing just above 1s for `Measure-Command { dotnet fsi .\unit.fsx...
Desribed in https://github.com/fsharp/fslang-design/blob/main/RFCs/FS-1060-nullable-reference-types.md#meaning-of-unbox, perhaps forgotten or ignored for the time being?
> but should throw an exception during the :?> string cast Feel free to take up that breaking change (which is what a different exception constitutes, I think) with the...
Because I am not using objects anywhere. The fact that `PrintfFormat` has a bunch of type parameters is an implementation detail (formats are an intrinsic), so I don't see why...
That does work, but it introduces a different minor issue. When a spinner is pressed, the number is highlighted and stays so regardless of moving focus elsewhere.
Dragging a `TextBox` also results in the same problem.
> it would be better if compiler wont generate static class at all But you need the closure to create an `Action` instance, don't you?
Well, I've learned something new, thanks.