Robert Kieffer
Robert Kieffer
* [x] Remove Travis CI * [x] Use GH Actions for CI * [ ] Support ESM imports (#241, #233) * [ ] Convert codebase to Typescript / ESM *...
The `` notation mentioned in the README for closing an element is unusual and not well-known (right?) Is this a standard convention? If so, can you add a link to...
I'd like to retain the default transport behavior (console.log), while adding a custom transport (to route errors to Sentry). Currently there's no simple way of doing this. You have to...
**Describe the bug** When an `angle` is applied to a label, any accompanying `dx` and `dy` offsets get applied in the _rotated_ coordinate system. E.g. if a label is rotated...
The AbortController/Signal pattern is a bit cumbersome to use because it requires referencing the `abort` property through the controller instance. If `abort()` was bound to the controller it could be...
I've pulled the logic I put together for resolving extension conflicts in `[email protected]` out into it's own module. I'm using this in the latest 1.x version of `mime` as well...
Related to https://github.com/broofa/node-mime/issues/162 The v2 unit test I have in node-uuid turned up some mappings that seem "questionable" in `mime-types`. I believe these are a result of the more nuanced...
See also https://github.com/developit/htm/issues/76 According to the [JSX docs](https://shripadk.github.io/react/docs/jsx-gotchas.html), "You can insert HTML entities within literal text in JSX", but this does not appear to work because of how &'s are...
See minimal, verifiable test case, below. Briefly, the case below is failing due to the type of the `defaultConfigPath` property being incorrect (`boolean` instead of `string`). **Expected Result**: I would...
Two feature requests here, actually... 1. 'Would be great to be able to specify multiple `--type` flags in the CLI to generate a schema that included each of the types....