Murilo Vasconcelos
Murilo Vasconcelos
Hello there, I realized the sassc related gems are increasing our slug size in heroku by 10-20% so I decided to remove the (now deprecated) sassc dependencies. In the case...
HI, congrats on the great package! I stumbled across a simple issue today. Unmatched parenthesis such as `data = """ \begin{document} \section{Hello \textit{world}.} \subsection{Watermelon} $ x \in [0,\infty) $ \end{document}...
Common colors like "bg-primary-500" don´t get converted into inline css
Fixes: 1. Get games in correct order 1. Get variations with correct move order 1. Default `MoveText#variations` to `[]` instead of `nil` (This seemed more logical to me) 1. Clean...
### Describe the bug Preview does not update when cache is on ( rails dev:cache) ### To Reproduce Steps to reproduce the behavior: 1. `rails dev:cache` to set cache up...
m = Amatch::Sellers.new("bc") m.insertion = 0.0 m.match("b") => 0.0 m.match("") => 2.0 second query should equal 0.0 . It seems to be an edge case being prematurely ( and incorrectly)...