Vaughan Rouesnel
Vaughan Rouesnel
## Environment ``` info Fetching system and libraries information... System: OS: macOS 11.2.1 CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz Memory: 24.84 MB / 64.00 GB Shell: 5.8...
**Is your feature request related to a problem? Please describe.** In order to do `xml -> json -> xml` without any re-ordering, children must always be in an array, not...
The function param overloading is confusing, and broken. If you make a typo in the argument to `builderOptions`, then it will use defaults. Validation should be added and overloading should...
Just ran into an issue where I was receiving 599 status code. Digging into the source revealed it means `No match for the request {!r} was found. Can't overwrite existing...
Would it be possible to integrate typings for `on` listener parameters like here: https://github.com/andywer/typed-emitter And `emit` keys. I guess this can be done with `Symbol`s. Probably best done with a...
``` query { getLatestComic { transcript year month day link news } } ``` ``` { "data": { "getLatestComic": null }, "errors": [ { "message": "context.getLatestComic is not a function",...
I wrap `@swc/core` in my own package, so that I can maintain a single version in my monorepo. So I would like to be able to use this in `swc-loader`...
I’m looking for a bidirectional rpc over websockets. How tied to plain http transport is this lib? Streaming would also be nice. But I see you already have an issue...
``` $ which valec ~/bin/valec $ ls -al ~/bin/valec -> ~/bin/vale/valec $ ~/bin/vale/valec Must specify a command (build or help). (panic) $ valec resolve: Realpath failed for input "valec": No...