ShadowCreator250
ShadowCreator250
Downloading the home directory (aka the master/main branch) of a repository with the `&rootDirectory=false` flag gives you a zip where the root directory (named `-`) is still present. This is...
The placeholder text of the title/comment sections for creating an issue are still black and therefore not readable. When I then begin entering text the placeholder text gets moved up...
The [MultiMC](https://github.com/MultiMC/Launcher) team decided against continuing the use of GitHub Releases for its releases. So Scoop cannot use those anymore to know when a new version was published. Apparently, [Tags](https://github.com/MultiMC/Launcher/tags)...
[this is a duplicate of #9302, but with correct version in header] Postman is currently (since Sep 15th 2022) rolling out v10 of their product in a closed early access...
This will make it easier for not so experienced players to find out what they should fetch & (through the wiki) how to get it. This option can be a...
**Describe the bug:** In the [README](https://github.com/khmarbaise/maven-it-extension/blob/1f781b68f83d292f69f359bc898890c8f175b56c/README.md) the min version is listed as `Apache Maven 3.8.4 or above`. In the [source code of the userguide](https://github.com/khmarbaise/maven-it-extension/blob/1f781b68f83d292f69f359bc898890c8f175b56c/itf-documentation/src/main/asciidoc/usersguide/usersguide.adoc#configuration.user) docs it is listed as `Apache...
Apparently, this extension doesn't recognize numbers (anymore). I know from #27 that it once had this feature. Numbers are now only recognized as simple properties (`Command Palette > Developer: Inspect...
It would be cool to have a link to a documentation of the `svn-all-fast-export` command arguments in this repository (README). Like this one: [Ubuntu Manpage: svn-all-fast-export](https://manpages.ubuntu.com/manpages/trusty/man1/svn-all-fast-export.1.html) I just noticed, that...
The command documentation in the [Ubuntu Manpage](https://manpages.ubuntu.com/manpages/trusty/man1/svn-all-fast-export.1.html) states for the `Path to subversion repository`: > Path to subversion repository is a backup copy of the subversion repository. Note that an...
### Code editor VSCode v1.89.1 ### Platform Win10 ### Version [email protected] ### What steps will reproduce the bug? ```bash my_function() { local _my_var="test" _my_var=42 } $ ``` ### How often...