CHE1RON

Results 13 issues of CHE1RON

Hey there, as always: great plugin, I like it very much so far! One thing bothers me though: it's kind of hard to determine how to override blueprints that deal...

Hey there, great extension! One thing I noticed though was the "Import file" tooltip being cut off on the edge of the box, see here: Cheers!

Hello there, first of all, let me say that I really enjoy working with this library, especially its focus on a11y is appreciated! Now, after working with uncontrolled tree data,...

**Describe the solution you'd like** Migrate to using UUID v7 (`uuid6` package, which despite its name provides `uuid7()` fn) as data type for `id` columns. **Additional context** These articles outline...

enhancement
good first issue

### Check for existing issues - [X] Completed ### Describe the feature When asked to provide an OpenAI API key, users are told where to obtain such key, to make...

enhancement
documentation
ai

### Provide a general summary of the issue here When focusing the `TextField` component in your Tailwind CSS starter kit, the `border-gray-600` class is not applied (strangely for `SearchField` it...

### Describe the bug Currently, when using React v19 (currently RC), it gives an error regarding `ref` objects being passed to hooks, see here: ![image](https://github.com/juliencrn/usehooks-ts/assets/122524301/193a5194-6f76-4c53-826c-510bace940c2) ### To Reproduce Simply follow...

bug

Hey there, any plans on supporting upcoming React v19? It's currently a release candidate, and your library gives several errors when building. For the upgrade guide, see [here](https://react.dev/blog/2024/04/25/react-19-upgrade-guide). Thanks!

### Is there an existing issue or pull request for this? - [X] I have searched the existing issues and pull requests ### Feature description Make the package run with...

feature

**Describe the bug** When having endpoints of the same name, eg `tags/{tag}/export` and `labels/{label}/export`, only one data type is generated (here `ExportData`) for all services, which is correct for the...