Luiz Ribeiro
Luiz Ribeiro
One of my projects that uses `pyre` depends on `pypng`, which is a Python module that consists of a single `.py` file (i.e. its path is `/lib/python3.9/site-packages/png.py`). I tried adding...
See #352 for details around the bug
It would be great to have an embedded script editor on the plugin. Something like MATLAB's script editor or something, with support for saving/loading scripts.
When I run `pipenv-setup check` on the repository [luizribeiro/labby](https://github.com/luizribeiro/labby) (see [`Pipfile`](https://github.com/luizribeiro/labby/blob/master/Pipfile)), I get this error: ``` % pipenv-setup check not recognizable version string operator: dependency check failed ``` Any idea...
The [Hardware Setup](https://mariner.readthedocs.io/en/latest/hardware-setup.html) section of the documentation is pretty basic. Ideally we would have better instructions on how to do the hardware setup, so it's more friendly to folks who...
There's a lot of interesting feature requests that require additional hardware to have setup (temperature sensors, tracking with cameras, etc). Because of the additional hardware requirements, I don't think it...
Things that could be added: * Reboot printer * Manual control of the Z axis * Bed leveling tool * Printer settings such as when the fan should turn on,...
Right now we can't check the print status from anywhere other than the `PrintStatus` component. This means we can't block Print buttons from being clicked when there is an in-progress...
This will solve a few concurrency problems when there's two HTTP requests trying to talk to the printer at the same time. It would also unlock a cleaner implementation of...
To be honest, I don’t know enough about how Docker image manifests work, but from looking at the documentation it seems like OCI Image Index follows exactly the same format...