Aleteoryx

Results 5 issues of Aleteoryx

**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** Support for custom footer links. Currently, all that can be set are links to...

**Describe the bug** Alright, I've figured it out! This bug specifically occurs when anything `.await`s a `Discord` request, and the IO handler restarts for whatever reason. The `await`s hang perpetually....

bug

## What Add a try/catch block to the DriveService.addFile call to allow other emojis to be processed in the case of a missing one. ## Why There are potentially still...

packages/backend

### 💡 Summary if a `meta.json` file in an emoji zip references a file not present in the zip, the import process will log an error and exit, interrupting the...

⚠️bug?

I've tried to pare this down as much as I can. With dmd 2.111.0, the following causes a segfault: ```d void usecrasher() { with(crasher) method!0(0); // doesn't crash: // crasher.method!0(0);...