Chris Sears
Chris Sears
Is upgrading to ES7 on the roadmap? I tried running with the ES7 Arm64 image and ran into type mapping errors due to a breaking change (in Elasticsearch 7).
I found a workaround for this bug. Example [here](https://github.com/pynecone-io/pynecone/issues/490#issuecomment-1483851463)
I found a slightly hacky workaround to this bug. Using a custom Box component with a property called `dangerouslySetInnerHTML` we can recreate the effect of the HTML component without triggering...
I ran into the same problem. I've been looking at the code in the plugin's activation function. I'm wondering if there's some way to perform the same steps manually to...
@patmood Here's the contents of the Dockerfile I used to get it working... ``` FROM wordpress:latest ADD src/wp-content/db.php /var/www/html/wp-content/ ADD src/wp-content/plugins/sqlite-database-integration /var/www/html/wp-content/plugins/sqlite-database-integration RUN chown -R www-data:www-data . ENV WORDPRESS_DB_HOST=localhost ENV...
I'm wondering if this is the same issue I just reported in #10 . If you felt like trying to reproduce it, I used Docker compose to bring up a...