Allan Simon
Allan Simon
seems it's about implementing the method `smbios_system_set_uuid` in https://github.com/system76/coreboot/ with something like ``` void smbios_system_set_uuid(u8 *uuid) { memcpy(uuid, UUID_DEFINED_BY_A_COMPILER_CONSTANT, 16); } ```
now it should be good @mnapoli
in my case it was because the `env` and `debug` attribute used to construct the kernel were overwritten by the dotenv value , and so `Kernel::boot` is already too late
@t-richard I've checked, and I think here it was not the issue, but if I remember my investigation (i'ts been a while so I may recall incorrectly) it was really...
sure no problem
@mnapoli done, I've tested locally by monkeypatching my vendor
ok make sense, to the extent of your knowledge, there's no way to have a safety on our side/bref side , to force clean before and/or after a request ?...
@mnapoli it seems to come with a significant performance improvement and stack simplification , so why not ? why did you try to create bref though php is not by...
@mnapoli I'm revisiting this issue but now I know the "recipe" to solve it 1. short term: in my codebase decorate services that are problematic and make them implement the...
ah thanks I missed the link to https://github.com/brefphp/dev-server