access the macOS/OS X/MacOS X user defaults system
macOS defaults for humans
<!-- TITLE/ --> # @dword-design/defaults <!-- /TITLE -->
Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node
Get the name and version of a macOS release from the Darwin version
Easily handle defaults for your options
CodeMirror component for React.
A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
Rewrite element with rehype.
React Native Network Info API for iOS & Android
A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)
Basic configuration for the CodeMirror6 code editor.
Themes for CodeMirror.
gRPC utility library for loading .proto files
Alerts are a Markdown extension based on the blockquote syntax that you can use to emphasize critical information.
Ignore content display via HTML comments, Shown in GitHub readme, excluded in HTML.
New syntax to add attributes to Markdown.
React component preview markdown text in web browser. The minimal amount of CSS to replicate the GitHub Markdown style.
A JavaScript parser built from the Hermes engine
Copy to clipboard.
👷 workerd for macOS ARM 64-bit, Cloudflare's JavaScript/Wasm Runtime
The macOS ARM 64-bit binary for esbuild, a JavaScript bundler.
Cross platform children list of a PID
Node.js native addon build tool
Unified TUI search over local coding agent histories
Token-optimized HTTP client for LLMs — fetches any URL as clean markdown
Adds support for macOS's multiple resolver configs to Resolv's default set of resolvers.
This just includes Minitest. Hey, did you know MacOS autocorrects 'minitest' to 'mintiest' by default?
# Netchk Simple tool to troubleshoot internet connectivity issues. This tool verifies: - your computer has at least one IP address - you have at least one DNS configured - you can reach the configured nameservers - the nameservers can resolve hosts Finally, some ICMP ping statistics are presented with average durations and error rates. ## Installation ```sh gem install netchk ``` ## Usage Just run `netchk` from your terminal and basic diagnosis will start showing you progress and any error if present. Note: On Linux system, this gem requires `sudo` to perform the ICMP ping operations. On macOS, this is not needed. You also can configure how netchk verifies your connections by configuring a `~/.netchk.yaml` or `~/.netchk.yml` file like below. ```yaml # Settings to test DNS server connectivity. dns: # Path to resolv.conf file to check presence and connectivity of DNS. # Path should be absolute to avoid issues when running netchk # from different directories. resolv.conf: /etc/resolv.conf # Settings to test DNS resolution. resolv: # Path to resolv.conf file to use for testing DNS resolution. # Path should be absolute to avoid issues when running netchk # from different directories. It is advised to be the same # as dns.resolv.conf. resolv.conf: /etc/resolv.conf # The list of domains to test for DNS resolution. domains: - google.com - youtube.com - facebook.com # Settings to test icmp ping. icmp: # A list of hosts to ping with ICMP. It is advised to use # IP addresses instead of domains to rule out any issues with # DNS resolution, which is tested separately. hosts: - 1.1.1.1 - 8.8.8.8 # The number of ping to issue each host. count: 20 # The duration in seconds to wait between each ping. # Setting this value too low might cause timeouts. interval: 0.2 ``` Each value is optional. If one is missing the default value will be used. The file above shows the default values. ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/moray95/netchk.
No description provided.
No description provided.
No description provided.