Gavin Wiggins
Gavin Wiggins
As a feature request, I would like to suggest an option to easily deploy the Realm Object Server to Heroku. I am aware of the AMI image for Amazon services...
@jan-janssen Please remove chemics from the conda-forge repository. I'm in the process of moving chemics to my personal GitHub account where I will continue its development. Future versions will rely...
Move fluidization code, tests, and documentation to the tavy package. See below for a checklist of items that need to be moved from chemics to tavy. Code - [x] bed_expansion_factor.py...
I don't see much information in this package development guide regarding examples for a package. Well written Python packages provide examples on how to use that package. Those examples can...
I'm using Sublime Text 4 with the LSP and LSP-julia plugins. I have a Julia project with the following file structure: ``` MyProj ├── LICENSE ├── Manifest.toml ├── Project.toml ├──...
Installing the pvapy package on an Apple MacBook Pro (M series, ARM) fails in a conda environment as shown below: ``` Channels: - defaults - epics Platform: osx-arm64 Collecting package...
The search feature for the documentation at https://caproto.github.io/caproto/v1.1.1/ does not work. The search page never shows results and just keeps saying "Searching..." as shown in the screenshot below. 
### What happened? I'm using uv to install and run a Python project. The `pyproject.toml` is shown below. I use `uv sync` to create the virtual environment and install all...
I'm using pyzmq to send a large NumPy array from the client to the server. See the [pyzmq discussion](https://github.com/zeromq/pyzmq/discussions/2068) for more details. The client and server computers are both MacBook...