Ian Mitchell
Ian Mitchell
Lot of ugly `console.log` statements out there. Not sure if `debug` is the right choice to use, but should grab a lib and make the log statements generally better
I'm not very good at these, but I would like these to have be as helpful as possible
We have a few ways of approaching API helpers - we could take each route and create a `getRoleByID` helpers, or we could create a standard Record interface that does...
There are a bunch of TODO comments for adding validations to our library - we can ship some alphas and betas before adding it, but we should have these in...
Doesn't need oauth or anything, although that might be nice for a follow-up example.
I love Prisma, you love Prisma, we all love Prisma. Let's show the world how Interaction Kit loves Prisma.
These are pretty hot right now, would be good to have an example project for them
This is two-parter, and probably more of a discussion. 1. Gotta add tests to the main library at some point - probably once the core API design is hammered down...
This would work in development mode by loading the command IDs on registration / startup, and in prod by hooking into the deploy step.
Add a mention markdown helper ~~I keep thinking it would be cool to add a `.mention()` to the SlashCommand class, but that would require doing something kind of tricky during...