Achille Lacoin
Achille Lacoin
``` $ deployctl --help error: Uncaught (in promise) TypeError: Importing a JSR package via an HTTPS URL is not implemented. Use a jsr: specifier instead for the time being. const...
It would be a better user experience to optionally allow to use the website favicon as the application icon.
Currently butterflish does not feel super well integrated with the fish shell. Here are some shortcuts that I would like when prompting the AI: - alt+right / alt+left: move to...
- add ability to set SPACE_PROJECT_ID and SPACE_PROJECT_KEY as env - only use a single key for space dev - check if the key is still valid before starting space...
- cleanup code scanning code - add rust scanner
Our current validation error message are hard to craft, and still do not provide a good user experience. ``` Error: Spacefile L Micro 'static-app' L Micro 'static-app' L Micro 'static-app'...
I'm using [steampipe](https://steampipe.io/) as a way to query cloud apis using sql. Steampipe use postgresql behind the scene (see https://steampipe.io/docs/develop/overview). Sadly it looks like kanel is not able to generate...
### What is the feature you are proposing? I think hono primitives would work wonderfully for a minimal CLI framework: ```ts import { Cli } from "hono/cli" const cli =...
Happens when installing a website as an app in safari:
I had trouble installing dependencies using v23.7.0, so I decided to replace better-sqlite3 by node:sqlite. Feel free to ignore if you're not interested in this change.