Hans Kristian Flaatten

Results 46 issues of Hans Kristian Flaatten

So this happend a couple of days ago in one of our environments. After a while all of the Pods in the NATS Operator controlled NATS Cluster was completely gone...

The classic way of monitoring pods with Prometheus is with scrape annotations. The Prometheus Operator which is becoming more and more popular way of deploying Prometheus has moved away from...

I just completed a deployment of the NATS Operator in Cluster Mode with Service Account token authentication and the NATS Streaming (not operator) and realized that NATS Streaming must authenticate...

As this bot moves into production and starts getting integrated in various flows where people start depending on it, I think it is time to think about how we can...

enhancement

Some more examples on how to use the `s3-uploader` would be nice. Maybe in an example folder, that way we can more easily integrate them with the test suite making...

help wanted
documentation

Some files does not have an extension (latest version of expressjs/multer for instance) which crates a problem for s3-uploader. We should add the ability to pass inn one of the...

minor feature
help wanted
im-metadata

Make all AWS S3 [upload options](http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#putObject-property) accessible from the `#upload()` method options – overwriting any globally specified options.

minor feature
help wanted

As per the instructions in the README I attempted to create a pusher account to make my own application key. Since I live in Norway I chose the European cluster...

enhancement

URL param: ``` ?intersects=lon,lat ``` Should give this query: ``` js ​geojson: { $geoIntersects: { $geometry: { type: "Point" , coordinates: [ lat, lon ] } } } ```

enhancement

On recent version of macos python 2 is no longer installed by default. This pull requests attempts to detect what versions of Python is installed on the users mache and...