Yan Kevych

Results 7 comments of Yan Kevych

In my case noted multiple anaconda servers keep running when anaconda stops responding to GUI. So to reset it, closing ST3 and manually killing jsonservers is required. Not sure when...

Pre: (user-settings) "anaconda_linting_behaviour": "load-save" Anaconda v2.1.26 In my case steps are as follows: 1. Open sublime with project and multiple py-files in tabs 2. Edit file. 3. Press Ctrl+S (save...

It appears that there are multiple events involved and using on_load solely is not an option since it even might cause performance issues while typing in ctrl+p box. https://forum.sublimetext.com/t/on-load-induced-by-preview-in-goto-anything/6931/3

(related enhancement) Please add keyboard shortcuts display for main menu entries. This would eliminate the need to visit "Preferences -> Key bindings" for reference.

Minimal project to reproduce: https://github.com/ykvch/pytestwarning In my case warning appears when package: * installed (`git clone https://github.com/ykvch/pytestwarning && pip install -e pytestwarning` for package above in separate venv) * has...

At https://packaging.python.org/guides/packaging-namespace-packages they say: "While this approach is no longer recommended, it is widely present in most existing namespace packages." So, for me it's not quite that obvious on weather...

@blueyed yes, general note for those, who still may experience this to show that there might be an alternative reason (and provide solution). You're right that comment above should be...