-
The most recent Chrome Web Store submission was rejected due to a "missing privacy policy".
Sadly there's little notice about where the privacy policy should be and how to link to it. Do we really …
-
Hi guys,
Since too Many HTTP Requests is one of the biggest contributors to performance problems in most web pages, I was thinking about the best route to concatenate JS / CSS files in hugo.
Do you…
-
When `import`ing `*.js` files from packages which have `"type": "module"` an `ERR_REQUIRE_ESM` error is thrown:
```sh
> node -r tsm index.ts
/home/max/Projects/repro-tsm-native-esm/index.ts:1
…
-
Hi, great lib!
There's an issue where `writeFiles` will fail if the directory of the output file doesn't exist.
For example, if `buildResult.outputFiles.path`=`src/index.js`, and `src` doesn't ex…
-
## WS-2020-0208 - Medium Severity Vulnerability
Vulnerable Library - highlight.js-9.18.5.tgz
Syntax highlighting with language autodetection.
Library home page: https://registry.npmjs.org/highlight.…
-
## CVE-2021-23368 - Medium Severity Vulnerability
Vulnerable Library - postcss-7.0.35.tgz
Tool for transforming styles with JS plugins
Library home page: https://registry.npmjs.org/postcss/-/postcss…
-
Durring the last big refactor I commented out the existing bookmark bar overflow code as I wasn't very happy with. How bookmark sub folders work needs to be completely refactored so as part of that wo…
-
When opening multiple subfolders it's possible for the folder to rendered partially off-screen. Might need to add some logic to check if the folder is within the viewport bounds on open.
-
Thanks for https://github.com/lukeed/uvu/pull/143 changes.
But I still can’t run test. [Repo](https://github.com/ai/nanodelay/tree/uvu).
```sh
$ npx tsm node_modules/uvu/bin.js test **/*.test.t…
-
On the `next` branch the logic behind rendering bookmark subfolders has been rewritten.
Before it was CSS based for layout etc. which was great for performance and simplifying logic but had limitat…