Andrey Andreyevich Bienkowski

Results 76 comments of Andrey Andreyevich Bienkowski
trafficstars

> This needs further testing. In this case this should be reopened.

**No!** Not addressed. test_environment_marker_extras() is **still broken**. Here is an English translation of what test_environment_marker_extras() is supposed to assert: [A package can use extras_require to declare dependencies that are _conditional_...

pep518_with_extra_and_markers-1.0 was another test for conditional dependencies. This time in pyproject.toml: https://github.com/pypa/pip/blob/bbf8466088655d22cd46b286c8f0b8150754c1d9/tests/data/src/pep518_with_extra_and_markers-1.0/pyproject.toml#L1-L8 https://github.com/pypa/pip/blob/bbf8466088655d22cd46b286c8f0b8150754c1d9/tests/data/src/pep518_with_extra_and_markers-1.0/setup.py#L10 This test too is now broken.

1. "kissing" -> missing? typo? 2. As far as I understand autocast can probably run in containers and VMs too. My argument was that autocast can't _replace_ Vagrant for our...

There is now a bounty for this issue https://app.bountysource.com/issues/52352776-use-wayland-instead-of-x11-to-increase-performance

I have bisected this regression down to 4dc051a95e7c76e0be8b4b74fe30b086ca096b44.

1. There was a bug causing `CResourceManager::CleanPath()` to turn "../../crashsave/data.sav" into "crashsave/data.sav" 2. The bug was masking another bug - the path to crashsave was specified incorrectly 3. 4dc051a95e7c76e0be8b4b74fe30b086ca096b44 fixed...

confirmed. Game version: gold-0.2.1

I don't understand. Are you asking to add a new function-like instruction? What do you want the inputs to be? What do you want the return value to be?

I think what you are trying to achieve can be accomplished with the existing CBot features. Pseudocode: ``` while the destination is more than 50 meters from your current position...