JaySon

Results 24 issues of JaySon

I've defined a subcommand with two boolean arguments and found it unexpectedly run into the subcommand. In specific, a subcommand naming "sub" with two boolean arguments "a" and "b". If...

kind/bug

## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` CREATE TABLE `lineorder` ( `LO_ORDERKEY` int(11) NOT NULL, `LO_LINENUMBER` int(11) NOT...

type/bug
sig/planner
severity/major
component/tiflash
affects-6.0
affects-6.1
affects-6.2

Here is a PR for using PyQt5 instead of PySide. But I found that It maybe somewhat difficult for building PyQt5 under Python2 but not Python3. for example, - the...

比如Vector,Tuple等表示数据结构的名词,翻译成向量、元组的话不如直接使用英文直观。比如“向量”容易和数学上向量的概念混淆。 翻了一下《C++ Primer》和《Thinking in Java》这两本比较经典的入门书籍,里面关于Vector、Map、Set等数据结构,大都不进行翻译。 Slice 是否翻译为“切片”更好? 我之前接触的编程语言里只有Python有类似的功能,而这功能在Python的翻译一般翻译为“切片”。不知道其他语言怎样翻译。 Trait 这个好像是Rust特有的关键字?翻译成“特性”的话,如果我之前没了解过Rust的Trait,光看“特性”的话有点难对上这个关键字。 参考: [1] [C++ Primer 4th edition](http://vdisk.weibo.com/s/Ab9vgtTedDkQ) [2] [Thinking in Java 3rd edition](http://vdisk.weibo.com/s/Ab9vgtTedDkK) [3] [Python教程 - 廖雪峰的翻译](http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000)

I tried to use ``` efile.get_section_by_name('.init') ``` to get the '.init' section but it return None. I found it that name is bytes instead of string in Python3. so now...

enhancement

### What problem does this PR solve? Issue Number: close #xxx Problem Summary: There are many useless tiflash config item. Some of them are need in the very begin, but...

size/M
release-note-none
skip-issue-check
needs-1-more-lgtm

### What problem does this PR solve? ### What is changed and how it works? * `default_profile`/`display_name`/`tmp_path` is no longer need since v5.4.0 (https://github.com/pingcap/tiflash/pull/3414) * `flash.flash_cluster` is no longer need...

size/M
do-not-merge/work-in-progress

## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? We try to setup a tiflash node, which store data to S3, reporting...

type/bug

有个exception我处理了,并用logger.exception输出一条记录。但是它同时也会输出Traceback。这是logger的正常行为吗?有方法可以关闭输出的Traceback吗?? ![img_20150128_022318](https://cloud.githubusercontent.com/assets/4865550/5924237/159946fc-a695-11e4-9673-4a89e4d912a7.jpg) ![img_20150128_022331](https://cloud.githubusercontent.com/assets/4865550/5924262/4801a198-a695-11e4-9260-dfe3816f8f26.jpg)

help wanted

### First-time contributors' checklist - [x] I've signed [**Contributor License Agreement**](https://cla-assistant.io/pingcap/docs-cn) that's required for repo owners to accept my contribution. ### What is changed, added or deleted? (Required) * The...

missing-translation-status
size/M