Harm van Zeeland

Results 8 issues of Harm van Zeeland

### Describe the PR Fixes #7124. See https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener#improving_scrolling_performance_with_passive_listeners. In browsers other than Safari and IE any wheel event attached to the document will be set to `passive: true` by default...

### Describe the bug Using the `no-wheel` attribute on a `b-form-input` component logs an error to the console when scrolling in the input. See the stale issue here: https://github.com/bootstrap-vue/bootstrap-vue/issues/6531 ###...

Some pages have correct titles: - https://grand-challenge.org/challenges/ "Challenges - Grand Challenge". - https://grand-challenge.org/reader-studies/ "Reader Studies - Grand Challenge" But some are inconsistent or missing detail: - https://grand-challenge.org/reader-studies/test-reader-study-harm/ "Grand Challenge" -...

good-first-issue

A new sentry issue popped up yesterday: https://grand-challenge.sentry.io/issues/6495550618/events/6015d00b2cb54af3a6d6ecfa3980d6f0/ Seemingly the error comes from django internals, the stack trace does not show any of our code.

bug

Sentry issue: https://grand-challenge.sentry.io/issues/6426108557/events/c5e1c4119dfd4506994207bcdc195538/ Caused when going through the release checklist. Everything seemed to work fine on the CIRRUS side. Suggestion by Paul: Maybe this is caused when saving masks repeatedly...

Since we added a node environment to run javascript tests, we can also use this to replace amass and build our js dependencies. See short discussion here: https://github.com/comic/grand-challenge.org/pull/4147#discussion_r2194221688. It will...

KeyError 'access_token' here: https://github.com/comic/grand-challenge.org/blob/609338ae5b39f00a4475d701c9a771d9429011d9/app/grandchallenge/github/models.py#L72-L83 Possibly a user error but then it should be handled gracefully. More info on sentry.