Robbo
Robbo
What are you talking about? A tmp and cache folder is always excluded. A tmp folder is used for generated files. This issue is not resolved because if you exclude...
Nothing you have said has contradicted anything I have said. I have no idea why you are saying these things.
Yep for me if this had better vim multi cursor (I think I just need to rebind things to get the editors version to work, ctrl+d is being overridden by...
The commit description being cleared is extremely frustrating to the point I won't use this to commit anymore incase I close my draft to check something.
I did a long commit message the other day knowing to not close it because it decides I want to type it out twice. But little did I know that...
Yes, and I realize this is probably the wrong issue. The summary is always saved fine and the description is always lost. EDIT: **Works for me now.** I updated today...
> @Ciel-MC we accept contributions. Please send a pull request if you'd like to implement this. You comment this on a PR... open for 4 years.
Just noticed this and came here. If I stick to sublime then tabnine will be useless to me since I have it disabled now anyway. My delay isn't 5 seconds...
This `@ember/component` issue seems to be one that is being ignored. I downgraded because of it and then run into the issue with the `Ember` global.
I worked around this by adding the id into the class name and then using a wildcard CSS selector. ``` js ... .createClassApplier('annotated-text-' + annotation.get('id')); ``` ``` scss .annotated-text, [class^="annotated-text-"],...