Ryan Leckey
Ryan Leckey
I meant in the `FromASN1` and `ToASN1` traits. See https://github.com/hashgraph/hedera-sdk-rust/blob/e6c4958eb32e60f0fb6195e8daad81aca4aefaab/src/key.rs#L85-L86 Sorry for the delay in responding. I was waiting for the ability to make my work public so I could...
Is there anything we can do here to merge this in and cut a release? This is a pretty important change for use of protobufjs in browsers. @tinder-seanlang-brown Did you...
@weiznich I'm not seeing the issue there. Have you seen the examples here: https://github.com/mehcode/actix-diesel/blob/master/example/src/routes.rs --- You seem to be trying to pass around `&mut` references to `Connection` which doesn't make...
> Sharing a connection across multiple requests is a bad idea. Depending on your database server it either can't work, or can work, but is very finicky. @lnicola As I've...
I took a look at #21. Not a fan of the approach so far. Instead of a very manual API ... ```js var updatedStyles = EStyleSheet.orientationUpdate(event, styles); ``` ... how...
> I think developer should not care about passing orientation fn to EStyleSheet. Oh, I agree. The passing in `EStyleSheet.build` was more to override what otherwise would be detected so...
> (RN beginner here). Can you explain why that isn't possible? Pure react components will _only_ re-render if props or state changes. Unless Orientation is passed through as props all...
Oh. Percents would work exactly the same way. I just find it far harder to mentally translate a design (that is usually dictated in pixels on the designers computer or...
Same function. It works by applying a ratio. Width of your device is exactly `vu(375)` and the height is `vu(667)`.
This is done on the [etcd](https://github.com/mehcode/config-rs/blob/etcd/examples/etcd/src/main.rs) branch if someone would like to try it out and let me know how it works for them. I'm going to let it sit...