Julian Sparber

Results 59 comments of Julian Sparber

> A value of tls::Version::TLS_1_3 will cause an error with the native-tls/default-tls backend. This does not mean the version isn’t supported, just that it can’t be set as a minimum...

We use [QrVerification::to_qr_code()](https://matrix-org.github.io/matrix-rust-sdk/matrix_sdk/encryption/verification/struct.QrVerification.html#method.to_qr_code) to generate a `QrCode` and [QrVerificationData::from_luma()](https://matrix-org.github.io/matrix-rust-sdk/matrix_sdk/encryption/verification/enum.QrVerificationData.html#method.from_luma) to detect qr-codes in images

> 2. Fork qrcode and update it. Can't we update the upstream `qrcode` crate?

> 3. Use another library to generate QR codes so we can bump rqrr. The best candidate seems to be [qrcode_generator](https://docs.rs/qrcode-generator/latest/qrcode_generator/index.html). Sounds like a viable option, especially since `qrcode` isn't...

I noticed also now that there are Objects that don't expose all fields as GObject properties. e.g. `AsComponent` is missing `releases`.

I still need to add more comments

I would work on this but i don't know how this should be implemented.

The idea is not to have code running all time and let systemd start the application when needed.

would it be possible to give only `systemd --user` `CAP_WAKE_ALARM`?

My first approach would be: Logind: - Add dbus API to logind to add timers that takes: `clock, time [usec], fd, accuracy, interactive`. - The dbus method calls internally `sd_event_add_time()`...