Kevin Jones

Results 10 issues of Kevin Jones

I just updated chefdk to: [chefdk-2.3.4-1.el7.x86_64.rpm](https://packages.chef.io/files/stable/chefdk/2.3.4/el/7/chefdk-2.3.4-1.el7.x86_64.rpm) ``` Recipe: s3_file::dependencies * chef_gem[rest-client] action install (up to date) [...] Unable to activate rest-client-1.7.3, because mime-types-3.1 conflicts with mime-types (< 3.0, >= 1.16)...

## Summary With AnchorCheck enabled, I get inconsistent results. Random anchors fail with: ``` Warning [None] Anchor `my-expected-anchor' not found. Available anchors: `copyright'. Result Valid: 200 OK ``` The Available...

bug
help wanted

Currently the server names are only resolved once, to optimize performance. However, this doesn't support dynamic environments well in which the name should be re-resolved. I think that I can...

When using the Python bindings with multiprocessing (forking the process via a Pool, to parallelize the minify work), minify appears to hang. In particular, this seems to happen when minify...

From the documentation of the webpackMode "eager" on https://webpack.js.org/api/module-methods/#magic-comments, it states: > Generates no extra chunk. All modules are included in the current chunk and no additional network requests are...

Assuming browsers support min/max/clamp in the sizes attribute, these should be supported, like calc() https://caniuse.com/css-math-functions

enhancement

The current implementation of the rate counter assumes that time.NewTicker will tick (write to the channel) at every (interval / resolution). However, when the application and/or CPU has a heavy...

I'm running this script against a server on my local machine, but I'm using a domain name (e.g. http://example.dev), which is included in the URLs for the build. I'd like...

Does Peek return the head or tail of the queue? The comment says ``` // Just attempts to return the tail element of the queue func (q BlockingQueue) Peek() interface{}...

I'm not 100% sure that this syntax is valid, but some tool I'm using is converting "aspect-ratio: 3000 / 3000;" to "aspect-ratio:3e3/3e3". This results in the errors: - "aspect-ratio": Unknown...

bug