Yadd

Results 75 comments of Yadd

Error is: ``` 28 passing (4s) 1 failing 1) correctly caches remote files: Uncaught Error: ENOENT: no such file or directory, open '/millstone/test/cache-url.mss' (node:3820402) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file...

The error commes from `next` here: https://github.com/tilemill-project/millstone/blob/master/lib/millstone.js#L605

@csytsma: hi, could you help me to finish this ? This is required for next Debian release since `request` won't be part of it due to deprecation and security risks....

@csytsma: I'd like to push a PR, but I'm unable to fix error mentioned above

@csytsma: could you take a look at #145? I'm unable to fix test error

You just have to add ``` Multi-Arch: allowed ``` in `debian/control`, section "`Package: node`" _(or "`Package: nodejs`")_

It works with Debian stable and Ubuntu 15.10 but fails with Debian testing (mod_perl 2.0.9 and Perl 5.22.1). My Apache config is very simple: ``` ServerName test.example.com # DocumentRoot DocumentRoot...

Hello, it's a bit more complex (some Perl code was loaded). Here is an example that reproduce the problem: Apache.conf: ``` PerlModule My ServerName test.example.com # DocumentRoot DocumentRoot /var/www/test Require...

Hi, did you succeed to reproduce the bug ?

Hi, here is a Dockerfile with files mentioned above: [mouse-bug-with-modperl.tar.gz](https://github.com/gfx/p5-Mouse/files/266525/mouse-bug-with-modperl.tar.gz)