Fred Gan

Results 30 issues of Fred Gan

看到排名中一些人的名字是灰色的,简单查了一下代码 ```jsx users.forEach(function(user, idx){ const isUnActive = ((Date.now() - new Date(user.updated_at || '')) / 86400000) > 100; ``` 说的好像是不活跃的天数超过100天。 但是这个好像是有问题的,比如第二名 [Evan You yyx990803](https://github.com/yyx990803) 几乎每天都是活跃的,不应该是显示灰色的。

Hi folks, do we have any official SLSA level dataset about any OSS now?

Hi Macro @westwood846 , would you please review this PR?

Hi, Tokens include ':bar', ':current', ':total', `:elapsed`, `:percent`, `:eta`,`:rate`. Allow them to be used multiple times.

@einarnn Hi , This PR implements asyncio interface based on PR #76, please review it. :-) The following is my solution: 1. the connect interface is normalized so that a...

Fix #633 @madler I think some function declarations are missing. Please review this.

Hi, I found that the release package of version 6.10 **from official website** (https://www.colm.net/open-source/ragel/ ) is different from the package **from this Repo tags**(https://github.com/adrian-thurston/ragel/releases/tag/ragel-6.10) User will get confused if they...