sassc-ruby icon indicating copy to clipboard operation
sassc-ruby copied to clipboard

Use libsass with Ruby!

Results 75 sassc-ruby issues
Sort by recently updated
recently updated
newest added

This is only occurring in a staging/ubuntu environment. Locally, on a MacOS/development environment, this is working fine. ``` /home/deploy/rails/sequoia/shared/bundle/ruby/2.6.0/gems/sassc-2.1.0.pre3-x86_64-linux/lib/sassc/engine.rb:42: [BUG] Segmentation fault at 0x0000000000000000 ruby 2.6.2p47 (2019-03-13 revision 67232) [x86_64-linux-gnu]...

I'm guessing this has something to do with `bundler`'s implementation but reporting here as well. ### `Gemfile` ```ruby source 'https://rubygems.org' gem 'sassc' ``` ### `~/.bundle/config` ```yaml --- BUNDLE_PATH: "vendor/bundle" BUNDLE_GLOBAL_GEM_CACHE:...

I have been noticing a pattern in sassc segfaults that every is having. There are several interesting ones and I think I can help eliminate most of them. 99% of...

I'm hitting this build error and I'm not sure how to get past it. Using Ruby 2.6.4. Any ideas? ``` $ gem install sassc Building native extensions. This could take...

We upgraded from 2.0.1 to 2.4.0 and ran into a strange issue with a Sassc process going into an infinite loop on one specific stylesheet. I stripped down the stylesheet...

Hi 👋 I'm wondering if there's an API that lets me read the compiled values of variables. Something like: ```ruby raw_sass = '$hello: "World";' Sassc::SOMETHING.parse(raw_sass).variables # => { "$hello" =>...

I am unable to create new Rails project using rails version 6.0.2 in window 10 x64 here is my gem file ``` source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby...

I just ran into this, and found this issue has been reported here -> https://github.com/sass/sassc-rails/issues/97 , however I believe the issue is this project. I'll happily change the syntax of...

This PR updates CI to use latest patch versions of each Ruby in the matrix.

I often run into this segfault that seems to occur only in GitHub Actions: Crash log ``` /home/runner/work/app/vendor/bundle/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/library.rb:112: [BUG] Illegal instruction at 0x00007fd6a24f8bd0 ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-linux] --...