Andrey Andreyevich Bienkowski

Results 57 issues of Andrey Andreyevich Bienkowski

[I was told to report this in the tileset repo.](https://github.com/CleverRaven/Cataclysm-DDA/issues/70599#issuecomment-1874010342) ### Describe the bug I noticed the following message in my debug.log: "The tileset you're using has no 'unknown' tile...

### Problem Description It's nice that I can store outfits on a planet. It's also nice that the map reminds me which systems I left something in: ![image](https://github.com/endless-sky/endless-sky/assets/52621858/5815a694-0610-4444-a232-d088b96673ea) The problem:...

UI

It appears the interpretation of itemgroup entries that do not explicitly specify chance has changed. See https://github.com/CleverRaven/Cataclysm-DDA/pull/72458. cdda-guide may need an audit to make sure this case is consistent with...

The html version of you book contains an exception where an output is expected: https://allendowney.github.io/ElementsOfDataScience/03_arrays.html#summarizing-relative-differences ```py --------------------------------------------------------------------------- NameError Traceback (most recent call last) in ----> 1 np.min(percent_differences), np.max(percent_differences) NameError: name...

The html version of you book contains an exception where an output is expected: https://allendowney.github.io/ElementsOfDataScience/05_dictionaries.html#punctuation After the paragraph "Here’s what happens when we try to remove the punctuation" ```py ---------------------------------------------------------------------------...

Currently github hyperlinks commit hashes like this: 85d8952 which is super useful. [git-describe](https://git-scm.com/docs/git-describe) produces outputs like this: 0.29.0.gfm.0-27-g85d8952 Format: "$tag-$commits_since_tag-g$commit" It would be great if 85d8952 was hyperlinked in this...

This commit fixed a broken link: https://github.com/elm/random/commit/a1eae055f72db1269284337f81d7fdca42133612 . This was back in 2019. It is now 2021 The version of the docs at https://package.elm-lang.org/packages/elm/random/latest/Random is still broken

Are there plans to integrate the Courgette diffing algorithm into deltarpm? https://www.chromium.org/developers/design-documents/software-updates-courgette

I have found a couple tests that seem to be counting on python 2 to test the behavior they are designed to test even though the behaviour is not python2-specific....

C: tests

CBot scripts that are loaded from the game level or from a mod (such as the scripts implementing enemy AI) may change from one version of the game or mod...