Trim21
Trim21
raise a error for this: bad: ```ts // function comment not recognized by tsc const getShortName = (name: string): string => { ... } ``` tsc doesn't think this is...
### Description for example ```python import msgspec msgspec.convert(b'qq', type=str, strict=False) class S(msgspec.Struct): hash: bytes content: str msgspec.convert({'hash': b'...', 'content': b'...'}, type=S) ```
### Feature request Add a `--delay` option to watch to skip too frequent change ### Why? I'm developing with IDE's file watch tools to run a formatter after file saved,...
suggest a plugin to add download name to magnet link it process link with `magnet:?xt=urn:sha1:...` to `magnet:?xt=urn:sha1:...?dn=...` with `entry["title"]` And I have a woking plugin to do this, I'd like...
like current `{{date '' tz=''}}`, use git commit date instead of current date, like `{{commit_date '' tz=''}}` I can submit a PR if you are open to this feature.
close https://github.com/docker/metadata-action/issues/292
## Expected Behavior support comment like `refactor!: change behavior` or `refactor(client)!: change method` and parse this commit as breaking change note
hope pyyaml can support `enum.StrEnum` element of StrEnum is consider str in Python ```python import enum import yaml class Status(enum.StrEnum): A = 'a' B = 'b' print(isinstance(Status.A, str)) # True...
这三个参数一开始没有依赖关系,全部从PWD开始计算。然后中间某个版本`OutFile`变成了`OutPath` 进行计算;现在似乎又变成了 `OutPath` 作为基本路径,`OutFile`和`ModelPkgPath`要从`OutPath`开始计算?
based on https://github.com/minio/minio-js/pull/1120 https://github.com/minio/minio-js/pull/1119 and close https://github.com/minio/minio-js/issues/1106 please don't review the details of this PR, it for staging the migration I have made. -- all files have aleady been re-written...