Dmitry D. Chernov

Results 38 comments of Dmitry D. Chernov

> I don't think this is appropriate for the joystick patch. I intended to keep games with joystick support playable, just without the joystick support. It doesn't produce any error...

I wonder why it doesn't work, because `setuptools` should install `wheel` on `bdist_wheel`. https://github.com/pypa/setuptools/blob/c0085e87c69629ec3cf24dfce887c0fb93fa80dd/setup.py#L71-L72 https://github.com/pypa/setuptools/blob/c0085e87c69629ec3cf24dfce887c0fb93fa80dd/setup.py#L188-L189 May be related: https://stackoverflow.com/questions/59104686/wheel-installation-from-within-requirements-txt

@Talmio216 Could you provide the whole unsuccessfull log please?

> there are no pypi-published source packages for versions 0.2.post1 and 0.2.post2 They're were just releases with `tinyaes` library updated, so I didn't make source releases, only wheel ones.

> this causes problems for platforms other than x86 > [termux/termux-packages#6664](https://github.com/termux/termux-packages/issues/6664) https://github.com/cher-nov/cryptg/issues/9#issuecomment-824804650

Style fix required: first brace must be at the same line. https://github.com/cher-nov/Gena/blob/b9cf7ac50898a2298ab0eb1db7dd8c6723f055c5/genvector/genvector.c#L17-L18

Nice to see you here! And first of all - thank you for your effort! From the first glance it seems for me that you've got almost everything right, the...

I'm very sorry. It's only me, being an English noob, having a really hard task to describe all of this properly. :( But your comment made me somewhat motivated, so...

> If you take even a meager first pass at this I can help you flesh it out as a native speaker. Thank you very much for this offer, I...

I've came up with an idea that the current implemenation of vector could be somewhat easily extended with support for multidimensional vectors by storing jump pointers to dimensions between the...