Maxime Le Breton
Maxime Le Breton
Fixed by modifying the `strapi-generate-types`/`package.json` from this: ```json "dependencies": { "@graphql-codegen/core": "1.17.10", "@graphql-codegen/typescript": "1.22.3", "@graphql-tools/load": "6.2.8", "@graphql-tools/url-loader": "6.10.1", "@types/fs-extra": "9.0.11", "graphql": "15.5.1" ``` to this: ```json "dependencies": { "@graphql-codegen/core": "^1.17.10",...
@1000hz your solution works in `0.9.0` but doesn't in `0.10.2`: https://github.com/1000hz/bootstrap-validator/issues/96#issuecomment-87521676 any ideas?
@1000hz here is a [jsbin.com/resivujore](http://jsbin.com/resivujore/1/edit?html,js,output) with your https://github.com/1000hz/bootstrap-validator/issues/96#issuecomment-87521676 code on `0.10.2` version if you have time to look. thanks!
@1000hz updated example with `0.11.5` [jsbin.com/jinagorole](http://jsbin.com/jinagorole/1/edit?html,js,output)
@IAkumaI I just updated the readme with **.crx** and **.zip** links.
Wich shortcut you suggest? `Alt+Shift+Q`?
Did you click on "Import these rules in Javascript settings" button ? And make sure that the synchronize checkbox is checked. 
Can you try the 2.0 version and tell me if the problem still happen? https://github.com/maximelebreton/quick-javascript-switcher/issues/47