Abraham Williams

Results 106 comments of Abraham Williams

I'm not sure what you are posting about. Please explain what you are trying to do, what you expect to happen, and what is actually happening.

It should work without issue on other versions of node, I haven't had time to update official support yet.

I would like to support v2 formats but haven't had time to work on it yet.

I temporarily worked around this with adding `gem 'sass'` to `Gemfile`.

This could probably be fixed by setting a [canonical tag](https://developers.google.com/search/docs/advanced/crawling/consolidate-duplicate-urls) on all the old versions. ``

Maybe there is an npm JS API or `npm publish --dry-run` could be used to get the list of files that will be published and match against that.

Nice. `npm-packlist` looks particularly useful.

v3.0.0 has been released with partial support. ```sh pkg-ok packages/name-of-package ``` I'll leave this open though as I do think glob support would be great for monorepos. ```sh pkg-ok packages/**...

This looks like a potentially great implementation. https://github.com/andreasbm/lit-translate/

Lit has a localization process now. https://lit.dev/docs/localization/overview/