Noah Sherwin

Results 160 comments of Noah Sherwin

That's fine with me. I can't imagine anyone using it other than for memes or for stuff like SPV3.

I agree, somewhat. It would be more convenient if it could simply be thrown it out and never thought about again. However, because it existed in a stable release, it...

Does this work properly with [CEnshine](https://github.com/Sledmine/censhine)?

Although it's not a solution, per se, you can use browser extensions as a bandaid fix. Personally, I use [Volume Master](https://chrome.google.com/webstore/detail/volume-master/jghecgabfgfdldnmbfkhmffcabddioke) due to its maximum of 600% volume boost. Keep...

I use a set of Win11 22H2 community themes (Win11Redux) patched via SecureUxTheme's ThemeTool. ADM's apply-theme behavior is different than ThemeTool's behavior. Namely, some text colors are not updated when...

In the meantime, I'll write an ADM script to call ThemeTool to set patched themes. It will require some manual set up because the SecureUxTheme Scoop package doesn't create a...

`@semantic-release/release-notes-generator` must be *before* `@semantic-release/changelog`. semantic-release/release-notes-generator is summarized as... > semantic-release plugin to generate changelog content with conventional-changelog

Additionally, release-notes-generator is not receiving `commit-analyzer`'s configuration. It's using default settings. You may want to configure its [`parserOpts`](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-parser#parseroptions) and [`writerOpts`](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-writer#options) to be similar to commit-analyzer's config. https://github.com/semantic-release/release-notes-generator#usage ---- Although it's...

``` Error: Cannot find module './node/.releaserc.yml' Require stack: - C:\Repos\HaloSPV3\HCE.Shared\file:\C:\Repos\HaloSPV3\HCE.Shared\node\dist\node\noop.js at Module._resolveFilename (node:internal/modules/cjs/loader:1048:15) at resolveFileName (C:\Repos\HaloSPV3\HCE.Shared\node_modules\resolve-from\index.js:29:39) at resolveFrom (C:\Repos\HaloSPV3\HCE.Shared\node_modules\resolve-from\index.js:43:9) at module.exports (C:\Repos\HaloSPV3\HCE.Shared\node_modules\resolve-from\index.js:46:47) > at file:///C:/Repos/HaloSPV3/HCE.Shared/node_modules/semantic-release/lib/get-config.js:38:85 at async default (file:///C:/Repos/HaloSPV3/HCE.Shared/node_modules/semantic-release/lib/get-config.js:36:11) at...

@easingthemes `extends` can be an array. You can also extend from a (non-YAML, non-TS) config file which extends from another and so on. In array form, the first config file...