Thomas Perraut

Results 12 comments of Thomas Perraut

@shevchenkobn I am sorry but after reading your answer multiple times and checking your code and jimador one, I still do not understand how to fix the issue. Here is...

@sergeyzenchenko thank you for dropping by, my issue was way simpler than I thought, I just added a `` in a js file, breaking everything at runtime. I described the...

Another proposition to get the nearest available Resolution of the given one : ```kotlin val configuration = CameraConfiguration( pictureResolution = { nearestBy(Resolution(1280, 720), Resolution::area) } ) inline fun Iterable.nearestBy(ofValue: T,...

We fixed this issue on a fork replacing this line : https://github.com/firebase/firebase-admin-python/blob/5c21b81e35443f749a5df16e7e02dd817dca8c1c/firebase_admin/db.py#L622 by ```python if isinstance(result, (dict, list)) and self._order_by != '$priority' and self._order_by != '$key': ``` So the client...

Same here, any plan on fixing this ?

I had this issue with a background image : 3282x1846 Using the option singular solved the issue for me : ```js loadSprite("level3BG", "sprites/antwerpen.png", {singular: true}); ```

Same issue here, changing browser didn't help. I tried without success : - delete a recreate github app - updating to last version : v0.24.8

Completely unable to select a github repository, even tho everything is setup and it worked once, then break, then never worked again