Samuel

Results 27 issues of Samuel

I am using this action in a step after I have already installed the node modules for my package. I don't want to install the node modules again. In my...

### Fixes # ### Checks - [ ] Ran `yarn test-build` - [ ] Updated relevant documentations - [ ] Updated matching config options in altair-static ### Changes proposed in...

List features currently supported in query editor e.g. ctrl-click to open in docs - [x] shortcut - autocomplete - [x] shortcut - show finder - [x] shortcut - show in...

- [x] Prerequest script - [x] Postrequest script - [x] Query result - [x] Subscription connection param - [x] Environments - [x] Settings - [x] Smart input - [x] Query...

While there are already lots of tests, several components are still lacking proper tests (just the one skeletal generated test). It would be nice to have tests for a lot...

help wanted
good first issue
hacktoberfest

For a cleaner codebase, we should move the query logic out of the effects.

Instead of the current approach for defining plugins, we can opt for using the native [JS modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules#dynamic_module_loading) to load the plugins instead. This should mean we don't need to pollute...

discussion

Currently plugin assets get loaded from jsdelivr everytime they are loaded. We should find a way to have the assets available offline once they have been loaded at least once....

discussion

This adds full graphql support for codemirror 6 with custom lezer grammar + parser for graphql based on the [October 2021 graphql spec](https://spec.graphql.org/October2021/). Features in codemirror 5 reimplemented for codemirror...

Hello. I know this is more of a general question on dealing with hierarchical data structures and databases, but I am using Dexie and wanted to know if there are...

question