Pascal Andy
Pascal Andy
works on my side. Here are the commands I used: ```bash # check versions privateGPT|main ⇒ python --version Python 2.7.17 privateGPT|main ⇒ python3 --version Python 3.11.3 privateGPT|main ⇒ pip --version...
I see the main_prompt as the core specs. You gotta make the project work like a badass MVP. Then you write PR_prompt_001, PR_prompt_002, and all that jazz. Let the machine...
Same here. > It seems we encountered an unexpected error while trying to use the tool. This was the error: _aget_url() https://duckduckgo.com RequestsError: Failed to perform, ErrCode: 28, Reason: 'Failed...
Linking back to a similar issue: https://github.com/moby/moby/issues/33775
Keeping an eye on this :)
Ohh, I thought Casper was supporting it out of the box. Thanks for letting me know!
I've asked on the[ ghost forum](https://forum.ghost.org/t/supporting-i18n-in-casper/3654) if the Ghost theme would like Casper to support i18n.
Thank you very much. This solved a big problem for me :)
I had one hardware crash about 2 weeks ago and I can't stop thinking about a multi-master setup. Is it on your road map ? Looks there is a few...
+1 I used ``` docker run --name postgresql-backup -it --rm \ --link postgresql-master:master \ --env 'REPLICATION_MODE=backup' --env 'REPLICATION_SSLMODE=prefer' \ --env 'REPLICATION_HOST=master' --env 'REPLICATION_PORT=5432' \ --env 'REPLICATION_USER=repluser' --env 'REPLICATION_PASS=repluserpass' \ --volume...