Michael Bushey

Results 36 comments of Michael Bushey

Makes sense. :) https://github.com/getgrav/grav-learn/pull/704

@timabbott Who is installing Docker in `/opt/docker` ? It's `/var/lib/docker` on every distro I've ever seen.

chmod 777 ./uninstall.sh works just fine

AutoCAD only runs on Windows. I have Linux and FreeBSD.

I had colorchord running on a D1 mini. I tried changing the setting with my cell but none took - probably a web-sockets compatibility issue. I then used Chromium on...

In Chromium, when I press the scan button after maybe 5 seconds a table of SSID's pops up that lasts maybe a quarter of a second - it was so...

> You can press-and-hold and it resets the ap settings... The reset switch on the ESP8266?

Here's what happens in the Serial console. The first time the browser changed `coffee` to `Coffee` so it didn't connect: ``` Switching to: "Coffee"/"WPApass" (6/12). BSSID_SET: 0 [1] -->'Coffee' -->'WPApass'...

This crate seems to be a nightmare. Read your yaml file like a normal text file, then use regular expressions to grab the author and date lines.

The docs with this are pretty minimal, and some of them refer to the wrong project (ie //https://docs.rs/env_logger/0.5.0-rc.1/env_logger/struct.Builder.html). I don't think `formatted_builder()` works in this crate. Try this: ``` if...