gekkedev
gekkedev
When trying to read `.po`-based language files, I run into a `SyntaxError: Unexpected string` based on this call (in an `else`-closure): https://github.com/pixari/vue-i18n-extract/blob/1ed4c301636c73cd0cc32e94109bc7e02d7880e6/src/create-report/language-files.ts#L33 It looks like there is no support for...
Prettier introduced this new ["great" feature of placing only one class in every line](https://github.com/prettier/prettier/issues/10918) - infortunately this [surfaces in Vetur as well](https://github.com/vuejs/vetur/issues/3156). Combined with *Headwind*, I notice a strange flickering...
In the [other license file](https://github.com/juliomrqz/nuxt-optimized-images/blob/develop/LICENSE) it's correct already.
https://github.com/rogden/tailwind-config-viewer/blob/9bfd021552fb67345bd52576960685e8c25f8ff4/package.json#L56 Could you bump `core-js` to version 3? It's [better](https://github.com/zloirock/core-js/blob/master/docs/2019-03-19-core-js-3-babel-and-a-look-into-the-future.md) and version 2 already throws warnings when still being installed: ``` warning tailwind-config-viewer > [email protected]: core-js@
https://github.com/nuxt-community/google-fonts-module/blob/e08d4aba3c123d65eee8cd1d11cd176bc40d620a/package.json#L11 According to this line, there is a `.d.ts` file to be imported but I cannot find it within the tarball: ``` $ ls ./node_modules/@nuxtjs/google-fonts CHANGELOG.md lib LICENSE package.json README.md...
aligns with the readme file, but left out deprecated property `imports` fixes #27 not sure how to map the `fontawesome` key directly - could we somehow create an interface that...
Using Fontawesome Pro I installed the package `@fortawesome/fontawesome-pro` as their [documentation](https://fontawesome.com/how-to-use/on-the-web/setup/using-package-managers) recommends. When using a duotone icon (premium), e.g. [stars](https://fontawesome.com/icons/stars?style=duotone), I am told by the Nuxt development server to install...
AFAIK there are no type definitions; or are they in a different module?
Is there a reason why apt-get clean is not being run after installing the dependencies? As far as I understand, these images are ready to go for using NPM/Yarn and...
The file [karma.conf.js](https://github.com/karma-runner/karma-firefox-launcher/blob/master/karma.conf.js) is configured for the browser configs `Firefox` and `FirefoxHeadless` whilst the Readme features an example karma config using `Firefox`, `FirefoxDeveloper`, `FirefoxAurora` and `FirefoxNightly`. Only diving into the...