Matan Addam
Matan Addam
Maybe I should use `PlatformEventLoop.post_event` for requeuing a callback when I need to avoid its immediate execution, rather than `Window.dispatch_event`. Although they act on different objects, queueing by addressing the...
A contrarian view: I humbly think that just improving the audio quality, which Baidu report in their deep voice 2 article, would be more useful than adding multiple speakers. The...
Thanks @duanyao for your help. It appears poppler is well installed in terms of being accessible for linking and includes: ``` pkg-config --print-provides --cflags --libs poppler poppler = 0.33.0 -I/usr/local/include/poppler...
I'm still curious about why the environment variables have no effect... but that aside in case you'd care commenting a bit further about the build - it appears that with...
Well, I am set up now, many thanks. Maybe I'd fix the "building" document if I were sure the env variables were not my setup issue. It would just hope...
Initially, the root cause has been that the Ubuntu 14.04 deb package for poppler doesn't install the header files. Then, the issue was that the suggested env variables have no...
Thanks Lu, I meant the latter all along. However, as per my understanding, and the actual results of its installation, it may seem it does not bring along the headers:...
Yes, looks like that may work easier than building the source: ``` apt-file list libpoppler-private-dev | grep config libpoppler-private-dev: /usr/include/poppler/poppler-config.h ``` I would probably try that if I were to...
Thanks! did you really encounter issues with this repo though? There are similar projects having been benchmarked on travis-ci, as per https://github.com/fb55/htmlparser2#performance
@mcwillso would you possibly be able to point me at the code changes that you performed in your fork to create this spike at http://bl.ocks.org/mcwillso/b27021c28762c1dea2da? I somehow got lost on...