Candid Dauth

Results 26 issues of Candid Dauth

This pull request fixes #1960 while attempting to not introduce any breaking changes. In addition to each existing `*.esm.js` bundle, an identical `*.esm.mjs` bundle is created. This makes sure that...

This pull request adds a setting to the admin page where users can configure whether menu items should be hidden when their label (with a fallback to the page title)...

enhancement

When two items A and B are added to a feed with a lot of time in between, the plugin polls the feed at the intermediate state where only item...

When php5-fpm is started in background, the command exits after less than 1 second, which make supervisord think it failed and try to restart it several times. Starting it in...

## Issue Creation Checklist - [X] I understand that my issue will be automatically closed if I don't fill in the requested information - [X] I have read the [contribution...

type: bug
type: typescript

I have a Matrix room that is bridged to a Signal group. I would like the Matrix room to be part of a space, with every space member being allowed...

enhancement

I am experimenting with React SSR in a project that uses ESM (`"type": "module"` is set in `package.json`). The project uses react-dropzone, and although it will not be part of...

bug

I'm hardening the Docker image of my Node.js app by making the whole app owned by root but run it as another user so that it cannot modify itself. To...

enhancement
help wanted

I am using this plugin in a monorepo with several modules. In my case, I have configured `jestrunner.jestCommand` to be `yarn test` (which in my case executes `vitest` instead of...

enhancement
debt

It seems that the following export are not declared in the TypeScript typings: * `default` * `install` * `create` * `components` * `Alpha` * `Checkboard` * `EditableInput` * `Hue` *...