Justin

Results 22 issues of Justin

Allows users to customize their early boot workflow by specifying `bootCmds`. These commands are run by `cloud-init-local.service`, which runs before `cloud-init.service` (which only starts after the network is up), and...

### Description Lima currently tries to have sane defaults per every OS it supports when installing system dependencies (such as `iptables`, `fuse`, `sshfs`, etc.). This works great most of the...

`get-window-by-name` should not be necessary, since you can get the same data using the `tasklist` that comes with Windows afaik. Since that module is only used for Windows, it should...

good first issue
hacktoberfest

Add screenshots of the 2 views (Now Playing and Settings), along with some usage notes

good first issue
hacktoberfest

On Linux, it may be possible to simply use dbus commands to get now playing information from almost every player. This is a good starting point: https://gist.github.com/wandernauta/6800547

Possible solutions: 1. Actually discover why NativeMessagingInterface is crashing (maybe due to trying to run the .exe after it is already running, or because NativeMessagingInterface/EssentialNowPlaying doesn't handle disconnecting properly) 2....

enhancement
help wanted
hacktoberfest

Re-connect to the native process if its disconnected by the time a native message is to be dispatched Needs to be tested

enhancement

Meta-issue tracking the progress on the 2.1 release. - [ ] Fix NativeMessagingInterface (#41) - [x] Add support for new Spotify web player url (#35) - [ ] Add support...

hacktoberfest
pull-request-welcome

**Describe the bug** On ARM systems, when running a command like `finch run --rm --platform=amd64 public.ecr.aws/docker/library/oraclelinux:9-slim uname -a` on certain OSes that require x86-64-v2 or higher (like `oraclelinux:9`, in the...

bug

**What is the problem you're trying to solve?.** Improve VM init/start times by installing packages from local disk rather than always going to the internet. Also allow stricter version pinning....

enhancement