Mohamed Daahir
Mohamed Daahir
Hi and thank you for this wonderful library. I have been teaching python here in the UK and your library has been a great stepping stone in transitioning kids from...
This is what I am getting on windows 10 and with replit-play v0.0.23
Broadcasting and listening to events is a pattern that is extensively used in scratch and many online tutorials use it to implement features ranging from shooting semi/automatic projectiles to the...
This PR adds support for playing sounds using `pygame mixer`. I plan to add docs once the new feature is approved.
Sound can be currently played by using `pygame.mixer` but it would have been great if `replit-play` re-exported it. ``` import play, pygame.mixer sound = pygame.mixer.Sound('laser_shoot.wav') sound.play() ```
See https://github.com/httpie/cli/issues/537#issuecomment-264718507 This helps with editing complex requests in an editor and allows them to be easily reused (similar to how collections are used in other tools). #### Example: Generate...
The goal is to allow users to implement custom auth strategies that aren't currently supported. This would also serve as a substitute for HTTPie's auth plugin system. Related issues that...