MacFJA
MacFJA
Close #699 ## 🎯 Changes - Add `jsr` as possible key for `packages.json` - Update the package manager list (add `Deno`) - Update the installation command for packages - Update...
- Add simple metadata loading and cache. - Add content body - Add author card --- - Video (from Youtube) have a embed video, author is extracted - Package the...
Add a Makefile to automagically handle dependencies and requirements Running `make run` will: - Create `.env.development` if needed - Install NPM dependencies if needed - Create the databases (`pnpm run...
## Update npm data The script indicate that 2 packages are missing from NPM registry: ### `svelte-brick-gallery` - SvelteSociety: https://www.sveltesociety.dev/packages#svelte-brick-gallery The [Github repo](https://github.com/anotherempty/svelte-brick-gallery) is missing too ### `@wx/svelte-core` - SvelteSociety:...
Extract the rendering function from `Prompt` class into a reusable function. The goal is to provide a function to easily renderer a frame (with partial re-rendering). ---- Update `spinner` prompt...
Closes #304 --- TODO: - [ ] Add changeset - [ ] Update README - [ ] Update Unit test
Add help/description option on: - text - password - confirm - select - multiselect - groupMultiselect Screenshots    --- - The help text is display in dim and...
Add a new prompt: `MultiLinePrompt` and its rendering `multiline` ## Changes ### Added to `@clack/core` - Option to change the key that submit a prompt (default value is `return` to...
The error dialog always indicates the port 5432 (Postgres default port) in the message instead of the configured port. All other information are correct (Host, User) See #101 for screenshots