なつき

Results 167 comments of なつき

> I think this would be easiest to implement as a bundler configuration variable, something like `exec_env`, so you could set it with bundle config, or by running `BUNDLE_EXEC_ENV='RUBYOPT=-rlogger' bundle...

@deivid-rodriguez `ruby` was just an example, the actual command that I ran into issue was `RUBYOPT=-rlogger bundle exec rake` and potentially it maybe other gem executables.

Basically this PR reuses the same importer logic of `sassc-embedded`, with small modifications: ``` diff diff --git a/lib/sassc/embedded.rb b/lib/sassc/embedded.rb index 703df7c..dfc15d7 100644 --- a/lib/sassc/embedded.rb +++ b/lib/sassc/embedded.rb @@ -229,6 +229,18 @@...

@denisdefreyne Would you mind take a look when you get a chance?

A workaround is to use the sfx installer or zstd achieve and run `msys2_shell.cmd` after extraction: ``` powershell (New-Object System.Net.WebClient).DownloadFile("https://repo.msys2.org/distrib/msys2-x86_64-latest.sfx.exe", "msys2-x86_64-latest.sfx.exe") (New-Object System.Net.WebClient).DownloadFile("https://repo.msys2.org/distrib/msys2-x86_64-latest.sfx.exe.sig", "msys2-x86_64-latest.sfx.exe.sig") gpg --keyserver keyserver.ubuntu.com --recv "0EBF 782C...

GitHub Action cache by design is per branch, and cache enabled for any PR branch is also by design, so that if a user push multiple times to the same...

In that case the best way to do it would be detect if a run is from merge queue, which can be don by check `github.event_name`, and then disable writing...