Nicolas Martyanoff
Nicolas Martyanoff
In the current state, errors are reported with lines such as: ``` : The on line at column […] ``` 1. The path should be relative to the current directory,...
I was trying to start using CommonTest, and was puzzled about the following message that always appears at the end of execution: ``` EXPERIMENTAL: Writing retry specification at /home/galdor/exograd/eventline/_build/test/logs/retry.spec call...
# Issue Using a minimal project with a release but without an extended start script results in the program crashing at startup with garbled output. Using the project linked at...
The Erlang documentation [states](https://erlang.org/doc/man/erl.html#configuration) that: > When Erlang/OTP is started, the system searches for a file named .erlang in the user's home directory. If an .erlang file is found, it...
Rebar3 emits a warning for "raw" git dependency versions, and expects a tuple indicating what the version actually is (a branch, tag or ref). This warning propagates to any software...
I'm having issues keeping state in the lifecycle of a request. More precisely, I'd like to be able to pass data between handlers, and between `init`, `preprocess`, `handle` and `postprocess`...
In the current state (vm-bhyve 1.5), vm created from a cloud image have a disk whose size is the virtual size of the cloud image size. For example: ``` sh...
In the current version (0.2.5) the emitter does not indent sequence elements for the block sequence style, e.g.: ```yaml foo: - hello - world ``` While correct, it is way...
If the `+MANIFEST` file does not contain `abi` or `arch`, `pkg add` segfaults. For example: ```json { "name": "example", "version": "1.0.0", "comment": "example package", "desc": "Example package.", "origin": "misc/example", "www":...
As visible in this screenshot, the dash character is not vertically aligned with plus and equal characters. Programming fonts often try to maintain these characters vertically aligned because they are...