David Legrand

Results 50 issues of David Legrand

When I setup/launch `ollama` the manual way, I can launch the server with `serve` command but don't have a easy way to stop/restart it (so I need to kill the...

enhancement

### Describe the feature It could be great to be able to use `gzip` compression method to serve static files. ### Use Case It's now default for web server to...

Feature Request
Unit: vweb

If we download binaries for manual installation, there is no sha256/512 sum available to check integrity. It could be great to have them in release assets.

feature request

Node.js 21.7 introduces env vars parsing and `.env` native support, multiline included. We could use this in a future release to simplify our codebase https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V21.md#loading-and-parsing-environment-variables

Fix #651 This PR adds a `--env`/`-e` option to import env vars from a file during `clever create`. If no file name is declared, it uses `.env` by default.

When a user creates an app, there is no way to import environment variables automatically. Such a feature would enable easier creation from existing code (open source projects, tutorials, etc.)....

Fix #649 I checked the code is OK printing the `this.disabled` value of the `update-notifier` package

As mentioned in #636, the options starting with `--no-` need a special treatment and `--no-update-notifier` is not recognized as a working option. So we should change how the user can...