myyc

Results 18 comments of myyc

isn't this very close? :) https://github.com/robb0wen/synthwave-vscode

isn't it better to report these two things to synthwave's author?

just to add some extra details, it's not actually true that the animation is played twice, rather, two things happen. * swiping (even partially) slides the desktops left or right....

i am experiencing this bug too. not just with live photos, some other pictures too. looking at the postgres logs it says this: ``` 2024-05-03 08:19:53.408 UTC [336454] ERROR: duplicate...

microservices log shows that the upload fails because of this: ``` [Nest] 7 - 05/03/2024, 8:41:26 AM ERROR [JobService] Unable to run job handler (videoConversion/video-conversion): Error: ffmpeg exited with code...

is there a way to figure out which entries need to be deleted from the db then? removing the one from "assets" isn't enough

For the record, this fixes it: ```javascript return 10 ? "hidden" : "visible"}}} children={items} />; ``` It's not the same but it's probably fine. Not sure if you have a...

which k3s configuration exactly, as in which files? i checked k3s-agent's logs and there isn't anything meaningful, e.g. yesterday logs stopped at midnight, when everything worked fine, but as soon...

can you tell me which logs specifically? as per the [FAQ](https://docs.k3s.io/faq#where-are-the-k3s-logs): * i'm running from systemd (so rc and command line are irrelevant) * pod logs aren't useful as the...