Juan Manuel Torres

Results 8 comments of Juan Manuel Torres

I agree with @huglester. I think he brings up very valid points. 1) User should not be automatically logged in when the system is attempting to create a record and...

@leahmcguire, thank you for your response! Looking forward to future improvements.

I started using ``` table.set_style('compact') ``` to set the proper layout. saw it in the tests :)

I'm experiencing the same issue. It seems the problem occurs because the example uses the _empty_ `LocalOnLineLda.empty` method to create the `lda` object. https://github.com/Nitro/scalda/blob/74c585af40db6e4426a3903aa50f9dd743c0b2ec/src/main/scala/com/nitro/scalda/examples/TopicProportionsExample.scala#L25 When using empty, the `numTopics` is...

Sigh, know PHP 5.3 is now dead, unfortunately I'm still using it due to work/hosting support. However I am working on the release of `v1.0.0` and I'm changing several stuff...

I recently found out about http://fideloper.github.io/Vaprobash/. You can provision your dev environment with a single Vagrantfile no need to maintain any recipes. The provisioning scripts are on github https://github.com/fideloper/Vaprobash. On...

I'll try to take a look to get a more recent version of PHP. In the meantime you may want to check out [VaProBash](http://fideloper.github.io/Vaprobash/). This is a well maintained project...