Felix Monninger (墨斐恩)

Results 6 comments of Felix Monninger (墨斐恩)

In order to more robustly handle switching between encrypted/unencrypted state of a repo, I changed DropboxClient::getBooks() to only return ".org" or ".org.gpg" notebooks, respectively. Now after you switch encryption on,...

Hi @spolakh, sorry for no updates in a long time. I became a little frustrated and stuck and then let it rest. However I gained some experience with kotlin recently...

@bhankas check #855 where I did a preliminary implementation of per-book encryption, as suggested by @nevenz. Beside that I am unfortunately busy currently and can not pursue the PR further,...

I think this bug is outdated an can be closed. Currently in `read_in()` at least 1024 bytes are allocated for the read even if `needs_read = 1`. https://github.com/steffengy/schannel-rs/blob/690a1aac71f5fa847d14a67b30505b16adac3f66/src/tls_stream.rs#L741 `self.stream.read(buf)` will...

I have used [rubato](https://crates.io/crates/rubato/0.8.1) for resampling the sound chunks I get in the cpal microphone input callback.

Since we pass `ISC_REQ_USE_SUPPLIED_CREDS` https://github.com/steffengy/schannel-rs/pull/24 `InitializeSecurityContext()` will never return the informational status code `SEC_I_INCOMPLETE_CREDENTIALS`. The [documentation](https://docs.microsoft.com/en-us/windows/win32/secauthn/performing-authentication-using-schannel?redirectedfrom=MSDN) is wrong on this one. It says: > When the server requests client authentication,...