K0IN

Results 12 issues of K0IN

With this pr it is possible to change the save mode. This helps since I sometimes open notes and edit them by accident . Until we have proper note versioning,...

enhancement

By default, the menu is open and i can't get it closed (I used the code from the documentation → https://material.preactjs.com/component/menu/) and I can't get it to work, do I...

Website down.

I use ollama in an automated way, that's why I use the same prompt all the time. That's why I thought we might allow ollama to use prompt_cache. https://github.com/ggerganov/llama.cpp/blob/f7f468a97dceec2f8fe8b1ed7a2091083446ebc7/common/common.cpp#L1508C22-L1508C38 Or...

PR for: https://github.com/liiight/notifiers/issues/465 Open [demo instance](https://notify-demo.deno.dev) and subscribe, then run the code: ```py from notifiers import get_notifier p = get_notifier('notify') print(p.required) res = p.notify(title='test', message='test', base_url='https://notify-demo.deno.dev', tags=['test']) print(res) ``` a...

**Is your feature request related to a problem? Please describe.** Hi, i would like to use https://github.com/K0IN/Notify as a provider **Describe the solution you'd like** Notify is a valid provider...

enhancement

Im buildng a chrome extension that uses ollama.js to predict input. I noticed that i get number suggestions way more often than, coherent text. Here is my code that calls...

Add build files (Docker), as stated in https://github.com/kevmo314/scuda/issues/31, i would like to use earthly to build binaries (docker does not seem to be the correct tool to do this). We...