Robin Davidsson

Results 6 comments of Robin Davidsson

The first part can be solved by changing the parameter of the following line to `0` instead of `input.text.length`. https://github.com/Darkempire78/OpenCalc/blob/629d86c27ce96ce38629f553e4b066b913cee985/app/src/main/java/com/darkempire78/opencalculator/MainActivity.kt#L425

A temporary workaround might be to disable the tray icon in the Runelite settings. (Might cause other issues with notifications) I do believe this is a issue with the GNOME...

This seems to work for me. The base model seems to work better from my testing. ``` "tabAutocompleteModel": { "title": "qwen2.5-coder", "provider": "ollama", "model": "qwen2.5-coder:7b-base-q4_K_M", "completionOptions": { "stop": [ ""...

> > This seems to work for me. The base model seems to work better from my testing. > > ``` > > "tabAutocompleteModel": { > > "title": "qwen2.5-coder", >...

> anyone know why I always get chat message prompted instead of code block in VsCode+Continue > > > sometimes, I get code without any new line break > >...

> @andrewparry @kroggen Apparently this is a Docker problem. I'm having some success editing the docker file and adding: > > ARG SSL_KEYSTORE_PASSWORD USER root USER 1001 > > Looks...