Roland Haas

Results 28 issues of Roland Haas

Hello all, is it possible to manage multiple tokens (for different computer systems) using a single app? Yours, Roland

I am using Xabber-dev from F-Droid in version 1.0.45. Attempting to connect to (my own) prosody server, the server closes the connection leading to an infinite loop of Xabber re-connecting...

bug

The dev docs on https://scr-dev.readthedocs.io/en/latest/ do not seem to mention how to use `bootstrap.sh` to set up a SCR development copy.

This pull request does two things: * adds a sentence to the `SCR_Config` docs explaining how Fortran reports that a parameter was not found (sets ierr to 1) * move...

This pull request fixes the existing linkage to PMIX by fixing the name of the FindFOO.cmake file, by finalizing PMIx if we initialize it in `scr_env` and fixing some other...

This pair causes the various parameter hashes and data structures to be created and torn down for each call to `SCR_Config`. Worse, it also triggers the file `.scr/app.conf` to be...

The code to expand environment variables in configurations values makes a copy of the env variable value using `strdup()` but is the only case where `scr_param_get()` returns a copy so...

Ticket #40 and pull request https://github.com/LLNL/scr/pull/184 introduce an API to set configuration options. It contains a ctest test to check the C API but no test to test the handing...

OAuth2 tokens expire after a while and need to be refreshed using the refresh token. This means that if one uses `options.recover = true` and imapfilter tries to recover due...

imapfilter can fail with a segfault if one uses `options.recover = true` and the login fails or if one has changed the password in the lua account object in between...