Oleksii Vasyliev
Oleksii Vasyliev
Based on my research looks like sentry start "put" events data to redis with expiration 24 hours, which lead this events very quickly fill memory in redis (because one event...
```json "packageManager": "[email protected]", ``` in package.json present @navidemad
I think bun mean `bun.lock` files in project. So not clear why `bun` should manage `yarn.lock`
We just should remove `yarn.lock` as autodetection for bun. Also, for such cases as in https://github.com/rails/cssbundling-rails/pull/165 create config variable, which will set js package manager and will use it instead...
https://github.com/le0pard/ransack/pull/2 - tests passed
> Would it maybe make sense to use tailwindcss-rails instead of having to install stuff from npm ? I also against this, because under hood it using tailwindcss from npm,...
https://github.com/flavorjones/tailwindcss-ruby/blob/fc3c88dcb127e23f8d8bf85d081495469ce4e565/rakelib/package.rake#L71 - it is just download tailwindcss binaries, which sits in npm packages and pack it's in gems. It don't have "ruby port of tailwind" or something else. In any...
Great job, team!
Can https://github.com/activerecord-hackery/ransack/pull/1525 also fix this issue? Because now `reject!` based on name and key in condition
@itsalongstory thanks for check