Kamil

Results 38 comments of Kamil

> @bb010g wanted to port it to Rust at some point but that never went anywhere. > > See https://github.com/BetterDiscord/Installer/issues/52#issuecomment-813924646 for a basic PowerShell script. > It should still work...

Hm - The *core* works - `SHOW` works - `QUIT` gets stuck as when the pipe was introduced, then removed (but force quit will not be a reasonable solution here)...

Update: - `QUIT` got fixed and has a proper flow - 5/9 commands are already implemented (`QUIT` + `SHOW` + all the cluster pane ones) - Only album pane ones...

> @skelly37 your last commit is titled "consider it ready", it wouldn't help one looking at commit history. > > In general, I think you should be more careful about...

@zas Okay, understood, thanks for explaining your convention to me. My suggestion is then to split it into such commits commits: 1) `ParseItemsToLoad` got prepared to parse commands // all...

Okay, all the ideas implemented, the PR is ready imo. I'd just like to ask anyone to manually test the `lookup_cd` command. I have no music CDs here so I...

> Looks okay to me. I notice that the available commands are not displayed in any help, so we'll need to make sure they are documented well in the on-line...

> What happens if the two are combined as `picard -e lookup file/to/lookup file/to/load`? I suspect that the `file/to/load` argument will also get passed on to the `-e lookup` command...

> > * If there is no running instance, nothing will happen, as picard -e blocks Picards startup > > In this case, would it make sense to start an...