Results 9 issues of George Opritescu

Hi Blake, I needed the ability to fingerprint assets from more than one directory, and thus use the middleware multiple times in my code. However, because the middleware was exporting...

How are you guys storing your config options? For example, consider this snippet: ``` config :coherence, logged_in_url: "/projects" ``` I'd like not to have to hardcode the path in there...

Hi guys, I pretty often find myself in the situation of needing to diff a file against it's version on another branch. Is this something you would consider adding to...

enhancement

When I'm proxying to the application, I have a response that is being sent as chunked. There's a problem though, as the `Transfer-Encoding` header is not present ( if I...

Hi, I'm trying to mock the `Process.run` class method, but with little succes, I've tried the following: ``` require "./spec_helper" Mocks.create_mock Process do mock self.run(command) # mock self.run(command, args, env,...

Hey! Thanks for continuing this project. At this point the docs are kind of missing, and the only way to figure out how to make use of it on a...

When trying to run a test from the rails console, via `rspec spec/helpers/dashboard_helper_spec.rb` ``` bash Failure/Error: Unable to find matching line from backtrace SystemStackError: stack level too deep # /home/geo/.rvm/gems/ruby-1.9.3-p194@mt/gems/bullet-4.6.0/lib/bullet/active_record3x.rb:10...

Hi everyone, thank you for all the work put in the project! I have a question related to using splash with a hbase backend. I activated the splash middleware, and...

Hi! I tried the extension and I am curious about the behaviour of the content script. I tried to run the extension on a react app, and I noticed that...