Wil Cooley

Results 15 comments of Wil Cooley

Thanks for the thoughts @dmwyatt. On one hand, I agree with you about the aesthetics of mixing typed & non-typed code; on the other hand, I have to admit that...

Thanks @mahmoud. The typestubs were mostly generated with [MonkeyType](/instagram/MonkeyType) and a fixed-up [pytest-monkeytype](/wcooley/pytest-monkeytype/tree/bugfix/trace_logger). There are a number of things without typestubs, because it \*ahem\* only generates stubs from code with...

@kasium I would be happy for them to go into either the typeshed repo or directly into boltons. I regret to say my responsibilities at work have not left me...

Probably the best way to do it would be to rewrite my repo and move `boltons-stubs` to `stubs/boltons`, remove the other files at the root of the directory, then make...

I have attached the pytest output: 2 passing and 4 failing.

I tend to use _set_s for containers and (especially for test fixtures) [types.MappingProxyType](https://docs.python.org/3.5/library/types.html#types.MappingProxyType), the read-only dict proxy, both of which play havoc with JSON. I am also lazy to the...

For the vendoring-in of _first_, _is_scalar_ (and consequently _is_iterable_), would you prefer them to be: 1. Defined in the module namespace or within the function itself? 2. Re-named with a...

I looked at the existing functions and did not find too many examples other than _make_sentinel_, so I've done what seems best to me; let me know if this is...

Also, I tested this locally with py27, py35 and pypy. (I don't have py34 and I couldn't get the py26 virtualenv to build.)

Hi @mwang2016, could you tell us more about what reading capabilities the plugin has over the built-in driver? Comparing the [README](https://github.com/splunk/docker-logging-plugin/blob/develop/README.md) with the [Docker docs for the built-in Splunk driver](https://docs.docker.com/config/containers/logging/splunk/),...