system
Here are 1,500 public repositories matching this topic...
-
Updated
Feb 19, 2020 - Java
-
Updated
Feb 19, 2020
Environment
- Package version(s):
@blueprintjs/core ^3.22.3 - Browser and OS versions: Mac OS X Chrome 79.0.3945.88
If possible, link to a minimal repro (fork this code sandbox):
Steps to reproduce
Spotted this while building a <ControlGroup> that contained buttons, selects, and some dividers.
`
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
Feb 19, 2020
systemd version the issue has been seen with
244
Used distribution
Arch Linux
Expected behaviour you didn't see
cgroup is written as
-
Updated
Feb 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
Feb 18, 2020 - Jupyter Notebook
-
Updated
Feb 17, 2020 - Swift
-
Updated
Feb 19, 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
-
Updated
Feb 10, 2020 - Python
-
Updated
Feb 14, 2020 - Swift
this is source of exception
q2.Select("new(Key.CallItemStatus as CallItemStatus, it.Count() as Count))")the same code works fine in .net core 2.2
System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter 'index')
at System.Linq.Expressions.InstanceMethodCallExpression1.GetArgument(Int32 index)
at System.Dynamic.Utils.
-
Updated
Feb 18, 2020 - Perl
-
Updated
Feb 15, 2020 - C++
I have created a project in Crowdin in order to start localization of the documentation.
I have uploaded all the strings to the project here: https://crowdin.com/project/system-designer, so that anyone can participate to the localization process. You will need to have a Crowdin account to do that.
If you have ques
-
Updated
Feb 13, 2020 - Shell
-
Updated
Feb 12, 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. "