Alexey Blinov

Results 5 issues of Alexey Blinov

So afeld/backbone-nested doesn't crushes… If using backbone.modelbind + backbone-nested and mix `StandardBinding` with `DataBindBinding` on input fields - I've got an error `TypeError: 'undefined' is not an object (evaluating 'attrPath[0]')`...

It is possible to integrate PayPal payments with Authorize.Net following regarding to this info https://www.authorize.net/solutions/merchantsolutions/merchantservices/paypal/ Is it supported by the Spree Gateway? Or should it be specially supported? I'd like...

``` ruby # without config.predicates_return false NullObject = Naught.build do |config| def coerce(other) [0, other] end end null = NullObject.new; 1 / null # => 0 # with config.predicates_return false...

I'm still trying to find a way to deploy 2+ anycables with eNATS using this chart. I.e. I deployed anycable (`replica: 1`) and it works just fine. Client can connect,...

This fixes Wezterm warning about `bright` key: ``` WARN wezterm_dynamic::error > `bright` is not a valid Palette field. Did you mean `brights`? There are too many alternatives to list here;...