Michael Schubert

Results 73 comments of Michael Schubert

This also affects `mariadb=10.2.*` (on Gentoo)

Hi @csoneson, thanks for the invite but I'm unfortunately swamped for the next couple of weeks and won't be able to review

This looks great, thank you so much! I'll try it out and see how well it works for my use case :+1:

> if anyone can provide a reprex I'd be happy to look into it I can reproduce this on a "tree" graph with edge fields `from` and `to` but no...

I'm running into a similar issue here, which I think is best split in two parts, taking the original reprex as a starting point (`ggsignif=0.6.4`): ```r library(ggplot2) library(ggsignif) ggplot(mtcars, aes(x=as.factor(cyl),...

Thanks for the idea and great to hear that the package is working well for you! The way I understand it, you want to pass a row or a number...

Happy to leave this open for a while and see what we come up with!

This looks like a bug. Please use [`CLUSTERMQ_USE_SYSTEM_LIBZMQ=0`](https://mschubert.github.io/clustermq/articles/userguide.html#installation) as a workaround: ```r Sys.setenv(CLUSTERMQ_USE_SYSTEM_LIBZMQ=0) install.packages("clustermq") ``` The version should be checked [here](https://github.com/mschubert/clustermq/blob/master/src/common.h#L12-L21) but the other compilation errors might trigger first: https://github.com/mschubert/clustermq/blob/80984fcc4bf16d1004648dc273aefa440939e8c7/src/common.h#L12-L21...

@HenrikBengtsson I pushed a fix to `master`, would be great if you can check whether this works on your system now!