dosas

Results 83 comments of dosas

This problem could have never been caught with a simple test. Because of this ```return``` statement https://github.com/h2non/filetype.py/blob/master/filetype/match.py#L33 the matches (and probably also the performance) depend on the position of the...

@TheMaddScientist No, ```isintance``` is the correct call but you need to add an instance of your ```tLilyPond``` class! ``` ft.add_type(tLilyPond()) ```

@cbitterfield I think this one is resolved? Using your bytestring from above: ``` buf = bytearray(b"\x00\x00\x00 ftypisom\x00\x00\x02\x00isomiso2avc1mp41\x00\x00\x00\x08free\x8b_\x04\xf6mdat\x00\x01\'xe\xb8\x04_\xdb\xb3`+@\x85a)>\x10\x88\xebv{\x1ec(\x96(\xc9W^\x8a\\\xa7\xaaB$\xfaz\xb1\x8c&\xca\t\xa9\x04\x95\xb7\x87P\xf2\xaew~,\x8f\xa2\xda>\xe6\xe4\n$&\x9dm\x19\xeb4\xbd0\x00\xc6\x91\xf0\xb0\x85\x0f\xab-\xe2\xb6\xda\x8bi\xab\x8c\xe3\xc1\xa7\x82c\x83\x93\x17$\xd9\xa8zM\xe4@Q\xab\\\xc5\xb4

@salehdeh76 Did you see this PR https://github.com/h2non/filetype.py/pull/51/files ? There is already an open question? Also, a unit test is always a plus :D

I get your point about the inconsistencies. You mean the comparison by ```bytearray``` versus the ```or```, ```and ``` clauses? I disagree on the boilerplate because in order to add 4...

will continue after https://github.com/pytest-dev/pytest-selenium/pull/282 is merged

I have been trying to work on it but could not get it done on time. The desired capabilities are an essential part of this plugin for the cloud based...

I think a better place to ask a question like this would be stack overflow. If you look at the [documentation](https://www.selenium.dev/documentation/) it should be clear. In pytest-selenium `driver` is `selenium`...

@omkarkhatavkar I cannot see the cause of the error. Could you maybe paste the stacktrace?