pinggit
pinggit
I have no problem running "leetcode show 1" ``` || [leetcode show 1] || [1] Two Sum || || https://leetcode.com/problems/two-sum/description/ || || * algorithms || * Easy (45.03%) || *...
same here. ``` $ leetcode version -v _ _ _ | | | | | | | | ___ ___| |_ ___ ___ __| | ___ | |/ _ \/...
this is probably the only annoying thing left for this plugin: can this be fixed? ``` $ leetcode show 62 [62] Unique Paths https://leetcode.com/problems/unique-paths/description/ * algorithms * Medium (50.99%) *...
it works! thanks @ketankr9 !
exactly. another example is pymode
it looks curl does not work in cygwin64 C:/data/cygwin64/bin/curl.exe: error while loading shared libraries: cygmetalink-3.dll: cannot open shared object file: No such file or directory it works fine with cygwin32....
是的 近期用的非常多 几乎是唯一python使用环境。虽然有些问题 但是还可以克服。 Sent from my iPhone > On May 14, 2021, at 2:13 PM, RoachZhao ***@***.***> wrote: > > > @pinggit 所以你使用的这个插件调试Python么? > > — > You...
看来问题可以复现。 @sillybun 可能修复吗?:redraw 没用的
貌似一定不能手工ctrlD关掉repl。要用toggle。如果手工ctrlD关掉了,再用toggle,那么toggle会误认为我的其他buffer是repl窗口,而关掉它。。
最近刷题所以连续几个月每天都在用这个插件,碰到问题越来越频繁。。 给你录个gif吧。  这是跟nerdtree在一起使用的情况: 敲REPLToggle回车,当前文件消失。 再打开,再敲REPLToggle,当前文件再消失。 vnew开个新buffer,REPLToggle直接关掉了这个新buffer。 感觉toggle时候关闭错了buffer。 需要什么信息我发你。 如果这问题太复杂难解决,可否提供个手工打开的命令: ``` REPLOpen ipython REPLOpen bash ``` 关闭时候只要关闭term buffer就好?