Results 127 comments of evandrocoan

What would the the unit? i.e., `--keep-storage 50` means 50GB or MB of cache ?

I just tested and this command `docker builder prune --keep-storage 5000000` always cleans up all my caches. Shouldn't it accept a value and only clean up to that value?

I am not sure if it is only this, as only took me about 1 minute to enable debug mode and try again, however this time it did not hit...

I think that would be enough: 1. To detect that there is 2 channels 1. That on channel 1 there is a renaming from `ABC` to `CDF` 1. That on...

There is already the package file `package-metadata.json` with some info about the package. That file could also note from which channel does the package come from. And this data could...

I just implemented on my fork some simple form of check for it https://github.com/evandrocoan/PackagesManager/commit/f277a08fd6693738b6f10ac5b438d06c856207b3 It will not rename the package if the `package-metadata.json` URL's differ. For example, Package Control wants...

Probably related to: 1. https://github.com/SublimeText/LaTeXTools/issues/1226 Autocompletion is slow and sometimes it is blocking Sublime Text for ever with 0% CPU usage Sublime Text has a bug which causes it to...

Related to: 1. https://github.com/SublimeTextIssues/Core/issues/358 Big file support 1. https://github.com/SublimeTextIssues/Core/issues/1463 Packages are allowed to hang Sublime Text Indefinitely 1. https://github.com/SublimeTextIssues/Core/issues/1481 Sublime continues searching in files after result tab is closed 1....

> Now, however, (and for the last month or more), "Goto Definition" always opens the destination in a new tab in the current group. I like this new behavior. Please,...

I mean what is written. If I do not call `sublime-text-2-buildview` build command, the new tab does open when I built. But after the first time I call ` sublime-text-2-buildview`...