Mauri Mustonen

Results 65 comments of Mauri Mustonen
trafficstars

Sorry @Mr-Bajs. At first I didn't understand what you meant. And yes they should be included here as well. Are there any other causes that we are missing? As mentioned...

Would it be possible to also state somewhere that this library works on `save()` and `delete()` methods and not with django signals? What I mean by that is when I...

Any assistant how to actually use this? I also need to import `InjectKnex` from this package and then have this declaration line as well right? I cannot seem to figure...

In the file `backend/include/SpcPlayer.hpp` the function takes a default argument like this ```cpp bool start(uint16_t bootCodeAddress=0xFF85); ``` So the `bootCodeAddress` is 0xFF85 by default. Yeah this is confusing. Might be...

I also was facing this issue and figured it out myself how to do it. Then I found this issue here. Maybe this information could be added to the wiki...