Bernhard B.

Results 64 comments of Bernhard B.

Hi Paulo, many thanks for the fast reply - really appreciated! At the moment I am currently trying to reproduce the issue reliably. Unfortunately, it doesn't happen always when selecting...

Had the same error. Change the following to fix it: ``` diff --git a/gui_qt/bgslibrary_gui.pro b/gui_qt/bgslibrary_gui.pro index feedbf6..66a6d28 100644 --- a/gui_qt/bgslibrary_gui.pro +++ b/gui_qt/bgslibrary_gui.pro @@ -124,7 +124,8 @@ SOURCES += bgslibrary_gui.cpp\ ../package_bgs/VuMeter.cpp...

I would also be interested in the eagle(?) files, in order to do some small modifications. Are there plans to opensource those files too? @davidzovko

I've just created a branch with (what I believe are) the necessary changes: https://github.com/bbernhard/temporal_tables/tree/pg13 Here's the commit: https://github.com/bbernhard/temporal_tables/commit/23284c2a593d3e01f7b4918c0aaa8459de84c4d8 I _think_ the changes should be fine (at least it's building fine...

Just a short update: According to my integration test coverage (it only consists of some basic tests, but I guess that's better than nothing) the change should be good. There...

Did you first register with a dedicated phone number and now decided to switch to linking a device? In any case, please remove the `signal-cli-config` folder from the filesystem and...

Do you call the receive endpoint regularily? That is required in normal/native mode. Otherwise you can also switch to the json-rpc mode where this is done implicitly.

I've thought about adding authentication and SSL support a number of times, but always decided against it. The main reason for that is, that this would add quite a lot...

I totally get you - it is also tempting for me to implement something like that. It's easy & fun to implement. But I am a bit worried that this...

Thanks for the kind words! According to the signal-cli [docs](https://github.com/AsamK/signal-cli/blob/master/man/signal-cli.1.adoc) such a functionality seems to be not exposed via the signal-cli commandline API. I guess what probably can be done...