Alexander Turenko

Results 75 issues of Alexander Turenko

I found that under the following circumstances I need to pass a real directory path (with resolved symlinks) to the luacheck executable in order to don't miss warnings: 1. `.luacheckrc`...

For example: on level 21 after yellow doors I can see lighting from sphere of shield equipment, which placed on other sublocation — through two capital walls (and tons of...

``` There were 35 warnings: 1) DMLTest::test_16_hash_select assertRegExp() is deprecated and will be removed in PHPUnit 10. Refactor your code to use assertMatchesRegularExpression() instead. 2) DMLTest::test_17_01_it_clienterror with data set #0...

good first issue
backlog
prio4

Connector version: 0.3.3-0-ge67cb23. Cited from https://github.com/tarantool/tarantool-php/pull/142#discussion_r453932061: > It seems, if only username is passed (but no password) the client will silently connect as 'guest' user without a password. What a...

bug
backlog
prio5

See https://github.com/tarantool/tarantool-php/pull/148#issuecomment-544684011 for the reproducer.

bug
crash
backlog
prio5

As far as I got [this](https://github.com/tarantool/small/commit/18b54084402cdd1e999e9998fa60471fad7aad50) change, the idea was to use parent's project CFLAGS when libsmall is built as part of another project (and so when CMake variable `SMALL_EMBEDDED`...

good first issue
backlog
prio5
build

## How to reproduce Terminal 1: ```sh $ tarantool tarantool> box.cfg{log = 'log.txt'} tarantool> console = require('console') tarantool> console.listen('127.0.0.1:3311') ``` Terminal 2: ```sh $ tarantoolctl connect 3311 localhost:3311> require('http.client').get('https://tarantool.org', {verbose...

bug
logger
http client

Tarantool version: all existing (1.10.10, 2.7.2, 2.8.1, 2.9). Let's look at example: ```lua #!/usr/bin/env tarantool local yaml = require('yaml') local a = {whoami = 'a'} local b = newproxy(true) do...

bug
app
serializers

### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/actions/advanced-guides/caching-dependencies-to-speed-up-workflows#matching-a-cache-key ### What part(s)...

help wanted
content
actions
pumpkin-spice

GitHub disables unencrypted Git protocol, so `git://` URLs stop working now (see https://github.blog/2021-09-01-improving-git-protocol-security-github/). luarocks 3.8.0 autoconverts `git://` URLs into `git+https://` ones (see https://github.com/luarocks/luarocks/commit/9ff512e35455939f02eaec2318e3acc77782fdeb), but there is plenty large community of...