Rotem Yaari

Results 32 issues of Rotem Yaari

Somewhat related to #164, I'm experiencing a similar hang but on the consumer side. Using the pulsar consumer as a `Stream`, it seems like after certain occasions in which ZK...

bug

In some cases one might want to force redelivery of unacked messages in various error cases that can be early detected, overriding the default redelivery time.

Current SwaggerHub implementation exports YAMLs with responses looking like: ```yaml responses: 200: description: success ``` This leads openapi-spec-validator to fail trying to apply a regex to the 200 status code....

Sorry for the newbie question, couldn't find any resource or pointer to answer this. Assuming I have a custom error like the following: ```rust #[derive(Fail, Debug)] pub enum MyError {...

Currently it is a single bloated function, which is very hard to maintain

In many cases you want to write clients that create objects (with ids allocated by the server) and then queries those objects. Without a prior way to know the ids...

I tried installing liquid-wormhole and liquid-tether and passing animatable=true, but couldn't figure out how to actually achieve dialog animation. It would be great to have a little guide in the...

bug

Tried: ``` bro add "" -m "

When attempting to run I get: ``` Traceback (most recent call last): File ".../src/work/infrabot/.env/lib/python2.7/site-packages/hippybot/bot.py", line 256, in run bot = HippyBot(self.config._sections) File ".../src/work/infrabot/.env/lib/python2.7/site-packages/hippybot/bot.py", line 61, in __init__ self.join_room(channel, config['connection']['nickname']) File...