deathaxe
deathaxe
@FichteFoll : This was the first time I got in touch with that RELEASE / PRERELEASE thing on GitHub. I previously didn't care about it at all - using only...
@jisaacks and @r-stein : We should maybe release a V1.5.1 to fix the Issue #381 for common users? I guess many will struggle with it.
Temporary files are created using python's `tempfile.mktemp()` function. Maybe it returns equal names if too many files/projects are open?
Also note, GitGutter just calls `view.set_reference_document()` to give ST's internal minidiff something to compare against. So what you see on gutter may differ from plain `git diff` results, especially after...
I havn't done much about GitGutter at all as most of its features are part of core ST right now. I thought about a more "lightweight" variant to handle stuff,...
Installing or updating a package triggers install/update of all used dependencies/libraries. So this PR is probably no longer required.
Libraries are not yet updated independently, but your implementation wouldn't work at all anymore as they are no longer handled as a kind of package. I guess I kept this...
I'd be curious whether it stil happens in four-point-oh branch as it ships with latest oscrypto libs.
Basically not, I hope. I've tested migration from PC3.x to PC4 several times with success on Windows and Linux (Elementary OS). It should convert the library structure (move all to...
Caused by #4901