Saif Eddin Gmati
Saif Eddin Gmati
fun, and promise components are now documented: https://php-standard-library.github.io/#/components/promise/ https://php-standard-library.github.io/#/components/fun/
TCP component is now documented: https://php-standard-library.github.io/#/components/tcp/
Unix component is now documented: https://php-standard-library.github.io/#/components/unix/
Yea, I'm aware of that issue, i will try fixing it after finishing up the documentation ( though, I am not really good with CSS stuff :p )
we are talking about string -> float here, not float -> string, right?
@veewee are you interested in writing a PR for this? i guess we can go with something like: ```php $str = Str\trim_right(Str\format('%.14F', $value), '0'); if (Str\ends_with($str, '.')) { $str .=...
type exceptions contain a type trace, however, the type trace for shapes needs a bit of improvement. example: https://phpsandbox.io/n/broad-sunset-wkem-c9oad
another example: https://phpsandbox.io/n/broad-sunset-wkem-c9oad one this that i think would be useful is to flip the frames by default.
@veewee are you aware of any other places where we can make use of enums instead of scalar arguments? 🤔
oh shout! i completely missed that! there has been a new release for revolt ( https://github.com/revoltphp/event-loop/releases/tag/v0.2.4 ), so PSL should use that instead of dev-main. @simPod can you send a...