Nathan Zook

Results 7 issues of Nathan Zook

My company wants to implement a trace level log. Currently, this is problematic because zap.Logger.check is private. Digging in, it would seem that a full implementation would extract https://github.com/uber-go/zap/blob/master/logger.go#L273-L282 into...

I'm really confused that we are serializing the message and only then checking to see if we need it at all. I must be dull, I cannot imagine a case...

This guy really wants to support slim, but there are tool problems. Please look at files https://github.com/RailsApps/rails-composer/tree/master/files/app/views/layouts/application.html.slim https://github.com/RailsApps/rails-composer/tree/master/files/app/views/users/index.html.slim https://github.com/RailsApps/rails-composer/tree/master/files/app/views/users/_user.html.slim There are multiple errors when these are run through erm2haml |...

Running Windows 10 in a VM. Python 3.7.4 installed from App Store. As administrator: >pip install pywin32 Downloading https://files.pythonhosted.org/packages/a3/8a/eada1e7990202cd27e58eca2a278c344fef190759bbdc8f8f0eb6abeca9c/pywin32-224-cp37-cp37m-win_amd64.whl (9.0MB) 100% |████████████████████████████████| 9.1MB 2.8MB/s Installing collected packages: pywin32 Successfully installed...

I would be nice to put something into the documentation warning & explaining the fix. https://github.com/hashicorp/terraform/issues/2774

The only way I could get PostgreSQL setup to work was to initialize the user with a password prior to running r_a_c. Initialization was smooth after that. A trace of...

I'm having trouble getting my head around what's going on on the inside. Is there a design document somewhere?