Pratham

Results 55 comments of Pratham

Could you remove ` "https://reddit.git-bruh.duckdns.org",` from reddit.js aswell ? I was about to make a PR but it would conflict with this one.

Hey @cgwalters, I would like to work on this issue. Could you assign it to me if @Regis-Caelum is not working on it anymore?

The current declaration seems to be correct, the linux-specific socket.h header in glibc declares it as `size_t`: https://github.com/bminor/glibc/blob/b6e3898194bbae78910bbe9cd086937014961e45/sysdeps/unix/sysv/linux/bits/socket.h#L269

```diff diff --git a/view.c b/view.c index df7906b..6a723a4 100644 --- a/view.c +++ b/view.c @@ -1432,10 +1432,10 @@ void view_style(View *view, enum UiStyle style, size_t start, size_t end) { col++; do {...

This might be a more reasonable fix: ```diff diff --git a/lua/vis-std.lua b/lua/vis-std.lua index 8b5715b..1ccef0d 100644 --- a/lua/vis-std.lua +++ b/lua/vis-std.lua @@ -75,7 +75,7 @@ vis.events.subscribe(vis.events.WIN_HIGHLIGHT, function(win) local data = win.file:content(viewport) local...

> I'm not sure about this one. Can you provide some real example of where `printf` is creating a problem? > > (Ignore the failing macOS CI, github broke something.)...

The contents I shared are generated by my lua code, I'm using it for displaying all the lines for the goto references in LSP. I get the file and line...

Sway with gbm works OK for me, not too good but fairly usable: * Terrible flickering and no cursor unless wf-recorder is running in the background * Sometimes pasting from...

I seem to have the exact same issues described here: https://github.com/danvd/wlroots-eglstreams/issues/33#issuecomment-950126734 Dunno what they even changed in the stable driver lol