Matt Price

Results 107 issues of Matt Price

generating assignments is too finicky right now. I'd like to be able to do it form the Assignments page (!!)

enhancement

No time to track down but `org-make-headlines` which calls `org-lms-get-attachments`, often doesn't create the org attachment link even though the file itself generally gets downloaded.

currently `ol-jsonwrapper` sets `json-false` to `nil`, instead of the default `:json-false`. This makes truth testing easier and so far that's all I need the "false" value for. But there may...

In some recent rewrite this got screwed up. Rather than fix at the source I introduced complexity i na ocuple of extra places. fix the underlying function and then rvert...

html entities are being escaped by the json encoding - -what can we do about that?

variable and function names areall over the map. What's the best strategy for standardizing them & keeping the namespace from being unduly long?

The current setup requires a file-local variable "org-lms-course" to be set before any API calls can be carried out. This is silly -- the only thing we usually need from...

Itwould be cooler to treat the org headings as data not text, and interact w/ them through an API. Rightn owwe mostly insert text instead (which is simpler, maybe faster,...

enhancement

How should we manage Canvas (or other LMS) data that we have retrieved once? Most of the time it's fine to treat it as ephemeral, or to store a limited...