Andrei Ilinskii

Results 7 issues of Andrei Ilinskii

Add example of simple wrapper to use Promises with predis-async.

I trying to launch vnc server on anbox. Changed jni/Application.mk to: APP_ABI:=x86 #APP_MODULES:= jpeg libpng libcrypto_static libssl_static androidvncserver APP_ALLOW_MISSING_DEPS=true Successfully compiled vith ndk-build. Installed to android. Found actual fb0 file...

Hello, Please help me, can i with this library write something like this: ``` status = getsockopt(acceptedSocket, SOL_IP, SO_ORIGINAL_DST, (struct sockaddr *) &destaddr, &destlen); ``` ? - I want get...

Делаю чистую установку, версия 2.0.1, использую символ "/" в пароле пользователя для подключения к СуБД. Установщик все данные принимает, а при открытии сайта отдает 500 ошибку. Проблема в файле ./framework/libs/vendor/DbSimple/Generic.php...

I'm not python programmer and i think that my fix is very strange. But it works. ``` $ pgrepup setup Pgrepup 0.3.10 Traceback (most recent call last): File "/usr/local/bin/pgrepup", line...

**Title**: Concurrent `map` writes and flawed `ListComputeLimits` logic cause exporter crashes and incorrect Identity client usage --- ### Summary When adding logic to expose Nova limits (for quota monitoring and...

How to reproduce: ```php // defaultHttpOnly and defaultSecure is true by default, its added for greater transparency $provider = new JWTCookieProvider(defaultHttpOnly: true, defaultSecure: true, defaultPartitioned: true); $cookie = $provider->createCookie(jwt: $jwt,...