Potomac

Results 24 comments of Potomac

You can also create 2 types of help : - a short help for displaying basic commands, a kind of help for beginners - a long help, which display all...

Hello, in july 2019 this bug is still here, the workaround found in 2015 (using "dev-master" for dynamic-form and downgrading symphony/dom-crawler and symphony/css-selector to an older version) may not work...

If I use the official appimage of Gqrx (last version, same as archlinux package : 2.14.4) then there is no freeze, no bug with hackRF 2021-03-1 driver : https://github.com/csete/gqrx/releases The...

But the appimage can also contain hackRF lib in 2018-01 version, that can explain why there is no freeze.

I made a git bisect and I found the faulty commit in the hackrf lib : ``` 1442014a80b5ce33f16ef665538c2881b37d3a68 is the first bad commit commit 1442014a80b5ce33f16ef665538c2881b37d3a68 Author: Matioupi Date: Wed Oct...

Sadly reverting this commit from hackrf is not enough for solving freezes in Gqrx, as recent commits in hackrf change also start/stop rx, tx functions, 1442014 is just the first...

The bug is fixed by these commits made by Martinling : https://github.com/greatscottgadgets/hackrf/pull/1029 The bug was due to a race condition triggered by 2021.3 driver and firmware version of hackRF.

@marcbria @lucasdiedrich : I added a pull request which implements automatic installation (no need anymore of OJS_CLI_INSTALL) and automatic recreation of the config file (no volume needed, just set docker...

@marcbria , a volume for a config file seems to me overkill, because the content of the config.inc.php will likely never change, once it is configured during the installation of...

@marcbria not sure to understand your question, but I can explain again my solution, it uses environment variables you can see in Dockerfile, you can redefine them in your docker-compose.yml,...