| Feb | MAR | Apr |
| 22 | ||
| 2020 | 2021 | 2022 |
COLLECTED BY
Collection: github.com
Point class (a code snippet):
public Point(double x, double y)
{
this.x = x;
this.y = y;
}
public override string ToString()
{
return $"Point({x}, {y})";
}
Read more
enhancement
good first issue
Open
scikit-ci-yml.
The line could be
- twine check dist/*
See https://github.com/scikit-build/scikit-build/blob/5f558d3cc063f41b04cb21bd229b0b3faae0f4cb/scikit-ci.yml#L57-L58
Read more
Category: Tests
good first issue
Open
main.py, main_pingpong.py and main_pingpong_servicer.py, which has the effect equal to
logging.basicConfig(format="[%(asctime)s - %(name)s - %(levelname)s]: %(message)s", level=logging.WARNING)Read more enhancement good first issue Open
*args and **kwargs, using the following kas the key to a cache dictionary:
from operator import itemgetter k = (args, tuple(sorted(kwargs.items(), key=itemgetter(0))))(This functionality is only relevant for pure functions. Assume also that all relevant data is hashable.) However, consid Read more bug discussion good first issue Open