SMVirus
SMVirus
@josephmancuso document for [read-write-connections](https://orator-orm.com/docs/0.9/basic_usage.html#read-write-connections) is wrong. The `_get_read_write_config` function use `random.choice` to choice a config, it doesn't work with dict. https://github.com/sdispater/orator/blob/bd90bf198ee897751848f9a92e49d18e60a74136/orator/connectors/connection_factory.py#L63-L65 The correct configuration is ```python config = { 'mysql':...
@mandarvaze no problem!
@mandarvaze Hi, I have added test cases, but CI seems to have some problems. I don't think my code is causing CI to fail.
@mandarvaze Thank you! Now seems that everything is right.
@mandarvaze I have squashed commits. There is no open issue related to it.
@josephmancuso Hi, Can you merge this PR? I want to create a new PR to fix the error occurred by source code installation.
@mandarvaze OK! 😄
In Python 2.7, I solved this problem by adding the following code to the `seeds/ __ init__.py` file. ```python import os import sys sys.path.insert(0, os.path.dirname(__file__)) ``` Then import the other...
好的,辛苦看下 https://github.com/go-eagle/eagle/pull/62 这个 PR,如果没问题的话先合入下,然后我再提一下关于日志记录器的 PR。
Debug 级别日志的支持已提交到 https://github.com/go-eagle/eagle/pull/64