Dan Q

Results 15 comments of Dan Q

Even if Android doesn't natively support applications with multiple icon types, this might be somewhat achievable by adding a new Widget type (like the existing "just the icon" widget) but...

Is this still valid? It looks like #5440 or #5563 fixed it?

This is an overcomplicated solution: using nested loops and `if` blocks is much more-confusing to new developers than a nice simple list of all the even numbers.

True, but we also want the code itself to be understandable in order to attract more development and future PRs. The existing architecture is easy for anybody to extend either...

It's only finite because we haven't written out all the numbers yet. We'll get there in the end!

There are two issues being described here, both of which are covered by [this code](https://github.com/wp-cli/wp-cli/blob/main/php/utils.php#L1154-L1169). I'm unable to replicate the first issue, and I disagree with the suggestion in the...

Tagging my WCEU23 "handler" @janw-me to decide how best to proceed with the above.

Just stumbled upon this issue randomly: I recently made an XSL that works for both RSS and Atom: https://gist.github.com/Dan-Q/149579c66c938b566c45beefcf5914a4 The trick is to have a `` and a `` -...

Hi, Gosh; I can't remember what state I left that code in. It's _probably_ geared towards 1.8.7; I'm not sure if I ever got around to trying it in 2.x....