Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microbit-foundation/micropython-microbit-v2-simulator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.9
Choose a base ref
...
head repository: microbit-foundation/micropython-microbit-v2-simulator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.10
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Feb 6, 2023

  1. Migrate to GitHub actions (#98)

    Sticking with Node 14 for now to match Emscripten.
    microbit-matt-hillsdon authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    fc2093b View commit details
    Browse the repository at this point in the history
  2. Fix Safari AudioContext initialisation. (#99)

    Current version seem to require the user interaction to be on the stack
    when creating/resuming the context.
    
    Switch to a single context and resume it if it starts suspended.
    
    Add some clean-up so we can keep the single context for the lifetime of
    the app (across stop/start).
    
    Closes #97
    microbit-matt-hillsdon authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    a3e92f7 View commit details
    Browse the repository at this point in the history
Loading