Sam Carré

Results 13 issues of Sam Carré

Quick Update: Work has been quite busy at the moment so I haven't had a chance to dive into V2 for a while, but V2 will definitely be here before...

enhancement

I noticed an issue with using Lasso across multiple servers on Envoyer. Occasionally, they try to write the `history.json` file at once.

I noticed a bug where if you tried using appendToHaystack, it won’t use the default delay/queue/connection. In order to fix this, I need to add this configuration to the haystack...

bug

I recently ran into an issue where my connector had a default Content-Type of `application/json` and the request had a different Content-Type added by the body trait (`HasFormBody`) but because...

Hi @vyuldashev 👋 Thank you for this great little package, it's helped me massively with a project we've had to built quickly. I ran into a small issue however which...

It would be really cool if you could use the search/reader methods on the base `Element` class that comes from the reader. ```php $reader = XmlReader::fromString(...); $element = $reader->element('food.2')->sole(); $element->element('name')->sole();...

enhancement

# Description This PR aims to fix #30. The issue I recently discovered is that the request logs were slowing down our requests because they were being inserted into the...

### Subject of the issue Hi... me again 😆 I was trying to upgrade to v3 and when running all tests in parallel we're getting a weird issue: ![Screenshot 2024-02-27...

Hey, absolutely love this package - great work on it! We're currently running into an issue where because every request is written to the `request_logs` table. This results in a...