Norbert Orzechowicz
Norbert Orzechowicz
That would be very helpful integration from text processing point of view. Library: https://github.com/symfony/string It should be pretty straightforward since we would just need to create a scalar function for...
Currently flow (few packages) requires mbstring extension in order to use mb_strlen and few other functions. Instead of expecting this extension to be installed we should be able to replace...
I think we can create some very generic fake extractors and define a schema for them, for example ``` - df()->read(from_flow_orders(limit:1_000)) - flow_orders_schema() : Schema - do the same for...
Currently, Flow does not support Windows runtime. Due to my limited availability, I can't commit to work on this anytime soon. There are two options: - someone (or some organization)...
Hey! I'm trying to generate api docs for https://github.com/flow-php/etl but I'm getting some weird classes in the Tree (project is not using anything from \Ds\ namespace and it's not even...
### What needs to be done? Without HTMLElement similar to XMLElement, scalar functions like querySelector or querySelectorAll can't work properly as they would return an instance of HTMLElementObject which can't...
### Describe the Proposal PHPStan allows to define integer types as `int`, would be nice to be able to do the same on the code level since currently there is...
### What needs to be done? Add PHP 8.5 to our CI/CD but don't yet drop 8.2. We should drop 8.2 only after 8.5 stable release.
### Describe the Proposal As a firs step we should try to replace CSFixer (coding standards) and Rector (mostly unused imports) with Mago Linter & Mago Formatter which seems to...
### What happened? Details in a [comment to PR](https://github.com/flow-php/flow/pull/1920/files#r2468921644) ### How to reproduce? ```php This is problem with AutoCaster responsibilities ``` ### Data required to reproduce bug locally Nothing ###...