yol
yol
As of CMake 3.0, targets may not link to themselves in target_link_libraries. Doing so displays a warning (policy CMP0038). This change makes sure that a library will not be considered...
ViewHelper arguments that "look like numbers" are automatically converted to NumericNode here: https://github.com/TYPO3/Fluid/blob/master/src/Core/Parser/TemplateParser.php#L545 This is a problem because the argument might really be a string and must be treated as...
Currently, this Gem does not verify server certificates by default. It does check whether the common name or subjectAltName matches, but does not verify whether the certificate was issued by...
Adding wizards via `['config']['wizards']` was removed for TYPO3 8.6: https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/8.6/Deprecation-79440-TcaChanges.html The "clear value" wizard (rendered when `clearable="1"` on a form field) is still being included with this method: https://github.com/FluidTYPO3/flux/blob/3121e6d/Classes/Form/AbstractFormField.php#L227-L235 As...
During debugging I noticed that for one call to a function that takes a waylandpp proxy_t as argument, around 5 copies of the proxy object were constructed and then destroyed...
Not sure whether it is different for other artists or whether patreon has changed the HTML layout, but the link detection here does not work any more: https://github.com/endofhome/patreon-downloader/blob/master/bin/patreon-downloader.js#L24 Files are...
For many downloads to work, this curl call here: https://github.com/endofhome/patreon-downloader/blob/master/bin/download-mp3.sh#L17 also has to have the `session_id` cookie set or it will return HTTP 403
Enable C++20
## Description Enable C++20 and fix all resulting compile problems Original work by @lrusak ## Motivation and context We are looking into using the new date functionality of C++20 and...
So @keith enabled a bunch of payment methods on Stripe in addition to credit cards, now we have to figure out how to enable them on the web page...
We need to check if we could easily integrate the stripe customer portal as link or similar https://docs.stripe.com/customer-management/activate-no-code-customer-portal