Evan Williams

Results 11 issues of Evan Williams

Closes #21 Uses `set -e` in root, build, and deploy entrypoints to abort on failure at each step, and removed the `&&` chaining. Also Remove some of the stderr pipes...

It appears that everything is being installed correctly, but the process aborts after this step. It doesn't even get to the Jekyll build step. There are no error logs, so...

Similar to #13, except for the individual `build` and `deploy` scripts. That linked PR adds `set -e` to the beginning of the root `entrypoint.sh` script, but we should also do...

Cleaning up workaround we did in #846 to avoid a major version bump.

backward-incompatible
v30

Just testing to see what will happen. NOTE: Investigate how this affects the deploy/publish process. We only want to run this with one jdk.

There isn't any documentation on how to use annotations like `\@PathKeyParam` and `\@PathKeysParam`, it seems like most users onboard to this functionality by following existing examples (almost all of which...

documentation

It's apparently not clear to many customers when custom validation (i.e. "validate" PDL annotation) is triggered. Many customers seem to believe that these validations should be triggered on template initialization...

documentation

Currently, the documentation mentions that Action methods can return "Custom types", but that's about it. It's not clear that in order to do so, the `returnTyperef` attribute of the `@Action`...

documentation

Although there's documentation for how optional fields are serialized (i.e. omitted rather than `null` if not set), there's no clear documentation on how a field with a default value is...

documentation

Uploads code coverage reports to codecov.io as part of the Travis CI process.