Rico Sta. Cruz

Results 243 comments of Rico Sta. Cruz

It fails in coffeescriptredux 2.0.0-beta8. http://michaelficarra.github.io/CoffeeScriptRedux/#try:switch%20%28if%20a%20then%20b%20else%20c%29%0A%20%20when%20d%0A%20%20%20%20e%28%29

perhaps you can use: ``` []: this is a comment ```

``` ruby configure do set :database, "postgres://username:password@localhost/mydb" end ``` Should instead be ``` ruby configure do |m| m.database = "postgres://username:password@localhost/mydb" end ``` See if that fixes it.

sinatra-activerecord is not based on sinatra-sequel. the former uses activerecord, and the latter uses sequel. If you need help with sinatra-activerecord, you're better off asking in that project than here.

Sorry mister Walle, but I believe you're asking in the wrong place. First of all, the slowdown would probably be a Sequel issue, you may want to open an issue...

Sinatra-sequel does not support down migrations yet.

I was hoping to see how to enable autoprefixer's grid support. I eventually found it in the README for a past version (v9.6.0), and a passing mention about an ENV...

From what I can tell, this happens here: ```sh while set tmux_fish_ppid (ps -o ppid= -p $tmux_fish_pid | string trim) and ! string match -q "tmux*" (basename (ps -o command=...

the correct solution should be to not use the box-shadow mixin at all... just use `box-shadow: ___`.