Daniel Nunes

Results 18 comments of Daniel Nunes

> one off questions and idle chat There's also a dev chat on [discord](https://discord.gg/yrPpN9M), even though Utumno hates it :P But any actual discussion should stay on github

*pynsist* was one of the first I looked at - from its docs (I haven't used it) it's not only an installer but a (crappy) "compiler" as well - it...

RE: *pynxm* - It's mostly a thin wrapper and the first one I have ever done. There are some things I don't know how to implement (like rate limits) but...

> let's have 307 out that way 307 Beta 4 was uploaded successfully via the scripts in *ganda-260-deploy*. There was a small hitch that is being worked on due to...

Small update, deployment branch has been split per target

Actually forgot `pop` can fail when overwriting, working on that

Looks like it can be fixed by adding `RawRequests` to the `RateLimitType` enum [here](https://github.com/nash-io/openlimits/blob/adc8947dd3c22aca8d0618ea6c8d10df91e28275/crates/openlimits-binance/src/model/rate_limit_type.rs#L7). I don't think anything is being done with this information (yet) so a quick fix looks...

I'm getting the exact same issue, here's my full traceback: ``` Traceback (most recent call last): File "C:\Users\danie\Documents\Projects\TrafficMaster\main.py", line 77, in asyncio.run(main()) File "C:\Users\danie\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 190, in run return runner.run(main)...

Some extra info, the original [readme](https://github.com/GandaG/UnitySteerExamples/blob/add_unity_deploy_tools/.deploy/README.rst) from my repo is included in the .deploy/ folder, [these](https://travis-ci.org/GandaG/UnitySteerExamples/builds) are the builds being run and take your time looking through everything :)

@ricardojmendez, First off, two things: 1. The documents for the examples are not needed at all, I only mentioned it so you could see that was an option and wanted...