EnvOut

Results 9 issues of EnvOut

Skype skype = new Skype("oldSkype.login","pass"); skype.connect(); Every time after calling .connect() i have exeption: **Error thrown during connection. Check your credentials?** Also propblem with fr.delthas.skype.ParseException: org.json.JSONException: JSONObject["name"] not found.

Hello! I am using `cucumber-rust` for testing my project, and I need to add a hook that will stop dependent processes after all features have been executed. Could you please...

### Discussed in https://github.com/tokio-rs/tokio/discussions/6676 Originally posted by **EnvOut** July 8, 2024 Hello everyone, I've faced a strange problem when working with TcpConnection. Having an initialized connection using: ``` TcpStream::connect(pool_info.url) ```...

A-tokio
M-net

versions: agp = "8.11.2" android-compileSdk = "36" android-minSdk = "24" android-targetSdk = "36" androidx-activity = "1.11.0" androidx-appcompat = "1.7.1" androidx-core = "1.17.0" androidx-espresso = "3.7.0" androidx-lifecycle = "2.9.4" androidx-testExt =...

Hey, I'm try to open page https://badoo.com/onboarding-email using your sample app in android emulator/real android phone, but it doesn't work How to solve it? Full log ```log 16:50:52.264 2531-2651 WM-NetworkStateTracker...

Hey, markdown (MD) has spoilers support: ```markdown ## Titile >! Spoiler ``` But this library doesn't render blocks such as `>!` or event `>` in the correct way. Any ideas...

Hey I use ESP32 controller and example with 2.13bc doesnt work beacause it use embeded_linux :( Could you please fix or made sample for ESP32?