Kayvan Sylvan

Results 21 issues of Kayvan Sylvan

On Firefox and Chrome, if I click on the Dissenter button, start making a comment, then move the focus off the window and the side bar (and my comment) disappears....

bug
enhancement

I started with the sails-permissions-example app here: https://github.com/ryanwilliamquinn/sails-permissions-example It "sails lift"s and I am able to see the splashscreen and when I POST to /auth/local, I get "200 OK" back...

bug
help wanted

Make the scripts and Ansible playbooks use the changes here: https://github.com/hardware/mailserver/commit/70d503fa43455d596416795532374af583ad785d Basically, create `http_network` docker network, and a modified `docker-compose.yml` file that uses traeffik.

### Describe the bug Followed the instructions in the `README.md` to set up the gpt4chan files: ```text $ ls -l models/gpt4chan_model_float16/ total 11822356 -rwxrwxrwx 1 kayvan kayvan 930 Apr 27...

bug

This PR simply bumps flask version from 2.2.3 to 2.3.2 in /server. Dependabot caught this in my fork, so I'm submitting it upstream.

### What happened? with this alias in place: ```shell groq_api=$(cat ~/Documents/groq-api.txt) alias groq="env OPENAI_BASE_URL=https://api.groq.com/openai/v1 OPENAI_API_KEY=$groq_api" ``` The contents of `groq-api.txt` is the key generated at https://console.groq.com/keys Running this: ```shell cat...

bug

This is an underrated VSCode extension. Thank you for making it available!

Out of the blue, my keybase proof (which had been live for years) started failing. So I keep re-posting it and retrying. Here is the link: https://www.reddit.com/r/KeybaseProofs/comments/1d5psaq/my_keybase_proof_redditkayvansylvan/?

I'm trying to get whalewall to work in a Mailu installation, so I'm starting by getting the basic setup working first. This is my Docker compose for `whalewall`: ```yaml name:...

### CHANGES - Replace `universal_newlines` with explicit `encoding='utf-8'`. - Add `errors='replace'` to handle undecodable characters gracefully. ### Summary This pull request updates the `download_model` function in `src/utils/ollama.py` to improve text...