Results 5 issues of Jonathan Fine

**Quick Summary:** Unexpected elm: Map.!: given key is not an element in the map ## SSCCE ```elm $ elm repl ---- Elm 0.19.1 ---------------------------------------------------------------- Say :help for help and :exit...

bug
types

**Quick Summary:** Malformed record modify `{ key | }` creates EXTRA COMMA error. ## SSCCE ```elm $ elm repl ---- Elm 0.19.1 ---------------------------------------------------------------- > { key | } -- EXTRA...

At present `hash` and `pygit2.hash` have the same repr. We can tell them apart by looking at the `__module__` attribute. But not their `type`. ```python Python 3.10.6 (main, Nov 14...

```python Python 3.10.6 (main, Aug 10 2022, 11:40:04) [GCC 11.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import pygit2 >>> len(pygit2.Repository().index) 2 >>> for item...

See, for example, https://docs.python.org/fr/3/tutorial/introduction.html. It applies to all interactive code examples. This is https://bugs.python.org/issue34452, transferred here, as a third party issue. It is related to [PEP 545 - Python Documentation...