Clemens Brunner
Clemens Brunner
Yes, you can choose the type but there are [standards for meta data](https://github.com/sccn/xdf/wiki/Specifications). I'm not sure if this type is in there yet. This stream should contain some non-empty strings,...
@stfnrpplngr is this intended? Shouldn't there be at least some non-empty strings in the marker stream?
@stfnrpplngr @Yida-Lin any progress on this one?
To be honest, although this is great and all, I don't really trust Pylance. It's not because Pylance per se, but more often than not Python code is not properly...
In principle yes, but someone has to make sure that our annotations are always in sync with the code base. I can only imagine this happening when annotations live directly...
If typeshed takes care of syncing that's great! One less thing to worry about. > Hehe I saw that already a while ago and my first thought was, "damn, that...
I enabled basic type checking and opened SleepECG only to find stuff like this: ```python filename = filename + '.csv' ``` ``` Operator "+" not supported for types "str |...
Alright, I really thought that you can + a Path and a str! In that case, you are absolutely correct! I never checked this myself because I assumed that the...
> Wow! I never expected this! 😄 > > My mind is totally blown right now hahaha. 😆 – as I mentioned [previously](https://github.com/mne-tools/mne-bids/issues/533#issuecomment-1153679525): I am not that stubborn! Thanks for...
I just encountered a case where I think the error is actually a fluke (sorry this is OT, please let me know if you would be available e.g. on Discord...