Serhii Korol

Results 42 comments of Serhii Korol

Just in the case if anyone interested in a bit modified @jonashaag script for Django: ```python import argparse from os import environ import bjoern from django.core.wsgi import get_wsgi_application from pathos.multiprocessing...

@vania-pooh FYI, I've just created a [patch](https://github.com/sskorol/chrome-devtools-java-client/blob/GITHUB-37-migrate-to-new-protocol-and-platform/cdt-java-client/src/main/java/com/github/kklisura/cdt/services/ChromeDevToolsService.java#L120-L144), so that you can do the following: ```java devtools = ChromeDevToolsService.from(format("ws://localhost:4444/devtools/%s/page", driver.getSessionId())); ``` See the updates in my [fork](https://github.com/sskorol/chrome-developer-tools-protocol-java-example/tree/GITHUB-37-migrate-to-new-cdp-client). P.S. as the author...

Can anyone explain the expected behavior and attach the minimal code to reproduce the issue? As I don't really understand what kind of SA support is required.

@guterscooter I know how SA works. I wonder what do you expect to see in Allure while using SA?

Ok, thanks, I'll test it today.

@borntoleave @JasonWong08 I tested the new code and still see the same issues. I recorded the video with mostly all of them: https://youtu.be/v-gfkdAKLus

I have a quick update. Just googled issues with RPi serial port. Found the following thread: https://raspberrypi.stackexchange.com/questions/114366/rpi4-serial-port-not-working-on-either-raspberry-os-or-ubuntu I followed all the steps from the answer and now the serial port...

BTW, here's what I get from `platfrom.uname()` in Python on RPi / Ubuntu: ``` uname_result(system='Linux', node='rpi', release='5.4.0-1047-raspi', version='#52-Ubuntu SMP PREEMPT Wed Nov 24 08:16:38 UTC 2021', machine='aarch64', processor='aarch64') ```

> @sskorol, Great! You got the key! you can refer to my post on OpenCat Forum about how to solve this issue (https://www.petoi.camp/forum/software/fixed-the-issue-on-github-new-serial-code-doesn-t-work-with-rpi-hat-16). actually we use the serial port -...

See related discussion on SO: https://stackoverflow.com/questions/57869016/illegalaccessexception-while-annotations-method-invocation-via-reflection-open