Jānis Erdmanis
Jānis Erdmanis
I had exactly the same issue today. Looking in the symbolic.jl I saw that it was only used for doing arithmetics. Thus replaced `eval` with a following code ``` if...
The `clearComponentCache` approach is also used in `qhot` which seems to be activelly. maintained as can be seen [here](https://github.com/patrickelectric/qhot/blob/50e209142046e9b73a7a075721293c47e4a95595/src/providessomething.cpp#L16).
Ok. I implemented `load_early` and used `filter` to seperate thoose assets which are loaded early and those which are loaded as before. The general gist I got from ChatGPT is...
> Assuming @mortenpi likes this idea in principle, it would still need some kind of test before it can be merged: Something like building an example project, and testing that...
I also found that the `load_early` is necessary for CSS as `@media (prefers-color-scheme: dark) { … }` is not picked up and thus I needed to append dark theme for...
After resolving some hurdles I managed to deploy [swagger docs in a documenter generated documentation](https://peacefounder.org/PeaceFounder.jl/dev/schema) with a #2472 change. Thus I am eager to see this issue resolved.
This looks to be a duplicate issue of #164. The PackageCompiler again works with QML `0.9`, where the underlying issue seems to have been a bug in the old `CxxWrap`....