Brandon Ros

Results 284 comments of Brandon Ros

I opened this on accident and didn't really flesh out any schemas, but if somebody is interested: https://github.com/kr1sp1n/node-vault/pull/96

Is this dead in the water?

I'm going to try to get this done this weekend. I don't know anything about this project or the codebase, but I think a ton of people would be saved...

TextInput doesn't display and is broken in RNTester at the moment

@raspasov Can you confirm it's broken in RNTester as it stands?

Would something about unit testing be worth adding?

Why can't you use just Jasmine? I was under the impression it works fine in the browser on its own.

Give yourself some credit mate. Just seeing how to import/mock/stub stuff will be a huge help. It'll really take this repo "to the next level" in my eyes. One stop...

@justinformentin I kind of disagree. I cling to ES5 because there is a lot less magic. I find myself having to paste ES6 blobs of code into the Babel REPL...

```rust #[derive(Debug, Serialize, Deserialize)] #[wasm_bindgen] pub struct CanFrame { pub id: u32, pub data: heapless::Vec, } ``` ``` --> protocol/src/lib.rs:4:26 | 4 | use serde_wasm_bindgen::{from_value, to_value, Error, Serializer}; | ^^^^^^^^^^...