-
Hey there, I'm looking to integrate NTypewriter (source generator) into a new project and so far I'm loving the capabilities. A previous project I worked on used [TypeGen](https://github.com/jburzynsk…
-
## Code snippet
```
StringReplace, Clipboard, Clipboard, ", , All
```
## Expected behavior
Characters after `"` should have the usual color in `StringReplace`.
## Editor tokens and scope…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-…
-
### Summary
When I match an `Option`, and when ownership is not required, I often reference the data using a `&`.
However, dereferencing with `&` doesn't give the right type (`&Option` instead of…
-
### Bug Description
I'm messing with the SimpleComposableMemory, but this is reproducible with just the VectorMemory. I'm using the redis backend, which I believe to be the culprit.
also, when usi…
-
Currently, the zeroth constant in a code object's `co_consts` tuple is the docstring, iff it is a string.
This means that any code object without a docstring must not have a string as its first con…
-
This command needs a longer doc comment for reference documentation.
-
**Describe the solution you'd like**
Interfaces let you design a UI through dragging and dropping components. There is a component picker which is organized by Collection -> Category -> Component. Co…
-
Using some online tools like https://www.bottlecaps.de/rr/ui and https://www.bottlecaps.de/convert/ and a bit of manual fixes we can have a nice navigable railroad diagram.
Copy and paste the `EBNF…
-
String expressions don't preserve sequences of control character literals (`\` or `"`). It appears that either they are being re-evaluated again as special characters in the _result_ of an expression,…