Andrew Scott

Results 113 issues of Andrew Scott

Update mentioned of admin pages across the docs to link to it. Cover things like: - Default router config - Overriding admin pages per type - Securing admin pages

docs

Just a sidebar item. Inline the changelog into the docs

docs

Show a success alert with message for successful calls when `show-success` prop is set

enhancement

We already support json-mapped primitive collections, which get automatically mapped to json in the DB by EF with no special configuration. Explore what it would take to expand this to...

enhancement

Actual: ``` sql SELECT COUNT(*) FROM [UploadedFiles] AS [u] WHERE (LOWER([u].[OriginalPath]) LIKE @__Value_1_contains ESCAPE N'\' OR EXISTS ( SELECT 1 FROM [ProcessingEvents] AS [p] LEFT JOIN [Foos] AS [r] ON...

bug

- How to run codegen against a different project on disk - How to run codegen against the playgrounds - How to run the playgrounds - All the different projects...

docs

Add the ability to bind all list params with a single method call on a listviewmodel. Need options for: - Binding datasource name - Binding datasource parameters - Maybe an...

enhancement

If an enum is annotated with [JsonConverter(typeof(JsonStringEnumConverter))], support it being a string in the API.

enhancement

### Vue - Official extension or vue-tsc version 2.1.10 ### VSCode version 1.95.3 ### Vue version 3.5.13 ### TypeScript version 5.6.3 ### System Info ```shell System: OS: Windows 10 10.0.19045...

good reproduction ✨