#
macOS
macOS is the operating system that powers every Mac computer. It was designed by Apple and is meant specifically for their hardware.
Here are 10,980 public repositories matching this topic...
12
johnletey
commented
Jul 7, 2020
Now we have become very big, Different from the original idea. Collect premium software in various categories.
-
Updated
Jan 1, 2021 - JavaScript
5
sschepis
commented
Dec 16, 2018
any plans for a Linux ARM build? if nobody else is on it or has attempted it, i can give it a try.
Next Generation of ShadowsocksX
-
Updated
Dec 20, 2020 - Swift
MikeMcQuaid
commented
Feb 13, 2019
Homebrew/livecheck provides various automated ways of detecting formulae updates.
Repology provides an API that provides details on whether a Homebrew package is outdated e.g. https://repology.org/metapackage/boost/versions
A separate Ruby application that can be trivially deployed on e
-
Updated
Oct 20, 2019 - JavaScript
4
serhii-londar
commented
Jul 24, 2020
We have currently simple GitHub page, but we need to think about it's update with some better design.
PowerShell for every system!
-
Updated
Jan 9, 2021 - C#
A lightweight, pure-Swift library for downloading and caching images from the web.
-
Updated
Jan 5, 2021 - Swift
electron
emoji
editor
windows
macos
linux
markdown
mac
latex
vue
efficiency
next-generation
mark-text
source-code
element-ui
dark-mode
typewriter-mode
focus-mode
-
Updated
Jan 3, 2021 - JavaScript
Guide to securing and improving privacy on macOS
macos
security
apple
privacy
osx
macbook-configuration
macos-setup
disk-encryption
dnscrypt-proxy
macos-security
macbook-security
-
Updated
Nov 11, 2020 - Python
-
Updated
Sep 30, 2020 - JavaScript
Open
增加群只读功能
1
cnfzg
commented
Jan 6, 2021
增加群只读功能
- MacOS版本 : 10.15.7
- 微信版本 : Version. 2.5.0 (15727) Beta 144
- 小助手版本 : 2.7.0
- 新需求描述 : 增加针对某些群或微信好友的只读功能
- 操作场景 :
- 1、工作中我们会被拉入很多的微信群,有很多群是公司的通知类大群,这类群我们大部分用户可能根本不需要往这些群里发信息,尤其是公司大群,我们的 boss 领导都在里面,我们在这个群里的唯一场景就是接受公司的通知,为了避免我们私聊或者往自己其他群里发信息时错发到大群带来的尴尬,我觉得很有必要增加这么个功能,这个我给微信官方反馈过,他们没有任何反馈。
- 2、可以开发出来的功能:当我们切换到某个群时下面的输入框是不可输入的(readonly),或者可以输入,但是回车或者点发送时给出 alert 提示说:你已设置只读,确定要发到该群
2


pipelineshould immediately fail withERR_STREAM_DESTROYEDwhen any of the streams have already been destroyed.Readablemight need a little extra consideration since it's possible to read the data after being destroyed. Should maybe check_readableState.erroredand/or_readableState.ended.Refs: nodejs/node#29227 (comment)