Stephan Kämper

Results 12 issues of Stephan Kämper

#### Context I would like to use Kelly Brazil's `jc` (see https://github.com/kellyjonbrazil/jc) as well as auto jump's `jc` in the same context. #### Observation Both use `jc` as a shell...

It seems to me that (accidentally) issuing dangerous commands may delete stuff on the real file system on the machine the game is played on. For example entering "rm -rf...

References to other files in Markdown are (no longer, I think), working. An example should clarify: Here's the example project structure: ``` $ tree . ├── resources │   ├── code...

In one of the sessions I mentored a student came up using `Hash#slice` in her solution to `Raindrops`. (In the end she removed that call while making other changes, though.)...

Entering ``` puts __FILE__ ``` in the Ruby code text box yields an "Internal Server Error". Expected: An explanation of what **FILE** means & how it's used.

## Setup * Created an up-to-date Rails app * Followed the installation instructions for fae -> https://github.com/wearefine/fae?tab=readme-ov-file#installation * Additionally added code as described in Issue #600 * Ruby, Rails &...

About IntelliJ: IntelliJ IDEA 2024.2 (Ultimate Edition) Build #IU-242.20224.300, built on August 6, 2024 Runtime version: 21.0.3+13-b509.4 x86_64 (JCEF 122.1.9) VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Toolkit: sun.lwawt.macosx.LWCToolkit...

solution provided

It's a small changed to the README and mainly updates the company name to 'Jetbrains'. It also removes trailing spaces in two places.

I got this exception: ## Exception/stack trace ```java java.lang.IllegalArgumentException: Invalid range specified: (20524, 20521); 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 io.nimbly.tzatziki.testdiscovery.TzTestRegistry.highlight(TzTestResults.kt:118) at io.nimbly.tzatziki.testdiscovery.TzTestRegistry.refresh(TzTestResults.kt:61)...

I just got this exception: ```java TzClearTestsResultHighlightsAction#presentation@EditorPopup (io.nimbly.tzatziki.actions.TzClearTestsResultHighlightsAction), actionId=io.nimbly.tzatziki.HideTestResultHighlightsAndGuidesAction, text='Hide tests execution highlights' com.intellij.psi.PsiInvalidElementAccessException: Element: class org.jetbrains.plugins.cucumber.psi.impl.GherkinScenarioImpl #Gherkin because: parent is null invalidated at: see attachment at com.intellij.extapi.psi.ASTDelegatePsiElement.getContainingFile(ASTDelegatePsiElement.java:46) at io.nimbly.tzatziki.testdiscovery.TzTestRegistry.hasResults(TzTestResults.kt:175)...