Val
Val
Hi! I have two servers with gproc and gen_leader. When I update some server - I run new one and then stop old. Everything was fine, but today I found...
Case: ``` class TokenService(metaclass=ABCMeta): @abstractmethod def authorize_token(self, auth_header: str) : pass @singleton class JWTTokenService(TokenService): ... ``` JWTTokenService is the default implementation for TokenService, even if it has multiple implementations. For...
As discussed in https://github.com/devinus/poolboy/pull/83#issuecomment-224312388 I made improvements in zugolosian`s changes. In https://github.com/zugolosian/poolboy/pull/1 all commits are discussed. Summing up: - overflow rip check is now hold periodically without mass timer creation...
When I have SQLAlchemyConnectionField in top-level query, like in the [example](http://docs.graphene-python.org/projects/sqlalchemy/en/latest/tips/#sorting) it works perfectly. But if I have `Query -> Viewer -> SomeObject -> PetConnection -> Pet` sort won't work....
Add Coon to build systems, package management and deploy tools.
would be good to have a testrail integration. to think (need a server as well)
Investigate a way to store credentials encrypted, as [Ansible](https://docs.ansible.com/ansible/latest/user_guide/vault.html) does.
Need to add the same regex_replace filter, as Ansible has, as Jinja's replace doesn't support regexp.
Need to revisit str vs int variables. Is it possible to check them? F.e. if list [1,2,3,4] contains 2 or list ['1', '2', '3','4'] contains '2'
add ability to set max time test can run for every test. fail test if it is running longer.