Jonathan Bisson

Results 30 issues of Jonathan Bisson

Is it possible to add a module-info.java so the library can be used in modular applications (without plugins)?

Is there a way to get a full assay data without having to do a manual request?

question

Is it possible to do something like that query: https://www.wikidata.org/w/index.php?search=haswbstatement%3A%22P356%3D10.1007%2FS11745-003-1193-7%22&ns0=1&ns120=1

# ddcutil detect ``` Invalid display I2C bus: /dev/i2c-5 EDID synopsis: Mfg id: HWP Model: HP LA2006 Serial number: CNC236Q04G Manufacture year: 2012 EDID version: 1.3 DDC communication failed ```...

monitor specific
DDC/CI errors
hp

Looks like something changed in 1.7.1 (worked well in 1.7.0): Exception in thread "main" java.lang.NoClassDefFoundError: org/openrdf/rio/RDFHandler looks like one of the dependencies is not included anymore in 1.7.1?

With the root logger set to INFO When run any command from robot-command, the root logger after that command is set to ERROR. I'm trying to dig into where this...

If a node has no edges, a dummy node seems to be created, I then get: Do not assign mappings to elements without corresponding data (e.g. ele `DummyCompound_undefined` for property...

I'm getting these errors when compiling my program with typescript: ERROR in node_modules/rdflib/src/fetcher.ts(922,7): 922:7 Type 'Promise' is not assignable to type 'T extends (string | NamedNode)[] ? Promise[] : Promise'....

https://github.com/kotlin-hands-on/intro-coroutines/blob/solutions/src/tasks/Request5Concurrent.kt . and https://play.kotlinlang.org/hands-on/Introduction%20to%20Coroutines%20and%20Channels/05_Concurrency (section solution) The documentation does not have service as a parameter, code and solution do. It seems that all the chapters of the documentation have the...

I'm using the JavaFxDataViewer in my TornadoFX (kotlin project). It seems that when I close the window, the server is still running. I added: `override fun onUndock() { ChartServiceServer.getInstance().server.stop() }`...