k3rnL

Results 6 issues of k3rnL

Hello, I'm currently trying to figure out a problem encountered on STTP with curl backend. I opened an issue on their GitHub, but I think it may be relevant to...

Hello, I'm trying to resolve a bug with sttp on Scala Native on macOS. I have this simple code : ```scala object Main extends App { import sttp.client3._ val request...

Is there a way to get the line/pos infomration from any config node ? By digging a bit I saw a DoucmentParser that keeps the metadata from the parsing stage,...

Hello, I tried to copy paste the example from the readme, but it turns out that it's not enough. I hardly suggest to update the doc and put at least...

Fix segfault on macOS STTP native #1481

## What changes were proposed in this pull request? This PR introduces a Task system alongside the existing Statement mechanism. The goal is to provide an API that behaves similarly...