Rob Vadai

Results 17 issues of Rob Vadai

Ansible version: 2.8.2 Target host OS: Debian 10 Buster Python version on target host: 3.7 ``` TASK [atosatto.minio : Get the Minio server checksum for amd64 architecture] ****************************************************************************************** fatal: [my.hostname.com]:...

Implementation of http://avro.apache.org/docs/current/spec.html#Duration Can be used to serialize/deserialize to/from Java POJOs and Generic Fixed type. Make sure you have checked _all_ steps below. ### Jira - [x] My PR addresses...

Java

**Is your feature request related to a problem? Please describe.** Linking performance on large datasets is not terrible but I was sure we could do better. In my case, 20M...

Hacktoberfest

# Overview Spent a number of days banging my head around kiam. Finally got it working after digging deep in comments like this one: https://github.com/uswitch/kiam/issues/95#issuecomment-398789823 I don't know if it's...

# Overview Nginx ingress default server port is 8181 which conflicts with kiam. See [documentation here](https://kubernetes.github.io/ingress-nginx/user-guide/cli-arguments/) and look for `--default-server-port`. # How I found out the error Set up KIAM...

It'd be good to publish the sources with the JAR so when a developer wants to find out implementation details the IDE can show that.

## Describe the Bug 1. Created a bucket without a website, to then realise I need a website bucket to load `index.html` for 'folder' like URLs ending with `/`. CloudFront...

bug

According to the documentation (https://samza.apache.org/learn/documentation/0.10/jobs/logging.html) the `run-class.sh` script should set the default logging behaviour in case custom `log4j.xml` is not previously set. The line that is now removed from `run-job.sh`...

First of all, this app looks very promising and well done for building it! The issue I'm facing is that the app has to be ran using `open "/Applications/Coolbernetes.app"` from...

I've got a site published on the web, generated by Hugo. W3C HTML validation fails because the character set is not set early enough on the generated web page. ##...