Daniel LaLiberte

Results 47 comments of Daniel LaLiberte

> > There is no way to remove a bookmark once it has been added. > > Not an MVP feature but shouldn't be difficult either, just drop a focusable...

> Well, I added the ability to remove bookmarks, but I also have to suppress the default click action when clicking the tooltip of the bookmark since it is a...

> Ah, it's a `black` complaint - I use `black` to autoformat the code. No worries, I can reformat before merging. I managed to install the 'black' formatter extension for...

Given that this problem with searching for generated css content is likely to be fixed in the browser, I'm not sure if we should address this problem now. I'm not...

> It seems CMake's auto-detection of the CUDA libraries picks up the native Windows executables/libraries and tries to use them, which obviously fails. You need to explicitly tell it to...

This works partially already. If you set your OAI_CONFIG_LIST.json file to contain something like this: ``` [ { "model": "orca2", "api_key": "NULL", "base_url": "http://localhost:5001/v1" } ] ``` Then at least...

This behavior of accumulating points in the tooltip is due to the "multi-select" mode. You can deselect any of the points as well by clicking them again, but there ought...

Fixed, for now, by disabling the multi-select mode.

Partially fixed by #427. Also see new subissues: #511 and #512

Experimenting to figure out what is happening, I noticed a few interesting things, which might be clues. First, using the shift-TAB repeatedly does navigate to all locations including the page...