Results 12 comments of Sumit Khanna

Ran across this when I needed to update my repository to include the architecture "armhf." All of my packages are architecture independent (binary-all; Scala and Python packages) but apt-get doesn't...

I had this same issue. I have an `_include` file for all my posts. For the archive layout, I just did the following: ``` {% for post in page.posts %}...

I'm a big fan of using Vagrant not only for development, but being able to change the provider and using it for production (obviously adding commands to your provisioner to...

It fails with the same class not found error if I add in just the following lines without Twirl.settings: ``` libraryDependencies val scalaV = binaryScalaVersion(sV) val crossVersionedName = "twirl-api_"+scalaV val...

I think I found a solution. There are hard coded timeouts in `DockerKit`, but they can be overridden pretty easily: ``` trait MyContainers extends DockerKit { //override DockerKit timeouts override...

I'm running into this same issue: ``` $ triton profile ls NAME CURR ACCOUNT USER URL djsumdog djsumdog - https://us-sw-1.api.joyent.com Warning: There is no current profile. Use "triton profile set-current...

Could you just give us an example of how those settings would look in a `config.json`? Most other plugins expose their settings in the preferences. I just started using atom...

Oh, it's right there, before the readme. How did I miss that? :confused: Thanks!

Second on this. I currently use Ant+Ivy (thinking about migrating to sbt) and would like to pull this in as a dependency

Previous versions: net-misc/meganz-sdk-3.3.8 net-misc/megasync-3.7.1.0 If they're not merged, portage will pull the correct correct versions (or ask to add the accept keywords if they're not there). I've seen this behaviour...