folex
folex
Seems like calling `cargo metadata` is the only way currently. Basically what @mitsuhiko done above is 1. Call `cargo metadata --format-version=1` 2. Parsing it as JSON 3. Retrieving field `workspace_root`...
Let's merge plz!
Hi! This is still not implemented? I can't send pings from javascript websocket, so I need to send pings from server.
Sorry for long response. It's `3.2.11`.
Hi @magnolia-k! I just tried ([scastie](https://scastie.scala-lang.org/WMfS6TEySSmFHfdiS7yaQQ)) with `json4s-jackson` `3.2.11`, and I don't see any problems, it prints `Huh` in both cases. My bad on not including output :( I think...
Oh, I managed to reproduce it with `json4s-native` `3.2.11` https://scastie.scala-lang.org/r4I2nfgBQ1ii5IGr6gSltA ``` org.json4s.ParserUtil$ParseException: expected field or array Near: "Huh" at org.json4s.native.JsonParser$Parser.fail(JsonParser.scala:207) at org.json4s.native.JsonParser$$anonfun$1.newValue$1(JsonParser.scala:155) at org.json4s.native.JsonParser$$anonfun$1.apply(JsonParser.scala:164) at org.json4s.native.JsonParser$$anonfun$1.apply(JsonParser.scala:117) at org.json4s.native.JsonParser$.parse(JsonParser.scala:105) at org.json4s.native.JsonParser$.parse(JsonParser.scala:53)...
Hi! I have the same problem, and manually doing `.map_error(SyncFailure::new)` works, but it's not very ergonomic if you have to repeat it several times. I wonder if there's a better...
Remote secrets storage sounds exciting, but that's far more complicated than files. I think that might be step 3 :)
you can't use array_length as index in join. You first need to decrement it by 1 or it will never complete.