Adam Cardenas
Adam Cardenas
What is the best way to render all nodes in open state by default? I was able to get the following working in Typescript, but seemingly not the best approach......
Looking at `logger.go`, seems we default to Local time. Make sense for some, but it would be nice to be able to correlate logs with UTC time based events. ```...
Also, seems that `__CURRENT_GIT_STATUS` is not auto updating as well. To reporoduce - I start with a clean git state of master branch. - Touch a new file `blah` -...
Fixed `sbt-idea` plugin version issue.
When building with `sbt`, found a dependency error. ``` ... sbt.ResolveException: unresolved dependency: com.github.mpeltonen#sbt-idea;1.1.0: not found at sbt.IvyActions$.sbt$IvyActions$$resolve(IvyActions.scala:217) at sbt.IvyActions$$anonfun$update$1.apply(IvyActions.scala:126) at sbt.IvyActions$$anonfun$update$1.apply(IvyActions.scala:125) at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:116) at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:116) at sbt.IvySbt$$anonfun$withIvy$1.apply(Ivy.scala:104) at sbt.IvySbt.sbt$IvySbt$$action$1(Ivy.scala:51)...
Fixed issue #3, added updated box with ruby 1.9.3 installed.
ERROR: Error installing chef: mime-types requires Ruby version >= 1.9.2. Building native extensions. This could take a while... The following SSH command responded with a non-zero exit status. Vagrant assumes...
The build script was building the binaries in their respected directories. Making it hard to ignore the binaries via gitignore.