Sander

Results 192 comments of Sander

@strk Were you able to get it running? If so, would you mind sharing the installation steps?

> > @strk Were you able to get it running? If so, would you mind sharing the installation steps? > > > > Installation was very easy: `make install` (after...

> > i didn't know how to verify/connect to a server. > > /matrix help Thanks for the reply! I forgot to mention that i encountered the following error. Not...

> this is wrong, that's a link to channel, not homeserver > > ``` > asahifedora.homeserver = "https://matrix.to/#asahi-devel:fedoraproject.org" > ``` Thanks for the pointer! i'm just trying out matrix so...

@tgalal can this one pass trough?

Playwright executes the test in Node and the component in the browser. During this process, mount props are serialized and transmitted as JSON from Node to the browser. This architecture...

> but I didn’t expect that functions wouldn’t be simply serialized and transmitted Yeah, i wouldn’t consider that expected behavior either. At least some errors or warnings would definitely help...

Nice! Would it be possible to render the icons after the linenumber line instead of before? like gitsigns.nvim?

I meant to say before the line numbers, like all the way on the left side. That's where `gitsigns.nvim` places them by default, right? At least, that's where mine are....

> Gitsigns.nvim doesn't place it before or after, it just use the nvim default signs column, by default nvim has 3 columns(from left to right) Ah, alright thanks. > 1....