Cameron Tacklind

Results 134 comments of Cameron Tacklind

Are all of the changes to the download page finished? I'm happy to rebase/redo these changes, if necessary. Are we waiting for #56774 to land?

> test that an absolute path (network share) is forbidden for i. e. `output.filename` > > ```js > output: { > filename: "//computer/share/path" > } > ``` > > This...

I think I see what you're saying. How would that differ from just testing that a path starting with `\\` is allowed in `output.path`?

I still intend to finish this but this has been kicked low on my priority list. If someone else wants to add the tests, please feel free. I might get...

Adding to this confusion... the types for `SSH2Promise.shell()` seem incomplete. TypeScript server thinks it only takes 1 argument of type `any`, from the `BaseSSH2Promise` type, but it the base implementation...

Fix ssh2-promise's `any` types with this LLM generated type override. Create `ssh2-promise.d.ts` anywhere Typescript will find it. ```ssh2-promise.d.ts /** * Type declarations for ssh2-promise that override the default any types...

@danielniccoli Where did you get this struct? I'm trying to do my own decoder in TypeScript supporting Space Age as well: https://github.com/cinderblock/factorio-blueprint-converter

I've been looking with Ghidra but I haven't used it before... a lot to go through, even with the debug symbols. Did you find the function that decodes the blueprint...

I have not made any manual changes to boot partition. I think I used rpiboot to flash the NVMe with HAOS via Raspberry Pi Imager ~1.5 years ago. Here are...

Moved the NVMe to a CM5 IO Board to test with a display. No output on HDMI. Doesn't even show network connection lights on the switch/RJ-45. Red Power LED comes...