Mark McDonnell
Mark McDonnell
Hi @SkyRexDev So there _are_ plans to expose API support for Image Optimizer, but it's currently blocked by some internal work. I unfortunately can't give an ETA on when that...
👋🏻 @marceloboeira I've just checked internally, and I can see we have (as of 24hrs ago!) an internal RFC API design proposal submitted for developing this API endpoint. So, although...
No problem. Thanks for your patience!
Thanks for opening this issue. Interesting, as we do set chmod: https://github.com/fastly/cli/blob/main/pkg%2Fgithub%2Fgithub.go#L357-L360 Also in the same file we have SetBinPerms() but I can't see where it's called as I'm looking...
Would be great if instead of permanently persisting the changes to the comments, to instead have it be just a visual thing for while the buffer is open. Not sure...
OK, cool. I'll have a think about it and put some further comments here when I do.
Oh hey 👋 I see I opened this 5 years ago. I'm afraid I've moved on since then. So best not to wait on my input. Thanks ♥️
Ah! OK so this is a known issue 👍🏻 As yeah I just tried installing on an M1 macOS... ``` Darwin D3496LK9V7 22.3.0 Darwin Kernel Version 22.3.0: Mon Jan 30...
/ok-to-test e0ad49a
BTW this was what I ended up using... ```lua vim.keymap.set("n", "da", "TodoTelescope", {desc = "search TODOs across all files"}) vim.keymap.set("n", "dc", "exe ':TodoQuickFix cwd=' .. fnameescape(expand('%:p'))", {desc = "search TODOs...