Ivan “CLOVIS” Canet
Ivan “CLOVIS” Canet
**Is your feature request related to a problem? Please describe** I am creating a custom Dokka output format. More specifically, I'm [embedding Dokka into an MkDocs website](https://opensavvy.gitlab.io/automation/dokka-material-mkdocs/docs/api/-library%20module/index.html). Since I created...
**Question** I'm creating a custom renderer format for Dokka v2. At this stage, there are multiple issues I have that I believe come from my incorrect usage of `LocationProvider`. You...
Hey! I'm working a [JsonPath implementation for BSON](https://gitlab.com/opensavvy/ktmongo/-/merge_requests/146) (MongoDB's wire format). The implementation is centered around the method: ```kotlin inline fun Bson.select(path: BsonPath): Sequence ``` The implementation is mainly targeting...