Pere Giménez
Pere Giménez
**Describe the bug** On the first page load of any app, a 404 appears for the favicon **Error stacktrace** ┌ Error: 2023-02-02 09:35:06 GET /favicon.ico 404 └ @ Genie.Router ~/.julia/packages/Genie/AjwV9/src/Router.jl:204...
Right now there are other doc pages besides genieframework.com, which leads to confusion. These should be removed https://geniejl.readthedocs.io/en/latest/ https://genieframework.github.io/Genie.jl/dev/
In ORMS like Django you only define a class for the data type and it'll automatically create the migration and the table with the `makemigration`and `migrate`commands. This certainly makes the...
Full code for the MWE here: https://github.com/GenieFramework/CodeExamples/tree/main/src/3.database/null_values I have a struct where one of its fields can be `Int`or `Nothing` ```julia @kwdef mutable struct House SearchLight.connect h = House(street="Barcelona 2",...
**Describe the bug** When a struct's field has `missing`value of type `Missing`, saving it to a sqlite DB inserts a string instead of a `NULL` value. **To reproduce** I've created...
**Describe the bug** Trying to push the example-12factor app on a new install on GKE yields this error 2023/12/20 19:18:28 EpinioServer: "msg"="Error" "error"="no Rules found on Ingress" I can deploy...
If I try to highlight a language other than the default like html or js, the site stops working and it can't be built. The browser shows a 404: ```...
I'm trying to add components that have a dark mode option via TW's `dark:` tag. However, when switching to a dark theme via the button on the navbar the dark...
When using the `q-header` tag in HTML I get a `UndefVarError: `q__header` not defined` error. This is expected as QHeader is not part of StippleUI. However, if I interpolate ``,...
It seems that the channel stops working after making changes to the code. That is, if I - Upload files, reload the page, and upload more files => everything works...