text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
### Current Behavior:
publishing throws an error
### Expected Behavior:
publish without error
### Steps To Reproduce:
nvm use 15.12.0;
npm publish
0 verbose cli [
0 verbose cli '/home/jonathan/.nvm/versions/node/v15.12.0/bin/node',
0 verbose cli '/home/jonathan/.nvm/versions/node/v15... |
### Current Behavior:
When running `npm publish` the following error appears:
npm ERR! code ERR_INVALID_ARG_TYPE
npm ERR! The "path" argument must be of type string. Received undefined
npm ERR! A complete log of this run can be found in:
npm ERR! /home/xx/.npm/_logs/2021-03-06T09_... | 1 |
In the opencv installation process on Ubuntu 16.04, Error occurs after "make"
command is typed in. The report is in the following:
/home/kangyun/Software/opencv/opencv_contrib-
master/modules/xfeatures2d/test/test_features2d.cpp:51:10: fatal error:
features2d/test/test_detectors_regression.impl.hpp: No such file or ... |
make -j8 error
Scanning dependencies of target opencv_test_ximgproc
/home/zkl/zklcode/code/pycv/opencv_contrib/modules/xfeatures2d/test/test_rotation_and_scale_invariance.cpp:7:82:
fatal error: features2d/test/test_detectors_invariance.impl.hpp: No such file
or directory
compilation terminated.
Scanning depend... | 1 |
### Description
I'm running a Scrapy crawler from PyCharm's Python Console:


In my code (belo... |
Proxy `CONNECT` support is required for https urls to work.
When proxy support was added to Scrapy, urllib still didn't supported
`CONNECT`, but that has been fixed now:
http://bugs.python.org/issue1424152
Now we need to add support to Scrapy (which doesn't use urllib at all).
This link contains useful tips on ho... | 0 |
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version** : 0.182.0
**System** : Mac OS X 10.10
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: ENXIO, no such device or address
'/Users/weldemariam/Projects/experiments/dockerbox/code/airwatch-
redesign/app/templates'
At /U... |
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version** : 0.179.0
**System** : Mac OS X 10.10.1
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: ENXIO, no such device or address
'/Users/tobe/mnt/sprix/monkey/goalstart.git/goalstart/gs_frontend_webview/classes/controller/web/invite/list... | 1 |
* Electron version: 1.4.15 - 1.6.3
* Operating system: Windows
In our app if the users are maximizing the app which is a frameless window,
few pixels around the borders go out of screen, if i inspect the width of the
window it says 1930 on a 1920 resolution, same for height.
|
* Electron version: 1.4.15
* Operating system: Windows 10
### Actual behavior
Height is oversized by exactly 8px consistently (taskbar is set to small
icons).

### How to reproduce
https://github.com/adi518/ele... | 1 |
Is it possible to use `typeof` type query operator to get function's return
type?
|
It would be helpful if the `typeof` keyword were changed to support more
complex expressions, such as function calls.
#### Example
Given the following AngularJS service definition:
module myApp {
function myApiFactory($http: HttpSvc) {
return {
getSetting: (key: string) => $ht... | 1 |
When will an official build of TensorFlow for the latest release be available
for use with OpenCL-enabled graphics cards? Should I fork a version and then
hope to commit? Is this something the core team is interested in because I
have a NVIDIA-enabled iMac that is >3 years old and I cannot accelerate my
computation f... |
I understand TensorFlow only supports CUDA. What would need to be done to add
in OpenCL support?
| 1 |
As per golang-nuts:
I am trying to get vendoring working with submodules which is supposed to be
working according to s/go15vender. The building part works fine but the "go
get" part doesn't.
To reproduce I created a test repo by doing the following:
Created a test package and added a submodule via:
... |
The `createCmd` for the submodules fails. I have clarified upstream if this is
expected to fail. The result is that it is expected to fail as it is currently
in the code. The correct `createCmd` therefore would be:
createCmd: []string{"clone {repo} {dir}", "-C={dir} submodule update --init --recursive"... | 1 |
Hello,
I'm running atom on Linux and I figured out that multi-combination shortcuts
issued within editor does not work anymore. Exemple: split: ctrl-k left works
in atom but not if my caret is in the editor…
|
I have this on Ubuntu 14.04.
When I use the following default keybindings `'.workspace .editor': 'ctrl-k
ctrl-u': 'editor:upper-case'` and `'.workspace .editor': 'ctrl-k ctrl-l':
'editor:lower-case'`, the second ctrl gets registered as a first key press. I
have this with all bindings that have multiple ctrl's.
This... | 1 |
**Context:**
* Playwright Version:
* NuGet: 1.17.3 (installed in the project)
* microsoft.playwright.cli: 1.2.2 (from `dotnet tool list -g`)
* Installed on machine: 1.17.1 (`playwright -V`)
* Operating System: Windows
* .NET version: .NET 6
* Browser: All
**Describe the bug**
When `PWDEBUG` i... |
playwright/packages/playwright-core/src/utils/utils.ts
Line 324 in c510819
| const debugEnv = getFromENV('PWDEBUG') || '';
---|---
the docs say setting `PWDEBUG` to `1` enables the playwright inspector, so one
would assume setting it to `0` disables it
| 1 |
##### System information (version)
* OpenCV => 4.0.1
* Operating System / Platform => Windows 10 64bit
* Compiler => Visual C++ 14.0
##### Detailed description
Hi, this is my first bug report,
I have tried to use this example code:
https://docs.opencv.org/3.4.3/db/da4/samples_2dnn_2text_detection_8cpp-
e... |
Transferred from http://code.opencv.org/issues/3752
|| Vasili Gulevich on 2014-06-14 06:37
|| Priority: Normal
|| Affected: 2.4.9 (latest release)
|| Category: java bindings
|| Tracker: Bug
|| Difficulty:
|| PR:
|| Platform: Any / Any
## BOW*Trainers are missing in J... | 0 |
## 🐛 Bug
I am using both PyTorch 1.5 (stable) and nightly build (1.6.0.dev20200611).
Sometimes I need to run code in v1.5 and use files saved by `torch.save` from
the nightly build.
However, PyTorch 1.5 fails to `torch.load` such files.
## To Reproduce
Steps to reproduce the behavior:
* PyTorch nightly
... |
## 🐛 Bug
This issus is same as #40425, but 40425 can not slove my question, so i reopen
it again ,and add some NOTE.
I am using cusolverDn in c++ and import it to python with pybind11.
After use cusolverDnCreate() and cusolverDnDestroy() with torch,Segment Fault
appear when program destruction.
**NOTE:**
### *... | 0 |
For English only, other languages we will close it directly.
Please answer these questions before submitting your issue. Thanks!
Before submit a new issue, please check existed issue first, to make sure your
issue is not a duplicated one.
### Which version of Sharding-Sphere do you using?
3.0.0.M3
### Which proj... |
version:lastest
config:
server.yaml:
rule:
\- !TRANSACTION
defaultType: XA
providerType: Atomikos
I have two logical databases, sharding_db and sharding_db2;
sharding_db => actual databases ds_0, ds_1
sharding_db2 => actual databases ds_0, ds_1
sharding_sames as sharding_db2
connection2:
mysql> ... | 0 |
##### Description of the problem
ThreeJS editor does not have enough tools to animate or apply effects to the
3D models. Hence, I guess, this might come as a new feature request, to
increase the tools/options inside the editor such that almost everything can
be performed using the editor's GUI alone.
##### Browser
... |
##### Description of the problem
There are several features of `THREE` that aren't accessible from the Editor.
When I say accessible, I mean combination of:
* properties are not visible for editing
* objects not being able to be created
* objects not being able to be imported or exported.
Ideally, the Editor... | 1 |
since the early versions on atom this version's start up time is very much i
know all these features take some time to load but this is quite too much ,
which is not good for text editor .
please fix this start up time issue.
thanks in advance
|
Hi, i have used Textmate for a loong long time. But also as a big fan of new
things, i decided to try Atom for curiosity purposes.
It turns out that i found Atom a great platform for day-by-day development,
and im using it Atom now. But theres one thing annoying me:
I usually open Atom using the Shell command "atom... | 1 |
Here is the error:
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
thread 'rustc' panicked at 'Unexpected type returned... |
`rustc` is not checking that all types that are put into a sized-context are
in fact sized.
Consider for example:
pub enum BsonValue {
A([u8]),
B([BsonValue]),
}
pub fn set_value(_v:&BsonValue)
{
}
fn main()
{
}
This yields an ICE:
... | 1 |
### System info
* Playwright Version: [v1.34.2]
* Operating System: [All]
* Browser: [Chromium,Firefox,Webkit]
* Other info:[Not working with Chromium & Webkit, Working with Firefox]
### Source code
*
test.only("verify Klaviyo integration Modified", async ({ page }) => {
let help:st... |
**Context:**
## System:
* OS: Windows 10 10.0.19043
## Binaries:
* Node: 12.13.1 - C:\Program Files\nodejs\node.EXE
* Yarn: 1.19.1 - ~\AppData\Roaming\npm\yarn.CMD
* npm: 6.14.2 - C:\Program Files\nodejs\npm.CMD
## Languages:
* Bash: 4.4.20 - C:\WINDOWS\system32\bash.EXE
## npmPackages:
* playwrig... | 1 |
React version:
## Steps To Reproduce
1. 2.
Link to code example:
## The current behavior
## The expected behavior
|
React version: 16.11.0
Firefox: 73.0.1
OS: MacOS 10.15.3
Project: argu.co
## Steps To Reproduce
1. Open argu.co in Firefox 73.01 on a Mac with Devtools installed
2. Open devtools (cmd + opt + i), no react devtools shown
Other react pages work fine in Firefox, and argu.co works fine in Chrome, too!
| 0 |
**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
... |
**I'm submitting a ...**
[x] bug report
[ ] feature request
[ ] support request
**Current behavior**
When defining a @HostBinding on an attribute directive referring to an @input
property of the host component, it does not update the host property after
changing the value.
**Expected/de... | 1 |
I am using Julia 1.6.0-rc1. As stated at
https://docs.julialang.org/en/v1/manual/embedding/, I made the necessary
settings in Visual Studio 2019, but when I compile the code, I get the error
'jl_atomic_load_relaxed: identifier not found.'
Code:
#include <uv.h>
#include <Windows.h>
#include <ju... |
I get a host of compile errors (about 30) by trying to compile the simple
"Embedding Julia in C++" https://docs.julialang.org/en/v1/manual/embedding/.
Here are the first 5:
1>C:\Users\VitalRoberto\AppData\Local\Programs\Julia-1.7.0-beta4\include\julia\julia_threads.h(321,5):
error C2065: ‘__ATOMIC_SEQ_CST’: undecla... | 1 |
### Bug report
**Bug summary**
The `ImageGrid` class seems to not behave correctly since the upgrade to
matplotlib `3.0.0` when the `inline` backend is used in a Jupyter notebook:
the resulting subplots fail to arrange in a grid and are placed on top of
eachother. The correct behaviour is reproduced if using the `n... |
### Bug report
**Bug summary**
When setting bbox_inches='tight' in savefig function, the colorbar is plotted
in the wrong way.
**Code for reproduction**
import matplotlib.pyplot as plt
import numpy as np
from mpl_toolkits.basemap import Basemap
outfile = r'E:\wrong.tif'
# r... | 1 |
the following code worked within symfony 2.8 (patch action), after updating to
symfony 3.2 i always get into the if statement, even if there are no errors.
calling the validator myself, would tell everything is fine.
$form = $this->createForm(UserType::USER_UPDATE, $user);
$form->submit($request->r... |
Bundle B overrides bundle A with
public function getParent() {
return 'ABundle';
}
Twig templates exist in
ABundle/Resources/view/Controller/view.html.twig
BBundle/Resources/view/Controller/view.html.twig
No controllers are overridden, only a twig layout.
When adding a test in ... | 0 |
## 🐛 Bug
LSTM cell with bias produces "expected scalar type Half but found Float" error
when called within an autocast context.
## To Reproduce
import torch
import torch.nn as nn
from torch.cuda.amp import *
dev = 'cuda'
net = nn.LSTMCell(3, 3, bias=True).to(dev)
x = torch.randn(... |
#42385 fixes cudnn RNNs with `torch.cuda.amp.autocast` but it appears the
cell-based RNN API is also broken:
https://discuss.pytorch.org/t/runtimeerror-expected-scalar-type-half-but-
found-float/91628
I thought cell-based RNNs were implemented in terms of autograd-exposed
primitive ops (gemms, etc) already covered... | 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: macOs Sierra
* Java version: JDK 1.8
### Steps to reproduce th... |
* 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-SNAPSHOT
### Steps to reproduce this issue
https://github.com/apache/dubbo/blob/master/dubbo-... | 0 |
ERROR: type should be string, got "\n\nhttps://storage.googleapis.com/kubernetes-\njenkins/logs/kubernetes-e2e-gke/8128/\n\nMultiple broken tests:\n\nFailed: [k8s.io] Services should be able to up and down services {Kubernetes\ne2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:278\n Expected error:\n <*errors.StatusError | 0xc820ac2380>: {\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 services service1)\",\n Reason: \"Forbidden\",\n Details: {\n Name: \"service1\",\n Group: \"\",\n Kind: \"services\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Forbidden: \\\"/api/v1/namespaces/e2e-tests-services-l8pz3/services/service1\\\"\",\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 services service1)\n not to have occurred\n \n\nIssues about this test specifically: #26128\n\nFailed: [k8s.io] Kubernetes Dashboard should check that the kubernetes-\ndashboard instance is alive {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 | 0xc820c60c00>: {\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-kubernetes-dashboard-1jquj/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\nIssues about this test specifically: #26191\n\nFailed: [k8s.io] Pods should invoke init containers on a RestartAlways pod\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:122\n Expected error:\n <*errors.StatusError | 0xc820cf6c80>: {\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-pods-eqzj1/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] ResourceQuota should create a ResourceQuota and ensure its\nstatus is promptly calculated. {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:123\n May 30 21:59:29.917: Couldn't delete ns \"e2e-tests-resourcequota-5uuju\": the server does not allow access to the requested resource (delete namespaces e2e-tests-resourcequota-5uuju)\n \n\nFailed: [k8s.io] Kubectl client [k8s.io] Kubectl label should update the label\non a resource [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 | 0xc820544700>: {\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-kubectl-26k49/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] EmptyDir wrapper volumes should becomes running {Kubernetes\ne2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/empty_dir_wrapper.go:179\n May 30 22:00:12.827: unable to delete secret emptydir-wrapper-test-3b3fab64-26ec-11e6-8519-0242ac11000b: the server does not allow access to the requested resource (delete secrets emptydir-wrapper-test-3b3fab64-26ec-11e6-8519-0242ac11000b)\n \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 | 0xc820a23d80>: {\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-iggv0/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] Deployment RollingUpdateDeployment should scale up and down\nin the right order {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 | 0xc820c9aa80>: {\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-deployment-lcd5u/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] Kubectl client [k8s.io] Kubectl rolling-update should support\nrolling-update to same image [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:931\n Expected error:\n <*errors.errorString | 0xc8202b1790>: {\n s: \"Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.155.153.5 --kubeconfig=/workspace/.kube/config rolling-update e2e-test-nginx-rc --update-period=1s --image=gcr.io/google_containers/nginx:1.7.9 --image-pull-policy=IfNotPresent --namespace=e2e-tests-kubectl-sm17p] [] <nil> Created e2e-test-nginx-rc-dcb996e27755d3f584088354756126d4\\nScaling up e2e-test-nginx-rc-dcb996e27755d3f584088354756126d4 from 0 to 1, scaling down e2e-test-nginx-rc from 1 to 0 (keep 1 pods available, don't exceed 2 pods)\\nScaling e2e-test-nginx-rc-dcb996e27755d3f584088354756126d4 up to 1\\nScaling e2e-test-nginx-rc down to 0\\nUpdate succeeded. Deleting old controller: e2e-test-nginx-rc\\n Error from server: the server does not allow access to the requested resource (delete replicationControllers e2e-test-nginx-rc)\\n [] <nil> 0xc820789660 exit status 1 <nil> true [0xc82094ec80 0xc82094ec98 0xc82094ecb0] [0xc82094ec80 0xc82094ec98 0xc82094ecb0] [0xc82094ec90 0xc82094eca8] [0x9e4f10 0x9e4f10] 0xc820b1b2c0}:\\nCommand stdout:\\nCreated e2e-test-nginx-rc-dcb996e27755d3f584088354756126d4\\nScaling up e2e-test-nginx-rc-dcb996e27755d3f584088354756126d4 from 0 to 1, scaling down e2e-test-nginx-rc from 1 to 0 (keep 1 pods available, don't exceed 2 pods)\\nScaling e2e-test-nginx-rc-dcb996e27755d3f584088354756126d4 up to 1\\nScaling e2e-test-nginx-rc down to 0\\nUpdate succeeded. Deleting old controller: e2e-test-nginx-rc\\n\\nstderr:\\nError from server: the server does not allow access to the requested resource (delete replicationControllers e2e-test-nginx-rc)\\n\\nerror:\\nexit status 1\\n\",\n }\n Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.155.153.5 --kubeconfig=/workspace/.kube/config rolling-update e2e-test-nginx-rc --update-period=1s --image=gcr.io/google_containers/nginx:1.7.9 --image-pull-policy=IfNotPresent --namespace=e2e-tests-kubectl-sm17p] [] <nil> Created e2e-test-nginx-rc-dcb996e27755d3f584088354756126d4\n Scaling up e2e-test-nginx-rc-dcb996e27755d3f584088354756126d4 from 0 to 1, scaling down e2e-test-nginx-rc from 1 to 0 (keep 1 pods available, don't exceed 2 pods)\n Scaling e2e-test-nginx-rc-dcb996e27755d3f584088354756126d4 up to 1\n Scaling e2e-test-nginx-rc down to 0\n Update succeeded. Deleting old controller: e2e-test-nginx-rc\n Error from server: the server does not allow access to the requested resource (delete replicationControllers e2e-test-nginx-rc)\n [] <nil> 0xc820789660 exit status 1 <nil> true [0xc82094ec80 0xc82094ec98 0xc82094ecb0] [0xc82094ec80 0xc82094ec98 0xc82094ecb0] [0xc82094ec90 0xc82094eca8] [0x9e4f10 0x9e4f10] 0xc820b1b2c0}:\n Command stdout:\n Created e2e-test-nginx-rc-dcb996e27755d3f584088354756126d4\n Scaling up e2e-test-nginx-rc-dcb996e27755d3f584088354756126d4 from 0 to 1, scaling down e2e-test-nginx-rc from 1 to 0 (keep 1 pods available, don't exceed 2 pods)\n Scaling e2e-test-nginx-rc-dcb996e27755d3f584088354756126d4 up to 1\n Scaling e2e-test-nginx-rc down to 0\n Update succeeded. Deleting old controller: e2e-test-nginx-rc\n \n stderr:\n Error from server: the server does not allow access to the requested resource (delete replicationControllers e2e-test-nginx-rc)\n \n error:\n exit status 1\n \n not to have occurred\n \n\nIssues about this test specifically: #26138\n\nFailed: [k8s.io] ResourceQuota should create a ResourceQuota and capture the\nlife of a nodePort service. {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/resource_quota.go:170\n Expected error:\n <*errors.StatusError | 0xc820b67280>: {\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 resourceQuotas)\",\n Reason: \"Forbidden\",\n Details: {\n Name: \"\",\n Group: \"\",\n Kind: \"resourceQuotas\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Forbidden: \\\"/api/v1/namespaces/e2e-tests-resourcequota-fegyh/resourcequotas\\\"\",\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 resourceQuotas)\n not to have occurred\n \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/horizontal_pod_autoscaling.go:89\n Expected error:\n <*errors.errorString | 0xc8208e86b0>: {\n s: \"error while stopping RC: rc-light: error getting replication controllers: error getting replication controllers: the server does not allow access to the requested resource (get replicationControllers)\",\n }\n error while stopping RC: rc-light: error getting replication controllers: error getting replication controllers: the server does not allow access to the requested resource (get replicationControllers)\n not to have occurred\n \n\nFailed: ThirdParty resources Simple Third Party creating/deleting thirdparty\nobjects works [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 | 0xc820d04a80>: {\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-thirdparty-lwrey/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] ResourceQuota should create a ResourceQuota and capture the\nlife of a replication controller. {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/resource_quota.go:446\n Expected error:\n <*errors.StatusError | 0xc820721b00>: {\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 resourceQuotas test-quota)\",\n Reason: \"Forbidden\",\n Details: {\n Name: \"test-quota\",\n Group: \"\",\n Kind: \"resourceQuotas\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Forbidden: \\\"/api/v1/namespaces/e2e-tests-resourcequota-k902n/resourcequotas/test-quota\\\"\",\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 resourceQuotas test-quota)\n not to have occurred\n \n\nFailed: [k8s.io] Monitoring should verify monitoring pods and all cluster\nnodes are available on influxdb using heapster. {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 | 0xc820ca8200>: {\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-monitoring-cwb43/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] Kubectl client [k8s.io] Kubectl run rc should create an rc\nfrom 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:122\n Expected error:\n <*errors.StatusError | 0xc82108c200>: {\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-kubectl-jnzee/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] LimitRange should create a LimitRange with defaults and\nensure pod has those defaults applied. {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/limit_range.go:102\n Expected error:\n <*errors.StatusError | 0xc820d4a100>: {\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 limitRanges)\",\n Reason: \"Forbidden\",\n Details: {\n Name: \"\",\n Group: \"\",\n Kind: \"limitRanges\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Forbidden: \\\"/api/v1/namespaces/e2e-tests-limitrange-oqlsl/limitranges\\\"\",\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 limitRanges)\n not to have occurred\n \n\nFailed: [k8s.io] hostPath should support r/w {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 | 0xc820710a80>: {\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-hostpath-7a3pj/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] ResourceQuota should create a ResourceQuota and capture the\nlife of a service. {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 | 0xc820e52200>: {\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-resourcequota-7p8c7/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] 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/service.go:142\n Expected error:\n <*errors.StatusError | 0xc8209e6d00>: {\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 (delete pods pod1)\",\n Reason: \"Forbidden\",\n Details: {\n Name: \"pod1\",\n Group: \"\",\n Kind: \"pods\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Forbidden: \\\"/api/v1/namespaces/e2e-tests-services-g1atj/pods/pod1\\\"\",\n Field: \"\",\n },\n ],\n RetryAfterSeconds: 0,\n },\n Code: 403,\n },\n }\n the server does not allow access to the requested resource (delete pods pod1)\n not to have occurred\n \n\nFailed: [k8s.io] Deployment deployment should delete old replica sets\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:122\n Expected error:\n <*errors.StatusError | 0xc820e4c800>: {\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-deployment-0554g/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] ConfigMap should be consumable from pods in volume as non-\nroot [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 | 0xc820ca8200>: {\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-configmap-bee9d/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] Probing container with readiness probe that fails should\nnever be ready and never restart [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/container_probe.go:111\n May 30 22:00:49.185: expecting wait timeout error but got: the server has asked for the client to provide credentials (get pods test-webserver-439b498d-26ec-11e6-8eae-0242ac11000b)\n \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/pods.go:407\n kubelet never observed the termination notice\n Expected error:\n <*errors.errorString | 0xc8200b9060>: {\n s: \"timed out waiting for the condition\",\n }\n timed out waiting for the condition\n not to have occurred\n \n\nIssues about this test specifically: #26224\n\nFailed: [k8s.io] Deployment RecreateDeployment should delete old pods and\ncreate new ones {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 | 0xc820bd6c00>: {\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-deployment-y5mod/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] 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/configmap.go:153\n May 30 22:00:17.478: unable to delete configMap configmap-test-upd-1fcb7090-26ec-11e6-85ad-0242ac11000b: the server does not allow access to the requested resource (delete configmaps configmap-test-upd-1fcb7090-26ec-11e6-85ad-0242ac11000b)\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:122\n Expected error:\n <*errors.StatusError | 0xc820ac0280>: {\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-kubectl-yydla/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] 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:122\n Expected error:\n <*errors.StatusError | 0xc820c3a480>: {\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-kubectl-dvbap/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] 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:123\n May 30 21:59:10.308: Couldn't delete ns \"e2e-tests-deployment-5dt68\": the server does not allow access to the requested resource (delete namespaces e2e-tests-deployment-5dt68)\n \n\nFailed: [k8s.io] Deployment deployment should support rollback {Kubernetes e2e\nsuite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/deployment.go:76\n Expected error:\n <errors.aggregate | len:2, cap:2>: [\n {\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 replicasets.extensions test-rollback-deployment-2791939565)\",\n Reason: \"Forbidden\",\n Details: {\n Name: \"test-rollback-deployment-2791939565\",\n Group: \"extensions\",\n Kind: \"replicasets\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Forbidden: \\\"/apis/extensions/v1beta1/namespaces/e2e-tests-deployment-zg552/replicasets/test-rollback-deployment-2791939565\\\"\",\n Field: \"\",\n },\n ],\n RetryAfterSeconds: 0,\n },\n Code: 403,\n },\n },\n {\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 replicasets.extensions test-rollback-deployment-707960274)\",\n Reason: \"Forbidden\",\n Details: {\n Name: \"test-rollback-deployment-707960274\",\n Group: \"extensions\",\n Kind: \"replicasets\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Forbidden: \\\"/apis/extensions/v1beta1/namespaces/e2e-tests-deployment-zg552/replicasets/test-rollback-deployment-707960274\\\"\",\n Field: \"\",\n },\n ],\n RetryAfterSeconds: 0,\n },\n Code: 403,\n },\n },\n ]\n [the server does not allow access to the requested resource (get replicasets.extensions test-rollback-deployment-2791939565), the server does not allow access to the requested resource (get replicasets.extensions test-rollback-deployment-707960274)]\n not to have occurred\n \n\nFailed: [k8s.io] ReplicationController should serve a basic image on each\nreplica with a public 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:122\n Expected error:\n <*errors.StatusError | 0xc8204c8080>: {\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-replication-controller-i1wmt/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\n" |
Inside portforwardtester container in portforwardtester.go line 52
listener, err := net.Listen("tcp", fmt.Sprintf("localhost:%s", bindPort))
It causes app to only listen on the local interface, its not the problem with
namespace based runtimes cause we can use nsenter.
With hypervisor based r... | 0 |
## [SIP-37] Proposal to implement CSS-in-JS using Emotion 👩🎤
### Motivation
Superset has been built with React components utilizing a few layers of
styling. Most components are build using React-Bootstrap (v0.31), which is in
turn built on Bootstrap 3. Bootstrap 3 is built using LESS, and is
themed/overridden in... |
I am not able to add different formula type annotation layer that the initial.
That's because when I choose dropdown option in modal then modal disappears.
### Expected results
Should not disappear.
### Actual results
Disappears.
#### Screenshots
disappear.mov
#### How to reproduce the bug
Go to charts
open... | 0 |
We need a way to export macros from modules and import them in other modules.
Currently we either prepend a string of macro definitions to every file, such
as with `debug!`, `error!`, etc., or we just copy and paste the macros we
need. This second approach leads to code duplication and lots of subtly
different imple... |
Compiler version:
rustc 0.13.0-nightly (399ff259e 2014-11-20 00:27:07 +0000)
binary: rustc
commit-hash: 399ff259e18c1061aa4ea60856fcecb486d36624
commit-date: 2014-11-20 00:27:07 +0000
host: x86_64-unknown-linux-gnu
release: 0.13.0-nightly
Error with backtrace:
<... | 0 |
**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
... |
**I'm submitting a ...** (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
**Current behavior**
The code contained in `modules/@angu... | 0 |
I've copied the code in question from logging.jl here:
_log_record_ids = Set{Symbol}()
# Generate a unique, stable, short, human readable identifier for a logging
# statement. The idea here is to have a key against which log records can be
# filtered and otherwise manipulated. The key shou... |
As discussed on discourse https://discourse.julialang.org/t/custom-updating-
binary-operator/29301
Would there be interest in adding support for other updating binary operators?
For example, it would be nice to be able to write `a ∪= b`
Aside from set union and intersection, are there any other candidates?
| 0 |
Testing #6654
The escape key surfaces to the workbench, closing the terminal. This is bad in
situations where commands really need the escape key, such as vim.
|
Integrated terminal master issue: #143
Open question: Currently pressing `esc` will hide the terminal, this can be a
problem for some terminal programs, for example `vim`. Perhaps this should be
configurable?
| 1 |
How to mix table and expandable panel.
I am trying to use expandable panels inside the row of the table body to
expand to show more information but always get an error stating:
Warning: validateDOMNesting(...): <div> cannot appear as a child of <tbody>.
I understand this is is a html thing and there might not be a... |
After installing latest React package 0.14.0, trying install the latest
material-ui (as of this post 0.12.3), the material-ui package install fails.
`npm ERR! peerinvalid The package react does not satisfy its siblings'
peerDependencies requirements!`
`npm ERR! peerinvalid Peer material-ui@0.12.3 wants react@~0.13... | 0 |
When building an application compiled using babel, lots of developer use the
`runtime` transformer but still requires the polyfills for ES6+ definitions.
The application's package is generally similar to:
{
"dependencies": {
"babel-runtime": "^5.0.0"
},
"devDependencies": {
... |
## Bug Report
**Current Behavior**
Error while compile:
$ babel index.js
Error: We don't know what to do with this node type. We were previously a Statement but we can't fit in here?
at NodePath.insertBefore (C:\workspace\babel-bug-report\node_modules\@babel\traverse\lib\path\modificatio... | 0 |
##### System information
* OpenCV => 4.5.5
* Operating System / Platform => Windows 64 Bit lstc
* opencv dll Compiler => MSVC 2017
* Devlop IDE Compiler : Qt 6.2.4 MSVC 2019 64Bit
* Note: Binary files (dll) obtained using the exe installation package downloaded from the official website
##### Detailed des... |
* OpenCV => 4.1.1
* Operating System / Platform = OpenWrt
* Compiler => GCC9 + uClibc-ng
uClibc-ng does not export several C++11 functions into the std namespace. As a
result, I currently use this patch:
diff --git a/modules/gapi/include/opencv2/gapi/core.hpp b/modules/gapi/include/opencv2/gapi/... | 0 |
OS: windows7 & 10
electron version: V7+
dialog.showMessageBox options noLink not work
|
dialog.showMessageBoxSync(getCurrentWindow(), {
type: "question",
title: "test title",
message: "test message",
buttons: ["OK", "Cancel"],
defaultId: 0,
cancelId: 1,
noLink: true
})
| 1 |
Other editors provide a shortcut to duplicate the current selection, or if
nothing is selected duplicate the whole line (actually the actions of
`copyLinesDownAction` and `copyLinesUpAction`).
|
_From@guillermooo on November 8, 2015 12:55_
From the docs, it seems that extensions need to include the key bindings in
the manifest proper. For extensions that will contribute a lot of key
bindings, it may be more convenient to include _files_ of key binding
definitions.
Example:
...
"contribu... | 0 |
Using the method described at
http://docs.celeryproject.org/en/latest/userguide/workers.html#pool-restart-
command only restart 1 process in the worker's process pool but not all. The
other processes _may_ restart only after the worker received other tasks. How
can I make sure all the processes of the worker are rest... |
# 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.... | 0 |
Include an option to toggle between whether the search bar retains the last
search input or clears when it is brought up consecutively.
|
## 📝 Provide a description of the new feature
I am not sure if it is already possible and I just cannot find it or if it is
not possible yet, but I would really like the option to be able to lock the
search bar of the PowerToysRun function. So that will open always on the
location on the desktop. Now, when I drag t... | 0 |
**System information**
* OS Platform and Distribution (e.g., Linux Ubuntu 16.04):WINDOWS 7 64
* Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:
* TensorFlow installed from (source or binary): source
* TensorFlow version: r1.11
* Python version: 3.7
* Install... |
### 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)** : Linux Ubuntu 16.04.5 LTS
* **Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy)** : N/A
* **TensorFlow insta... | 0 |
The spec calls for a menu in the "cut/copy/paste" toolbar with additional
options for search/share/translate. It's unclear to me whether these 3 extra
options are fixed, or whether the application can decide which options to
provide.
In any case, we have no support for the `more` menu. We'll need to add it,
along wi... |

| 0 |
The command we use in CI
msbuild PowerToys.sln /p:Configuration=Release /p:Platform=x64
duplicates some resources used by PT Run and ColorPicker, saving them in
`x64\Release\` instead of just saving them in
`x64\Release\modules\%module_name%\`
|
# Summary of the new feature/enhancement
I run an ultra-wide monitor and have previously used another utility to allow
me to create custom Aero Snap-like functionality. That utility has what I can
best describe as overlapping zones, such that I'd have the ability to do what
FancyZones would describe as 2 columns (ea... | 0 |
Dropdown menu is not completely visible on mobile. I tried adding z-index but
it still doesn't.
Here is the JSFiddle: http://jsfiddle.net/HdgtL/3/
|
If i put a dropdown inside a table cell, and i put the table in a div.table-
responsive, and I put everything inside a panel, the dropdown of the last row
is invisible due to y-overflow: hidden; at low resolutions
If I manually set the y-overflow to scroll, the problem is resolved in Chrome
(desktop), but my Android... | 1 |
# Environment
Windows build number: [run "ver" at a command prompt]
PowerToys version: v0.19.0
PowerToy module for which you are reporting the bug (if applicable): installer
# Steps to reproduce
This has occurred on both v0.18.2 and v0.19.0
When installing the program, it pauses about ... |
Windows build number: 10.0.19041.264
PowerToys version: v0.18.1
PowerToy module for which you are reporting the bug: auto update
The update program requires to disable the Microsoft Store, Microsoft Text
Input Application, Mail which are run at background. I can manually kill the
process fo... | 1 |
Currently, we are able to upload individual file using `setInputFiles`method .
Similarly, we are looking for a method to upload a folder like
`setInputFolder`. This will be useful for many projects.
Please let me know if further information is required.
|
The following test fails in Chromium:
const response = await page.goto(server.EMPTY_PAGE);
expect(response.ok()).toBe(true);
expect(response.request().headers()['referer']).toBe(server.EMPTY_PAGE);
The headers look like this:
[
{
"name": "Upgrade-Insecure-Req... | 0 |
I don't know if its a known issue but `*if` and `switch` are not working in
dart2js (work on Dartium as expected), Chrome console throws an Invalid
argument(s) error.
example app:
import 'package:angular2/angular2.dart';
// These imports will go away soon:
import 'package:angular2/src/ref... |
This came up originally in #1267 where the `Compiler` was requesting a setter
for `if` from the template defined on App in this file.
Flagging @yjbanov here since he has more context than I do.
| 1 |
Run once pods are not well accounted for by the current quota system, because
run-always pods can absorb the quota and prevent jobs from running (builds,
scheduled tasks). We discussed today a "pods per unit time" measure with "max
run once pods" that allow for users to run short jobs in parallel or over a
longer tim... |
This is, essentially, a deliberate duplicate of #30495, which was closed by
the requester before the underlying issue was resolved. In short, current
versions of Kubernetes (I'm using 1.3.7) fail when using `kube-up.sh` to
create a cluster under AWS, but incorrectly report success. This leaves some
AWS resources (VPC... | 0 |
## Environment info
* `transformers` version:3.4.0
* Platform:linux
* Python version:3.6
* PyTorch version (GPU?):1.6 cuda10
* Tensorflow version (GPU?):
* Using GPU in script?:
* Using distributed or parallel set-up in script?:
When I try to train roberta-wwm from scratch for my dataset , I get this ... |
While fine-tuning BERT with the new script I am facing the issue as follows:
Traceback (most recent call last):
File "run_mlm.py", line 310, in <module>
main()
File "run_mlm.py", line 259, in main
load_from_cache_file=not data_args.overwrite_cache,
File "/home/ai-stude... | 1 |
### Describe the bug
I am passing data normalized using MinMaxScaler to DBSCAN's fit_predict. My
data is very small (12 MB, around 180,000 rows and 9 columns). However while
running this, the memory usage quickly climbs up and the kernel gets killed (I
presume by OOM killer). I even tried it on a server with 256 GB ... |
Scikit learn has two nearly identical ways of performing spectral clustering:
* a `SpectralClustering` class
* a `spectral_clustering` method
The slightly divergent docs and function call signatures are confusing, I
think. Both of these live in the same file (clustering/spectral.py), and with
mostly identical d... | 0 |
The following code causes an ICE using the latest nightly.
#![feature(associated_consts)]
pub trait Test {
const LENGTH: usize;
fn method(array: [i32; Self::LENGTH]) { }
}
fn main() { }
Running with RUST_BACKTRACE=1 gives
thread ... |
Unprioritized list of automation tasks.
* bundling mingw #11782
* fully test windows #16457
* rev1 mingw-w64 64-bit toolchain #17394
* rust/cargo install #16456
* release channel #16677
* out of sync nightlies #14431
* feature staging #16678
* valgrind #13217
* testing 32 bit on distcheck #17344
... | 0 |
Is this expected?
>>> x = [None]
>>> x[0] = x
>>> x
[[...]]
>>> import numpy as np
>>> np.array(x)
array([[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[...]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]], dtype=object)
>>> a = np.array(x)
>>> a.shape
(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, ... |
I grant that this one is quite abusive, but bugs that lead to this problem
_can_ happen:
$ ipython3 --pylab
Python 3.5.0 (default, Nov 20 2015, 16:20:41)
Type "copyright", "credits" or "license" for more information.
IPython 4.0.0 -- An enhanced Interactive Python.
? -> In... | 1 |
Probably this is by design, but typing such as zone.js, es6-shim and so on are
not referenced anymore. You can easily get around this by installing these
typings yourself, but there seems to be some issues with a `BrowserNodeGlobal`
that is missing and zone.js referencing a es6-promise which if installed will
conflic... |
**I'm submitting a**
* Bug Report
> Issue still appears after #15215 being merged
**Current behavior**
Metadata file when using `flatModuleOutFile` is empty on Windows
{"__symbolic":"module","version":3,"metadata":{},"importAs":"@angular/material"}
**Expected behavior**
Metadata file should co... | 0 |
frameless window maximize / unmaximize event may cause a error on windows.
it unable to reproduce stable, maybe a GC problem?
screenshot:
https://ygobbs.com/t/%E7%AA%97%E5%8F%A3%E5%81%9A%E5%A4%A7%E5%8C%96%E5%90%8E%E5%86%8D%E6%AC%A1%E7%82%B9%E5%87%BB%E6%97%A0%E6%B3%95%E7%BC%A9%E5%B0%8F%E5%9B%9E%E5%8E%9F%E6%9D%A5%E5... |
Hi,
I am building a simple one page electron app with a simple HTML page with a
menu using sample code shown here:
[https://github.com/atom/electron/blob/master/docs/api/menu.md]
But I am getting a javascript error on SECOND page reload on a simple electron
app. Note that this error only comes if I reload the app ... | 1 |
# Environment

Sorry for the screenshot and not text, but I can't copy
# Steps to reproduce
Connect to windows from a mac with Microsoft Remote Desktop and the "Use Mac
Shortcuts for Cut, Copy, and Paste" op... |
# Description of the new feature
Allow tabs to be dragged to the left or right of the tab around them, like
browser tabs.
| 0 |
## Babelrc, v6.11.4
"babel": {
"plugins": [
"transform-async-to-generator",
"transform-es2015-modules-commonjs",
"transform-export-extensions"
],
"presets": [
"es2016"
]
}
## Error:
SyntaxErr... |
> Issue originally made by Dmitriy Krasnikov (dmitriy.krasnikov)
### Bug information
* **Babel version:** 6.3.26
* **Node version:** 5.3
* **npm version:** 3.3.12
### Options
{
plugins:[
"transform-async-to-generator",
]
}
### Input code
export clas... | 1 |
**System information**
* Have I written custom code (as opposed to using a stock example script provided in TensorFlow): No -- using https://github.com/tensorflow/custom-op (But it breaks for addons too)
* OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu16.04
* TensorFlow installed from (source... |
It seems if I have cpp custom op in a python function and I pass the python
function to tf.data.Dataset.map it will crush.
If I only call this python function outside, It will be ok.
I've spend a whole afternoon to find the bug. I'm really mad about this bug.
Have I written custom code (as opposed to using a sto... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
This is a really minor issue. But I think it should be fixed to add that final
touch 😏 Just tell me if you want this to be corrected and I'll send a PR this
weekend. Thanks for making this lib! ❤️
## Expected Behavior
`<Ta... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
`npm run flow` should yield no errors with the latest `flow-bin` on master.
## Current Behavior
Lots of errors, primarily around HoCs and defaultProps. It looks like `react-
flow-types` needs upgrading... | 0 |
#### Code Sample, a copy-pastable example if possible
df = pd.DataFrame.from_dict({'A': {(42, 'foo', 4): 0, (42, 'foo', 9): 0},
'B': {(42, 'foo', 4): 0, (42, 'foo', 9): 0},
'C': {(42, 'foo', 4): 0, (42, 'foo', 9): 0},
'D': {(42, 'foo', 4): 0, (42, 'foo', 9): 0},
'E': {(42, 'foo'... |
Under Windows 8 (x64), with Pandas v0.17.0 (from Anaconda) and up,
Pandas.DataFrame.where() function is found to behave sporadically, sometimes
returning the expected result and sometimes returning a dataframe filled with
zeros.
The following code demonstrates this behavior, observed for dataframes that
have larger ... | 0 |
# Bug report
If you declare shared modules that consist of multiple internal libraries, and
define shareKey for this module, you may get run-time JS exceptions `Type
error: fn is not a function`, because ModuleFederationPlugin will register
more internal libraries under the same shareKey, which will make some shared... |
# Bug report
**What is the current behavior?**
When using Module Federation, sharing a dependency and your other dependencies
are using it too but in different versions, it won't respect semver matching
and use the same version for everything.
For example, even when it is explicitly defined to be shared with `^8.... | 1 |
Challenge store-data-with-sass-variables has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36`.
To reproduce issue just copy/paste included code into page with challenge and
run it,
 AppleWebKit/537.36
(KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36`.
<style>
$text-color: red;
.header{
text-align: center;
}
.blog-pos... | 1 |
Challenge use-css-selectors-to-style-elements has an issue.
User Agent is: `Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0)
Gecko/20100101 Firefox/51.0`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
<style>
h2{color:blue;}
</style>
<h2>Ca... |
Challenge http://freecodecamp.com/challenges/waypoint-change-the-css-of-an-
element-using-jquery has an issue. Please describe how to reproduce it, and
include links to screenshots if possible.
all jquery exercises constantly refreshes the page , couple of seconds later
you passed the test popup shows up even though... | 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: dubbo2.7.1
* Operating System version: windows 10
* Java version: java 8
### Steps to reproduce ... |
* 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.1
* Operating System version: xxx
* Java version: xxx
### Steps to reproduce this issue
how... | 0 |
**Bug summary**
When using Pyinstaller in version 3.3.1, I get an error message that
"defaultParams" is not defined.
The dictionary is located in __ init __.py @ line # 563 (Version 3.3.1).
In Version 3.2.2, "defaultParams" was imported from rcsetup at beginning of
file, but in version 3.3.1 it is not present
... |
### Bug report
**Bug summary**
I try to plot some dataframe with matplotlib in a GUI designed by pyqt5. I use
`pyinstaller` for packaging as following:
` pyinstaller main.py`
and its outcome:
> 33 INFO: PyInstaller: 3.4
> 34 INFO: Python: 3.6.9
> 34 INFO: Platform: Linux-5.4.0-42-generic-x86_64-with-Ubuntu... | 1 |
Julia version: 0.4.6 - 0.6.0,
OS: Ubuntu
try run the following buggy code in repl:
a=zeros(10000000)
a[a.==1,1:2]
then the screen is flooded with red `false` for a while. Maybe it not very
helpful dumping such a large array?
 as a query
parameter and this would then be deserialized and parsed to create the... |
### 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... | 0 |
Very cool but when I building OpenCV from Source Using CMake, it not works.
look forward to your reply! Thank you
System information (version)
OpenCV => 3.4.3
Operating System / Platform => ubuntu16.04 64 Bit
Compiler => cmake
Detailed description
I download the opencv-3.4.3 and opencv... |
I've been trying to build OpenCV 4.1.2 under Linux, with
compatibility/bindings for Anaconda Python 3.7. I keep encountering problems
arising from CMake's Generate process, where several libraries (including
gstreamer) cannot be located. This is presumably because Anaconda installs
libraries that 'shadow' those that ... | 1 |
### System Info
* `transformers` version: 4.29.0.dev0
* Platform: Linux-3.10.0-957.12.2.el7.x86_64-x86_64-with-glibc2.10
* Python version: 3.8.3
* Huggingface_hub version: 0.13.4
* Safetensors version: not installed
* PyTorch version (GPU?): 1.5.0 (True)
* Tensorflow version (GPU?): not installed (NA)
... |
### System Info
* `transformers` version: 4.29.0.dev0
* Platform: macOS-13.2-arm64-arm-64bit
* Python version: 3.10.6
* Huggingface_hub version: 0.13.4
* Safetensors version: 0.3.0
* PyTorch version (GPU?): 1.13.0 (False)
* Tensorflow version (GPU?): not installed (NA)
* Flax version (CPU?/GPU?/TPU?)... | 1 |
The state variable is named 'var', but it is referred as 'state' afterwards.
Changing this:
new_value = tf.add( **state** , one)
update = tf.assign( **state** , new_value)
To this:
new_value = tf.add( **var** , one)
update = tf.assign( **var** , new_value)
Solves the problem.
|
In http://tensorflow.org/get_started/basic_usage.md#variables
the variable in the example is initialized as `var`, then subsequently
referred to as `state`
leading to an obvious NameError:
Traceback (most recent call last):
File "./variables.py", line 8, in <module>
new_value = tf.add(... | 1 |
How to use threads in angular2 -Thread method like sleep(),wait()
|
Hello,
how can we do synchronized method calling in angular2 -Threads(sleep(),wait()
).
| 1 |
### Version
2.6.4
### Reproduction link
https://gist.github.com/DominusVilicus/f825d90575fccd6d437b02061c725a91 (code-
sandbox doesn't allow `import()`)
### Steps to reproduce
export default {
render(h){
return h(import('./comp'))
}
}
Results in an infinite loop that **stop... |
### What problem does this feature solve?
We have a Mobile build and a Web build, and we want to add a directive
`mobile` or `web` to components/elements so that they only get included into
the bundle if they are built with the respective flags / env.
Currently we are doing this via a vue-cli plugin which executes ... | 0 |
I have been looking for how to solve this problem, but i couldn't find any how
to solve it.
When i used Thai Characters and run on iOS and Android. They displayed wrongly
always. How can i solve this problem? I use current version (Beta 2 v 0.2.8)
 **Issue
byeseidelGoogle**
_Tuesday Aug 18, 2015 at 18:10 GMT_
_Originally opened ashttps://github.com/flutter/engine/issues/674_
* * *
Maybe there is a Play Store API we can hook into? Maybe we need to build our
own (or presumably there is a third party ... | 0 |
# Description of the new feature/enhancement
It would be helpful to be able to duplicate an open tab.
**Use Case:**
I am going into a repo that has two npm scripts, one to run the frontend and
one to run the backend. So I run `npm run frontend`, great my frontend server
is running. Now I want to go into the same ... |
On my 1909 RP PC the window frame size in 0.6 Terminal is much wider than it
should be. I don't have this problem with my other machine running Insider.

| 0 |
In browsers, sending large array buffers over postMessage, for example to a
Worker, can be optimized by indicating that an ArrayBuffer (which is
Transferable) should transfer ownership, instead of being cloned. See the
transfer parameter to postMessage on MDN.
This does not appear to be working in Deno 1.12.2: `cons... |
Related to #5965 (and possibly others)
It would be really nice if resources could be Transferable between web
workers. This would allow for proper multi-threading for HTTP and WebSocket
servers.
This can provide multiple benefits:
* Isolated code exposure.
If someone finds a exploit it has a lower likelihood o... | 1 |
Selecting Ubuntu isn't running in the terminal
OS: Windows 10
Terminal: Preview version
|
Here's the scenarios:
1. No text in the interactive line. Active selection.
2. Text in the interactive line. Active selection.
## Windows Terminal (before bugfix #647 )
Shell | Scenario 1 | Scenario 2
---|---|---
CMD | selection _cleared_ | Text and selection _cleared_
Powershell | selection _active_ | t... | 0 |
Hello @eschutho @craig-rueda @hughhhh @michael-s-molina
When I want to run the Superset project directly from the github project
instead of installing it in virtualenv, I get the following error.
Error Description: can't find ' _main_ ' module in 'superset'
|
A clear and concise description of what the bug is.
### Expected results
after add druid cluster, I click "refresh druid metadata" button, I wish the
databases of druid cluster can merge into database.
### Actual results
erro log:
Error while processing cluster 'zjy' (raised as a result of Query-invoked
autoflus... | 0 |
AFAICT it's impossible to use a **variable** for _ignore_errors_
### Given
vars:
ignore_err: no
### Solution Attempts
Interpreted as a string, so always true:
ignore_errors: $ignore_err
Dito:
ignore_errors: {{ ignore_err }}
Illegal YAML syntax:
... |
##### ISSUE TYPE
* Documentation Report
##### COMPONENT NAME
core documentation
##### ANSIBLE VERSION
ansible 2.1.1.0 (stable-2.1 `8659f25`) last updated 2016/07/03 12:49:58 (GMT
+200)
lib/ansible/modules/core: (stable-2.1 dc15456874) last updated 2016/07/03
12:49:49 (GMT +200)
lib/ansible/modules/extras: ... | 0 |
## Issue
Using latest .14.7 I'm running into an issue error with select and
`ReactDOMSelect:158` when navigating away from one place to another place
which is causing a select to throw even though it should and is unmounted.
Error being: `TypeError: Cannot set property 'initialValue' of null at
Object.ReactDOMSelec... |
Hi,
When trying to unmount my whole app, I got some error.
> Uncaught TypeError: Cannot read property 'firstChild' of undefined
> ReactMount.js:606ReactMount.findComponentRoot
> ReactMount.js:606ReactMount.findReactNodeByID ReactMount.js:552getNode
> ReactMount.js:128executeDispatch
> EventPluginUtils.js:1... | 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.5-SNAPSHOT
* Operating System version: macos
* Java version: 1.8.0_131
### Steps to reproduc... |
Write an UT to verify removal of TIMEOUT_FILTER_START_TIME attachement in case
if exception occurs
in dubbo-rpc/dubbo-rpc-
api/src/main/java/org/apache/dubbo/rpc/filter/TimeoutFilter.java.
This task is an extension to add UT for PR #3174
* I have searched the issues of this repository and believe that this is n... | 0 |
# Bug report
**What is the current behavior?**
I have an app that imports both `pixi.js` and `pixi-batch-renderer`. `pixi-
batch-renderer` imports classes from `pixi.js` as well.
The resulting bundle has two pixi.js instances - one from the ESM build
(required from the app itself), and one from the CJS build (requ... |
I am building a web app (React) in which I need to support multiple themes.
The file structure is as follows. Each component has it's own directory
containing all files that belong to the component.
Example:
ui-Avatar
|-- index.jsx
|-- theme-a.css
|-- theme-b.css
|-- ....
When using webpack-dev-server I c... | 0 |
it would be nice if there was a way to generate extra data before dispatching
to a module
something like this (bad example to get the idea across)
@app.route('//wiki', module=vcswiki)
def user_wiki(username):
g.wiki = get_wiki_for_user(username)
@app.route('/help', module=vcswiki)... |
The module branch support variable modules. Something like this:
wiki = Module(__name__, url_prefix='/<user>')
Then each function registered is passed 'user' as first parameter. This
already works as far as I can see, however it would be better if that value
can be attached to `g` instead. What s... | 1 |
Visible-* classes applied to li items that are part of a list-inline styled
list do not render inline, as the display: block !important; overrides the
display: inline-block; for the list.
Demo - http://www.bootply.com/73333#
Consider a fix of
.list-inline > li.visible-sm { display: inline-block !important; }
and ... |
related to issues #8500 , #7808 , #4929 ; using `.hidden-sm` to hide span
within `.nav > li > a` . Because class is `display: block` above -sm then text
wraps to new line. Would you consider `.hidden-*` classes to be `display:
inline-block` instead ?
Here's a jsfiddle of the two cases - but the repercussions could b... | 1 |
**Description**
we need a feature where we can set the state of the task instance to the
specified state.
**Use case / motivation**
In my application, some task instances have been scheduled for a long time, we
want to put it in the failed state. Currently, we are doing this by using
airflow Web UI but we want ... |
**Apache Airflow version** : 2.0.2
**Kubernetes version (if you are using kubernetes)** (use `kubectl version`):
**Environment** :
* **Cloud provider or hardware configuration** :
* **OS** (e.g. from /etc/os-release):
* **Kernel** (e.g. `uname -a`):
* **Install tools** :
* **Others** :
**What happened*... | 0 |
Q | A
---|---
Bug report? | no
Feature request? | no
BC Break report? | no
RFC? | no
Symfony version | 3.4
After upgrading to Symfony 3.4 beta1, I'm seeing a ton of deprecations like
this one:
The "Twig_Extension::getName()" method is deprecated since 1.26 (to be removed
in 2.0), not... | Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | no
RFC? | no
Symfony version | 3.4
The Debug component detects usages of deprecated methods since #23816.
Problem is that the TwigBridge's Twig extensions are all implementing
`Twig\Extension::getName()` which is deprecated since... | 1 |
##### ISSUE TYPE
* Feature Idea
##### COMPONENT NAME
lib/ansible/modules/clustering/consul_kv.py
##### ANSIBLE VERSION
ansible 2.3.0.0
ansible 2.4.0.0
##### SUMMARY
Currently the `consul_kv` module does not provide any extra diff output (when
running ansible with the so useful `--diff` option).
Diff outp... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
lxc_container
##### ANSIBLE VERSION
ansible 2.3.1.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
python version = 2.7.6 (default, Oct 26 2016, 20:30:19) [GCC 4.8.4]
##### CON... | 0 |
**Please fill out the below information:**
* Your Windows build number: 10.0.18362.356
* What you're doing and what's happening: (Copy&paste the full set of _specific_ command-line steps necessary to reproduce the behavior, and their output. Include screen shots if that helps demonstrate the problem.)
I can o... |
# Environment
Windows build number: 10.0.18362.295
Windows Terminal version (if applicable): 0.3.2171.0
Any other software?
Clink v0.4.9 [git:2fd2c2] (http://mridgers.github.io/clink)
# Steps to reproduce
open a cmd tab
edit the settings and change fontFace for the... | 0 |
I am working with 4/5/6D arrays and I have found so many bugs caused by
supplying 4 indexes to a 5D array, which just silently returns an (essentially
random) element.
I think this should be considered a bug as it is very easy to do by mistake
and leads to data corruption.
Is this regarded as a feature? What is the... |
There are some aspects of `getindex`.
Let `A` is a `n`-dimensional array, say 4-dimensional with `size(A) ==
(2,3,2,2)`,
* Dimensions left out get flattened into the last indexed dimension, so for example
`A[i, k]==A[i,:,:,:][k] for k in 1:12`
This seems to be a consistent generalization of A[:] transforming... | 1 |
Numpy silently assigns zeroes instead of the correct array if the array has a
negative fraction.
### Reproducing code example:
A = np.array([[3,2,4],
[2,1,3],
[1,2,4]])
b = A[1,0:3] - 0.66*A[0,0:3]
A[1,1:3] = b[1:3]
A
Output:
array([... |
_Original tickethttp://projects.scipy.org/numpy/ticket/1600 on 2010-09-02 by
trac user steveb, assigned to unknown._
When a record type is defined using a dictionary, dtype doesn't allow zero
length arrays.
np.dtype([('val1', np.float32, (0,))]) # OK
np.dtype({'names': ['val1'], 'formats':[(np.fl... | 0 |
Open a TS file and paste this code:
export type {
CreateHandle,
EffectCallback,
Inputs,
PropRef,
Reducer,
Ref,
StateUpdater,
} from "https://esm.sh/preact@10.5.14/hooks";
export {
useCallback,
useContext,
useDebugValue,
useEffect... |
If you try to `import type` a type from a module which has a `X-TypeScript-
Types` header, the language server does not properly handle this and reports
that the import does not have the named export.
| 1 |
@vlg: 'OK so there is an issue with key-value automatic indices (code bellow)
upon node removal. The scenario tested here is the following:
Assume that we index a property named 'ID', and that we want to use it to
manage unicity of nodes. We create a database, and init indexing of this
property, then we do the follo... |
Currently there doesn't seem to be a way to configure the isolation level for
a transaction (especially SERIALIZABLE) when using the REST API.
I'm trying to create friendly id's for child objects using the following:
CREATE (o:Foo {name: 'parent', nextChildId: 1})
MATCH (o:Foo)
WHERE o.na... | 0 |
**Do you want to request a _feature_ or report a _bug_?**
Feature
**What is the current behavior?**
If a component's render method throws an error, it leaves React in an
inconsistent state.
Subsequent renders attempt to update the inconsistent component and result in
errors like "Cannot read property 'getHostNo... |
So I'm trying to put some graceful error handling in case 1 of my views crap
out:
var MyGoodView = React.createClass({
render: function () {
return <p>Cool</p>;
}
});
var MyBadView = React.createClass({
render: function () {
throw new Error('crap');
... | 1 |
localSeries = pd.date_range("2018-7-1", periods=1, freq="30T", tz="Europe/London")
print(localSeries.to_period("30T")[0].start_time)
#Timestamp('2018-07-01 00:00:00')
print(localSeries.to_period("30T")[0].start_time.tz)
#None
print(localSeries.to_period("30T")[0].end_time.tz)
#Non... |
This might be quite a bit of work, maybe leave for post 0.8.0
| 1 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
ansible-vault
##### ANSIBLE VERSION
ansible 2.4.2.0
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/home/hymie/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module lo... |
##### Issue Type:
“Bug Report”
##### Ansible Version:
ansible 1.7 (devel `05eb6aa`) last updated 2014/06/26 13:36:36 (GMT +000)
##### Environment:
Centos 5/6
##### Summary:
when using git module, if ssh://git@192.168.1.89:1357/, the host check process
breaks.
##### Steps To Reproduce:
1. have a git repo av... | 0 |
The bottom left corner of the .glyphicon-chevor-right is cut off, which can be
recognized especially when used with a large font-size and used next to the
correct .glyphicon-chevron-left.
|

: [number, string] {
return [1, "a"];
}
But this...
async function test(): Promise<[number, string]> {
return [1, "a"];
}
gives the following error:
main.ts(2,9): error TS2322: Type '(number | string)[]' i... |
There appears to be a typing bug with the return values from async functions,
perhaps limited to tuples. Examples:
// Works!
function test(): [boolean, number] {
return [true, 1];
}
// Works!
function test2(): Promise<[boolean, number]> {
return Promise.resolve([tru... | 1 |
Hi guys, I have a strong feeling that this issue is not bootstrap but rather
chrome, but it may be interesting to you too.
http://codepen.io/sirinity/pen/fLuFG
Tooltip in combination with a list of display: inline-block elements seems to
remove empty text nodes when appearing, thus bringing blocks closer together.
... | 0 | |
Like this:

|
* Zoom once using Ctrl-+.
* Click on a file to open it. Text in editor looks crisp.
* Scroll down in editor and the font of the text goes fuzzy.
| 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.