Oliver Bristow
Oliver Bristow
For example the title of http://www.alibaba.com/ contains `&` and `'`. Given that the title plugin is treated specially in `OutputVerbose` and `OutputBrief` which are indented for humans, I think it...
The code uses defaults which are `int`s (0 or 100), but the values retrieved from the XML are strings. I think it would be more useful to return the value...
I'm aiming to get the integration tests to also run for a kuberentes cluster, currently rough progress for this is in `./scripts/travis/k8s.sh`. I'm sharing this as a draft to ask...
The current install is ~816M as seen in the docker images, with ~20% duplicate files. It may be worth cleaning up the install (preferably by reworking the install script) if...
With asyncio pure exceptions can be used throughout to simplify the code and quality of exception data. The `isinstance(..., str)` bits of code can then be stripped out. This can...
``` /topologies/config /topologies/physicalplan /topologies/executionstate /topologies/schedulerlocation /topologies/metadata ↓ /topologies/info ``` These methods in the tracker all return a subset of a topology "info" object (a transformed version of the protobuf data...
`docker/{compile,dist,base,test}/*` look like good candidates for consolidation with [multi-stage builds](https://docs.docker.com/develop/develop-images/multistage-build/)
While upgrading to python3, the bazel protobuf rules took [some coercing](https://github.com/apache/incubator-heron/blob/4f7f90f2b823dc7e714ee2898b033cfc78f88cb0/tools/rules/genproto.bzl#L168) to get around https://github.com/protocolbuffers/protobuf/issues/1491. A better solution should be used to clean up code and improve stability†. It seems...
As can be seen by using the running the example template and choosing to render a PDF while using the docker-compose setup from #14