Thomas Jenkins
Thomas Jenkins
I love the promise of this project (linting, but fast). We are using eslint not just for js/ts but also React specific rules (e.g. hooks, etc.). Is this project eventually...
I know this is not supported today, but would love to see this being supported in the future. Use case: We have a dynamic server rendered web server where we...
We are switching to Deno and are using VSCode and used Wallaby JS in the past. It'd be great if we could use Wallaby in this setting in the future...
I want to use gluon in WebAssembly. Is this possible now (doubtful since I saw that threads are used and WASM doesn't support threads yet) and if not what would...
Can I implement the scenario below and if so how? - There can be many applications in our system - Each application identified by a UUID and url has this...
I have a folder structure like this: workspace --app ----app1 ------.graphqlconfig ------gql-schema.json ----app2 ------.graphqlconfig ------gql-schema.json The contents of .graphqlconfig is: { "schemaPath": "gql-schema.json" } I would like to get grahpql...