Antoine Lethimonnier
Antoine Lethimonnier
### This PR does - Fix ambigous (and dangerous) behavior during uninstall - Global fix for shell formatting - Small refactors - Fix unhandled cases in yes/no questions - Handle...
Hi there, I didn't find any guide on how to use a reverse proxy for affine, especially which websocket should be configured. My current configuration is this one: ``` ServerName...
Since the Pagination component is now available, I wanted to know if implementing it into the docs of the Data Table component would be a good idea. It could look...
Is there a way to create a static bundle with Bun and SvelteKit? I want to generate a static site for GitHub Pages, but AFAIK it's not possible atm. Will...
### Describe the feature With #776, some Form component files have been deleted in favor of others. Using the CLI update adds the new files and updates the modified ones,...
The required Svelte dependency isn't correctly used: it should be installed as a dev _and_ a peer dependency, not as a regular dependency. With the current state of your repo,...
- Get rid of dependencies, cherry-picking modifications from [mknjc's fork](https://github.com/mknjc/minecraft-rcon) - Updating to Java 20 - Update most dependencies - Some code improvements - Fix incorrect `RconResponse` response packet size...
### Describe the need of your request Currently, the CI workflow is extremely slow (10-20 min average). It's not a big deal, but when you have to accumulate a push,...
**Describe the bug** When building my Svelte app that uses deepl-node, I get a warning about circular dependencies: ``` Circular dependency: node_modules/.pnpm/[email protected]/node_modules/deepl-node/dist/index.js -> node_modules/.pnpm/[email protected]/node_modules/deepl-node/dist/parsing.js -> node_modules/.pnpm/[email protected]/node_modules/deepl-node/dist/index.js ``` **To Reproduce** Steps...
### Describe the feature Similar to what has been made on shadcn-svelte (https://github.com/huntabyte/shadcn-svelte/pull/715), it would be great to create a "server-hosted" version of the components, available from a registry endpoint...