Andrei Horak
Andrei Horak
Hello, We're getting the following error when attempting to pay: ``` Stripe::Invoice.pay(id: stripe_subscription.latest_invoice, expand: ['payment_intent']) ``` an invoice: ``` TypeError - no implicit conversion of Hash into String: /Users/andrei/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/stripe-4.21.0/lib/stripe/api_resource.rb:73:in `escape'...
Let's say we have the following, simple, workflow: ``` A -> B -> C ``` And Job A checks for a value, which if `false`, the whole workflow should be...
Hello, Great job with this adapter! I've started playing with it and it's great; however, I don't get how should I interpret the TARGET column when doing a `kubectl get...
Remodel should be thoroughly documented. Both in-code and on the web. Docs should be written for main API methods and a nice interface should host them on the web (Flask...
I building a Rails app which has several models, but which also has to interact with other virtual models, through various external APIs. Let's say I have the following two...
There are some simpler use cases that should not require a full Redis setup. For that, a memory backend would be very useful. Think of short demos or proof of...
This reverts an earlier change. Workflows are not given up anymore if a task would return false. This was not intuitive and could potentially hide an actual issue within the...
Because one cannot blocking-pop from a list and push to a sorted set, we first push to a list (reliably), then to the set. Because of this, jobs are not...
At the moment, results are returned as a regular hash, with keys and values containing a mix of strings and symbols: ```ruby {"nature"=>:archive, "intrinsics"=>nil, "entries"=>[{:type=>:file, :size=>53335, :filename=>"foo"}, {:type=>:file, :size=>292210, :filename=>"bar"},...
I've just installled this package and used the default, however, whenever I access the `es` object, I reach the following error: ```python File "/.../python2.7/site-packages/flask_elasticsearch.py", line 42, in __getattr__ **self.elasticsearch_options) File...