Xiaodong Sun

Results 13 comments of Xiaodong Sun

ExtendedMessageFormat will not help us so much... Since it considers, just like MessageFormat, the first "argument" within the {arg1, arg2, ...} as an INTEGER. So the same IllegalArgumentException will be...

Any input on this performance issue @chjj , thanks ?

@aurium Personally I think it would be better. @chjj Actually what I mean "frozen" is just like you said : it takes long time to render something, and that may...

@sagarchandarana123 thanks to confirm this issue. Could you share your workaround source code ?

Please take a look at #830

The problem is the `sassC-rails` GEM. You can simply replace it by `dartsass-sprockets` : ```ruby # See: https://github.com/tablecheck/dartsass-sprockets gem 'dartsass-sprockets', '~> 3.1' ```

Hello @trungtran1512, do you have any idea about when this PR will be merged and when a new release will be cut? thanks

Hello @trungtran1512 who is the maintainer of this project? I guess @benlangfeld? Why he does never respond? Is this project dead? The code base is out-to-date...

I've encountered the same issue with ruby 2.6.6, rails 5.2.4.3, and only when running unit tests with `fork` call. > [BUG] Segmentation fault at 0x00007f685c9559d0 ruby 2.6.6p146 (2020-03-31 revision 67876)...