Fernando Maclen
Fernando Maclen
The prompt field appears focused, with a caret blinking, but it does not recognize keyboard inputs. Similar behavior is present in this issue: https://github.com/fmaclen/hollama/issues/112 Edit: I have a hard time...
It avoids this scenario where the window is created but there is a blank page visible for a second or two, with a lower-case window title:  Here's an example...
I'ved used `typesafe-i18n` in the [past](https://github.com/fmaclen/julia-sanfrancisco/tree/main/src/i18n), but we might as well use [`i18next`](https://github.com/i18next/i18next?tab=readme-ov-file), how bad [could it be](https://github.com/open-webui/open-webui/blob/main/package.json#L65C4-L65C11)?
This assumption is incorrect: https://github.com/fmaclen/hollama/blob/main/src/routes/sessions/%5Bid%5D/%2Bpage.svelte#L66-L71 It might make more sense to simply add [`serverStatus`](https://github.com/fmaclen/hollama/blob/main/src/routes/settings/%2Bpage.svelte#L18) to the `$settingsStore` and update it accordingly.
I'm not that familiar with the Vite build process to figure out where exactly this issue is. ```shell (!) Some chunks are larger than 500 kB after minification. Consider: -...
This would helpful as a form of token-count compression. Every 5-10 messages you could summarize and start over at a much lower token count but, _hopefully_, much more relevant. -...
When running multiple completions in different tabs at the same time will cause the last session to finish to overwrite the first one in `localStorage`. https://github.com/user-attachments/assets/c4290822-79a0-43ae-b264-3e6c418c13a6 REF https://github.com/fmaclen/hollama/issues/126#issuecomment-2256257754