Christopher Aubut

Results 9 comments of Christopher Aubut

I would also use this feature. I am not sure how viable it is in GraphQL, but it would be great to see feature parity (for lookups at least) with...

> @higherorderfunctor In general, I would recommend a backend solution for that (either a [PostGraphile computed column](https://www.graphile.org/postgraphile/computed-columns/) or a trigger-populated column, depending on performance needs), but I'm willing to take...

Having a similar issue over at https://github.com/lo1tuma/eslint-plugin-mocha/issues/322 when they upgraded to 0.28.0.

I am also seeing this issue when running with the plugin. I cannot reproduce with the plugin disabled. It is very intermittent, however, when hooked to a linter, it triggers...

Not the maintainer, but would it be possible to add this feature to the README?

> just want to know how can i change my neovim version smoothly? my current ver is NVIM v0.10.0-dev i'll appreciate that!~ It's a high learning curve, but I use...

Opened https://github.com/mantoni/eslint_d.js/pull/282 with the `README.md` addition. I would be in favor of separate processes. I do wonder if this may cause excessive instances in some situations. I don't think it...

> Separate instances could also make the proposed solution for #236 easier to implement, where `eslint_d` would allow to dispose an instance for a given working directory. Editors could be...

This is an example repo I use for performance testing, but this is the general approach I use in my repos: https://github.com/higherorderfunctor/effect/blob/chore/eslint-testing/eslint.config.js I took the inverse approach of copying the...