system
Here are 1,570 public repositories matching this topic...
-
Updated
Apr 24, 2020 - Java
-
Updated
Apr 3, 2020
Environment
- Package version(s): 3.24.0
- Browser and OS versions: Firefox 75 / macOS 10.14
If possible, link to a minimal repro (fork this code sandbox): https://codesandbox.io/s/festive-wing-j7s4e
Steps to reproduce
- Creat
Description
Bug: In the latest Mac OS versions, memory usage changed https://apple.stackexchange.com/a/190935/135247
Because of this, even when there are no memory issues, Glances is showing false alarms for memory usage.
<img width="1370" alt="Screen Shot 2020-01-29 at 10 24 33 AM" src="https://user-images.githubusercontent.com/4463796/73330328-7ee1ce80-4286-11ea-9809-b8ddb22c76eb.pn
-
Updated
Oct 2, 2019
Rendered documentation is likely viewed mostly on GitHub. The docs are also used to build the systemd.io website. However, the current setup for Jekyll to build the site uses the Kramdown markdown processor. The Kramdown dialect is a bit different than GitHub Flavored Markdown which can lead to differences in rendered output (e.g. see [my comment](systemd/systemd#14852 (comment)
-
Updated
Apr 19, 2020 - C++
hishamhm/htop#920 by @overhacked provides a way to display ZFS ARC stats in htop. I'd like htop to also display compressed ZFS ARC stats top in FreeBSD and OpenIndiana has, here's the code and how it looks like: OpenIndiana/oi-userland#5231.
@ninefathom FYI.
-
Updated
Sep 2, 2018 - Jupyter Notebook
fix strace for 386
386 can't use strace
-
Updated
Oct 10, 2019 - Swift
-
Updated
Feb 15, 2020
In the code sample below, taken from the Integration page on the wiki,
#define LOG_PAGE_SIZE 256
static u8_t spiffs_work_buf[LOG_PAGE_SIZE*2];
static u8_t spiffs_fds[32*4];
static u8_t spiffs_cache_buf[(LOG_PAGE_SIZE+32)*4];
could the magic numbers be clarified?
For spiffs_work_buf, this is because SPIFFS needs at least 2 pages for doing it's magic, cor
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Since we are adding an "Import settings" feature in 2.1, we can also create some nice ready-made settings users can simply import in the app. I would suggest we create a few and place them in a folder like "example settings" here in GitHub with preview images in the README file. Let me k
-
Updated
Mar 4, 2019 - Python
-
Updated
Nov 16, 2019 - Swift
Update Documentation
The documentation should be extended to reflect the included methods of "IEnumerableSignatures" in the section of
https://github.com/StefH/System.Linq.Dynamic.Core/wiki/Dynamic-Expressions#sequence-operators
-
Updated
Mar 28, 2020 - Perl
-
Updated
Apr 23, 2020 - C++
-
Updated
Mar 22, 2020 - Shell
Improve this page
Add a description, image, and links to the system topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the system topic, visit your repo's landing page and select "manage topics."
A description is incomplete. It should mention:
These patterns are not competing, but complementing each other. To achieve availability, one needs both fail-over and replication.
right after
"There are two main patterns to support high availability: fail-over and replication. "