M E
M E
Bump for this feature 😄
The only thing I've really used pefile for is for: 1. checking the possible compile date of the pefile https://gist.github.com/znb/4753210 2. grabbing the exports of a DLL https://gist.github.com/znb/4753213 There's a...
Also doing this although slightly differently. I have an HAProxy in front of the Fleet instance running in TCP mode. The error I'm seeing from the launcher client is: `{"caller":"request_config.go:95","config_size":0,"err":"rpc...
With a bit of tinkering I got my setup working with HAproxy 1.9.2. [This](https://www.haproxy.com/blog/haproxy-1-9-2-adds-grpc-support/) blog post was very helpful. I know it's not what everyone is looking for, but someone...
@groob Just a heads up...there are issues with MySQL 5.7 that comes with Ubuntu. Please let me know if you'd like help with testing
@groob I meant the bug I filed earlier.
@sunilkal No...I'm using Ubuntu 16.04 and MySQL 5.7.something. Waiting for feedback from @groob
@groob Getting the same error with CentOS 7 fleet version 1.0.5 mysql-community-server-5.7.20-1.el7.x86_64 `2017/11/27 21:44:30 FAIL 20161118212641_CreateTablePasswordResetRequests.go (Error 1067: Invalid default value for 'expires_at'), quitting migration.`
@groob Perhaps share a working mysql config ? I'm really not sure where this is going wrong. strict_mode is disabled.
@groob Thanks I'll have a look into it. If it helps I'm not using Docker. I'll be using a server deployed in the Cloud rather than Docker instances. I'll keep...