Pierre
                                            Pierre
                                        
                                    @saucisson I'd be curious to know why are you doing this ? I do have a specific need: use a nginx specific API to attempt to maintain the connection to...
It seems this package has not seen any activity for 4 years, I ended up looking for a maintained theme. I love Arc, but I ended up using another completely...
Most often I set the id property as being nullable, and lazy create the new UUID if not set in the getId() method, such as: ```php class Foo { private...
I would always recommend to use types as much as you can, this way to are sure that an invalid UUID never will reach your business code. And this is...
I don't if documentation needs to be updated as well or if it's maintained in another place (and my english level is not the best one).
@derickr I'm unsure why the CI breaks, it tells that: ``` cc -g -O0 -Wall -Wdeclaration-after-statement -Wdiscarded-qualifiers -Wempty-body -Wenum-compare -Werror -Wextra -Wformat-nonliteral -Wformat-security -Winit-self -Wlogical-not-parentheses -Wlogical-op -Wmaybe-uninitialized -Wmissing-format-attribute -Wno-missing-field-initializers -Wno-sign-compare...
@derickr any news on this ? I'm sorry if I'm rude asking so soon but I'm like a child at Christmas, it's been a long time I didn't write C...
> I would appreciate it if you can write some notes on why you need to do the calculations with the `compute_inclusive_value()` function. Of course, I'll add this. > An...
@derickr Thanks a lot for the complete review, it's a pleasure to read and follow. I managed to fix most of the trivial changes you asked, and I completely rewrote...
One last comment: the CI doesn't include PHP 8.1, so the Fiber unit test isn't run on those CI's. I locally mounted a quick and dirty docker-compose based env to...