Louis Thevenet
Louis Thevenet
Couldn't typstfmt looks recursively for a config file in parent directories ? And maybe stop when it's at the root of a git repo if you don't want it go...
> I took a look at [#29](https://github.com/joshka/tui-scrollview/pull/29) and it only implements this change on the vertical scrolling, do we also want the same behavior on the horizontal scrolling? As far...
From what I read, we basically have to wait until NPU support is added to [llamacpp](https://github.com/ggerganov/llama.cpp) since it's what lmstudio uses for inference. Here is a related issue: https://github.com/ggerganov/llama.cpp/issues/9181
> seems like, very soon we are going to get build which run can run lmstudio on npu. [https://www.linkedin.com/posts/shanselman_wow-check-this-out-its-lmstudioai-running-activity-7265044845801418752-Cc1p?utm_source=share&utm_medium=member_android](video) > > However i have tried running the llm on npu...
See #1300 for a fix
Sure! I'm building a [markdown tasks parser and manager](https://github.com/louis-thevenet/vault-tasks). I wanted to add a search bar and therefore needed to get user input. Here is how it turned out =)...
Your review was correct, I think this new version is cleaner. It allows a component to set specific actions to be escaped in editing mode. > I think this is...