Nick Sinclair
Nick Sinclair
### Is there an existing issue that is already proposing this? - [x] I have searched the existing issues ### Is your feature request related to a problem? Please describe...
I've run the migration a few times and keep getting this vague error
Hey Sergio, Good work on the research. I've been trying to port this to Edge TPU using the TFLite converter and compiler. Although you may not be familiar with this...
Posting this for future people who may run into the issues I did. I couldn't get the original implementation to work properly for me, using `tf.keras`. Hence, I made the...
For those who ran into the same problem as myself, consider speeding up development speeds by modularising the lucide imports via the next config: ```ts // next.config.js //... modularizeImports: {...
Hey @shadcn, Just came here to say that I found your [Data Table](https://ui.shadcn.com/docs/components/data-table) tutorial more helpful than the official tanstack docs (which I tried and failed to use the other...
**Describe the bug** Despite setting the env var `INNGEST_ENV` and even explicitly setting the env via the constructor options, I continue to get the message `No INNGEST_ENV branch name found`....
Currently, theming may have a value set, e.g. `backgroundColor`, that gets overwritten when setting e.g. `backgroundColor={undefined}`. This is annoying and requires writing `...{ A ? {...} : undefined}`-type code. Implement...
Currently, the output CSS is not optimised, resulting in larger-than-necessary output files. There are likely various avenues for improving CSS minification, such as just deduplicating common styles and joining selectors...