Connor

Results 16 issues of 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}) =>...

sublime regex limitation
can't fix

`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...

enhancement
priority: medium

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...

bug
enhancement
help wanted
E-Hard

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...

enhancement

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...

z-python

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)`....