Florian Schäfer
Florian Schäfer
Now the [warning message reads](https://www.npmjs.com/package/intl-messageformat-parser): ``` npm WARN deprecated [email protected]: We've written a new parser that's 6x faster and is backwards compatible. Please use @formatjs/icu-messageformat-parser ``` So this should now...
@IsmaelMartinez Yes, this is still an issue, in my case on Ubuntu Gnome 20.04 with version 1.0.24 installed from snap. Other notification types (like calls and chat notifications) are working,...
This worked for me in the Android app. I was able to successfully insert a GIF via GBoard and toot it. Are you referring to the Android app from the...
> Does this only happen in search, or on other screens as well? As described above, toots with content warnings and an attached image seems to be another place where...
Something like [the Template Literal Strings from TypeScript](https://www.typescriptlang.org/docs/handbook/2/template-literal-types.html) would be much appreciated. But supporting regular expressions would be even better, of course. Something similar is being proposed for Typescript here:...
@javaaiorg I can confirm that this works. In my case with the https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF model (I had issues with the Q4_0 variant, but Q3_K_M works) on Ubuntu 22.04.1 :tada: @felix-zaslavskiy Is...
@raulraja @cosmic-snow @felix-zaslavskiy I've rebased the changes from this PR onto the current `main` branch, the rebased commit can be found at https://github.com/floscher/gpt4all/commit/82d32dcf65b38d05bba52ee2451354f26f693c69 on this branch of my fork: https://github.com/floscher/gpt4all/tree/streaming-callbacks...
@Diomeh This was probably caused by new partitions being auto-mounted as soon as they are detected (as described in #101). A workaround would be to temporarily (until reboot) stop this...
I can look into it. You want to push new translatable strings to transifex, right? Or update the *.po files with the current state from transifex.com
In the `.gitlab-ci.yml` file there is a job defined that is meant to sync the master branch to transifex for each pushed commit. Unfortunately for some reason it isn't triggered...