Connor
Connor
When destructured props are split across multiple lines, they are not highlighted as props/arguments. Works (highlights `prop1`, `prop2`, and `prop3` as arguments: ``` const MyComponent = ({prop1, prop2, prop3}) =>...
`createGlobalStyle` was introduced in styled-components v4 to be a better version of `injectGlobal`. But at the moment is not supported by Naomi's syntax highlighting. ``` import { createGlobalStyle } from...
Basically an extension of this issue: https://github.com/styled-components/vscode-styled-components/issues/224 Apparently the intellisense is with the TS compiler and can be configured there, but the syntax highlighting is handled by this plugin so...
Am I missing something? The point of themes is to have different sets of predefined colors. This locks your color set to a single "theme" variable, so there really isn't...
**Is your feature request related to a problem? Please describe.** Hi, I have documents that already have their own unique IDs, and when those docs are updated I want to...
I'm having an issue where my index is getting periodically garbage-collected by the system, without the rest of my code doing so. So I end up in a situation where...
**Version**: redis-py 5.0.1 **Platform**: Python 3.11 macOS ## Description There are many libraries / frameworks that try to be polyglottal by nature and support both sync python and asyncio-based Python....
Hi, thanks for the library – the performance is great. However, I'm trying to find a library I can use to replace our existing graph visualizer `react-force-graph` and I've noticed...
Hi, I recently changed over our infrastructure to use Nginx Unit, and mostly it is going great. The only thing that is not going great is that this seems to...
Hi, as noted I get this error "decoded variable integer size was outside of expected bounds of 70 bits" somewhat frequently when processing updates in ypy, e.g. with `Y.encode_state_as_update(my_ydoc, ydoc_update_data)`....