Stephan Kämper

Results 11 comments of Stephan Kämper

Come to think of it for a while now, I prefer the solution using `Hash#select`: ```Ruby SOUNDS.select { |key, _| (num % key).zero? } ```

I find it a bit unfortunate to advise a user to update to a newer version which isn't available, after just having reported a bug in the latest version that...

It should be possible to add a new user to a DM room, _especially_ in a work environment. We often meet using DMs, and forgetting to add a user in...

I'd also appreciate an improved layout algorithm. I wonder if it's possible to reduce the number of line crossings (as much as possible). For example GraphViz (https://www.graphviz.org) does it, other...

Seeing the same in 'RubyMine 2024.1 Build #RM-241.14494.234`

Same for Germany: Nothing is displayed. (And I know about commits coming form Germany. 😉)

Remarkable, now it’s displayed. 🤔 I wonder what happened in the meantime.

I just got the same exception, with slightly different info: ```java java.lang.IllegalArgumentException: Invalid range specified: (416, 413); at com.intellij.openapi.util.TextRange.assertProperRange(TextRange.java:288) at com.intellij.openapi.util.TextRange.assertProperRange(TextRange.java:283) at com.intellij.openapi.util.TextRange.assertProperRange(TextRange.java:279) at com.intellij.openapi.util.TextRange.(TextRange.java:42) at com.intellij.openapi.util.TextRange.(TextRange.java:31) at io.nimbly.tzatziki.testdiscovery.TzTestResultsKt.bestRange(TzTestResults.kt:256) at...

I still get this exception and have the impression that it happens when I change a feature file (esp. when adding or removing lines) while its running.