Nicholas Tollervey

Results 92 issues of Nicholas Tollervey

Then I can build PyperCard on top of it... ;-)

On some Debian 10 systems, the transition to a new card fails if there is a problem in the user's code. We should wrap such transitions in exception handlers that...

Given the connected world we live in, it's often necessary for an application to connect with a server to gather data or send an update. Given PyperCard is deliberately constrained...

Currently the only ways to transition are via buttons displayed along the bottom of the screen or via auto-advancement to a pre-determined card. After thinking about making graphical games it...

Found this via HN and looks like something I could use for a current project. However, requirements are hard pinned to specific versions, including not-the-latest version of Django. Could you...

The micro:bit music module doesn't appear to detect that the speaker is connected to pins 0 and 1 (as it should) causing it to be silent or very quiet. However,...

How can I improve on awesome? I know... let's add EPIC MUSIC (subject to participating crocodile clips and speaker). Connect to pin0 and GND. ;-)

https://peps.python.org/pep-0621/

What it says. This also needs documenting.

The problem: there may be several cards that transition, via the same logic, to a new card. Currently, there needs to be a decorator for each card. Such repetition is...