Results 28 issues of qiulang

--- ## Python Code ```python _trie = lambda: defaultdict(_trie) # noqa ``` Command Line ```shell autopep8 --in-place xxx # The line was changed to def _trie(): return defaultdict(_trie) ``` ##...

I notice I only have dashboard and servers menu I think this is because start my nodejs using "NODE_ENV=production node index.js" so I set mode code specifically in code ```...

macOS 10.13.5 Xcode Version 9.4.1 (9F2000) ``` rvm list => ruby-2.1.10 [ x86_64 ] * ruby-2.2.10 [ x86_64 ] rvm use ruby-2.1.10 gem install oversip ... Building native extensions. This...

请问能否开发下请问能否开发elastic的分词插件? smartcn还是很早以前的ictclas 1.0的版本 http://lucene.apache.org/core/5_1_0/analyzers-smartcn/org/apache/lucene/analysis/cn/smart/SmartChineseAnalyzer.html

wcdb 的 `output_token` 最后是 `*piPosition = cur->token_count++;` 你改成 `*piPosition = ++cur->token_count;` 感觉不对啊, ft3_tokenizer.h 注释写了 `int *piPosition /* OUT: Number of tokens returned before this one */` before this one 应该是...

Currently I add redis-tools myself, so my action.yml looks like this. I think it will be helpful if redis-cli is included in your action ... - name: Start Redis uses:...

### What is the problem this feature will solve? Currently, there seems no way to get all `net.Server` connections with the public API. `net.server.getConnections((err, count) => {...})` only returns the...

net
feature request

### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? babel-loader (webpack) ### Input code Sorry, this is really not a...

i: docs

I know this is more of nuxt(v2) problem and I have opened an issue to them but I am looking for the possible reason I can find. This is my...

Using the code https://github.com/redis/ioredis#transaction as an example, ``` let tmp = await redis .multi() .set("foo", "bar") .get("foo") .exec() console.log(tmp[0][1]) ``` I will get ts error error TS18047: 'tmp' is possibly...