なつき

Results 33 issues of なつき

The `sassc` gem (libsass) has been deprecated in Oct 2020, and [reached end-of-life Oct 2024](https://github.com/sass/sassc-ruby/blob/master/README.md#sassc-has-reached-end-of-life). [`sass-embedded`](https://github.com/ntkme/sass-embedded-host-ruby) is a new ruby api implementation that uses the official [dart-sass](https://github.com/sass/dart-sass) compiler internally. This...

notstale

After another close look at the import behavior reported in #135, I believe that sass-embedded behavior is correct and sassc integration is buggy. The root cause is that sassc integration...

It is very difficult to reproduce but here is one occurrence that is lucky enough to be logged: https://github.com/ntkme/sass-embedded-host-ruby/runs/7681669161?check_suite_focus=true

bug
cexts

This PR adds for two options that refines logging.

## Is your feature request related to a problem? Please describe. In Ruby >=3.0, we can write the modifier and `attr_*` helpers inline like: ``` ruby class Foo public attr_accessor...

https://github.com/ruby/ruby/blob/v3_0_0/eval_error.c#L326 ソースコードを見たところ、`ruby >=3.0.0`では order のデフォルト値は `Exception.to_tty?` とは関係なく `:top` です。

The dartsass gem has never been updated since its very first release. This PR updates to latest version of dart sass using sass-embedded gem, which has version and feature matching...

This PR switches to use sass-embedded (dart-sass) to compile scss stylesheets.

This allow the embedded-host-ruby to accept a deprecation version as input, without the need of maintaining the complete deprecation list on the host side.