md-work
md-work
When debugging code, I need to go trough all the Contracts code when stepping into a method guarded by a Contract. Example: ``` # ruby -rdebug /home/user/mycode/app.rb [...] /home/user/mycode/app.rb:2:method_a() (rdb:1)...
Since #242 (Func contract's return value isn't enforced with blocks) was fixed in contracts-0.15, given blocks are being put into a lambda. So the forwarded block isn't 100% identical with...
In general I'm very happy with Contracts and I don't want to miss it anymore. Nevertheless, there's one annoying problem. With Contracts in use backtraces (stacktraces) become quite messed up....
Thanks for this really great gem! It helps a lot checking the types of objects being send up and down the stack trough method calls and returns. Sadly there's still...
Before the [2.0.6826](https://github.com/jitsi/jitsi-meet/releases/tag/stable%2Fjitsi-meet_6826) update there was an icon indicating if a user had disabled his webcam. This was very helpful to see if a user had explicitly disabled his webcam...
The asymptotic complexity of `yield` and `call` is equal (depending on size of the executed code or how often it's executed). Actually `call` just adds a constant value to the...
**Please add support to recognize UDF multisession optical discs.** udisks currently doesn't seem to recognize UDF multisession optical discs (CD / DVD). Tested with openSUSE-15.2 (udisks2-2.8.1) and Debian-11-Testing (Bullseye...
Is there a way to ignore ext* (e.g. ext4) readonly and append-only attributes? I couldn't find a way to ignore those attributes. Neither via standard Linux mount options, nor via...
seven_zip_ruby 1.3.0 on openSUSE-15.4 (Linux) https://download.opensuse.org/distribution/leap/15.4/live/openSUSE-Leap-15.4-KDE-Live-x86_64-Media.iso ```bash sudo zypper in ruby2.5-devel gcc-c++ sudo gem install --conservative --no-doc seven_zip_ruby ``` The problem: ```bash mkdir in touch in/non_"$(echo -ne '\x80')"_utf8.txt ruby...
**===> Please merge https://github.com/Aorimn/dislocker/commit/39d0629dcfde3b911875643090cecd4cf106c680 into `master`, so it gets into the next release!** I've used the patch for several years and it works very well! It would be great if...