Alex Vanderpot

Results 25 comments of Alex Vanderpot
trafficstars

I'm interested in seeing these changes made. I'm looking into implementing them as a browser plugin though. This doesn't seem like something that requires a change to the server code.

Put "username/network:password" in the password field. On Thu, Dec 8, 2016, 2:29 PM Jeremy Newman wrote: > We want to use Kiwi as a front end to our ZNC but...

Heroku is no longer supported. Please check the README. https://github.com/jpillora/cloud-torrent#install

How did you modify the H801?

`flake8` wants it one way while `black` wants it another, please let me know what to do here.

Also, have you noticed that SPIFFS is very slow? Serving about 1mb takes me 20 seconds on my board.

The code is borrowed from https://github.com/esp8266/Arduino/blob/master/libraries/ESP8266WebServer/examples/FSBrowser/FSBrowser.ino#L71 spiffs_blocksize=8192, cpu freq 80MHz or 160MHz doesn't make a difference. It's a NodeMCU 0.9 Devboard. ``` nodemcu.menu.FlashSize.4M1M=4M (1M SPIFFS) nodemcu.menu.FlashSize.4M1M.build.flash_size=4M nodemcu.menu.FlashSize.4M1M.build.flash_ld=eagle.flash.4m1m.ld nodemcu.menu.FlashSize.4M1M.build.spiffs_start=0x300000 nodemcu.menu.FlashSize.4M1M.build.spiffs_end=0x3FB000 nodemcu.menu.FlashSize.4M1M.build.spiffs_blocksize=8192...

Semantic nit here but I think we should transition everything to the new header so we don't make breaking changes here. I don't think hasura has any optimization/special cases for...