dopefishh
dopefishh
test_clean_time_slots and test_shift_annotations were introduced by https://github.com/dopefishh/pympi/pull/21 For now I've reverted this and we need to think about how to implement it properly (taking this property into account when shifting...
The problem is not in `test_extract` but in `remove_annotation`
Hi Steven, I think I meant windows iso charset at the time (https://nl.wikipedia.org/wiki/ISO_8859-1). Alternatively you can check whether `file` is able to determine the codec. If so, you can also...
pympi removes all annotations that have overlap with the given time. This overlap is inclusive, (= are used). Maybe ELAN uses exclusive overlaps (< and >)? If I have time...
This is not on purpose and would be a perfect enhancement of the library
This could be implemented by patching the `generate_ts_id` function.
I've reverted the MR because not all functions take this property into mind and therefore some functionality behaves off due to reusing timeslots.
Extra spacing before closing XML tags signals a fragile XML parser from ACT's side. However, I'm not opposed to generating stricter XML without this spacing as it doesn't change the...
Thanks, pull requests are always very much welcome.
I also ran into this and figured out that you need to use a full path. E.g.: ``` docker run -it -v $PWD/mosquitto.conf:/mosquitto/config/mosquitto.conf -p 1883:1883 -p 9001:9001 eclipse-mosquitto ```