Evgeniy Vasilev
Evgeniy Vasilev
This will be pretty useful to me, especially first two points. I'm trying to set CDN domain for the assets and still haven't found good solution.
How about passing a custom function which acts as a filter for each element? Something like: ```python def is_exported(name): return name !== 'exclude' ... result = flatten({}, filter=is_exported) ```
Most of the units are easily testable as they don't directly interact with `termbox` so IMO it's just a matter of picking the way of tasting (native or any framework)...
If all interaction with `termbox` is through an Interface then it would be easy to mock that. Also creates some opportunities for other drawing engines :smile:
Definitely keep the terminal :+1: but having `ncurses` adapter is also a possibility.
It's widely used and well tested, so someone may prefer it but that does not mean that you have to implement it. The idea is to allow the flexibility for...
Seems to be caused by `inspect.getargspec`, which is [deprecated since python 3.0](https://docs.python.org/3/library/inspect.html#inspect.getargspec) ``` python >>> def test() -> None: ... print("test") >>> from inspect import getargspec >>> getargspec(test) ptpython3:1: DeprecationWarning:...
Open the `Test it` link in the README with your phone browser and you will see `Install` button on the page.
It is supported by `ledger-cli` ``` $ ledger -f test.dat print 2015/03/02 Arlanda Раз:Услуги:Транспорт:Такси 675 Кап:ING ``` I feel it's one of those cases where the reference format is too...
@teolemon can you elaborate on what documentation needs to be generated? https://pkg.go.dev/github.com/openfoodfacts/openfoodfacts-go gets updated every time there is a change in the module.