Deleted user

Results 134569 comments of Deleted user

Before I used Deskhop I was fine tuning my mouse profile using this command: xinput --set-prop 'pointer:''Logitech MX518 Gaming Mouse' 'libinput Accel Profile Enabled' 0, 1 && xinput --set-prop 'pointer:''Logitech...

@koreyspace Sure!

Hi! I was also waiting for this feature and happy to see the PR! @d-nishi @mskanth972 , sorry to bother you, but would you be able to review it so...

This is what I got using the abovementioned depth image as a control: ![Image](https://github.com/user-attachments/assets/e8748e75-2935-46d8-8ee7-a5150cd74819) Previous epochs are almost not different.

Found something suspicious: ![Image](https://github.com/user-attachments/assets/92217051-745a-441b-a615-77ef83b3754c) Text encoder outputs were cached on disk. But their loading time was significantly faster than VAE latents, like, instant. Maybe they weren't loaded at all? I'll...

@jsuarezruiz The actual requirement was to validate the keyboard type of the Entry control without relying on UI test screenshots, as the displayed keys and suggestions vary randomly, resulting in...

I’m not familiar with Timescale, but wonder would it make sense support unified SQL sinks, which would include Postgres, ClickHouse, and at least for the sake of easy tests, SQLite....

> Or put the decleration out of the function I don't think it matters, it's some compiler support problem that blocks constexpr default constructor (should be in c++20)

Damn MSVC what the hell

The issue can be temporarily resolved by adding the missing `using reference = char&;`.