Michael Murphy

Results 361 comments of Michael Murphy

@jonubulin Wayland or X11? Is this with 0657c5908859f67ab688b7bab35eda0465e54941? Reproducible steps?

Supported style classes are: - `pop-shell-tab` - `pop-shell-tab-active` - `pop-shell-tab-inactive` - `pop-shell-tab-urgent`

@birneee The header is provided by GNOME Shell Toolkit (`St`) rather than GTK. So it has to be part of the GNOME Shell theme.

The default terminal is `sh`, so you have to specify bash if you want to use bash.

`bash -c "command args..."`

Seems this has been achieved by [this fork](https://crates.io/crates/typed-generational-arena)

I could probably make an `_unchecked` variant that doesn't have the checks in debug mode and have that denoted with the `unsafe` keyword with a note that it's basically identical...

The index value wraps around so you will have 'out of bounds' access errors if your supplied buffer was too small for the output, which does panic in release mode,...

If I were to use the unsafe keyword to perform `get_unchecked_mut` and `get_unchecked` of slices of the array and lookup tables though, it could be theoretically make it faster. Then...

It should be able to work perfectly with floating point numbers too, but I don't know anything about how floating points are decoded. You would just need to get an...