Jonathan Bisson

Results 48 comments of Jonathan Bisson

It happens in Gimp as well (when using selector, not full screen). And I can confirm that re-enabling animations remove the (in my case blue) tint.

This stopgap doesn't work for me. First there is no "kotlinx.coroutines" I can add to module-info. I can get IntelliJ to accept kotlinx.coroutines.core.jvm … But trying to add any with...

This issue is still present in the latest release (2.1.5) with Java 11.

You can run jetty by yourself. In kotlin I do: ```kotlin fun main() { val blazePort = 9999 val a = NanoSparqlServer() val server = Server(blazePort) val webapp = WebAppContext()...

Thanks @llazzaro, I was just wondering if there was a way directly from PubChemPy.

(ddcutil works perfectly on my other screen DELL P2418D through DP)

I connected the monitor on the same machine through both DVI and DisplayPort, I can talk to it with DisplayPort: Invalid display I2C bus: /dev/i2c-5 EDID synopsis: Mfg id: HWP...

I tried on another machine (laptop) through VGA and it is detected

Yes I was aware of that and was careful to talk to the right one at the right moment.

Thats in here: https://github.com/ontodev/robot/blob/master/robot-command/src/main/java/org/obolibrary/robot/CommandLineHelper.java#L940-L951 I'm calling robot commands directly from my code, maybe I should avoid doing that…