Aaron Pham

Results 464 comments of Aaron Pham
trafficstars

@yetone when you have time :)

I just want to quickly chime in. For Quartz itself, I don't see any sort of SOC-2 compliant or adjacent security folks would use for hosting private and internal documentation...

unpopular opinion: glepnir plugin moves faster than the speed of light, which makes living on the edge nice, with a huge burden to always try to keep up with every...

> [stevearc/conform.nvim](https://github.com/stevearc/conform.nvim) From a quick look at the library, it seems like they have yet to have support for lazy initialisation. So this probably will need to couple with LSP...

I think the "correct" way to do this is - lsp stays as it is, since it is supported from neovim - linting should be separated outside (maybe to use...

> @aarnphm agree, some LSP servers has their own formatting features which are called by `vim.lsp.buf.format`, and I don't think these features should be mixed up and implemented by one...

https://kubernetes.io/docs/reference/using-api/health-checks/ Fwiw it felt like this falls under liveness probes, and we might as well make the server k8s compatible

maybe you can try the llamacpp models, but by default vllm requires GPU to be available.

> ```ts > element.style.zIndex = "" > ``` This one :)

Did you register your pipeline class with huggingface? Can you send a small reproducer here?