Marshall Roch

Results 29 comments of Marshall Roch

this is a bug with include_warnings=true. I attempted to fix this in 0.160.0 and 1.160.1 but it kept breaking stuff so I reverted the attempts in 0.160.2. the bug is...

@SamChou19815 do you think your recent collation fixes might've fixed the issues detecting unused suppressions, making it safe to use `include_warnings`?

Awesome, thanks for starting this list! This is an area that we're going to be investing in over the next couple of months, so the list of issues (please tag...

I tried this in python: ``` json.dumps({"text": "😃"}) '{"text": "\\ud83d\\ude03"}' ``` it seems that our JSON library, Hh_json, doesn't properly implement this part of the [JSON RFC](https://www.ietf.org/rfc/rfc4627.txt): To escape an...

i'd selfishly like this too because during development I often switch between different binaries, and trying to use bash history but changing `flow stop && flow start` to `flow-dev stop...

go-to-definition is powered by the `definition` provider. the `implementation` provider is a different thing, go-to-implementation. it's for jumping from an interface to classes that implement that interface. you're right that...

no plans yet, but a tree-sitter grammar for flow has come up a few times

I'd also like these, please! ppa:avsm/ocaml41+opam11 ppa:avsm/ocaml42+opam11

@mrguessed I updated #4 with an option to do either the top or bottom formats. i'm also using 2 GEMs (main and subpanel) but only one instance of btmon. I'm...