Patrick Roza
Patrick Roza
Add settings to RouteConfig
Adds distinctUntilChanged so that if parents change, but values remain unchanged, there won't be false change notifications. e.g: ``` this.something = { somethingElse: 1 }; this.whenAnyValue((x) => x.something.somethingElse); this.something =...
Love the work you've done here, I'm a big fan of both RX and RXUi on .NET, and now on JS :) I like the recent improvement where the boilerplate...
Running PostgreSQL, after upgrading to 0.9.x there's been major spikes on our db server, with average response times running well into the 2seconds. Here's some of the EXPLAIN's: duration: 409.997...
Fix for RequestingAssembly being null
From Discord, as described, a way to override the 'body' element for Portal, so that e.g when one builds components that may be used inside web components, portals can be...
(I left out the changeset on purpose; what is the policy for changesets for fixes for unreleased changes)
### What is the problem this feature would solve? ### What is the feature you are proposing to solve the problem? Some small changes to the types: ```ts export type...
### What is the problem this feature would solve? Exposing literals means you can define a literal schema and then use the (fully typed and ordered) members conveniently from anywhere...
### What is the problem this feature would solve? I often find myself needing to provide default values at construction, but not at parsing. At parsing time, a missing value...