MontyTHall
MontyTHall
I can download the city scape dataset, but there's no model. The models directory is empty further, the cityscape website has no downloadable pre trained nets - just data. I...
Same tutorial in two different locations. 1) This is completely broken: https://genieframework.com/docs/genie/tutorials/Developing-MVC-Web-Apps.html 2) This mostly works: https://genieframework.github.io/Genie.jl/dev/tutorials/4-1--Developing_MVC_Web_Apps.html For 2) - in particular: https://genieframework.github.io/Genie.jl/dev/tutorials/4-1--Developing_MVC_Web_Apps.html#Setting-up-the-web-page. Just can't get MoviesController to work. "Movies...
### I've searched open issues for similar requests - [X] Yes ### I've recently downloaded the latest plugin version of mason.nvim - [X] Yes ### Problem description Check health doesn't...
I can't do this: ``` module AdminController using GenieAuthentication, Genie.Renderer, Genie.Exceptions, Genie.Renderer.Html function index() authenticated!() # h1("Welcome Admin") |> html current_user().name end end ``` But in a routes.jl file I...
neovim v0.10 - using packer __NOTE__: Just switched to lazy. Still having the same problem. ```lua use { 'j-hui/fidget.nvim', config = function() require("fidget").setup({}) end } ``` I'm starting clangd in...