Donald Ball

Results 8 issues of Donald Ball

We were working with some beefy jobs that silently overflowed the default TEXT columns in mysql. The truncated YAML data were unable to be loaded, and were causing the daemon...

### What happened? When I issue the federation query, e.g. `query __ApolloGetServiceDefinition__ { _service { sdl } }` to a gqlgen subgraph, I do not see changes made to the...

### What happened? Directives are allowed on all fields, and their corresponding directive functions are called with the parent object and all directive arguments, but the expected return type is...

When I use a war file using ClojureVarServlet in tomcat 8, I always get SEVERE log warnings of the form: ``` 03-Jun-2016 09:37:34.782 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT]...

analyzing

I prefer to use `aws-vault` to issue temporary credentials for day-to-day AWS operations. Apparently AWS STS credentials don't work correctly until `aws-java-sdk` 1.8.0, while the latest release of `aws-maven` uses...

Using rails-2.3.5 and friends: 1) MemCache::MemCacheError in 'Cash::Accessor#incr when there is a cache hit increments the value of the cache' cannot increment or decrement non-numeric value ./spec/cash/accessor_spec.rb:85: 2) MemCache::MemCacheError in...

This project works fine with permanent credentials provided in env vars, but when I use aws-vault to supply temporary credentials generated by STS it fails: `~/src/banks[lein-essthree]$ aws-vault exec spark --...