Noah Sherwin

Results 162 comments of Noah Sherwin

While refactoring loops, I realized PowerShell can be too forgiving with `return` vs `continue` in loops. Specifically, when the loop body is provided as a ScriptBlock. This led to bad...

Current issue: local tests succeed whereas CI tests fail. `$ENV:SCOOP` is defined locally, but not in CI. This environment variable is necessary for bucket-related tests. > Describing Test-UpdateStatus > Error:...

I've noticed some error exit codes after successful `scoop update *` ops. The console logs don't indicate any errors occurred. I'll investigate these error codes before this is merged. EDIT:...

This is on hold until I can come back to it. There's only a few edge-case errors I'd like to address before updating the change log. One of the edge-case...

Closing as "Won't Fix" for housekeeping. This feature request won't be fixed here, but that may change if Semantic Release CLI adds a `--warn-tokens` or similar feature to continue dry...

Parsing the EXEs for the installation files will be infeasible. --- The EXE files' manifests contain the following: ```xml ``` Searching the entire win x64 installer for the ASCII string...

https://helpx.adobe.com/coldfusion/kb/coldfusion-downloads.html#:~:text=JAVA%20SE%208U431%20RUNTIME%20ENVIRONMENT Alternatively, Adobe redistributes JRE 8u431 in both EXE and ZIP forms without requiring sign-ins.

> I don't have anything to share in terms of roadmap, it's a feature we are interested in but it's unlikely that we'll be able to take it on in...

Using Packemon's experimental SWC compiler, the sourcemaps are correct...at first glance. I seem to only experience incorrect source maps when using the default Babel toolchain. Edit: swc isn't right, either,...

At https://github.com/coreybutler/nvm-windows/blob/f538704ab58d0d5583957f00cd1b08a304770f76/src/nvm.go#L745-L754 in `origin:master@HEAD`, the path passed to the unzip function is still incorrect. Corey, is your fix for this unmerged or not pushed yet?