Stephen A. Imhoff

Results 70 issues of Stephen A. Imhoff

Remove use of `math` module in preference for numpy definitions, for consistency. Remove all in-module conversion and value definitions relating to radian/degree conversions. Clean up related unused imports.

This changes the project to be a python package, making it easier to install and use. In particular it no longer requires cloning/forking the entire repository. It also allows auto-installing...

Although the module runs if run via python, it fails when attempted to run via packaging: ```bash Traceback (most recent call last): File "__main__", line 1, in File "importlib._bootstrap", line...

/kind feature **Description** It would be useful if there were a podman-from-podman (and possibly podman-in-podman) feature for devcontainers. In the [propsed devcontainers feature spec](https://github.com/devcontainers/features), reflective of the capability in vscode,...

kind/feature
volunteers-wanted

- VSCode Version: 1.60.2: 7f6ab5485bbc008386c4386d08766667e155244e - Local OS Version: Ubuntu 20.04 - Remote Extension/Connection Type: N/A Steps to Reproduce: 1. Install remote extension pack 2. Verify the path has a...

bug
containers

Because file IO is inherently asynchronous, it would be nice to have an async version of the API.

I'm working on an IoT Edge deployment, and will be using the [blob storage module](https://learn.microsoft.com/en-us/azure/iot-edge/how-to-store-data-blob?view=iotedge-1.5) (provided as a container via `mcr.microsoft.com/azure-blob-storage`) for local storage and automatic syncing. I'm currently trying...

🔍 investigate

## Description Panda currently uses a custom tool, interrogate, to generate the python bindings for the underlying C/C++ engine. While it's true that in theory interrogate can be used to...

discussion

## Description It is possible - at minimum with tools like [scikit-build](https://scikit-build.readthedocs.io/en/latest/index.html) - to build python wheels (and sdists and...) from cmake builds. ## Use Case Being able to build...

enhancement
build