Suhas Sharma
Suhas Sharma
We stumbled upon a tricky bug where no matter what, the ZIP produced by zipline was corrupt. Tracking it down was quite difficult. It seems that the download of one...
devil-0.1.9.5/lib/devil.rb:6:in `': uninitialized constant Config (NameError) The fix is changing Config to RbConfig Something similar to https://github.com/chef/ohai/pull/454
I love how the LG remote works with the smart TV https://www.youtube.com/watch?v=uoxYO9DslkA I could recreate the same on libreelec using this app https://play.google.com/store/apps/details?id=com.necta.wifimousefree&rdid=com.necta.wifimousefree I had to use the projector mode....
Hey guys, It seems that if we make a request with HTTParty.get("webcal://example.com/something?param=1").body The params are ignored. I tried to look into the code, it seems that when you convert the...