Steven Lu

Results 162 comments of Steven Lu

with the clues from here I was able to get SDXS running in comfy but I noticed that only good results come from using 1.5 VAE's, which is a bit...

@oldfred it looks like your diff is not the right diff. When i tried to `patch` it on the tarball linked by @baedacool it told me ``` File bootinfoscript is...

Well, I'm still confused, but I can verify that it happens with vim as well as nvim so that means something specific and potentially tractable is likely at the root...

OK I found what I believe is the culprit. Whenever the session I'm restoring includes both C++ and JS files, this happens, because my `~/.vim/after/ftplugin/javascript.js` contains the line `set iskeyword+=-`....

I invented a brand new ANSI escape code. I'm using `\E[Y` and `\E[2Y`. Notably `\E[Z` is shift-tab (and neovim understands this inherently) which is why I didn't use Z. To...

I see that I can get a string representation of the Node using that lua function (and that I can get the values of the rest of the table with...

Yeah. This is needed if I have a dir with GBs of data files and some source files in project root that I want to pick up. For example ```...

Can we please get a configuration for this. It's too thin on high resolution displays.

I can confirm this was not happening in Monterey. I updated one of my intel macbooks to Ventura and have been putting up with it. Now that I upgraded my...

`bat --pager="less -R"` works for me but I would love to have `bat` just figure out how to not override less flags for us. Running `bat 0.12.1` here. For now...