Jens Egholm Pedersen

Results 107 comments of Jens Egholm Pedersen

Thank you very much for the report. That's indeed unexpected (particular because it's part of the tutorial!). I'll look into it shortly. Meanwhile, could I ask you to check whether...

I found the problem! The download link is deprecated, so what you're downloading with the `wget` command isn't an AEDAT4 file at all! No wonder AEStream complains :P Sorry, Sharepoint...

The parts API isn't fully finished, I'm afraid. Help is more than welcome :-) Meanwhile, try the `.load()` function which should let you get all the events at once in...

Nicely spotted @benkroehs! I agree with your fix and suggested a small improvement to surface any potential type problems. Could you give it a look? @guoguo1314, could you try to...

Glad it got solved! Thank you for submitting the issue and helping us resolve it.

Thank you for adding the issue! And thank you for your patience. Your issue is completely correct, and it should be fixed. However, we've been working on a sort of...

This seems to be a problem with the lz4 dependency. One possibility would be to add this in as a manually 1. Clone the [lz4 repository](https://github.com/lz4/lz4) 2. Manually build and...

Awesome! Nice you got lz4 working. Just to follow up on that, this is only a dependency for working with `.aedat4` files. So if this is not necessary for you,...

Which version of Clang are you using? If you're on newer versions, it may be because LLVM "upgraded" coroutines from `` to `` https://releases.llvm.org/18.1.8/tools/clang/docs/DebuggingCoroutines.html Could you try with `#include `?

Ah, that's because we're defining `coroutinestd` here: https://github.com/aestream/aestream/blob/0ce40f246315fc4afd03e4ba5eaa8d93c96eb881/src/cpp/generator.hpp#L5 I think there are two paths forward, depending on Clang's support for coroutines. Either, Clang supports coroutines by default (which seems to...