Ken Dallmeyer

Results 10 issues of Ken Dallmeyer

Gmail and Yahoo proxy images and use a special User-Agent String. This library is unable to parse them properly. There might be other email proxies. Gmail: [`Mozilla/5.0 (Windows NT 5.1;...

In json-schema, when a field is optional, it does not need to be added to the "required" field. Unfortunately the Avro -> Json-Schema converter currently makes every field required in...

Each one of the validators have their own entry point to start validation. We need a single pattern and allow for plugging in new validators and/or printers as necessary. In...

enhancement

We need tutorials and documentation. Use GitHub sites as a way to write docs in markdown and store them into `docs` folder where it will be automatically read by GitHub...

enhancement
good first issue

A common data validation task is to compare summary statistics. For example, whether the expectation is that the average price of a product is near certain defined mean or in...

enhancement

Currently using kapt for annotation processing but it only supports jvm since it's part of the java compiler. If we want to multiplatform kapt wont work. MpApt was created to...

enhancement

Added a submodule that contains some use-case tests for version 2. The tests fail on purpose as only the skeleton functions are defined. The hope is to first iterate over...

What use cases does Baleen solve? What use cases are _not_ the right fit? For now this PR is a conversation starter.

Be able to support multiple DateTime formats when parsing an Instant. Also @Deprecated TimestampMillisType since it seems to be using a LocalDateTime to hold value. With java.time, Instant is the...

Since Baleen supports aliases, add validation code to warn if an alias is used. This assumes that underlying model (Avro, XML, etc) can handle aliases and that aliases were added...