Steffen Glückselig

Results 11 issues of Steffen Glückselig

Setting up the project locally I've tried `go test` in Powershell: ``` > go test ./create-testbed C:\Users\Steffen\AppData\Local\Temp\TestStartDoneCoAuthors2988483707\001 exec: "./create-testbed": file does not exist exit status 1 FAIL github.com/remotemobprogramming/mob/v3 0.350s ```...

I'd like to run (some) tests after successfull `mob start`, so that I can validate the current state of the code. To enter solution-land I'd suggest adding a hook in...

enhancement
help wanted
good first issue

Generating steps from feature files, we'd like to have code generated that won't pass - i.e. it should include `pending()` or throw an exception for each step. I.e. something like...

0.7.4 Windows With 0.7.4 I get ``` ----- Error -------------------------------------------------------------------- Type: clojure.lang.ExceptionInfo Message: Can only recur from tail position Location: d:\Users\Steffen\bin\browsers.clj:14:11 Phase: analysis ----- Context ------------------------------------------------------------------ 10: (println "trying" (str/join...

Using 1.12.2-eap6-2021.3 with Clojure Extras 0.6.0 (and babashka 0.7.7). Having ``` (ns jenkins.api-test (:require [babashka.curl :as curl] [jenkins.api :as sut] [clojure.test :refer [testing is run-tests deftest]])) (deftest assert-jenkins-credentials (testing "valid...

Using 1.12.2-eap6-2021.3 and babashka 0.7.6, getting ``` java.lang.NullPointerException at cursive.scope$contains_QMARK_.invokeStatic(scope.clj:47) at cursive.scope$contains_QMARK_.invoke(scope.clj:46) at cursive.repl.actions$validate_load_file.invokeStatic(actions.clj:436) at cursive.repl.actions$validate_load_file.invoke(actions.clj:431) at cursive.repl.actions$load_file.invokeStatic(actions.clj:445) at cursive.repl.actions$load_file.invoke(actions.clj:441) at clojure.lang.Var.invoke(Var.java:384) at cursive.api.DelayedFn.invoke(DelayedFn.java:31) at cursive.actions.ClojureActionBase.actionPerformed(ClojureActionBase.java:38) at com.intellij.openapi.keymap.impl.ActionProcessor.performAction(ActionProcessor.java:65) at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher$1.performAction(IdeKeyEventDispatcher.java:573)...

I have a namespace json, which I'd like to call a function of: `bb -x json/convert-json-file-to-jsonl --file testMessageRueckmeldung.json` I get: ``` ----- Error -------------------------------------------------------------------- Type: java.lang.NullPointerException Location: :18:1 ----- Context...

PR welcome

I think it would be nice if the callback would get infos: ``` clipboardListener.on('change', (e) => { console.log('Clipboard changed: ' + e.text); }); ``` Or rather - I'd need any...

enhancement

I am not sure whether to place feature requests here or at cursive's - I'll try here. I recently looked into Calva and found a nice feature they call "Evaluate...

I am running Cursive 1.32.2-eap7 with IntelliJ 2023.3.5 and babashka 1.3.188. Beginning some version ago loading a namespace stopped, resulting in ``` java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length...