Joe Einertson

Results 9 issues of Joe Einertson

Why does this trigger the inconsistent indentation error `(expected 2, got 1)`: ``` coffeescript -> a b ``` ...but this does not? ``` coffeescript -> a b ``` The second...

bug
indentation

Upon starting the hface server, it successfully connects to our Hazelcast cluster using the provided configuration, but the following exception is continually thrown: ``` java.lang.ArithmeticException: integer overflow at clojure.lang.Numbers.throwIntOverflow(Numbers.java:1501) at...

Following the [datadog Chef installation instructions](https://docs.datadoghq.com/integrations/chef/) on Chef 14 results in the following error: ``` $ knife cookbook site install datadog [...unrelated output cut for brevity...] Installing chef_handler to /home/joe/chef/cookbooks...

#227 added support for `_version` and `_version_type` in bulk requests. This works great over REST, but the version type is ignored in native. This happens because `common.bulk/index-operation` uses keys of...

Short of reading the current image tags via `getImageTags` and then calling `deleteImageTags` on those keys, is it possible to delete _all_ tags from an image? As a side note,...

Is it possible to use knox-mpu to specify the `x-amz-storage-​class` param listed in the [Amazon MPU docs](http://docs.aws.amazon.com/AmazonS3/latest/API/mpUploadInitiate.html)? I would like to upload files using `REDUCED_REDUNDANCY`.

Most Angular libraries these days export (via CommonJS, AMD, etc.) their module name for ease of use. For example, ``` js module.exports = 'afkl.lazyImage' ``` Then, requiring the library, for...

### Checklist - [ ] The issue exists after disabling all extensions - [x] The issue exists on a clean installation of webui - [ ] The issue is caused...

bug-report