Ignacio Taranto

Results 89 comments of Ignacio Taranto

The same but with png files: ``` #0 inflate_fast (strm=strm@entry=0x55f8383a90a0, start=start@entry=2401) at /usr/src/debug/zlib/zlib-1.2.13/inffast.c:107 #1 0x00007f9241ab59b9 in inflate (strm=strm@entry=0x55f8383a90a0, flush=flush@entry=2) at /usr/src/debug/zlib/zlib-1.2.13/inflate.c:1067 #2 0x00007f92420e956e in png_zlib_inflate (flush=2, png_ptr=0x55f8383a8f60) at /usr/src/debug/libpng/libpng-1.6.39/pngrutil.c:466 #3...

> Unrelated, but I'm curious as to how you managed to discover this issue. Rapidly cp-ing file in an infinite while loop doesn't seem like an everyday use-case. I made...

Oh, and BTW, I didn't reproduced this issue just by using this plugin. The thing is, this plugin made me uncover a [bug](https://todo.sr.ht/~exec64/imv/45) in another image viewer (`imv`), and then...

> personally, i don't get the point of having an icon for a compositor I was thinking about that too, **compton.desktop** has the `NoDisplay=true` property which makes it not to...

If you ask me, I would set both to `NoDisplay=true` and remove the icons since the are useless. But If you guys wanna keep the icons, at least **picom.desktop** should...

> Incremental filing at the moment is unspecified. `QRM` will append to non-empty array, but it will not try to group result set into existing array elements(it will create a...

OK, you can close this then. Unless someone can suggest a way to "preload" relations in a more efficient way, I was using lots of joins for this which doesn't...

Same here, `clock` displays UTC instead of my local timezone. It used to work just fine in the previous version.

> same, waybar-clock displays hwclock (utc by default but responds to time/date changes in uefi) I didn't know that. But I have my hwclock synced with my OS clock anyway,...

> Issue still remains with `Waybar v0.10.2`. Workaround is manually set the timezone in `~/.config/waybar/config`: > > ``` > "clock#date": { > "timezone": "America/Argentina/Buenos_Aires", > "format": "{:%A %b %d}", >...