-
Updated
Mar 28, 2020
systems
Here are 179 public repositories matching this topic...
-
Updated
Jan 22, 2020
For now only strings are accepted as the measures parameter in GridSearchCV, RandomizedSearchCV, and cross_validate. It's thus impossible to use those with measures that take specific parameters as input (e.g. #156 ), or to use custom measures.
We should then accept callables in addition to strings.
Each callable should only take the predictions parameter. In order to handle measur
-
Updated
Jan 31, 2020 - Java
I'm getting a lot of errors when trying to install trigger on a raspberry pi with raspbian.
Version = Jessie 8
Linux version 4.4.21-v7+
I continually see the install trying to reference a file ('Python.h") that I apparently do not have. Below is a snippet of the errors I'm seeing.
In file included from /tmp/easy_install-TznDVO/SimpleParse-2.2.0/simpleparse/stt/TextTools/mxTextTools/mxTextToo
-
Updated
Apr 1, 2020 - Python
-
Updated
Jun 9, 2019
-
Updated
Mar 20, 2020 - Python
-
Updated
Dec 13, 2017 - HTML
-
Updated
Jul 11, 2019 - Jupyter Notebook
- QUADS version (
rpm -qa | grep quadsand/orquads-cli --version): latest - Python version: latest
- Operating System: current
Describe the bug
I have not investigated root cause but hosts that have broken_state set to true are still showing up in the "cloud01" list and users think there are available hosts. This might be related to the host variable being a string in some cases an
-
Updated
Sep 17, 2019 - HTML
-
Updated
Dec 28, 2019 - PowerShell
-
Updated
Mar 25, 2020 - Python
-
Updated
Apr 4, 2020 - C++
-
Updated
Feb 4, 2020
-
Updated
Feb 1, 2019
-
Updated
Mar 9, 2020 - Smalltalk
-
Updated
Jul 31, 2019 - C
Improve this page
Add a description, image, and links to the systems topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the systems topic, visit your repo's landing page and select "manage topics."
Hello,
We're using etcdv3 with a self-signed cert. so we can't use the default micro binary although etcdv3 support has been built in since v1.11.0
Is there any approach to access it without rebuilding the micro binary?
If the rebuild is needed, where should I put the "tls.Config initialize" code?
micro version: 1.11.0
Thanks.
refer, #210 #178
update:
It seems mi