Michael Gibson
Michael Gibson
`"\"echo\""` is ran as `\"echo\"` but should be ran as `"echo"`. `"""("echo")"""` is ran as `(\"echo\")` but should be ran as `("echo")`.
As a workaround, I got grep to work by removing all quotes and escape backslashes. `"""(grep -q "^...folder\.com/")"""` for now has to be `"""(grep -q ^...folder.com/)"""` - apparently I don't...
Yes, version 0.11.1 ```$ git commit -m "foo" Found configured hook: pre-commit Running command: ("echo") '\"echo\"' is not recognized as an internal or external command, operable program or batch file....
This is still an issue with v2.9.6 on Linux. 1. Using GitHub Desktop make commit a png to your repository (1st commit). 2. Now rename the png. 3. Notice in...
Please add the the down arrow found on the right side of "Event" blocks to the "Add Event" block. This dropdown menu could always contain "Paste Event", but have it...
Is this more readable and not conflicting with other syntax? ``` let Ok(value) = fetch() else { return Err(value) } return value; ```
$XDG_RUNTIME_DIR is setup correctly. Rebooting did not fix. Editing ~/.config/containers/containers.conf to the following did not work: ``` [engine] cgroup_manager = "cgroupfs" ```
Thanks @debarshiray, here is output: ``` $ podman start --attach fedora-toolbox-39 level=debug msg="Running as real user ID 0" level=debug msg="Resolved absolute path to the executable as /usr/bin/toolbox" level=debug msg="TOOLBOX_PATH is...
``` $ toolbox run --container fedora-toolbox-39 ls Error: failed to initialize container fedora-toolbox-39 $ ```
It is an idea and pseudo code for a feature request who's usefulness might not be assessable til wizer works with emscripten and a game engine's wasm like Godot or...