Posts by ferfabricio • 61 points
3 posts
-
1
votes6
answers2884
viewsA: music does not play
One option is to use a repeat loop next to the control if the mixer.music is busy (method get_busy). In the example I am repeating the song until the variable i is greater than 5. from pygame import…
-
2
votes2
answers1678
viewsA: Observable, when to use?
Both a Promise as to a Observable bring abstractions to help deal with asynchronous events. One Promise deals with a single event that may succeed or fail, while a Observable handles 0, 1 or…
-
3
votes3
answers1642
viewsA: Firefox Error: Access-Control-Allow-Origin
The application that is serving the accessed URL did not send in the header Access-Control-Allow-Headers the value: Access-Control-Allow-Origin. What does that mean? The Access-Control-Allow-Origin…