Mike Gleason jr Couturier

Results 11 issues of Mike Gleason jr Couturier

We had a PR (#21) that made sure `iptables` was installed. Is it really the case on supported OSes (centos-6, centos-7, ubuntu-xenial, ubuntu-trusty), that maybe `iptables` is not installed? Maybe...

Hi, Do you know how can I properly make the date and time persist across reboots? Thank you!

I get this error on Ubuntu 14.04/16.04: ``` error: patch failed: tensorflow/core/platform/platform.h:45 error: tensorflow/core/platform/platform.h: patch does not apply ```

I have to unplug and re-plug the device for it to boot up again. Same thing happens with Armbian.

I built an image for arm. The image works but I want to also compile `ejabberdapi`. I thought it would be `https://github.com/processone/ejabberd-api` so I compiled it and injected it in...

**Describe the solution you'd like** I would like to have the `htpasswd` output so I can paste it in an `.htpasswd` file with the user/pass I just entered. **Additional context**...

enhancement

In Google Calendar, when you start a recurrence with let's say the 5th monday of a month, on the next month if there is only 4 mondays it will match...

How did you extracted the code from the original knockout library (if that's what you did), maybe I can help with this issue? Thanks

Given this test: ``` package something import ( "context" "errors" "testing" "time" "github.com/alitto/pond" "github.com/stretchr/testify/assert" ) func TestStopAndWait(t *testing.T) { workers := 2 jobsStarted := []bool{false, false, false, false} jobsEnded :=...