system
Here are 1,526 public repositories matching this topic...
-
Updated
Mar 22, 2020 - Java
-
Updated
Mar 19, 2020
Environment
- Package version(s): @blueprintjs/core@3.17.2 @blueprintjs/select@3.11.2
- Browser and OS versions: MacOS Catalina (10.15.1) / Chrome 78.0.3904.108
Question
Is there any solid documentation for the renderFilteredItems() utility function exported from the select package? It is briefly mentioned under the itemListRenderer props section of the select c
Description
I am trying to create a reverse host for glances, so I can access my glances with http://mydomain.ddns.net/monitor
But I am greeted with 404 not found.
Running glances web ui with this command:
$ glances -w -B 127.0.0.1
My lighttpd config file has this:
server.modules = (
"mod_rewrite",
"mod_proxy"
)
$HTTP["url"] =~ "^/monitor" {
pro
-
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
Jan 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
Sep 2, 2018 - Jupyter Notebook
-
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
-
Updated
Mar 4, 2019 - Python
-
Updated
Nov 16, 2019 - Swift
-
Updated
Mar 22, 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 3, 2020 - Perl
-
Updated
Mar 22, 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
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. "