Results 311 comments of Martin Klepsch

I kind of like the idea to have a syntax for invoking random functions. @alexander-yakushev If you have a moment would you mind outlining how you intend to use tasks...

Hey! Is there any particular step that seemingly takes the majority of the overall time spent?

I'm often using a simple edn file to hold some credentials. To keep stuff working for people that don't have this file I'm using a workaround like this: ``` clojure...

@kennyjwilli thanks for reporting! 1. Is the repro (https://github.com/kennyjwilli/boot-files-issue) still intact and can you reproduce the issue there? 1. Could you please add some minimal information what to run to...

There’s an outstanding PR (which will be part of the next release) that makes bootignore behavior more consistent: https://github.com/boot-clj/boot/pull/663 You could try merging those changes and rebuilding boot locally to...

It seems there are other people also having issues with IntelliJ's safe write feature: https://github.com/cgrand/enlive/issues/143 — the universal solution seems to be disabling safe write 😏

@kennyjwilli I updated the name if this ticket, feel free to change if you feel this does not accurately reflect the nature of this problem.

Rereading #663 it seems that this won't affect the issue at hand since `.bootignore` really just takes care of ignoring directories, not individual files.

Ideas for changes that could help future users avoid this kind of trouble: - Document it in the [Cursive page](https://github.com/boot-clj/boot/wiki/For-Cursive-Users) in the wiki - Catch `NoSuchFileExceptions` occuring in `boot.file/walk-file-tree` and...

The file to be edited is here: https://github.com/clojure/clojurescript-site/blob/master/content/reference/dependencies.adoc. This should be fairly straightforward for anyone who has used `boot-cljs` before.