Simon Barthelmé

Results 30 comments of Simon Barthelmé

OK, thanks. This led me to discover [popper](https://github.com/karthink/popper) which I recommend. I think a good solution would be to add a hook right in julia-snail-send-buffer file (right before "loaded: module...

You're right on both counts. With the default config suggested in the popper readme, you get the right behaviour (any buffer with compilation-mode is treated as a popup, including julia-snail's...

imager got listed as orphaned due to me not fixing a (spurious) issue in time. I've been meaning to do something about it for a while but I don't have...

Here's a list of things that need doing: - Update CImg to the latest version, see if that fixes the warnings showing on CRAN. If not, report warnings to CImg's...

Shota, if you have the time, I'm more than happy to nominate you the new maintainer of imager. Thanks for volunteering, and thanks for the work you've done so far!

That looks great. I don't know how to transfer the git repository, is there a procedure for that? Do you want to have administrator rights on this one?

OK, thanks for letting me know, I'll try to wrap this up this week

You're right, it's a very good point. Getting rid of stringr should be easy enough. I can make igraph an optional dependency as well, I think, it's not essential at...

That's not supported at the moment, sorry. I'd just use ```imsub(im,x < cut)``` recursively (not super efficient, though). Happy to accept a pull request with a better solution!

The adjust argument works similarly to the adjust argument in R's density function: it adjusts the automatic threshold up or down, i.e. if the auto threshold is 3.1 and adj=2...