-
The command `func init --worker-runtime python -m V2 --docker` generates a Dockerfile without the env variable `AzureWebJobsFeatureFlags=EnableWorkerIndexing`. This prevents the function from being in…
-
In implementing a server for some of the IVOA protocols, it is necessary to be able to represent three basic geometric regions in Python: a "circle" (defined by a sky position and a radius), a "polygo…
-
There appears to be invalid results produced by the overlay test suite, in which the result of the symmetric difference operation includes new geometries that are not contained in either of the two in…
-
Not tested myself but wondering if this [zigpy-espzb](https://github.com/lhespress/zigpy-espzb) radio library supports Green Power Sink (GPS) and/or forwarding to ZGP controller support with the draft…
Hedda updated
7 months ago
-
Dear colleagues,
We are considering evaluating the use of OPUS in a new project. I see that there is ongoing development and maintenance, which is great. Would you be willing to occasionally declar…
gpdf updated
12 months ago
-
**Is your feature request related to a problem? Please describe.**
I'm trying to create a workflow to generate PDFs with QR Codes in the AWS Lambda runtime. The data is fetched from DB and gets passe…
-
**Is your feature request related to a problem? Please describe.**
In order to support pythonic use-cases, we should provide `rows, points, rpos, fpos = from_geodataframe(gpdf)` and `to_geodataframe(…
-
# Description
The Spark-Greenplum connector does not work correctly in local Spark mode (local-master).
When performing read operations, there is a significant waiting time,
and write operations …
-
/ cc @jegpeek
arfon updated
6 years ago
-
dal.vosi's TablesMixin obtains the URL to read from like this:
```
try:
interfaces = next(
_ for _ in self.capabilities if _.standardid.startswith(
…