Tom Taylor
Tom Taylor
I've got a PDF that seems to get into a tight loop in the NoRegistrationBlack rule. I'll email you a link to the PDF separately, as it's a customer of...
Some PDFs have soft mask transparencies in images. It'd be great to be able to detect these. James: we can chat about supporting this feature by email if you're interested....
It's handy to be able to drop in a faster JSON library, such as Jsonrs, for use cases with very large requests and responses, as JSON encoding and decoding time...
For large/complex JSON responses, Jsonrs is ~20x faster at decoding in our benchmarks. Consider supporting pluggable JSON libraries, so users can switch to this if they want.
I'm trying to decode a list of Elixir numbers representing coordinates into `f64`, however, sometimes some of the coordinates are actually integers (ie. `0`, not `0.0`), because they're decoded from...
We're finding that the buildbox-agent leaks memory after a few days. I just had to kill it on a 4GB VM, where it's the only thing running after it took...
When executing the agent using rbenv, the bin path for the rbenv version is added to the $PATH, making it impossible to change rbenv version inside the build script. So...
**Describe the bug** I've just trained a classifier, but when I try and dump the model with pickle I get the following: ``` Traceback (most recent call last): File "/obfuscated/train.py",...
Follows on from #122. In partial mode, UTF-8 encoded characters might be split across multiple chunks. When this happens for a character such as `£`, which is encoded as ``,...
I'm rolling out a custom check slowly and have 68 files to exclude from it initially. The check works fine without exclusions: ``` > mix credo suggest -C ci Checking...