Daniel Erat

Results 8 issues of Daniel Erat

Per https://developer.chrome.com/blog/mv2-transition/, Chrome will stop running Manifest V2 extensions in January 2023. [example/xkb/manifest.json](https://github.com/google/extra-keyboards-for-chrome-os/blob/af3d693fa18c76c2e0161267d5b3b8624c621d83/example/xkb/manifest.json) contains `"manifest_version": 3`, but some of the other layouts (like [dvorak-intl/manifest.json](https://github.com/google/extra-keyboards-for-chrome-os/blob/08d62c7a9d0ad50a3df64be056e02a884f1a7af4/dvorak-intl/manifest.json)) still use V2. I manually changed...

I've been trying to use the new `google.golang.org/appengine/v2` module to upgrade a `go111` app that makes heavy use of bundled services. As described in https://cloud.google.com/appengine/docs/standard/go/services/access, I added `app_engine_apis: true` to...

# MBS-7646 Try to find artists' primary aliases in the user's locale and display them alongside disambiguation comments in search results and artist pages. This is currently just a proof-of-concept....

I'm having trouble with the `google.golang.org/appengine/v2/aetest` package failing to start `dev_appserver.py` due to apparent logic to prefer Python 2.7, which seems to be unsupported by `dev_appserver.py` now. --- Minimal repro:...

Not sure if you knew already, but it looks like a slightly-modified version of the `package.json` file from this repo briefly shows up onscreen in S3E6 of the Netflix series...

New user here -- thanks for making delta! I just spent an embarrassingly long time debugging why delta was displaying added and removed lines with my terminal's default background color...

WebElement.MoveTo's documentation stated that the supplied offsets are interpreted relative to the element's center, but this seems to be incorrect. Since remoteWE's implementation always passes "xoffset" and "yoffset" parameters, the...

I'm having trouble with `PlayerInterface.Listener.onTimelineChanged()` not being consistently called when my `SimpleBasePlayer`-derived class updates an item's `MediaMetadata.extra` bundle and calls `invalidateState()`. I can see that this behavior is documented in...

enhancement
low priority