-
Hi. Neat library.
Just testing things out using asyncio and I noticed some blocking code in the asyncio examples. It seems that UdpTransportTarget((host, port)) is calling to resolve DNS in a block…
-
To encourage programmatic usages of the board server I'd like to see whether we could maintain and publish simple client SDKs in various languages.
We have a lot of Kotlin projects where I have fel…
-
So while trying to go through the example from the website I run into this crash.
I do have boost c++ library and the OpenCV 3.3.1 (if that could matter)
Specifically it seems the crash occurs w…
-
For reference the python version of NEAT allows you to create recurrent and spiking neural networks.
-
Hello,
I hope you are well. I really like Pydantic, and I've found it makes it much easier and also neater to work with classes in python.
Today, I tried to use it to put the arguments parsed from …
-
It would be great if readme_renderer supported [AsciiDoc](https://asciidoc.org/) natively. It has some very neat features and it would be nice to use the same format for our README as well as for the …
-
I use neat-8.0 version package.
I run the script like this:
./gym_solver.py --episodes=3 --generations=100 --num-cores=1 --max-steps=10
No matter what the max-steps I set I always get this erro…
-
**Describe the bug**
In the config documentation, it is written that Elitism is “the number of most-fit individuals in each species that will be preserved as-is from one generation to the next.” (htt…
-
Often talked about and requested, I think it could be time that we finally find a way of documenting the C++ source code of SuperCollider.
As the code base is C++, [doxygen](https://www.doxygen.nl/…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feat…