Manuel
Manuel
### Describe Your Environment [Versions from your environment] - QDarkStyle: tested with 3.0 and 3.1 [6ff5fdf](https://github.com/ColinDuquesnoy/QDarkStyleSheet/commit/6ff5fdfd7b1e2a538b6f22bd85dd05a817d24c45) - OS: Ubuntu Linux 20.04 ### Language C++ ### Description / Steps to Reproduce...
I had to remove this procedure in order to compile AdaDoom3: https://github.com/AdaDoom3/AdaDoom3/blob/06416b73f27740b29581df0acbc6dd1ced9a8d7c/Engine/Runtime/a-comutr.adb#L41 Because it was failing due to lack of `with Ada.Strings`. I suppose this is the body for a...
This is yet another implementation of the 2048 game featuring theme switching, three board sizes, state saving and fullscreen mode.
https://github.com/stcarrez/ada-security/blob/bc75891fa51be031401c7ca65165569961a1506e/src/security-oauth-jwt.ads#L83 Is it in your near-term plans? If not, any guidance on how to implement it by myself? I'm not very knowledgeable in these matters yet, though.
I tried to build using Alire v1.1.0 but it failed due to missing dependencies: ``` $ alr build Warning: Loading release from manifest: alire.toml licenses licenses Array of license in...
When programming directly over AWS one can use the package [AWS.Exceptions]( https://docs.adacore.com/aws-docs/aws/apiref.html#aws-exceptions) to get a notification of any exception that occurs inside the web server. I haven't seen a way...
After a test with an openapi with text/plain as response, I think it only supports json, because the response header says it's json and the output is quoted and end...
### Describe Your Environment [Versions from your environment] - QDarkStyle: v3.2.1 - OS: Ubuntu 22.04.3 LTS - Python: N/A ### Language C++ ### Description / Steps to Reproduce [if necessary]...
This adds a section for the Ada language, containing the link to the Ada compiler targeting WebAssembly. - [X] I've read [CONTRIBUTING.md](https://github.com/mbasso/awesome-wasm/blob/master/CONTRIBUTING.md). - [X] Description explains the issue / use-case...