Stevie-O

Results 11 issues of Stevie-O

This isn't an issue, per se, but I couldn't find a better place to put it. I'm working on a project that involves merging several individual assemblies into a single...

up-for-grabs
enhancement

Commit 46fba5bc134704f5cf5a059aa445a88a2b34056c changes the 'Targets' file to do some sort of unescaping magic. Apparently, this unescaping only works correctly on MSBuild version 4; when the build runs, MSBuild attempts to...

I tried to to create a parser and test it (which was a challenge, because I can find no examples documenting how to properly _use_ the generated code), and I...

bug

(Note: I found this in the C# version. I don't know if the bug exists in the Java version, though I expect it does.) When a Tokenizer is initialized, all...

bug

It may seem incredible, but even in this day and age, there are regions without ubiquitous Internet access. They're generally rural areas. Rural mountain areas are arguably the worst, because...

The automated firmware backup logic appears to makes the following assumptions: 1. That the selected USB drive is not already mounted somewhere else 2. That the USB drive is formatted...

The `firmware-util.sh` script performs two unrelated tasks: 1. Downloads the latest version of the main script files 2. Sets up the execution environment and runs the main script code This...

The first thing that `firmware-util.sh` does is download `firmware.sh`, `functions.sh`, and `sources.sh` from the `master` branch. If someone has the bad luck to be in the middle of running that...

Windows 10, Powershell 5.1.19041.1320 ```powershell Import-Module ThreadJob -MinimumVersion 2.0.3 if (-not (test-path test-dir)) { mkdir test-dir | out-null } cd test-dir Write-Host "Current directory: $(Get-Location)" $job = Start-Job -ScriptBlock {...

Git worktrees have a .git _file_, rather than a .git directory.