Brandon Roberts

Results 12 issues of Brandon Roberts

I'm curious if tabulizer supports providing column offsets as a percentage as upstream tabula-java does. ``` -c,--columns X coordinates of column boundaries. Example --columns 10.1,20.2,30.3. If all values are between...

This makes it so you can use Dogsheep if you're using Datasette with the `--base-url /some-path/` setting.

This is a port of node's request http `setTimeout` method.

Putting this here for house keeping: we need to import the date field from Screendoor responses. In Google Forms/Sheets, this is automatically handed to us in a column, but in...

Auto-importing (via a cron job) works, but there are a few issues with it. Also, we need to handle errors gracefully and alert the user to any issues. Currently, if...

Autocomplete should be disabled so that all the user's passwords aren't kept in the autocomplete cache. I could also see an argument for this even being a `new-password` field, but...

Adds basic `multiprocessing.Pool.map` parallelization to the model update step (one per example provided, so it's hugely parallel). This significantly increases the speed at which the models learn especially on large...

We need to find a reliable and safe method for keeping the heat at the correct temperature. The canonical method is via [PID](https://en.wikipedia.org/wiki/PID_controller). We'll need to implement something similar, either...

We need to set up a unit testing framework for microlab to ensure we don't introduce regressions as more developers begin to contribute to the project.

We have a tentative file format for our apothecary labs files. We need a parser to validate them, parse the instruction segments and ensure their sanity. An example of the...