Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,709 contributions in the last year
Contribution activity
June 2020
Created a pull request in insolar/assured-ledger that received 4 comments
PLAT-352: run separate checks on master
As Ruslan pointed out in comments to PLAT-352 it's difficult to find master-only runs in our GitHub repo. You should go to Actions -> linux-checks,…
+187
−49
•
4
comments
- NOISSUE: use pkill instead of pgrep+xargs kill
- NOISSUE: fix pgrep+kill workaround for Linux
- NOISSUE: add consensus-checks badge to README.md
- NOISSUE: fix badges in README.md
- PLAT-440: upload integration_test.log to artifacts
- NOISSUE: master-checks.yaml - ignore `make test_func_slow` until ~28.06.2020
- PLAT-352: run separate checks on master (v2)
Created an issue in sympy/sympy that received 1 comment
__contains__ returns wrong result
Steps to reproduce:
#!/usr/bin/env python3
# vim: set ai et ts=4 sw=4: from sympy.geometry import Point, Triangle, Polygon
import matplotlib.pyplot…
1
comment