Maud Nalpas

Results 25 issues of Maud Nalpas

**Description:** - A-Frame Version: latest - Platform / Device: all - Reproducible Code Snippet or URL: / **Bug:** When running an A-Frame app locally on `localhost.myapp:8080` on a browser that...

Even though WebAssembly is not tightly bound to JS, it can relief its performance in any environment that has a JS engine (among others). So: would it make sense to...

for second edition

Would be nice to have it linked! https://docs.rs/stdweb/*/stdweb/

I see the (great!) [developer guide](https://github.com/GoogleChrome/OriginTrials/blob/gh-pages/developer-guide.md#how-can-i-experiment-with-the-new-feature-locally) suggests two ways to experiment with a new feature locally. `You can get started experimenting with the new feature on localhost either by flipping...

While the validator is already super helpful as it raises errors for most misconfigurations, there are a few easy-to-make mistakes that don't raise errors or warnings yet. @apasel422 Could we...

headers-validator

While the permissions policy comes with important security/anti-fraud benefits (prevent arbitrary third-parties from registering sources without the publisher’s knowledge), it comes with the following limitations for API users: ### Limitations...

* When an unknown field value is used, explicitly display what are the allowed field names for that specific header (e.g. `Field must be one of...`) to make it easier...

headers-validator

For dicussion: Enable prioritization of reports if two reports are competing for the remaining budget. Just like the prio system in event-level reports, this would allow API users to define...

possible-future-enhancement

Source types can be one of `event` and `navigation`; this may be confusing, as all sources generically as _event_ sources. Proposal: `event` -> `view` `navigation` -> `click` ?