Abitofevrything

Results 22 comments of Abitofevrything

If you have a mouse with side buttons, they can still be used to navigate forwards/backwards like in most browsers.

Hi, this is an issue with CKEditor and should be reported there. This isn't an issue with Trilium.

Adding NeoVim support would mean adding support for nano, emacs and any other text editor. Trilium is designed for taking notes with CKEditor, so that is probably the only editing...

It seems the issue was added in [this commit](https://github.com/isaul32/ckeditor5-math/commit/aa0392c12fb22525d2c8b83aab5e2e92edae2bbc). I will open an issue there and see if this is intentional.

@zadam was referring to the check box list, not the keyboard shortcuts

Drafting as I am unsure what value to put for `GGML_F32_STEP` and `GGML_F16_STEP` - guidance on this would be appreciated.

A quick test seems to show that 32 leads to better performance than 16 or 64

Leaving as a draft for now as I want to see if I can get rid of some of the memcpy calls in the ggml_lookup_fp16_to_fo32 function. A review would be...

Turns out the memcpy calls are optimised out by the compiler anyways :) Marking this as ready.

Tested on my Windows machine and there seems to be some issues with using `clock()`. Apparently its implementation is OS-specific and on Windows it returns wall clock time instead of...