Matthew Buckett

Results 23 issues of Matthew Buckett

The recently used emoji is nice, but having it re-sort the most recently used as the user clicks on them can make it confusing to the user which emoji they...

### Problem Statement I think that as outlined in https://develop.sentry.dev/sdk/client-reports/ reports are attached to existing envelopes that are sent to sentry. Our problem is that in some of our uses...

Platform: Java
Effort: Small
Impact: Small

Some services may wish to disable functionality in elfinder that they don't want to support. When returning the options the services should get a chance to modify them.

Currently if you attempt a parallel build with projects that use this plugin you get a warning: ``` $ mvn -T1C install [..snipped..] [WARNING] ***************************************************************** [WARNING] * Your build is...

Unicode has special rules about lowercasing characters http://www.unicode.org/Public/UNIDATA/SpecialCasing.txt and this can result in a string growing. When doing the reverse the strings don't appear to shrink (Java/Python). You can see...

The term_id is an integer and not a boolean. It should just map to the enrolment term id. This change allows you to change the term on a course.

We recently changed the settings on a large number of courses and did this by loading the existing settings, changing a value and saving them back, this meant we sent...

If I attempt to get an External Tool from Canvas using: ExternalToolReader reader = apiFactory.getReader(ExternalToolReader.class, token); Optional tool = reader.getExternalToolInAccount(accountId, toolId) then if the tool doesn't exist in Canvas I...

When capturing the tab key (enabled by default) this can block user who use keyboard navigation from escaping the editor and is an accessibility issue. There is some discussion about...

feature

Hiya @einaregilsson Are you still looking to support this project? I ask because there doesn't seem to have been any activity in this repository from you since the end of...