Devin Spikowski
Devin Spikowski
It would be wrong of me to end tonight without sharing my appreciation here. Sorry if this gets ramble-y. I have no idea how beginner-friendly you realize or intend this...
Are you running `npm run-script dev` or `npm run-script dev-example`?
I'm experiencing the same issue running Ape ECS in a Next.js project using the `babel/next` preset which includes `@babel/plugin-proposal-class-properties`. Unfortunately, your workaround with disabling `useDefineForClassFields` is not working for me...
Looks like you might be using [discord.js](https://github.com/hydrabolt/discord.js), not [discord.io](https://github.com/izy521/discord.io).
Both being JS doesn't mean the same code will work with both libraries. Few things I notice: `serverNewMember` is not an event name, discord.io uses `guildMemberAdd` The callback for this...
Random guess: Make sure your IDs are strings, e.g. `"12345678987654321"`
I just encountered this issue myself. I know what the problem was in my case, but I'm not 100% sure if it applies to yours. My problem was that even...
You can pass an integer as a second argument into `defineComponent` to control how large the data arrays are. The number you use with your typed array definition controls how...
I like this idea! Thanks for the suggestion. I will probably make a "toolbox" section below the main output that has useful things like this and #86
 Here's a first attempt. I get frustrated quickly with logo design so I'm pushing it to live, along with a tweak of the dark mode colors.  Old vs....