Adam Kovacs

Results 7 comments of Adam Kovacs

@wolfgangrittner any chance of open sourcing your extension? Even as a separate repo/gist

@wolfgangrittner so are you running it in its own dedicated pod? That's the approach I was considering actually, my concern is if some data gets lost in the process (like...

Thanks, I have the verify step running after ```bash RAILS_ENV=test bundle exec rails db:drop RAILS_ENV=test bundle exec rails db:create RAILS_ENV=test bundle exec rails db:schema:load RAILS_ENV=test ./bin/tapioca dsl --verify ``` So...

I can confirm that it works with the latest `1.13.3` version however I had to manually pin the `zone.js` version in my `package.json` like so ```json "overrides": { "zone.js": "0.14.3"...

@korniltsev any idea when you'll be update the fork? https://github.com/rbspy/rbspy/releases/tag/v0.25.0 seems to be the latest, supporting Ruby 3.3.5

@korniltsev Can you give me an estimate? Is pyroscope Ruby not being actively worked on?

Facing this same issue, the problem is that if I generate todos with the -g flag, for the missing table inconsistency the yaml looks like ```yaml ModelName: ! '': MissingTableChecker:...