rulatir
rulatir
The abstract class `\Quicksilver\Domain\User` has private field `$id` that is never set. This is a big WHOA. I can see that elsewhere in this example's code reflection hacks are used...
What do I **do** after installing this library (i.e. a particular flavor)? What exactly do I `require` to obtain the `rex` object mentioned extensively in the docs? Assuming I managed...
How can I get detox to only deaccent accented letters, without appending `_`? I'd rather have "łódź" converted to "lodz" than "l_o_dz_"; the latter is arguably more "toxic" than the...
Given file1, file2, file3... on disk and $modifiedContents1, $modifiedContents2, $modifiedContents3... strings (existing ONLY in memory and without ANY file representation), how difficult would it be to use this library to...
Is it possible to define a type e.g. "segment" that is either a string, a number, or an array of segments (recursive definition)? If not, please consider it a feature...
Please do something about the lrexlib-PCRE dependency. I am trying to build a docker image from openresty including this module, and it's giving me hell, severely limiting the choice of...
Any chance to implement --interactive that would let me make merge decisions on case by case basis?
As per subject - I would like to be able to make merge decisions on case by case basis. How hard would it be to implement such interactive mode?
From what I see, all it does is require some antedeluvial dependencies and supply a do-nothing class in a particular namespace. I am resuscitating a codebase that requires this package...
Documentation authors can safely assume that whenever somebody visits a documentation page to see documentation about a particular class, template, function, or any other kind of Thing That Can Be...
I have spent months to convince KDE developers **never** to rely on EXIF data for showing the image dimension information to the user. The reason this is an **extremely bad...