John
John
So I made a PR against this PR in #1458
@julianobrasil just reading this. The issue you are experiencing is a known limitation of the current API (SatPopovers can only have a single anchor at a time). [See this note...
> What are people using instead? [rSchedule](https://gitlab.com/john.carroll.p/rschedule) @matheusbaumgart. Though I made it, so I'm definitely biased.
@leviwilson I'm guessing this is a limitation of Neo4j. Can you try checking the database logs to see if it contains more information about the failure? `Faraday::TimeoutError: request timed out`...
Before you created this issue, I was under the impression that Neo4j only allowed one schema modification per transaction. The fact that you were able to _add_ two constraints as...
cc @pkozlowski-opensource In #9119 you said > I very much like how this would make things like debounce combined with async / sync validation rather easy without any corner cases....
@jonrimmer that's not a bad suggestion. This redesign began as an internal project for an app, before I realized how time consuming it would be to get right. As I...
@fxck thanks for sharing that library! I wasn't aware of it (and I use ngrx so I'll definitely check it out). And starting a conversation around how the `ReactiveFormsModule` could...
@junaidbinsarfraz so this issue intentionally focuses only on `AbstractControl` and ignores `ControlValueAccessor`. Personally, I agree that `ControlValueAccessor` should be improved but that is a separate issue. The new `AbstractControl` API...
For those interested, I've fleshed out the `ControlContainer` implementation (`FormGroup` and `FormArray`). This involved some tweaks to the ControlEvent API, but no major changes. Theoretically (and I say "theoretically" because...