Kevin Bruccoleri
Kevin Bruccoleri
Due to Rails monkey patching the Object#to_json method, it is possible for an unassuming object to call the method and trigger a error. https://github.com/rails/rails/blob/v7.1.3.2/activesupport/lib/active_support/core_ext/object/json.rb#L63 We discovered a case where this...
### Motivation [`ActiveRecord::Locking::LockingType`](https://github.com/rails/rails/blob/7f660a700d828cd9d472b0a57b1e32d7918cd88e/activerecord/lib/active_record/locking/optimistic.rb#L203-L226) is used for the `lock_version` column to handle Optimistic Locking: https://api.rubyonrails.org/classes/ActiveRecord/Locking/Optimistic.html This type was falling into the else block and causing a Sorbet Error: ` Expected type...
On dc `5.0.0-alpha5`: ```js import 'dc/dist/style/dc.min.css'; ``` raises the following issue: ``` × Package subpath './dist/style/dc.min.css' is not defined by "exports" in node_modules/dc/package.json ```
BREAKING CHANGE The widget API url https://coronavirus-tracker-api.herokuapp.com/ now returns a 404. Without the source, it seems fair to remove this broken widget. Thanks for submitting a pull request. Please provide...
- Inline with other modules, like Github (https://github.com/wtfutil/wtf/blob/d6a0797bf2260810438a75ab063daccc88f22f96/modules/github/settings.go#L42) Thanks for submitting a pull request. Please provide enough information so that others can review your pull request.