Jesse Hallett

Results 20 issues of Jesse Hallett

This fixes the same issue that was addressed by PR #66 Update Flow. But this version of the fix does not require upgrading any dependencies besides flow-bin. I am submitting...

The documentation says to use `^U` to abort a search, and that works nicely in `main` mode. But it does not work in `vicmd` mode. Is there another option to...

need more info

fixes #103, replaces #105 The new function produces an alternative representation for YAML documents where each YAML node is paired with a `Marker` to indicate the corresponding line and column...

**Describe the bug** This bug comes up specifically when using [lightspeed.nvim](https://github.com/ggandor/lightspeed.nvim). I'm reporting it here because the problem occurs in Neovide, but does not occur when running nvim in a...

bug

### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened SQLFluff is a very helpful linter! But unless I'm missing something it...

bug
sqlite

This change is branched from `sh/expected-output` (pr #192) because I wanted to use the `expect_bytes` method that I added in that branch.

When creating a time-series collection on MongoDB Atlas the `clusteredIndex` field of the collection options is given as `true` instead of as an object that deserializes to `ClusteredIndex`. The rust...

I am a big fan of Mori. I once wrote a [blog post](http://sitr.us/2013/11/04/functional-data-structures.html) on it. More recently I have been enjoying the benefits of type-checked Javascript. I think that [Flow](http://sitr.us/2014/11/21/flow-is-the-javascript-type-checker-i-have-been-waiting-for.html)...

I was having some trouble getting the mori build scripts to work. There were two issues that are fixed by these changes. The get_lein script produced an empty file when...