Paul Liétar

Results 80 comments of Paul Liétar

Unfortunately `cargo` adds the `lib` prefix, whereas python does not expect it. At the moment I just use a symlink `examples/librespot.so` -> `target/debug/liblibrespot.so`, but this is more a hack than...

The main blocker for this is #3, getting rid of my dns-parser fork. Since then some of the features I've had to add were also added upstream, so I don't...

So there's actually a few more things that need to be upstreamed, which will probably take me a few days, plus how ever long it takes to have PRs merged.

A central aspect that the front page should show off is actors. Most readers coming from other languages will not have used them before, and even people coming from eg...

cc @assignUser who made the #112 PR, might have had a rationale for changing this that I am missing

Thanks for the feedback. #112 replaced a `git branch` with a `git switch -c`. The former only creates a branch, whereas the later creates a branch and switches the worktree...

Sorry for the delayed response. Using the `Additional_repositories` syntax works without any issues, thanks! I'm guessing the released tarball on `r-universe` does not contain that symbolic link anymore. I finally...

As a side note, now that CCF vendors t_cose, if we update to CCF 3.x we'll be restricted to whatever version they are using. They might object to using a...

I think we want to be careful not to turn *any* JSON errors into 400s, but instead just the ones that come from parsing the POST body. If we have...

Sure, would be happy to take over maintenance if that helps. I don't plan on working on it actively but we have started using it so might as well. If...