apurvis

Results 23 comments of apurvis

i was having no problems with this until i ran `airflow resetdb`... now it seems i cannot connect to the postgres instance any more and i get this error.

+1... do either of you have a workaround?

maybe helpful, maybe not, but i implemented the contexts in the ruby `Retriable` gem; i think we ended up in a good place: https://github.com/kamui/retriable/pull/43

The README says: > Please pay attention: untill issue https://github.com/alekseyl/niceql/issues/16 is resolved any UPDATE or INSERT request might corrupt your data, don't use on production! Is this true even if...

https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests

cc @ankit307 tested in both chrome and safari

i would advise not using this library at all and just using the HTML5 `` tag along with the official well supported [react-modal](https://github.com/reactjs/react-modal); that solved my problem.

you can sort of do this with a regex in the `:on` parameter? often the "cause" gets stringified into the message of the actually raised parameter - that's a common...

re-reading my comment, i actually had no idea about the [`Exception#cause` feature in ruby 2.1](http://blog.honeybadger.io/nested-errors-in-ruby-with-exception-cause/). This issue makes a lot more sense to me now and seems like it might...