Vishnu Iyengar
Vishnu Iyengar
My specific use case is a codebase where different sections of a mobile app can choose to log data to the server and I can choose to count the bytes...
I've managed to get a basic version working with rack_hijack and this works with puma. Unfortunately this will mean a separate implementation for servers that support rack hijacking and those...
@raggi @piper is an interprocess communicator. The actual response handling code is here https://github.com/zerowidth/rack-streaming-proxy/blob/master/lib/rack/streaming_proxy/session.rb#L85 which just uses Net::HTTP
I'm so sorry I meant rake release. running rake release gives me rake aborted! Don't know how to build task 'release' but running rake build gives me the gem in...
it was generated by bundler and I added a rspec task. This is it require 'bundler' require 'rspec' require 'rspec/core/rake_task' Bundler::GemHelper.install_tasks RSpec::Core::RakeTask.new do |t| t.rspec_opts = %w(-fs --color) end
I know that this has not been addressed yet, but as a workaround is there any keyboard shortcut that will focus the address bar on browsers? Since ctrl+L stops working...
Great clarification! Unfortunately I do have an Apple keyboard, so this does affect me. Since I have to keep switching between a mac and this machine, I'm hoping to get...
I used the registry tweak, but I understand that it's not recommended. That said there is potential for building a solution for everyone using the dynamic procedure. I did try...