Wes Turner

Results 267 issues of Wes Turner

- | previousPR: https://github.com/pyvideo/richard/pull/213 Small typo, probably a -- eventually, when reindexed -- significant gain in search engine usability.

It would be helpful for SEO and for usability to include the "top title" in the page titles: - "top title": "Think Stats" - document title: "Distributions" - current ``:...

It would be helpful to have (1) links from the table of contents entries to the respective pages or (just before) the heading; and (2) a TOC as PDF bookmarks....

In Python 3, `next(obj)` calls `obj.__next__` (py3) https://docs.python.org/3/library/stdtypes.html#iterator.__next__

> *New in version 3.6.* > abstractmethod `__fspath__()` > Return the file system path representation of the object. > > The method should only return a `str` or `bytes` object,...

- #3 - [x] TST: manual test bencode.dumps with Python 2 - [x] TST: manual test bencode.dumps with Python 3 - [x] TST: test that a .torrent file at least...

``` better_bencode._fast.BencodeTypeError: type bytearray is not Bencode serializable Aborted (core dumped) ```

Links to `./board/pine64/pinebook_pro_rk3399` in downstream source trees and Debian and Fedora packages: https://github.com/smithmcgriff/Fedora-on-pinebookpro/issues/5#to-merge

Generate code from GUI interactions; State restoration & Undo - https://news.ycombinator.com/item?id=26384396 (bamboolib author) - https://github.com/mito-ds/monorepo - https://github.com/tkrabel/bamboolib - https://github.com/man-group/dtale#predefined-filters - from https://docs.trymito.io/getting-started/overview-of-the-mitosheet : > Generating Pandas Code > For each...

enhancement
P1

## pybricks - Web: https://pybricks.com - https://code.pybricks.com/ > [Pybricks](https://pybricks.com/) is Python coding for smart LEGO® hubs. Run MicroPython scripts directly on the hub, and get full control of your motors...