Noah from ProvocaTeach
Noah from ProvocaTeach
Unfortunately, the bug applies to **all** Unicode ranges, not just ones with invalid characters. Even simply typing ```julia julia> r"[\x{00A0}-\x{00A5}]" ``` throws a `LoadError`: ``` ERROR: LoadError: PCRE compilation error:...
Hm, even with that code in my controller, I still seem to be getting a 500 error: ```julia β Error: 2022-08-01 16:47:32 UndefVarError: prte__navigation not defined β Stacktrace: β [1]...
Any progress on this issue? Itβs the one thing preventing me from using this package π
Ah, makes sense. I am a lover of the Semantic Web, and I was hoping to build a basic website with a custom CMS on top of Quadstore. It could...
This Caddyfile (with some modifications) worked for me setting up my app: ``` :80, :443 { root * /path/to/GenieApp/public # If the URL path matches a file in the `public`...
Same error. Only workaround I could find was using a JavaScript `document.createElement()` on page load. (Very bad for SEO due to the [cumulative layout shift](https://web.dev/cls/).) Is there no way to...