George

Results 13 issues of George

Add [Rack Routing](https://github.com/georgeu2000/rack-routing) - [x] List any new framework alphabetically in both README.md and Gemfile - [x] Do not submit README's benchmark results, as your hardware differs from the one...

How to set tooltips?

enhancement

`zipfile.add(filename, folder + '/' + filename)` seems to be using a large amount of memory. What is a good way to add a file to a zip file using a...

We have the following config for a Sinatra App: ``` zipkin_config = { service_name:ENV[ '...' ], service_port:settings.port, sampled_as_boolean:false, sample_rate: 1, json_api_host: ENV[ '..' ]} use ZipkinTracer::RackHandler, zipkin_config ``` The span...

Is length calculated based on the text outside of the html tags? Or does it include the HTML tags? If it does include the HTML tags, then it would be...

``` expect(WebMock).to have_requested(:get, "http://google.com").once ``` Is this supported?

This seems to work but not sure if it creates incorrect results: ```` require 'memory_profiler' report = MemoryProfiler.report do `rake theTask` end report.pretty_print ````

When calling `Rails.logger.info "Log message..."` from a new thread, no message is logged. How to make it work with a new thread? Apparently the fix for Rails logger is ensure...

This is a nasty bug that has affected us twice last year and took down Production. I see a PR was submitted but never merged and there was no explanation...