L
L
Just encountered this and implemented the exact same fix myself. Could we get this merged in so ppl don't waste effort again?
Of course. For me Vim is my primary editor, so I'd like to have control over the navigation of the page by keys such as j, k , , and...
For me it would be haskell, but if there is the C api I can see it easily used for Rust / Go / Python, etc.
这样还有一个好处是可以同时加多个任务给daemon,不像现在如果我用`lx download 0-2`下载都是一个一个排着序的
This is what it looks like when I have an `emacsclient -nw` in terminal connecting to an existing daemon started in GUI mode.  This is when I start a...
I tried it out but unfortunately it doesn't seem to support `spacemacs-theme` - it pops out a list of colorschemes after I trigger `color-theme-buffer-local` function but `spacemacs-*` is not within...
With the latest patch on `MonadCatch` instance for `Shell`, you can now easily handle exceptional cases like this. ```haskell gitOutput :: Shell (Maybe Line) gitOutput = (Just inproc "git" ["describe"]...
@lytex I'm not sure if we are talking about the same thing... My request for this issue is to be able to tap on a link pointing to a local...
I imagine something along the line of ``` pNewtype :: (Profunctor p, Newtype n1 o1, Newtype n2 o2) => p o1 o2 -> p n1 n2 pNewtype = dimap unpack...
I'm observing the same issue, and my IP is not within mainland China. Has weibo gone stricter on this?