-
Hi, sorry for reporting it here. I found a way to exfiltrate data from the user's chat because of the nature of the plugin that allows it to render most of the HTML tag and the default plugin RAG beha…
-
### Current behavior
`defineModel` is stable as of Vue 3.4 so we recently refactored a lot of our code to take advantage of it. However, this has broken our component testing. Previously, we were a…
-
https://github.com/zeit/styled-jsx
Currently, this requires ejecting because of its babel requirement. Is there a way to add this to CRS?
https://github.com/zeit/styled-jsx/issues/118
-
Hey there! Is there any way of adding autocompletion of React components' props in JSX, given the fact that TypeScript allows those props to be statically typed? I noticed that VS Code does its best t…
-
After a regular expression like `/>/`, Babel ignores all messages until the next one.
Mapping:
```
[javascript: **.js]
encoding = utf-8
extract_messages = gettext
```
Source file:
```
alert…
-
-
-
### Describe the bug
I am using create react app and encountering the above error: Module not found: Error: Can't resolve '@/lib/utils'
The above doesn't happen if I write the following "../../lib…
-
Hi, thanks for the awesome plugin!
Would it be possible to add support for other types of syntax highlighters? I'm building a code mod tool and it would be great to have this IDE feature when writi…
-
Add a new type to Fable.Core.JSX (I need to check it doesn't conflict with JSX.ComponentAttribute) similar to:
```fsharp
module Fable.Core.JSX
type Component =
abstract Create: props: Prop…