Dominique Wahli

Results 14 comments of Dominique Wahli

Same issue here. On the Jupyter Notebook output I have this line: `[W 14:11:40.594 NotebookApp] 404 GET /%20/api/kernelspecs?1492517500564 (127.0.0.1) 21.00ms referer=None` Note the `/%20/` at the begining of the URI....

I also saw this problem but as the code of this plugin didn't change for months, I think the problem is in ST3. What's your version of ST3 and OS...

I didn't use sort_on_load_save feature, only the manual call to sort. This feature didn't work well with the latest version of ST3, but even the manual sort have the issue...

I think this issue is an ST3 issue, I'm pretty sure I've already encountered it without running this plugin. Maybe you can try this other plugin that do the same...

Not sure it's a good idea to _always_ sort this way, I will think about... In the meantime, you can do it yourself by creating a new plugin containing something...

Does the plugin in my previous comment works as you expected ?

The code doesn't work anymore in ST3, you must use: ``` python from SortTabs import sort_tabs from itertools import groupby class SortTabsByNameNumericalCommand(sort_tabs.SortTabsByNameCommand): '''Sort Tabs by file name (numerical)''' sorting_indexes =...

I have not considered switching from ST2 to ST3 until today Build with Jump Back and Jump Forward command. Now is tempting... So I will updating my plugins but not...

Sorry for the late answer. I only use Oracle on a Windows box, so I've no idea what to do on other OS to make it works. But doesn't the...

Thanks for your quick reply. So basically the only thing to change is the sqlplus binary name ? And add the configuration steps to the readme.