Berbe

Results 22 issues of Berbe

Trying to run this tool against save slots for v1.77, I ended up with an error talking about the impossibility of converting `null` to `int`. The ability of this tool...

Fixes #89 While the proper fix would be upstream `angular/common` to fix its handling of the `Accept` HTTP header depending on the expected output format, the current way involves driving...

The current `Accept` HTTP header used by Cloudflow is incorrect: ``` Accept: application/json, text/plain, */* ``` While RedHat/OpenStack do not seem to have advertised the change (from what I found/read),...

## Motivation / Problem Enhance compiling docs ## Description Follow-up of an IRC conversation ## Limitations ## Checklist for review Some things are not automated, and forgotten often. This list...

Considering: * Default value of `python-vagrant` for `provision` is [`None`](https://github.com/pycontribs/python-vagrant/blob/main/src/vagrant/__init__.py#L316) * `python-vagrant` documentation states [the boolean is optional](https://github.com/pycontribs/python-vagrant/blob/main/src/vagrant/__init__.py#L328-L329), defaulting to Vagrant default behaviour (which is [to run provisioners once on...

bug
vagrant

Version: `0.10.3` This is related to #1072. Here is the steps I followed: 1. `File` > `Load ROM…` `Save games` > `Use player 1 save game` 3. `File` > `Save...

feature:usability

The `JITSI_IMAGE_VERSION` environment variable, part of `env.example`, is already made for driving images tag selection at runtime. This proposal aims at: * Using `JITSI_IMAGE_VERSION` environment variable also at build time,...

Today, tests are being compiled but never run, CMake requiring a specific run to be made with [`ctest`](https://cmake.org/cmake/help/latest/manual/ctest.1.html). This proposal aims at documenting how to run tests at build time,...

### What is the issue? Since the Web GUI revamp, the torrent info panel is displayed on top of the torrents list, rather than on its side, as before. One...