Results 103 comments of Aidan Hobson Sayers
trafficstars

Just a vote for wanting this in some form. It'd be nice to be able to get immutable references to the keys in a hashmap while also being able to...

I've started another one - taking small parts of [bup](https://github.com/bup/bup) (written mostly in Python) and implementing them in Rust to reduce memory usage (4x) and increase speed (2x). I use...

Just want to give a shout-out to my pet issue in the vdom space - controlled components (https://github.com/DenisKolodin/yew/issues/233#issuecomment-457886532)!

@David-OConnor I've not rechecked, but the description of how you fixed it seems reasonable. @fitzgen dodrio looks quite interesting, but I think it's a slightly lower level so doesn't need...

If the selected backend for this project template offers some kind of synchronising between state in Rust and the dom (e.g. via a render method), it should have an accessible...

Also related, the declaration that xargo is in maintenance mode and will probably be getting upstreamed at some point - https://github.com/japaric/xargo/issues/193

Needs oauth 1.0a https://github.com/mrjones/oauth https://github.com/garyburd/go-oauth

I'll also note that it currently gives an completely opaque error message for me, and I'm not sure why it's different in the linked issue: ``` root@box:~# podman run -it...

> What I had in mind is to add a --ipv6[=true] option to network create which sets netlabel.EnableIPv6 FYI docker/docker#17513 will do exactly this. The exact detail of what that...