Lej77

Results 8 issues of Lej77

It is possible to implement a macro that returns a const boolean that indicates if a type implements a certain trait. This might be useful to implement more complex static...

## Short description When the addon is disabled and then later enabled the context menu items won't show up. Note that they do show up after the browser is restarted,...

bug

A pinned `bumpalo::boxed::Box` might not uphold `Pin`'s [Drop guarantee](https://doc.rust-lang.org/std/pin/index.html#drop-guarantee). Specifically if a pinned `bumpalo::boxed::Box` is forgotten then the memory backing it might still be freed. (This differs from how [std](https://doc.rust-lang.org/std/index.html)::[boxed](https://doc.rust-lang.org/std/boxed/index.html)::[Box](https://doc.rust-lang.org/std/boxed/struct.Box.html#)...

## Description It would be nice if we could configure what happens when clicking on a tab while holding the `Alt` key. Previously I used [Tab Unloader for Tree Style...

type: enhancement

## Description Tree Style Tab has this feature where if you have a very nested tree structure then the tab indent is lowered inside that window. This even respects hidden/collapsed...

type: enhancement

I reviewed the `scoped_async_spawn` crate after reading the blog post [Scoped threads in Rust, and why its async counterpart would be unsound](https://wishawa.github.io/posts/thread-scoped-async/). I found a couple of soundness issues related...

Hi again, I read [your comment in my previous PR #92](https://github.com/Ciantic/VirtualDesktopAccessor/pull/92) and supporting multiple Windows versions definitively complicates the code so it makes sense to limit the scope of the...

Previously I was using another app ([Notification Memo](https://play.google.com/store/apps/details?id=dk.nicolai.buch.andersen.memo&pli=1)) but it got a lot buggier in Android 13 so I searched for alternatives and found this app on F-Droid as well...