Emil Haldrup Eriksen
Emil Haldrup Eriksen
The structure in terms of files shouldn't matter. But if you do some kind of dynamic modification of the app layout post load, it might. I don't see anything in...
No, the example works for me. I just tried creating a new venv from scratch installing only the packages you listed. For reference, I am OSX using Python 3.9.1
Could you try with 3.9? And maybe without anaconda (I doubt it's related, but I don't use it)? (just the small example, so that we can locate the origin of...
Great. Let me know how it goes. If it works out, I'll add a note in the docs that Python 3.9 is recommended.
It don't see why it should be be necessary to clear any cache. But if you do any modifications that change the component structure of the app, you might need...
In terms of "feeling safe", I would generally think that using a standardised implementation (like the one here) would be less error prone (and easier to maintain) as compared to...
Thanks! I decided to deprecate the Conda install option some time ago in favor of pip, but it seem there are still some old versions still floating around. Is there...
I had a quick look at the possibility to publish conda packages automatically (i.e. via a github action, similar to how the artifact is built/pushed to pypi), but I didn't...
What version were you running? I have previously seen (introduced) issues with `flask-caching`. That's why the version is currently pinned to `2.0.0`. But I am considering upgrading to `2.0.1` for...
I have just made a pre-release, `0.1.8rc3` that adds support for this usecase. Can you check if it works as intended on your end? NB: It is only compatible with...