Daniel Prilik

Results 108 comments of Daniel Prilik

Might have something to do with the hardcoded hwid values on this line: https://github.com/daniel5151/surface-dial-linux/blob/b484872be8f7e04833d42fcec06170903bb33abf/src/dial_device/haptics.rs#L61

Hey there, Assuming google-translate worked as intended, it seems you're having trouble getting `surface-dial-linux` working on UOS 20 Home? Unfortunately, I'm not sure if I can offer much help here,...

when I last left off this project, I had the carthing reconnecting pretty consistently, but I don't think I cracked the nut on handling spotify client reconnect perfectly... I wonder...

Yep, that's something I experienced as well. Unfortunately, it's almost certainly an issue with relative's `spicetify_ext` code, and I'm not particularly inclined to write Typescript, hence why I stopped investing...

I'll try to poke around this code a bit. Maybe I can spot some easy wins / optimizations. In the meantime, here's a rewritten `bit_print` method that is nicer to...

I played around with it a bit, and it seems that you can get pretty dang close to identical by helping the Rust compiler reason about the moves. See https://godbolt.org/z/WTs8boW9f...

In terms of feature-set, I think you've nailed it! AFAICT, this implementation ticks all the boxes I wanted when initially filing this feature request 🎉 The only remaining questions to...

0.5 is pretty old at this point, but I guess the rationale here is that going to 0.5 is easier than dealing with all the API changes in 0.6+?

Based on the GDB RSP docs for the `T` packet, I'm not sure `gdbstub` is doing anything wrong here? From https://sourceware.org/gdb/current/onlinedocs/gdb.html/Packets.html#index-T-packet > ‘T thread-id’ > > Find out if the...