Emilie Roberts

Results 12 issues of Emilie Roberts

Some images in the docs, screenshots specifically, have small text that can be difficult to read on some screens. It would be nice to have the ability to click on...

request: feature

Probably the best way to be tracing on Chrome OS right now. - Get helper script as indicated in [perfetto.dev docs](https://perfetto.dev/docs/quickstart/android-tracing#recording-a-trace-through-the-cmdline) ``` curl -O https://raw.githubusercontent.com/google/perfetto/master/tools/record_android_trace chmod u+x record_android_trace ``` -...

scope: content

With code snippets and a demo project.

request: feature
scope: content

When a visitor hovers over a header, a small "link" item appears beside the header. If the mouse hovers over that icon, it disappears. Clicking does nothing when the icon...

problem: bug
good first issue
experience: ux
scope: site

Add a postprocess rule to open all external links in a new tab (`target=_blank`)

request: feature
good first issue
experience: ux
scope: site

Currently the StorageProvider sample does allow for the creation of directories, it makes an empty file.

enhancement

The low-latency implementation requires the Chrome OS - only low-latency library which relies on special classes in Chrome OS. The demo app should correctly check for support and fallback to...

After drawing a stroke, drawing a new stroke will cause the very last point of the previous stroke to be redrawn. This is noticeable with alpha brushes and demonstrates a...

In the demo, using GPU acceleration, if you draw a very quick stroke, the touch events seem to get ahead of the render and the damage rect is incorrect. Future...

Currently media is hardcoded. Could we use [Google Photos](https://developers.google.com/photos/library/guides/get-started-java) to make it easy to import media?