Daniel Ritz

Results 8 issues of Daniel Ritz

See #1333 ## I'm submitting a... ``` [ ] Bug Fix [x] Feature [ ] Other (Refactoring, Added tests, Documentation, ...) ``` ## Checklist - [x] Commit Messages follow the...

I've seen this a few times now, both with JRuby 9.2.7.0 and 9.2.8.0. JDK 1.8.0_192-b12 `test/cases/adapters/postgresql/transaction_test.rb:43` _sometimes_ hangs. The test in question does: ```ruby test "raises SerializationFailure when a serialization...

Back-port from 52-stable Date#to_s actually does the wrong thing when Date::DATE_FORMATS[:default] is set to something non-standard. Fixes #1061

Same as #123, but with the target branch changed to the new rebased leaflet-master.

Using Redmine and current git of scum-pm Dashboard -> user story -> add task - the windows opens up and allows filling in - clicking "create" gives a HTTP 500...

In Dashboard -> Issues -> Unassigned Issues: All issues are displayed, including the ones already assigned. Missing condition on "user_story_id = NULL"? I guess (haven't confirmed) it's related to this...

## Description Install fails due to wrong URL ## Steps to reproduce 1. `rvm get head` 2. `rvm install ruby-3.2.2` ## Expected behavior works ## Actual behavior ``` > rvm...

At the beginning of `onFinishLaunching`, `center.delegate` is set to `self`. Later on, when debugging is enabled, the current value of `center.delegate` is saved info `prevNotificationDelegate`. Since this has already been...