brokenbyte
brokenbyte
I have the same issue with it still resizing NERDTree windows, even when using the example given in the readme of `let g:lens#disabled_filetypes = ['nerdtree', 'fzf']`
My take on this: ```lua local function multiline_close_jump(open, close) return rule(close, "") :with_pair(function() local row, col = utils.get_cursor(0) local line = utils.text_get_current_line(0) if #line ~= col then --not at EOL...
Putting a [stretch container](https://hub.docker.com/layers/library/debian/stretch/images/sha256-3d3251ecfd190284f76c271e6c9dd19bb4d111f10bb9028ad8b8ac3d3b4914ea?context=explore) in a k8s cluster running on Pi 4Bs I get the following results arch `linux/arm64/v8`: ``` ╭─[user@localhost ~/tmp/kube ] ╰─% kubectl exec -it stretch-deployment-8b647dbd4-6742q -- /bin/bash...
After spending a couple days poking at this, I managed to get the `/deployments/%Model%/chat/completions` API working as described in this comment: https://github.com/anomalyco/opencode/issues/1508#issuecomment-3206393616, but due to my company's API deployment not...