Dan Callaghan
Dan Callaghan
The `fiddle` module is supposed to be part of the Ruby standard library since 1.9.2 so I am not quite sure how you got a Ruby interpreter without it. Maybe...
Your `startup.rb` and `shutdown.rb` hooks look fine to me. I also double-checked that sup executes those hooks correctly as documented. Are you sure your `shutdown.rb` is not getting called? Bear...
Thank you for the pull request. I don't know anything about Windows or MSYS2 but the change in the first commit seems reasonable to me. The second commit is fixing...
Hit `y` to send a message after you've composed it. It's mentioned in the keybindings listing if you press `?` from edit-message-mode: ``` Help for compose-mode ===================== Keybindings from edit-message-mode...
There are a lot of different issues described above but I think it's fair to say that none of them are directly caused by sup. I'll also note that the...
flashrom was only useful for HPS proto0 so I think we could safely delete that now.
After our discussion yesterday about SPI flash, I started wondering whether we could measure CPU stalls due to SPI flash -- that would be a better metric to optimise. Am...
Oh, nice find! It's good to know that one is not really specific to the `FlowRestrictor` module in spite of its name. Does it mean it's working as intended --...
Nice find! So it seems like there will be a bit of an art to laying out the hot functions in the final binary to fit nicely into cache. We...
PIL has some C bits that need compiling, which is why it's just not a plain Python package that you can clone and import. Maybe the best option is to...