LvChengbin

Results 16 issues of LvChengbin

I want to tell others that a type param should follow some rules for example: ```ts /** * @typeparam T - some desc */ interface A { name: T; }...

I got some `undefined` and `NaN` in Glyph Inspector like below, and the `.otf` file that generated by the `examples/generate-font-node.js` has the same issue. ``` name A unicode 0041 index...

![image](https://user-images.githubusercontent.com/963223/65138722-f6ccfc00-da3d-11e9-90dd-d7968e7d0e29.png) As the screenshot above, I generated the font based on `PingFang-SC-Regular.ttf` on MacOS, and some characters are hollow. How can I fix it?

## 🐛 Bug Report https://github.com/elastic/elasticsearch-js/blob/282c76fb6a8260fd7f7d04165e8c65c79ae1627c/src/api/types.ts#L4688 The type `MappingKeywordProperty` is not included in type `MappingProperty`. It causes `keyword` type cannot be used in `client.indices.create` method. ## Your Environment - *node version*:...

```ts import { atomFamily, selectorFamily } from 'recoil'; export const tagState = atomFamily( { ... } ) export const tagListState = selectorFamily( { key : 'list', get( options ) {...

this is my code in `rollup.config.js`: ```js import resolve from 'rollup-plugin-node-resolve'; export default [ { input : 'src/znxy.js', plugins : [ resolve( { module : true, jsnext : true }...

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Steps to reproduce 🕹 _No response_ ### Current...

status: needs more information
package: system

我自定义了两个 analyzer,一个使用 `ik_max_word` 最为 tokenizer,另一个使用 `ik_smart` 作为 tokenizer,其他设置完全相同,大概如下: ```js { analyzer : { ik_analyzer_synonyms_max_word : { type : 'custom', tokenizer : 'ik_max_word', filter : [ 'ik_synonyms_graph_filter' ] }, ik_analyzer_synonyms_smart :...

### Search Terms ### Expected Behavior ### Actual Behavior Cannot find dependent packages while using `ts-node-esm` with `yarn berry` under `pnp mode`. I'm not sure if it should be an...

I want to create multiple Jieba instances with different dicts.