Logan Kilpatrick
Logan Kilpatrick
It would be very helpful to have such a button
Right now, the add index part of the database table creation is unclear. What does it do?
Right now, the text says: > A resource is a business entity made available through the application via a URL Can someone clarify what a business entity is in this...
**Describe the bug** ```Julia julia> include(joinpath("config", "initializers", "searchlight.jl")) [ Info: Precompiling SearchLight [340e8cb6-72eb-11e8-37ce-c97ebeb32050] ┌ Error: KeyError("GENIE_ENV") └ @ Main ~/Desktop/freeCodeCampMVC/config/initializers/searchlight.jl:11 julia> SQLite.DB("db/freeCodeCamp_courses.sqlite") ERROR: UndefVarError: SQLite not defined Stacktrace: [1] top-level...
Using Julia 1.4.2 with a clean ENV, I get the following: ```Julia julia> using Genie [ Info: Precompiling Genie [c43c736e-a2d1-11e8-161f-af95117fbd1e] shell> cd Desktop /Users/logankilpatrick/Desktop julia> Genie.newapp("MyGenieApp") [ Info: Done! New...
It might be helpful to explain the beauty taking place
Hey @bkamins, should we remove the DataFrames notebooks from here as the ones in the DataFrames JA repo seem to be the most up to date.
Hey @nassarhuda should we remove the DS notebooks from here: https://github.com/JuliaAcademy/JuliaTutorials/tree/main/introductory-tutorials/broader-topics-and-ecosystem/intro-to-julia-for-data-science in favor of the ones in the separate Repo you created?
We should update the metadata for these to be on the latest Julia Version since they are ~2 years old.
Hey @NHDaly , I wanted to re-start the discussion on the workflow for generating Notebooks and ".jl" files. I am trying to get the JuliaAcademy resources all set up in...