Marcus Förster
Marcus Förster
`[..] will only scale up to 4 X 6, even when requesting 4 X 8` tested 6/8 ; no difference confirmed => may also fix StockSizeWidth
after upgrade from 10.13 to 10.14.6 (18G6032) sshfs fails with ``` kext load failed: -603946989 mount_osxfuse: the file system is not available (255) ``` tried most (?) combinations; brew (as...
the first folder was fix'd via RecoveryMode (looks like the upgrade/SIP missed to change this) `chflags restricted /private/var/db/KernelExtensionManagement` ``` $ ls -ldO /private/var/db/KernelExtensionManagement drwxr-xr-x@ 3 root wheel restricted [..] /private/var/db/KernelExtensionManagement...
i saw it; go into Recv.Mode and execute the `chflags` command above - should fix this issue LT
please check for both ["] & ['] ; `/url\((["']?)([^"']+?)\1\)/i`
if VIEW:[News->list;News->detail] is used, the "defaultController" is only generating the SLUG PAGE is not generated at all (expl/ ?tx_news_pi1[@widget_0][currentPage]=#&cHash=[..]) ``` routeEnhancers: News: type: Extbase extension: News plugin: Pi1 routes: -...
> fdupes 1.6.1 ``` -o --order=BY select sort order for output, linking and deleting; by mtime (BY='time'; default) or filename (BY='name') ```
https://wiki.php.net/rfc/calls_in_constant_expressions
may someone wants to join/comment about these changes incl. AVIF inclusion (after MERGE) or should it be wasted time?
specifiy one/more folders within OR add .. in front of the rule-set ``` RewriteCond %{HTTP_COOKIE} !be_typo_user ``` OR this .. via `/path/what-ever.jpg?dl` ``` RewriteCond %{QUERY_STRING} !^dl ```