Andrew Scott
Andrew Scott
I'm getting an error with SFC components with vue-class-component. Minimal repro at https://github.com/ascott18/vuetify-rollup-bug ``` [!] (plugin vuetify) Error: The structure of the exported component can not be recognized. Please open...
**Describe the bug** Starting in 2.4.2 (works in 2.4.1), when passing props to `mount` whose type is a union, a type error is raised. ``` Type '{ foo: string; }...
1. Search for a term within a package's API:  2. Click on a result in the result list 3. The search field is cleared, and the results list goes...
Make sort order consistent in split queries between the parent query and its occurrences in subqueries for collection includes. - Deterministic sorting was already being added to the parent query...
In this commit (https://github.com/intuit/QuickBooks-V3-DotNET-SDK/commit/6e4d096828c584b5a3be6fccaf7126dde1b47d1b), the deserializer was changed to use the same settings as the serializer. This change had the effect of changing the date deserialization handling from `DateTimeZoneHandling =...
Filter out nav props whose FK is read-only through coalesce, since these can't possibly be assigned when adding items to the relationship. However, _only_ do this for the automatic guessing...

- Mutate the browser URL directly (same as we do with bindKeyToRouteOnCreate) in "replace" mode (and maybe even also in "push" mode) so that we can use a more specific...
Z.EntityFramework is unfortunately not a very nice neighbor, doing things like providing extension methods in a class without a namespace (`global::DbSetExtensions`) so they're always available, removing the ability to discourage...
```[tasklist] ### Tasks - [x] ~~Adding ASP.NET Core identity tables~~ not worth documenting - replaced with prebuilt setup in the template - [ ] Restrictions: Document how to cache per-request...