Denys Sedchenko
Denys Sedchenko
**Description** State of mobile data doesn't change when user tries to enable or disable mobile data using Quick Settings Also please note that I'm using DualSim-version of Motorolla XT1572 **Module...
## Description Got this error on game start: ``` The last application returned an error: 0x2 ``` ## Environment * OS: `v5.1.0`
Fixes #117 issue with multi-line values parsing. Had to refactor existing parser to implement this. Theoretically, a new parser should be faster, since less iterations over source slice are required...
Currently [`windows.Accept`](https://cs.opensource.google/go/x/sys/+/1609e554:windows/syscall_windows.go;l=1254) (like `syscall.Accept` for `GOOS=windows`) contains a stub function which does nothing. Looks like this function was introduced to mimic `unix.Sockaddr.Accept` method but it's just a useless stub. I...
Hello, as far as I know XZ format has index section which contains archive metadata (most notably - uncompressed size). I've skimmed through XZ implementation in this package and looks...
Hello, our project recently migrated to a new version of `go-redis` - v8 and I faced a panic from the library. ``` panic: interface conversion: interface {} is []interface {},...
Type: Bug Report - [x] Try to follow the update procedure described in the README and try again before opening this issue. ## Your Environment * **Hardware**: Raspberry Pi 4...
Hello, I have a [Fiio M3K](https://fiio.com/m3k) player which I often use as an external USB DAC. It worked well with Pipewire, but I had some other issues with Pipewire so...
### Is your feature request related to a problem? Hello, can you please add some basic calculation feature to Niagara search? I moved from iphone and used spotlight calculator pretty...
## The Problem During usage of this library, I stumbled upon some cases when I need to export structs with types which require custom export mechanism. For example I have...