jorg-vr
jorg-vr
I have fixed a similar issue by adding an extra `'` Before: `tag_name: "${{ env.tag_name }}"` was parsed as a number when tag_name was 2023.07 After: `tag_name: "'${{ env.tag_name }}'"`...
I have been struggling with the same issue The problematic code was: ```ruby if options.key?(:ignore_notifier_if) rack_ignore_by_notifier = options.delete(:ignore_notifier_if) rack_ignore_by_notifier.each do |notifier, proc| ExceptionNotifier.ignore_notifier_if(notifier) do |exception, opts| opts.key?(:env) && proc.call(opts[:env], exception)...
This is no longer relevant with the changes in #4596 It is now possible to see annotations on hover when they are hidden, which reduces the use case for this...
I'll split this up into part which I'll try to address in separate prs. I'll add my current vision for each part here as well, so it is clear what...
@heremansgeert We have [a pr](https://github.com/dodona-edu/dodona/pull/5383) to introduce this, but this introduces quite a lot new javascript dependencies, which also means a lot of maintenance in the future. Could you give...
Thanks everyone for the responses. Based on your feedback, we'll close this issue and the related pr as a won't fix. @heremansgeert I'll respond to your other notes > I...
We have discussed this issue and decided for a slightly different approach. There is no need to make evaluations into a setting. And most other needs can be done without...
> Even with a help text, the course specific exercises are hard to explain. Wouldn't it make more sense (and easier to explain) to add this category as a search...
Course activities and my activities have been merged
Current status: - [x] I applied using their form - [x] response from LeerID - [ ] Check and implement required code changes for login - [ ] test with...