Andy Ruiz Garramones
Andy Ruiz Garramones
Hi, I've been using webpack-obfuscator for a couple of months and this week decided to enable sourceMap due to unreadable stacktrace being generated at our Sentry. So, it would be...
Hey y'all, I came across this super cool gem a while ago and decided to give it a try. However, something I felt a bit weird is that there's no...
Hey! just came across this super interesting gem and decided to add it to my project. However, when I try to boot the app the server crashes with: `11:21:10 worker.1...
Hey guys, I've used React-Scan previously by adding the `` tag in the `index.html` file of my React project and it worked just fine 🎉 However, I tried today with...
### Description 📖 This pull request adds a logic to check wether the `Procfile.dev` already has a `web` entry. In case it does, we don't append a duplicate `web `entry....
[troubleshooting section]: https://vite-ruby.netlify.app/guide/troubleshooting.html - [X] I have tried upgrading by running `bundle update vite_ruby`. - [X] I have read the __[troubleshooting section]__ before opening an issue. ### Description 📖 I...
I decided to give Sorbet a first try and got to https://sorbet.org/docs/adopting#step-1-install-dependencies. I added the gems to my Gemfile but it immediately fails with ``` Could not find gems matching...
Hey y'all, I'm upgrading from Liquid v4 to v5 and encountered a subtle yet **impactful breaking change** that caused us a significant number of test failures. It seems that during...