shellvon

Results 8 issues of shellvon

@Muyangmin 至少 Github 把Markdown parser 都换了,更新一下 README 撒。

When I try to generate the mp4 file by use mux.js, I got wrong duration time in generated mp4 file, the result time is aways `0xffffffff` => `13:15:24`。 It's a...

needs: confirmation

Current `resolveTSDataType` function not all ts types are currently supported https://github.com/webdoc-labs/webdoc/blob/7d3ad2801bec9f2de601e937361badda67306e52/language/language-babel/src/extract-metadata.js#L700 for example, the following ts types are not supported yet by this function: + [TSConditionalType](https://babeljs.io/docs/babel-types#tsconditionaltype) + [TSNamedTupleMember](https://babeljs.io/docs/babel-types#tsnamedtuplemember)

grouping adjacent use zip and iter... some code like this: ``` python lst = range(10) group_n = lambda lst, n: zip(*([iter(lst)] * n)) print group(lst, 3) #output #[(0, 1, 2),...

I have a `7096x4720` white picture. After adjusting any filter and exporting the picture, I will find that a black border appears on the right and bottom, and the following...

#### Describe the bug - Node.js version: - OS & version: Currently , the `agent` type is: https://github.com/sindresorhus/got/blob/23b2f26ea76863bcf58045287eebaa81fcbb99bf/source/core/options.ts#L44-L48 as you can see, `false` is a valid type, but when i...

### Please answer the questions below, it helps us to keep track of the issue. Please do not ignore it or your issue will be closed. 1. Which driver are...

Currently, the default cache type in the codebase is `QuickLRU`, as seen in the implementation at [this line](https://github.com/szmarczak/http2-wrapper/blob/f1a1776d4b1aef1cd47d55b1a950986e86145a09/source/auto.js#L14) and [this line](https://github.com/szmarczak/http2-wrapper/blob/f1a1776d4b1aef1cd47d55b1a950986e86145a09/source/auto.js#L96). However, according to the type definitions specified in the...