psociety

Results 21 comments of psociety

A link to the actual file would also be quite good, so i can stream it using vlc for example :)

Hi @SoftwareGuy! Ty for creating NodeListServer! > * Unity version: 2021.3.3f1 LTS I don't have Alpha or Beta versions, Unity's "stable" versions are already buggy enough. ![image](https://user-images.githubusercontent.com/29523682/173500974-985397d4-8bc2-46ce-9d04-319298b55872.png) > If it's...

@LexSong What website do you recommend to get the bounding box? I tried using coords from: http://bboxfinder.com/ and your py output is empty: ```bash python3.6 find_overlaps.py 41.340216 2.102509 41.465113 2.270393...

@Rakiah oh, i tried recombining them yet i got the same result: ```bash python3.6 find_overlaps.py 41.340216 41.465113 2.102509 2.270393 LatLonBox(north=41.340216, south=41.465113, west=2.102509, east=2.270393) [Octant level 1] [Octant level 2] [Octant...

@LexSong you're right now it does throw octants up to level 13 :) Sorry for littering the thread.

@bhaktatejas922 Level is the zoom, go to google maps and zoom in, you will see how a z var changes in the url. It obviously has a max zoom and...

just add a try catch :S Errors are expected to be thrown, not returned :o

It also happened to me during a chargeback: `Warning: Undefined array key "error" in /var/www/html/vendor/mercadopago/dx-php/src/MercadoPago/Entity.php on line 268` Executed code was: ```php $payment .... $refund = new Refund(); $refund->amount =...

Thank you for creating this!

Yep, it still happens on 4.6.0 ![Screenshot from 2022-08-23 08-41-28](https://user-images.githubusercontent.com/29523682/186088791-ba9c19d0-9a90-4003-bc81-5888d8412547.png) ![Screenshot from 2022-08-23 08-42-38](https://user-images.githubusercontent.com/29523682/186088819-9cea433b-96e5-45dc-af95-0ad1673bd434.png)