Dmitry Meyer

Results 15 comments of Dmitry Meyer

Unfortunately, I'm not ready to work on it, at least in the near future.

This patch not only improves informativity but also eliminates the following alert in the nginx log: ``` [alert] ... ignoring stale global SSL error () ``` The alert is emitted...

@syzh what error cases did you mean? Should we add test cases for each OpenSSL FFI call that can produce an error (in other words, cover each place where `get_error`...

The CI build failed with the following error: ``` nginx: [alert] failed to load the 'resty.core' module (https://github.com/openresty/lua-resty-core); ensure you are using an OpenResty release from https://openresty.org/en/download.html (reason: module 'resty.core'...

Thanks for the bug report. I haven't used this script for a long time, so I need some time to dig into my memory. I'll take a closer look later...

FYI: I've just released the new versions of [virtualenv-pyenv](https://github.com/un-def/virtualenv-pyenv/releases/tag/0.5.0) and [tox-pyenv-redux](https://github.com/un-def/tox-pyenv-redux/releases/tag/1.1.0) with pyenv-win support.

I've just checked and can confirm that this works 👍

Sorry for the late response. I'm not familiar with Arch Linux but using my general knowledge of Linux I managed to install the blocklet via `pip` on Python 3.10: ```...

@hishamhm could you please add the Covecov token from Codecov settings https://app.codecov.io/gh/luarocks/hererocks/settings to this repository as the `CODECOV_TOKEN` repository secret https://github.com/luarocks/hererocks/settings/secrets/actions ?

Unfortunately, although IPv6 is available on the host, k3s stack is configured IPv4-only and need to be redeployed to enable dual stack. I don't want to break something in the...