Clare Sloggett
Clare Sloggett
We can use the usual Ruffus functionality where we put a step out of order and use the task name as a string, and this is ok: ``` @follows('first_task') def...
It's not obvious to the user how to make use of the options in the config files, ie `from rubra.utils import pipeline_options`. We should include an example of this and...
I'd like to add [pytest](https://docs.pytest.org/) tests. This is a much more natural and easier-to-maintain way to test Python tools than *nix script-based tests. It's good for both unit and functional...
This is (I think) a question rather than a bug report. I've currently got a setup where I'd like to be able to modify the spec and the data on...
Currently, if a CSV contains a row with fewer values than expected (i.e. too few delimiters), an exception will be raised. However, if a CSV contains a row with more...
**Describe the bug** After stopping and removing the official Dropbox client, and installing Maestral, using the same directory, Maestral appears to be re-downloading all the existing files. In case it...
Recently I tried using logging to record debugging information in my callbacks via `app.logger` (see discussion at https://community.plot.ly/t/logging-debug-messages-suppressed-in-callbacks) and found that some debug messages were being ignored, apparently only when...
## Bug Description If create a bar chart, and set the color channel to a field, I will get a stacked bar chart like so: ```json { "$schema": "https://vega.github.io/schema/vega-lite/v5.json", "data":...
In many cases, I want to sort a string-like data field alphanumerically ("natural sort order") rather than alphabetically. For instance, if my field values look like `['1A', '1B', '12B1', '12B2',...