cofacts

Month: 2023-01

2023-01-02

github2 02:19:07

<https://github.com/cofacts/community-builder/pull/15|#15 Update MUI, Typescript, React-router and React>

This PR upgrades • Material UI: v4 --&gt; v5 • replace v4 `makeStyle` with emotion &amp; `sx` props • Typescript: 3.7 --&gt; 4.9 • React: 17 --&gt; 18 • replace `React.FC`, which has its `children` definition changed in v18 • React-router: 5.2 --&gt; 6.4 Everything is expected to be the same <https://user-images.githubusercontent.com/108608/210174554-ed408cb5-e9e1-4228-a603-dab37c5c9893.png|image>

:white_check_mark: All checks have passed

github2 02:19:07

<https://github.com/cofacts/community-builder/pull/15|#15 Update MUI, Typescript, React-router and React>

This PR upgrades • Material UI: v4 --&gt; v5 • replace v4 `makeStyle` with emotion &amp; `sx` props • Typescript: 3.7 --&gt; 4.9 • React: 17 --&gt; 18 • replace `React.FC`, which has its `children` definition changed in v18 • React-router: 5.2 --&gt; 6.4 Everything is expected to be the same <https://user-images.githubusercontent.com/108608/210174554-ed408cb5-e9e1-4228-a603-dab37c5c9893.png|image>

:white_check_mark: All checks have passed

2023-01-03

cai 13:39:49
下次編輯小聚的教材有了,不到一天一百多人問
https://cofacts.tw/article/1cyfe5t8hpyvd
https://cofacts.tw/article/3kxlebiamsfhk
看來數字之外都是胡扯 XD

https://udn.com/news/story/120940/6881572 146 人為陽性,並沒有說都是 XBB 1.5。「台大公衛教授陳秀熙表示,BA.5的陽性率大約就是三成,以台灣檢出比率來說,剛好反應基本族群陽性率。」

https://ctee.com.tw/news/policy/784627.html 「至於陽性146人是否會都送定序,莊人祥表示,「不會都送」,首先檢體Ct值要低,需小於26,因此會挑選檢體,每天約會送20件進行基因定序。」
事實查核中心病毒株名稱錯整篇欸 XBB.1.5 整篇都打成 XBB1.5
謠言打錯,他不能跟著錯啊 😅
很難呢 XD
我現在才發現我把新加坡打成新家波
😮 2
cai 13:39:49
下次編輯小聚的教材有了,不到一天一百多人問
https://cofacts.tw/article/1cyfe5t8hpyvd
https://cofacts.tw/article/3kxlebiamsfhk
看來數字之外都是胡扯 XD

https://udn.com/news/story/120940/6881572 146 人為陽性,並沒有說都是 XBB 1.5。「台大公衛教授陳秀熙表示,BA.5的陽性率大約就是三成,以台灣檢出比率來說,剛好反應基本族群陽性率。」

https://ctee.com.tw/news/policy/784627.html 「至於陽性146人是否會都送定序,莊人祥表示,「不會都送」,首先檢體Ct值要低,需小於26,因此會挑選檢體,每天約會送20件進行基因定序。」
事實查核中心病毒株名稱錯整篇欸 XBB.1.5 整篇都打成 XBB1.5
謠言打錯,他不能跟著錯啊 😅
很難呢 XD
我現在才發現我把新加坡打成新家波

2023-01-04

mrorz 20:54:37
Discord test!
https://discord.gg/PRxj7D8d

Discord

Join the Cofacts Discord Server!

Check out the Cofacts community on Discord - hang out with 2 other members and enjoy free voice and text chat.

