Robert Pankowecki
Robert Pankowecki
``` IceCube::Rule.from_hash( IceCube::SingleOccurrenceRule.new(Date.today).to_hash ) ``` raises `ArgumentError (Invalid rule type)`
Hey, thanks for this very useful plugin. We are experiencing a bug during deployments. It appears that metrics endpoint is served earlier than the rest of the application. This leads...
I experience: ``` Uncaught SecurityError: Blocked a frame with origin "http://localhost:3500" from accessing a frame with origin "chrome-extension://noojglkidnpfjbincgijbaiedldjfbhh". The frame requesting access has a protocol of "http", the frame being...
There has been a lot of commits since the release of 0.2.1 in August 25, 2011. Could you publish a new version?
The message tries to guide the developer on how to workaround the issue. It's better to fail rather than skip memoization which can lead to bugs.
- It will take app, connection_factory, parser and single-thread handler such as `M2R::Handler` or `M2R::RackHandler` for constructor arguments - `#listen` will spawn few threads with single-thread handlers running inside of...
We should avoid mistakes taken by other similar gems and do it the zmq way meaning that every thread has its own connection to/from mongrel2. We should avoid master-workers architecture...
## Idea: Allow to easily deliver notifications to clients from Rails/Rack apps using SSE. ### Algorithm: #### Subscription From Rails/Rack application respond with `Transfer-Encoding: chunked` header for the request. Verify...
http://dak1n1.com/blog/14-http-load-generate
Use `poller` and send `ZMQ` message to stop ? Send special kind of message to PULL socket used by underlying `Connection` ?