Stefan Schneider

Results 58 issues of Stefan Schneider

How can I let WSL2 generate the resolv.conf again?

Is there a compatible get for swc ?

https://quasar.dev/ It would be nice to have support for Quasar CLI for Webpack apps.

It seems there is an issue here where some properties are readonly because it seems to be another proxy object. This results in unexpected error messages when simply assigning values...

๐Ÿ› bug

So using docker in offline scenarios is annoying enough but devcontainers seem to be even worse. Is there any guide that explains how to use docker devcontainer with only the...

containers

`directive @oneOf on INPUT_OBJECT | FIELD_DEFINITION` Adding this will not be used in graphql code generator with graphql 16.9.0 and will fail to work with tools like apollo rover because...

## Description `@oneOf` is not recognized as a known directive by rover ### Steps to reproduce try to compose a supergraph with a `@oneOf` directive in use without declaring the...

bug ๐Ÿž
triage

As always, support for oracle db would be nice

enhancement

In windows the import paths do not get resolved but get taken as is. so somehing like ```yaml imports: - '../something/something.glossary.yml' ``` is turned into something like `C:\Users\something\project\../something/something.glossary.yml`

it seems that, if in a context file there was a parsing error like `import` instead of `imports` contextive does not recover and it will stay broken until the next...