Ido S.

Results 12 comments of Ido S.

This is the local Ngnix configuration, right now there is no easy way to edit that. You can connect to the docker container and edit the files at `/etc/nginx/sites-conf.d/default-ssl`

iRedMail is pretty heavy and needs at least 4GB of ram https://techviewleo.com/how-to-run-iredmail-server-in-docker-containers/ The advantage of iRedMail is that it is open source and the common configuration is at the admin...

Currently, the process will crash if the model tries to print emojis: ``` Here are some emojis: thread '' panicked at 'called `Result::unwrap()` on an `Err` value: Utf8Error { valid_up_to:...

@hlhr202 is there any way to stop the response while running? I want to stop the response when the user decide

@hlhr202 Yes, this is exactly it!

For some reason after installing the lime fork and doing all the steps, I got a segmentation fault ``` openfl test html5 -DHXCPP_ARM64 Could not link to neko. Called from...

Use the x86 version of haxe without brew (from the website). This works without any issue

This is a really cool idea, but right now it is not the top priority feature, if you want to contribute to CatAI by adding this, it will be welcome...

The bun's implementation may be more similar to the current API than `better-sqlite3`'s. https://github.com/drizzle-team/drizzle-orm/blob/main/drizzle-orm/src/bun-sqlite/session.ts

I created a wrapper around `node-sqlite3-wasm` to polyfill bun's implementation of `Database` and `Statement`. But I get an error saying the `database is locked` ``` SQLite3Error: database is locked at...