Dan Robertson

Results 58 issues of Dan Robertson

# Summary It would be helpful for debugging if our `grub.cfg` output to the serial console. # Details Our [grub.cfg](https://github.com/mythril-hypervisor/mythril/blob/master/scripts/grub.cfg) should enable output to the serial console as we only...

Parse and build a structure with the info in the PCI Express configuration space SDT (The signature should be MCFG). See section 4.1.2 in the [PCI 3.0 spec] and the...

# Summary Add a document that describes something like the following: - How to get your dev environment set up - How to find an issue - Things to do...

Use something like GitHub pages to host the output of `cargo doc`

From [File API - Blob.type](https://w3c.github.io/FileAPI/#dfn-type): > [...] the type of a [Blob](https://w3c.github.io/FileAPI/#dfn-Blob) as an ASCII-encoded string in lower case, such that when it is converted to a [byte](https://infra.spec.whatwg.org/#byte) sequence, it...

Create a `Range` header section in the HTTP extensions section and move relevant algorithms to the section (e.g. [add a range header](https://fetch.spec.whatwg.org/#concept-request-add-range-header) and [parse a single range header](https://fetch.spec.whatwg.org/#simple-range-header-value)). See https://github.com/whatwg/fetch/pull/1520#discussion_r1032236539...

topic: http

According to https://xhr.spec.whatwg.org/#response-mime-type: > If mimeType is failure, then set mimeType to text/xml. Note: The content-type of the blob is set to `""` (an invalid mime type) when the input...

## Summary Similar to https://github.com/whatwg/infra/issues/508, it would be nice to be able to assign multiple variables from a [list](https://infra.spec.whatwg.org/#list) in a single unwrapping statement. ## Example [strictly split](https://infra.spec.whatwg.org/#strictly-split) returns a...

Do you plan to use avx2's 256-bit SIMD Numeric Processing Capabilities?

For a given scroll, no scrollend events should be fired after the last scroll event was fired. CC: @hiikezoe @theres-waldo

dom