Pavel B.

Results 9 comments of Pavel B.

Unfortunately VS installer doesnt create shortcuts for command prompts other than VS 2022, even if you install other toolchains as well, so you have to create them manually (or call...

Also, the link on https://www.npmjs.com/package/react-router-dom also points to https://github.com/remix-run/react-router/blob/main/docs/start/tutorial.md

layers and groups are different concepts in vector image editing tools like excalibur/inkscape. I'm not sure if pixel editors like GIMP even have the concept of groups(they can emulate it...

I think I have the same problem with no copilot suggestions appearing in the cmp menu

There is no world where using dictionaries (HashMaps) instead of classes gives you any performance benefits. Classes have compact static layout as a rule, and even in the worst case...

And if you want proof that Dictionaries are in fact worse in terms of performance, here you go a little test: ```swift func test_normal_class_init() -> Array: var objsArray := []...

I think this might have something to do with this function in `/run/samba.sh` file: ```bash addShare() { local dir="$1" local ref="$2" local name="$3" local comment="$4" mkdir -p "$dir" || return...

yes this currently drives me nuts I have a theme file in the project, that I dont even touch Every time I start godot, just start, I dont even change...

You will need a custom *.iso to disable TPM checks. Rufus can do it for you, and then write it to a usb stick. You will just need to convert...