Daniel Zeiter
Daniel Zeiter
We use the mentioned [Structured Handling of HTTP Requests with the RoutingTree](https://ktor.io/servers/features/routing.html#routing-tree) intensively. for example: ``` @Location("/list/{name}") data class Listing(val name: String, val page: Int, val count: Int) route("a") {...
We have 15 Kotlin subprojects in the build. In each ktLint is enabled. (There are about 60 more java subprojects.) Since the ConcurrentModificationException only happens rarely (about every 50th to...
I would love if this project would be actively maintained again. Currently the missing/broken pull-through of scoped packages is beginning to become a blocker for me. Sadly this code is...
A new release for support of scoped packages would be nice
I can confirm that pulling scoped packages through sinopia currently does not work with these fixes. It would be great if support for that would be added.
The library seams to work fine with Angular 4, but the peerDepencenies are not compatible. It should be enough to do the following change in the package.json: ```` "peerDependencies": {...