Vitaliy Klychkov

Results 4 issues of Vitaliy Klychkov

I download data in csv and try to process it ``` df = pd.read_csv('/tmp/file.csv', index_col='Date') df.ta.squeeze(bb_length=20, bb_std=1.0, kc_length=5, kc_scalar=1.5, lazybear=True, use_tr=True, append=True) ``` But if compare it with TV indicator...

duplicate
info

* **asyncpg version**: 0.27.0 * **PostgreSQL version**: PostgreSQL 15.2 (Debian 15.2-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit * **Do you use a PostgreSQL SaaS? If so,...

When my Python program fails in a Docker container, no core dump or backtrace is generated. I tried enabling it using `ulimit -c unlimited`, but it didn't help. I cannot...

Hello, i am trying build movfuscator on arch linux x64 with intalled multilib-devel but make error written /usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc /usr/bin/ld: skipping incompatible /usr/lib/libc.a when...