gerdneuman

Results 7 issues of gerdneuman

From Firefox 57 onwards legacy addons won't be supported anymore. Since there's already a Chrome port, it should be fairly easily to make this also work in Firefox. WebExtensions already...

I am getting `WARNING: file /etc/ddclient/ddclient.conf, line 208: Invalid Value for keyword 'ttl' = '3h'` when using the Gandi protocol as it is in the conf file: https://github.com/ddclient/ddclient/blob/11a583b003920f8e15591813598b70061d1a4654/ddclient.conf.in#L206 So either...

Well, weg.li seems to work pretty much as a PWA already given the FAQ: https://github.com/weg-li/weg-li/blob/6cf7fccc5c47f24500ca50002c82451970e56164/app/views/home/faq.html.slim#L71-L77 There are many pro arguments for having it listed as an app in app store....

This implements the feature as described in https://wordpress.org/support/topic/enforce-registration-create-new-account-on-woocommerce-guest-checkout/ The problem like many others have pointed out in the [forum](https://wordpress.org/support/plugin/tutor/) before is that a guest needs to manually check the “Create...

I upgraded my Raspberry PI to a newer version. So I thought of migrating from the original `jens-maus` repo to this more maintained fork here, too. However, I get this...

`'src="data:image/gif;base64,R0lGODdhAQABAPAAAP///wAAACwAAAAAAQABAEACAkQBADs="` sets a white 1x1 GIF as placeholder. This looks really ugly if the background is anything other than white. A transparent GIF would be much better: https://css-tricks.com/snippets/html/base64-encode-of-1x1px-transparent-gif/ That is,...

enhancement

Looking at the `$purgeUrls` param of the [`'vhp_purge_urls'`](https://github.com/Ipstenu/varnish-http-purge/wiki/Custom-Filters#add-urls-to-be-purged) filter I see these URLs to be purged for a [WooCommerce variable product](https://docs.woocommerce.com/document/variable-product/): ``` https://www.mysite.de/de/shop/my-variable-product/?attribute_pa_weight=500g https://www.mysite.de/de/shop/my-variable-product/?attribute_pa_weight=500gamp/ ... https://www.mysite.de/de/shop/my-variable-product/?attribute_pa_weight=500g/feed/ ... ``` Not sure...

research