Yuriy Susuk
Yuriy Susuk
in case you'll want to install gitter8, you'll probably need as well to change .conscript/n8han/conscript/cs/launchconfig ``` [boot] directory: C:/cygwin64/home//.conscript/boot ```
Hi guys, i know you had this discussion, but it will be really cool to have a functionality that do a compile time check and falls back to runtime if...
yeah, that would indeed work for me. for the moment i did that workaround ```scala type BucketNamePredicate = And[MinSize[W.`3`.T], MaxSize[W.`37`.T]] type BucketName = String Refined BucketNamePredicate implicit class StringOps(str: String)...
@fthomas what help do you need with https://github.com/fthomas/refined/compare/topic/unsafeFrom2?
@fthomas i'm trying to make this one https://github.com/fthomas/refined/compare/topic/unsafeFrom2 work
hi @fthomas, @andyscott shall we put here some ideas for the exercises?
i made some first steps https://github.com/ysusuk/exercises-refined/
@fthomas i think the easiest way is of course to run the tests=) but if you want to check the UI you'll need to build `sbt compile pushLocal` on `exercises-refined`....
Hi guys, can you pls elaborate on this a bit? I am happy to help!
@ratoshniuk pls merge in master, this should solve current issue!