Ilya Zayats
Ilya Zayats
What is the idea behind adding active_record_id to node automatically? May be it is better to give user opportunity to add it by hand if he wants to chain neo...
## 🐛 Bug Report If you mutate `Date` property inside `produce` but then revert it, immer still assumes changes while returning an empty set of patches. ## Link to repro...
## Motivation This PR fixes https://github.com/gorhom/react-native-bottom-sheet/issues/436. The culprit of the issue was a sudden drop in `animatedIndex` because of the height change, so the approach is to detect if the...
Now on every update changed models are removed from the `entities` array and updated ones are added to the end of it. This forces user to do a sorting by...
Hi @mrousavy, In my app, I rely heavily on "inline" styles similar to what Tailwind does for the web but in RN. So I have a lot of arrays like:...
Hi, This change fixes the #48 and all tests pass now
### How frequently does the bug occur? All the time ### Description If you have a schema with a `date` field and you would try to save `new Date(NaN)` into...
There should be comparatively easy to unbound adequack from rspec and add integration with minitest. Also it will be good to support other mocking libraries (rr for example). Will be...
Hi, I think that the current solution for the url param is a little bit misleading, for example: Current realisation is: ``` ruby def default_url_options(options = {}) if i18n.locale ==...