James Bromwell

Results 56 issues of James Bromwell

Google's repo just launched support for a multi-axis dynamic version of the icons called Material Symbols. * https://github.com/google/material-design-icons/issues/787 * https://developers.google.com/fonts/docs/material_symbols Would it make more sense to add the Symbols font...

I have some code along the lines of let params = new URLSearchParams(...); let opts = { method: "post", body: params, credential: "same-origin", }; fetch(url, opts).then(...); I used this polyfill...

When Power Control is running, the built-in volume indicator is not shown. That makes sense when the current volume is visible in the OSD, or at least can be called...

bug

### Input code There's a `@const` tag supported by Closure for marking a variable or class property (or alias?) as read-only. I'm looking for a similar syntax that can be...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior ValidationPipe does not validate the type of primitive arguments (`@Query` /...

needs triage

Thanks for posting this project! I can see that it was brought over from an internal tracker (there's still at least one link to `devtopia.esri.com` in the README) so I...

documentation

### Current Behavior: Bundled dependencies do not export executables when packing. ### Expected Behavior: `npm pack` output should include scripts under `.bin` to launch any executables provided by the bundled...

Release 7.x
Bug

## I'm submitting a... - [ ] Regression - [ ] Bug report - [ ] Feature request - [X] Documentation issue or request (new chapter/page) - [ ] Support...

[Sandcastle example](https://sandcastle.cesium.com/#c=nZDBTsMwEER/xcqFRKqcFo6kEVI5IlEJCS6+uO42sXC80XpdFL4eJ1VCEeKCT/Z438zYBn1gYTQxBKv9ndiKXdrFTu4WTZ4Iu0doCCDkm/Xqdl3cK28msseQEA8fCzbK2vMeg2WLfk/YA/GQf2fMNDqQDptceZGWyt4st0JTEzvwrLLVdRNsSPetNVOXpVqe4mUD/KpdhJwpQlEoP/r/kYD+Jr0Wu94Bwz8iZvtslVWBBwf1xfrBdj0Si0gul7JkSAk6GZSHaN6BpQlhxKpyhqqjPQt73KrMTA3St7G2HkhlwjgdQro5Rede7GfqWVdlmv+BOdRH65vnM5DTwzjSbuqniyilrMp0/E0xojtounL8Ag). Note that the first `console.log` is fine even though the "time" is just `true`, but the second throws a `DeveloperError`. Browser: any Operating System: any If I understand...

cleanup
category - entity
JTC

### Reproduction [Open this StackBlitz](https://stackblitz.com/edit/components-issue-8gvvrn?file=src/app/example-component.html) and toggle the Disabled state with the checkbox. ### Expected Behavior Per [the Text Field spec](https://material.io/components/text-fields#outlined-text-field), under "Outlined text field with suffix text", a suffix...

P3
material spec
area: material/form-field