Brian Misiak
Brian Misiak
For sure. Please mind https://github.com/rust-lang/cargo/issues/4423. The issue also bit me because WSL only supports 64-bit binaries, so I wasn't able to run the 32-bit toolchain on it. I had to...
Seems similar to https://github.com/mariotaku/moonlight-tv/issues/139
Database connectors are tricky for rust-analyzer. https://github.com/rust-lang/rust-analyzer/issues/6833#issuecomment-765486673
@Veykril Hmmm any hint as to the difference in behavior between 2018 crates and 2021 crates? Are you saying we have to bring it up to the cargo team?
https://github.com/rust-lang/rust-analyzer/issues/14571 related
Sample canvas URL: `https://canvaz.scdn.co/upload/artist/1h6Cn3P4NGzXbaXidqURXs/video/0fd570d55e794329b3b4788c0210a80f.cnvs.mp4` > The mobile Spotify client uses a protocol called [Protobuf](https://developers.google.com/protocol-buffers) to communicate with the bridge/cosmos/hermes API and request a canvas link for a given track. However,...
@hrefhref I feel like a DNS entry would be preferable as it would help avoid unnecessary requests to the server.
Should be fixed by https://github.com/bmisiak/samp-precise-timers/releases/tag/v3.1.0 Thanks for reporting! Let me know!
Ah! Yoinked 3.1.0. Tested your script on version 3.1.1 I just released. Thank you for testing and reporting!
Thanks for the report! I just got my new MacBook and I'm seeing the issue as well. Will fix asap 👍 Apple deprecated the API https://developer.apple.com/documentation/coreservices/launch_services ``` func LSSetDefaultHandlerForURLScheme(CFString, CFString)...