Tisham Dhar
Tisham Dhar
This is a contribution to extend the Calibration Excel sheet with detailed calculations. This is often the pain point in using the measurement IC since each install is slightly different....
I have Westpac CSV files. Format is - Bank Account | Date | Narrative | Debit Amount | Credit Amount | Categories | Serial -------------- | ----- | --------- |...
This is going to log every time they run `init`, even if they already have applied this update. By convention, I usually wrapped them in a check previously: ```python if...
I recently replaced custom Prometheus metrics code in [datacube-ows](https://github.com/opendatacube/datacube-ows) with this library. However most of the usage of this flask application is differentiated using get request query parameters as opposed...
Send sub-swath loading code to master and increase visibility.
Currently PyRAT only loads IW1 ( first swath of interferometric wide-swath mode). Extend this function to load all swaths in this mode into 6 separate layers instead of 2.
I am using PyDrive with Flask-Dance , I would like to use the live access token stored in the Flask session by Flask dance with PyDrive, is there any way...
I would like to contribute by building a GitHub actions based CI to publish to PyPI on release tags. As a pre-requisite for this to ensure code quality and stability...
To improve consistency and readbility with external contributions let us add - A [contributors file](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors) - Add some combination of linting and code-quality analysis via CI - Start working on...
I am attempting to setup [Onion Omega2](https://en.wikipedia.org/wiki/Omega2_(computer)) Developments stack without the real hardware using arm_now. Mostly for Python scripts with stubs for hardware stuff. However bringing up mips32el is stalling...