Results 26 issues of Jonas Hermsmeier

I stumbled upon the reason & the solution for the annoying "Format disk?" popup on Windows, when a storage device without a recognized partition table is detected by the system:...

platform:windows
type:feature
component:sdk

So, this is a fun one I noticed yesterday: Number.toString() can not be relied upon to give you all digits of an integer: ```js // Number.toString() > 340282366920938463463374607431768211456..toString() '3.402823669209385e+38' //...

These are the test torrent files from the [BitTorrent v2 announcement](https://blog.libtorrent.org/2020/09/bittorrent-v2/) on libtorrent.org, accompanied by basic encode / decode equivalency tests to track compliance (and hence are breaking the tests)

Just kicking off the proposal to get some proper browser tests into this again, as there are apparently a couple of issues in browserland that escaped us in the past.

wip

- [x] Implement Encoder - [ ] Implement Decoder - [x] switch from mocha to tape on `streams` branch - [ ] write tests for encoder/decoder streams

enhancement

This adds the WWW-Authenticate header for InvalidRequestError, InvalidTokenError, and InsufficientScopeError, as specified in RFC 6750, Section 3 Fixes #553

Add methods to resize partitions: - Support resizing extended / logical partitions - Bounds check on device size - Methods to resize the underlying device, when the device is an...

See [apple-partition-map](https://github.com/jhermsmeier/node-apple-partition-map)

feature

Use [vhd](https://github.com/jhermsmeier/node-vhd) to model entire disks including backup GPTs, file system VBRs, etc. without having image files getting too large by using sparse / dynamic VHDs

tests