Jeffery To

Results 24 issues of Jeffery To

Hi, I'm using the latest version from e.g.o. on Ubuntu 17.10 (GNOME Shell 3.26.1) and my clock is frequently stuck on the alert colour. I've set the blink rate to...

bug

(This is a continuation of #33) The CSS spec says `background-image` applies to "[all elements](http://www.w3.org/TR/CSS2/colors.html#propdef-background-image)", so it would be good if this worked with (visible) elements that cannot have child...

enhancement

Folks are using this with elements that are styled dynamically with JS (#31, https://github.com/louisremi/background-size-polyfill/issues/15#issuecomment-33117627, https://github.com/louisremi/background-size-polyfill/issues/32#issuecomment-33461611), so we need a way for site scripts to trigger an update after they're done...

enhancement

`background-attachment: fixed` is often used with `background-size: cover` for a full window background image. Unfortunately, [mobile browser support](http://www.quirksmode.org/css/backgrounds-borders/mobile.html#t00) for `background-attachment: fixed` is pretty poor; combined with `background-size: cover`, this often...

enhancement

Some documentation on how to report bugs, submit pull requests, etc. would be good. Some (not necessarily perfect) examples: - https://github.com/jquery/jquery/blob/master/CONTRIBUTING.md - https://github.com/jquery/jquery-mobile/blob/master/CONTRIBUTING.md - (We can probably use some more...

enhancement

Currently, the polyfill does its job without testing whether the browser supports background-size or not, depending on the site author to include it only for IE

enhancement

Since `timestamp` and `vlan_tag` in the `shm_log_entry` struct are C99 fixed width integer types (`uint64_t` and `uint16_t`), the cross-platform way to print these values is to use the corresponding [format...

While working on the addrwatch (1.0.2) package for OpenWrt (https://github.com/openwrt/packages/pull/15899) I saw what looked like null/incorrect values being logged by addrwatch_syslog. I was testing using an armvirt-32 snapshot image in...

While working on the addrwatch (1.0.2) package for OpenWrt (openwrt/packages#15899) I tried running addrwatch_stdout at the command line (with addrwatch running as well). I was testing using an armvirt-32 snapshot...

This adds cssHooks for clip and the individual sides (clip-top, clip-right, clip-bottom, clip-left). Accessing the individual clip sides is "non-standard", but I added them anyway because: 1. Retrieving them gets...