Fredrik Söderström

Results 61 comments of Fredrik Söderström

@ealmloff thank you for the guidance! I followed Android part of the updated guide you linked (https://github.com/DioxusLabs/docsite/blob/7f57a13d28e4d5d47c6fd9e3022fb1d2989aee1b/docs-src/0.4/en/getting_started/mobile.md) as closely as possible. I now get a dependency conflict: ``` gui on...

@NiklasEi here you can see how the tauri project looks up directories on Android https://github.com/tauri-apps/tauri/blob/48b1fd74b1df5c3628d00aaae9371dd094466fe5/core/tauri/src/path/android.rs

@bmizerany I'm getting the same error after re-installing ollama on Arch Linux, it worked just minutes before my re-install. ``` $ ollama run mistral Error: unmarshal: invalid character 'p' after...

In case it is of any help, I tested using Arch Linux, GNOME 43.3 on Wayland and I actually have the same graphics card NVIDIA GeForce GTX 1660 SUPER with...

Thanks for the guidance! Currently when doing game experiments I mainly use bevy nowadays. But hopefully this is is helpful got anyone else trying to draw repeating textures! Macroquad has...

As suggested here https://github.com/helix-editor/helix/discussions/9369 I believe that adding Ollama LSP support would be a great possibility. Although requiring a GPU with enough memory for he heavier models they all run...

Regardless the model size, the great thing with ollama is that projects like that makes it possible to easily pull the model of your choice, that fits your need and...

Interesting point, but what happens with SEO in that case? The large search engines does execute JavaScript so they will just see unstructured text? It does feel weird and possibly...

Yes exactly, I guess that the paper elements was not written with focus on SEO and that I might have to create my own elements in the same style. Sure...