-
Updated
Oct 18, 2021 - Dart
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 13,016 public repositories matching this topic...
-
Updated
Oct 16, 2021 - JavaScript
We are currently adding Hyper CLI path to user PATH in Windows registry: https://github.com/zeit/hyper/blob/262eb8ad9b7b9b15351f331765151538d67a09e2/app/utils/cli-install.js#L49-L91
A caveat is that environment variables are cached and users should open and validate "Edit environment variables for your account" dialog to force a cache refresh (or simply reboot their workstation).
![](https://
-
Updated
Oct 18, 2021 - C#
-
Updated
Sep 2, 2021 - Swift
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
We have currently simple GitHub page, but we need to think about it's update with some better design.
-
Updated
Jul 5, 2021 - JavaScript
-
Updated
Oct 18, 2021 - JavaScript
-
Updated
Oct 18, 2021 - Swift
-
Updated
Aug 12, 2021 - Objective-C
-
Updated
Sep 10, 2021 - Python
-
Updated
Oct 12, 2021 - JavaScript
Just sharing
Install tools:
brew install geekbench
brew install w3m
Run benchmark, must have internet for Geekbench 5 tryout mode:
/Applications/Geekbench\ 5.app/Contents/Resources/geekbench5
Use w3m get result in terminal:
w3m -dump https://browser.geekbench.com/v5/cpu/5992961
One line can be:
w3m -dump $(/Applications/Geekbench\ 5.app/Conten
Discussed in nodejs/node#40443
Originally posted by snytkine October 13, 2021
I'm not sure if this is the correct forum for this. Also I have never worked on node.js code itself so I may not have a complete understanding how the agent manages sockets. I was reviewing the code in _http_agent.js and I think tha