Hans Schnedlitz

Results 33 issues of Hans Schnedlitz

### Problem this feature will solve FactoryBot allows us to easily define associations that should automatically be constructed when creating or building a model. These associations are statically defined in...

feature

We are seeing a massive overhead in request times when using Omniauth middleware - often in the area of ~100ms ### Configuration - Provider Gem: `omniauth-google-oauth` - Ruby Version: `2.4.4`...

First of all, thanks for creating this gem! Works really great for me :+1: I do have a small issue when using the `touch: true` option though. One rails application...

### Is your proposal related to a problem? Rails 7 introduced several new ways to deal with assets. There are various JS and CSS Bundlers, [Importmaps](https://github.com/rails/importmap-rails), and also [Propshaft](https://github.com/rails/propshaft) which...

feature 🚀

The video that is currently in the readme is old and needs to be updated, as #67, and #94 made some changes. Might want to wait until #89, as that...

documentation 🗒

### Is your proposal related to a problem? Right now, it is not possible to filter by requests by date. Sometimes, I might want to find some request I know...

feature 🚀
good first issue

Right now, which traces are profiled, and how they are rendered, is hardcoded. Add some sort of plugin architecture that allows users to add custom profilers

feature 🚀

Right now, stimulus controllers, presenters and so on are a mess. This needs to be cleaned up, along with styles. Some options: - Evaluate [view component](https://github.com/github/view_component) - Improve self-rolled presenters...

chore 🔧

Models such as Trace, ProfiledRequest do not have validations at the moment. Just to be safe, validations should be added, for example: - Required attributes (user_id) presence - Formatting (e.g....

good first issue
chore 🔧

Even if it's just an engine. RMP should adhere to acessiblity standards. 1. Run accessibility tests (e.g. using [Axe Tools](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/) or just the built-in browser tools) 2. Fix any sever...

chore 🔧