João Antunes
João Antunes
' 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 can't do self._channels['Channel_name']. Would it be...
Hello! Thank you for the update on the repo. I have a question for you. In the new version it's possible to access the data as: l.channs[0].data or l.channs[1].data, etc....
Hi! I was trying to run your project with a debugger to test some changes, and I thought it would be useful to provide an example on how to setup...
Hello! I think for the resumable uploads there is a small difference between the emulated and real GCS for when we start an upload. The below code snippet is an...
# Project lead request Hello, Currently there is no assigned people for this project. I would like to volunteer to maintain this project. I use this package as part of...
### What happened? I am using BQ-Emulator as part of my unit test suite. A lot of the unit tests create a lot of tables, so my RAM usage goes...
### Project to be claimed `django-polymorphic`: https://pypi.org/project/django-polymorphic ### Your PyPI username `jazzband`: https://pypi.org/user/jazzband/ ### Reasons for the request Project has been abandoned by the original owner. It has been moved...
# PyPI Release Hello. Would it be possible to release a new version for this project: https://github.com/jazzband/django-polymorphic Just releasing a version from master would work. No major changes have been...