Code Hugger (Matthew Jones)
Code Hugger (Matthew Jones)
Version 4.9.1 and the code in master (when built as a package) doesn't give an error during startup. But in the browser console there's an error below and there's nothing...
Our repository is large and takes almost 5 minutes to fetch the author info. Caching even that would be a nice improvement!
You can probably do it in the class constructor. I don't know how or if it's possible to do it on the class function. This is the only place you're...
I think the config looks okay but could be more readable/organized. The CFG doesn't actually start until a few pages in where in the [Moodle Version](https://github.com/moodle/moodle/blob/master/config-dist.php) it's right at the...
Thanks! I'll likely squash the commits and update the message when I get back to my computer again. This is still as draft as I was testing it but I'm...
Was this still being worked on? I think just knowing the number of pages and items in a list, which is often available from the last link and available via...
Hi @bennettscience I used this script when I was testing the implementation of this. I verified that this is still working. https://gist.github.com/jonespm/b8b493da4ef385a60f49ca355a8043c3 I think we've used this call a few...
It *looks* like for a course this is in the [create_content_migration for course](https://canvasapi.readthedocs.io/en/stable/course-ref.html#canvasapi.course.Course.create_content_migration). For the migration_type it would be [qti_converter](https://canvas.instructure.com/doc/api/all_resources.html#method.content_migrations.create). There's a *lot* of settings and options. I haven't tried...
Yeah, I just noticed this too, the actual document in github still has everything though! https://github.com/instructure/canvas-lms/blob/master/doc/api/tools_variable_substitutions.md This looks like where it should be generated from
This looks to have been fixed since last the last comment in 2018.