otsukare Thoughts after a day of work

[worklog] border-image, appearance and DHTML haha

In the garden, the buds of plums tree are breaking out. We will get flower this week. Tune of the week: Gnarls Barkley - Crazy.

Webcompat Life

>>> labels = ['info', 'ready', 'wait']
>>> counts = ['2', '100', '69']
>>> zip(labels, counts)
[('info', '2'), ('ready', '100'), ('wait', '69')]
>>> dict(zip(labels, counts))
{'info': '2', 'ready': '100', 'wait': '69'}

Quite cool. Anyway the script will help have an overview of the status of webcompat bugs progress:

Today: 2016-02-24T15:41:53.706386
464 open issues
----------------------
needsinfo       12
needsdiagnosis  110
needscontact    103
contactready    80
sitewait        101
----------------------

You are welcome to participate

Webcompat issues

(a selection of some of the bugs worked on this week).

Webcompat.com development

I didn't have time this week to dive into this. Unfortunately.

Reading List

Follow Your Nose

TODO

Otsukare!