John

Results 112 comments of John

For those interested, I've made a proposal (#31963) to update the `ReactiveFormsModule` such that you can subscribe to the changes of any property. It specifically allows for observing touched/submitted/disabled/readonly/valid etc...

Obviously this isn't ideal, but I work around this issue by simply updating the `angular.json` `"newProjectRoot"` property to be whatever I want for the project I'm generating at that moment....

@bendem Yes, I imagine this PR is out of date. I don't think the maintainer is interested in enforcing `strictNullChecks` in this project.

After running into this issue myself, I encountered [this helpful PR](https://github.com/isomorphic-git/isomorphic-git/pull/1233) from the "isomorphic git" repo where they fixed this problem. While the PR doesn't contain much of an explanation,...

> @jorroll Through bisection, it appears that this bug was introduced in v9.6.10. Could you try downgrading to v9.6.9 and see if that fixes this bug for you, as a...

As an aside, because of [a separate issue in the `rxfire` package](https://github.com/FirebaseExtended/rxfire/issues/58), filtering on `serverTimestamp()` values locally would be a little more involved than it otherwise would.

I wrote a [blog post](https://dev.to/johncarroll/how-to-share-firebase-authentication-across-subdomains-1ka8) a while back describing how you can accomplish this using the current firebase auth API. Official support making this easier would still be very nice...

Hopefully this will seem obvious, but I appreciate that commit [30b0853](https://github.com/solidjs/solid/commit/30b0853525fdaee937140d2e678de87c0a6459e8) also fixed this for `createStore()` since I just came over here to report that bug myself.

The problem appears to be caused by the fact that `sortable._elem !== sortable._sortableDataService.elem` when `ondragover` is called. As far as the component is concerned, when you drag item A over...

Well the conditional config option doesn't work for the reasons described above, and the method for adding server/client conditional logic won't work for static imports for several reasons ### 1)...