Sandi Krivec

Results 4 issues of Sandi Krivec

What would happen if we throw an exception here and propagate this error up to mainActivity. Can we do that? I would like to call mCommService.connectionLost() after that. Is that...

I would like to know why I am getting a lot of errors like this when I want to scrape allrecipes.com? Thanks! ``` 2017-10-27 13:31:38 [allrecipes] DEBUG: No item received...

# Python version ``` ('python=3.9.5 (tags/v3.9.5:0a7dcbd, May 3 2021, 17:27:52) [MSC v.1928 64 bit ' '(AMD64)]') 'os=Windows-10-10.0.19045-SP0' 'numpy=1.23.3' 'asammdf=7.3.18' ``` # Code ## MDF version `4.10` ## Code snippet `MDF(r"test.mf4").get("IOAPOCJJFUDNLDDDVIKMLJCTEYYYDOQ")`...

File is not found if path is longer than 256 characters. Solution is to prefix the path with - \\\\?\\ - when path starts with e.g. C:\ or D:\ -...