Alexander

Results 8 issues of Alexander

This error came about as I wanted to make a Discord bot in Deno to avoid the following problem: ![image](https://user-images.githubusercontent.com/52572989/178038028-319cc494-12b6-4441-969f-7511d1150cf6.png) ...so I used https://esm.sh to convert Eris' NPM package into...

## Describe the bug 1. Opening the app after download results in a "You do not have permission to open the application 'Lightcord.app'" 2. After resolving the above error, it...

bug

### Role I play modded Minecraft ### Suggestion Add the root launcher folder to the "Folders" menu alongside the instance folder and central mods folder. ### Benefit Gives users direct...

enhancement

When reading the recent news article about 0.11.0 being postponed, I noticed that the article didn't have a date. I took a quick look at the page's source to see...

There are cases where an item's translation will differ from its material translation. For example, potions and tipped arrows have different translation keys depending on the potion type. Same goes...

enhancement

This is a request for Zig-style inline catching, which would allow something like the following: ```dart final int example = int.parse("123") catch 0; ``` Which would then obviate the need...

feature

**Desktop (please provide environment info):** - OS: LMDE 7 Gigi - IDE: IntelliJ IDEA 2025.2.5 (Ultimate Edition) - Plugin Version: 1.38.1 **D compiler and tools (please provide version numbers):** -...

bug

As per the [documentation](https://dub.pm/dub-reference/build_settings/#workingdirectory), `workingDirectory` is the directory cd'd into prior to running the executable from `dub run`. This is particularly useful if your program populates its local directory with...