odysseas.eth
odysseas.eth
@cakrit FYI this came up again, see #10117 .
This is how I am doing this currently: ```rust fn add_value_to_context( &self, prefix: &str, value: &serde_json::Value, context: &mut HashMapContext, ) -> Result { match value { serde_json::Value::Object(obj) => { for...
Unfortunately, that's tedious as there aren't any libraries to lean on. The way to do it currently would be to serialize the json and then write it. Have you read...
I have a feeling that has to do with how `docker` parses the string. It reads the ENV variable but for some reason, it's not serialized correctly. Can you share...
@PatStiles Please do ! I have started playing with the package again and have identified a couple of API improvements.
When you mean host system, you mean the container? The last time I used it, it worked. I will need to investigate
1) Given the devenv, where everything runs inside a container, using `npm run start:dashboard` and a local installation of the agent is just fine, I think. Adding an option to...
I am encountering the same issue. Is there a good solution to this?
@sakulstra can you elaborate a bit on the array escaping issue and share your code. More use-cases I have, the easier it's to solve this. I need to prioritize some...
This is also relevant to #10721, which appears intermitently.