Tommy Yu

Results 2 comments of Tommy Yu

I currently have implemented a [`urimatch`](https://github.com/repodono/repodono.model/blob/master/src/repodono/model/urimatch.py) submodule in a package I am currently building, which needs a generic uri router based on uritemplates. [This test case](https://github.com/repodono/repodono.model/blob/ff8a0dff674f6b8163e07fb70bb909ddd25d3cf9/src/repodono/model/tests/test_routing.py#L39) covers some standard test...

Actually, this is addressed in the specification itself in [2.4.1](https://tools.ietf.org/html/rfc6570#section-2.4.1): > Prefix modifiers are not applicable to variables that have composite values. With "composite values" being defined in the subsequent...