Deckluhm

Results 20 comments of Deckluhm

`gem list` lists gems installed on your machine, not gems used by your Rails app. Use `bundle list | grep foundation-rails` to check if `foundation-rails` gem is used by your...

https://github.com/vuejs/vue-jest/issues/175#issuecomment-575043315 fixes the issue without needing to change the code.

Is that valid to have `;` to separate JSON elements? (I'm pretty sure that the answer is "no")

Thank you for the quick response @Alecyrus. I don't really understand why yUndoPlugin needs to focus the document? I will keep the issue opened as it seems to be a...

> This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 7 days Just commenting...

> This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 7 days Just commenting...

> This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 7 days Commenting because...

I think the release tag was created from the wrong branch. See https://github.com/facebook/PathPicker/issues/412#issuecomment-1098848861

After upgrading `@nuxtjs/eslint-module` to v4, I got the following warning while running my Nuxt 2 (non-Bridge) app: ``` WARN Module @nuxtjs/eslint-module is disabled due to incompatibility issues: - [bridge] Nuxt...

Can you please provide a CodePen reproducing the issue?