herr kaste

Results 355 comments of herr kaste

Maybe I'm reading this wrong, then already sorry for the noise, but the downloader in ST is just a Command implemented in python. Why not patch it and grab https://github.com/wbond/package_control/releases/latest/download/Package.Control.sublime-package

The "new" crawler sees these packages just fine. GitLab only issues expiring tokens so it can be just that. It might be better to not use a token at all,...

This is all very open, you can download the db ```bash $ gh release -R https://github.com/kaste/pc-e02-thecrawl download crawler-status -p "workspace.json" ``` The only "wrong" value is probably "first_seen", as I...

Throughout Sublime Text we only ever have "last-one-wins" API's. We have one gutter icon per line, one tooltip per view. If regions overlap they render however they want. :grin: etc....

This sounds like a very useful addition but we need an implementation idea first.

Check the console for errors maybe? Also check in your user folder the GitSavvy subfolder with the themes it produced. You can guess by the filename for which view they...

Haha, yes it overwrites. Still you could diff the GitSavvy custom theme with the one you want to use. And also search and find where the background color might come...

Ugly. But for the graph/repo history view we use the same procedure for years. Ideally, we would use this thing you created via "customize color scheme" as the blueprint and...

Very promising. For the tests: * Don't do the friends things if it only hides the actual usage of the mocks in the tests. * Maybe even the setup is...