Joshua Ulrich

Results 269 comments of Joshua Ulrich
trafficstars

Nested parallelism on the same machine usually makes performance worse because you have multiple processes competing for the same resources. I suggest you only use parallel tasks for one or...

That should work. I don't have any experience doing something like that though.

@halogenica I just ran into this issue too. I can confirm that @pdugas' patch give the behavior I also expected. Would you consider a PR to get this fixed in...

@jalvesaq would it work if the code required numbers to be either the first character or preceded by a whitespace character?

Here's a patch for what I came up with. It requires a whitespace character before a digit in order to format the output as a number. ```diff diff --git a/src/colorout.c...

> I think it will be OK to put it directly at the beginning of `isnumber()` I agree. I created the function before I implemented it and knew what the...

@albertotb thanks for the report and patch! This seems like a useful enhancement. Your code throws this annoying warning from ggplot2. Do you know how to fix it? > Warning...

Thanks for noticing this! It's intended behavior. The default printed sort order is the order the expressions are passed to `microbenchmark()`. And "b" will be first if you order by...

I assume "Does not work" means there's an error; I can't replicate any error. Can you please provide the error message and the output from running `traceback()` after the error...

@richierocks, I know it's been awhile since you first opened this issue under Olaf's account, but I would be interested in your thoughts on Hugh's suggestion.