Fernando Maclen

Results 84 comments of Fernando Maclen

@GregoMac1 can you take a look at this bug? Hopefully it's an easy fix. Prioritize this one over #151

@raychz thanks for the detailed suggestion! The way I was thinking about this feature is as follows: - A user can add "context" to any session at any time, meaning...

Here's a rough mockup for adding multiple text boxes in a particular "Knowledge": ![image](https://github.com/fmaclen/hollama/assets/1434675/9c3bbc00-cc82-4832-a4dd-7dbb91fe71b2) - By default "New knowledge" has an empty text box - Clicking the [T] adds a...

This feature will likely be covered by #116

Going into the fullscreen text-editor and then switching back to the smaller prompt field "fixes" the issue.

Potential suspects in `src/routes/sessions/[id]/+page.svelte`: - [`afterUpdate()`](https://github.com/fmaclen/hollama/blob/main/src/routes/sessions/%5Bid%5D/%2Bpage.svelte#L208-L213) — Maybe there is a race condition here? - [`{#key session} ... {/key}`](https://github.com/fmaclen/hollama/blob/main/src/routes/sessions/%5Bid%5D/%2Bpage.svelte#L289-L304) — We might no longer need to re-render these components in...

@GregoMac1 have you run into this issue?

Understood 👍 It's happening very erratically for me, last few times I didn't have to wait "minutes" to see it happen, just switch context away from the current browser tab...

I'm removing the `good first issue` because I expect this feature to require updating the build pipeline config and that's probably a can of worms. I think we will need...