ritschwumm

Results 65 comments of ritschwumm

the custom resources directory is in a directory named `.commonist` inside whatever directory the java system property `user.home` says. if you start the commonist manually (either from the capsule jar...

what did you think about, an additional checkbox in the gui for each file? or an additional choice in the "this file already exists"-dialog?

chunked upload as in https://www.mediawiki.org/wiki/API:Upload#Chunked_uploading i guess?

+1 and maybe include the fix for #67 which afaik happened after 0.3

that's why i use https://github.com/ritschwumm/scutil/blob/master/sub/base/src/main/scala/scutil/lang/pimp/StringContextImplicits.scala#L19 ...

i wonder whether disallowing the s interpolator completely wouldn't be the better solution

well, i have wartremover in all my builds already - should i additionally need scalafix for something that quite definitely falls into the range of things wartremover exists for to...

+1, and the same for .toString inside string-interpolation ala s"..."

questions: * what's the purpose of the overridePlatformMBeanServer method? * is this just a variant of #110?