Raghav Vashisht

Results 10 comments of Raghav Vashisht

Facing the same issue when adding the package as a dependency to my app's Watch Extension as well. However, the issue does not exist on version 0.16.1, which is what...

Okay Would be a bit user-unfriendly until CapRover updates API but that shouldnt hinder one-click-apps development :)

Not sure if I understood right, but I think we should just return serde_json's null type (`json!(null)` or maybe `serde_json::from_value(null)`) when we encounter ValueRef::Null.

Oh! I see, in case of Sql NULL cant we simply construct and return a serde_json null? in case of ‘test’ I guess wrapping it around “” is the only...

You're right, SQL TEXT can have issues especially if it has quotes in it. I did a bit of testing and heres what I found: // Let column at index...

Yeah I was converting it into json using serde_json’s constructor. But the point here is that I was able to overcome the raw string problem by using {:?} in format!()...

Yeah not the best :P there would be a much much better way though On Thu, Jan 21, 2021 at 11:07 PM gwenn wrote: > I am reluctant to put...

Hi, sorry to bump an old issue. Turns out this issue couldn't be resolved due to docker swarm not supporting capabilities at the time ( #222 ) Capabilities support was...

Opened an issue in caprover repo regarding this: caprover/caprover#1100

Found some issues while testing on iOS: 1. Hashing a large amount of files takes quite some time, so its better to convert hashing before backup into a cancellable "job"...