Clement Cheung
Clement Cheung
See https://github.com/devcontainers/cli/issues/699 for details ``` /workspaces/cli/dist/spec-node/devContainersSpecCLI.js:6107 return paths.every((q) => q[0] === fn) && dirs.every((q) => q[0] instanceof Set && q[0].has(fn)); ^ TypeError: Cannot read properties of undefined (reading '0') ```...
Also move a template from common to classic stock since it requires classic stock resources.
Similar to https://github.com/Angel-125/Pathfinder/pull/46. Rational Resources have a lot of custom resources and tweaked production formulas. Letting people build their own storage is easier than adding all of them directly.
Fixes #42 This is because the color tag is not paired. So the game rejects the invalid HTML and treat it as text. Tests: Rebuilt DLL and tried it in...
All templates that contains any OmniConverter seems to have the HTML description rendered raw. Like literally "OmniConverter 1" in the UI. Moved bug from Pathfinder https://github.com/Angel-125/Pathfinder/issues/43
Rational Resources mod in CRP play mode made many custom changes to resources. It also comes with modlets that could potentially change Workshop resources like MetalOre and Metal. It's probably...
Fixes https://github.com/Angel-125/Pathfinder/issues/41 Judging by other code in this repo, looks like BARIS dependency is supposed to be removed. Instead of ModuleBreakableConverter in the template, everybody else now gets a ModuleQualityControl...