拿來測 RSS -- discord 的東西
看看會不會有有趣的討論 (?
mrorz 20:54:37
Discord test!
https://discord.gg/PRxj7D8d
拿來測 RSS -- discord 的東西
看看會不會有有趣的討論 (?

2023-01-05

github2 05:37:28

<https://github.com/cofacts/rumors-fb-bot/pull/42|#42 Bump json5 from 2.1.1 to 2.2.3>

Bumps <https://github.com/json5/json5|json5> from 2.1.1 to 2.2.3. Release notes _Sourced from <https://github.com/json5/json5/releases|json5's releases>._ &gt; *v2.2.3* &gt; &gt; • Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (<https://github-redirect.dependabot.com/json5/json5/issues/299|#299>) &gt; &gt; *v2.2.2* &gt; &gt; • Fix: Properties with the name `__proto__` are added to objects and arrays. (<https://github-redirect.dependabot.com/json5/json5/issues/199|#199>) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (<https://github-redirect.dependabot.com/json5/json5/issues/295|#295>). &gt; &gt; *v2.2.1* &gt; &gt; • Fix: Removed dependence on minimist to patch <https://github.com/advisories/GHSA-xvch-5gv4-984h|CVE-2021-44906>. (<https://github-redirect.dependabot.com/json5/json5/issues/266|#266>) &gt; &gt; *v2.2.0* &gt; &gt; • New: Accurate and documented TypeScript declarations are now included. There is no need to install `@types/json5`. (<https://github-redirect.dependabot.com/json5/json5/issues/236|#236>, <https://github-redirect.dependabot.com/json5/json5/issues/244|#244>) &gt; &gt; *v2.1.3 [<https://github.com/json5/json5/tree/v2.1.3|code>, <https://github.com/json5/json5/compare/v2.1.2...v2.1.3|diff>]* &gt; &gt; • Fix: An out of memory bug when parsing numbers has been fixed. (<https://github-redirect.dependabot.com/json5/json5/issues/228|#228>, <https://github-redirect.dependabot.com/json5/json5/issues/229|#229>) &gt; &gt; *v2.1.2* &gt; &gt; • Fix: Bump `minimist` to `v1.2.5`. (<https://github-redirect.dependabot.com/json5/json5/issues/222|#222>) Changelog _Sourced from <https://github.com/json5/json5/blob/main/CHANGELOG.md|json5's changelog>._ &gt; *v2.2.3 [<https://github.com/json5/json5/tree/v2.2.3|code>, <https://github.com/json5/json5/compare/v2.2.2...v2.2.3|diff>]* &gt; &gt; • Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (<https://github-redirect.dependabot.com/json5/json5/issues/299|#299>) &gt; &gt; *v2.2.2 [<https://github.com/json5/json5/tree/v2.2.2|code>, <https://github.com/json5/json5/compare/v2.2.1...v2.2.2|diff>]* &gt; &gt; • Fix: Properties with the name `__proto__` are added to objects and arrays. (<https://github-redirect.dependabot.com/json5/json5/issues/199|#199>) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (<https://github-redirect.dependabot.com/json5/json5/issues/295|#295>). &gt; &gt; *v2.2.1 [<https://github.com/json5/json5/tree/v2.2.1|code>, <https://github.com/json5/json5/compare/v2.2.0...v2.2.1|diff>]* &gt; &gt; • Fix: Removed dependence on minimist to patch <https://github.com/advisories/GHSA-xvch-5gv4-984h|CVE-2021-44906>. (<https://github-redirect.dependabot.com/json5/json5/issues/266|#266>) &gt; &gt; *v2.2.0 [<https://github.com/json5/json5/tree/v2.2.0|code>, <https://github.com/json5/json5/compare/v2.1.3...v2.2.0|diff>]* &gt; &gt; • New: Accurate and documented TypeScript declarations are now included. There is no need to install `@types/json5`. (<https://github-redirect.dependabot.com/json5/json5/issues/236|#236>, <https://github-redirect.dependabot.com/json5/json5/issues/244|#244>) &gt; &gt; *v2.1.3 [<https://github.com/json5/json5/tree/v2.1.3|code>, <https://github.com/json5/json5/compare/v2.1.2...v2.1.3|diff>]* &gt; &gt; • Fix: An out of memory bug when parsing numbers has been fixed. (<https://github-redirect.dependabot.com/json5/json5/issues/228|#228>, <https://github-redirect.dependabot.com/json5/json5/issues/229|#229>) &gt; &gt; *v2.1.2 [<https://github.com/json5/json5/tree/v2.1.2|code>, <https://github.com/json5/json5/compare/v2.1.1...v2.1.2|diff>]* &gt; &gt; • Fix: Bump `minimist` to `v1.2.5`. (<https://github-redirect.dependabot.com/json5/json5/issues/222|#222>) Commits • <https://github.com/json5/json5/commit/c3a75242772a5026a49c4017a16d9b3543b62776|`c3a7524`> 2.2.3 • <https://github.com/json5/json5/commit/94fd06d82eeed225fa172f6fb2ca27375cbd2e39|`94fd06d`> docs: update CHANGELOG for v2.2.3 • <https://github.com/json5/json5/commit/3b8cebf0c474a8b20c78bd75c89cca0c4dce84ce|`3b8cebf`> docs(security): use GitHub security advisories • <https://github.com/json5/json5/commit/f0fd9e194dde282caff114a110f4fac635f3a62c|`f0fd9e1`> docs: publish a security policy • <https://github.com/json5/json5/commit/6a91a05fffeda16ff6b3b5008b6b340d42d31ec0|`6a91a05`> docs(template): bug -&gt; bug report • <https://github.com/json5/json5/commit/14f8cb186e8abdfaccf6527171da7b1224374650|`14f8cb1`> 2.2.2 • <https://github.com/json5/json5/commit/10cc7ca9169b59c5e0f5afc03dbd870cd06bcc46|`10cc7ca`> docs: update CHANGELOG for v2.2.2 • <https://github.com/json5/json5/commit/7774c1097993bc3ce9f0ac4b722a32bf7d6871c8|`7774c10`> fix: add *proto* to objects and arrays • <https://github.com/json5/json5/commit/edde30abd8b22facf2c06c72586b9f6edf12700d|`edde30a`> Readme: slight tweak to intro • <https://github.com/json5/json5/commit/97286f8bd542c89dcee096bc05dd28ed2dfc1e16|`97286f8`> Improve example in readme • Additional commits viewable in <https://github.com/json5/json5/compare/v2.1.1...v2.2.3|compare view> <https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores|Dependabot compatibility score> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. * * * Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: • `@dependabot rebase` will rebase this PR • `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it • `@dependabot merge` will merge this PR after your CI passes on it • `@dependabot squash and merge` will squash and merge this PR after your CI passes on it • `@dependabot cancel merge` will cancel a previously requested merge and block automerging • `@dependabot reopen` will reopen this PR if it is closed • `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually • `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) • `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) • `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) • `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language • `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language • `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language • `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the <https://github.com/cofacts/rumors-fb-bot/network/alerts|Security Alerts page>.

github2 05:37:28

<https://github.com/cofacts/rumors-fb-bot/pull/42|#42 Bump json5 from 2.1.1 to 2.2.3>

Bumps <https://github.com/json5/json5|json5> from 2.1.1 to 2.2.3. Release notes _Sourced from <https://github.com/json5/json5/releases|json5's releases>._ &gt; *v2.2.3* &gt; &gt; • Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (<https://github-redirect.dependabot.com/json5/json5/issues/299|#299>) &gt; &gt; *v2.2.2* &gt; &gt; • Fix: Properties with the name `__proto__` are added to objects and arrays. (<https://github-redirect.dependabot.com/json5/json5/issues/199|#199>) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (<https://github-redirect.dependabot.com/json5/json5/issues/295|#295>). &gt; &gt; *v2.2.1* &gt; &gt; • Fix: Removed dependence on minimist to patch <https://github.com/advisories/GHSA-xvch-5gv4-984h|CVE-2021-44906>. (<https://github-redirect.dependabot.com/json5/json5/issues/266|#266>) &gt; &gt; *v2.2.0* &gt; &gt; • New: Accurate and documented TypeScript declarations are now included. There is no need to install `@types/json5`. (<https://github-redirect.dependabot.com/json5/json5/issues/236|#236>, <https://github-redirect.dependabot.com/json5/json5/issues/244|#244>) &gt; &gt; *v2.1.3 [<https://github.com/json5/json5/tree/v2.1.3|code>, <https://github.com/json5/json5/compare/v2.1.2...v2.1.3|diff>]* &gt; &gt; • Fix: An out of memory bug when parsing numbers has been fixed. (<https://github-redirect.dependabot.com/json5/json5/issues/228|#228>, <https://github-redirect.dependabot.com/json5/json5/issues/229|#229>) &gt; &gt; *v2.1.2* &gt; &gt; • Fix: Bump `minimist` to `v1.2.5`. (<https://github-redirect.dependabot.com/json5/json5/issues/222|#222>) Changelog _Sourced from <https://github.com/json5/json5/blob/main/CHANGELOG.md|json5's changelog>._ &gt; *v2.2.3 [<https://github.com/json5/json5/tree/v2.2.3|code>, <https://github.com/json5/json5/compare/v2.2.2...v2.2.3|diff>]* &gt; &gt; • Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (<https://github-redirect.dependabot.com/json5/json5/issues/299|#299>) &gt; &gt; *v2.2.2 [<https://github.com/json5/json5/tree/v2.2.2|code>, <https://github.com/json5/json5/compare/v2.2.1...v2.2.2|diff>]* &gt; &gt; • Fix: Properties with the name `__proto__` are added to objects and arrays. (<https://github-redirect.dependabot.com/json5/json5/issues/199|#199>) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (<https://github-redirect.dependabot.com/json5/json5/issues/295|#295>). &gt; &gt; *v2.2.1 [<https://github.com/json5/json5/tree/v2.2.1|code>, <https://github.com/json5/json5/compare/v2.2.0...v2.2.1|diff>]* &gt; &gt; • Fix: Removed dependence on minimist to patch <https://github.com/advisories/GHSA-xvch-5gv4-984h|CVE-2021-44906>. (<https://github-redirect.dependabot.com/json5/json5/issues/266|#266>) &gt; &gt; *v2.2.0 [<https://github.com/json5/json5/tree/v2.2.0|code>, <https://github.com/json5/json5/compare/v2.1.3...v2.2.0|diff>]* &gt; &gt; • New: Accurate and documented TypeScript declarations are now included. There is no need to install `@types/json5`. (<https://github-redirect.dependabot.com/json5/json5/issues/236|#236>, <https://github-redirect.dependabot.com/json5/json5/issues/244|#244>) &gt; &gt; *v2.1.3 [<https://github.com/json5/json5/tree/v2.1.3|code>, <https://github.com/json5/json5/compare/v2.1.2...v2.1.3|diff>]* &gt; &gt; • Fix: An out of memory bug when parsing numbers has been fixed. (<https://github-redirect.dependabot.com/json5/json5/issues/228|#228>, <https://github-redirect.dependabot.com/json5/json5/issues/229|#229>) &gt; &gt; *v2.1.2 [<https://github.com/json5/json5/tree/v2.1.2|code>, <https://github.com/json5/json5/compare/v2.1.1...v2.1.2|diff>]* &gt; &gt; • Fix: Bump `minimist` to `v1.2.5`. (<https://github-redirect.dependabot.com/json5/json5/issues/222|#222>) Commits • <https://github.com/json5/json5/commit/c3a75242772a5026a49c4017a16d9b3543b62776|`c3a7524`> 2.2.3 • <https://github.com/json5/json5/commit/94fd06d82eeed225fa172f6fb2ca27375cbd2e39|`94fd06d`> docs: update CHANGELOG for v2.2.3 • <https://github.com/json5/json5/commit/3b8cebf0c474a8b20c78bd75c89cca0c4dce84ce|`3b8cebf`> docs(security): use GitHub security advisories • <https://github.com/json5/json5/commit/f0fd9e194dde282caff114a110f4fac635f3a62c|`f0fd9e1`> docs: publish a security policy • <https://github.com/json5/json5/commit/6a91a05fffeda16ff6b3b5008b6b340d42d31ec0|`6a91a05`> docs(template): bug -&gt; bug report • <https://github.com/json5/json5/commit/14f8cb186e8abdfaccf6527171da7b1224374650|`14f8cb1`> 2.2.2 • <https://github.com/json5/json5/commit/10cc7ca9169b59c5e0f5afc03dbd870cd06bcc46|`10cc7ca`> docs: update CHANGELOG for v2.2.2 • <https://github.com/json5/json5/commit/7774c1097993bc3ce9f0ac4b722a32bf7d6871c8|`7774c10`> fix: add *proto* to objects and arrays • <https://github.com/json5/json5/commit/edde30abd8b22facf2c06c72586b9f6edf12700d|`edde30a`> Readme: slight tweak to intro • <https://github.com/json5/json5/commit/97286f8bd542c89dcee096bc05dd28ed2dfc1e16|`97286f8`> Improve example in readme • Additional commits viewable in <https://github.com/json5/json5/compare/v2.1.1...v2.2.3|compare view> <https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores|Dependabot compatibility score> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. * * * Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: • `@dependabot rebase` will rebase this PR • `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it • `@dependabot merge` will merge this PR after your CI passes on it • `@dependabot squash and merge` will squash and merge this PR after your CI passes on it • `@dependabot cancel merge` will cancel a previously requested merge and block automerging • `@dependabot reopen` will reopen this PR if it is closed • `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually • `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) • `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) • `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) • `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language • `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language • `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language • `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the <https://github.com/cofacts/rumors-fb-bot/network/alerts|Security Alerts page>.

cai 12:44:40
https://cofacts.tw/article/ibybpprfkdc2 6000這篇詐騙一天暴衝
可是FB發文沒看到有人附簡訊內容的
> 羅秉成今上午主持院會後記者會指出,院長蘇貞昌宣布普發現金後,詐騙集團蠢蠢欲動,政府確實已掌握相關情資,詐騙集團以簡訊連結方式騙民眾
https://udn.com/news/story/7238/6888524

政府的情資該不會就是那些「家人已收到」但沒有看到內容的轉傳訊息吧囧
https://cofacts.tw/article/1eklmslwyc0x6 看起來很像是投資詐騙群組開頭阿
cai 12:44:40
https://cofacts.tw/article/ibybpprfkdc2 6000這篇詐騙一天暴衝欸
> 羅秉成今上午主持院會後記者會指出,院長蘇貞昌宣布普發現金後,詐騙集團蠢蠢欲動,政府確實已掌握相關情資,詐騙集團以簡訊連結方式騙民眾
https://udn.com/news/story/7238/6888524

政府的情資該不會就是那些「家人已收到」但沒有看到內容的轉傳訊息吧囧
https://cofacts.tw/article/1eklmslwyc0x6 看起來很像是投資詐騙群組開頭阿

2023-01-06

mrorz 19:49:32
數發部做了一個縮網址連到 Cofacts. xD
http://shufabu6000.com/moda.gov.tw/
https://www.facebook.com/103799712460146/posts/pfbid02uki1viBraez8HKWoYjYoWQ5ZKdrHxqm2pGGkRXRecuqX59izdsQDJWd8ZT6XEmWYl

facebook.com

Log in or sign up to view

See posts, photos and more on Facebook.

無法載入facebook貼文 🥲
~竟然是沒註冊的網址是不是自導自演~
5 5
mrorz 19:49:32
數發部做了一個縮網址連到 Cofacts. xD
http://shufabu6000.com/moda.gov.tw/
https://www.facebook.com/103799712460146/posts/pfbid02uki1viBraez8HKWoYjYoWQ5ZKdrHxqm2pGGkRXRecuqX59izdsQDJWd8ZT6XEmWYl
無法載入facebook貼文 🥲
~竟然是沒註冊的網址是不是自導自演~
cai 21:50:27
https://udn.com/news/story/123271/6887912
`線上先填寫帳戶`這個比較會被騙,只要發簡訊附個縮網址,裡面再做個跟真的很像的,大概就可以學去年的詐騙,騙資料綁電子支付把錢轉光。簡訊通知規定要寫是綁卡是4/12才上路喔

聯合新聞網

民眾「線上先填寫帳戶」 6000元現金最快2月底入帳 | 聯合新聞網

行政院長蘇貞昌昨天宣布開春後每人發新台幣6000元現金。政院人士指出,如果建置系統的行政細節,以及法源依據的制定程序順利...

聯合新聞網

電子錢包中綁卡、綁帳戶 金管會:明年4月需簡訊載明 | 聯合新聞網

許多民眾會使用電子支付、第三方支付綁信用卡或銀行帳戶,但卻演變為歹徒盜刷、盜領的工具,金管會銀行局今表示,明年4月12日...

👍 3
cai 21:50:27
https://udn.com/news/story/123271/6887912
`線上先填寫帳戶`這個比較會被騙,只要發簡訊附個縮網址,裡面再做個跟真的很像的,大概就可以學去年的詐騙,騙資料綁電子支付把錢轉光。簡訊通知規定要寫是綁卡是4/12才上路喔

2023-01-11

cai 00:11:50
https://cofacts.tw/article/g_tAmYUBC7Q3lHuULEZ9
這麼多人問是因為想知道怎麼拍加後製出來的嗎 😆
😂 2
cai 00:11:50
https://cofacts.tw/article/g_tAmYUBC7Q3lHuULEZ9
這麼多人問是因為想知道怎麼拍加後製出來的嗎 😆
mrorz 20:01:49
我筆電重開機
稍等一下 QQ
mrorz 20:01:49
我筆電重開機
稍等一下 QQ

2023-01-12

mrorz 15:48:37
/github subscribe list
mrorz 15:48:37
/github subscribe list
@null 15:48:37

Subscribed to the following account <https://github.com/cofacts | cofacts>

mrorz 15:49:36
/github subscribe list features
mrorz 15:49:36
/github subscribe list features
@null 15:49:36

Subscribed to the following account <https://github.com/cofacts | cofacts> `issues`, `pulls`, `reviews`, `comments`

2023-01-13

calee 23:52:42
@samuel.c.a.lee has left the channel

2023-01-16

helloworld_bot 11:06:43
@helloworld_bot has joined the channel
pm5 11:09:14
ping
pm5 11:09:14
ping
@null 12:51:06
pong
mrorz 12:52:32
看起來已通
那我要來把這裡的 github 關掉囉
mrorz 12:52:32
看起來已通
那我要來把這裡的 github 關掉囉
mrorz 12:53:35
/github unsubscribe cofacts
mrorz 12:53:35
/github unsubscribe cofacts
@null 12:53:35
Unsubscribed from cofacts
@null 12:53:58
居然連指令都會 sync 過來 www
那如果 slack user 用 thread 回覆 discord user 會發生什麼事情
嗯 discord 那裡沒有反應呢。
so sad.
有空來查查新版有沒有改善這個功能。
有人是說 slack 跟 discord 都要開 `PreserveThreading`
https://github.com/42wim/matterbridge/issues/1558#issuecomment-1030712721
我 discord 這裡是有放
Slack 似乎也有一樣的 config
mrorz 12:54:34
那如果 slack user 用 thread 回覆 discord user 會發生什麼事情
mrorz 12:54:54
嗯 discord 那裡沒有反應呢。
pm5 13:01:36
so sad.
pm5 13:02:21
有空來查查新版有沒有改善這個功能。
mrorz 13:16:04
有人是說 slack 跟 discord 都要開 `PreserveThreading`
https://github.com/42wim/matterbridge/issues/1558#issuecomment-1030712721
我 discord 這裡是有放
Slack 似乎也有一樣的 config

2023-01-17

cai 00:00:11
https://cofacts.tw/article/11c7iwtptb19
這個有沒有比較新的資料阿?不然連兩年都在過年前出現XD
我覺得當時就錯的東西
不會放到 2023 年而有所改變 XD
https://cofacts.tw/reply/kaqW1XkB9w1KR1IkEwJ6
這個 thread 看起來有完整的進到 discord

但在 merge 此 PR 之後失效
https://github.com/g0v/bridge/pull/4

看來應該要 revert 我這個 PR 才對 😿
cai 00:00:11
https://cofacts.tw/article/11c7iwtptb19
這個有沒有比較新的資料阿?不然連兩年都在過年前出現XD
我覺得當時就錯的東西
不會放到 2023 年而有所改變 XD
https://cofacts.tw/reply/kaqW1XkB9w1KR1IkEwJ6
這個 thread 看起來有完整的進到 discord

但在 merge 此 PR 之後失效
https://github.com/g0v/bridge/pull/4

看來應該要 revert 我這個 PR 才對 😿
@null 22:22:48
test!

2023-01-18

mrorz 11:28:31
ATM 假鈔
感覺可以等一下新聞
https://cofacts.tw/article/ucnrovmke4q2
mrorz 11:28:31
ATM 假鈔
感覺可以等一下新聞
https://cofacts.tw/article/ucnrovmke4q2
@null 13:10:12
今日議程 https://g0v.hackmd.io/@mrorz/cofacts-meeting-notes/%2FuBKnDEn0TxeplRUE5BXEsQ

HackMD

Cofacts 會議記錄 - HackMD

# Cofacts 會議記錄 ## 2023 - [20230118 會議記錄](/uBKnDEn0TxeplRUE5BXEsQ) - [20230111 會議記錄](/vfsdHNS2R0-X

2023-01-19

cai 13:12:25
想說網站拔插頭很多篇是因為是台電那篇理由跟往年不同,原來有吵綠電
https://cofacts.tw/search?type=messages&q=%E5%8F%B0%E9%9B%BB&start=2023-01-10&end=
👍 1
cai 13:12:25
想說網站拔插頭很多篇是因為是台電那篇理由跟往年不同,原來有吵綠電
https://cofacts.tw/search?type=messages&q=%E5%8F%B0%E9%9B%BB&start=2023-01-10&end=

2023-01-21

mrorz 19:27:59
各位新年快樂 ~~
年後第一場會議是 1/31 (二)20:00 唷
mrorz 19:27:59
各位新年快樂 ~~
年後第一場會議是 1/31 (二)20:00 唷
@null 20:23:47
新年快樂

2023-01-22

mrorz 16:52:14
新年快樂~~
mrorz 16:52:14
新年快樂~~

2023-01-25

mrorz 07:36:52
今天不會開會唷
下週開會移到週二 1/31 唷
好早起欸
@yhsiang 真的假的
👌 1
mrorz 07:36:52
今天不會開會唷
下週開會移到週二 1/31 唷
好早起欸
@yhsiang 真的假的
昶惟 19:28:15
@girofu has joined the channel

2023-01-27

2023-01-28

ba 23:23:50
@angel112811a has joined the channel

2023-01-30

mrorz 08:18:24
@helloworld_bot
mrorz 08:18:24
@helloworld_bot
@null 08:48:51
ping
pm5 08:49:02
pong
pm5 08:49:02
pong
@null 08:50:06
log 沒什麼異狀。讓我們先重開治標。
pm5 08:57:31
helo
@null 08:57:56
[thread]: ruok
@null 08:58:54
[thread]: imok
@null 09:02:33
😃
@null 10:44:37
感謝 pm5 m(_ _)m
pm5 12:15:29
別扣氣 m(_ _)m
pm5 12:15:29
別扣氣 m(_ _)m
mrorz 21:31:52
週二開會唷唷唷
就是明天 1/31~
唷唷唷唷
mrorz 21:31:52
週二開會唷唷唷
就是明天 1/31~
唷唷唷唷

2023-01-31

mrorz 09:29:05
今日議程
https://g0v.hackmd.io/@mrorz/cofacts-meeting-notes/%2FiGqCnbuoQfKlZLTNEyM3dw
(有跟 Workis 老闆提了)

會來 update 一下大家過年期間的進度

HackMD

Cofacts 會議記錄 - HackMD

# Cofacts 會議記錄 ## 2023 - [20230131 會議記錄](/iGqCnbuoQfKlZLTNEyM3dw) - [20230118 會議記錄](/uBKnDEn0Txep

mrorz 09:29:05
今日議程
https://g0v.hackmd.io/@mrorz/cofacts-meeting-notes/%2FiGqCnbuoQfKlZLTNEyM3dw
(有跟 Workis 老闆提了)

會來 update 一下大家過年期間的近度
mrorz 12:10:24

:bell: Hi 大家,下週六(2/11)就是今年的第一場大松!還沒報名的夥伴請趕緊上 KKTIX 購票唷 :point_right: 手刀報名傳送門: <https://g0v-jothon.kktix.cc/events/g0v-hackath54n> -- 【兔兔黑客松 暨 零時小學校專案孵化競賽決選日】 :clock9: 時間:2023/2/11(六)9:30-17:00(9:00 開始報到) :school: 地點: • :rabbit::rabbit:松 - 國教院 臺北院區 11 樓大禮堂 • 專案孵化競賽決選 - 10 樓國際會議廳 本期共筆:<https://beta.hackfoldr.org/g0v-hackath54n>

mrorz 12:10:24

:bell: Hi 大家,下週六(2/11)就是今年的第一場大松!還沒報名的夥伴請趕緊上 KKTIX 購票唷 :point_right: 手刀報名傳送門: <https://g0v-jothon.kktix.cc/events/g0v-hackath54n> -- 【兔兔黑客松 暨 零時小學校專案孵化競賽決選日】 :clock9: 時間:2023/2/11(六)9:30-17:00(9:00 開始報到) :school: 地點: • :rabbit::rabbit:松 - 國教院 臺北院區 11 樓大禮堂 • 專案孵化競賽決選 - 10 樓國際會議廳 本期共筆:<https://beta.hackfoldr.org/g0v-hackath54n>

👍 1
@null 20:06:33
ping
pong in slack tread
pong in slack thread (also send to #cofacts)
Pong
不對, slack 回 discord thread 本來就沒反應
mrorz 20:33:56
pong in slack tread
mrorz 21:07:29
pong
mrorz 21:07:29
pong
mrorz 21:07:47
pong in slack thread (also send to #cofacts)
@null 21:55:46
pong in slack thread is gone 🤯