Keith Henry
Keith Henry
In Chrome, FX and IE >=10 `` should cause scripts to be background loaded, but then executed in order before `DOMContentLoaded` fires. However, when lots of scripts are loaded with...
**Search Terms:** `import type`, `export {}` ## Suggestion In #41513 and #41562 projects are broken by a design change to always include `export {};` in the JS output if `import`...
Should these standards also include best practices for long running projects? For instance, I have large project that's used this for a couple of years, but a weekly release schedule...
I want to add multiple records to a table and get back the IDs, something like this: ``` c# var addedIDs = await connection.QueryAsync(@" insert into myTable (PropA, ProbB) output...
This is a known issue in the API: https://issuetracker.google.com/issues/35821412 - it's been extant since 2011, so a fix is unlikely. Every time `new google.maps.Map(...` is called on a new DOM...
In the bottom right hand corner "Map data ©2018 Google" is repeated twice. This appears to be due to the Maps API relying on global print CSS media rules that...
### Description In `@polymer/lit-element 0.6.4` you could create your own attribute serialisers, like so: ```ts import { AttributeSerializer } from '../{lib dir}/@polymer/lit-element/lib/updating-element'; export const DateType: AttributeSerializer = { fromAttribute: attr...
Fix for https://github.com/PolymerElements/paper-dialog-behavior/issues/116
`paper-dialog-behavior` imports `../paper-styles/typography.html`: https://github.com/PolymerElements/paper-dialog-behavior/blob/768729d22677442a833a2403df08173aa2a339dd/paper-dialog-shared-styles.html#L14 This will cause any `--paper-font-common-base` mixin that is already set to be overridden with the typography. Instead `paper-dialog-behavior` should **not** re-import `typography.html`, but it should include...