Ferenc Erki

Results 170 comments of Ferenc Erki

For reference, I'm running something like `cpanm --local-lib ${GITHUB_WORKSPACE}/local --installdeps .` when I'm in this situation in a GitHub Actions workflow. Notably in this case, any caching of the `local`...

There's an update to the [discontinuation announcement](http://worldwidemann.com/finally-terminated/) which mentions [iTerm2](http://iterm2.com/). Also [Terminology](https://www.enlightenment.org/about-terminology) comes into my mind.

I also have this issue with i3wm. @Vreality seems to be using a similar one (awesome perhaps?). That may be a clue for someone with more knowledge about the internals...

@p-e-w: I also have this issue on a MacBook Pro using Gentoo with i3wm. You were wondering on #375 about what differences are there between those systems that have issues...

@lantw44: I belive that you are seeing issue #52 now..

@CurtisLeeBolin: IIRC, on Debian, you would need to install the -dev "versions" of the dependencies if you would like to compile and link against the headers/libraries, e.g. try running `apt-get...

@CurtisLeeBolin: ah, sorry, you're right, I missed that version mismatch :)

vim-textobj-quote and the other plugins mentioned here (auto-pairs, pear-tree) are using `inoremap` to map various keypresses in insert mode to execute their own functions. I believe that results in a...

Using `travis logs` gives me the following error message: ``` SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get local issuer certificate) for a full error report, run travis...

[Text::SlackEmoji](https://metacpan.org/pod/Text::SlackEmoji) might be interesting here for the replacement (and for generating the emoji list from Unicode specs too, I believe).