Saksham Sharma

Results 32 comments of Saksham Sharma

I can confirm this happens for OnePlus 3T as well. The reason, as I understand, is Android's security policy of disabling fingerprint unlocks whenever the screen was locked by an...

Would it ever be patched though? As I understand, it has been there since 5.0, and being a security policy, it is unlikely it can be removed without exposing some...

How do you propose to be able to see the window names, or the dbus notifications on a vertical bar? I'd love to experiment, but I don't see how's it...

Definitely makes sense. Having this as a issue here is useful nonetheless as it'll help someone who may stumble across the same requirement in the future. I'll try to get...

Hi, what's the status on this issue again? Also, what rust version are you building on? I just encountered a significant number of errors on `cargo build`'s compilation of `plex`....

Thanks for the quick reply! I'm just starting with rust right now, so perhaps this may be beyond me. But I can try. Update: Initial impressions while fixing => Major...

I tried it too. Isn't straightforward, since one function/enum now requires u128 type, which is unstable, and doesn't compile. At another point, a function now requires a new argument (Span),...

Great! I'll test it out soon. Although, are you informed enough to be able to port it to stable? (In case you would prefer that as well). There's this library...

I wouldn't target a nightly build I'm afraid. But is it safe to assume (from, for instance, [here](https://www.reddit.com/r/rust/comments/5k4sep/a_tale_of_two_rusts/) ) that macros 1.1 should be in stable within a week or...

Adding an extra point of failure is rarely a wise decision in the long run. It's best to keep the number of required services to a minimum. Anyway, it's not...