Johan van der Knijff
Johan van der Knijff
@claunia If that's possible that would be perfect, thanks! I think the snippet in my original issue description is already pretty much the smallest one I can think of. Just...
For what it's worth, I did some quick experiments trying to get the Tika detector interface to work in Python using Pyjnius some months ago. See this repo: https://github.com/bitsgalore/tikadetect But...
@aous72 thanks for reporting this! Tbh I'm not even completely sure why this particular Docker file is even included. All dockerization stuff was created by @carlwilson to make the packaging...
Could it be the tape was written in variable block mode? If yes, tapeimgr doesn't support this (yet), see: (BTW only seeing this issue now, as for whatever reason Github...
Thanks for reporting this. Apparently this is the default behavior for PyPi source distributions, but I found this can be overruled by adding a manifest file: I'll have a look...
Tried updating pre-commit-hooks to latest version: Pushing changes doesn't trigger new Travis build. Perhaps @darrendignam or @carlwilson could have a look at this some time (I don't really understand Travis...
@carlwilson Fine with me, thanks for looking into it!
@kieranjol You might want to have a look at [Iromsgl](https://github.com/KBNLresearch/iromsgl), which is a single-disc / no disc robot version of Iromlab. I only created it as an interim step towards...
@kieranjol That's probably because I only created this a few weeks ago. Note that all documentation applies to the "regular" version, and you might run into some minor issues, but...
Yep, just clone the repo locally and then: ``` python3 iromlab-launch.py ``` I haven't even updated setup.py so local pip install won't work. Also I'm not sure if the configuration...