Kohei Yoshino

Results 235 comments of Kohei Yoshino

Is this the same as #1159? It was backed out in #1175 due to [uplift difficulties](https://bugzilla.mozilla.org/show_bug.cgi?id=1534084#c4).

Yup, we just need to figure out how to merge the Details links with the Phab section :-)

Was checking this but it seems I can’t test Phab stuff locally without actual bug data. I should probably request a BMO DB snapshot again 😆

This just happned to us. We added the `prodution` project, then GitHub Actions failed to deploy the `default` (staging) project. Specifying `--project=default` is a workaround as the issue reporter said.

> `?inline` means base64: ``. > > However the goal would be to have `` (to be able to style it using CSS, not possible with the `img`). It seems...

The sync feature is planned for the 4.0 milestone but it could be implemented before 1.0 especially for stars and #21 component watching, though I still hesitate to handle personal...

We don't have to always show the QA folder, for example, if the user is not involved in bug at all as a QA contact. Hide those inactive folders at...

Chromium is about to implement `IDBObjectStore.getAll` https://code.google.com/p/chromium/issues/detail?id=457450

- Removed the non-standard [`MozScrolledAreaChanged`](https://developer.mozilla.org/en-US/docs/Web/Events/MozScrolledAreaChanged) event in https://github.com/bzdeck/flaretail.js/issues/39. - [`Date.prototype.toLocaleFormat`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleFormat) may need a polyfill. https://github.com/bzdeck/flaretail.js/issues/13