Yura Omelchuk
Yura Omelchuk
``` Test = Backbone.Model.extend defaults: name: '' mutators: name: -> @get('name') + ' mutated' test = new Test #> Maximum call stack size exceeded ```
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'``` ```...

* 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...
## Motivation add API support for projects ## Changes - add projects API wrapper and project struct - add specs and rubydocs ## Summary by CodeRabbit * **New Features** *...