Pablo Largo Mohedano

Results 84 comments of Pablo Largo Mohedano

This could be a good usage? ```php $translations->addFromJsCodeFile($file, [ 'base_path' => '/var/www/html' ]); ```

Same problem here, using Docker Engine. Forced to run `docker pull my-private-image` and then `docker compose build`

Well, I guess I made some progress manually removing the implementation of those inline functions (for example, turning it like `static inline cpFloat cpfmax(cpFloat a, cpFloat b)`). But it seems...

Can be closed when a new tag is released?

Well, is this really a bug or a behavior? :D

I understand the whole argument about the behaviour of (for example) `notPath()`, but I still don't find the documentation well explained, nor the behaviour of the method. For example: I'm...

Thinking out loud, I'm between this ones in `RefundResponse::__construct()` ``` php // Best one? I see that there is no way to get the original request or access to //...