Adrian Salceanu
Adrian Salceanu
Me too, getting the same error (and is also affecting Urna) `20:43:03.661 [error] Error in process with exit value: {#{'__exception__'=>true,'__struct__'=>'Elixir.Socket.Error',message=>},[{'Elixir.Socket.Stream','recv!',1,[{file,"lib/socket/stream.ex"},{line,63}]},{'Elixir.Cauldron.HTTP',headers,2,[{file,"lib/cauldron/http.ex"},{line,74}]},{'Elixir.Cauldron.HTTP'...`
@angusmoore Currently working on a set of features to make auto-loading more powerful and flexible (configurable). It will allow setting the load order and ignoring files, among other things. What...
Alternatively you can host these files outside the `app/resources//` folder, for instance in `app/includes` and they won't be auto-loaded.
Yet another optimisation we could do is to not autoload files that start with lowercase letters (as the Julia best practices recommend modules to start with uppercase letters). However, this...
@islent I understand, but those are the guides for Genie 4 and are correct for that version of Genie. The docs now include links to both versions of Genie, see...
Thanks - great point, not sure how to do it but I'll take a look.
Good idea :) I've updated the codebase so that Genie 4 apps generate Genie 4 apps.
They have been put in differently named groups but they should all be there. Any UI component that is specifically missing?
Per additional feedback, we're missing the "Title + Content" block. We'll add it back.
The ViewHelper.jl file has been removed in Genie 5. If you don't use the file I suggest deleting it.