Tom Bertalan
Tom Bertalan
@nixsee @tchayen Worth mentioning--performance is not the only reason that you might want to cache node locations. It's also valuable to encourage some consistency in their location from run to...
@tsantzi 's script works for me (Ubuntu 20.04), but I agree this should be fixed in subl itself. If it requires some WM-specific code, then that's probably just the cost...
Ah, no, I spoke too soon. It seems that, even with `ps aux | grep subl` returning no results, `subl -n` (or `/opt/sublime_text/sublime_text --new-window`) insists on opening on a different...
Oh, sure, if I were to go the config-editing route, I'd probably use the python stdlib. But I'd still be deleting things that subl thought were important to save, which...
@adip1343 Thanks, that seems to work on Windows, at least. I'll keep the workaround on Linux, and I guess check back in a few months (or maybe whenever I update...
I think this counts as a bug--it's understood that wikilinks should be resolved by search, but the assumption is that "true" links should be either relative or absolute. It could...
This is a nice idea. The [BSD 3-clause license of GPyOpt](https://github.com/SheffieldML/GPyOpt/blob/master/LICENSE.txt) seems pretty permissive (although it might be a good gesture to contact the authors and let them know). This...
This is #444 and #465 , I think.
As a similar ask, it would be nice to be able to do something like ```breadcrumbs type: tree dir: down depth: -1 order-by: next ``` (with the `order-by` an imagined...