Frederik Bosch

Results 110 comments of Frederik Bosch
trafficstars

No progress. I expect to look at in the end of the year. If someone could give some feedback, that could - of course - help to have the feature...

@sagikazarmark I am planning to update this PR. The considerations I mentioned earlier on are still valid. Is this the right path? Meaning: should we create a *new* class `PreciseMoney`...

My initial answers are as follows. 1. Create a new class `PreciseMoney` or embed in `Money`? > New class 2. If answer is create a new class `PreciseMoney`, how to...

@sagikazarmark Could you emphasize your thoughts. Maybe just start with some initials thoughts. Then we will iterate towards the optimal solution.

@willemstuursma Cool to see you drop in. Could you emphasize why we should not be able to convert to `Money`? How to support formatters/parsers/currencies for `PreciseMoney` without conversion possibility?

@willemstuursma Great idea. However, I am on honeymoon leave from Tuesday. So, it will have to wait until November.

I am not against this. It seems fair you can use a number too.

I do see similar messages in my error log. ``` php-fpm 17 [16-Sep-2021 18:40:08] WARNING: [pool www] child 6862 exited with code 1 after 8233.745596 seconds from start php-fpm 17...

As I reported in the commit by @urban-warrior, this commit causes problems in my PHP Imagick scripts. Reading a simple image of just a few bytes causes my scripts to...

Nothing holds you from using the real constructor `new Money(100, new Currency('EUR'))` or creating your own factory method/class that adds an @throws. These factory methods are [created for IDE and...