Florian Brucker

Results 31 issues of Florian Brucker

*sphinx-litprog* is awesome because literate programming is awesome :wink: Full disclosure: I'm the author of *sphinx-litprog*

immature

`pyan` constructs the DOT identifiers using the filenames. If a directory name contains a dash (`-`) then that ends up in the DOT identifier. However, the DOT language does not...

bug

The advice for F823 currently only mentions `global`, but `nonlocal` is a better choice in many situations.

I'm currently going through the source and I'm having trouble to understand how interval tree `A` is updated in [`ForwardUpdate`](https://github.com/twitter/BreakoutDetection/blob/master/src/edmTail.cpp#L194): As far as I understand it, the idea is to...

The docs [mention how the API might change between version changes](https://hashfs.readthedocs.io/en/latest/versioning.html), but I couldn't find anything about the data stored on disk. In particular, I'd like to know if there...

Currently we have the `clearsource_history` paster command for deleting old jobs but keeping the sources and the datasets. This is nice, but would be even better if we could use...

feature

**Is this a BUG REPORT or FEATURE REQUEST?**: * [ ] bug * [x] feature ## Description of Bug or Feature Many tools (e.g. `inspect.getdoc`, Sphinx) allow methods in subclasses...

enhancement

I just noticed that [version 0.0.10](https://github.com/ckan/datapusher/releases/tag/0.0.10) has been released :tada: (an announcement on the ckan-dev mailing list would have been awesome!). The decision whether I should update immediately or whether...

I'm running a custom harvester on my CKAN 2.5.2 with datapusher's [stable branch](https://github.com/ckan/datapusher/commits/stable). During a harvest, that harvester uploads many CSV resources to CKAN, in the sense that the resource...

The "Redis persistence" docs explain very well how to get Redis data to disk. However, unless I'm mistaken, how to *restore* such a backup is not mentioned at all. I'm...