-
Edinburgh u3a has a requirement to add an extra status to the existing list of 5 Groups statuses. New status long text would be "Suggested, not yet active".
Having raised an enhancement request wi…
-
- [x] implement ruff
- [x] add pre-commit hook
- [x] create custom config
- [ ] cleanup legacy code
-
### Description
Right now, the only way to configure the client is by imperatively modifying the config somewhere:
```js
import { client } from 'client/services.gen';
client.setConfig({
bas…
musjj updated
2 weeks ago
-
### Proposed change
I would like to do some user-specific configuration in init containers. For this I need the current username on JupyterHub, which is normally set in the `JUPYTERHUB_USER` en…
-
Hello
I am not sure if this is a new feature or something I overlooked. Please shed light on it. Thanks in advance.
What I want is on executing my preCloudInitIso hook script, it can access domain…
-
We should add a way to run eventual code, like workflows, during deployment/compile time.
```ts
export const updatePostgresSchema = resource({
input: async () => ({
schema: await fs.readFi…
-
It would be great if there were a custom hook to replace the infinite scroll spinner with a custom script or CSS.
-
### Describe the solution you'd like
Hi,
We plugin developers cannot validate the cart item quantity with custom conditions with the storeAPI.
This used to be possible with the old API either with: …
-
I was trying to remove all trailing whitespace from PEP 750 and noticed that we currently do not have `trailing-whitespace` and `end-of-file-fixer` in our pre-commit config. I think it makes sense to …
-
Having the ability to supply custom insertion/removal function hooks would be really useful if the data being added was a complex object like a map/slice/struct where specific merge behavior could be …