Hello,
I've got a situation where I want to allow users some modest calculation
ability, and I've gone through various evolutions of possibilities, like
letting them put in raw Clojure code (that I will restrict at some point),
to (heh) using POI to let them use Excel to specify possibilities (whi
Is there a way to specify a dependency whose name starts with a number? For
example:
```
{:deps {com.github.2captcha/2captcha-java {:mvn/version "1.0.1"}}}
```
will error with
```
Error building classpath. Error reading edn. Invalid token:
com.github.2captcha/2captcha-java (/Users/zk/code/mono
I don't think there is any workaround for this, it's the first time I've
seen someone run into this. I'll log it and think about a solution.
On Saturday, May 15, 2021 at 6:22:41 PM UTC-5 zk wrote:
> Is there a way to specify a dependency whose name starts with a number?
> For example:
>
> ```
>