Julian Scheid
Julian Scheid
I'm using Typescript's [experimental support for ESM](https://www.typescriptlang.org/docs/handbook/esm-node.html), using the `.mts` extension. This isn't currently recognized by xstate-cli. Could the requirements for the extension be relaxed? Also, when a file extension...
Hi, I'm maintaining [webpack-subresource-integrity](https://github.com/waysact/webpack-subresource-integrity) and I'd like to help make the two plugins work together, to ensure integrity for injected `link rel="stylesheet"` tags. For this there would need to be...
When a file fails to declare a dependency on package [`package`](https://github.com/emacs-mirror/emacs/blob/master/lisp/emacs-lisp/package.el), `lint-compile` doesn't flag it. This is because when running emacs for byte-compiling, `$package_initialize_file` gets loaded, which asks to `(require...
- [ ] I have verified that the issue occurs with the latest twilio.js release and is not marked as a known issue in the [CHANGELOG.md](https://github.com/twilio/twilio-client.js/blob/master/CHANGELOG.md). - [x] I reviewed...
- [x] I have verified that the issue occurs with the latest twilio.js release and is not marked as a known issue in the [CHANGELOG.md](https://github.com/twilio/twilio-client.js/blob/master/CHANGELOG.md). - [x] I reviewed the...
**What version of Ajv are you using? Does the issue happen if you use the latest version?** 7.0.3 **Ajv options object** ```javascript {} ``` **JSON Schema** ```json { "type": "array",...
Hi, First of all I wanted to say thanks for your work on emacsformacosx.com, it's been my go-to for many years now. Long version below but tl;dr is: - Emacs...
Melpa?
Hi, thanks for this package. Would you help me get it onto MELPA so that I can use it as a dependency? We'd need to address [these issues raised by...
**Describe the bug** The typings don't currently specify what to expect from `onError`: https://github.com/rmosolgo/graphql-ruby/blob/35230d37fe0ec3c04af82eb3b1597631758d3fe3/javascript_client/src/subscriptions/createAblyHandler.ts#L12 For Ably it's de-facto an array of objects: https://github.com/rmosolgo/graphql-ruby/blob/35230d37fe0ec3c04af82eb3b1597631758d3fe3/javascript_client/src/subscriptions/createAblyHandler.ts#L56-L57 It would probably be better for the...