Imbris
Imbris
> reloading the extension by closing and reopening the side bar seems to fix it. This works for me too. I'm also seeing another issue where trying to click and...
I think it is worth noting that `PasetoParser` itself isn't guaranteed to include the expiration check and not before check. `PasertoParser::default` includes them and but it can also be constructed...
@teoxoy rebased!
There is a `RawTable::allocation_info` method that seems like it would work for this: https://docs.rs/hashbrown/0.14.5/hashbrown/raw/struct.RawTable.html#method.allocation_info
`IntoIterator` would be useful
Looking at https://docs.rs/dashmap/5.5.3/src/dashmap/lib.rs.html#88-92, data is broken into shards that each act like a normal hashmap. Afaict, the number of shards itself doesn't change and is set when creating the dashmap.
It would be ideal if the user could specify whether they want IPv4, IPv6, both, or either.
This is presented here in an async context. I found this while looking for the ideal way to poll a `JoinHandle` from sync code. IMO this would be convenient for...
> the footgun about `.await` is unfortunate Yeah... FWIW I don't have a case where this is essential, it would just be more convenient. So I could see it not...
Or maybe the `gl.DebugMessageCallback(None, std::ptr::null());` call isn't succeeding