onox
                                            onox
                                        
                                    I've been thinking about the grouping of the commands displayed by `alr help` a bit, and I think it could use some minor changes. First of all, for some of...
If `alr build` is run with one of the build mode flags, it will fail with the message "unknown project file: "config/*_config"" if the config gpr file does not exist:...
If I change the current working directory to for example `/` and then try to run any `alr` command, I get: ``` stderr: Cannot create temporary file raised ALIRE.CHECKED_ERROR :...
The use of `pragma Profile (No_Implementation_Extensions);` or `pragma Restrictions (No_Implementation_Pragmas);` in gnat.adc causes compilation to fail in the config/*_config.ads file with the error: `*_config.ads:3:01: violation of restriction "No_Implementation_Pragmas"`. I'm using...
**Is your feature request related to a problem? Please describe.** I can exit the program only by typing 'quit'. I would like to be able to exit using a keyboard...
**Is your feature request related to a problem? Please describe.** `septum init` creates a file `.septum/config` in the current working directory, but I would like to create it relative to...
**Describe the bug** The output printed by `help` is printed quite slowly. **To Reproduce** Steps to reproduce the behavior: 1. Go to the prompt 2. Type 'help' and press the...
**Is your feature request related to a problem? Please describe.** It seems possible to only search in files that have a specific extension, but it's not possible to (exclude) search...
Binding SDL's `SDL_Haptic*` functions to support rumble feature of gamepads. I have a DS4 controller, so I can test it if you don't have any gamepads.
I have a library project .gpr file that `with "sdlada"`. If sdlada is built as a static library then I get the following error: `cannot import static library project "sdlada"`....