Oliver Schrenk
Oliver Schrenk
:+1: That would be amazing for my external keyboard
The `MANIFEST.MF` in the jar from Maven Central ``` Manifest-Version: 1.0 Bnd-LastModified: 1374176813268 Bundle-ManifestVersion: 2 Bundle-Name: net.sandrogrzicic.scalabuff.compiler Bundle-SymbolicName: net.sandrogrzicic.scalabuff.compiler Bundle-Version: 1.3.3 Created-By: 1.7.0_25 (Oracle Corporation) Import-Package: scala;version="[2.10,3)",scala.collection;version="[2.10 ,3)",scala.collection.generic;version="[2.10,3)",scala.collection.immut able;version="[2.10,3)",scala.collection.mutable;version="[2.10,3)",sca la.collection.parallel;version="[2.10,3)",scala.reflect;version="[2.10,...
So I found the sbt way of compiling the `.proto` files. I documented my findings in the wiki on the [usage examples](https://github.com/SandroGrzicic/ScalaBuff/wiki/Usage-examples) page. Honestly I would like to have this...
I was under the assumption that it produced a Java executable jar. Understandably it doesn't. So this is the way: ``` $ sbt package $ scala scalabuff-compiler/target/scala-2.10/scalabuff-compiler_2.10-1.3.3.jar ``` There is...
A small correction. On step 3 it is actually possible to double tap on the AppleWatch but the timing has to be perfect, the dialog on the Watch appears, you...
@mikz What a great idea! I will need to read up on the implications of these settings but a quick test does solve the issue.
Can confirm that unticking “Slightly dim the display while on battery power” works. The thing that was so confusing to me is that `hs.brightness.set(70)` works as expected from the Hammerspoon...
Running into same issue. Information What sbt-native-packager are you using 1.9.9 What sbt version 1.7.1 What package are you building (e.g. docker, rpm, ...) docker
Thanks! That's a good idea - I have not tried that.