andyDoucette
andyDoucette
Great! Thanks so much for your fast response. :)
BTW, if both an ENV variable and a config value is set, which is supposed to take priority? Is that documented anywhere?
Ok. Thank you. :) On Wed, Sep 29, 2021 at 9:10 PM Adrian Salceanu ***@***.***> wrote: > Don't think it's documented - defo should be. And we should also have...
Hey @essenciary. No additional dependencies needed for Genie.jl, as I included a [DocStringEstensionsMock](https://github.com/GenieFramework/Genie.jl/pull/420/files#diff-dd2d2a8d27eb43a95c95ae6dd77500de7f1488cfb41a51e761631eba755e77b1) module in the code. I just don't know how to get rid of that warning yet. Once...
Thanks for your reply. The link you sent seems to go to the docs intro page. Is there a specific guide you wanted me to check out? I see what...
Ok great! Would you be willing to do that? I'm still getting my feet wet and I'll likely break more things than I fix at this stage. On Wed, Sep...
Thanks for your support! I can add the function signatures. I plan to make a script to do it for me. Since function comments are meant to say how a...
Oh, and yes, the documentation on the tutorial side is great! There's lots of examples available. Just the API docs needs some TLC. :) It's really a great project and...
Oh wait... I do think we'll need to add DocStringExtensions to Genie because without that, people will get an error when julia tries to interpolate the $TYPEDSIGNATURES variable in the...
Yeah, I totally get that. In something like a web framework it's important to know your code very well to make sure there aren't security vulnerabilities or bloat. I think...