Lewin Probst, M.Sc.

Results 24 comments of Lewin Probst, M.Sc.

Ok nice to know. I am now using `{ path = "" }` instead of the version number until a new release will be uploaded :+1:

Yes sure, I will also re-request a review as soon as I finished walking through.

@bicarlsen thanks for the review. I must admit, the initial PR state was just a copy-paste of `v1` version with collected JS and adjusted to work for my urgent requirements....

I do still run into this problem, but using your patches fixes it. ```rust #[derive(Serialize, Deserialize)] pub struct MissionId(Uuid); #[derive(Serialize, Deserialize)] #[serde(tag = "type", content = "data")] pub enum MissionResult...