Vilibald

Results 37 comments of Vilibald

Yeah, I've done this too but never pushed the code. I might make sense to have a general Dredd flag like `--debug` or `--verbose` for all hook handlers so you...

I see, I am using MSON almost exclusively so I haven't noticed, I'll be offline for next 2-3 weeks so I'll come back to it once I am back online....

I think that `content-encoding: gzip` could be handled by Dredd itself. User could just pass a flag saying if `content-encoding: gzip` then unzip and it can be expressed somehow in...

I'm afraid that @gilbitron is not really maintaining it as there are no updates in last months and couple of important fixes were submitted. So I suggest doing what I...

Good one, I came across the same thing and merged your fix, although I changed it a bit as the `basename()` returns only the trailing part of the path so...

I started already working on such functionality a bit in emacs so definitely :+1:

Ideally look at some of the forks fixing it, there are couple of them floating around. `basename()` leaves only the last trailing part of the path so the file is...

Strange as I've got it in subfolder as well and login works fine. Have you set the base_url in pico config correctly to www.mysite.com/pico ?

``` DirectoryIndex index.php RewriteEngine on RewriteBase /~wvi/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] # Prevent file browsing Options -Indexes ``` This is my htacces and I...

There is couple of bugs related to handling of subfolders, see the pull request, so patch it first as it may be connected.