Ruslan Ianberdin

Results 4 issues of Ruslan Ianberdin

Hi, add [playcode.io](https://playcode.io) (snippets or projects?)

It doesn't work with webpack 5 cache=filesystem. It works on first run, but after webpack restarted it doesn't work. (just serves index.html instead of sprite.svg) ```js cache: { type: 'filesystem',...

It looks like [extractLiveQueryRootFieldCoordinates](https://github.com/n1ru4l/graphql-live-query/blob/7b9acf6e089de73f4e3365258b8d6e3159b8ce68/packages/in-memory-live-query-store/src/extractLiveQueryRootFieldCoordinates.ts#L52) use hard coded 'id' field name instead of 'idFieldName' option. It brokes this feature: ```js liveQueryStore.invalidate([ // Invalidate query operations that select the Query,user field with...

May be atom plugin [navigator-go](https://github.com/joefitzgerald/navigator-go) (go-to) help to make it.

enhancement
help wanted