Jhordan Lima

Results 7 comments of Jhordan Lima

Caracas! Você é um gênio, @ricardoperroni! Agradeço demais pela solução :D

It`s work for me: ```python import re from dateutil.relativedelta import relativedelta from typing import Optional def extract_duration_info(duration_string: str) -> relativedelta: regex_pattern = re.compile(r'(?:(\d+) years?)? ?(?:(\d+) mon(?:s)?)? ?(?:(\d+) days?)? ?(?:(\d+):(\d+):(\d+))?') match...

Hii, @Siumauricio! I know this issue is closed, but I couldn't find another that directly addresses my question, so I decided to ask here. I'm looking for the best practice...

Hi @ndrluis, I also experienced the same authentication problem. I ran some tests and based on them, I have come up with a hypothesis that the problem may be related...

I performed a `docker inspect` on the crashed container and found the `ExitCode` was **139**. A quick search reveals that this code typically indicates a **segmentation fault**, which happens when...

Hi everyone, I've successfully reproduced the bug. I created a basic Laravel 12 project with `spatie/async` to isolate the issue, and you can find it in this repository: https://github.com/jhorlima/laravel-frankenphp-spatie-async. The...

Hi, I continued testing on my main project and encountered some issues when using `withBinary('php')` to add processes to the pool. I started having problems loading Laravel resources, such as...