Dave

Results 23 issues of Dave

Absolutely nothing against @fakezeta , but when I saw #2249 it occurred to me that we need to be indicating to users somehow in the model gallery user interface routes...

bug
ux

## Roles This was prepared as a quick option in case we want a demo. Currently working on an improved version using casbin for permanent version - will replace this...

some minor renames and refactorings within BackendConfigLoader: - make things more consistent in receiver variable naming - remove underused code to centralize things - drop public exports where possible -...

This PR is the start of transitioning our core services to the core/application.go \ core/startup model. In order to keep things reviewable, this PR will have a limited scope -...

This PR makes some small changes to the build system in order to better support a "DevContainer" workflow within vscode. This will allow new developers (and traveling developers) to easily...

**Description** This PR introduces just the ListModels and `config` package changes from my earlier middleware PR. In order to manage size and conflicts, this PR does _not_ use Usecase-based filtering...

This refactor PR contains the following changes: - `core/http/middleware` has been created to hold non-endpoint specific HTTP code, rather than leaving it loose within `app.go`, as much as possible. -...

This PR is the start of transitioning our core services to the core/application.go \ core/startup model. In order to keep things reviewable, this PR will have a limited scope -...

### Middleware Refactor This PR has a few goals, but is scoped strictly to avoid _major_ functional changes: - Introduces `core/http/middleware` to hold http related code that's _not_ endpoint specific...

There's no need to run tests or build images when the changes are docs-only or exclusive to the `examples/**` directories In particular I expect this to speed up the numerous...