Joe Fredette

Results 3 issues of Joe Fredette

IRC Discussion: http://irclog.whitequark.org/mutant/2013-09-29 We talked about classes that look like: ``` ruby require 'forwardable' class Foo delegate :bar => :baz #or def_delegator :target, :method, :alias # snip end ``` In...

enhancement

My resource ends up failing in state g9 because `request.if_match` is nil. This can be fixed by changing: ``` ruby # Escapes quotes within a quoted string. def escape_quotes(str) str.gsub(/"/,...

Host (hedges) running OSX Sonoma 14.4.1, ZSA Moonlander, Barrier 2.4.0 Client (archimedes) running NixOS + hyprland (v0.42.0 @ 9a09eac) + waynergy 0.0.17 Logs below: ------ Problem Statement: I'm trying to...