N. Shimizu

Results 14 issues of N. Shimizu

## Summary: Ruby 2.6.4 and Ruby 2.7.0 can not be build on M1 Mac. These build failures make the following two tests failed: - commands::install::tests::test_install_default_version - commands::install::tests::test_install_second_version ## Steps reproduce:...

bug

Sometimes JetStream's home screen crashes when I move focus from the Iist in the ImmersiveList to other lists. The following is the stack trace: ``` java.lang.IllegalStateException: node attached multiple times...

This PR renames the name of tv app module from "tv-app" to "tv" to be consistent with other modules, such as "wear"

This pull request will add keyboard and mouse support that is defined in the [Large screen app quality guidelines](https://developer.android.com/docs/quality-guidelines/large-screen-app-quality) as below: - Keyboard navigation with tab keys as well as...

This PR fixes several UX issues raised to the TV app.

HTMLSelectEelement.value does not work as expected when its value is specified with "selected" attribute. ## Description I would use the following HTML snippet as an example: ~~~html Tokyo Sapporo Osaka...

hydration

We can specify files via input element. The specified files can be accessed from JavaScript via the input element's files attribute. This behavior is defined in [HTML standard](https://html.spec.whatwg.org/multipage/input.html#concept-input-type-file-selected) and [File...

The name of the `yank` subcommand of the `publish` command is confusing enough for me to make my interface package yanked unintentionally. The names of commands should be clear so...