Kelly Campbell
Kelly Campbell
I added a wkt to one of the protos and the commonjs test passes, but I'm getting a failure in the web test for which I couldn't figure out the...
The workaround I've found for this on SSR only is to re-export the getStyles function from the component library.
We ran into this while doing some performance testing too. I have a patch which substitutes eventfd instead of select. I haven't tested on anything except linux though. https://github.com/kellycampbell/paho.mqtt.python/commit/f23831ee365278052a3a4bd07a6851207f25a2e3
@susfly the solution I posted in the comment from Nov 28, 2017 is what worked for us.
I'm running into this using Django 1.10.5 and django-nose 1.4.4. I've traced it down to runner.py in _should_create_database(connection) where it does "connection.cursor()". The sqlite file doesn't exist before that call...
Related to protocolbuffers/protobuf#1701