Christopher Slycord

Results 11 comments of Christopher Slycord

Also, if implemented, it's a good idea to scan the docs for the same. For instance, at https://docs.chocolatey.org/en-us/faqs it states "you could force the reinstall of that same version of...

> What is your definition of 'reinstall'? "to install something again" With that definition in mind, it seems like a "reinstall" action should behave similarly to "install" with respect to...

> https://askubuntu.com/questions/989780/prevent-aria2c-from-uploading-torrent-files > > This does it for me. It doesn't, though. It only tells you how to prevent it after the download is complete. The other answer points out...

> formatted using [code blocks](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks): > > ```shell > gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF > gpg --export 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF >out > cat out|gpg --dearmor | sudo dd of=/usr/share/keyrings/mono.gpg > rm out...

On my system, I can see the Chinese characters in the console and they show up in the PDF. The console output is likely related to the LOCALE not being...

> added softlink > 'current_weights.h5' -> 'best_weights.h5' In the repo, the symlink is to 'model1000.h5', not 'best_weights.h5'. It shows up as a broken symlink after cloning, because there's no file...

I changed it to match the spacing used in the original as closely as I could. It reduced the number lines that are showing differences now. Hope it helps.

Now, the variables are moved to the top. Though it seems that the editor changed the spacing again. After this PR gets incorporated, I'll see if I can make a...

"we are still creating a subshell" The option with {} doesn't create a stubshell. On Fri, Dec 29, 2023, 7:18 PM Kasper van der Heijden < ***@***.***> wrote: > Nice...