1
0
Fork 0
Commit Graph

7 Commits (5d47d83ea5d56bfe9f7263f0ebe556cdab3d4794)

Author SHA1 Message Date
Dustin 5d47d83ea5 svc: Set venv path for Pyright
dustin/hudctrl/pipeline/head This commit looks good Details
Need to set the path to the Python venv for Pyright in order to get
valid diagnostics in Neovim.
2022-08-02 21:42:51 -05:00
Dustin 2bb1c6a297 svc: Update to aiomarionette 0.0.3
Older versions hard-coded using the `AF_INET6` address family, even for
IPv4 addresses.  While this "worked on my machine," it did not work when
the application was deployed to the Kubernetes cluster.  Either cri-o or
the Debian-based *python* container image must disable this somehow.
2022-08-02 21:42:51 -05:00
Dustin 337406e0a0 svc: Remove playwright dependency 2022-08-02 21:13:39 -05:00
Dustin 3c27f984d2 svc: Use released aiomarionette 2022-08-02 21:13:39 -05:00
Dustin 35eba74bfd api: Add get screenshot operation
The *GET /screen/{name}/screenshot* path operation returns a screenshot
of the specified screen as a PNG image.  If a value is specified for one
or more of `height`, `width`, or `ratio`, then the image will be resized
accordingly.
2022-04-30 15:51:03 -05:00
Dustin d075a1b1a9 meta: Install aiomarionette in development mode
Poetry does not install local path dependencies in "editable" mode by
default.  Instead, it builds them and installs them into the venv like
any other dependency.  This means that changes in the local copy are not
picked up.
2022-04-30 14:22:42 -05:00
Dustin 939f24d79f Initial commit 2022-04-30 13:32:42 -05:00