herr kaste

Results 355 comments of herr kaste

Does PC any of this already? I thought it just just disables/enables the package, but doesn't touch e.g. `sys.modules`. (So hot-reloading would out-of-the-current-box/state-of-the-current-art for the simplest possible plugins. Even `GitSavvy`...

It is currently not possible in the tooltips. You can right click on such a link in the error/diagnostics panel if I'm not mistaken. We had this: https://github.com/SublimeLinter/SublimeLinter/pull/1480 but that...

Yes, the look of the popup changed since then. E.g. ![Image](https://github.com/user-attachments/assets/f72fb7f9-6ba9-424d-84dd-6aeee133462e) However, we can have multiple errors which looks like this: ![Image](https://github.com/user-attachments/assets/42bfec0f-2e64-4952-9998-f05cca44eb7e) In such a case, "Copy" really copies the...

It is just that Sublime renders the emojis (💡) strange. They tend to be too big and with odd spacing. These popups show multiple errors. Right now, the Copy link...

A sidebar must be programmed like anything else in GitSavvy/SublimeText. Not sure what the proposed workflow for this layout is. Neither what the low hanging fruits are here (which is...

The package has a few flaws. Namely https://github.com/wqeqwqeq/SublimeText4-SQLOdbc/blob/master/_a_.py writes to the user preferences and changes the global `sys.path`, and https://github.com/wqeqwqeq/SublimeText4-SQLOdbc/blob/master/Default%20(Windows).sublime-keymap registers keybindings (esp. chords) by default. I don't know if...

Same for normal views. Fixable by forcing the plugin to run on py33. Noticeable is that on py38 typing lags, e.g. ipython really has some input lag. Downgrading to py33...

That makes it hard to fix as it looks like -- py38 itself cannot be the cause, can it? -- that the dependencies, the specific versions that load for py38...

Ok. I cannot reproduce this on the command line, in an ipython repl running 3.8. Code to execute is ``` >>> from winpty import PtyProcess >>> proc = PtyProcess.spawn('python') ```...

One would think that after the rendering, everything GitSavvy would be done. "lot of open files" -- You mean huge amount of open tabs ... Generally it is not faster...