Splines

Results 150 comments of Splines

Thanks for stating what did the trick. I've linked to this from the troubleshooting section in case anyone else should encounter this issue.

I don't use Prettier and instead rely totally on ESLint to do linting _and_ formatting. E.g. I use [ESLint Stylistic](https://eslint.style/) for JS, [TypeScript ESLint](https://typescript-eslint.io/) for TypeScript and this amazing [HTML...

this is due to Turbo Drive, will fix this

To find these places, search for `placeholder: t("basics.enter_two_letters")`.

For a dashboard view over the data, we might want to use Grafana. Also see the [`prometheus_exporter` gem](https://github.com/discourse/prometheus_exporter) and the [linked blog post](https://samsaffron.com/archive/2018/02/02/instrumenting-rails-with-prometheus) that can serve as a guide on...

Some more guides to consider: - [37signals: Prometheus metrics with Rails and Kamal](https://dev.37signals.com/kamal-prometheus/) - [Ruby on Rails Monitoring with Prometheus](https://betterstack.com/community/guides/monitoring/ruby-rails-prometheus/) - [What is Prometheus Monitoring? A Beginner's Guide](https://betterstack.com/community/guides/monitoring/prometheus/) - [**Meet...

So, as far as I see, is my following statement correct? (see the repro below) > When you [overwrite the test fixture](https://playwright.dev/docs/test-fixtures#overriding-fixtures) and use `Show browser` in VSCode, the browser...

Just like #768, we should probably do this after https://github.com/rubocop/rubocop-rails/issues/1521 is fixed by RuboCop itself

Alternatively, relative asset names would be awesome too, as I could then do this in the described scenario: ```erb ```