jbliao

Results 4 comments of jbliao

Let me clarify the problem: I want to use `disk.IOCounters()` to get disk metrics and disks' serial number. So I called the `disk.IOCounters()` function with parameter `names` be something like...

剛看了一下 目前如果要能 work 查詢參數 **必須** 包含 `file_name` 這是跟 `daemon` 有關的 bug,查詢參數沒給 `file_name` 的情況下,被當成空字串 https://github.com/MCSManager/Daemon/blob/f09808fac2536a5af73a7ea0d34a838da856b8a9/src/service/system_file.ts#L75 我覺得看要 `validator` 包含這個欄位的驗證,並且文件也要寫清楚 或是 修正 `daemon` 的寫法

> 怎么查询所以的文件啊 印象中查詢時代 `file_name=""` 就行

> When checking the pattern we are comparing the lowercase displayname with the lowercase pattern. Do displayName and username ever vary other than capitalization? Yes, especially for non-native English speakers....