Shane Delmore

Results 16 issues of Shane Delmore

This is not even close to ready, just making a pr to see if I am on the right track.

Sometimes I don’t know the name of the library I want, or the library can’t be found (for example, maybe the name is super generic like twitter/util), it would be...

Feature Suggestion: It would be nice in tests to be able to use JimFs virtual file system (or any VFS really) instead of having to write to my actual file...

question

For feature request 861, dynamically build handy models submenu list of models from user resources shape directory, followed by application resources handy_models directory. This is a simple implementation with no...

**Is your feature request related to a problem? Please describe.** I would like to be able to print improved mild top surface curves and slants without the stair stepping produced...

To fix add META-INF/services/scalafix.v1.Rule with the rule name

import rapture.i18n._ import googleTranslate._ implicit val apiKey = GoogleApiKey("YouReallyNeedOneOfTheseToTestThis") type AppLangs = En with Fr with Es type IString = I18n[String, AppLangs] val greeting: IString = en"Hello" //Compile time assistance...

bug
easy
#i18n

When I add the following dependency: "com.propensive" %% "rapture" % "2.0.0-M7" I end up with rapture-test in my compile scope which pulls scalatest 2.2.6 into my compile scope. I have...