Paul Liétar

Results 80 comments of Paul Liétar

Note that the intersection of `#read={val,ref,box}` and `#send={iso,val,tag}` is just `val`, so this constraint can be replaced by `Equatable[A] val`

You're right, I hadn't considered the fact that a bare `Tx` has no way of committing. > they'll still need to have some common code for specifying transactions, mimicking the...

Note this was raised before, but the issue was closed without a long term solution: https://github.com/microsoft/CCF/issues/3711

I've opened #4353 that makes ASAN CCF suitable to be used in downstream applications. Following some offline discussions, it is unlikely that CCF will publish pre-built ASAN artifacts, but with...

The way Connect works is the remote sends a "Context URI" and a short list of tracks from that context. If the receiver supports that context type, it can just...

The connection does not use TLS at all, so the certificate Spotify uses for their website is irrelevant. My best guess is https://github.com/plietar/librespot/blob/master/protocol/proto/keyexchange.proto, the `gs_signature` field in the `LoginCryptoDiffieHellmanChallenge` struct....

I'm not quite sure which part of the protocol you're referring to. There are basically 3 network connections : - Zeroconf authentication - Resolving the AP through apresolve.spotify.com - Connection...

Audio keys are now cached (85903a0). Metadata isn't yet.

Spotify won't let me do any of `$ | !` or spaces in a username when making an account. Do you have more details than "failing" ? Is there an...

#23 was supposed to handle cases with usernames with uppercase characters, which should have fixed special characters as well.