Aleksey Gureiev

Results 7 issues of Aleksey Gureiev

According to Stripe docs, you should be able to pass `default_tax_rates` to create and update calls. Added these to make Dialyzer happy.

Hi mate! Thanks for the example code. Consider using Poison instead of JSEX. You will find it much faster (like 2x faster).

Here's what I get when creating a new recipe: NoMethodError (undefined method `detect' for nil:NilClass): /vendor/plugins/version_fu/lib/version_fu.rb:98:in`create_new_version?' /vendor/plugins/version_fu/lib/version_fu.rb:91:in `check_for_new_version' /vendor/rails/activesupport/lib/active_support/callbacks.rb:178:in`send' /vendor/rails/activesupport/lib/active_support/callbacks.rb:178:in `evaluate_method' /vendor/rails/activesupport/lib/active_support/callbacks.rb:166:in`call' /vendor/rails/activesupport/lib/active_support/callbacks.rb:93:in `run' /vendor/rails/activesupport/lib/active_support/callbacks.rb:92:in`each' /vendor/rails/activesupport/lib/active_support/callbacks.rb:92:in `send' /vendor/rails/activesupport/lib/active_support/callbacks.rb:92:in`run' /vendor/rails/activesupport/lib/active_support/callbacks.rb:277:in `run_callbacks'...

``` shell $ rake db:bootstrap --trace (in /Users/alg/Work/OSDV/Rocky) ** Invoke db:bootstrap (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:bootstrap ** Execute import:states db/bootstrap/import/states.csv Alabama... DONE! Alaska... DONE!...

Hi mate, Just tried the module and it worked like charm in the example app the first time, but then started to show the screen like this: https://skitch.com/spyromus/8sknk/imageview-ex As you...

**Is your feature request related to a problem? Please describe.** While working on implicit PK serialization I noticed that `serialize` method in model views accepts the raw `Request` object. This...

enhancement

I have dapr 1.14.1 installed into the system via nix. I've been working on the feature to support TAG type to the Redis State Query and was going to test...