Daniil Gentili

Results 119 issues of Daniil Gentili

This is the first step in my plan to fix https://github.com/vimeo/psalm/issues/9838. First of all, the default template types all SPL datastructures will be changed to `never`; then, a new `@satisfies`...

For example, when running `curl -6 https://valid.rpki.cloudflare.com/bc66fd0d2` from my [AS198747](https://bgp.he.net/AS198747), the following invalid JSON payload is returned: ``` {"status":"valid", "asn":undefined, "name": "", "blackholed":false} ``` Not quite sure as to why...

Would also be nice to have full path validation, currently the test only checks if at least one of the routers on the path implements ROV, not all of them....

enhancement

@trowski @kelunik There's an issue with http-client: only when uploading from a stream, request won't return a Response until the stream is closed, even if the server has already started...

feature request

``` exceptionErrorHandler(2,"EvLoop::run(): Libev error(9): Bad file descriptor","\/www\/pony\/fantasiaNew\/vendor\/revolt\/event-loop\/src\/EventLoop\/Driver\/EvDriver.php",157) EvDriver.php(157): run(3) AbstractDriver.php(470): dispatch(false) AbstractDriver.php(532): tick(false) Revolt\EventLoop\Internal\{closure}() AbstractDriver.php(86): start() DriverSuspension.php(97): Revolt\EventLoop\Internal\{closure}() Future.php(251): suspend() EioFilesystemDriver.php(86): await() Filesystem.php(33): getStatus("\/www\/pony\/fantasiaNew\/fantasiaNewv8.madeline") Filesystem.php(58): getStatus("\/www\/pony\/fantasiaNew\/fantasiaNewv8.madeline") functions.php(117): exists("\/www\/pony\/fantasiaNew\/fantasiaNewv8.madeline") SessionPaths.php(95): Amp\File\exists("\/www\/pony\/fantasiaNew\/fantasiaNewv8.madeline")...

``` [daniil@arch-lenovo ext-php-rs]$ cargo test --all-features --no-fail-fast --test module Finished test [unoptimized + debuginfo] target(s) in 0.25s Running tests/module.rs (target/debug/deps/module-d6deba67b910978c) running 1 test malloc_consolidate(): unaligned fastbin chunk detected error: test...

Some PHP 8+ coding standards require the specification of a typehint in all parameters of all functions, even if it's just a `mixed` typehint. Unfortunately, the library treats `mixed` typehints...