Pieter Verschaffelt
Pieter Verschaffelt
@maartenvn Hi Maarten, I do have an implementation of such a hashmap. You can find it here: https://github.com/pverscha/SharedMemoryDatastructures Note that the version that's currently released does not support deletion of...
I updated the action so that it can only be started from a workflow. The new version number will be asked upon invocation of the workflow dispatch and the `package.json`...
@andywer @jc-lab I've just discovered that you need to enable `nodeIntegrationInWorker` when creating a new `BrowserWindow` for `fs` to work. See https://www.electronjs.org/docs/tutorial/multithreading for more information.
@andywer Thanks! Didn't think of that.
@ninewise I will check this out, thanks!
We can show the EC names in the tooltips. It's not possible to show these in the nodes themselves because the names are too long.
This is good idea and I'll try to take a look at this for the next Unipept release. This change should be transparent to the user and should simply change...
This has been fixed in #1612
Probably related to #1646
This issue also occurs when you try to add multiple samples in a group at the same time (or when editing multiple samples at the same time). These should, however,...