David Doty
David Doty
# Describe the bug Types other than `Canvas` are not exported from the canvasapi Python package. As a result, it is not possible to use [type hints](https://docs.python.org/3.7/library/typing.html) in our own...
The following is executed in elm-repl v0.18. The first two calls with `allowTabs=False` terminate as expected (although I'm confused as to why `"\t"` has a positive match when `allowTabs=False`), but...
It seems this package would be much easier to use if it supported "typed" access. Many parts of the Canvas API are only accessible via keyword arguments or passing dictionaries...
# Describe the bug Setting `QuizQuestion.question_type` (or it appears, other attributes such as `QuizQuestion.answers`) resets `QuizQuestion.question_text` after the latter has been set. # To Reproduce Steps to reproduce the behavior:...
### Summary: The `points_possible` field of [QuizQuestion](`https://canvas.instructure.com/doc/api/quiz_questions.html`) is incorrect. (when part of a QuizGroup; see comment below) In my case the question is worth 20 points, but `points_possible` is 1....
How can I add a new table (a.k.a., "worksheet" in Excel terminology) to an existing spreadsheet?
I place two div's side-by-side and apply the recommended event handler usage with Hammer.js: https://github.com/ariutta/svg-pan-zoom/blob/master/demo/mobile.html I put together a small demo here: http://jsfiddle.net/ngkq6L2m/9/ The leftmost container pinch-zooms as expected. However,...
I love ppsplit and am very grateful for it. What I describe below is a minor issue, but it would be nice to have. When I use ppsplit, I first...
> * Issue Type: FEATURE REQUEST > * `over_react` Version(s): `3.1.5` I think that the performance of the `connect` function in OverReact redux, specifically the performance of the functions it...
> * Issue Type: [BUG, FEATURE REQUEST, etc.] > * `over_react` Version(s): `3.1.7` I expected that since it is legal to return `null` from the `render()` method of a normal...