Alejandro Casanovas

Results 183 comments of Alejandro Casanovas

hahaha yes, and no. This is my project!

@therealadityashankar It is now fully working! But it needs more testing! See u

Unfortunately you can't neither should user bcrypt in app engine. As long as app engine only accepts pure python, bcrypt is too slow. It's ok to used in other project...

The PR also changes: - application.py to change the type definition of window.current_camera - __init__ to add the imports for BaseCamera and AdvanceCamera

Still can't figure out what's failing in collision detection. This is a preliminary method based on @einarf comments on discord: ```python # method from arcade.AdvanceCamera class def get_sprites_at_point(self, point: tuple,...

The fact is that the current arcade camera has some things that must be changed. Mainly the fact that viewport and projection are interrelated in some ways that are incorrect....

Hi @einarf Can I do something with this to get the functionality merged (in it's current state or other approach)?

it's `attachments`. Better look a little bit into the code: https://github.com/O365/python-o365/blob/master/O365/message.py#L212

Hi there are different authentication methods. But iyou can use the delegated authentication, sign in once and then just use the api at least once every 90 days. That way...