Kabir Sarin

Results 36 comments of Kabir Sarin

`./node_modules/.bin/eslint` exists and is what I was thinking this package would use. I just tried with node `16.13.2`, same result

Can you share a test repo that demonstrates this issue? I don't really understand what could be causing it 🤔

Does anyone have an example repo?

For future readers: This is a known and open issue. For most use cases, it isn't an issue, but if you are experiencing this problem, the best advice (for now)...

I'm having the exact same problem (on Windows). Any ideas?

This doesn't work on Windows. I also tried using Ardugate, which is great for some simple demos and getting started I suppose... Eventually I moved to node-serialport (which does work...

@kitten this does already work with promises and non-promises (notice the signature `type ContextSetter = (operation: Operation) => Context | Promise;`) Instead of checking `'then' in result` and conditionally using...

Interesting point, hadn't thought of that. Out of curiosity, what sort of side effects could be seen by adding an async function (which introduces a micro-tick delay on every operation)...

It makes sense in that, now I understand it, but it's not a very good solution imo. There is certainly a use-case for an API to return an array with...

If a list is marked as non-nullable, and graphcache is reconstructing a response due to invalidation, can graphcache just apply a filter to the list during that process? Also, any...