Dirk Roorda

Results 86 comments of Dirk Roorda

Ah, I think I see a pattern analogous to #726: wsgi logging uses the Log directives found in the same scope as where the WSGIDaemonProcess is. If there are other...

The minimal WSGI script did not give any clues itself, but it helped me to rule out a bunch of things. I am working on an SELinix system which also...

> If you set LogLevel to info, does mod_wsgi at least output any internal messages about WSGI script loading etc? Yes. And that increased my confusion. I thought: web2py is...

> As to web2py, it isn't regarded as a very WSGI friendly web framework and personally I wouldn't recommend it. If using it, I would not be surprised if it...

I have the same error!

I have something similar with vimgrep and I reverted back to 163. I get the binary releases from here (normally through the update function of macvim, but for downgrading I...

Got it: a minimal example is this: Use MacVim 165. .vimrc only contains ``` set noswapfile ``` Create a file `test` in your homedirectory with the contents: ``` pattern ```...

I would like to use them, but they do not work for me. I'm in macos Safari. These shortcuts collide with Safari shortcuts. I have changed the Safari shortcuts (Show/Hide...

That means: no vim bindings in code cells. That means: although the desktop app is a big improvement for getting started with jupyter notebooks for users that do not have...