Yonas Yanfa

Results 92 comments of Yonas Yanfa

I'm getting an error: `error taking canonical path of directory "/git/aardwolf-interface/aardwolf-yew-app/./assets": No such file or directory (os error 2)` ``` $ cd aardwolf-interface/aardwolf-yew-app $ trunk serve 2023-12-17T17:34:40.866103Z INFO 📦 starting...

@BanjoFox Thanks, I still get the same error though.

> I just tested on my FreeBSD14 and am getting an "unsupported OS" error. Can you copy/paste the console output that contains "unsupported OS"?

> Steps to build: > > ``` > $ git clone (main branch) > $ pkg install postgres16-server postgres16-client > $ cargo install wasm-bindgen-cli > $ cargo update -p wasm-bindgen...

I'm proposing two new flags --exit-code-success: exit codes that will cause immortal to quit cleanly without retry. Comma-separated list. [ default: 0 ] --exit-code-failure: exit codes that will cause immortal...

Make sure to use `sendfile` for performance.

@johnhurt I'm not able to replicate this either for some reason. The do-nothing server and the load balancing proxy both work now. I've submitted a patch to fix an earlier...

> I played with shared cache, tx lock, sync, mutex, etc., actually all parameters that make sense and couldn't bring it to a stable state. @rutkai Did that include manually...

@rutkai > One dirty solution could be to use a lock file, but that's rather dirty, and imo this issue is supposed to be solved on the sqlite driver level...

> the crypto/internel/edwards25519 does not have IsOnCurve, a necessary function for what we are doing here, so it is not used. @schollz Perhaps it would be safer - and end...