-
The runtime config page needs info about configuring AWS Dynamo key-value stores.
@ogghead do you have an example AWS runtime config you used for testing that you can share (redacted of course)? I…
-
### Environment details
If you are already running SDV, please indicate the following details about the environment in
which you are running it:
* SDV version:
* Python version:
* Operating S…
-
The portal UI needs to store/read simple user specific information. To support this a new RESTful service as described in the [User Key/Value store API document](https://docs.google.com/document/d/1Fo…
-
## Summary / Context
While trying to implement several options, I came across the following use case, which could be valuable as a feature. When implementing the `personalize` module, for example, yo…
-
Does AppConfiguration-KubernetesProvider support multi-key-value secrets similar to https://akv2k8s.io/tutorials/sync/4-multi-key-value-secret/ and https://external-secrets.io/latest/guides/all-keys-o…
-
[I just liked a comment you made about planning staticcms.org features].(https://github.com/sveltia/sveltia-cms/issues/136#issuecomment-2111391466)
The key value widget would solve a few problems f…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Summary
I would like to have a way to set static variables at the workspace, environment, and app level within…
-
## Description
Integration tests have been failing for a while.
One needed fix seems to be the COOKIE_ENCRYPTION_KEY missing from the env used for the tests.
There may be more fixes to perform, b…
-
Hi, great work!
Quick question, the docstring for the forward function in "FineMatching" says it should update "expec_f" but there doesn't seem to be anything that sets this key. Is the comment wr…
-
I suggest adding a rule that detects this
```python
d = {}
d.update({'key': 'value'})
```
and replacing it
```python
d = {}
d['key'] = 'value'
```
As a result, the code becomes simpler and…