Naftoli Gugenheim
Naftoli Gugenheim
A lot of the build is dedicated to allowing the `samples/` projects to work dually: as standalone projects (you can `cd` into them and load `sbt` from there, or copy...
I know the readme says it's in the making... is there an ETA? Also, I can't find the docs for wavesurfer 1, so I'm kind of stuck. Is it a...
For instance like AnnounceKit et al.
http://csscomb.com/ goes nowhere
## steps ### Method 1 1. Go into an sbt 1.7.1 project directory 2. Set `Global / onChangedBuildSource := ReloadOnSourceChanges` 3. run `sbt ~compile` 4. Edit build.sbt ### Method 2...
I needed to install the following packages: ``` sudo apt-get install python-pip libxslt1-dev python-dev ``` Also I had to run `pip` with `sudo`.
I have code similar to the following that I would have expected such a tool to find: ```scala .header("Authorization", s"Bearer XXXXXXXXXXXXXXXXXXXXXX") ``` It's written in Scala but the syntax in...