Genie.jl icon indicating copy to clipboard operation
Genie.jl copied to clipboard

🧞The highly productive Julia web framework

Results 137 Genie.jl issues
Sort by recently updated
recently updated
newest added

Changes to code loading for Genie v5 seem to have broken support for multi-file modules in app/resources. To reproduce, a simple templated Genie app with the following controller and routes.jl...

I was following the guides in https://genieframework.com/docs/genie/tutorials/Developing-Web-Services.html. However, I cannot find `newapp` family of function in `Genie@v5`. They does not exist in the source code of Genie, either: ![image](https://user-images.githubusercontent.com/31057826/183548905-3b45f0d7-82c4-475a-bd9b-134e826fccc3.png) In...

With the transition of Genie 4 to 5 and the continuation of new versions I suggest to add `[compat]` entries to `newapp_mvc`. I just walked through https://genieframework.com/docs/genie/tutorials/Developing-MVC-Web-Apps.html a couple of...

Im following the https://www.youtube.com/watch?v=Vu6q9tsegDA&ab_channel=Genie video and both julia 1.7.3 and 1.8.0-rc3 do not have a BLOCKS section used in tutoial **Expected behavior** I expect to see the same options shown...

**Describe the bug** BoundsError when parsing Content-Disposition form data **Error stacktrace** ┌ Error: BoundsError(SubString{String}["\n-----------------------------165835533341871402843164108265--"], (2,)) └ @ Genie.Router ~/.julia/packages/Genie/mMGS8/src/Router.jl:785 **To reproduce** Create a simple form: ``` using Genie, Genie.Renderer.Html, Genie.Requests...

bug
v6

Error: 2022-07-31 05:27:39 UndefVarError: PARAMS_FLASH_KEY not defined │ Stacktrace: │ [1] getproperty │ @ .\Base.jl:35 [inlined] │ [2] flash() │ @ GenieSession.Flash C:\Users\chara\.julia\packages\GenieSession\meV9f\src\Flash.jl:18 │ [3] flash_has_message() │ @ GenieSession.Flash C:\Users\chara\.julia\packages\GenieSession\meV9f\src\Flash.jl:41...

In the web socket documentation found here https://genieframework.github.io/Genie.jl/dev/tutorials/17--Working_with_Web_Sockets.html, there are no examples of web sockets being implemented with any other html. They are only implemented on their own with the...

documentation
v6

There are 3 methods in Genie for receiving post data, postpayloads(), jsonpayload() and rawpayload(). I wonder if there were some examples code in docs of them. for example ・postpayload() post...

documentation

I was going through the MVC tutorial found here https://genieframework.github.io/Genie.jl/dev/tutorials/4-1--Developing_MVC_Web_Apps.html and I notced that the line ```using WatchTonight.Movies``` caused an error for me until I restarted the genie server. However,...

documentation

**Describe the bug** Genie throws an error when it encounters autonomous custom elements in a `.jl.html` template. ([Autonomous custom elements](https://html.spec.whatwg.org/multipage/custom-elements.html) are basically just HTML elements with custom, hyphenated tag names,...