JSS

Results 20 comments of JSS

I would agree (1). Triage on issues, fix high priority ones, also update dependencies.

Correct. But a duration created via a moment is normalized to milliseconds. So in essence, it becomes a fixed interval of 30 days. For irregular time intervals (such as months),...

Actually, the duration itself is created correctly. It's that the duration created via a moment cannot be used in a fixedWindowRollup since the rollup produces an error.

Spent two hours on this after an upgrade. Yes, the default seemed to change. Not seeing the fix in either the 3.0.1 or 3.0.2 commit.

I delete everything. Then `npm i` with: ``` "devDependencies": { "@babel/cli": "^7.12.10", "@babel/core": "^7.12.10", "@mdi/js": "^5.8.55", "@nuxtjs/eslint-config": "^5.0.0", "@nuxtjs/eslint-module": "^3.0.2", "eslint": "7.16.0", "eslint-config-prettier": "^7.1.0", "eslint-plugin-nuxt": "^2.0.0", "eslint-plugin-prettier": "^3.3.0", "prettier": "^2.2.1",...

For anyone else suffering. Just specify this config with the module: ``` ['@nuxtjs/eslint-module', { cache: false }], ``` This really impacts all sorts of things since no changes are detected....

Love this, tho does it follow the recommended practice of registering the shortcode on the init action hook? Seems this may register it earlier? https://developer.wordpress.org/plugins/shortcodes/basic-shortcodes/#in-a-plugin

Would also like some advice on this. There seems to be a lot of conflicting info on the web on how to exactly setup containerized Flannel via kubeadm. Mainly, do...

Thank you for the fast reply. Yes, for the short term I moved `@nuxtjs/vuetify` to `dependencies`. I will definitely update and check out `optionsPath`. Thx! 👍