Jason Prado
Jason Prado
**Describe the bug** When a hotkey is assigned to a specific layout, activating the hotkey when that layout is already active leads to Amethyst cycling back to the previous layout...
**Is your feature request related to a problem? Please describe.** I'd like to script Amethyst from Hammerspoon. My particular use case is automatically enabling/disable or selecting a specific layout when...
Is there a way to use type hints with `providers.Configuration`? Right now I'm loading config settings in with `from_env` or `from_yaml` then injecting them them using `Container.config.foo.bar`, but I don't...
**Which SIST2 component is your Feature Request related to?** Scan/Index **Is your feature request related to a problem? Please describe.** If I want to monitor sist2's status in a dashboard...
I just ran `nix-shell -p cowsay` and the resulting shell was zsh, which is great. Then I ran `devenv shell` ([devenv](https://devenv.sh/) v1.0.4) and I got bash. Could any-nix-shell be adapted...
**Is your feature request related to a problem? Please describe.** When examining DSS logs I would like to quickly filter requests from a specific authorized USS client. **Describe the solution...
Consider publishing containers of the backend and frontend webservers to a container registry so the app can be easily deployed in a container-based environment like Kubernetes.
**Describe the bug** Starting two testcontainers at once triggers both of them to call `Reaper._create_instance` close in time. Both `Reaper` instances attempt to create the same ryuk container (since `SESSION_ID`...
Hi there. This package is not published on pypi for my system: ``` $ uname -a Linux 504714d5f59a 6.10.14-linuxkit #1 SMP Thu Mar 20 16:32:56 UTC 2025 aarch64 GNU/Linux ```...
- build wheels for Linux aarch64 using cibuildwheel - bump version to 20250630 Tested in a fork; multiple platform wheels seem to build successfully. Fixes #85