Jonathan Hood

Results 4 issues of Jonathan Hood

We are seeing an intermittent issue where Spray's client per-host connection pool is filled with sockets stuck in the FIN_WAIT2 state. Once this situation occurs, all further requests to that...

Pagination had a few bugs: 1. The 'next' button would be improperly disabled in most cases. 2. The 'last page' button would be improperly disabled in most cases. 3. The...

On a fresh clone the development environment was broken due to broken bower and grunt installed in the container. This has been resolved by: 1. Updating the container to Ubuntu...

I have a use case for doing change detection where - depending on the changes detected - a series of chained/dependent jobs might be skipped. I struggled _hard_ to figure...