Benjamin

Results 31 issues of Benjamin

Hi, my issue is for completing when the prefix is "foo/" (with `/` in the name). Somehow `orderless-filter` only decides to call the completing function with the empty string but...

```elisp ;; (foo) ;; (bar) ;; (baz) ``` you literally need a comment with this indentation, this is the only way I reproduced it. Note that the first line is...

I have this error with a db containing 959 datoms of an "end blob" attribute. The data is an unnested map with keywords -> strings. The strings are quite random,...

```lisp (defun clerk-show () (interactive) (when-let ((filename (buffer-file-name))) (save-buffer) (cider-interactive-eval (concat "(nextjournal.clerk/show! \"" filename "\")")))) ``` use `when-let`. Also makes sense to not call save-buffer is there is no buffer-file-name

If you check this `https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh` you'll get a 404. When you build the current CondaDockerfile, since it returns html you get some bash syntax error in the next line.

```shell git clone https://github.com/Convex-Dev/convex.git cd convex git checkout develop git pull ``` this should be the same: ```shell git clone https://github.com/Convex-Dev/convex.git --branch develop ```

documentation

The sso client is special and does not need creds from profile, environment etc. When using sso - get credentials, sometimes I don't have creds yet. ```clojure ;basically my issue...

clj-kondo v2022.09.08` **problem** You have a syntax err in a require function call somewhere. But it warns for the top of the file ns form. **repro** lint this: ```lisp (ns...

**Describe the bug** ```[holy-lambda] Command {:warning "clashing jar item", :path "native-agents-payloads/1.edn", :strategy :noop} {:warning "could not find classpath entry", :path "/home/benj/.gitlibs/libs/org.babashka/spec.alpha/8df0712896f596680da7a32ae44bb000b7e45e68/src/main/java"} {:warning "could not find classpath entry", :path "/home/benj/.gitlibs/libs/org.babashka/spec.alpha/8df0712896f596680da7a32ae44bb000b7e45e68/src/main/resources"} {:warning...

bug