Andreas Motl
Andreas Motl
Dear Jack, see https://github.com/m0nhawk/grafana_api/pull/85#issuecomment-932296446 for a workaround. With kind regards, Andreas.
Hi again, we integrated this patch into the `grafana-client` code base with https://github.com/panodata/grafana-client/pull/7. With kind regards, Andreas.
Hi again, did you have a chance to think about our proposal? An alternative would be to fork the repository and re-publish the package to PyPI under `grafana-api2`, which is...
Hi again, thank you for signaling interest, Marius. We took the chance to make it happen and look forward to any kind of contribution. We forked the project to [^1]...
Thanks Mike, we will have a look when touching our repository the next time. If everything works well out of the box, we will migrate to ArduinoSTL, otherwise we might...
Having generic HTTP POST/PUT file upload would be pretty awesome. After reading the description > has options for uploading (SFTP, Google Drive, Dropbox, Email) I always wondered if this option...
Last but not least, thanks for this contribution, @sekarpdkt! May I also humbly ask you how the HTTP request / upload payload exactly looks like? I am thinking about adding...
Hm, I just recognized GPSLogger already has the [Custom URL feature](https://gpslogger.app/#usingthecustomurlfeature) I was looking at here. So, never mind and sorry for the noise.
The background - and to be more specific - about this is that was crucial for us to have the `__init__.py` files also within the subdirectories `libs` and `mods`. By...
Ah, nice! Attaching to [PEP 423 -- Naming conventions and recipes related to packaging](https://www.python.org/dev/peps/pep-0423/), we might want to use the names `package_name` vs. `module_name` here in order to apply the...