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

have benchmarks in www.techempower.com ? https://www.techempower.com/benchmarks/#section=data-r18

benchmarking
v1.x

MWE: ```julia using Genie using Genie.Renderer.Json using Genie.Requests using Genie.Router using HTTP using JSON3 route("/api/réception", method = POST) do message = jsonpayload() (:echo => (message["message"] * " ") ^ message["repeat"])...

Including text files that could be rendered in the browser

feature request

While attempting to finish the MVC tutorial I was not able to get the Auth section working for me. The last bit of text is: ``` If we navigate to...

This pull request sets the compat entry for the `LoggingExtras` package to `0.4`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this...

**GET http://localhost:8000/genie.jl/master/assets/js/itllhykhbznmdrytqcbbvolcmvmiivbv/webthreads.js net::ERR_ABORTED 404 (Not Found)** MWE is from Stipple README with one change: ```julia -: model = Stipple.init(Name(), transport = Genie.WebThreads) +:model = Stipple.init(Name, transport=Genie.WebThreads) using Genie.Renderer.Html, Stipple Genie.config.log_requests...

bug
v6

When using filespayload(:abc) with , only last one of the uploaded files can be accessed. There should be a way to access all the uploaded files. As of now, I...

v6

Hello, one of the things I find more interesting about the `Genie` project is the developer ergonomics, in particular code autoloading. I have adapted it to one of my projects...

This pull request changes the compat entry for the `Nettle` package from `0.5` to `0.5, 1`. This keeps the compat entries for earlier versions. Note: I have not tested your...