Peter Burns

Results 80 issues of Peter Burns

`HistoryWidth` should be a configuration option, specifying the number of pixels wide the histogram should take up. `HistogramEventsPerPixelHigh` should be a configuration option, specifying the number of edit events that...

Calling import.meta.hot.decline() clearly indicates that a change to the module should result in a full page reload. What about a file that doesn't call any APIs on import.meta.hot? Because HMR...

### Description of the Change Trusted Types is a new Content Security Policy specification, currently implemented in browsers based on Chromium 83 or higher, which requires that data passed to...

type: feature
area: browser
status: waiting for author
semver-minor

The `| Object` in each of the main types is both correct and well intentioned, but it renders the type useless to the type checker, as `foo | Object` simplifies...

enhancement

I can make: ``` ────◄─── ``` But I want to make: ``` ────►─── ``` However, no matter how I draw it, I seem to always get the left pointing arrow.

Hi! I've been enjoying using jsparse, but I wanted to be able to test my parsers in nodejs, and figured it'd also be nice to have the option to put...

Currently, `nyc instrument index.js` grabs the global object with `(Function('return this'))()`, but since that's technically evalling a string, that throws an error when run with some [CSP](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) configs. The use...

feature request

### Describe the Bug I'm new to Rust and WASM, and have been using this template to learn both. As my project grew, so did my build times, but Rust...

bug

I've run the modulizer over app-media and pushed the results up to the 3.0-preview branch. I'm wondering what version we should use when we publish it to npm. The pattern...

Consider this repro: https://github.com/HalfdanJ/lit-element-starter-ts (recommend opening a github codespace to get a stand alone fresh install of the VSCode plugin, with only local configuration) With a same-project import of `some-element`,...