Taketo Takashima

Results 23 comments of Taketo Takashima

@apotonick > However, now Ruby 2.5 is breaking Sorry. I fixed it. > Your intention of this PR is to allow a cache decider without any arguments, right? def cache_enabled?;...

@apotonick The CI error of Ruby < 2.7 is caused by cells gem

@apotonick PR (#72) is only adding test case. I created #73 to fix `Cell::RailsExtensions::ViewModel#call` with keyword args. but it fail test because it need to release the commit https://github.com/trailblazer/cells/commit/88796e3a29cbd07887a6161e721164a75c3218a7 of...

Related issues in Ruby Issue Tracking System. - https://bugs.ruby-lang.org/issues/11531 - https://bugs.ruby-lang.org/issues/1905

FYI: The adapter name of trilogy gem is `Trilogy` It define rails/rails repository. https://github.com/rails/rails/blob/7-1-stable/activerecord/lib/active_record/connection_adapters/trilogy_adapter.rb#L44

FYI: trilogy gem support rails v6.0+. Trilogy gem support rails v7.1+. If to support rails v6.0 - v7.0, add activerecord-trilogy-adapter gem. https://github.com/trilogy-libraries/activerecord-trilogy-adapter > Active Record adapter for the Trilogy database...

I success to install with below config in macOS Sonoma 14.3.1 (M1). ```sh $ bundle config build.posix-spawn --with-cflags="-Wno-incompatible-function-pointer-types" ```

@zzak Thanks for comment. If no one else needs it, I will try to monkey patch for my apps.

It have workaround to use legacy api of sass-loader option. - sass-loader: v16.0.0 - https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md#1600-2024-07-26 If use legacy api of sass-loader, add following settings in webpack config. ``` module.exports =...