Pere Giménez

Results 24 comments of Pere Giménez

Thanks for the steps @vrkansagara . I'll run them and add this info to a guide on debugging Genie apps

> Thank you. I'll also continue trying to produce a MWE for the large number of sessions I was experiencing. > Regarding switching to the production environment, is it not...

> Thanks for the alternative GenieDebug structure. I see what you mean regarding the async task. The issue is that it appears to no longer be possible to end the...

However, I think this issue is specific to your MWE @zygmuntszpak, perhaps because of the configuration changes. For example, this app works fine and I'm turning off the loop with...

Apparently the context parameter is missing, the module loads after adding it: `Genie.Loader.autoload("controllers", context=Main.App)` However, there's another error in the controller code after that which I don't recall seeing before......

@essenciary @hhaensel looks like the browser cannot subscribe to the channel I downgraded Genie to 5.21.2 as suggested by @MariusDrulea and it works on Julia 1.9.3. This is the code...

Sorry, I've seen this error often and I thought it happened with every app. I'm running this code: ```julia using GenieFramework @genietools s = ["hi1","hi2","hi3"] @out s_out = first(s) function...

> Also there, I think the `export default` should actually contain the `darkMode` key as well? I also tried having it in both the default export and module.exports, although [here](https://color-mode.nuxtjs.org/#tailwindcss)...

I ended up switching to highlightjs. I tried following the [markdown highlighter instructions](https://content.nuxt.com/v1/getting-started/configuration#markdownhighlighter) but couldn't make it work, so I ended up modifying the default template to call `highlightjs` after...

We just released a new docs site for Genie Framework based on docus. I'm no web dev but I managed to implement all I needed, like an app gallery for...