eugene yokota

Results 718 comments of eugene yokota

> if I work on a pull request that includes word-only in normalize, would you be willing to accept it? Sure. Why not.

I guess we could do something like `name.replaceAll("""[^a-zA-Z0-9\-_]""", " ")` so `_` and `-` are accepted?

As it happens that I am currently a maintainer of both conscript and sbt, but the dependency from conscript to sbt is just the launcher mechanism. Plus I kind of...

That was created for html5 offline cache to read the docs offline. Not sure if it's needed.

Looks like it was disabled here - https://github.com/Homebrew/homebrew-core/pull/58850

The work around would be something like ```bash curl -L https://search.maven.org/remotecontent?filepath=org/foundweekends/giter8/giter8-bootstrap_2.12/0.13.1/giter8-bootstrap_2.12-0.13.1.sh > ~/bin/g8 chmod +x ~/bin/g8 ```

https://github.com/sbt/sbt-giter8-resolver/blob/master/src/main/scala/sbt/Giter8TemplateResolver.scala supports file://

I'm not really interested in trying to convince Homebrew core what they should and shouldn't host. I guess we could make our own tap (?) if there's a huge demand...

It would be good to revisit this now that sbt 1.7.2 is out with Mina-enabled Giter8.

Is/was conscript part of the Homebrew?