Results 60 comments of Семён Марьясин

This is very useful for cases like when the process requires some complex and compute-expensive initialization before staritng the code I actually want to debug. Then, if I skipped over...

Same issue here. I do have a backup but it is too old and hence incomplete... Is there any additional information I could collect to help resolving the issue?

@flocke, here is my logcat (with `-v color` option, best viewed in console or other compatible viewer). Launched app and got the error; then tried to switch encryption method (was...

Does anyone know about some active/maintained fork of this project?

Looks like this is impossible. The constructor being created (`NewMyCustomButton`) will always accept just one argument - `parent` of type `widgets.QWidget_ITF`. And the function you provide as an "initializer" (`init`)...

So I think the only sensible way to achieve anything similar is to set required stuff *after* creating an instance of your class.

Just to give context: I am currently trying to integrate FireHOL in NixOS more tightly. Right now NixOS supports installing FireHOL via `nixpkgs` but doesn't support configuring it. It does...

There is a problem though. - Python doesn't support `mingw32-w64` toolchain; only `msvc` toolchain is supported for Windows: https://bugs.python.org/issue4709 https://wiki.python.org/moin/WindowsCompilers - But Golang doesn't support `msvc`: https://github.com/golang/go/issues/36283 Probably we can...

Performed `git bisect`. The bug was introduced in ed22e75.

Had same problem. Fixed by installing latest git versions of the following packages: `libirecovery`, `libimobiledevice` `libusbmuxd` `usbmuxd` `libplist` - and then starting `usbmuxd` before running `idevicerestore`.