Youri op 't Roodt
Youri op 't Roodt
I'm trying to use records with [Snowflake](https://www.snowflake.com) (dwh solution in the cloud), and I do get results but I always get the ModuleNotFoundError error. It works without any problems when...
This adds read only support for Sql Server. It is _not_ tested extensively, but it works for our use case.
When you reach a 404, it looks like the `before_request_handler` is not called and thus triggers the following error in the `after_request_handler`: ``` [2020-06-10 15:13:42 +0200] [17655] [ERROR] Exception occurred...
Since version `0.13.1`, crawling seems to fail at taking screenshots. It does a total of 5 tries, then fails. It doesn't happen always, but most of the time, for different...
First of all, I really like this project, well done! I have multiple dockerized apps that I host under a single domain. I using Nginx to proxy requests to the...
**Configurable header row** I can imagine having a sheet that does now have a header row. Currently that row would be skipped, resulting in data loss. Ideally the `.yml` config...
The `SQLAlchemyPanel` no longer works from FastAPI `0.112.4`. ``` TypeError: solve_dependencies() missing 1 required keyword-only argument: 'embed_body_fields' ``` FastAPI `0.112.4` introduced the `embed_body_fields` parameter to `fastapi.dependencies.utils.solve_dependencies` function. https://github.com/fastapi/fastapi/commit/aa21814a89853c17c139054a5c51f0bb1ea68a0a#diff-aef3dac481b68359f4edd6974fa3a047cfde595254a4567a560cebc9ccb0673fR553