Miko

Results 43 comments of Miko
trafficstars

@josteink thanks for the in-depth reply. Regarding finding selectors, is there any reason that the arbitrary class names are preferred over more semantic properties? eg. with the open compose functionality:...

Makes sense. I'll stay away from localized text, but still try to use other semantic props.

@bojeil-google @jamesdaniels sorry for repeating the OP, but it seems like it wasn't answered and I would like to know too, is there any ETA on a firebaseui version that...

@c6p nice catch, yes that fixes it!

confirmed this happens in ubuntu too, disabling ipv6 reduces install time from 10m to < 3s: ``` sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1 sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1 sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=1 ```

Couldn't get this working. Trying to have a port shared so that the host can access a server running on the mac on port 8080. `-e EXTRA='-netdev user,hostfwd=tcp::8080-:8080'` This produces:...

@sickcodes Just unsure how to get port forwarding working. I suppose worst case scenario I can just forward via an ssh tunnel.

@sickcodes just tested it out, it works! Thanks for your really speedy response!

P.S. you don't need to install nginx for a test server, you can just do eg. `python3 -m http.server 8080` to spin up a static test server that serves the...