William Stam

Results 61 comments of William Stam

its the `` that seems to be causing the problem ``` require_once('lib/finediff.php'); $old = "Daisy maak haar oë oop en soek dadelik na ‘n Panado. Sy weet nog nie wat...

word then character delims seems to actually work.

i changed it to ``` $myStack = array( \FineDiff::paragraphDelimiters, \FineDiff::wordDelimiters, \FineDiff::characterDelimiters ); ``` that part seems to be working now :dancer: thanks :+1:

understanding finediff more in the few min today on this thread than ALL the previous reading about it.. thank you for your time! On Tue, Nov 19, 2013 at 2:45...

New version time, This brings in being able to add a class / style dynamically to the content area (min-height etc) EditorComponent.vue ``` import { ref, computed, reactive, onMounted, watch...

same. i disabled cache and all yet its still freaking out ```` $client = \JonnyW\PhantomJs\Client::getInstance(); $client->getProcedureCompiler()->disableCache(); ```` `File could not be written to system as target is not writable: C:\Windows\TEMP/a9ca7d16e67df5879bcb...

i bit the bullet and changed my php.ini file to move the temp dir to c:\php\temp (not ideal for my liking). it worked then. its basically only putting the twig...

i propose you add a `$client->setTempDir(".....");` method

i just end up creating a new path for each. couldnt find a workaround ![image](https://user-images.githubusercontent.com/182800/191904501-17321b07-6aab-49bb-8dd5-56822fcc30ed.png) not sure if this would be solved tho with the above proposal. ------------ i got...

o this would be usefull for me aswell