Yehor Popovych

Results 11 issues of Yehor Popovych

I added KiwiIRC to one of browser games. But game reloads page on some changes. And Kiwi starts reconnecting. Sometimes OK, sometimes some connection errors. Maybe I can enable some...

v1

Renamed variable and changed version of libraries.

Used the same approach as in SwiftNIO (C target with a linked native library). If CommonCrypto dependency will be resolved can be compiled on Linux.

Hi guys, I created React Native bindings for Android and iOS. https://github.com/tesseract-one/react-native-gomobile-ipfs Can get XKCD image from React Native :)

:rocket: feature-request

Hello. Thanks for the good tool! I have a problem with tags generation for enums. For example, we have the option enum: ```rust #[repr(C)] pub enum Option { None, Some(V)...

Hello, I have strange ipv6 error in podman and container fails to start properly. ``` [#] ip link add wg-luxembourg type wireguard [#] wg setconf wg-luxembourg /dev/fd/63 [#] ip -4...

Hello, I found a crash in the URLSessionInstrumentation when it is used with Alamofire. It happens in this line https://github.com/open-telemetry/opentelemetry-swift/blob/34c45693bb4520f33709f400df81e3d929d8f967/Sources/Instrumentation/URLSession/URLSessionInstrumentation.swift#L611 It crashes with `Cannot set task delegate after resumption` exception....

**Describe the issue** fwupdmgr can't install dbx UEFI security updates on Linux guest. Shows an error: `failed to write data to efivarfs: Error writing to file descriptor: Invalid argument` I...

### What and why? Swift testing library is using MachPorts to communicate with this library. They are unique for OS kernel, so each process should have a unique name for...