Felipe Hertzer

Results 11 issues of Felipe Hertzer

## Description Would it be possible to add a count of hits when grouped by a column, currently there is a column 'found' but it only counts the total of...

enhancement

## Description Hello, I would like to check if there is a way or if it can be added, the possibility of carrying out searches with case sensitivity. For example...

Hey @josephmancuso, I found out that the rollback command has an issue of keeping the MySql connection open. Similar than #857 ```python DB.begin_transaction() QueryBuilder().table('user').update('status', 1) DB.rollback() ``` I added a...

Hey @adbar, I was looking the benchmark and I found some attributes that can be improved. Also, I found a bug in my last pull request with "@data-testid", I found...

Hi @adbar, I encountered this problem when trying to scrape this [site](https://shorturl.at/mpAOS). The code is bringing the sidebar with the body, the sidebar div class is 'l-sidebar'. So in my...

question

Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own...

added decode to normalize strings that come html encoded. I.e. %3C test%40test.com%3E" goes to < [email protected]>

It is a new domain for temp-email https://mxtoolbox.com/SuperTool.aspx?action=mx%3avvatxiy.com&run=toolpage You can check the ip and then the lookup

**Describe the bug** I'm trying to use the package with Python 3.12 but the pendulum dependencie doesn't allow it. Is there any reason why it is locked at pendulum>=2.1,

major

Hi @jamesmills, I'm encountering an issue when the notification has parameters that exceed 2048 bytes. The error seems to be related to the use of `serialize($notification)` to build the cache...