Marc Brooks

Results 15 issues of Marc Brooks

See http://www.xkcd.com/1625/

If the `img` objects being resolved in electron don't have a `toPng` method, they may have a `toPNG` method depending on the version of electron being used. This change will...

How can you even think of releasing this without passing tests?

tests
yolo
testing in production

Feel free to use my fork... I've merged all the still-open PRs from this origin https://github.com/IDisposable/System.Ben/

The constants used for milliseconds in a year and milliseconds in a month are incorrect because they are computed from the slightly naïve understanding of leap days in the Gregorian...

- [X] I have checked that a similar [feature request](https://github.com/Genymobile/scrcpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22feature+request%22) does not already exist. **Is your feature request related to a problem? Please describe.** While `Chocolatey` and `Scoop` are both...

We should push for a better option (or revision to) UUID V7 From an email I sent the authors of that draft: >Given that the "Unix Epoch" value is going...

**Changes** Because the Nfo files emit the collections as they are in-memory, the files are not stable in format, genres, tags, albums, people, etc. are emitted in random orders. Add...

All modern browsers (past IE9) assume `text/javascript` on script blocks. https://github.com/jtillman/vue.net/blob/b57d252569d74e7d7842c0dd096206ddb37dc69b/src/Vue.Net/Javascript/JavascriptTagHelper.cs#L22