Daniel Compton
Daniel Compton
I think this also relates a little to the use-case in #4.
As an alternative, you could accomplish this by calling `set` on the result, For example: `[:path set] := #{:b :a :c}`.
Sorry I missed this PR. Could we use GitHub Actions? Everything else looks ok.
Yeah, I'd prefer GitHub Actions.
This still seems like a good feature to have to me, it's something I'd find very useful.
> What gave you the idea to try (set-env! :lein {...})? The code comment at [boot.lein](https://github.com/onetom/boot-lein-generate/blob/master/src/boot/lein.clj#L29-L31) said to use the `:lein` key. > What problem does it cause not having...
@odigity You can see where I got to in #12. Notably I still don't have a working method for generating resumable upload URLs yet. I was testing with signed URLs...
Ouch, yeah the trouble with this is that the `project.clj` parser doesn't execute any code which is what's needed here to distinguish between the two versions. Will have to noodle...
I think from memory I was talking about linking to the main dependencies GitHub and Clojars projects, but doing it for the dependencies as well would be quite useful I...
The issue with reading it via a Leiningen plugin is that that causes arbitrary code to be executed. The trick is doing this safely. If I just do this on...