Ian Mitchell
Ian Mitchell
### Describe the request Right now our base TypeScript definitions pull from Cloudflare types instead of Edge Runtime types. There were some issues in Edge Runtime during its early development...
### Describe the bug https://github.com/IanMitchell/interaction-kit/actions/runs/4640428043/jobs/8212357640 ### To Reproduce Try to run the version script ### Additional context this makes me big sad
```ts export default new Application({ applicationId: process.env.APPLICATION_ID!, publicKey: process.env.PUBLIC_KEY!, token: process.env.TOKEN!, platform: process.env.ENVIRONMENT === "production" ? PlatformAlgorithm.VercelProd : PlatformAlgorithm.VercelDev, }).addCommand(PingCommand); ``` The platform bit here is ugly. I can't wait...
As a developer I would love to have testing helpers in interaction-kit that would let me send sample interaction payloads to the application and assert its functionality and responses somehow,
I'm unclear if this is a test issue or an actual bug, but on Node v19 the following error is thrown during the test suite: ``` Error: Failed to fully...
One thing I think is worth doing is generating vscode config files, recommended extensions, adding prettier, adding eslint, and other important config files to the generated app. For those that...
Fixes #157
Not sure if this is something that can be fixed or if it's a limitation of using babel, but if you want to have a `\` character you need to...
should be able to tab navigate