Michal Hantl

Results 44 comments of Michal Hantl

@adamhwang Is there a way people can use your fork in the meantime? I tried including it as git repo but things don't seem to get resolved.

> > @adamhwang Is there a way people can use your fork in the meantime? > > I tried including it as git repo but things don't seem to get...

This was first result on google unfortunatley. The name has been changed to `backtrace_exclusion_patterns` here: https://github.com/rspec/rspec-rails/pull/732/files

Another stab at this, this finally fails with the same error. A bit dirty (knows too much) but good start for now. ```ruby RSpec.describe 'Sidekiq Scheduler config' do let(:config_path) {...

+1 Absolutely, heroku for instance gives you just the small format

Ha, just found an easy way of working this around: ``` pg_restore -O latest.dump | dokku postgresql:restore ``` The pg_restore command will gladly uncompress the file for you and you...

I'd love to know how to configure Fzf to include new files as well. Can this even be configured currently?

There seems to be support for those https://mamba-bdd.readthedocs.io/en/latest/filtering.html#focused-examples

UPDATE: this is fixed with this commit: https://github.com/mjbellantoni/formtastic-bootstrap/commit/18fab411ee597a1543b4499b4c69d65e019c1fdd Formtastic is still v 3.0.0 as my gem previously stated, but sourcing from github brings that important commit which fixes this situation.

I think it could be safely enabled in a client if you give it something like `cache: true, expire_in: 1.minute`. I really want to be able to just add a...