David Pedersen
David Pedersen
Whats your use case? The error messages are quite involved and contain newlines and stuff. I'm thinking it would be quite cumbersome for a user to have to type all...
Ah okay sorry! I misunderstood. I see it now. You just wanna print something extra with the error message thats already displayed. Yeah that sounds like a good idea!
In those cases I usually try and access the element with something like `json["foo"]["bar"][1337]` without any assertions since that'll panic if the key isn't there. Of course not as elegant...
Hm I'm not sure about this. I quite like that the API surface is currently as small as it is. Makes it easier to keep things stable. Making this public...
Any news on this issue? I'm currently running into the problem.
@schell how can I do that? I'm that experienced with cabal.
@m-lima I don't think so. I haven't used neomake in a very long time. Don't even remember filing this issue tbh. I currently use coc with rust-analyzer and run `cargo...
@wernerphysics I'm having the same issue. Could you elaborate on what you meant by > I got it to work by editing the pod spec to specifically pull the agones-sdk:1.16.0-linux_amd64...
I _think_ the issue is related to tonic using `tower::buffer::Buffer` internally and perhaps not propagating the spans correctly but have to do some digging to make sure.
Ah okay. Hm then I dunno what's wrong here 😅