Rob Wise
                                            Rob Wise
                                        
                                    > Should we test for the type identifier starting with $FlowFixMe and interpret it as any? Maybe it should do this for all `suppress_type`s in the `.flowconfig`?
@ljharb That seems like a good way to go as well! @marcodejongh Whoa, this is definitely useful. I didn't think of writing it that way. Thanks! And if you and...
This can cause my entire kernel to go over memory even when just calling from node, much less inside of prettier-atom (https://github.com/prettier/prettier-atom/issues/480). I'm getting a bunch of bug reports over...
Even if it were some type of trigger that realizes when something is going to be extremely unperformant it just gives up and returns an arbitrary cursor position it would...
The strange thing is that, it should be stepping up the tree as-is?
Can you provide example file?
We used to have the parser be inferred by prettier-atom based on the syntax scope exactly as you say. As the number of supported parsers grew, it became harder to...
Can you try uninstalling and reinstalling? This might be just a strange stale dependency issue.
It seems like you are right on with your diagnosis here. Just as some background, in order to check against any whitelist/exclude globs, we use the `ignores` package. They unfortunately...
@RodFashion prettier had a regression in their codebase, that's a known bad version on their part (they made prettier incompatible with the version of node that Atom uses lol), I...