Joshua Olson

Results 5 issues of Joshua Olson

https://stackoverflow.com/a/54303184/546404 How difficult would it be to add touch events as a fallback for mouse-less interaction? > Safari doesn't implement the DragEvent interface. It adds a dataTransfer property to MouseEvent...

I put the option in my pyproject.toml file as ``` [tool.pytest] disable_test_id_escaping_and_forfeit_all_rights_to_community_support = true ``` and ``` [tool.pytest.ini_options] disable_test_id_escaping_and_forfeit_all_rights_to_community_support = true ``` And a pytest.ini file as ``` [pytest] disable_test_id_escaping_and_forfeit_all_rights_to_community_support...

type: bug
topic: config

I have an option that is a list of `bool`s, but I'm pairing each boolean value with another `multiple` option. So I do actually need a list of booleans and...

For example it's refused to try and open Balls! stack from balls.sit at: https://hypercard.org/Pantechnicon/Apps/Games I looked at it briefly, but didn't see anything obvious.

```python @pytest.mark.parametrize( "string1", [ pytest.param("test1", id="unicode in id い") ]) def test_unicode_in_param_id(string1:str) -> None: assert string1 == "test1" ``` running it with `pytest -v test.py` gives me ``` platform darwin...

type: enhancement
topic: reporting
topic: selection