Bruce Pinheiro de Carvalho

Results 4 comments of Bruce Pinheiro de Carvalho

@lealhugui, gostaria de contribuir com o projeto existe algum plano para fazer a automação dos testes, tipo framework Mocha/Chai, Jasmine, Jest ou não tem preferencia?

Hi, I've the same issue, to workaround i did it: ```html ``` Thanks

How to workaround it ```composer config "platform.ext-mongo" "1.6.16" && composer require alcaeus/mongo-php-adapter```

Based on the this bit of code below from `pyglet/event.py` ```python for frame in list(self._event_stack): handler = frame.get(event_type, None) if handler: try: invoked = True if handler(*args): return EVENT_HANDLED except...