Rodrigo Rosenfeld Rosas

Results 78 comments of Rodrigo Rosenfeld Rosas

For my particular scenario, I ended up rewriting my CSS in a way to make it simpler and I no longer need any processing other than converting from SASS currently....

Additionally, it should be possible to define the default colors_mode and colors array globally: ``` Graphic.default_colors_mode = :next Graphic.default_colors_sequence = [:red, :yellow, :blue] ``` I guess this result could be...

I've sent you a first pull request regarding this issue...

Hi, would you mind explaining why you are asking for such change? What problem does it fix?

Hi Michael, could you please check out the _optimistic_ branch I just created? https://github.com/rosenfeld/active_record_migrations/tree/optimistic Anyway, I'm curious, why are you using `active_record_migrations` if you already have a Rails app which...

Thanks, Michael, but I don't actually maintain this project, only the fork. Please try contacting the author: https://code.google.com/p/conque/

That was my first attempt. I tried that, then I tried to smp.wrap([conf1, conf2]) and finally smp.wrap( env => {}). That first attempt, like you suggested, didn't seem to give...

Hmm, I need more time to test this. It basically worked as expected for one of my projects. But it finishes much before the build in the other project. Both...

I have a private project I use to bootstrap new projects and that I intend to open-source once it's more polished. I can reproduce the issue in this project. Just...