Kerfuffle

Results 14 issues of Kerfuffle

In the documentation for `Resource` and `Bus`, it only says it "attaches a resource to the bus". However, there's no example of using a resource in `Resource` and the examples...

## Question Is becoming a replacement for other tab extensions like Sidebery, Tab Center Reborn within the scope of your vision for Tab Stash? It's actually quite close to being...

i-epic

This is just asking if these are features you'd generally accept PRs for, not asking you to implement them yourself. I figured this was better than creating a bunch of...

i-epic

Definitely didn't intend to do this but I could not stop playing lint whack-a-mole. The changes are extensive, but most of them were pretty mechanical. The lint support part could...

Proof of concept for allowing user style overrides. Adds more CSP policies to further restrict the stash-list page privileges. Unfortunately I don't see a way to get around `style-src 'unsafe-inline'`...

See https://github.com/ggerganov/llama.cpp/pull/439 Closes #67 I'm not necessarily proposing to merge this, just putting it here in case it's useful. *** From my very, _very_, **very** unscientific testing, it seems like...

Naturally also works if it's just `\r` or just `\n`. (However `\n\r` would result in `\n`. If you put weird stuff like that in your prompt file, you deserve what...

This may be something to keep an eye on: https://github.com/ggerganov/llama.cpp/pull/439 Looks like the corresponding code is here: https://github.com/rustformers/llama-rs/blob/bf7bdbcfff3114dcbdafb6eb7eed58f04f19b1c3/llama-rs/src/lib.rs#L1203 According to the comments in the pull, it should trade a small...

enhancement

This pull changes the llama.cpp API a bit for `llama_model_quantize` (but there was a comment saying it wasn't ideal and probably would change) so that it takes a structure with...

research 🔬

From the perspective of application code consuming the GGML library, it's really not ideal to have the whole process just die even if it's something as simple as not enough...