system
Here are 1,648 public repositories matching this topic...
-
Updated
Jun 30, 2020 - Java
-
Updated
Jun 30, 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.
`
Monitor open files
Description
This utility can monitor open files number count (in real-time)?
Example count open files in the Linux machine, and count open files group by existing users.
Versions
Nothing
Logs
Nothing
-
Updated
Jun 3, 2020
Live CDs/USBs, netbooted PCs and in some cases discardable VMs and containers, usually have a read only base image and an overlayfs/tmpfs/cow filesystem on top of them.
There, we want some services not to run, like package manager upgrades, certain cron-like jobs etc.
It would be awesome if upstream systemd documented what "constitutes a live mode", e.g. the presence of a /run/live directory
-
Updated
Jun 17, 2020 - C++
It would be really useful if the project would have a bindep.txt file which mentions system packages required for building the code.
Details at https://docs.openstack.org/infra/bindep/readme.html -- I mention that there is nothing specific to OpenStack about bindep tool.
-
Updated
May 14, 2020 - Jupyter Notebook
fix strace for 386
386 can't use strace
-
Updated
Oct 10, 2019 - Swift
-
Updated
May 23, 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
Jun 8, 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
Jun 18, 2020 - C++
-
Updated
Jun 7, 2020 - Perl
-
Updated
Jul 1, 2020 - Shell
-
Updated
Jun 12, 2020 - C#
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. "