l

Results 501 comments of l

https://developer.android.com/studio/projects/install-ndk refers to "ndk-bundle" as legacy. It is replaced by "ndk" it seems and this is why "ndk-bundle" is stuck at unsupported r22b. Trying to update Dockerfile to LTS r23c...

I opened #2310 to support new NDK.

Exception log from @adbenitez ``` 05-03 23:27:28.831 5333 5764 E Parcel : Class not found when unmarshalling: org.thoughtcrime.securesms.database.Address 05-03 23:27:28.831 5333 5764 E Parcel : java.lang.ClassNotFoundException: org.thoughtcrime.securesms.database.Address 05-03 23:27:28.831 5333...

It's still possible to access the image via "gallery" view, but it's definitely not straightforward enough.

Working on twofish, PR #7 It is used in passwordsafe password manager, I wanted to port it to Rust but twofish package on crates.io seems to be reserved for this...

> As of Rust 1.64, the `Instant` type [now uses `CLOCK_BOOTTIME`](https://github.com/rust-lang/rust/blob/4a14677239bbd9a3892d165ee24513c1a05820e4/library/std/src/sys/unix/time.rs#L276), which should close this issue. This URL points to line with `CLOCK_MONOTONIC`, and if I [switch to `master`](https://github.com/rust-lang/rust/blob/master/library/std/src/sys/unix/time.rs), it's...

Не пора ли убрать `bypass_backdoor()`? Иногда бывает, что нужно нажать "войти в интернет". Капчи при этом нет, и вызывается bypass_backdoor(). За этот bypass_backdoor, видимо, и банит. https://github.com/mosmetro-android/mosmetro-android/blob/7c468ddba62050309ecd3c05f253d9b078e7c6ba/app/src/main/java/pw/thedrhax/mosmetro/authenticator/providers/MosMetroV2.java#L248

Related: https://github.com/env-logger-rs/env_logger/pull/181

Isn't Sciter non-free? How is this compatible with AGPL?

@tarleb Thanks, trying to fix it.