Lucas Arnström
Lucas Arnström
I have the same issue using i3 as well.
Personally i would like to be able to disable the fading. The fading makes the workspace switching less rapid and slow.
@richardgv thanks, that fixed it :) personally i can live without the open/close fading :)
Dumping out the response from Jira and then searching it yields no matches for `issuelinks`.
I have been able to patch the importer to get it to work. And have been able to import a project now. However, I have not verified if my patch...
The stacktrace: ``` InternalError: "too much recursion" resource webpack-internal:///./node_modules/devour-client/lib/middleware/json-api/_deserialize.js:65:1 collection webpack-internal:///./node_modules/devour-client/lib/middleware/json-api/_deserialize.js:61:12 collection webpack-internal:///./node_modules/devour-client/lib/middleware/json-api/_deserialize.js:60:10 attachHasManyFor webpack-internal:///./node_modules/devour-client/lib/middleware/json-api/_deserialize.js:161:12 attachRelationsFor webpack-internal:///./node_modules/devour-client/lib/middleware/json-api/_deserialize.js:137:16 resource webpack-internal:///./node_modules/devour-client/lib/middleware/json-api/_deserialize.js:115:32 createBaseFor webpack-internal:///./node_modules/lodash/_createBaseFor.js:17:11 baseForOwn webpack-internal:///./node_modules/lodash/_baseForOwn.js:13:20 forOwn webpack-internal:///./node_modules/lodash/forOwn.js:33:20 resource webpack-internal:///./node_modules/devour-client/lib/middleware/json-api/_deserialize.js:100:3 helpers.js:73 ```
The issue is most likely that the two models ServiceAuthorization and Service both relate to each other and are both included in the response from the backend.