Kristof, Fooman
Kristof, Fooman
@ehannes our selftest is designed to work across all our extensions. And we had indeed situations where whitespace issues in 3rd party code caused problems. I'd suggest commenting out this...
Thanks for this report. This is a tricky one. Overall the m.php should not require any interaction with Mage as this is overhead that should not be introduced into the...
@AdamC3Media extending CSS should be possible from the parent component's JS as most Venia UI component merge classes like this https://github.com/magento/pwa-studio/blob/develop/packages/venia-ui/lib/components/Footer/footer.js#L17 This is a default PWA Studio feature. I haven't...
consider switching to https://github.com/humbug/box
Works now with a manually added phar file to the tagged release. Consider https://github.com/humbug/phar-updater Automate the upload of the phar file.
This is a tricky one and I am not sure if we ever are going to be able to successfully do this in an automated fashion. Currently it uses `/usr/bin/env...
I think we should definitely start by adding an extra optional parameter `--php_binary` that will override `/usr/bin/env php`. Anyone knows how to best detect the current needed / running version...
@jissereitsma Thanks for chiming in. I am currently grappling with the inverse (in other words I am not the one who is setting up the server). Ideally we would be...
We can now override the php binary via command line input `--php-bin="/usr/bin/env php"`. Next steps I think could be to run a version comparison of the php binary and what...
Using `gpt-4o` it comes down to 60 and it also finds the content more valuable. ❯ yt --transcript https://www.youtube.com/watch\?v\=UbDyjIIGaxQ | fabric -m gpt-4o -sp rate_value ```json { "estimated-content-minutes": 60, "value-instances":...