Antoine Gagné

Results 5 issues of Antoine Gagné

### Environment ### - Add the result of `rebar3 report` to your message: ``` Rebar3 report version 3.16.1 generated at 2021-07-27T14:46:01+00:00 ================= Please submit this along with your issue at...

support
awaiting update

**Describe the bug** When a string using `>` is present in the YAML, the string will be inlined following a read or write. version of yq: 3.4.0 operating system: Ubuntu...

bug

Hi, I want to serialize a type such as: ```fsharp type State = | None | OverflowedState | RestartedState type Main = { State: State } ``` to have the...

As the title says, this change the project structure so that it is installable with [`setuptools`](https://setuptools.readthedocs.io/en/latest/setuptools.html#specifying-your-project-s-version). Also, the application uses [`argparse`](https://docs.python.org/2.7/library/argparse.html?highlight=argparse#module-argparse) for parsing the command line arguments now. I also...

On OTP 26.0.2, the emulator calls fail with the following: ```sh root@787c3fa7af3a:/app# erl -noshell -s init stop -eval "io:format(\"~s/erts-~s/include/\", [code:root_dir(), erlang:system_info(version)])." Error! Failed to eval: io:format("~s/erts-~s/include/", [code:root_dir(), erlang:system_info(version)]). ``` Changing...