Ryan Ashcraft

Results 7 issues of Ryan Ashcraft

Currently the test suite covers several python3 language features that did not exist pre-3.6. So running `yarn test` on a system with python 3.4, for example, you get several tests...

Same issue as https://github.com/uBlockAdmin/uBlock/issues/463, except for amplitude.com. Peter Lowe's list outright blocks amplitude.com, so directly accessing that site fails to load the CSS and related media. Proposed solution: add a...

Hello folks. I am investigating an issue where I can trigger iOS to crash with an EXC_BAD_ACCESS when repeatedly using `Future`s. From [OpenCombineTests.swift](https://github.com/ryanashcraft/BadAccessPlayground/blob/main/BadAccessPlaygroundTests/OpenCombineTests.swift) in my [sample project repo](https://github.com/ryanashcraft/BadAccessPlayground): ``` import...