Bruno Bigras
Bruno Bigras
Yes sorry. I'll be back home tomorrow. (I should have still made one earlier as promised when I opened the issue though)
I think I'm able to reproduce. There's a compiler bug, but I'm not sure yet if both problems are related. ``` error: lifetime may not live long enough --> src/query.rs:53:26...
Now I can't reproduce it. I made a backup when it failed, but excluding my target folder. So I never had the `This is a known issue with the compiler....
Still relevant.
Do we need to do something special to link the spans with the `traceparent` HTTP header? I'm using axum. I wonder if `extensions/opentelemetry.rs` would need to do something like: https://github.com/tokio-rs/tracing/blob/1e09e50e8d15580b5929adbade9c782a6833e4a0/examples/examples/opentelemetry-remote-context.rs#L32-L40...
Any progress?
> dep hasn't landed in the Go toolchain yet Oh sorry. I saw "dep is safe for production use" on https://github.com/golang/dep and I assumed it landed. > Is there a...
Fair enough. oauth2 (OpenID Connect) is working great. Thanks!
Is there a good java library for syntax highlighting or orgzly would need to implement highlighting itself?
I wonder if orgzly could use a webview for code blocks. There must be a lot of js libs for syntax highlighting.