Ian Mitchell
Ian Mitchell
Moving create-ikit-app to unbuild will help drop some dev dependencies
Looks like it overrides a few commands when it shouldn't. Need to check what is causing that, and then also should add caching so that when the application reloads we...
The VM isn't passing colors through always; not clear why
Per Vlad and ckohen, the serialization should be typed like this: ``` Exclude[number] ```
It's convoluted, and it isn't clear that it needs to be. There was a lot of thrash during the Request/Response rewrite that might have shook out in a way where...
there are a few TODO notes for validations. I think Zod would be a good fit for the problem at some point
There is a lot of duplicated code between StringOption, NumberOption, and IntegerOption. At some point these should be simplifed and a new AutocompleteOption class created
I need to make sure all interaction fields are available within the class (like members, users, etc)
With the move to CF Workers by default, we lost the ability to run ikit on a VPS through fastify. This should be a setup option that automatically adds a...