Ian Schmitz
Ian Schmitz
When using this lib from an ESM environment (browser env. via Vite/esbuild), I receive an error: ``` Uncaught SyntaxError: The requested module '/node_modules/react/index.js' does not provide an export named 'default'...
Hi! :wave: This is more of a request than a bug report, but perhaps it's a bug? I'm a new user of urql. I'm evaluating the library coming from a...
Hey there, I'm hoping you could offer some guidance with building a carousel like component using react-flip-toolkit. For reference, here is a POC to try to show what i'm trying...
The logic for converting HSL to RGB appears to be flawed: https://github.com/jsdom/cssstyle/blob/b527ed722364dc6d156487c652df100572075dee/lib/utils/colorSpace.js#L13-L21 It refers to the W3 suggested logic for converting HSL to RGB, but their logic says that it...
I was debating whether to open an issue here or in the @atlaskit/tree tracker, but thought GitHub would be more appropriate since it would get more eyes from the general...
This is a good first PR! We should add some tests to cover #7036. They should cover both JavaScript and TypeScript support. They can probably be added to `test/fixtures`.
See the following screen recording for repro: https://github.com/shadcn-ui/ui/assets/6355370/3fa82130-35cb-465d-922d-dd17ede1d90a
### Description It would be great to support `await` within a cell. For example it would be great to do something like: ```py from my_lib import func_from_my_lib await func_from_my_lib() ```...
### Did you check the docs? - [X] I have read all the trouble.nvim docs ### Is your feature request related to a problem? Please describe. I would like to...
Currently every time we use: ```sql SECURITY LABEL FOR pgsodium ON COLUMN ... ``` it generates/replaces a decrypted view. This view does not have `security_invoker = on` by default. We...