Brandon Kase

Results 16 comments of Brandon Kase

Hmm I wish I saw this earlier! Anyway, I only just reproduced this and I believe I found a fix for this -- though it's a bit hacky. I'll push...

@chinedufn Thanks for the wonderful response! I'm newish to Rust, so I hadn't seen the `AsRef` before, that seems like a great solution! I can't guarantee I'll have the time,...

@chinedufn I started taking a look at this, and I just wanted to make sure I'm on the right track before I spend too much time down the compiler yelling...

@chinedufn I've run up against some borrow-checker issues: ### First one ```rust pub struct VElement { /// The HTML tag, such as "div" pub tag: String, /// HTML attributes such...

@chinedufn Thanks for the tip! I was able to finish the virtual-node crate switching to `iter`. I've made more progress, the wrapper struct has come in handy; it's a nice...

Hey there, just wanted to let you know that I've become quite busy with other things and this PR ended up requiring a lot more changes than I was expecting,...

Current state: If you want to do something fancy, roll-your-own deploy functionality -- and if you want standard, just important JSON input. Something more fancy is lower priority

seems useful for us to have the base64 {en,de}coder support on the SnarkyJS side given that the protocol is moving towards using this in more places anyway so it's probably...