William Stam
William Stam
yeah the size is bad. not a fan :(
yips im using bootstrap. I presume the docs also uses bs? (on mobile now cant check)
the requirement for php 8.0.2 seems to be rather locked in at this point. adding ` "league/flysystem": "^3"` to the composer.json file (so im hoping to get the latest v3?...
ive JUST tried to include querybuilder into a bs4 project now... getting the same error
to be honest i still feel that the input should match the output. so instead of querybuilder trying to add in backticks should leave it to the rules to include...
Thanks. Had to move onto traefik tho. Got everything working after a massive fight. Not keen on touching that box for a while :P Hera was my first choice tho...
or to continue with https://github.com/omnilib/aiomultiprocess/pull/151 and remove it alltogether. i would be happy if it was removed. so far the only place logging is used in core is in ```...
this is old.. but im still having similer issues. all i did was add a paragraph mark. now it marks the whole thing as changed 
yeah i realized the project is abandoned.. but still cant find anything that is even half decent
``` $myStack = array( \FineDiff::sentenceDelimiters, \FineDiff::characterDelimiters, ); $diff = \FineDiff::getDiffOpcodes($orig, $latest, $myStack); $diffHTML = \FineDiff::renderDiffToHTMLFromOpcodes($orig, $diff); ``` gives the same result.. if i change the ordering it doesn't show any...