Jonah Duckles

Results 6 comments of Jonah Duckles

Could be handled by the create api method allowing a JSON list of JSON objects which conform to the table definition. Then you could use anything to POST a JSON...

+1 from me! Helping people copy the repo and hit the ground running has been a goal of mine since I dug into how this process works. Thank you for...

My main motivating factor for this approach is that it could remove the `./bin/lesson_initialize.py` python dependency. This could enable a workflow for lesson creation that would not require any local...

Right now the requirement of having Python installed to start lesson development is a bigger obstacle to contribution than the confusion of submodules. I had a learner in a mini-workshop...

@rgaiacs I imported https://github.com/rgaiacs/swc-proto-lesson and the submodule link is preserved. I immediately have a working GitHub pages website: https://jduckles.github.io/test-proto-lesson I think we can put documentation for changing the submodule for...

Do I understand correctly that this would introduce an R dependency to maintaining and testing the build of Python lessons locally? I'm not necessarily against this, just trying to understand...