Dirk Stolle

Results 41 issues of Dirk Stolle

Closes #176. I hope I did not miss to document any important change here.

Current version of byteorder is 1.4.3, but the changelog ends with 1.3.4: https://github.com/BurntSushi/byteorder/blob/abffade8232229db557e0a30c395963071624b2b/CHANGELOG.md It would be nice if someone can add the changes from the more recent versions. :)

If the current master branch is checked out, then `npm audit` reports almost 16,000 vulnerabilities in the package dependencies. This pull request fixes those vulnerabilities (commit 68e73e6). Additionally, it updates...

Node.js versions below 10.x are not maintained anymore, so it is probably best to use some newer, still maintained versions. For release cycles of Node.js see the official site: ....

Node.js versions below 10.x are not maintained anymore, so it is probably best to use some newer, still maintained versions. For release cyles of Node.js see the official site: .

This should close #248.

[According to the Cargo Book](https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section) that feature has been removed: > crates.io previously displayed badges next to a crate on its website, but that functionality has been removed. Packages should...

Since June 15th, 2021, the building on travis-ci.org is ceased. There have been no Travis builds since that date, so the configuration file can be removed without losing anything vital....

Some test cases are only run when the dates feature is active. Therefore, the feature should be enabled during tests. This is already the case for tests run on AppVeyor,...

Removes a warning that occurs when running tests with the `dates` feature enabled. The warning can be seen in the Windows / AppVeyor builds, e.g. here: https://ci.appveyor.com/project/tafia/calamine/builds/41754320 ``` warning: unused...