Andreas Linz

Results 17 issues of Andreas Linz

I discovered some inconsistent unescaping of URL path parameters depending on the content of the parameter value: - they are `url.PathUnescape`d if no `/` is contained - otherwise the parameter...

I think it's confusing that you need both files. What's the difference between config and settings, anyway? My suggestion would be to use `config.json` exclusively.

enhancement

**Describe the bug** Opening spot triggers a "New login to Spotify" email. **To Reproduce** Steps to reproduce the behavior: 1. Just open spot. **Expected behavior** It should reuse its session...

Clippy produced broken code when applying the remaining fix: $ cargo clippy --fix Checking rosc v0.6.0 (/home/alinz/code/rosc) warning: failed to automatically apply fixes suggested by rustc to crate `rosc` after...

In [`match_address`](https://github.com/klingtnet/rosc/blob/e524bc13c761be9928e9fc61cb6eb14802cf3011/src/address.rs#L84) we use a mutable `remainder` variable to track the remaining address string to parse. It would be beneficial for readability and maintainability to get rid of this mutable...

good first issue

Right now all parsing errors are translated into an [`OscError::ReadError` or `OscError::BadChar`](https://github.com/klingtnet/rosc/blob/9aee516de10b53b53bfbe2c5253e06f6ce4a5288/src/errors.rs#L27-L28) which eventually omit details stored in the `nom` parsing error. [Nom error management](https://github.com/Geal/nom/blob/main/doc/error_management.md) provides some details. This is...

good first issue

I use a bunch of websites where it is cumbersome to deactivate the dark mode for each subdomain. Is it possible to exclude websites by subdomain, e.g. using a wildcard...

enhancement

This makes the project setup a bit easier and removes external service dependencies.

good-first-issue

This library was written before there were any Rust editions and in the meantime we have reached Rust 2021. With each Rust edition some defaults and best practices have changed....

good-first-issue

At the moment there are only examples showing how to receive and send using a UDP socket. We should add related examples for sending and receiving OSC messsages over a...

good first issue