Monstrofil

Results 13 issues of Monstrofil

Add nice typing instead of using "any".

When trying to fetch multipolygons (e.g. 11038555), I get error: ``` Received corrupt data from Overpass (incomplete polygon). ``` It seems that happens because outer and inner members are not...

help wanted

Add functionality that allows replay to be modified and packed back. We need: 1. variables & methods packer with same logic as for unpacking 2. crypter It seems that while...

waitingvotes

E.g. for wows: ``` TIME: 0.0 TYPE: 0x16 SIZE: 12 DATA: 22 TIME: 0.0 TYPE: 0x10 SIZE: 1 DATA: 16 TIME: 0.0 TYPE: 0xf SIZE: 8 DATA: 15 TIME: 0.0...

waitingvotes

Something like this, needs to be investigated futher and also checked for WoT and old WoWS versions. ``` 0x24: Camera .... class Camera(PrettyPrintObjectMixin): def __init__(self, stream): self.unknown1, = struct.unpack('f', stream.read(4))...

waitingvotes

I found that on Windows Chrome preferences easily grow to ~2Gb and completely crash my scripts because of this part of the code which modifies settings: ``` # fix exit_type...

Latest replay versions have new message id, which I think is related to the post battle results. Here is part of information that we can get there: ``` "commonList":[ 2611659635869941,...

I'm trying to integrate libcamera with rockchip ISP on my Orange PI 5 board (RK3588s), but I cannot find any documentation on stats and params structures. ``` struct isp3x_isp_meas_cfg {...

## Context I'm trying to setup maproxy to fetch tiles form completely valid url with unicode part in in, but I'm completely stuck. I set source as following in mapproxy...

I'm trying to integrate libcamera with rockchip ISP on my Orange PI 5 board (RK3588s), but I cannot find any documentation on stats and params structures. ``` struct isp3x_isp_meas_cfg {...