Yura Omelchuk

Results 9 issues of Yura Omelchuk

``` Test = Backbone.Model.extend defaults: name: '' mutators: name: -> @get('name') + ' mutated' test = new Test #> Maximum call stack size exceeded ```

bug

when it is configured with limit option (ex, limit = 1) it still allows to input new value, just does not add it I would suggest that when limit is...

Using preload with Spring causes issues because preloading fires twice and it creates duplicate set of data. If there an easy way to prevent this?

Created a buildpack to download JSON data and get it prepared to be used with this gem https://github.com/kodolabs/heroku-buildpack-cities

after upgrade to Rails 7 we get following error in production mode RAILS_ENV=production bundle exec rails zeitwerk:check --trace it helps when this line is added to lib/koudoku/engine.rb ```require_relative '../../app/helpers/koudoku/application_helper'``` ```...

![image](https://user-images.githubusercontent.com/40773/154065061-e5c92be5-26b5-43ee-8acb-cf79da569cdf.png)

* What were you trying to do? it does not play along with a model named Host * What did you end up with (logs, or, even better, example apps...

bug

## Motivation add API support for projects ## Changes - add projects API wrapper and project struct - add specs and rubydocs ## Summary by CodeRabbit * **New Features** *...