Results 15 comments of Hanxue

`sbt-updates` https://github.com/rtimush/sbt-updates seems to be working - perhaps integrate with it?

:+1: Nice! Seems to fix #22 Wonder what @n8han 's opinion is.

Which Homebrew formula are you referring to? I install scala (2.10.3) and sbt (0.13.0) via homebrew, and conscript (0.4.4) is installed successfully for me using the command `curl https://raw.github.com/n8han/conscript/master/setup.sh |...

@ratiw Many thanks for your assistance and prompt reply. As you suggested, I have deleted `node_modules` and reinstalled all dependencies using `npm install` If it helps, I am using npm...

I have double-checked all the packages, and I do need all of it. I am developing using a stack of Electron + Vue.js + VueMaterial + Vuetable 2 Can I...

@ratiw I got the callback to work by changing from `callback: 'statusName'` to `callback: this.statusName` Could there be an issue with the string parsing for `callback`?

Ah, that makes sense now. I appreciate the amount of effort you put in to make vuetable-2 not only extensible and flexible, but also backwards compatible 👍

@Bridgewater I cannot find any discussion group, so I have created [email protected] Simply send an empty email to be subscribed. The list archive is at http://librelist.com/browser/scala.notebook/ Perhaps users can be...

@pawank Scala Notebook has been updated to use sbt 0.13.0, does it work for you now?

This PR should address #44 , #48 and #57