Timon van Spronsen

Results 34 comments of Timon van Spronsen

Our team has been using [ReactShadow](https://github.com/Wildhoney/ReactShadow) to workaround this issue. But we haven't been able to get it to work with Emotion yet (tried creating a separate cache and having...

Any update on this? I'd love to be able to use this with my `create-react-app` based application :)

I can confirm that the directive doesn't work within a modal.

I have the same issue, but the behavior is slightly different for me. Sometimes when I open a shell, or come back to a shell that has been open for...

As a temporary fix, add this to your `keybindings.json` (cmd + shift + p > keyboard shortcuts). The keybinding will override the one from the plugin. ~~You can probably add...

`reactfire` has a similar issue, some workarounds are provided here: https://github.com/FirebaseExtended/reactfire/issues/491.

OpenAPI v3.1 is compatible with JSON Schema, and introduced support for "null". See "Schema Object Changes " in https://www.openapis.org/blog/2021/02/16/migrating-from-openapi-3-0-to-3-1-0. As for OpenAPI 3.0, TypeBox has some documentation for supporting null...

@tompollard I know, but it uses the default layout which isn't really nice in my opinion. It'd be nice if this project would provide a template for ODT and DOCX...

Thanks for the feedback. The reason you can't use any commit SHA is because the code needs to be compiled first. The latest compiled version is available in the [`releases/v3`](https://github.com/TimonVS/pr-labeler-action/commits/releases/v3)...

Good one! I'm going to attempt to answer a few questions here, but I'll document them properly later. > to which branch a new pull-request should be openend (v3/master/..)? I'm...