Tobias Nyholm

Results 91 issues of Tobias Nyholm

Just for fun. Let's see if it passes.

I (with help from @t-richard) found this small thing that could be a massive improvement. I am running a API and want to allow request from my React app. I...

I released 1.4.0 with some new assertions that should be added here. * Assert::ip() * Assert::ipv4() * Assert::ipv6() * Assert::notRegex() * Assert::interfaceExists() * Assert::isList() * Assert::isMap()

I've looked a bit in the source code and tried to find a solution but I failed. So here is an issue with my feature request. Im using [Fractal transformers](https://fractal.thephpleague.com/transformers/)...

enhancement

This PR builds on the work started by @t-geindre in #55. If we are 1 second away from Lambda shutting down, then thrown an exception to let the application shutdown...

enhancement

When using the PHP FPM layer, calling `getcwd()` will return `"/"`. I would expect it to return `"/var/task"`. I will double check with the PSR-15 handler. I think that returns...

bug

When configure Lambda's memory I naively thought that is the amount of memory PHP will use. I forgot about `memory_limit` in php.ini. Correct me if Im wrong. But PHP-FPM will...

documentation

See https://github.com/brefphp/bref/pull/709#issuecomment-671974973

documentation