pythoninthegrass

Results 67 comments of pythoninthegrass

@luis4a0 Appreciate the candid answer, but this makes multipass a lot less useful for my purposes. Been using [OrbStack](https://orbstack.dev/) as a replacement for Docker Desktop and they have the feature...

Hi @mvdbeek ! If this is still wanted, I'd be happy to take on the issue for [hacktoberfest](https://hacktoberfest.com/participation/) 👌

Great! I'll get started this weekend and ask more questions then. ________________________________ From: Marius van den Beek ***@***.***> Sent: Thursday, October 10, 2024 12:54:57 AM To: galaxyproject/galaxy ***@***.***> Cc: pythoninthegrass...

What about writing functions that get exposed in the UI to select available themes or install new ones from a file? Was thinking it could be a line item either...

+1 to @ebauger's suggestion. Right now running into an issue where after activating a virtual environment with `poetry`, I now have to `exit` _twice_. Don't appear to have the problem...

Not a maintainer — end user like you — but pretty sure this isn't on Jetify's end. If it's not already [packaged for nix](https://search.nixos.org/packages?channel=24.05&from=0&size=50&sort=relevance&type=packages&query=portmaster), then you have to either rely...

On an arm mac (unsupported, I know.) Setup karabiner to remap unused shortcuts to work with `~/Library/Application Support/YouTube Music Desktop App/config.json`: ```json "shortcuts": { "playPause": "Meta+Shift+P", "next": "Meta+Alt+Shift+Left", "previous": "Meta+Alt+Shift+Right",...

Might be related to #36. Tried it locally and got the same error message, but might be missing other steps.

@msergein's workaround got vscode on linux (gnome shell) working as expected. Only slight correction in `settings.json` is the missing commas: ```json "window.titleBarStyle": "custom", "window.customMenuBarAltFocus": false, "window.enableMenuBarMnemonics": false, "window.menuBarVisibility": "visible", ```

Good find! I confirmed that on my end too. Wasn't documented as far as I can tell