Tom Scogland

Results 396 comments of Tom Scogland

It may be worth not digging into how tw does this too far. Their interface for it is ok, but it has several weaknesses in the implementation beyond the duplication...

The term omnifocus uses for that is either "repeat from" or "due again", org-mode seems to call it an "after repeater" or some such, not sure where recursive came from...

Trying not to just be a +1 here, but there is definitely a memory leak in some unexpected circumstances with the most recent release. I had an empty vimr running,...

Not that I know of, if it covers what snakemake needs I'm good.

The first argument is the type you want used for the linear index produced by `operator()()`. As to the permutations, and something like unpermuted, that seems perfectly reasonable. It should...

That is sort-of correct. We do not have a way to do something like `multi_wait(e1, e2, e3)`. The ordering semantics are such that they can be interconnected however, so a...

I'll try to give this a more in-depth review, but as a start we definitely need some tests for this code. You mention that it has been tested, but it...

That sounds great, I intend to be around for that meeting. The main question I’ll be thinking about when looking at this is how much of this we can fold...

That looks like somehow it is being implicitly declare targeted, and accessed from the GPU-side code in a way that isn't valid. In a way it means there are two...