Maxim Reznik
Maxim Reznik
Hello, While `alr get --build aws` works fine, but ``` alr init --bin myproj cd myproj alr with aws ``` fails with error: ``` templates_parser.adb:2093:55: warning: pragma Unreferenced given for...
Hello! I found strange messages from `alr run` after creating a [crate for libadalang_tools](https://github.com/reznikmm/als-alire-index/blob/3c1255b6afc7443f29bebbcca41f93a854c85b58/index/li/libadalang_tools/libadalang_tools-23.0.0-20211027.toml): ``` max@untu:/tmp/libadalang_tools_23.0.0_ccffc4dd$ ~/bin/alr run --list Crate libadalang_tools builds these executables: gnatmetric (found at /tmp/libadalang_tools_23.0.0_ccffc4dd/bin/gnatmetric) (found at...
Hello, If I run an application in a Docker container under vagrant it fails with error: ``` $ python3 -c "import pynput" Traceback (most recent call last): File "/home/vagrant/test/lib/python3.6/site-packages/pynput/keyboard/_xorg.py", line...
I've tried your docker image to play with OpenAPI. 1. First issue: it doesn't provide Java: ``` root@3bb5bec6903c:/tmp/src# openapi-generator generate --generator-name ada -i my-api.yaml -o client \ > -DprojectName=MyProject --model-package...
Hello, There is `More` socket flag in `ZMQ.Sockets` declared as: ```ada More : constant Socket_Flags := 2#0000_0000_0000_0001#; ``` But corresponding value in C in 2: ``` grep ZMQ_SNDMORE /usr/include/* /usr/include/zmq.h:#define...
* Use Ubuntu 18.04 as a build environment to be compatible with [IDF docker](https://hub.docker.com/r/espressif/idf) * Add `bin/xtensa-esp32-elf-gnatgcc` symlink to fix Ubuntu/Debian `gprbuild` issue
**Describe the bug** Alire tutorial suggests running `alr get --build hello` as a shorthand in "Getting Started" chapter, but alire fails. **To Reproduce** Steps to reproduce the behavior: 1. install...
ALS launches two `alr` processes in the same file to find a project file and environment (`alr --non-interactive printenv` and `alr --non-interactive show`). It seems they unable to work properly....