Nickolay Olshevsky
Nickolay Olshevsky
@dewyatt `FFI_LOG()` requires `rnp_ffi_t` instance, while `RNP_LOG` works on lower layers, where it will be unavailable. However, `rnp_ffi_set_log_fd()` could also set lower-layer global variable, what do you think about such...
@bqv Thanks for the note, definitely makes sense. To not break current workflow probably we should have both, adding some logging context as @dewyatt suggested.
@antonsviridenko Could you please clarify why this may be needed? I do not remember when this was added, maybe there were some misunderstanding or so on. There is no GPG21...
Related: https://github.com/rnpgp/rnp/issues/1724
@antonsviridenko Thanks, now it should go fine...
@antonsviridenko Anybody interested in :) Feel free to go ahead.
Ah, okay then ) I am not familiar with Gentoo's package manager, so postponed this. Branch is checked via `actions/checkout@v2`, and this one most likely uses `GITHUB_REF_NAME` env variable. Please...
> * Docs say GitHub provides only Ubuntu, Windows & macos VMs. Are other OSes that we use (Centos, Fedora) self-hosted? Ubuntu runner may use Docker image, that's how centos...
@antonsviridenko This approach could bring more complications, as CI should also work with forks, and so on. Also from the architectural point of view Gentoo stuff is something which of...
+1 for this issue, macOS Catalina 10.15.7, Intel CPU. However: - all variables in the function I'm trying to stop in seems to be initialized - when put breakpoint in...