laixintao
laixintao
我们已经隔离,在家办公半年多了,也很郁闷。
OK thanks for reply, I will try to make it work by myself. Maybe I will open a PR when it's done. I am working on a top like tool...
Hi, I can print unicode, but in example.py it's still `?` ``` python -c 'print("\N{UPWARDS ARROW}")' ― ``` Can you show your `pip freeze` of your panwid env? Thanks.
Look like it's an issue with urwid https://github.com/urwid/urwid/issues/286 Is unicode looks good in your enviroment?
I have used this lib, from my view you need: 1. Define your `Columns` as list, eg: name, label, how to sort, etc https://github.com/tonycpsu/panwid/blob/master/examples/datatable.py#L62 2. Implement `query()`, this defines how...
dva将我们从自己组装react-router之类的事情中解放出来了!
@alerque I still have the problem with python file.
OK for queues I want to make it default to expose all queues but configurable via `settings`.
@aborruso I figured out a workaround. you can use the `proc` system, like this `mlr --icsv --ojson tail -n 2 /proc/self/fd/0` https://xbin.io/w/tool/mlr
Hi there, can we do the start/end without the extra line now? I want an effect like this ( No line before `start` or after `end`) Thanks