Craig McConomy
Craig McConomy
**What is the problem? Please describe.** I wish to be able to interact with sentinelhub via the python libraries asynchronously **Here's the solution** I've written up an async harness I...
The Insomnia environment format is incredibly simple -- just a top level json key/value set. I wrote this python script in case it helps anyone else: ``` python from pathlib...
### tldr: I am looking for a way to successfully remotely debug a python function running in an azure function app instance ---- I wish to be able to connect...
I am interested in using this with Geopandas; are there are specific instructions to integrate pint / pint-pandas with geopandas?
Following advice I saw on [another issue here](https://github.com/Urigo/graphql-mesh/discussions/1388), I attemped to use the following configuration: ``` yaml sources: - name: Microsoft Graph handler: odata: endpoint: https://MYURL.crm.dynamics.com/api/data/v9.2/ batch: multipart expandNavProps: true...