David Legrand

Results 48 comments of David Legrand

Same, here: ``` > await Bun.write("output.txt", ""); 0 > await Bun.write("test/output.txt", ""); 1 | (async()=>{"use strict";void 0; 2 | return await Bun.write("test/output.txt", "");;})(); ^ ENOENT: No such file or directory...

For env var parsing at `clever env import`, as it's native with multiline support ?

Oh, wow, I confirm this solve the problem for now 😅

> Hi all – to unload a model you can use the new `keep_alive` api parameter set to `0` https://github.com/ollama/ollama/blob/main/docs/faq.md#how-do-i-keep-a-model-loaded-in-memory-or-make-it-unload-immediately > > Regarding stopping the Ollama service – you can...

Two remarks on this: - Maybe we should consider a max value (60m, 3600s) ? for the timeout value (to prevent a user asking for a 24h timeout for example)...

I checked `clever-tools` (installed through `npm`) on a Raspberry Pi 4 under Ubuntu, it's working fine : ``` > clever diag clever-tools 3.0.2 Node.js v21.1.0 Platform linux Release 6.2.0-1016-raspi Architecture...

As discussed today, we need a way to support it in a non breaking way for now, and unify how we list things (add-ons, applications, backups, etc.) later. For example...

Sorry I misunderstood your comment, it should be fixed now

> thanks! we need to take into account that our site supports multiple languages. the current approach might not work for multi-language sites. we should probably figure out a different...

> Should we really do that? This means that `env` vars are stored locally. What would be the win compared to using a config provider for example? When a user...