Willi Sontopski
Willi Sontopski
Hi there! I wonder if there is a way to simulate a GPS your location with your runner. Do you have any idea how to achieve this?
Hi there! I had a problem like this: ``` 2022-06-26 01:46:24.606: ERROR Exception raised while parsing message from server Traceback (most recent call last): File "/opt/maddox/.venv/lib/python3.8/site-packages/asyncua/client/ua_client.py", line 82, in _process_received_data...
Hi there! I'm using your library on Linux and it works fine. Now I tried it on WIndows (WIndows 10) and it doesn't work. Is there a way to make...
Hello @vedartm, do you still maintain this library?
Hi there! The keyboard height I get from your library seems to be wrong. The value is 30 logical pixels too low I think. For visualization I created a `Container`...
Hi there! I get the following error on iOS: ``` Could not build the precompiled application for the device. Uncategorized (Xcode): Command CompileSwiftSources failed with a nonzero exit code Lexical...
## Steps to Reproduce 1. Create a directory `assets` in your Flutter project and add any jpg image to it and rename it to `logo.jpg`. 2. Make sure to include...
I have a pipeline with coveralls that has always worked. Now it works only partially. I use Travic CI and test against several Python versions in parallel. With one version...
Hi there! I faced this strange error in my CI: https://app.travis-ci.com/github/LostInDarkMath/pedantic-python-decorators/jobs/586586853 It fails only with Python 3.9 and 3.10. 3.7 and 3.8 are working fine: https://github.com/LostInDarkMath/pedantic-python-decorators/pull/71/checks?check_run_id=9091764326 Do you have an...