Martin Klepsch
Martin Klepsch
@mudgen Hey & sorry for the late response :) After you get this exception can you inspect `*e` in the REPL and gist the stacktrace? `(clojure.repl/pst *e)` should do the...
@flyboarder would you mind expanding on this change in a Changelog entry? Outlining previous and with-this-PR behavior in the PR would also be great as I'm not fully aware how...
I tried to minimize the repro a bit but there seem to be a few gotchas: - it seems important that the `set-env!` command also sets `:source-paths` - it seems...
I think that's a great idea and at least I am open to this kind of change. Obviously it would be important that this quietly fails if `tmutil` is not...
There's an entry for [notify](https://github.com/boot-clj/boot/blob/master/doc/boot.task.built-in.md#notify) in the docs. Can we close this @arichiardi?
Fair point, let me try to get more at the underlying problem: ### A bit of context These days many tools operate on ESM module graphs, they use them to...
Another thought: Maybe the API could also be to pass the contents of `squint.edn` to `compileString`. That way the APIs would be reachable from both the CLI (with `squint.edn` implicitly...
Is there any chance this might get fixed in a future release?
> Show me how you would use `get-in` with normal EDN that contains a reader macro Yeah I don't really know how that would work either 😅 I was just...
Actually, thinking about this more, couldn't there just be a special way of "entering" the value behind the reader macro? I guess that's possible with rewrite-clj already... 💡 I think...