herr kaste
herr kaste
If a file we rename is already open, it becomes orphaned. Use `view.retarget()` to tell Sublime its file name changed.
> I'm not a branches dashboard user but after looking at this it looks like a "bug". In the dashboard we have: > > > > ``` > > [p]...
Ideally, we had an UI where we could select which refs we're interested in. E.g. a preview of what the remote provides -- esp. highlighting the stuff we don't have...
See https://stackoverflow.com/questions/53742022/how-to-properly-use-verifynounwantedinteractions-in-python-mockito/54346862 `verifyNoUnwantedInteractions` only works when the user used `expect`. Clearly better candidates are `verifyExpectations` or the more verbose `verifyExpectationsAreMet`. That at least indicates that a `when` might not be...
This looks nice and should be translated to `atleast`. Applies to `verify` and `expect`. The equivalent `(,20)` is not possible as it is a syntax error.
Hi 👋 ! I have the following test code: ``` from collections import defaultdict from typing import DefaultDict from mypy_extensions import TypedDict RepoPath = str RepoStatus = TypedDict('RepoStatus', { 'branch':...
This is a bigger refactor and moves functions away from the root "sublime_linter.py". E.g. `hit`lands in `backend` and is exposed in `lint.__init__`. What's not in. Ideally I would have likes...
If a requested library is not available in one of the repositories, usually the channels "libraries_cache", fetch the information directly from PyPi. The core-feature is to automatically discover suitable versions...
PC has the notion of "dependent" or additional packages. These are defined in a standard "Package Control.sublime-settings" file, hosted by the package. (I.e. similar to the "dependencies.json".) Installing such a...