Scott Newcomer

Results 303 comments of Scott Newcomer

@RuslanZavacky Lets see if we can fix or get to the root of the issue. Assuming the value on the underlying model is `isAccepted: boolean` - you can add a...

@psbanka 👋 I merged a PR that included improvements to an existing test to more closely match your case. However, I'm still seeing the tests pass. Do you happen to...

@jherdman For 6), if `possible === null`, then the first part of that if expression would fail and we would move on. Do you happen to know of a good...

Published 3.10.2. Hopefully this resolves the `merge-deep` issues!

👋 Thx for the issue! A few questions... 1. Is this flattened structure passed to the Changeset contructor? 2. How come you are trying to delete the fields and mutate...

@mwpastore Is this potentially due to the `#let` block emitting a new value. For example, if I invert the problem - change `useChangeset = true`, toggle `Use changeset?`, both `Did...

Not anymore. We have overhauled the `get` access on a changeset so it should work completely with any level of nested properties. I think what would be best to get...