glen3b

Results 32 comments of glen3b

Thanks for the PR! Related: #82. I think our general inclination has been to avoid special-casing other districts, with the hopes that we will add general support for any Schoology...

The permissions that we would in practice declare would be [optional permissions](https://developer.chrome.com/docs/extensions/reference/permissions/), and we would have to dynamically set up content script injection. Depending on your coding savvy, if you...

IIRC we handle the course dropdown specially for a variety of reasons. I'll take a look and see if I can reproduce this.

Clarifying: this is the course dashboard, as in the homescreen "tab," and not the dropdown, correct? I'm making sure we're disambiguated from #246.

Where would this be placed on the UI? The item grade UI is kind of cramped right now unless we want to start repurposing the comments column, but that seems...

What I think is the relevant computation for this is being done in both weighted and unweighted gradebooks in the "Calculate Minimum Grade" feature - grade percentage points per assignment...

On a related note, are there plans to support the [`readpicture` command](https://www.musicpd.org/doc/html/protocol.html?highlight=cover#the-music-database), another get-picture command with a binary response format? It seems like it would be a fairly straightforward addition...

> Hi, I'm working on a PR implementing both albumart and readpicture by adding binary payload support on a more fundamental level than is currently done with _execute_binary(). Since I...

Some quick research reveals a few useful things: - https://unix.stackexchange.com/q/136959 - There are `EXTRAVERSION` (top of the Makefile) and `LOCALVERSION` ("General Setup -> Local version - append to kernel release")...

For what it's worth, if I try the LOCALVERSION tweak as described above via `debian/rules editconfig`, the build seems to go fairly well until this bit: Some make output ```...