Marcus Förster

Results 55 issues of Marcus Förster

https://developer.mozilla.org/de/docs/Web/HTML/Element/a#attr-download ; same DOMAIN issue if CDN is used APACHE expl. for query-parameter `dl` ``` RewriteCond %{QUERY_STRING} ^dl RewriteRule ^((.*/)*([^/]+\.[a-z]{2,4}))$ - [E=dlfilename:$3,E=fullpath:$1] Header onsuccess set Content-Disposition "attachment;filename=\"%{dlfilename}e\"" env=dlfilename Header onsuccess...

`@import 'intern/';` if a slash is at the end; `glob('intern/*.scss')`

https://github.com/Homebrew/homebrew-cask/blob/master/CONTRIBUTING.md#getting-set-up-to-contribute https://github.com/Homebrew/homebrew-cask/blob/master/doc/development/adding_a_cask.md#adding-a-cask https://github.com/Homebrew/homebrew-cask/tree/master/doc/cask_language_reference ``` cask "bigsurblocker" do version "20201111" if MacOS.version >= :sierra sha256 "80e40d96309332abd1c8b58f826a68f5f680fc88f1ce5b31dd580b631d07c43e" url "https://github.com/hjuutilainen/bigsurblocker/releases/download/v#{version}/bigsurblocker-#{version}.pkg" else sha256 "c8cd0b26f3ed4f1f0feb17abf59da80d4ab8e19d651cf886fc2cd7f14203d320" url "https://github.com/hjuutilainen/bigsurblocker/releases/download/v#{version}/bigsurblocker-#{version}-unsigned.pkg" end auto_updates false depends_on macos: ">= 10.9" name...

https://github.com/propelorm/Propel/blob/3f7a284906ce3e402bcb101938270842fdad71fa/runtime/lib/parser/yaml/sfYamlInline.php#L130 `return (integer) $v + (integer) $w;`

``` // prevent symlink obfuscation chdir(dirname($_SERVER['SCRIPT_FILENAME'])); ``` https://github.com/FriendsOfSymfony1/symfony1/blob/573d5790cb007ff8a4447a148497a5516673fcea/data/bin/symfony#L12-L15

PHP 7.3 composer 1.10.5 ``` typo3/cms-core [10.4.9] helhum/typo3-secure-web [0.2.11] bithost-gmbh/pdfviewhelpers [2.3.4] ``` source/typo3conf/ext/pdfviewhelpers/Resources/Private/PHP/tcpdf/include/barcodes/datamatrix.php vendor/tecnickcom/tcpdf/include/barcodes/datamatrix.php source/typo3conf/ext/pdfviewhelpers/Resources/Private/PHP/tcpdf/include/barcodes/pdf417.php vendor/tecnickcom/tcpdf/include/barcodes/pdf417.php source/typo3conf/ext/pdfviewhelpers/Resources/Private/PHP/tcpdf/include/barcodes/qrcode.php vendor/tecnickcom/tcpdf/include/barcodes/qrcode.php source/typo3conf/ext/pdfviewhelpers/Resources/Private/PHP/tcpdf/include/tcpdf_colors.php vendor/tecnickcom/tcpdf/include/tcpdf_colors.php source/typo3conf/ext/pdfviewhelpers/Resources/Private/PHP/tcpdf/include/tcpdf_filters.php vendor/tecnickcom/tcpdf/include/tcpdf_filters.php source/typo3conf/ext/pdfviewhelpers/Resources/Private/PHP/tcpdf/include/tcpdf_font_data.php vendor/tecnickcom/tcpdf/include/tcpdf_font_data.php source/typo3conf/ext/pdfviewhelpers/Resources/Private/PHP/tcpdf/include/tcpdf_fonts.php vendor/tecnickcom/tcpdf/include/tcpdf_fonts.php source/typo3conf/ext/pdfviewhelpers/Resources/Private/PHP/tcpdf/include/tcpdf_images.php vendor/tecnickcom/tcpdf/include/tcpdf_images.php source/typo3conf/ext/pdfviewhelpers/Resources/Private/PHP/tcpdf/include/tcpdf_static.php vendor/tecnickcom/tcpdf/include/tcpdf_static.php...

improvement