MacFJA

Results 29 issues of 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...

2.0

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...

2.0

## 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 ![Image](https://github.com/user-attachments/assets/ba9a5694-008f-45bb-bd54-5cd517fb5e49) ![Image](https://github.com/user-attachments/assets/318b2735-7f0d-4139-aac3-0c6b337d63bb) ![Image](https://github.com/user-attachments/assets/33c7b3e0-537d-40ad-9b7a-b7c846332f43) --- - 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