georgeto

Results 9 issues of georgeto

As described in the last passage of https://github.com/microg/android_packages_apps_GmsCore/wiki/Installation: > **Note:** On Android 7 (or later) an [additional patch](https://github.com/microg/android_packages_apps_UnifiedNlp/blob/master/patches/android_frameworks_base-N.patch) is needed to make location work, or alternatively, you can install **GmsCore.apk**...

There is already pull request #167 from four years ago that implements exactly this feature, but it was abandoned due to security concerns regarding overlayfs. However, nowadays there is [fuse-overlayfs](https://github.com/containers/fuse-overlayfs),...

The documentation of getsockname() states that the port is returned as a number, which is also what the similar getpeername function does. Closes #391

The documentation of `tcp:getsockname()` and `udp:getsockname()` states that the port is returned as number: https://github.com/lunarmodules/luasocket/blob/26b524e1d7b9a00045882d3c0f25486485b1d6a8/docs/tcp.html#L285-L286 https://github.com/lunarmodules/luasocket/blob/26b524e1d7b9a00045882d3c0f25486485b1d6a8/docs/udp.html#L135-L136 However, in reality the `getsockname()` implementation used by both returns the port as a...

The previously used version was not compatible with PHP 8.2.

Scale always was done in Local mode, but with the introduction of Universal scale this has changed, and scaling is now also possible in World mode. For that, the new...

The slapd log shows many of the following error messages while the pycroft LDAP syncer is running: ``` memberof_value_modify DN="uid=...,ou=users,dc=agdsn,dc=me" add memberOf="cn=,ou=groups,dc=agdsn,dc=me" failed err=32 memberof_value_modify DN="uid=...,ou=users,dc=agdsn,dc=me" add memberOf="cn=,ou=properties,dc=agdsn,dc=me" failed err=32...

bug

When searching for .ifo files use the same optimization as we do in the koreader frontend in getIfosInDir(path) in readerdictionary.lua. Fortunately sdcv uses the for_each_file function exclusively to search for...

With unfortunate timing multiple async tasks might try to write the same file concurrently, resulting in the IOException below. ``` [ERR] Error in "The Open Movie Database" System.IO.IOException: The process...