Pavel Koneski

Results 22 issues of Pavel Koneski

The background thread name used by LVL, "background thread" is not very informative. A project may have a number of background threads and it would be good to be able...

`OnDestroy()` of the main activity calls `LicenseChecker.OnDestroy()` but that one throws an unhandled `ObjectDisposedException`. It happens when the code tries to access the `Looper` property on the `handler` field. The...

Originally, `ServerManagedPolicy` stored its data in a preferences file named "com.android.vending.licensing.ServerManagedPolicy", while `ApkExpansionPolicy` used a preferences file named "com.android.vending.licensing.APKExpansionPolicy". During refactoring (commit 1dbb36ff4c1e971a03e734dc18fbc066443b2f05), when `ApkExpansionPolicy` became a subclass of `ServerManagedPolicy`,...

The C# code for decoding extra data in the licensing server response, in the case there is no extra data, creates a dictionary with one spurious entry: an empty string...

The library reports `NotLicensed` with null `signedData` and null `signature` happens e.g. when there is no user account associated with Google Play Store yet. This was causing a `NullPointerException`. Also,...

This issue is to track progress of the upgrade and discuss problems along the way, if any.

update

Every recipe ends with a footer: > You'll find all the explanations, figures, references, and much more in the book (to be released later this summer). Since the book has...

update

For example: ```python def missing(self): raise AttributeError("missing") class E: __eq__ = property(missing) assert not (E() == E()) ``` raises `AttributeError: missing` rather than pass the assertion.

CPython compatibility

This issue came out during working on #1511. When a socket is created using a descriptor of another existing socket, the timeout of the existing socket is reset to default...

module-socket
3.6

Installing NuGet packages `IronPython` or `IronPython.StdLib` on Linux or macOS creates all regular files with user-executable bit set (4). This is not the convention used by Unix-like systems and confuses...