Duncan Booth

Results 4 comments of Duncan Booth

The commit comment to that change in joblib says "removed deprecated cachedir" so it seems to have been a deliberate cleanup.

I looked at the code. Until the last change it looked like: ``` GeneralCommandLine cmd = new GeneralCommandLine(pathToMypy); if (daemon) { cmd.addParameter("status"); } else { cmd.addParameter("-V"); } ``` The latest...

I've submitted a PR that adds bookmarking support. See https://github.com/neo4j-contrib/neomodel/blob/62dc06d116703b0ed3cab737db488214ac0fdd0c/doc/source/transactions.rst for documentation: it works with decorators, context managers, and explicit `db.begin()...db.commit()`. https://github.com/neo4j-contrib/neomodel/pull/478

The same bug also triggers if you try to remove an existing iis_vdir: ``` iis_vdir { 'TestWebsite/': ensure => 'absent', } ``` Fails with the error "Failed to apply catalog:...