Aksel Kvitberg
Aksel Kvitberg
I use Powershell Core 6.1.0 with PsReadline 2.0.0. Some shortcuts does work, some does not: Some that works: Backspace BackwardDeleteChar Ctrl+h BackwardDeleteChar Ctrl+Home BackwardDeleteLine Ctrl+End ForwardDeleteLine Shift+Insert Paste Ctrl+LeftArrow BackwardWord...
I'm sorry if I just don't understand how this should work, but I cannot seem to get `pause` to work with the debugger. I'm using the following test code: test.m...
Syntax highlighting in polyglot notebooks are broken after the November update. This is how a snippet looks in the default theme   This is how a snippet looks with...
Is it possible to have a version using PascalCasing instead of kebab casing? VTextField instead of v-text-field?
This adds examples for encoding and decoding RSV files in F#, using both a byte array and a Stream as the input source.
**Is your feature request related to a problem? Please describe.** If I merge several documents together, the companion app crashes with the following exception: ``` Unhandled exception. System.NullReferenceException: Object reference...
Since this was not documented anywhere, I thought I could not use Oakton with WebApplicationFactory.
I have found that Set.intersect have greatly different performance depending on the order of the arguments passed. Here is a reproduction sample ```fsharp type SetIntersectBenchmark() = let longSet = [...