Results 28 issues of olfek

CLI `injectManifest` `--watch` does not watch `swSrc` in `workbox-config.js`, or (the config file itself?)

CLI `injectManifest` `--watch` option documentation is missing https://developer.chrome.com/docs/workbox/modules/workbox-cli#injectmanifest

### Proposed topic or title .NET Core MVC Web API [NULL vs UNDEFINED] ### Location in table of contents. _No response_ ### Reason for the article https://stackoverflow.com/q/79718638 ### Article abstract...

:watch: Not Triaged

Assets are emitted even when there are TypeScript errors. I see `TS2304` errors **and** `[emitted]` next to the file which contains these errors. Weird.

`JTDSchemaType` has no `id` or `$id` property

bug report

https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/tabs/Tab#title

https://github.com/penge/block-site/blob/00d340a493a77603d40cfd01576f438676a12d55/src/helpers/find-rule.ts#L25 `replace` here means I cannot use regex meta sequence `.` - for example `.{3,}` https://github.com/penge/block-site/blob/00d340a493a77603d40cfd01576f438676a12d55/src/helpers/find-rule.ts#L29 `replace` here means I cannot use regex quantifier `?` - for example `y?` https://github.com/penge/block-site/blob/00d340a493a77603d40cfd01576f438676a12d55/src/helpers/find-rule.ts#L30...

No way to get "byob" reader ``` new DecompressionStream("deflate").readable.getReader({ mode: "byob" }); ``` Chrome (`139.0.7258.155`) on Windows gives error - ``` Cannot use a BYOB reader with a non-byte stream...