Alan O'Callaghan

Results 162 comments of Alan O'Callaghan

It is possible, just not on the CRAN version. ```r install_github("hms-dbmi/UpSetR") library("UpSetR") movies

The reason for this, I believe, is that the upset plot functions (in `UpSet.plot.R`) contain calls to `gridExtra:::grid.newpage()`. This leads to blank pages being inserted. These calls should be removed,...

Yeah seems sensible to just use the rownames for OSCA purposes moving forward

Trying this on Ubuntu 18.04.3 now, running just the python file I get: ``` sudo python ./math-with-slack.py Could not find Slack's app.asar file. Please provide path. ``` if I supply...

Actually it ran successfully but didn't change anything.

The not implemented message means just that; nobody's implemented the functionality in the script on Windows.

We've made some progress on improving OpenSlide support, but there are a few issues that will need sorting out before release. I'll try to summarise what I've been working on...

We did end up getting self-contained binaries for all platforms built and hosted on SciJava Maven for the 4.0.0 OpenSlide release. Hopefully with the release of the Apple M1 GitHub...

Any chance this can be revisited? If I bump the groovy version and Java version, it supports Java 21 just fine. eg https://github.com/GroovyLanguageServer/groovy-language-server/compare/master...alanocallaghan:groovy-language-server:master

This (and other shiny issues raised by Dean) are on my to-do list but I've got a bunch of other projects that are higher priority, so it may take a...