finnef

Results 21 comments of finnef

This is a nice feature, and the related pull request works (but needs adjusting if #5278 lands first). However this only sets the active tab on page refresh. Additional features...

FYI jquery upload was broken by the 19-02-2020 Chrome browser update 83.0.4103.61. https://bugs.chromium.org/p/chromium/issues/detail?id=1084874 Fixed in release from 03-06-2020 (83.0.4103.97)... phew.

I have found that by adding the following tooling to my .lando.yml I can quickly switch xdebug on and off: ```tooling: xdebug-on: service: appserver description: Enable xdebug for nginx. cmd:...

No you don't need that. You can use it to set a default on lando rebuild/first run though.

@pirog maybe this can be added as default tooling to various recipes?

+1 that would be a nice addition.

Hmm the error in PHP 5.5 is Drupal\Tests\commerce_promotion\FunctionalJavascript\CouponRedemptionPaneTest::testCheckoutWithMainSubmit Behat\Mink\Exception\ResponseTextException: The text "Visa ending in 1111" was not found anywhere in the text of the current page. I don't see how...

With EA 4.8 I now use this custom JS, which I add to tabbed pages using twig detail and form overrides. ```"use strict"; const rememberActiveEaTab = { init() { const...

I use this docker-compose.yml and copy the symfony certificates to caddy. ``` version: '3' services: caddy: image: dunglas/mercure:v0.13.0 ports: - "3000:80" - "3001:443" volumes: # copy the ~/.symfony/certs/rootCA.pem to scripts/mercure/data/caddy/pki/authorities/local/intermediate.crt...

Hmm patch needs reroll for EA 3.2 it seems.