Wouter

Results 12 comments of Wouter

I'm actually still getting the same error `Exception in thread FSMonitorThread: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner self.run() File "/src/fileconveyor/fileconveyor/fsmonitor_inotify.py", line 122, in run self.__process_queues()...

Sorry about the late reply, I'm using the latest version here on github, installed with > pip install -e git+https://github.com/wimleers/fileconveyor@master#egg=fileconveyor I tried outputting the file name, but it seems it...

It's not giving that much more information when I enable debug loggin for both `CONSOLE_LOGGER_LEVEL` and `FILE_LOGGER_LEVEL`. (http://pastebin.com/zmCiQ0RN) I've printed the path in pathscanner.py, but that doesn't seem to be...

I've gotten the same issue when following the basic instructions, is there any fix in sight for Angular 2 Final?

What are the "controls" supposed to be? The documentation just says `starttls(options, controls, callback)`. But in the example there are no controls present, just options and callback: `client.starttls(opts, function(err, res)...

Slightly related; is it possible to disable this behaviour on certain requests as well? I'm using `fastify-static`, and on each request for static assets, the session is updated as well....

I'm currently facing the same issue, even though I've added ``` pagination: enabled: true ``` to the front matter of all my collection pages, the paginator won't pick it up....

I just created a new project to show my configuration: https://github.com/woutrbe/jekyll-pagination Basically I want to paginate all category pages under http://127.0.0.1:4000/categories But a few questions: 1. How do I do...

I've also been looking for a way to do this. It seems there is a PR https://github.com/jpmonette/feed/pull/89, but it's been open for years without activity. I think if you want...

Any update on this? I'm getting the same.