-
This is a large undertaking and should only be pursued if the other remedies in #170 don't address the issue.
The idea here is to build a SSR component library in the design system that uses [decla…
-
If I have a table like:
```py
import sqlalchemy as sa
from sqlalchemy.ext.declarative import declarative_base
Base = declarative_base()
class Article(Base):
__tablename__ = 'article'
…
-
This is mentioned in #7056 but warrants it's own issue.
With app-model migration, NAP-7 and the over haul of the keybinding implementation we are thinking of adding a `register_action` decorator, a…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I'm trying to install on NixOS. The …
-
### Requested Feature
[AQUA](https://github.com/aquaproj/aqua) is Declarative CLI Version Manager written in Go.
- Switch tool versions per project
- Unify tool versions and how to install in you…
-
It would be great to have more parameter types:
- list of bool
- list of dates
- range?
- object/list of objects from files
- ...
We currently have the following:
```go
const (
Parameter…
-
We are actively exploring modularizing some of our CHT configs, so this package is a very good starting point for learning. Unfortunately, in some of our deployments we use the old config style (the n…
-
It would be nice if amCharts could have declarative animation settings so that rather than writing a function, the animation options could be passed in as part of the chart options. For example, there…
-
When an entity (lets call it parent) in my application links to a collection of entities associated with the parent entity, the declarative linking follows all fields of parent, to check those entitie…
-
Declarative Linking is a useful—not to say necessary—feature to implement a HATEOAS RESTful service, but it lacks support for injecting Link headers in responses where the entity is a List (a very com…