Andrew Scott

Results 113 issues of Andrew Scott

This is quite similar to `c-select-string-value`, and could be implemented with different parameters on this existing component. The key difference is that `c-select-string-value` selects from a custom static `string[]`-returning method,...

enhancement
vue

This will bring parity with the Knockout behavior. Behavior should match the knockout behavior (load the model with the result).

enhancement
vue

Add an addtional c-loader-status flag that presents a button for failed requests and allows the user to retry it. Problems to be solved: - How is the request re-invoked? Do...

enhancement
vue

As the title states. Pretty simple to use it, but still needs to be written down somewhere beyond just "look at Coalesce.Web's Startup.cs"

enhancement
docs

This may also include treating them as strings in the generated DTOs to avoid possible munging by the JSON serializer. C# types `decimal`, `int64`, and `uint64` can't be safely represented...

proposal
breaking

Situation: I have a collection of objects that I want to return from an API in a specific order. These objects have a `Name` property on them. Coalesce takes over...

proposal
breaking

Similar to what we do for checking the dependency versions of the project we're generating against, we should also check the node module dependency versions to ensure that everything is...

enhancement
vue

Since this is a moderately common function we use in a lot of apps and is somewhat tedious to make by hand due to the need to setup lifecycle hooks...

enhancement
vue

On the Knockout stack, .cshtml files can be used to dynamically build up pages based on the current logged in user and their permissions and roles. For the Vue stack,...

enhancement
vue