DrYak

Results 71 comments of DrYak

Means you're probably missing the definition of the "`V_UI2REF`" macros (i.e.: reference/pointer to an unsigned int that's 2 bytes long) in your `oleauto.h` file. Wine defines it this way :...

@uweschmitt could you help with the _minimal example_?

This looks nice because it also solves a feature I would have liked to have: #1474 It solves the whole "_files that only live for the duration of the group...

@pvandyken : Yes, I meant that we could start also storing our on node-local scratch, completely aleviating all problems of file that don't even live beyond group job. We're currently...

Note: @kpj and I are quite busy now, so I can't guarantee that we'll be making a PR for this feature soon. But if anyone else want to give it...

> It's unclear to me that setting $TMPDIR won't be able to achieve the same in many of these use cases? Simply using $TMPDIR won't flag files for deletion like...

PR #1765 partially solves some problems for properly handling temp files on node-local $TMPDIR. - it makes that taggable with `temp()` so Snakemake knows it must delete them. - BUT...

@uweschmitt :This also enables us to move some of the files that we currently store to the cluster-wide scratch and that Snakemake accidentally leaves behind, back to the node-local temp.

Hi, @ab791520b4 , has there been any progress for a Graph API provider? I am starting to look at possibilities to be ready when my employer decides to move beyond...

> Thanks for your feedback! Working on it. Is there any branch that we could help testing? (or tweaking?)