Robert Hencke
Robert Hencke
Given the following repository setup: - Repository is initialized with git flow - A hotfix branch exists on origin (say, `hotfix/1.2.3`) - No local hotfix branch exists. The following command...
This introduces alternate hovers for type info/doc info, trying to extract what is needed from the returned IDE info of `:docs-for`/`:type-of`. *This is not complete yet* - it's hard to...
In most command-line interfaces, dashes are used in place of underscores, for both arguments and subcommand names. (`git cherry-pick`, `svn co --ignore-externals`, etc.) This can be done in mando, but...
The current distribution URLs (at least) are broken: https://deb.nodesource.com/node_14.x/dists/focal/main/binary-amd64/Packages.gz https://deb.nodesource.com/node_15.x/dists/focal/main/binary-amd64/Packages.gz https://deb.nodesource.com/node_16.x/dists/focal/main/binary-amd64/Packages.gz They are being served up as `content-type: text/html` instead of the correct content type which you can verify by...
I couldn't think of how else to describe this. 
MOF strings have escaping rules that are not honored by the current xDSCResourceDesigner implementation, which can cause xDSCResourceDesigner to create MOF files with syntax errors. For example: ``` powershell New-xDscResourceProperty...
It would be sweet if digbuild compiled and ran on Mac OS X. For starters: `sarabi:digbuild roberthencke$ scons --boost-include-dir=/usr/local/include --gmtl-include-dir=/usr/local/include/gmtl-0.6.1 scons: Reading SConscript files ... Checking for C++ header file...
We have found a need for an alternate cloud retention strategy for our builds. The keep-until-idle strategy is very good, but the issue we hit is that our builds are...
**Describe the bug** Black's `--line-ranges` option does not completely prevent reformatting of code outside of the specified line ranges. **To Reproduce** For example, take this code: ```python print("format me" )...
This is useful if a package.json already exists or if there is a need to use package versions from package-lock.json