Wolfgang Mehner

Results 78 comments of Wolfgang Mehner

We're using this successfully in a production environment with several hundred users. It succeeds in solving the problem of the "403 Permission Denied" errors for us. We would really appreciate...

May I suggest the branch from @mazenaissa https://github.com/oauth2-proxy/oauth2-proxy/pull/1708 . It implements some nice features, like e.g. some configuration for the CSRF cookies. In particular, you can configure a separate expiry...

Just so we do not miss anything, here comes some probing: While you're in the buffer with the source code you are trying to compile, what is the output (on...

> I don't have the GUI, but I presume you're referring to the C_CExtensions variable? How can I check that in text mode? Use the map \rs (or whatever your...

Don't worry, computers drive us all insane. 1. You actually have to specify the compiler and linker flags separately. And g:C_CFlags has to cause compilation only (this behavior has to...

Do a fork and I either pull it or I commit your patch, which I can also get from the pull request. Should not appear in the troubleshooting section though,...

https://github.com/WolfgangMehner/vim-plugins/wiki/Contributing

Sorry for the long response time. The [new version of Perl-Support](https://github.com/WolfgangMehner/vim-plugins/commit/53d963d5d838958cf84b889a4621007b83ac2a25) I just uploaded now includes "File Skeletons". You can specify the list of templates to be included if you...

Sure, you can use it. Do you require anything from me for that? (For the rest of this month I will not have a lot of time, sorry.) There is...

All hardcoded maps start with a mapleader configurable via `g:Lua_Mapleader` (default is `\`): https://github.com/WolfgangMehner/lua-support/blob/master/doc/luasupport.txt#L787 There are some additional maps in `ftplugin/lua.vim`, which are easy to remove: https://github.com/WolfgangMehner/lua-support/blob/master/ftplugin/lua.vim#L41