Jason Schilling
Jason Schilling
I totally agree to guide the user. But I would change this in the source first, cause this will **only** apply for typescript users. In all other cases (except docs)...
Hey @wankdanker and @HeyJ0e several days ago I refactored the whole project. **Highlights**: - Full TypeScript support (Full (re)written in TypeScript) - Define advertisement and channel and message data format...
What about typescript?
Bash; anyone? ```bash #!/usr/bin/env bash MODELS="llama3:instruct llama3:8b-instruct-q4_1 llama3:8b-instruct-q5_0 llama3:8b-instruct-q5_1 llama3:8b-instruct-q8_0 llama3:8b-instruct-q2_K llama3:8b-instruct-q3_K_S llama3:8b-instruct-q3_K_M llama3:8b-instruct-q3_K_L llama3:8b-instruct-q4_K_S llama3:8b-instruct-q4_K_M llama3:8b-instruct-q5_K_S llama3:8b-instruct-q5_K_M llama3:8b-instruct-q6_K llama3:8b-instruct-fp16" for MODEL in $MODELS; do ollama pull "$MODEL" done ```
I can approve this behavior. ```console ❯ symfony console doctrine:schema:update --force --no-interaction --complete --dump-sql DROP TABLE doctrine_migration_versions; Updating database schema... 1 query was executed [OK] Database schema updated successfully! ```
Just use typescript.
They should be defined as optional dependencies. Yarn and npm offers the `--no-optional` option for installing dependencies. Splitting packages would result in more `node_modules` folder hell.
Abort the upload, run `gopro cleanup` and run `gopro upload` only on a single file. Multiple files seams to be the issue. I've created a small bash script to automate...
I just noticed that `renotify` is not supported in Firefox and Safari according to [developer.mozilla.org](https://developer.mozilla.org/en-US/docs/Web/API/Notification/renotify); and there seem to be more properties than just those 4.