text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
##### System information (version)
* OpenCV => 4.5.0
* Operating System / Platform => Linux 64-bit
* Compiler => / (python 3.8.6)
##### Detailed description
I am calling the stereoCalibrate function in my python code, but always throws
assertion errors:
`result = cv2.stereoCalibrate(objectPoints, imagePoin... |
##### System information (version)
* OpenCV => 3.4.2
* Operating System / Platform => Raspbian Stretch
* Python => 3.5.3
##### Detailed description
When adding the CALIB_USE_EXTRINSIC_GUESS flag, stereoCalibrate will fail the
CV_IS_MAT tests. When calling the same method without that flag, and with same
argu... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.8
* Operating System version: deepin
* Java version: 1.8.0_261
### Steps to reproduce this i... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### 问题描述
使用注解开发dubbo的服务端和消费端。当服务端暴露多个协议的时候,dubbo客户端@reference无法指定协议去消费。但是在dubbo的消费XML配置方式是支持的
<dubbo:reference id="userS... | 0 |
Pretty much the title.
Right now we're only using the default blur amount.
|
I'm reading through the docs and I'm not sure if I just don't find it, or if
there is no option to override specific profile settings.
I tried adding `"globals"` with smaller font size than the hard-coded default
of `18` but to no avail I don't want to add it to all profiles, as it would be
easier to just do it once... | 0 |
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gce/18908/\n\nFailed: [k8s.io] Port forwarding [k8s.io] With a server that expects no client\nrequest should support a client that connects, sends no data, and disconnects\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/portforward.go:335\n Jun 18 16:48:52.632: Pod did not stop running: timed out waiting for the condition\n \n\n" |
We should make them all FROM either scratch, busybox, or debian:jessie (or
ubuntu:14.04 but it is bigger). I am sad that there is not an ultra-small
"just enough debian to run apt-get install" base.
| 0 |
**Describe your question**
When i use `session.merge`, i got a `(pymssql.IntegrityError) (2627,
b"Violation of PRIMARY KEY constraint 'PK__payment___357D4CF8B9E5C8E5'. Cannot
insert duplicate key in object 'dbo.test'`. The same in mysql
`sqlalchemy.exc.IntegrityError: (mysql.connector.errors.IntegrityError) 1062
(... |
**Migrated issue, originally created by Anonymous**
(original reporter: ged) Is this intended? It used to work in 0.5.xxx...
* * *
Attachments: test_fk.py | 1765.patch
| 0 |
Hello,
Since the upgrade to BS3 I have the following problem:
I have a vertical menu with 5 links one below the other. Each link has a
tooltip with position - top.
After the upgrade to BS3, rolling over the links makes the tooltips to appear
randomly in firefox (and only there, chrome works fine). Error in console... |
When you hover out a tooltip in FireFox on Windows you will get a error
message:
TypeError: this.remove is not a function
...){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"=...
The error was thrown by `jquery.js (Line 4)`.
You can test it here:
http://g... | 1 |
When viewing the 10 minute step example as seen here, i expect to be able to
click on any numbers available. When 10 minute steps are set, I can still view
5 minute increments on the clock.
* I have searched the issues of this repository and believe that this is not a duplicate.
## Your Environment
Demo website:... |
### Description
`Switch`, `Checkbox`, and `Radio` use `SwitchBase` to render.
`Radio` renders item labels, but neither `Switch` nor `Checkbox` does.
### Images & references
https://material.google.com/components/selection-controls.html#
### Proposal
I'll use `Radio` as the guide and submit a PR for `Switch` and... | 0 |
Been having an issue with this snippet of code:
var reader = new FileReader();
var debug = {hello: "world"};
var blob = new Blob([JSON.stringify(debug, null, 2)], {type : 'application/json'});
reader.onload = function(evt){
console.log(evt.target.result);
}
reader.readAsT... |
When using the Event interface from lib.d.ts, and attaching a listener, the
callback will get an object of type Event. However, the Event's currentTarget
property is of type EventTarget (whereas it's should be of type
Element/HTMLElement).
| 1 |
**Do you want to request a _feature_ or report a _bug_?**
feature
**What is the current behavior?**
When a child throws an error inside an error boundary and hits it's
`componentDidCatch` the error is still logged to the console regardless of any
handling that you then do inside of your `componentDidCatch`.
**... |
* * *
**(This is a repost ofjestjs/jest#4597 by @erikras.)**
* * *
**Do you want to request a _feature_ or report a _bug_?**
Somewhere in between?
**What is the current behavior?**
When I'm running tests on my library, there are some behaviors that I want to
test _do_ throw an error. These currently result in:
... | 1 |
##### System information (version)
* OpenCV => 4.0.0
* Operating System / Platform => Windows 64 Bit
* Compiler => Visual Studio 2015
##### Detailed description
current implementation refuses to find _any_ QR code when presented with an
image that contains more than one.
it would be nice if it could do that... |
##### System information (version)
##### Detailed description
I am trying to load the .pb file using OpenCV dnn.readNetFromTensorflow.I am
unable to load it. I am adding my custom(dsnt) layer on top of Keras
sequential model. Here is the error I am getting in Ubuntu 18.04 with OpenCV
4.5.0 and 4.3.0
... | 0 |
In my experience most colors in 3D graphics are 4 channel colors (red, green,
blue and alpha.) It is only a subset of situations in 3D graphics where a 3
channel color is sufficient and usually that deals with solid surface shading
algorithms.
Many situation, such as windows with varying transparent, volume effects ... |
In order to load an object it is required to first load the material
`MTLoader` and then load the object `OBJLoader`
Because the name of the .mtl is written in the .obj (eg `mtllib male02.mtl`),
I'd expect the OBJLoader to automatically load the material
https://github.com/mrdoob/three.js/blob/master/examples/webg... | 0 |
The code below is taken from the examples and works correctly with angular
Dart version 2.0.0-alpha.27 (after updating the injector).
@View(template: '''
<p>My name: {{ myName }}</p>
<p>Friends:</p>
<ul>
<li *ng-for="#name of friendNames">
{{ name }}
</li>
</ul>
... |
#2981 provides a test which fails.
https://gist.github.com/jakemac53/675fdedad5ce469d292f is an simple example
which will fail under the transformer.
| 1 |
06-09 00:13:11.607 11876-11920/com.myapp.app E/art: Throwing OutOfMemoryError "Failed to allocate a 11197452 byte allocation with 16776720 free bytes and 79MB until OOM"
06-09 00:13:11.617 11876-11920/com.myapp.app E/PriorityExecutor: Request threw uncaught throwable
... |
I have a question in regarding sharing an image via Intent Share API which was
already downloaded in cache(or not in the worst case scenario). Do you have
any suggestions regarding this? Would it work with the `FileProvider` class in
the support lib? The current implementation now loads the URL in a custom
target, wr... | 0 |
##### Description of the problem
So I have tried to adjust the `linewidth` in the `LineBasicMaterial` but it
only renders out as 1 pixel instead of 5 (which is where I am trying to
adjust). I have tried to preview this in Chrome, Firefox, and Safari but to no
success. Any idea on why this isn't working. I read the d... |
##### Description of the problem
`LineBasicMaterial` no work in Chrome. Works great in Firefox. Worked in in
Chrome 54 until we updated to latest release. We get the lines, they have no
width. I know this has been reported a million times in regard to Windows but
I'm on Mac OS 10.11.6.
##### Three.js version
* r... | 1 |
I am looking a way to lock down windows/webviews and I was testing the
inheritance of nodeintegration settings from parents to child. According to PR
#4897 this was fixed. But after testing it on my test app, i can still create
a webview with nodeintegration enabled, even if the parent has Nodeintegration
disabled.
... |
Currently webview tag is available even when node integration is off, this can
introduce security problems since webview can be used to execute arbitrary
code.
Refs #3921.
| 1 |
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-\nkubernetes-e2e-gce-release-1.5/824/\n\nMultiple broken tests:\n\nFailed: [k8s.io] Kubectl client [k8s.io] Kubectl run deployment should create\na deployment from an image [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:32:51.388: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc42098cef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #27532 #34567\n\nFailed: [k8s.io] Deployment scaled rollout deployment should not block on\nannotation check {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:40:12.404: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420eb78f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #30100 #31810 #34331 #34717 #34816 #35337\n#36458\n\nFailed: [k8s.io] DNS horizontal autoscaling kube-dns-autoscaler should scale\nkube-dns pods in both nonfaulty and faulty scenarios {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/dns_autoscaling.go:71\n Expected error:\n <*errors.errorString | 0xc420ae0870>: {\n s: \"err waiting for DNS replicas to satisfy 2, got 3: timed out waiting for the condition\",\n }\n err waiting for DNS replicas to satisfy 2, got 3: timed out waiting for the condition\n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/petset.go:1072\n \n\nIssues about this test specifically: #36569\n\nFailed: [k8s.io] CronJob should replace jobs when ReplaceConcurrent\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:59:07.170: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420a004f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nFailed: [k8s.io] Kubectl client [k8s.io] Simple pod should support exec\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:35:30.439: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc42119a4f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #28426 #32168 #33756 #34797\n\nFailed: [k8s.io] Pods should be submitted and removed [Conformance]\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:49:51.223: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420f284f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #26224 #34354\n\nFailed: [k8s.io] Services should serve a basic endpoint from pods\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:55:07.888: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420cd58f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #26678 #29318\n\nFailed: [k8s.io] Services should prevent NodePort collisions {Kubernetes e2e\nsuite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:31:48.524: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4210ca4f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #31575 #32756\n\nFailed: [k8s.io] EmptyDir volumes volume on default medium should have the\ncorrect mode [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:46:49.171: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420dc2ef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nFailed: [k8s.io] Deployment deployment should label adopted RSs and pods\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:43:36.987: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4212538f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #29629 #36270 #37462\n\nFailed: [k8s.io] Services should provide secure master service [Conformance]\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:48:16.519: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420a32ef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nFailed: [k8s.io] PrivilegedPod should test privileged pod {Kubernetes e2e\nsuite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:49:06.950: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4214904f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #29519 #32451\n\nFailed: [k8s.io] ConfigMap should be consumable from pods in volume with\nmappings as non-root [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:32:23.048: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420e784f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nFailed: [k8s.io] Deployment paused deployment should be ignored by the\ncontroller {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:31:48.811: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4210cd8f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #28067 #28378 #32692 #33256 #34654\n\nFailed: [k8s.io] V1Job should run a job to completion when tasks sometimes\nfail and are not locally restarted {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:28:30.428: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420f46ef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nFailed: [k8s.io] DNS should provide DNS for services [Conformance] {Kubernetes\ne2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:56:27.321: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc421226ef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #26168 #27450\n\nFailed: [k8s.io] Kubectl client [k8s.io] Simple pod should support inline\nexecution and attach {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:52:47.422: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420c5cef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #26324 #27715 #28845\n\nFailed: [k8s.io] Proxy version v1 should proxy logs on node [Conformance]\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:31:38.906: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420b7cef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #36242\n\nFailed: [k8s.io] V1Job should keep restarting failed pods {Kubernetes e2e\nsuite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:36:09.561: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc42118eef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #29657\n\nFailed: [k8s.io] Kubectl client [k8s.io] Simple pod should support port-\nforward {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:41:56.066: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4215538f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #28371 #29604 #37496\n\nFailed: [k8s.io] ConfigMap should be consumable from pods in volume\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:33:49.044: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4209ccef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #29052\n\nFailed: [k8s.io] Kubectl client [k8s.io] Kubectl version should check is all\ndata is printed [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:31:42.431: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4212ff8f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #29050\n\nFailed: [k8s.io] DNS config map should be able to change configuration\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:36:17.614: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420d06ef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #37144\n\nFailed: [k8s.io] ReplicaSet should serve a basic image on each replica with a\npublic image [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:32:32.826: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420964ef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #30981\n\nFailed: [k8s.io] [HPA] Horizontal pod autoscaling (scale resource: CPU)\n[k8s.io] ReplicationController light Should scale from 1 pod to 2 pods\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:29:33.917: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc42103cef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #27443 #27835 #28900 #32512\n\nFailed: [k8s.io] ConfigMap updates should be reflected in volume [Conformance]\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:31:44.011: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4208638f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #30352\n\nFailed: [k8s.io] Variable Expansion should allow composing env vars into new\nenv vars [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:28:32.098: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420c8e4f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #29461\n\nFailed: [k8s.io] DNS should provide DNS for ExternalName services {Kubernetes\ne2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:39:11.363: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420d198f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #32584\n\nFailed: [k8s.io] Downward API should provide pod name and namespace as env\nvars [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:56:02.311: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4211bd8f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nFailed: [k8s.io] EmptyDir volumes should support (non-root,0666,default)\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:28:32.512: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc421180ef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #34226\n\nFailed: [k8s.io] Docker Containers should be able to override the image's\ndefault commmand (docker entrypoint) [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:28:28.702: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc42068e4f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #29994\n\nFailed: [k8s.io] Secrets should be consumable from pods in volume\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:42:40.834: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420b7cef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #29221\n\nFailed: [k8s.io] InitContainer should not start app containers if init\ncontainers fail on a RestartAlways pod {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:42:50.302: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4214eaef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #31408\n\nFailed: [k8s.io] SSH should SSH to all nodes and run commands {Kubernetes e2e\nsuite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/ssh.go:105\n Dec 1 21:30:33.726: Ran echo \"Hello from $(whoami)@$(hostname)\" on 130.211.223.5:22, got error error getting SSH client to jenkins@130.211.223.5:22: 'timed out dialing tcp:130.211.223.5:22', expected <nil>\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/ssh.go:79\n \n\nIssues about this test specifically: #26129 #32341\n\nFailed: [k8s.io] Pods should be updated [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:28:38.585: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc42065e4f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #35793\n\nFailed: [k8s.io] Networking should provide Internet connection for containers\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:48:46.247: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc42092c4f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #26171 #28188\n\nFailed: [k8s.io] Secrets should be consumable in multiple volumes in a pod\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:45:32.000: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420ae04f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nFailed: [k8s.io] ResourceQuota should verify ResourceQuota with best effort\nscope. {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:28:43.341: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4211038f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #31635\n\nFailed: [k8s.io] Port forwarding [k8s.io] With a server that expects no client\nrequest should support a client that connects, sends no data, and disconnects\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:41:35.319: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc421122ef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #27673\n\nFailed: [k8s.io] Secrets should be consumable from pods in volume with\ndefaultMode set [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:28:38.269: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4210884f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #35256\n\nFailed: [k8s.io] Kubectl client [k8s.io] Simple pod should support exec\nthrough an HTTP proxy {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:42:41.185: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4211e98f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #27156 #28979 #30489 #33649\n\nFailed: [k8s.io] EmptyDir volumes should support (non-root,0777,tmpfs)\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/empty_dir.go:89\n wait for pod \"pod-a51aff07-b84f-11e6-b730-0242ac110008\" to disappear\n Expected success, but got an error:\n <*errors.errorString | 0xc4203fcd40>: {\n s: \"timed out waiting for the condition\",\n }\n timed out waiting for the condition\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/pods.go:121\n \n\nIssues about this test specifically: #30851\n\nFailed: [k8s.io] Kubectl client [k8s.io] Kubectl create quota should create a\nquota without scopes {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:39:19.914: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420bd0ef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nFailed: [k8s.io] Downward API volume should set mode on item file\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:40:28.751: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4212a04f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #37423\n\nFailed: [k8s.io] Kubectl client [k8s.io] Kubectl run pod should create a pod\nfrom an image when restart is Never [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:34:59.243: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc42117a4f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #27507 #28275\n\nFailed: [k8s.io] InitContainer should invoke init containers on a\nRestartAlways pod {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/init_container.go:162\n Expected\n <*errors.errorString | 0xc4203a3d20>: {\n s: \"timed out waiting for the condition\",\n }\n to be nil\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/init_container.go:147\n \n\nIssues about this test specifically: #31873\n\nFailed: [k8s.io] DisruptionController evictions: no PDB => should allow an\neviction {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:46:34.829: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420d938f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #32646\n\nFailed: [k8s.io] Secrets should be consumable from pods in env vars\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:45:35.744: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4212bc4f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #32025 #36823\n\nFailed: [k8s.io] Kubectl client [k8s.io] Kubectl api-versions should check if\nv1 is in available api versions [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:51:51.510: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc42072cef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #29710\n\nFailed: [k8s.io] NodeProblemDetector [k8s.io] KernelMonitor should generate\nnode condition and events for corresponding errors {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:39:28.630: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4213198f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #28069 #28168 #28343 #29656 #33183\n\nFailed: [k8s.io] Kubectl client [k8s.io] Update Demo should do a rolling\nupdate of a replication controller [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:35:22.186: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc421154ef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #26425 #26715 #28825 #28880 #32854\n\nFailed: [k8s.io] Networking [k8s.io] Granular Checks: Pods should function for\nnode-pod communication: udp [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/networking.go:59\n Expected error:\n <*errors.errorString | 0xc42044ece0>: {\n s: \"timed out waiting for the condition\",\n }\n timed out waiting for the condition\n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/networking_utils.go:544\n \n\nIssues about this test specifically: #35283 #36867\n\nFailed: [k8s.io] ConfigMap should be consumable from pods in volume with\nmappings [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:45:53.422: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420c824f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #32949\n\nFailed: [k8s.io] MetricsGrabber should grab all metrics from API server.\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:45:06.332: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420beeef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #29513\n\nFailed: [k8s.io] Job should keep restarting failed pods {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:33:26.364: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc42031aef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #28006 #28866 #29613 #36224\n\nFailed: [k8s.io] HostPath should support subPath {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:35:04.796: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4206db8f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nFailed: [k8s.io] EmptyDir volumes should support (root,0777,tmpfs)\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:38:44.643: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc421468ef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #31400\n\nFailed: [k8s.io] Probing container should _not_ be restarted with a exec \"cat\n/tmp/health\" liveness probe [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:29:10.612: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420cb84f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nFailed: [k8s.io] Deployment deployment should support rollover {Kubernetes e2e\nsuite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:35:47.074: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc421616ef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #26509 #26834 #29780 #35355\n\nFailed: [k8s.io] ResourceQuota should create a ResourceQuota and capture the\nlife of a pod. {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:42:19.797: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420f378f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nFailed: [k8s.io] Kubectl client [k8s.io] Simple pod should return command exit\ncodes {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:28:38.671: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4212c18f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #31151 #35586\n\nFailed: [k8s.io] Kubectl client [k8s.io] Guestbook application should create\nand stop a working application [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:39:06.466: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420792ef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #26175 #26846 #27334 #28293 #29149 #31884\n#33672 #34774\n\nFailed: [k8s.io] Pods should support retrieving logs from the container over\nwebsockets {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:46:17.311: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4213d18f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #30263\n\nFailed: [k8s.io] Kubectl alpha client [k8s.io] Kubectl run CronJob should\ncreate a CronJob {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:56:12.923: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4209924f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nFailed: [k8s.io] Probing container should be restarted with a /healthz http\nliveness probe [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:29:10.797: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420e82ef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nFailed: [k8s.io] Kubectl client [k8s.io] Kubectl logs should be able to\nretrieve and filter logs [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:44:51.430: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4217eaef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #26139 #28342 #28439 #31574 #36576\n\nFailed: [k8s.io] ReplicationController should surface a failure condition on a\ncommon issue like exceeded quota {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:38:16.530: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420a924f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #37027\n\nFailed: [k8s.io] EmptyDir volumes should support (non-root,0777,default)\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:34:58.222: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc42089b8f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nFailed: [k8s.io] ResourceQuota should create a ResourceQuota and capture the\nlife of a configMap. {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:51:32.795: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420c318f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #34367\n\nFailed: [k8s.io] Services should be able to create a functioning NodePort\nservice {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:45:56.373: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc42132f8f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #28064 #28569 #34036\n\nFailed: [k8s.io] V1Job should fail a job {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:37:16.545: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc42131e4f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #27704 #30127 #30602 #31070 #34383\n\nFailed: [k8s.io] InitContainer should not start app containers and fail the\npod if init containers fail on a RestartNever pod {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:52:50.081: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4215018f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #32054 #36010\n\nFailed: [k8s.io] ConfigMap should be consumable from pods in volume with\ndefaultMode set [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/configmap.go:42\n wait for pod \"pod-configmaps-ad799ec1-b84f-11e6-ae23-0242ac110008\" to disappear\n Expected success, but got an error:\n <*errors.errorString | 0xc4203c26a0>: {\n s: \"timed out waiting for the condition\",\n }\n timed out waiting for the condition\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/pods.go:121\n \n\nIssues about this test specifically: #34827\n\nFailed: [k8s.io] Downward API volume should set DefaultMode on files\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:48:03.677: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc42184aef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #36300\n\nFailed: [k8s.io] Kubectl client [k8s.io] Kubectl apply should reuse port when\napply to an existing SVC {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:49:20.926: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420a724f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #36948\n\nFailed: [k8s.io] CronJob should not emit unexpected warnings {Kubernetes e2e\nsuite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:30:08.146: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4202298f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nFailed: [k8s.io] Proxy version v1 should proxy logs on node with explicit\nkubelet port [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:34:52.774: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc42123aef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #32936\n\nFailed: [k8s.io] EmptyDir volumes should support (root,0666,tmpfs)\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:41:15.778: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4218e98f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #37500\n\nFailed: [k8s.io] ReplicaSet should serve a basic image on each replica with a\nprivate image {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:53:13.514: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420b60ef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #32023\n\nFailed: [k8s.io] Job should run a job to completion when tasks succeed\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:54:48.960: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4204504f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #31938\n\nFailed: [k8s.io] Secrets should be able to mount in a volume regardless of a\ndifferent secret existing with same name in different namespace {Kubernetes\ne2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:31:56.026: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4211738f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #37525\n\nFailed: [k8s.io] Downward API volume should provide container's cpu request\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:31:57.782: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc42124f8f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nFailed: [k8s.io] Probing container should _not_ be restarted with a /healthz\nhttp liveness probe [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:40:17.722: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4211d4ef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #30342 #31350\n\nFailed: [k8s.io] Downward API should provide default limits.cpu/memory from\nnode allocatable [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:39:01.498: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420f1e4f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nFailed: [k8s.io] ConfigMap should be consumable from pods in volume with\nmappings and Item mode set[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:31:57.547: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420b2a4f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #35790\n\nFailed: [k8s.io] Deployment deployment should create new pods {Kubernetes e2e\nsuite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:35:47.090: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420bb6ef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #35579\n\nFailed: [k8s.io] Services should create endpoints for unready pods {Kubernetes\ne2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:38:53.696: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4214ee4f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #26172\n\nFailed: [k8s.io] Downward API volume should provide node allocatable (memory)\nas default memory limit if the limit is not set [Conformance] {Kubernetes e2e\nsuite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:42:23.553: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc4214d58f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #37531\n\nFailed: [k8s.io] Pods should get a host IP [Conformance] {Kubernetes e2e\nsuite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:31:47.001: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc420f3a4f0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nIssues about this test specifically: #33008\n\nFailed: [k8s.io] CronJob should schedule multiple jobs concurrently\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:142\n Dec 1 21:30:06.815: All nodes should be ready after test, Not ready nodes: []*api.Node{(*api.Node)(0xc42125cef0)}\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:438\n \n\nPrevious issues for this suite: #37750\n\n" |
The kubectl client loading logic still defaults to loading from
`$HOME/.kubernetes_auth` if the config doesn't have enough info to
authenticate a user. This behavior is confusing and undesirable. We still
support `--auth-path`, but only in the context of a command line flag or
kubeconfig user entry. The old, global `... | 0 |
Hey,
I have an issue on my macros use. The source code of my macro is here. I can't
put the pub keyword and if I call my macro like this :
pub impl_GObjectFunctions!(t1, t2)
The methods aren't public. Am I doing something wrong or is it a compiler's
bug ?
Thanks in advance.
|
These 'overriding commands...' lines usually indicate a mistake in the
makefiles
$ make VERBOSE=1
cfg: build triple i686-pc-mingw32
cfg: host triples i686-pc-mingw32
cfg: target triples i686-pc-mingw32
cfg: host for i686-pc-mingw32 is i386
cfg: os for i686-pc-mingw32 is pc-mingw32
... | 0 |
Sometimes I need to change some LESS parameter and recompile files. I do not
want to memorise customized ID everytime.
It would be perfect to keep it in downloaded files. Maybe in .json confing or
just separate empty file named like
12341231.id
.
|
The new site has the awesome customization screen, but unless you manage your
bookmarks like a champ, there's no clear mapping between which custom builds
on your system correspond to which URLs on the site. It would rock socks if
the URL of the custom build was in the header comment in the generated source
files.
F... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: `2.7.3`
* Operating System version: `Centos 7`
* Java version: `1.8`
* Spring Boot version: `2.... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.6
* Operating System version: windows、ubuntu
* Java version: 11
* Spring Boot version:2.2.6... | 0 |
**I'm submitting a ...** (check one with "x")
[x ] bug report => search github for a similar issue or PR before submitting
**Current behavior**
I am currently working on a project based on
https://github.com/AngularClass/angular2-webpack-starter. Everything is
working fin in dev deployement (np... |
**I'm submitting a ...** (check one with "x")
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... | 0 |
### Bug summary
On Windows, but not on Linux, with Python 3.9. **8** installed,
key_press_events both work for the two examples from the MPL documentation:
Keypress demo
Embedding TkInter demo
The "Keypress demo" will **not** work with a clean install of Python 3.9.
**9** (i.e one not upgraded from an earlier Pyt... |
### Bug summary
mpl with py3.10.1 - Interactive figures - Constrain pan/zoom to x/y axis not
work
### Code for reproduction
Simple Plot
https://matplotlib.org/stable/gallery/lines_bars_and_markers/simple_plot.html
### Actual outcome
Interactive figures - Constrain pan/zoom to x/y axis not ... | 1 |
# Environment
Windows build number: [Win 10 1909 18363.900]
PowerToys version: 0.19.1
PowerToy module for which you are reporting the bug (if applicable): FancyZones
# Steps to reproduce
Long version:
1. Open a Chromium based browser (I use Brave) and open a few tabs in a few separate... |
Despite having turned on "Move newly created windows to their last know zone",
ever since 0.19 and still in 0.19.1 when a new PDF document opens, fancy zones
will not snap the pdf to the same zone. When the new document is opened in a
new tab within Acrobat reader, Acrobat moves to a new location and shrinks to
what ... | 1 |
* VSCode Version: 1.1.1
* OS Version: Any
This is a request for the C# Extension. Essentially, the extension needs
platform-specific native binaries in order to function (both for debugging
support and OmniSharp for language server support). It does this by acquiring
the binaries during the extension's first acti... |
Testing #2218
* no `jsconfig.json`
exports.something = function() {
return true;
}
function test() {
}

| 0 |
Could we add `Bool` to the list of types supported by `Threads.Atomic`?
Currently atomics only supports int types and float types, but I don't see any
reason why it couldn't also support booleans! :)
For now as a workaround, you have to use an `x = Threads.Atomic{UInt8}` and
always check `if x != 0` instead of just ... |
The following syntax doesn't work for macros (but does for functions):
julia> macro foo(a, b::Bool=true)
a, b
end
ERROR: syntax: "(kw (:: b Bool) #t)" is not a valid function argument name
julia> function foo(a, b::Bool=true) #works for functions
a, ... | 0 |
Please go to Stack Overflow for help and support:
https://stackoverflow.com/questions/tagged/tensorflow
If you open a GitHub issue, here is our policy:
1. It must be a bug, a feature request, or a significant problem with documentation (for small docs fixes please send a PR instead).
2. The form below must be ... |
no such package '@nasm//': java.io.IOException: Error downloading
[https://mirror.bazel.build/www.nasm.us/pub/nasm/releasebuilds/2.12.02/nasm-2.12.02.tar.bz2,
http://pkgs.fedoraproject.org/repo/pkgs/nasm/nasm-2.12.02.tar.bz2/d15843c3fb7db39af80571ee27ec6fad/nasm-2.12.02.tar.bz2]
| 1 |
According to the task second element of each "well" has to bounce while the
code check whether "target" have "animated" and "bounce" classes added.
I added the following code and now I'm allowed to go to the next challenge:
$(".target:nth-child(2)").addClass("animated bounce");
|
Challenge [iterate-over-arrays-with-map]
var oldArray = [1,2,3,4,5];
// Only change code below this line.
var newArray = oldArray.map(function(val){
return val+ 3;
});
| 0 |
1. There are examples in the repo for loading a pre-trained model in C++. Can someone add an example to train a simple 1 hidden layer fully connected neural net (or even logistic regression using SGD) in C++?
2. I realize there is no publicly available support for auto differentiation in C++. Are there any plans ... |
I have started porting Tensorflow to Node.js and was wondering about the
status of gradients support in the C and C++ APIs:
* https://www.tensorflow.org/versions/r0.12/how_tos/language_bindings/index.html
* https://github.com/tensorflow/tensorflow/blob/master/tensorflow/g3doc/resources/roadmap.md
Could I ask fo... | 1 |
##### Issue Type:
Feature Idea
##### Ansible Version:
ansible 1.5.4
##### Environment:
Debian 7
##### Summary:
Hi I'm using Debian and miss to be able to nicely add conditions which
incorporates the state of a package, ie only run a command if a package is not
installed. (in my caste debconf commands should on... |
##### ISSUE TYPE
* Feature Idea
##### COMPONENT NAME
Tags
##### SUMMARY
hi, it would be very usefull if we could combine tags to restrict the
execution on some task which have all the tags, instead of the union.
That could be done with this kind of arguments:
ansible-playbook -i "localhost," -c... | 0 |
Transformers has a Do Repeat Yourself policy in the sense that it does not
provide building blocks that we then mix and match, but we strive to have each
model be self-contained in terms of code, at the price of code duplication.
You can find more about this philosophy in this blog post.
There are instances in the l... |
# 🚀 Feature request
Over at EleutherAI we've recently released a 20 billion parameter
autoregressive gpt model (see gpt-neox for a link to the weights). It would be
great to get this into transformers!
## Motivation
gpt-neox library is not quite as user-friendly as transformers, and is
designed for efficient larg... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.6.5
* Operating System version: xxx
* Java version: xxx
### Steps to reproduce this issue
1.op... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.5
* Operating System version: xxx
* Java version: 1.8
### Steps to reproduce this issue
1... | 0 |
I don't see any figures on http://matplotlib.org/users/colormaps.html. They
are present in my local build of the documentation.

|
Three examples now require it, for the rgb2lab function:
users/plotting/colormaps/lightness.py
5:from skimage import color
users/plotting/colormaps/Lfunction.py
9:from skimage import color
users/plotting/colormaps/grayscale.py
6:from skimage import color
We should pr... | 1 |
interface I {
x: number;
}
let { /*1*/x: y }: I = { x }
Try find all refs at `1`.
Expected: All `x`s in the code are found.
Actual: No results returned
|
We unconditionally show `any`.

| 1 |
Challenge use-a-css-class-to-style-an-element has an issue.
User Agent is: `Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101
Firefox/48.0`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
<style>
.red-text {
color: red;
}
</style>
... |
#### Challenge Name
#### Issue Description
Some of the issues cropping up seem to be a result of failed tests caused by
either the editor or browser. They mostly seem to be limited to Firefox.
#10588 \- Challenge: Change Color of Text
#10557 \- Challenge: Target the Children of Element in jQuery
#10582 \- Chal... | 1 |
Some packages in the settings tab don't have a button to see the settings for
that package. I assume these are packages without configuration options. But
there are many other useful features in the settings for a package that are
missing for these packages ....
* Load time
* Github link
* Report issue
* Cha... |
See this image:

As you can see, it seems kind of random which packages get a settings button
and which do not. The majority of the packages don't have the settings button,
and now I can't go to t... | 1 |
ERROR: type should be string, got "\n\nhttps://storage.googleapis.com/kubernetes-\njenkins/logs/kubernetes-e2e-gke/8201/\n\nMultiple broken tests:\n\nFailed: [k8s.io] ServiceAccounts should ensure a single API token exists\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service_accounts.go:153\n Expected error:\n <*errors.StatusError | 0xc820aafa80>: {\n ErrStatus: {\n TypeMeta: {Kind: \"\", APIVersion: \"\"},\n ListMeta: {SelfLink: \"\", ResourceVersion: \"\"},\n Status: \"Failure\",\n Message: \"the server does not allow access to the requested resource (put serviceAccounts default)\",\n Reason: \"Forbidden\",\n Details: {\n Name: \"default\",\n Group: \"\",\n Kind: \"serviceAccounts\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Forbidden: \\\"/api/v1/namespaces/e2e-tests-svcaccounts-c84sj/serviceaccounts/default\\\"\",\n Field: \"\",\n },\n ],\n RetryAfterSeconds: 0,\n },\n Code: 403,\n },\n }\n the server does not allow access to the requested resource (put serviceAccounts default)\n not to have occurred\n \n\nFailed: [k8s.io] EmptyDir volumes should support (root,0644,default)\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:122\n Expected error:\n <*errors.StatusError | 0xc8200a2780>: {\n ErrStatus: {\n TypeMeta: {Kind: \"\", APIVersion: \"\"},\n ListMeta: {SelfLink: \"\", ResourceVersion: \"\"},\n Status: \"Failure\",\n Message: \"the server does not allow access to the requested resource (get serviceAccounts)\",\n Reason: \"Forbidden\",\n Details: {\n Name: \"\",\n Group: \"\",\n Kind: \"serviceAccounts\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Forbidden: \\\"/api/v1/watch/namespaces/e2e-tests-emptydir-z0q53/serviceaccounts?fieldSelector=metadata.name%3Ddefault\\\"\",\n Field: \"\",\n },\n ],\n RetryAfterSeconds: 0,\n },\n Code: 403,\n },\n }\n the server does not allow access to the requested resource (get serviceAccounts)\n not to have occurred\n \n\nFailed: [k8s.io] Proxy version v1 should proxy to cadvisor using proxy\nsubresource [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:122\n Expected error:\n <*errors.StatusError | 0xc820e80300>: {\n ErrStatus: {\n TypeMeta: {Kind: \"\", APIVersion: \"\"},\n ListMeta: {SelfLink: \"\", ResourceVersion: \"\"},\n Status: \"Failure\",\n Message: \"the server does not allow access to the requested resource (get serviceAccounts)\",\n Reason: \"Forbidden\",\n Details: {\n Name: \"\",\n Group: \"\",\n Kind: \"serviceAccounts\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Forbidden: \\\"/api/v1/watch/namespaces/e2e-tests-proxy-z4jp6/serviceaccounts?fieldSelector=metadata.name%3Ddefault\\\"\",\n Field: \"\",\n },\n ],\n RetryAfterSeconds: 0,\n },\n Code: 403,\n },\n }\n the server does not allow access to the requested resource (get serviceAccounts)\n not to have occurred\n \n\nFailed: [k8s.io] Proxy version v1 should proxy through a service and a pod\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/proxy.go:260\n Expected error:\n <*errors.StatusError | 0xc820096380>: {\n ErrStatus: {\n TypeMeta: {Kind: \"\", APIVersion: \"\"},\n ListMeta: {SelfLink: \"\", ResourceVersion: \"\"},\n Status: \"Failure\",\n Message: \"the server does not allow access to the requested resource (post services)\",\n Reason: \"Forbidden\",\n Details: {\n Name: \"\",\n Group: \"\",\n Kind: \"services\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Forbidden: \\\"/api/v1/namespaces/e2e-tests-proxy-rchpk/services\\\"\",\n Field: \"\",\n },\n ],\n RetryAfterSeconds: 0,\n },\n Code: 403,\n },\n }\n the server does not allow access to the requested resource (post services)\n not to have occurred\n \n\nIssues about this test specifically: #26164 #26210\n\n" |
Right now we have for GCE `config-default.sh` and `config-test.sh` and they
are (after a recent PR of mine merges) isomorphic i.e. one is a duplicate of
the other with some settings flipped. I think this makes it hard to maintain
these files since they have to remain in sync.
I propose that we require the significan... | 0 |
The interface ObjectIterator has an optional `key` parameter. This becomes an
issue when trying to use the key in a context with StrictNullChecking enabled.
For example, the mapValues() function use ObjectIterator as its callback
function:
mapValues(dict, (value, key) => {
// This line throws an ... |
* [x ] I tried using the latest `materialize-css/index.d.ts` file in this repo and had problems.
Hi,
I use materialize-css and angular2-materialize directives. I couldn't use the
global object `Materialize` because of `Cannot find name Materialize`. I was
glad to find out the definition here so I installed it.
T... | 0 |
New "open with" api to allow open a file with chosen program in OS.
Same as shell.openItem() but let the user choose with whith of this programs
the file should be opened.
|
* Electron version: all
* Operating system: all
Can't get the file launcher,So open the program is actually not know.
I want to get the initiator's path, so the use of selective "open appPath
filePath" open way, rather than having to default.
Excuse me, can you provide relevant interface to obtain the default... | 1 |
This code:
function a(f) {
return () => {}
}
@a(foo => ({}))
class MyClass {
}
is transpiled to
function a(f) {
return function () {};
}
var MyClass = function MyClass() {
_classCallCheck(this, MyClass);
};
whereas if... |
Compare the output of these two to show the difference.
https://babeljs.io/repl/#?experimental=true&evaluate=true&loose=false&spec=false&code=%40decorate((arg)%20%3D%3E%20null)%0Aclass%20Example1%20%7B%0A%7D%0A%0A%40decorate(arg%20%3D%3E%20null)%0Aclass%20Example2%20%7B%0A%7D
@decorate((arg) => null)
... | 1 |
I was trying this code:
> > > corpus = ['This is the first document.',
> ... 'This is the second second document.',
> ... 'And the third one.',
> ... 'Is this the first document?']
> from sklearn.feature_extraction.text import TfidfVectorizer
> vectorizer = TfidfVectorizer(min_df=1)
> vectorizer.fi... |
Hello the great scikit-learn team!
Consider the following simple example (also posted on SO)
data = pd.DataFrame({'text1' : ['hello world', 'hello universe'],
'text2': ['good morning', 'hello two three']})
data
Out[489]:
t... | 0 |
_Original tickethttp://projects.scipy.org/numpy/ticket/872 on 2008-08-04 by
trac user novak, assigned to unknown._
I believe that setmember1d contains unnecessary code. Also, the docstring of
setmember1d asserts that the arguments must not contain duplicated values, but
I believe that this is incorrect. The functio... |
np version 1.9.2 (but bug in previous versions as well)
python version 3.4.3 (but bug with previous versions as well)
The following demonstrates the problem:
On 64Bit architecture:
>>> import numpy as np
>>> np.intp
<class 'numpy.int64'>
>>> np.intp==np.int64
True
On 32Bit archite... | 0 |
Just noting that there was a PR #14264 a year ago to try and add a `strftime`
method to datetime64 object. Wonder if it might be resurrected???
:issue:#14243
To make it a little more friendly for packages downstream like Pandas it helps
to compare synonomously with Python datetime and something like:
... |
Looking at extending the support for `datetime64` in matplotlib, in particular
to allow plotting times that are outside years 0001-9999. Lots of science
applications have millennial time scales, so being able to have support for a
large time range is desirable, and is a definite strength of `datetime64`.
However, ou... | 1 |
I run into this issue repeatedly. I know there are already a bunch of reports
about this error message, but it's hard to tell what are duplicates because of
all the variations. When I get this now it's paired with a second error:
Uncaught TypeError: Unable to watch path
Uncaught ReferenceError: spa... |
Search / Find in project cmd+shift+f do not searches in .gitignore files
Actually a nice feature but, sometimes its really necessary to search code in
ignored files.
At least there should be provision in "Finding with Options"
| 0 |
ERROR: type should be string, got "\n\nhttps://twitter.com/mausch/status/530504035540160513\n\nhttps://twitter.com/LeviNotik/status/530505312777023488\n\nhttps://twitter.com/mwotton/status/442775637648891904\n\nhttps://twitter.com/melvinmt/status/530474427306479616\n\nhttps://twitter.com/kosmikko/status/502340971527671808\n\nhttps://twitter.com/kenperkins/status/494173990152175617 (navigation, I've had\nthis problem and I'm a relatively experienced user of the site and ES itself)\n\nhttps://twitter.com/icyliquid/status/477500839020752896\n\nhttps://twitter.com/werg/status/466733972324880384 (another suggestion to\nbypass official ES documentation)\n\nI wrote https://github.com/bitemyapp/bloodhound partly because I was having a\nhell of a time generating valid Elasticsearch requests without lots of copy-\npaste and templating.\n\nThe docs have not been improved much in the last couple years other than when\nyou did the big site change.\n\nIt's extremely hard for a new user of Elasticsearch to get a bird's eye view.\n\nI brought up Bloodhound when I first released it as a way to possibly start a\nproper spec of what Elasticsearch accepts as a valid request and what it does\nnot. I'd like to revive the idea of having a spec so that users and client\nimplementors don't have to keep rediscovering how Elasticsearch works through\nhaphazard experimentation.\n\nBack when I was implementing Bloodhound I asked if there was a spec. I was\ntold there wasn't one. I was briefly hopeful when I saw there was a Thrift\nspec...but it passes off the actual document structure as a JSON blob, lending\nno useful information.\n\nPlease at least consider having a spec for the API.\n\n" |
Requests/queries/etc currently have custom parsers, which make it more
difficult to be certain that they are error free. We should replace all this
hand parsing with some form of grammar, which defines exactly what syntax is
allowed. This will also benefit those implementing clients, as they will have
a grammar that ... | 1 |
cuDNN v6.0 was released on Mar 23, are there any plans for adding
compatibility (building against compatibility version 6000)?
|
cuDNN v6.0 has been released. There are some cool new features:
* Dilated Convolutions: Dilated Convolutions are now supported in cuDNN without a
change in API.
* `cudnnConvolutionBiasActivationForward` allows for the execution of a single kernel fusing convolution, bias and activation operations
Full releas... | 1 |
# Checklist
* I have checked the issues list
for similar or identical bug reports.
* I have checked the pull requests list
for existing proposed fixes.
* I have checked the commit log
to find out if the bug was already fixed in the master branch.
* I have included all related issues and possible dup... |
# Checklist
* I have checked the issues list
for similar or identical enhancement to an existing feature.
* I have checked the pull requests list
for existing proposed enhancements.
* I have checked the commit log
to find out if the if the same enhancement was already implemented in the
master branch... | 0 |
I'm seeing some weird off-by-one issues when moving the selection point around
in code, especially at the beginning of a line. I'll add a note to this if I
figure out a reproduction, but it's happening pretty frequently.
User: @jbarnette
Atom Version: 0.42.0
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_... |
Getting some whack cursor behavior on atom 0.41.0:
I'm trying to write the `_` outside of the quotes. But it stays inside.
I tried to fix it manually, but it won't let me.
This is what I want:
_ "./cache"
| 1 |
There is a defect in the cron module when running on SuSE and other
distributions that add a header, three lines, to the user crontab file. Each
call to add/remove a job includes the previous header. After adding the code
to strip the header, I created a test suite outside ansible and found other
problems with the ha... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
`template` module(action plugin)
##### ANSIBLE VERSION
ansible 2.2.1.0
##### CONFIGURATION
Default config
##### SUMMARY
Jinja2 templates can't be included between roles in 2.2.1
##### STEPS TO REPRODUCE
Make two roles: `common_role`, `... | 0 |
problem:
https://babeljs.io/repl/#?experimental=false&evaluate=true&loose=false&spec=false&code=const%20a%20%3D%20%7Bb%3A%20%7Bc%3A%20Function()%7D%7D%0Aconst%20%7Bc%7D%20%3D%20a.b%0Aconst%20d%20%3D%20%7B%0A%20%20c%20()%20%7B%0A%20%20%20%20console.log(typeof%20c)%20%2F%2F%20should%20be%20function%2C%20is%20undefined%... |
We expect the following:
var Utils = {
get: function() {}
};
var { get } = Utils;
var bar = {
get: function(arg) {
get(arg, "baz");
}
};
To become:
"use strict";
var Utils = {
get: function get() {}
};
var _... | 1 |
From the beginning, you can make a choice of language. And then, the
information will (could be) appear according to the chosen language. If there
is no translated information, then in English.
Probably it will be the Chaos
|
As an user, when completing challenges in a non-english language and running
into a challenge that does not have an active translation, I want a
notification explaining that translation is being worked on, and the current
one is missing. And invitation to contribute with it, perhaps?
Said notification should link to... | 1 |
### Description
The `fit_transfrom` function from the `sklearn.impute.KNNImputer` returns
array that with `NaN` values removed instead of imputed.
For example if an array X with shape (1,100) and 4 missing values is passed to
fit_transform. It returns an array with size shape (1,96); The `NaN` values
removed.
####... |
### Code sample
In the sample code below, a column is removed from the dataset during the
pipeline
>>> from sklearn.impute import SimpleImputer
>>> import numpy as np
>>> imp = SimpleImputer()
>>> imp.fit([[0, np.nan], [1, np.nan]])
>>> imp.transform([[0, np.nan], [1, 1]])
array([[... | 1 |
_Original tickethttp://projects.scipy.org/numpy/ticket/2168 on 2012-06-16 by
trac user kobejohn, assigned to unknown._
I found this due to someone having a problem not being able to load large
integers with recfromcsv. After playing with it, I think it is simply ignoring
all the dtype information provided.
[https:... |
I found this due to someone's problem loading large integers with recfromcsv.
After playing with it, I think it is simply ignoring all the dtype information
provided.
Line 1859 in npyio.py, part of recfromcsv() tries to either bring in the
dtypes passed or set None. However, it actually brings in a kwarg that I
coul... | 1 |
**Deepak Kalra** opened **SPR-586** and commented
Hi,
I am in the process of designing the architecture using Spring Framwork.
We are looking for the solution as follows
Client calls the EJB Layer and EJB Layer initiates the transaction management
i.e. Stateless Session Bean with CMT. Stateless Session Bean in ... |
**Rodrigo Urubatan Ferreira Jardim** opened **SPR-1987** and commented
I think some bean definitions are just configuration, as the Data Source,
Transaction Manager, Mail Server, ...
but most of then are the application code, and not configuration.
for the seccond case, I think it would be very easy and clean, t... | 0 |
_Please make sure that this is a bug. As per ourGitHub Policy, we only
address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:bug_template_
**System information**
* Have I written custom code.
* OS Platform and Distribution: Ubuntu 18.04.
* TensorFlow install... |
**System information**
* Have I written custom code (as opposed to using a stock example script provided in TensorFlow): No
* OS Platform and Distribution (e.g., Linux Ubuntu 16.04):Linux Ubuntu 18.04
* Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:
* TensorFlo... | 0 |
Although it's working properly on the left side, on the right side it doesn't
encounter that it's close to the end of the window and a vertical scroll bar
is displayed.
Probably it's the same with tooltip.
http://jsfiddle.net/PRrky/1/
|
I think it would be great to have some CSS for a calendar widget. It may seem
pointless to have CSS without some JS to accompany it. Would it be possible to
have a calendar icon appended to an input that when clicked on would display
the calendar. I know jQuery UI can accomplish this, but it would great if it
matched... | 0 |
* **Electron Version:**
* 5.0.x
* **Operating System:**
* macOS 10.14.5
### Expected Behavior
Electron does not crash at exit.
### Actual Behavior
The notifications are sent well, i use the close() function to avoid
persistence in Notification Center.
By doing this every time I quit the application I... |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for an issue that matches the one I want to file, without success.
### Issue Details
* **Electron Version:**
* 6.... | 0 |
I've run into some unexpected behavior when using `numpy.matmul`. For shape
(2,2) array `ar1` and shape (2,N) array `ar2`, the function's behavior appears
to change unexpectedly with the dimension N.
### Reproducing code example:
import numpy as np
ar1 = np.array([[1,0.1],[-0.1,1]])
ar2 = np.v... |
If I take an array and create a view using newbyteorder, the output from
`tostring` is not byteswapped:
In [2]: import numpy as np
In [3]: x = np.array([1,2,3], dtype=np.int16)
...: y = x.byteswap(False)
...: z = x.newbyteorder('S')
In [4]: print(x.tostring())
b'\x01... | 0 |
Describe what you were doing when the bug occurred:
1. Add interaction tracing with unstable_trace
2. Record a profile, navigate to Profiler > Profiled Interactions
3. Error appears when scrolling view or immediately
## 
at chrome-... | 1 |
> @ I'm running very simple server. But I have some errors. How I can solve
> this? I already updated to deno v1.2.1. But steel have this error.
error: TS2345 [ERROR]: Argument of type 'string | URL' is not assignable to
parameter of type 'string'.
Type 'URL' is not assignable to type 'string'.
return new URL(ur... |
For completeness, we should add Node's `assert` module.
We should also decide whether we want to include its legacy assertion mode, or
if we expect that to be deprecated.
| 0 |
When create a numpy array from a list of integers, if some integers are in
range [2^63, 2^64) and some integers are in range [0, 2^63), we get a numpy
array with `dtype=np.float64` instead of `dtype=np.uint64`.
### Reproducing code example:
import numpy as np
import sys
a = np.array([2**6... |
When `np.array()` or `.asarray()` is used to go from a list of integers,
without specifying a dtype explicitly, it can pick default dtypes including
int64 & uint64. But there's a strange corner case where it defaults to float64
and loses precision, even though all the values could be uint64. Specfically,
this occurs ... | 1 |
#### Code Sample, a copy-pastable example if possible
dr = pd.date_range('20160101', '20161130', freq='4H', tz='America/New_York')
df = pd.DataFrame({'a':np.arange(len(dr)), 'b':np.arange(len(dr))}, index=dr)
dfnov_view = df.loc['2016-11']
drnov = pd.date_range('20161101', '20161130', freq=... |
I'm almost positive I've filed an issue about this before, but I don't find
it. This is a pretty common operation when working with panel data. You want
to merge in some constant values into a DataFrame that has repeated keys but
unique index.
df = pd.util.testing.makeDataFrame() # yes!
df["group"]... | 0 |
I do understand that box-sizing: border-box; is perfect way to go for all box
models but you guys are forgetting yourself or you are just asking Bootstrap
users to drop it.
Instead of applying box-sizing: border-box; where you need it you went the
other way around and just threw this in .
* {
-w... |
The snippet below can be found in bootstrap.css:
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
Using this global css reset is fine as long as someone uses Bootstrap
exclusively. Once third par... | 1 |
Testing #3248

|
#3248
Suggest box is not high contrast friendly

| 1 |
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version** : 0.206.0
**System** : Mac OS X 10.10.3
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: EIO: i/o error, open '/Volumes/DEV - My Staff/system/core.php'
At /opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Re... |
[Enter steps to reproduce below:]
1. have SFTP Net Drive (Free version) map a remote location to drive
2. opened this drive with Atom
3. wrote to a file on local machine without issue
4. changed permissions remotely so i could execute this file
5. atom gives me the jarring red window of erroneous doom
6.... | 1 |
## Problem
I want to some stable functions provided by `std/fs/mod.ts` without enabling
unstable features, but it does not compile.
## Proposal
Separate unstable part of standard libraries from stable part. For example:
`std/fs/mod.ts` will only include stable functions, `std/fs/unstable/mod.ts`
will include all f... |
Parts of the standard library now require the `--unstable` option to function.
I suggest we move all things that use unstable APIs into different files which
are then re-exported by multiple entry points: `mod.ts` and `unstable.ts`.
`unstable.ts` would re export `mod.ts` \+ all unstable features.
| 1 |
This issue was raised at #20421 (comment). We should define clear rules
regarding when it's OK to use `@inbounds` in Base code. Currently the code
seems to be inconsistent.
@JeffBezanson mentioned this: "only use `@inbounds` when you can be certain,
from local information, that all accesses are in bounds." In a stri... |
When one changes the language, it forces packages to choose between using a
new feature and only working on new versions of Julia or not using the feature
but supporting new and old versions. For non-syntactic changes, you can often
work around this with fairly simple conditional definitions. For syntax
changes (whic... | 0 |
When opening the run-inbox by pressing the key(ctrl+space in my case) opens
the run-window. But it is always prefilled with my last input.
In the original wox-implementation there is a option to disable this. Please
merge this into this variant.
|
Instead of the normal search, open PowerToys Run when clicking on the icon on
the taskbar.
If you'd like to see this feature implemented, add a 👍 reaction to this post.
| 0 |
Hi,
I like typesctipt a lot and recently I updated my compiler to version 1.6.
I have some classes that were "abstract" and now I want to use the new keywork
`abstract`
My question is as follow:
In order to scope the ``this` variable I used the following type of methods
when calling them from JQuary/Angular p... |
**TypeScript Version:**
nightly (1.9.0-dev.20160604-1.0)
**Code**
let foo:number|null = 0;
switch(foo) {
case null:
break;
case 0:
console.log('bar');
}
**Expected behavior:**
Null check should be allowed
**Actual behavior:**
Compiler complains "TypeScr... | 0 |
I like to double click words to highlight them. I find if I'm too close to
some punctuation (a period or parentheses, for instance), the highlight grabs
that character too.
.
Related to this, it seems like double click the word in the parents is
includi... | 1 |
MacOS supports multiple desktops. I show window when user taps on tray icon
and hide it when user clicks somewhere else. Is there any way to show window
on current desktop?
Using `setVisibleOnAllWorkspaces` makes window visible on all desktops but
calls to `window.show` still cause switch to the desktop where the wi... |
All major platforms now support workspaces (virtual desktops), we should
probably add a set of workspace related API, so it can:
* get the workspace of window;
* list available workspaces;
* choose which workspace to put the new window;
* move windows between workspaces.
| 1 |
##### Description of the problem
UUID generation in Math.js produces strings stored as concatenated strings in
Firefox and Chrome.
On Chrome 40bytes are used for each component of the final string, creating
heap overhead. In my application with thousands of objects this adds up.
For example, Heap size using Chrome... |
Version r75 and onwards seems to have broken being able to render multiple
point lights on android devices. I have tested this on a few different
devices, with the primary one being my Nexus 5.
As you can see on the attached images only the red light will get rendered.
Android:

number of iterations.
A sample code,
from itertools import count
from scipy.optimize import minimize, rosen
c = count()
def callback(x):... |
If the optimization does not finish early, L-BFGS-B runs 1 iteration more than
requested.
### Reproducing code example:
import itertools
from scipy import optimize
def f(x):
x, y = x
return (1 - x)**2 + 100 * (y - x**2)**2 # Rosenbrock function
counter = itertools.co... | 1 |
I wonder how this one slipped through all this time
When I hit "format code"...
<div>
</div>
becomes
<div>
</div>
Can be seen in #6281. Possibly related to #6271.
|
* create a new .tsx file with content
<div>
</div>
* select all -> format document
**Expected:** formatting stays the same
**Actual:** closing tag is indented

| 1 |
# Examples bug report
## Example name
with-ant-design-less
## Describe the bug
Links doesn't work on production build when using Ant design in pages.
## To Reproduce
Clone repo: https://github.com/watch-janick/next-with-ant-design-less-link-
issue.git
1. Start a production build (npm run build && npm run sta... |
This is bug report
Link does not work with css-module imported. That happens when page with Link
has no css, and linked page has. No errors in console, so im not sure about
reasons, but there is minimal repo to reproduce:
https://github.com/standy/next-css-error
Bug appears in `next@7.0.0` \+ `next-css@1.0.1`,
... | 1 |
I have been using v1.6.1 for a while. Recently I tried to compile the nightly
built and got errors as attached. This is obviously a Fedora problem, as the
nightly built can be compiled on el7 and centos 7. But I post them here,
hoping it can be solved on Julia side.
Many thanks.
/usr/bin/ld: ./codegen... |
git master fails to build on Fedora 34 (with GCC 11). This happens even with a
fresh clone.
$ make
[...]
LINK usr/lib/libjulia-internal.so.1.7
/usr/bin/ld: ./codegen.o: in function `__gnu_cxx::new_allocator<llvm::Type*>::allocate(unsigned long, void const*)':
/usr/include/c++/11/ext... | 1 |
Applying the proposed solutions for client-only modules works for initial
render, but any hot reload causes the client-only module to go become
undefined.
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Client-only modules re-render after a change is... |
It is in my understanding that the `<style jsx>` tag contains an interpolated
string in order allow insertion of variables that can be stored and
manipulated in javascript as in the following example:
const color = 'red';
return (<div>
<p>Hello</p>
<style jsx>
{`
... | 0 |
I'm finding VS Code is fairly hard to use efficiently without an integrated
terminal.
I have to type make repeatedly in a separate bash window (remembering to hit
ctrl-s every time!), and from there, I can't double-click on compile errors to
go to the line+file.
At a minimum, it would be good to have an integrate... |
It would be great if vscode has integrated terminal feature refer vim or atom
https://atom.io/packages/term3
I saw this suggestion pending in
uservoice(https://visualstudio.uservoice.com/forums/293070-visual-studio-
code/suggestions/7752357-integrated-terminal) and repost here since it has
specific repo
| 1 |
Verified that version 4.2.0 works well, so a recent regression. Haven't tried
to create a small example to reproduce, but since it's a recent bugfix version
that should be fairly easy to pinpoint.
|
**Do you want to request a _feature_ or report a _bug_?**
Bug
**What is the current behavior?**
Page load throws console error: `Warning: Stateless function components cannot
be given refs. Attempts to access this ref will fail.null`
// Chrome console
6VM598:27 Warning: Stateless function com... | 0 |
Thanks for #5185 🌹. Would be great if we could get autocomplete support for
string literals
type Foo = "aReallyLong" | "bReallyLong";
let foo:Foo;
foo = "aReallyLong"; // allow me to autocomplete this
refs #5554 (comment)
|
Many JavaScript frameworks are heavily based on using string values to do many
things, from getting and setting attributes via the property name in string
form, to defining event handlers to handle browsing to particular URLs.
TypeScript added specialized signatures in overloads as one means to help
mitigate the pain... | 1 |
I have often had to navigate to `Finder` in order to duplicate files while I
have been working.
I would imagine that duplicating a file is a common way of developing.
Hope to see it in the future :)
|
It's linting all of the downloaded VSCode-linux-x64 folder, .vscode-test
should be ignored.

| 0 |
Programs can have links at multiple locations. If links at one these locations
is deleted, program should be displayed using links from another locations.
## ℹ Computer information
* PowerToys version: 0.23.0
* PowerToy Utility: Run
* Running PowerToys as Admin: no
* Windows build number: [run "winver"]
St... |
## ℹ Computer information
* PowerToys version: 0.21.1
* PowerToy Utility: PT Run
* Running PowerToys as Admin: Yes
* Windows build number: 19041.508
## 📝 Provide detailed reproduction steps (if any)
_(Pre: have`term.cmd` on the path, and a `term.js` file. (See this gist for
contents))_
1. Open PT Runne... | 0 |
When you `curl ip:9200/name/_mappings` (or `_settings`, for example), you get
a response with the JSON object.
But when you do `curl -I ip:9200/name/_mappings`, you get 404.
Why? Because `-I` is not a GET operation, but a HEAD one, and it's not
implemented.
I think this is strange behaviour. According to HTTP prot... |
Today, if a request is executed against an endpoint with a method in the
request line that that endpoint does not support, Elasticsearch responds with
a response like:
{
"error" : {
"root_cause" : [ {
"type" : "illegal_argument_exception",
"reason" : "No feature for na... | 1 |
#![feature(unboxed_closures, unboxed_closure_sugar)]
fn make_adder(a: int, b: int) -> Box<|&:| -> int> {
(box |&:| a + b) as Box<|&:| -> int>
}
fn main() {
println!("{}", make_adder(1, 2).call(()));
}
This code does not compile with this error:
<a... |
#![feature(unboxed_closures)]
use std::ops::FnMut;
fn main() {
let mut zero = |&mut:| {}; zero.call_mut(());
// let mut one = |&mut: _: int| {}; one.call_mut((1,));
}
<anon>:6:46: 6:48 error: mismatched types: expected `()` but found `()` (expected... | 1 |
### Bug report
**Bug summary**
Matplotlib patch 3.1.1 broke imshow() heatmaps. While with version 3.1.0 the
heatmap was plotted correctly, in 3.1.1 the bottom most and the top most
heatmap tiles are cut off.
This can even be seen in the Matplotlib online documentation itself, see links
below.
**Code for reproduc... |
### Bug report
**Bug summary**
The very top and bottom of the heatmaps are getting truncated to 1/2 height in
version `3.1.1`. This does not happen for version `3.0.3`.
This is the code from a Jupyter Notebook
import matplotlib
import pandas as pd
import numpy as np
import seaborn as sb
... | 1 |
I was using Twitter Bootstrap on a recent project and had a page with a body
class of "page_spanish". After a ton of troublshooting, I determined that a
bootstrap selector was picking up the "span" inside of the class and it was
messing up the layout of the page.
Can the selector for this be made more narrow so it w... |
The CSS selector `[class*="span"]` is targeting elements beyond its intended
scope.
In my particular scenario, I have a Wordpress site which adds a class equal to
the post slug to the `body` element. So, when the user creates page entitled
"Spanish", a class of `spanish` is added to the `body` element. And so the
en... | 1 |
If I use icons for all tabs, it's fine:
<ul class="nav nav-tabs">
<li class="active"><a href="#"><i class="icon-xxxxx"></i> Tab 1</a></li>
<li><a href="#"><i class="icon-yyyyy"></i> Tab 2</a></li>
</ul>
However, if I only use icons on some of the tabs, then the active tab without
a... |
If you create a tabbable navigation and add an icon to only one tab, the other
tab(s) have an incorrect height and thus the bottom border is shown.
The following example illustrates the issue:
http://jsfiddle.net/ZCZev/
A temporary solution is to add
<i class="icon-blank"></i>
Inside the tab's... | 1 |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.... |
# Checklist
* I have checked the issues list
for similar or identical bug reports.
* I have checked the pull requests list
for existing proposed fixes.
* I have checked the commit log
to find out if the bug was already fixed in the master branch.
* I have included all related issues and possible dup... | 0 |
In 1.3.0,
struct PatriciaTree {
data: Box<u8>,
child_l: Box<u8>,
}
impl PatriciaTree {
fn delete(&mut self) {
let child = Box::new(PatriciaTree { data: Box::new(5), child_l: Box::new(5) });
let PatriciaTree { data, child_l } = *child;
... |
The following code worked on `0.11` bu no longer works on `master`. Last known
good nightly was August 1st.
struct Foo {
a: Vec<u8>,
b: Vec<u8>
}
fn main() {
let foo = box Foo{a: Vec::new(), b: Vec::new()};
let Foo { a: a, b: b } = *foo;
}
This will cre... | 1 |
As part of the recent changes the Full Stack certificate I had previously
claimed was removed, but the corresponding waypoint was still marked as done,
and this waypoint was reused for the new Back End certificate. I have now
completed the additional API challenges, but when I click through the waypoint
again I don't... |

Challenge http://freecodecamp.com/challenges/waypoint-size-your-images has an
issue. Please describe how to reproduce it, and include links to screenshots
if possible.
| 0 |
With RESTART_ON_UPGRADE disabled (default for at least 1.5.2), the init script
of ES 1.7.x will be unable to restart ES after a Debian package upgrade from
1.5.x or earlier.
This is because the pid file path changed in 1.6.0 (IIRC), so when a user
invokes e.g. `/etc/init.d/elasticsearch restart` after the package ha... |
Using repository install on Ubuntu 14.04 LTS
Sequence to reproduce.
* Install 1.5.2
* Upgrade to 1.6.0
* Run `service elasticsearch stop`
init.d script returns "[ OK ]" (indicates that process has been stopped), but
process list shows process is still running. If you manually kill the process,
the init.d scr... | 1 |
hey,
when trying to download a customized version there is an error while creating
css/less files.
i tried download the customized version with default settings.
thanks.
error file:
A less error occured trying to build your bundle. You've likely entered an
invalid input into the less variable field. Check your ... |
I tested this on the docs page.
If you open a modal, click the close button, then open it again, you
(probably) will not be able to close it with the close button a second time. I
was able to close it by clicking elsewhere on the screen.
:
No.
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.):
... |
**Is this a request for help?** (If yes, you should use our troubleshooting
guide and community support channels, see
http://kubernetes.io/docs/troubleshooting/.): no
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.):
... | 0 |
As of PHP bug https://bugs.php.net/bug.php?id=39992, proc_terminate, used in
Process.php @ line 555 does not terminate children process.
I propose either use a fix described in
http://php.net/manual/en/function.proc-terminate.php , or grouping pids as
"mast at imast dot ru" described in the php.net bug itself.
|
Since PHP internally executes all commands using `sh -c "original cmd"` a call
to `->stop()` does not actually stop our process, but instead stops `sh -c`
while the real process can still continue running.
I'm not sure what the best fix is here, we could add an `exec` call in front
of the command to remove the `sh -... | 1 |
JSON standard (http://json.org/) say, that any entity can be object or array.
When I try:
jsonify(['a','b','c', 'd', 'e', 'f'])
I got an error:
ValueError: dictionary update sequence element #0 has length 8; 2 is required
I think it is not a correct answer from flask. It sh... |
I was suprised to find that jsonify(['hello', 'world']) will raise a TypeError
even though
> [
> "hello",
> "world"
> ]
is valid json.
I think there should be a check to see if the first argument is a list
instance and just do a json dump of the first argument if it is or something
like that.
| 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
Previously reported in #8855. Re-opening with reproducible example.
## Expected Behavior
Selecting MenuItem in Select component connected to redux-form sets redux-form
field value to MenuItem value.
## Current Behavior
R... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior

## Current Behavior
: Linux Ubuntu 16.04)
* Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: all
* TensorFlow installed from (source or binary):source
* TensorFlow version:1.10
* Python version:.3.6... |
Hi,
I'm testing the tf.contrib.learn example in the
https://www.tensorflow.org/get_started/tflearn
But when I executing the statement:
classifier.fit(input_fn=get_train_inputs, steps=2000)
I get the following error logs:
WARNING:tensorflow:From /usr/local/lib/python2.7/dist-
packages/tensorflow/contrib/lea... | 0 |
## Challenge at http://freecodecamp.com/challenges/waypoint-declare-
javascript-variables has an issue. If be more accurate all Basic JS exercises
have that issue.
Just watch screenshot: http://i.imgur.com/IZVEsPL.jpg;
Browser: FF42
|
#### Issue Description
Upon login, the user is brought back to the next challenge. If the challenge
happens to be a project, the page layout is broken and clicking on Map has no
effect.
Steps to reproduce: log out of the beta site, close browser window, and log in
again using email and password.
#### Browser Infor... | 0 |
I'm not sure if this is an issue or whether there is an expected performance
problem with forwarding functions with varargs (or something else). As
suggested in a discourse thread I'm submitting it here as an issue.
The following code run as a script with `-O3`
using InteractiveUtils
function... |
As This worked fine when I downloaded and built Julia 1.0 from source.
However, when I download the julia-1.2.0-full.tar.gz file from
https://github.com/JuliaLang/julia/releases/download/v1.2.0/julia-1.2.0-full.tar.gz,
I can't get it to build on an isolated network. Currently the steps I follow
are:
% tar -xvf julia... | 0 |
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : Yes.
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Windows 10 and macOS High Sierra 10.13.4
* **TensorFlow installed from (source or binary)** : `pip3 install --upgrad... |
### System information
Environment:
* **Python 3.6.2**
* **Tensorflow 'v1.8.0-0-g93bc2e2072' 1.8.0**
* **OS : Windows 7**
* **Exact command to reproduce** :
> ls -R
.:
example/
./example:
subdir/
./example/subdir:
file1 file2
> python
P... | 1 |
Allow to map a shortcut to nothing. So I could remove some of default Windows
shortcuts as for example: win+space.
|
# Summary of the new feature/enhancement
I want to be able to start a web search from the launcher.
Ideally, I'd type `bing power toys` and it would navigate to
`https://www.bing.com/search?q=power+toys` in my default browser.
`google power toys` would go to the equivalent.
The ability to specify the keyword/se... | 0 |
### First Check
* I added a very descriptive title to this issue.
* I used the GitHub search to find a similar issue and didn't find it.
* I searched the FastAPI documentation, with the integrated search.
* I already searched in Google "How to X in FastAPI" and didn't find any information.
* I already read... |
### First Check
* I added a very descriptive title to this issue.
* I used the GitHub search to find a similar issue and didn't find it.
* I searched the FastAPI documentation, with the integrated search.
* I already searched in Google "How to X in FastAPI" and didn't find any information.
* I already read... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.