Lev Lukomskyi

Results 3 issues of Lev Lukomskyi

Hey, I adore this gem, it simplifies things a lot! I wish it's integrated into ruby itself! However I found that it lacks a feature to clear cache for specific...

### Subject of the issue It appears that if And compounds are sequential then tests are running for a long time. Eg.: ```ruby expect('qwe'). to include('asd'). and(include('asd')). and(include('asd')). and(include('asd')). and(include('asd'))....

I've started receiving `[SQLITE_BUSY] The database file is locked` error recently after update to signal-cli 0.13.0 and it fails on 0.13.1 as well. To reproduce just run this: ```bash JAVA_HOME=/usr/local/Cellar/openjdk/21.0.2/libexec/openjdk.jdk/Contents/Home...