njlr
njlr
@brianberns
I am also having this issue on macOS with Atom 1.19.0.
Who has the access required to do this?
Looking through the code I could only find `regexp` and `sha1` https://github.com/harelba/q/blob/6b06a7cba3426ae0c77dc6507b6d9da1fa4e11d6/bin/q#L158
I would definitely keep an eye on Bazel, which excels at this kind of thing. The F# rules are still pretty early though: https://github.com/bazelbuild/rules_dotnet
A few updates on this: * I still get the issue with Ionide `v5.2.0` * It occurs on macOS and Linux * Happens most often when writing test names. Seems...
Since this was happening to me quite often, and it seems to be a hard bug to trace, I left the F# output open while editing. Whilst working on some...
> This is looking good. > > Would you also like to do the `Encode` side of this PR? I'm away for a week or so but happy to tackle...
I have added `Encode.map` as you described above. I'm worried the design is inconsistent though... `Encode.list` takes a `JsonValue list` and `Encode.dict` takes a `Map`. However, `Encode.map` takes two encoders...
> Good point indeed. > > My only problem is that because `JsonValue` is an alias for `obj` the compiler is really really tolerant about what we pass in the...