Results 206 comments of Daniel Hrisca

Great news! Thank you for your work!

@PyYoshi see https://github.com/danielhrisca/asammdf/issues/346

@PyYoshi @aceohartz81 there was a similar issue in `numexpre` (see https://github.com/pydata/numexpr/issues/372)

acq_source instead of source

This evn var has to be set https://github.com/danielhrisca/asammdf/blob/c9d0e449000ed70f2ea1dd47df7c80f3e74471c5/src/asammdf/__init__.py#L6 you could add it manually to your ENV VARS and it should work, or you can use PySide 6.3.1

> It seems that the extend dosn't work with MDF module, i have tried the MDF.concatenate but i have some missing channel on some files regarding the first file (I...

force install the GUI with the pinned dependecies ``` pip install -I asammdf[gui] ```

Thanks for reporting this. You can use the development branch code until a new release will be available on PyPI. ``` pip install https://github.com/danielhrisca/asammdf/archive/development.zip ```

> BUT, this time between I close the current file (notifier) and open a new one, is enough to accumulate some messages in the CAN bus. when you build the...