Christoph Landsdorf
Christoph Landsdorf
We need to keep the default ssl.conf file and comment most directly vHost related configuration within `` and this VirtualHost definition itself off the file via regex pattern. But keep...
@IAkumaI any plans on merging this fix?
#180 is similar in fact that scrolling is handled. I would guess, that applying `overflow: hidden` on the `html` and `body`, when an modal is open, will not only resolve...
Also make sure, that your font-size is bigger than 16px on your input elements, otherwise mobile Safari will Zoom in to the Element causing the jankyness. References: - https://stackoverflow.com/questions/2989263/disable-auto-zoom-in-input-text-tag-safari-on-iphone
Why not use the existing minecraft compass logic and the location it points at? Maybe an "own" compass item which points to a selected marker of the map. For me...
Problem here is: If we create the cache in production code (aka the Syllable class) we have a problem if used with Composer, because if you would not change the...
Will this also solve the problem with UTF-8 characters like öäü within the \#text part of an Node? Just asking because I did something janky with XML UTF8 Doctyping and...
Yep I do the first one they mention there... Prepending the XML stuff... But I don't know I this should always be done/treated by the callee or if phpSyllable as...
Your test changes indicate a change in default behaviour and are a major BC! I would like to rather see the old tests pass and have a new optional argument...
See my 2nd paragraph. Either through optional non breaking argument to `hyphenateHtml` or an toggle function I would incorporate your guess into mine `setHtmlSnippetMode()` whereas this function would set an...