Tibor Schmidt

Results 16 issues of Tibor Schmidt

Sorry for dumb question, but I couldn't find the answer... How can I profile function imported from some package? I've tried putting @profile decorator into the imported file, but it...

Heavy lifting was done by https://github.com/ggerganov/llama.cpp/pull/3841 this PR just makes the option accessible.

- https://stability.ai/ - https://ollama.ai/ Ideally via dockers providing callable API.

https://neovim.io/doc/user/treesitter.html#lua-treesitter

enhancement

- https://github.com/neovim/neovim/issues/20315 why chat delete from chatpicker doesn't cleanup buffer in certain situations

documentation

Hey, I've noticed that IPv6 URLs with bracket notation (specified in https://datatracker.ietf.org/doc/html/rfc2732#section-2 ) are not properly detected. ``` http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html http://[1080:0:0:0:8:800:200C:417A]/index.html http://[3ffe:2a00:100:7031::1] http://[1080::8:800:200C:417A]/foo http://[::192.9.5.5]/ipng http://[::FFFF:129.144.52.38]:80/index.html http://[2010:836B:4179::836B:4179] ```

As many of you have noticed, I don't have much time to dedicate to this plugin, which is a shame because it deserves better. I'm not abandoning it; I still...

documentation

telescope example thanks to @qaptoR ``` lua local pickers = require 'telescope.pickers' local finders = require 'telescope.finders' local actions = require 'telescope.actions' local action_state = require 'telescope.actions.state' local conf =...

enhancement