João Antunes

Results 43 comments of João Antunes

I was the one that created a pre release version 4.0a. I'm using it with django 4.1.13 and python 3.11. No issues. I have been using it for a while...

Unfortunately that is out of my control. I requested access to pypi to be able to push a new version. Still waiting on access to it. in the meantime there...

I was having a problem with decode a file. I used a online tool to detect automatically what is the encoding type. It suggested that the encoding type is cp1252....

Understood! In my experience, I find it more convenient to use a list, because I'm always getting the data by the name

Hey @gotzl thank you for getting back to me! I've tried to call the data as you suggest, but it didn't work for me at that time. I'll try it...

I just tested and it's working, maybe I did a mistake before. Thank you!

In my application I use the following: ' l = ldData.fromfile(file_path) self._header, self._channels = l.head, l.channs ' When used like this the l.channs is a list, and for that reason...

I also hit this issue, when using python. @ttiurani - Mind sharing what you did to bypass this issue?

Thank you for sharing. I see, yeah that is something dangerous to have.

Thanks for bringing this up. Please feel free to dive into the code and see if there is a potential fix!