mschwager
mschwager
Ahhh, nice. I think one of my problems may have been this: ``` 114 validated (required changes to /etc/dhcp/dhclient.conf to work on my system) ``` What change did you have...
This is a bit more challenging than I initially anticipated due to the way Ruzzy is structured. When fuzzing C extensions, there ends up being two C extensions: the Ruzzy...
I think making this functionality public and officially supported would help too: https://github.com/ruby/ruby/blob/v3_3_0/include/ruby/debug.h#L774-L792.
Process here: https://docs.ruby-lang.org/en/3.3/contributing/reporting_issues_md.html#label-Requesting+features
Upstream feature request here: https://bugs.ruby-lang.org/issues/20448
Yeah, I've seen this reliably a number of times. In my case, it would crash libFuzzer and the fuzzing process. This was from a while ago, so I don't immediately...
Ruby C code that accepts `Marshal`'ed data: - https://github.com/search?q=repo%3Aruby%2Fruby+marshal_load+language%3AC&type=code&l=C - https://github.com/ruby/ruby/blob/53e37953791921b42c3d409b23c488861094f714/time.c#L5846-L5848 Ruby `RubyVM::InstructionSequence` binary functionality: - https://ruby-doc.org/3.3.4/RubyVM/InstructionSequence.html#method-c-load_from_binary
I'm getting this as well. I wonder if it's something to do with the notification daemon missing or missing the correct icons?
Finally figured out how to get the volume slider working. On Ubuntu you have to install the `notify-osd` and `notify-osd-icons` packages. This will detect [volume changes](https://wiki.ubuntu.com/NotifyOSD#Volume_changes) and present a [visible...
I'm currently getting this error on Ubuntu 16.04 as well. Though, the suggested patch fixes it. @LeoKSimon you have to make this change: https://github.com/Strubbl/pa-applet/commit/451f68353ffad9c4cf988a022cb92864655fd7f1 It'd be awesome if this code...