Alejandro Casanovas

Results 10 issues of Alejandro Casanovas

Hi, I know this is not the place for this question... but I'm was looking everywhere for an answer and couldn't find one. Current Flask session implementation doesn't allow to...

Check out this simple pagination mechanism for gae. https://github.com/janscas/ndb-gae-pagination It could help here.

Hi, I need to set some fields on the 2D matrix that have a 'walk cost' of a quarter of a movement point (0.2) But when doing so, the pathfinding...

bug
help wanted

I would like the `arcade.Camera` left, bottom positions to be configurable. Now 0,0 its hardcoded. That's part one. As I talked on Discord with Clepto theoretically we just need to...

bug

### **This pull request adds two new cameras to arcade.** First a `BaseCamera` that is just a camera that allows to set the viewport, projection and can move around. Just...

I use oauthlib to authenticate with MS Graph. When the MS Graph token is expired oauthlib raises the `TokenExpiredError` and I use that to request a new token with the...

The current implementation of O365 as of today (2.0.32) is wrong when handling timezones. The current implementation: 1. will request to msgraph all dates in utc 1. will define a...

Hi, currently the format query parameter for the Nominatin provider is hardcoded to json. See: https://github.com/geopy/geopy/blob/master/geopy/geocoders/nominatim.py#L237 ```python params.update({ 'format': 'json' }) ``` However I would like to set the format...

Hi I like whenever implementation as it address a lot of problems I face when using datetimes. I would like to see if it fits into whenever to support windows...

discussion

When adding a UILabel with the text "_" the label internally sets its rect size to fit the contents which is 1 character on init. Later on changing this text...

gui