Merlyn Morgan-Graham

Results 33 comments of Merlyn Morgan-Graham

You don't need `foreach`. You also have to expand the group using `%` instead of `%f` inside the command. Try: ``` : |> mv % %o |> %B ``` See...

Yep, my bad. For the `mv` command, that type of group expansion would not work.

@Rocknest that looks about the same as this post? https://github.com/ziglang/zig/issues/1717#issuecomment-444200663 Looks like three people now have been somewhat in favor of that idea, especially because of that inline anonymous function...

I already know how to fix this in my bower.json, I just wanted to see if supporting the changing of dependencies for a component was something worth adding. Here's a...

Instead of manually copying by hand, I had luck with putting a bower.json in my `app/assets` directory with the polymer components, and pulling down the files from there via bower....

This file is not perfect though :) I think it has problems with bold/unbold. I can upload a sample clang output if that is useful.

It works pretty well out of the box. This also looks like way less of a headache to understand and configure. I had user settings already, and it puked on...

- Godot 4.2.2 Stable - nVidia RTX 3080, 2x monitors, connected via DisplayPort. - Proprietary driver 550.78, on Arch. Fresh install of the whole OS. New empty project. Forward+ and...

I poked around in the code a bit, and I believe this is due to the QT event loop and SDL event loop both being written so they block their...

The fix in PR #1829 solves the problem as initially stated in my original report. I can use cheats and the window is responsive. There may need to be additional...