text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
Since many follows a pull-request flow. It would be ideal if a developer could
see a (HEAD+changes)-to-branch diff views and not ont only Changes-to-HEAD
diff view as it is currently.
Many make some changes and makes some commits on a feature or bug branch. They
push the new commits to their fork and review the chan... |
It would be awesome to be able to squash commits right from the UI too
| 1 |
#### Description
When I try to build scikit-learn on NixOS with numpy/scipy compiled with MKL,
the build succeeds but tests fail:
=================================== FAILURES ===================================
_________________________________ test_omp_cv __________________________________
... |
In newly released scikit-learn 0.20.1 (and actually in 0.20.0) **test_omp_cv**
case fails during running test suite. Any help appreciated!
_______________________________ test_omp_cv _______________________________
def test_omp_cv():
y_ = y[:, 0]
gamma_ = gamma[:, 0... | 1 |
@gaearon You're arguing that `ref` functions need to be called twice (once
with `null`) _due to internal implementation details that are insignificant
with respect to how end users use React_.
End user don't care how their ref functions are called, just that they work.
Honestly having them called twice is strange fr... | 0 | |


You can find the correct location on the tree view, but on title the location
don'... |
When a project is open (i.e. the file browser is open), if I open the LICENSE
or other non-project file, then the title bar will show like:
> LICENSE -- /path/to/project
This is misleading because it implies that the `LICENSE` file is inside the
/path/to/project when it is not. In fact... I have no idea where the h... | 1 |
<a v-bind:[someAttr]="value"> ...
|
### Version
2.6.6
### Reproduction link
https://jsfiddle.net/6s4cg2pv/3/
### Steps to reproduce
when you open the fiddle you will see dynamic attributes refers camel case
varibales(slotName , attributeName) but vue is looking for lower case
variables.
if you cahange varibale names in data to slotname and attri... | 1 |
**Context:**
* Playwright Version: 1.0.2
* Operating System: Windows 10
* Node version: 13.12, 14.0, 14.2
* Browser: All
**Code Snippet**
Using the snippet from getting started:
const { chromium, firefox, webkit } = require('playwright');
(async () => {
try {
const br... |
**Context:**
* GOOD Playwright Version: 0.13.0-next.1587452068410
* BAD Playwright Version: 0.14.0
* Operating System: macOS
**Describe the bug**
I'm seeing a _lot_ of `Navigation timeout` errors on 0.14.0 that don't seem
valid. I haven't found a way to reliably repro yet, but I did find one clue. A
lot of ... | 0 |
by **damm@google.com** :
I found a few issues with "Codelab: Writing Web Applications":
In section "Handling non-existant pages," the function signature includes a
third parameter, "title string" which is not introduced until later in the
last section. This may be confusing to some re... |
Under normal circumstances you would place test code into a file matching the
`test` build constraint/tag, e.g. `my_test.go`. The naming convention of the
file has led me to believe that this is a build constraint/tag.
However, it is not possible to _exclude_ some code from being built into tests
ran by `go test`, b... | 0 |
## Emoji Keyboard Extension
_In Windows 10, we have a special emoji keyboard for whenever we need to add
emoji while writing anything. but it would be great if I don't have to switch
to keyboard. Like suppose if I write :rocket then it should be automatically
turned to emoji 🚀 . Same way we use emojis on Github. If... |
A simple text replacement tool, my examples are from macOS and iOS, it is also
a feature in Android.
Basically this feature: Text Replacements
On your Mac, choose Apple menu > System Preferences, click Keyboard, then
click Text.
Another example: Third one down "Set up text replacement"
It's very handy if you have... | 1 |
## Bug Report
I'm currently investigating blitz-js/babel-plugin-superjson-next#29.
It occurs since Next.js updated @babel/plugin-transform-react-jsx to 7.12.10.
TypeError: /[...]/babel-plugin-superjson-repro/pages/index.js: d(...) is not a function
It's caused by this code:
expo... |
## Bug Report
Hi there 👋 So from this morning around 08:30GMT we are seeing the following
error when we try to compile our code with Rollup. Here is the stack trace
that we are seeing.....

It looks to ... | 1 |
* Your Windows build number: (Type `ver` at a Windows Command Prompt)
Microsoft Windows [Version 10.0.17763.292]
* What you're doing and what's happening: (Copy & paste specific commands and their output, or include screen shots)
When using the new ConPTY feature it seems there is some behind the scenes
optimis... |
bash repro: `echo -e '\x1b[40mabc'`
powershell repro: `Write-Host -BackgroundColor Black "Hello"`
Expected (conhost/powershell.exe):

Actual (vscode/conpty):
.
Adding the missing `@Configuratio... | 1 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
yum
##### ANSIBLE VERSION
ansible 2.1.2.0
##### CONFIGURATION
##### OS / ENVIRONMENT
Running on Ubuntu 14.04
Managing CentOS 7.2
##### SUMMARY
The tasks outputs OK but actually failed. This happens only when using
with_items.
Becaus... |
I looked but couldn't see an obvious issue for this
##### ISSUE TYPE
* Bug Report
##### ANSIBLE VERSION
ansible-playbook 2.1.0.0
config file = /Users/g.lynch/git/tos/ansible_pulp/ansible.cfg
configured module search path = Default w/o overrides
##### CONFIGURATION
... | 1 |
There seems to be a bug in the way React interfaces with controlled inputs of
type number
If the input contains an invalid number (let's say --2 or 2++), then trying to
clear the input value by setting it to an empty string does nothing.
You can check an example to reproduce there: https://jsfiddle.net/96bnn12r/2/ ... |
A controlled number input, without a corresponding `setState` function, still
allows `e`, `-` and `.` to be entered (and numbers can be inputted
afterwards). I could be incorrect but I don't believe this is the desired
behavior.
Here's a JSFiddle demonstrating the issue.
| 1 |
This code (as reported in this SO question):
fn foo(t: &mut int){
println!("{}", t);
}
fn main() {
let test = 10;
let h = move || {
let mut r = &mut test.clone();
foo(r);
};
h();
}
causes an assertion failure in... |
### STR
fn main() {
let n = 0u;
let f = move || n += 1;
}
### Output
rustc: /var/tmp/paludis/build/dev-lang-rust-scm/work/rust-scm/src/llvm/include/llvm/Support/Casting.h:237: typename llvm::cast_retty<X, Y*>::ret_type llvm::cast(Y*) [with X = llvm::PointerType;... | 1 |
**Describe the bug**
https://threejs.org/examples/webgl_water_flowmap.html works in Safari/Firefox,
but not Chrome
**To Reproduce**
Steps to reproduce the behavior:
1. In Chrome (Version 85.0.4183.121)
2. Go to https://threejs.org/examples/webgl_water_flowmap.html
3. Water doesn't flow. No errors in consol... |
##### Description of the problem
No errors or warnings in the console (some discrepancy in the shader code for
my old computer's gpu?), and no water:

It renders fine in othe... | 1 |
Add ability to save remote connection bookmarks - similar to mRemoteNG
# Proposed technical implementation details (optional)
Can be based on the native Windows SSH client.
|
# Summary of the new feature/enhancement
My most used feature of Cmder is the shortcut to bring Cmder to the foreground
whether it is minimized or just in the background and then minimize it when it
is open.
by default that's ctrl + `
It overrides a few programs because the key combo is no longer passed through
... | 0 |
by **mikaelbrg** :
After updating from go1.0.3 to tip, I am no longer able to build my module, which uses a
.so-file and cgo (to communicate with hardware). The log below shows the result of
building with the latest tip version (produces error), and with go1.0.3 (successful).
mikaelbe@... |
It would be useful if `PublicKey` interface has `Fingerprint` method which
returns the value described bellow:
http://tools.ietf.org/html/rfc4716#section-4
Now I'm trying to make my ssh server with go.
When I made it with python twisted.conch, I used
twisted.conch.ssh.keys.Key#fingerprint method to find user's p... | 0 |
**Do you want to request a _feature_ or report a _bug_?**
Feature for `CommonChunkPlugin`.
Support selecting modules from **non-entry** chunks. Meaning, select
statically imported modules from chunks that were created from a **dynamic**
import (`require.ensure` / `System.import` / `import("..")`)
**What is the cu... |
I am running across a bug where Webpack generates an invalid Javascript file
when running in watch mode. This bug occurs 100% of the time, the first time I
modify `Cards.js` in watch mode. Once the file is in a bad state, I keep on
getting the following error:
undefined is not a function
__webpack... | 0 |
java.lang.NullPointerException: null
at
org.apache.shardingsphere.core.execute.sql.execute.result.MemoryQueryResult.getRowValue(MemoryQueryResult.java:88)
~[sharding-core-execute-4.0.0.jar:4.0.0]
at
org.apache.shardingsphere.core.execute.sql.execute.result.MemoryQueryResult.getRows(MemoryQueryResult.java:63)
~[sh... |
version : 3.0.0.M1
project : sharding-jdbc
Expected behavior : when table rule not define , sharding-jdbc create it and
put it into cache
Actual behavior : when logicTableName not found in tableRules, sharding-jdbc
will create table rule and not put it into cache , It will run groovy script .
If this sql run many... | 0 |
**Migrated issue, originally created by Michael Bayer (@zzzeek)**
i.e.:
def get_history(self, state, passive=PASSIVE_OFF):
return History.from_attribute(
self, state, state.dict.get(self.key, NO_VALUE))
should be more like:
def get_history(self... |
**Migrated issue, originally created by Anonymous**
We are doing some stuff with history and have a little problem.
After commit, history has been reseted to empty state: there no value in
`unchanged` and after attribute is changed there is no value in `deleted`.
Probably, it is a bug. If it is correct behaviour,... | 1 |
Not sure how the character got into my code but it does not show up in Atom
even with Show Invisibles set to true.
Info on the character can be found here
http://www.fileformat.info/info/unicode/char/200b/index.htm
My specific issue: If this character comes after a CSS closing curly bracket,
all following styles ar... |
Halp ticket:
* support/b6556d18b6f511e396195226a240cace
> Control characters aren't showing up. For example, create a file in vim and
> type ctl+v,ctl+h to insert a backspace character in a shell script and
> notice that it is invisible in Atom. Maybe not _all_ invisibles should be
> hidden. Then again, I just st... | 1 |
It would be nice to have the published development docs to actually reflect
the current state of master.
This has come up recently with a couple of issues being raised about typos
etc. in them which were already fixed on master (e.g. #7444 )
I would envision a similar solution to the one that scipy uses
scipy/scipy... |
The exponents in the denominators of the Freedman–Diaconis and Scott
estimators are shown incorrectly in the typeset maths on this page:
http://docs.scipy.org/doc/numpy-dev/reference/generated/numpy.histogram.html
The offending lines of source code were corrected in commit `41de3c2` in
December, and incorporated o... | 1 |
Currently the common directives (CORE_DIRECTIVES and FORM_DIRECTIVES) are
included automatically and do not need to be manually referenced in a
component's @view annotation. However this is not the case for the
TestComponentBuilder, which fails to build the component if the component uses
unreferenced common directiv... |
Spotted by @teropa and confirmed on my side in the ng2 directives for
Bootstrap project (see: ng-bootstrap/ng-bootstrap#115):
> I'm getting errors about platform directives like ng-for when using
> TestComponentBuilder. Seems like they're not "ambient" in the unit tests
> like they are during normal execution. I can... | 1 |
A B-tree stores sorted arrays of a chosen size instead of lone nodes, so it
can be much more cache-friendly than a red-black tree when used with small
key/value types. The size will just have to be hardcoded for now since it
can't be part of parametrizing it.
|
Right now, resource destructors seem to _always_ be inlined. This recently led
to #2170 because the reachability map was incorrect. I fixed this the wrong
way: by marking all resource bodies as reachable. The right fix seems to me to
be not inlining resource bodies by default, but that change seemed a bit more
involv... | 0 |
Docker-compose error
|
File
"/usr/local/lib/python3.6/urllib/request.py".py,line 1361,in https_open
superset-init_1 | context=self._context,check_hostname=self._check_hostname)
superset-init_1 | File "/usr/local/lib/python3.6/urllib/request.py", line 1283
, in do_open superset_init_1 | raise URLError('no host given') superset_init_1
| ur... | 1 |
I'm getting a test failure on `make test-backtrace`. More detail:
julia> bt = backtrace()
22-element Array{Ptr{Void},1}:
Ptr{Void} @0x00007f695d467c85
Ptr{Void} @0x00007f695d467ce0
Ptr{Void} @0x00007f694d567010
Ptr{Void} @0x00007f694d567030
Ptr{Void} @0x00007f695d41aa66
... |
Backtraces are somewhat of a mess on 3.5 for a variety of reasons, including
that we currently have no way to get the proper load address of a section. To
verify, try e.g.:
julia> sqrt(-1)
ERROR: DomainError
and note the missing backtrace.
| 1 |
We currently get two docs exported for Type Interface: one for core, and one
for router. This is confusing -- and I think unnecessary duplication? Can we
make Router depend on the Type exported from core?
|
I would like to create extensions for some components already deployed in
Angular 2, without having to rewrite them almost completely, as the base
component could undergo changes and wish these changes were also reflected in
its derived components.
**Example**
**I created this simple example to try to explain bette... | 0 |
I have just installed Atom 1.0.0 and it runs very slow. When I type it seems
to lag every 5-10 characters for up to 2-3 seconds. The file I opened has
around 3500 lines and 180 kB. I have tried using safe mode and disabling
spellcheck, but it is still too slow. CPU usage peaks to 80-100% on one core
as soon as I star... |
I know this probably won't be at the top of the list, but I like to be able to
print form my editor. It would give Atom a feature that Sublime or Brackets
don' t have.
| 0 |
# Summary of the new feature/enhancement
explorer.exe closes unexpectedly after the UPDATE is complete
# Proposed technical implementation details (optional)
add a popup warning before the installation starts alerting that the
Explorer.exe will be restarted, and give option to cancel installation to
avoid closing ... |
# Summary of the new feature/enhancement
Set window always on top (pin window)
# Proposed technical implementation details (optional)
An additional (4th) button on the titlebar to pin an application window on top
of other windows.
| 0 |
# 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.... |
Celery subtasks being retried as part of a chain are put behind the queue of
tasks.
run_task1.s(args, kwargs).set(exchange='tb', routing_key='tb.q1')
run_task2.s(args, kwargs).set(exchange='tb', routing_key='tb.q1')
suite_chain = (run_task1, run_task2)
suite_result = suite_chain.apply_... | 0 |
Here's an example:
julia> A = sprand(5,5,1/5);
julia> A = max.(A,A');
julia> A = spones(A);
julia> full(A)
5×5 Array{Float64,2}:
0.0 1.0 0.0 0.0 1.0
1.0 0.0 0.0 0.0 0.0
0.0 0.0 0.0 1.0 1.0
0.0 0.0 1.0 0.0 0.0
1.0 0.0 1.0 0.0 0.0
julia> is... |
For user written short functions that have a huge overhead from bounds
checking, it would be nice if it was possible to hook into the `boundscheck`
system with `@inbounds` in order to let the user be able to disable manual
bounds checking inside the function.
This might be beneficial for `SubString`, `SubArray`, and... | 0 |
when some `multipart/form-data` request is parsed via a`
reqparse.RequestParser()`, the parsing fails with
> werkzeug.exceptions.BadRequest: 400 Bad Request: Did not attempt to load
> JSON data because the request Content-Type was not 'application/json'.
To replicate create some endpoint, which parses the request w... |
Werkzeug 2.1.0 makes `Request.get_json()` raise if request is not JSON, which
causes reqparse to raise when it attempts to access `Request.json`, which it
does by default for all arguments without a specified location.
| 1 |
**Keith Donald** opened **SPR-7141** and commented
As a user, I would like support for resource versioning so it is possible to
get the benefits of caching with the ability to refresh changes.
Implementation option #1
* * *
Automatic versioning with file timestamps e.g. /resources/main.123456789.css
Implementat... |
**Keith Donald** opened **SPR-7745** and commented
Would be nice extension of the resource handler work in Spring 3 in the cases
where the resource handling is performed off-site with the help of a CDN such
as Amazon Cloudfront. The best practice in this environment is to upload two
versions of each static resource... | 1 |
I have the following analyzer options:
include: package:flutter/analysis_options_user.yaml
analyzer:
exclude:
- 'bin/**'
- 'lib/l10n/messages/**'
- 'lib/**/*.*.dart'
- 'ios/**'
- 'android/**'
errors:
no_duplicate_case_values: error
... |
current just have color and blend mode, we need a colorfilter.matrix to change
brightness, saturation and contrast of image for example..
| 0 |
When I get an error (that red warning that shows on the upper right side of
Atom) and I try to interact with it by either clicking on the "Copy to
clipboard" or the "Create issue on the xyz package" buttons, nothing happens.
|
This ~~may have~~ definitely has something to do with #64:
Clicking on the copy button from a test error notification triggered with
`Cmd-Alt-T` throws an Unhandled Promise rejection with the following error and
stack trace:
TypeError: undefined is not a function
at /usr/share/atom/resources/a... | 1 |
Challenge http://www.freecodecamp.com/challenges/waypoint-generate-random-
whole-numbers-within-a-range has an issue. Please describe how to reproduce
it, and include links to screenshots if possible.
"// Make myFunction return a random number between zero and nine instead of a
decimal"
The above comment does not b... |
Challenge http://freecodecamp.com/challenges/waypoint-generate-random-whole-
numbers-within-a-range has an issue. Please describe how to reproduce it, and
include links to screenshots if possible.
Comment on line 4 of editor reads `Make myFunction return a random number
between zero and nine instead of a decimal`
S... | 1 |
Hello everybody,
I have downloaded a wav file from the web, this is the link:
http://freesound.org/people/RHumphries/sounds/980/
Since I have not found out how to attach this file to the bug report anybody
who tries to reproduce the problem will have to download the sound. If I am
trying to read this file using th... |
_Original tickethttp://projects.scipy.org/scipy/ticket/881 on 2009-03-06 by
@pv, assigned to unknown._
`scipy.interpolate` contains two sets of functions for making and representing
splines:
>>> from scipy import arange, interpolate, float_
>>> x = arange(6).astype(float_)
>>> spl1 = interpol... | 0 |
**Do you want to request a _feature_ or report a _bug_?**
No,
**What is the current behavior?**
The component rerenders 3 more times than needed
**What is the expected behavior?**
The component to rerender once
**Which versions of React, and which browser / OS are affected by this issue?
Did this work in pr... |
React version: 17.0.2
## Steps To Reproduce
1. yarn install
2. yarn build:admin-react
3. node server2
Link to code example:
https://github.com/see/ssr-demo
## The current behavior
(node:97731) UnhandledPromiseRejectionWarning: Error: Minified React error #321; visit https://reactjs.org/docs... | 0 |
http://plnkr.co/edit/5ZlYKh?p=preview
If you look at the provided example you will see that it attempts to make use
of ng-content and that it does not work. The reason it does not work seems to
be that it is attempting to use the contents of the root component which
appears in the index.html. However, as soon as an ... |
http://plnkr.co/edit/5731Z9N6tQ391gQtfZrA?p=preview
I've been over the documentation 10 times, I've read through the source code,
tutorials, the works... and I still can't wrap my head around what I'm doing
wrong.
all I want to do is:
<app myTitle='my awesome title'>
and access myTitle from inside... | 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.1
* Operating System version: CentOS 7.5
* Java version: 1.8.202
### Steps to reproduce this... |
* 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: xxx
* Operating System version: xxx
* Java version: xxx
### Steps to reproduce this issue
1. ... | 0 |
The toggleable button in the examples for checkbox and radio functionality
don't work since 2.0.1.
Examples: bootstrap/docs/javascript.html#buttons
Browser: Firefox 9.0.1
|
The commit `139a077` doesn't work with the normal button which doesn't contain
any image.
| 1 |
When testing my packages with 1.7 (Windows 10), I get tons and tons of
warnings similar to these:
WARNING: Method definition Any(Integer, Static.StaticInt{1}, Integer) in module ArrayInterface at C:\Users\PetrKrysl\.julia\packages\ArrayInterface\CYf5x\src\ranges.jl:261 overwritten on the same line (che... |
I am testing the C's `printf` via `ccall` in julia, however, the "%f" format
did not work as expected.
foo(x) = ccall(:printf, Cint, (Cstring, Cfloat), "%f\n", x) # helper function
foo(12.3) => 0.000000
The output is "0.000000" on x64 windows and arm64 linux, but not on x64 linux.
Poring through... | 0 |
#### Issue Description
I think the "Escape Sequences in Strings" lesson has a bug.
I am going through the Javascript course on FreeCodeCamp.com and am stuck at
this challenge, 'Escape Sequences in Strings':
Assign the following three lines of text into the single variable myStr using escape sequences... |
Challenge Escape Sequences in Strings has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/52.0.2743.116 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
var myStr="FirstLi... | 1 |
`/tmp $ cat program.rs`
trait MyTrait {}
fn main() {}
`/tmp $ rustc program.rs`
program.rs:1:1: 1:17 error: parameter `Self` is never used
program.rs:1 trait MyTrait {}
^~~~~~~~~~~~~~~~
program.rs:1:17: 1:17 help: consider removing `Self` or using a mar... |
Given the input
trait T {}
rustc will complain:
<anon>:2:1: 2:11 error: parameter `Self` is never used
<anon>:2 trait T {}
^~~~~~~~~~
<anon>:2:1: 2:11 help: consider removing `Self` or using a marker such as `core::marker::PhantomFn`
<anon>:2 trait T {}
... | 1 |
One of the best features of Deno is allowing us to write JavaScript that both
run at (modern) browsers and server side without building or other works. But
if we write in TypeScript, that's useless for Browsers. (That's why I'd like
to write codes in JS rather then TS.)
If Deno provide an API that accepts TS codes, ... |
The `console.log` and `console.table` functions don't use colors when
displaying objects. Here is an example for the `console.log` example.

| 0 |
# Bug report
**What is the current behavior?**
* config
module.exports = {
plugins : [
new webpack.DefinePlugin({foo : 'aFoo', bar : 'aBar', crash : 'other.prop'})
]
}
* source code
console.log({foo : foo, bar : bar}); // correct
console.log({fo... |
## Feature request
support destructuring in:
* EnvironmentPlugin, DefinePlugin, ImportMetaPlugin (partial support?), other plugins?
* #16872
* #16941 treeshaking when using namespace object, e.g. `import * as b from 'b';const {a} = b;`
* json treeshaking, e.g. `import b from '1.json'; const {a} = b;`
**Wha... | 1 |
**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
... |
zone.js seems to have managed to eaten an exception that I needed. Don't know
if this is actually zone.js's fault or something further down the stack is
suppose to handle notifying of the exception but I figured you could probably
tell me. Stack trace of exception follows
(anonymous) (display.component.ngfactory.ts:... | 1 |
$ ansible -m raw localhost -a 'echo connection' --sudo -K -vvvv -c local
Using /etc/ansible/ansible.cfg as config file
SUDO password:
Loaded callback minimal of type stdout, v2.0
ESTABLISH LOCAL CONNECTION FOR USER: badger
127.0.0.1 EXEC /bin/sh -c 'sudo -H -S -p "[sudo vi... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
plugins/connection/ssh
##### ANSIBLE VERSION
ansible 2.3.2.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
python version = 2.7.5 (default, Aug 4 2017, 00:39:18) [GCC 4.8.5 2015062... | 0 |
The following tests are failing on clusters where the master is at HEAD and
the nodes are at 1.0 (in kubernetes-upgrade-gke-step3-e2e-old):
* Kubernetes e2e suite.DNS should provide DNS for services
* Kubernetes e2e suite.DNS should provide DNS for the cluster
They are both failing with:
Unexpect... |
It seems that HEAD masters can't delete pods on 1.0 nodes.
After spinning up a (GKE) cluster at 1.0.6 and upgrading the master to
`1.2.0-alpha.1.455+4b7329ad8c52f6-dirty`, I can't delete pods:
$ kubectl get pods
NAME READY STATUS RESTARTS AGE
$ kubectl create -f ./... | 1 |
Currently TS tools can't autocomplete property names that are not identifiers.
e.g.:
interface Style {
'font-family'?: string;
}
There is no autocomplete for the following input:
var style: Style = { 'fo // no autocomplete
style[ // no autocomplete
style. // no autoc... |
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 |
See issue ipython/ipython#7351
|
Hello,
I both using Matplotlib and Lyx (https://wiki.lyx.org/) on Ubuntu. Recently I
updated the package fonts-lyx from version 2.1.4-2 up to 2.2.0-1 . It provoked
incoherent results in the latex rendering of Matplotlib: the simple :
import matplotlib.pyplot as plt
plt.text(0.5,0.5,r'$\mu_3$')
... | 0 |
### Website or app
www.google.com
### Repro steps
React Devtools - 4.20.0
React - 16.8.6
Not sure if relevant but:
react-scripts 4.0.3
First I get an blank devtools (components) but when picking select element
arrow and hover over elements a lot of errors like this one shows up in the
console:
... |
### Website or app
google.com
### Repro steps
This started after last update 4.20.0


... | 1 |

Make it possible to remove emoji from the tabs. It violate the common devtools
style.
Also in Firefox 68.0.2 @ Macos it is duplicated
 This is like 10x longer than the parallel run should be
taking.
http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gke-
ci/8168/
http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kube... | 1 |
Challenge Record Collection has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101
Firefox/46.0`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
// Setup
var collection = {
2548: {
album:... |
Challenge Record Collection has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
// Setup
var collection... | 1 |
I tried to create a generic extern fn, and accidentally left off the type
parameter. That caused an ICE. This code reproduces it:
fn with_type_params<T>() { }
extern fn foo<T>() {
with_type_params::<T>();
}
fn main() {
let _a:*u8 = foo;
}
and produces this err... |
This is because they're `*u8`, so trans sees no substs and it won't
monomorphize it. Then it calls `type_of` on a ty param and ICEs.
I think maybe crust functions should have to have explicit type parameter
substitutions.
| 1 |
Heyho,
I just want to leave a comment: I installed the lastest alpha from npm, and
get an error with webpack:
`ERROR in ./~/angular2/src/facade/async.js Module not found: Error: Cannot
resolve module 'rxjs/operators/toPromise' in
...\angular2-test\node_modules\angular2\src\facade @
./~/angular2/src/facade/async.js ... |
It looks like Angular 2 tries to load files in a path called
`'rxjs/operators/*'` (like here). But it seems the path should be called
`'rxjs/operator/*'` (without `s`).
Webpack error:
ERROR in ./~/angular2/src/facade/async.js
Module not found: Error: Cannot resolve module 'rxjs/operators/toPromise... | 1 |
### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
Airflow Version: 2.4.2
In my organization, I need to run an SSHOperator to execute a script that
triggers a spark-submit task. I encountered a situation where I had to rerun a
specific execution, so I cleared the state of... |
### Body
I have a kind request for all the contributors to the latest provider packages
release.
Could you please help us to test the RC versions of the providers?
Let us know in the comment, whether the issue is addressed.
Those are providers that require testing as there were some substantial
changes introduce... | 0 |
Glide Can't load local Vector drawable?
`Glide.with(this) .load(R.drawable.ic_1f3ad) .into(image);`
this ic_1f3ad is a Vector drawable!
I use 3.7.0 or 4.0.0-SNAPSHOT can't load !
I want know this is glide can't support or my fault?
|
I've a drawable (res/drawable/my_drawable.xml) which looks like this:
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24"
android:viewportWidth="24">
<path
... | 1 |
If you check this url
https://nextstore.itmohou.now.sh/
everything will work fine
if you go to footer and navigate to about
then press home it will work fine also
but if you went to any error page (any page because there are no pages yet)
and press home
it will get stuck and wont go to home
other pages w... |
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 |
Google has a nice example of what they call a drop down textfield. Any plans
to implement this? I tried to implement something similar, but its tough
because you need to insert the scrolling in an inconvenient place given the
mui framework (and probably hide the paper associated with menus)
|

Should maybe add an overflow: scroll
| 1 |
* VSCode Version: 1.1.0

Current behaviour:
<div [class.selected]="i === selected"></div>
<div [class.tooSmall]="value < threshold"></div>
<div [class.tooBig]... |
Angular 2 uses brackets around attributes or * prefixes, which break syntax
highlighting and IntelliSense:
<a href="hello.html" (click)="someMethod()" title="hello"></a>
<input type="text" [value]="someProperty" placeholder="Enter text"/>
<div class="hello" *ngIf="someCondition"></div>

|
Current implementation seems to break words on unicode characters - so when I
write "somēthing" in the editor, it gets tokenised into "som" and "thing" for
purposes of autocomplete.
If I follow the code correctly, it's due to JS regex used at
`Provider.wordRegex` not being unicode-enabled.
Possible solutions:
* ... | 1 |
After upgrading to next 6.0.0, when running Next in dev mode, page transitions
sometimes get stuck rendering the current page rather than rendering the next
page.
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
When clicking a `<Link />` in dev mode,... |
I am trying add http://ogp.me/#array of `article:tag` property:
import NextHead from 'next/head'
<NextHead>
<meta property="article:tag" content="tag1" key="tag1key" />
<meta property="article:tag" content="tag2" key="tag2key" />
</NextHead>
## Expected Behavior
I have s... | 0 |
I mistakenly exported `ServiceConfig` twice, the second call produces the
following exception which makes no sense:
java.lang.reflect.InvocationTargetException: null
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
at sun.reflect.NativeMethodAccessorImpl.invoke... |
I wonder why consumer url not register and unregister to consul:
dubbo/dubbo-registry/dubbo-registry-
consul/src/main/java/org/apache/dubbo/registry/consul/ConsulRegistry.java
Lines 102 to 104 in afbf7d5
| if (isConsumerSide(url)) {
---|---
| return;
| }
dubbo/dubbo-registry/dubbo-registry-
consul/sr... | 0 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
Inventory
##### ANSIBLE VERSION
$ ansible-playbook --version
ansible-playbook 2.4.0.0
config file = /home/shrews/.ansible.cfg
configured module search path = ['/home/shrews/.ansible/plugins/modules', '/usr/share/ansible/plugins/mo... |
##### ISSUE TYPE
* ~~B ug Report~~
* Docs Report
##### COMPONENT NAME
import_playbook
##### ANSIBLE VERSION
ansible 2.3.2.0
config file = /home/foo/.ansible.cfg
configured module search path = Default w/o overrides
python version = 2.7.13 (default, May 8 2017, 12:47:14) [GCC ... | 0 |
[Power Toy Settings>General>left pane]
User Impact:
This will impact the screen reader users if the irrelevant information is
announced by the screen reader on menu items.
Test Environment:
OS Version: 20221.1000
App Name: Power Toy Preview
App Version: v0.23.0
Reproe-Steps:
1. Open Power Toys Settings ... |
# Summary of the new feature/enhancement
I'd love, if FancyZones save original size of windows, like it happens if I
stick window left, right or top (fullscreen). If I drag window from these
modes, It returns to it's original size.
For now, it seems that FancyZones changes original size of window.
| 0 |
Setting both options `"index.auto_expand_replicas":"0-all"` and
`"cluster.routing.allocation.same_shard.host": true` causes unallocated shards
in a cluster.
E.g. in a cluster with 5 physical hosts and 10 Elasticsearch instances (2
instances/host) the settings cause 5 unallocated shards per an index.
Is this the cor... |
We already use fielddata on the `_uid` field today in order to implement
random sorting. However, given that doc values are disabled on `_uid`, this
will use an insane amount of memory in order to load information in memory
given that this field only has unique values.
Having better fielddata for `_uid` would also b... | 0 |
On a similar vein to #18826 the `process.versions` object should include the
`boringssl` version to allow people to do version checks 👍
|
We no longer depend on openssl at all, it should not be listed in
`process.versions`.

| 1 |
I have been trying to use a full ES6 webpack configuration file using Babel 6
but it seems that `export default` if in fact not exporting anything.
I named my config file webpack.config.babel.js and this is the code:
import path from 'path';
import HtmlwebpackPlugin from 'html-webpack-plugin';
... |
I try to use es2015+ code in my `webpack.config.babel.js` file. After the
recent upgrade this convention no longer works.
export default {
entry: './app.js',
output: {
path: __dirname,
filename: 'bundle.js'
},
module: {
loaders: [
{
... | 1 |
superset version: 0.36.rc3
python version: 3.7.7
node.js version: 13.12.0
npm version: 6.14.4
F:\superset-dev\superset-frontend>npm run prod
> superset@0.36.0 prod F:\superset-dev\superset-frontend
> node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js
> --mode=production --colors --progres... |
A clear and concise description of what the bug is.
### Expected results
I'm able to log in.
### Actual results
Login page comes up, I enter my credentials.

I just see a spinner and it never goes an... | 1 |
Hi,
i think there is an error on TypeScript documentation > Developer Guides > 6\.
Dependency Injection.
import {Injectable} from 'angular2/angular2'; should be import {Injectable}
from 'angular2/core';
Thanks for your work!
|
**I'm submitting a ...**
[x] bug report
[ ] feature request
[ ] support request
This would appear to be an issue with Jasmine during the pretty printing
stage, but I am also logging it here in case there is something about
Angular's testing that is causing this issue and should be change... | 0 |
Using the Redis backend, If you make modifications to your
queues/exchanges/routing keys, you can end up with strange behaviour where
queues get duplicated, and you end up with tasks being executed multiple
times;
Queue Exchange Routing Key
---------------... |
# Checklist
* [x ] I have read the relevant section in the
contribution guide
on reporting bugs.
* [x ] I have checked the issues list
for similar or identical bug reports.
* [x ] I have checked the pull requests list
for existing proposed fixes.
* [x ] I have checked the commit log
to find out ... | 0 |
Q | A
---|---
Bug report? | no
Feature request? | yes
BC Break report? | no
RFC? | no
Symfony version | 2. _, 3._
Description: There is constraint "All" that allows us to provide several
fundamental constraints that all has to be valid for validation to pass. There
is no constraint "Any" for which we c... |
**Symfony version(s) affected** : 4.0.11 (might as well be earlier versions)
**Description**
In Finder 4.0.8 the commit symfony/finder@`45429ad` was released which should
remove duplicate slashes from path names.
However, this results in an error when used to find files in an FTP root dir.
The documentation (h... | 0 |
When tooltip is active/focused and `destroy` event is called the tooltip gets
opacity 0, but still clickable and its element still in the DOM.
It's reproduced in this example: http://jsfiddle.net/jeRub/
When test button is clicked the tooltip gets "destroyed", but it still in the
DOM and blocks click events on the... |
i searched for an already opened issue but did not found any that was
reporting this exact problem.
I'm trying to use the destroy method on tooltip (bootstrap v3) but it does not
remove the element from the DOM.
Any idea ?
Fiddle : http://jsfiddle.net/52VtD/59/
click on the button to trigger the tooltip destroy m... | 1 |
Here is the plunk showing the problem
http://plnkr.co/edit/UTH6sUqb0OhZsBa6r3h4?p=preview
basically when using something like
<div class="form-group">
<label for="{{forLabel}}">{{label}}</label>
<input type="text" class="form-control">
</div>
you get
... |
[X] bug report
[X] feature request
* **Do you want to request a _feature_ or report a _bug_?**
Bug in existing behavior, feature for proposed solution
I am creating an Angular2 component, in the template, I am wanting to create
an `<input>`, with a calculated `[id]` property, which works.
I am also wanting to... | 1 |
##### System information (version)
* OpenCV => 4.2
* Operating System / Platform => Ubuntu 16.04
* Compiler => ❔
##### Detailed description
I'm using python bindings for opencv and found a bug with resizing images with
5 channels. It works fine for any other number of channels.
I've also checked previous v... |
##### System information (version)
* OpenCV => 4 (June 2018, version from master)
* Operating System / Platform => Windows 10; 64bit
* Compiler => Visual Studio 2015: v140_xp
##### Detailed description
When I use the visual studio leak detector:
https://archive.codeplex.com/?p=vld, I get tons of memory leaks... | 0 |
# Environment
Windows build number: Microsoft Windows [Version 10.0.18363.900]
PowerToys version: 0.18.2
PowerToy module for which you are reporting the bug (if applicable): PowerToys
Run
# Description
PowerToys run does not search for files/folders in drives other than C:. It
does it even when I tell it speci... |
Comment by @EdgarVaguencia from #3223
Doesn't find Code

Wox result:

the G drive is a part... | 1 |
Hi !
Could it be possible to add a transformer for JSX that outputs a Javascript
"normal" string ?
For example, this:
let foo = "Hello world !";
let bar = (
<div>
{foo}
</div>
);
would be transformed to:
let foo = "Hello world";
let test = "<di... |
interface A
{
func(arg: string): boolean;
func(arg: number): string;
} // OK!
interface B
{
func: (arg: string) => boolean;
func: (arg: number) => string;
} // Error! Duplicate identifier 'func'.
?
| 0 |
There's two parts to this.
* Add a function to runtime which will generate a json schema for a given API object: http://json-schema.org/
* Add a function to apiserver that just walks through all registered resources and emits this: http://raml.org/
This will allow us to add a -raml flag to the apiserver binary ... |
**Is this a request for help?** (If yes, you should use our troubleshooting
guide and community support channels, see
http://kubernetes.io/docs/troubleshooting/.):
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.):
* * ... | 0 |
Ref. #19364 (comment)
The idea would be that given a file `bar.jl` with contents `y=5`, one could do
function foo()
local y
@include "bar.jl"
return y
end
and `foo()` would return 5, but not define a global variable `y` in the
containing module. (Using the existing `includ... |
("before_first_compact", ir) = ("before_first_compact", 1 ── nothing
809 │ nothing
│ nothing
│ %4 = Base.Broadcast.axes(%%2)::Tuple{Base.OneTo{Int64}}
│ %5 = Base.Broadcast.axes(%%3)::Tuple{Base.OneTo{Int64}}
│ %6 = Base.Broadcas... | 0 |
Make sure these boxes are checked before submitting your issue - thank you!
* I have checked the superset logs for python stacktraces and included it here as text if any
* I have reproduced the issue with at least the latest released version of superset
* I have checked the issue tracker for the same issue and... |
Hello,
I'm very new to Superset, so please forgive me if it's a newbie question or
has been asked a lot.
I'm testing Superset with a couple of databases that all have the same type of
application writing data to them. So all the databases obviously have the same
tables in them.
Now after I added two databases an... | 0 |
##### Issue Type:
Bug Report
##### Ansible Version:
1.5.5
##### Environment:
CentOS 5.9
##### Summary:
We are using Ansible to run puppet agent, which by default (and very
helpfully) uses colors to indicate severity of logs. When puppet is run with
default (color=on) settings, there is no output from Ansible; ... |
错误信息:fatal: [globalmonitor1]: FAILED! => {"failed": true, "msg": "Timeout
(12s) waiting for privilege escalation prompt: "}
ansible 2.1.0.0
Red Hat Enterprise Linux Server release 7.2 (Maipo)
| 0 |
In particular, they should be of the form `<some components]: <message>`.
This came up in CL 5542.
|
The established conventions should be enforced, as they were in the old hg
codereview plugin.
Also check for old-style "Fixes issue nnnn" messages.
| 1 |
##### System information (version)
* OpenCV => 3.4.3
* Operating System / Platform => macOS High Sierra (10.13.6)
* Compiler => Apple LLVM version 10.0.0 (clang-1000.10.44.2)
##### Detailed description
I'm using a mouse callback on a window created with HighGUI in order to
retrieve the X/Y coordinates of the... |
##### System information (version)
* OpenCV => 3.4.4
* Operating System / Platform => Ubuntu 16.04
* Compiler => gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609
##### Detailed description
I am trying to install OpenCV3.4.4 with contrib modules. The issue is I have
several python versions in my system and... | 0 |
While creating or changing a zone, it would be nice if the size in pixels x*y
will be visible
When creating a zone i would like to see how many pixels in x and y i have. On
a big monitor with 3840 _2160 i want to create some zone with 1920_ 1080
pixels.
|
Would it be possible to display the sizes in each windows when
creating/modifying the custom layouts in FancyZones? This will help, for
example, when you want a window that is exactly half/third/quarter etc of the
screen size of another window.
Thanks for a great tool.
| 1 |
From https://stackoverflow.com/questions/68927829/how-to-use-use-numpy-random-
choice-to-get-progressively-longer-sequences-with-th
When generating random numbers with `np.random.Generator.choice` and having
probabilities, the chosen elements in the first positions will depend on the
number of elements to generate, ... |
In the FFTPACK code, we have some "clever" code that uses the pattern
`NPY_SIGINT_ON`, then run some inner loop, then `NPY_SIGINT_OFF`. And what
this does is:
`NPY_SIGINT_ON` uses `setjmp` to make a jump buffer target, saves the current
signal handler for SIGINT (control-C), and then registers a new SIGINT handler
t... | 0 |
I've just had julia updated from 0.4.0 to 0.4.1 via homebrew and ran the tests
just to check before getting too excited and I have attached the test output.
I am using a MacBook Air running OS X 10.9.5
Model Name: MacBook Air
Model Identifier: MacBookAir4,1
Processor Name: Intel Core i7
Processor Speed: 1.8 G... |
This is similar to #7269, but there's no apparent resolution there and I have
a very difficult machine setup.
I'm on Max OSX 10.11.1. I installed Julia 0.4.1 via the Homebrew formula. I
have Xcode 7.1.1 installed and it has installed the command line tools.
When I execute the full test suite: `/usr/local/Cellar/jul... | 1 |
_I've created adiscussion topic on Reddit, but for some reason it disappeared
from the Rust page, so I'm filling an issue here. If there's a better place to
discuss similar suggestions, please tell me._
I was just playing with Rust on http://rustbyexample.com/, and I've
accidentally discovered that writeln can be c... |
I have encountered an issue which seems very unusual to me and I believe it
might be a bug.
Below is a small example which illustrates the issue.
struct CountDown {
count: uint,
// Including the vector causes `Some(self.current())` to fail later on.
vector: Vec<uint>
}
... | 0 |
Something like the following isn't possible at the moment:
<select name="select">
<option class="x" value="1">red</option>
<option value="2">blue</option>
<option class="y" data-value="3" value="3">green</option>
</select>
I want to add some custom attributes to choice op... |
It would be nice to be able to define extra HTML attributes for choices in a
choice list that are added to the `option` or `input` tags.
Origin of this ticket: #3456
| 1 |
In [13]: pd.MultiIndex.from_arrays([[], []])
Out[13]:
MultiIndex(levels=[[], []],
labels=[[], []])
In [14]: pd.MultiIndex.from_arrays([[], []]).unique()
---------------------------------------------------------------------------
TypeError ... |
I have been trying to insert ~30k rows into a mysql database using
pandas-0.15.1, oursql-0.9.3.1 and sqlalchemy-0.9.4. Because the machine is as
across the atlantic from me, calling `data.to_sql` was taking >1 hr to insert
the data. On inspecting with wireshark, the issue is that it is sending an
insert for every row... | 0 |
Challenge Build JavaScript Objects has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/48.0.2564.97 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
After running the test and passing it, I click... |
I cann't press the button "Submit and go to my next challenge (ctrl + enter)".
But if I clicked I only see the infinite loading. How to solve this problem?

| 1 |
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gce-serial/2334/\n\nMultiple broken tests:\n\nFailed: [k8s.io] Kubelet [Serial] [Slow] [k8s.io] regular resource usage\ntracking resource tracking for 35 pods per node {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:278\n Expected error:\n <errors.aggregate | len:4, cap:4>: [\n {\n s: \"Resource usage on node \\\"jenkins-e2e-master\\\" is not ready yet\",\n },\n {\n s: \"Resource usage on node \\\"jenkins-e2e-minion-group-lxlm\\\" is not ready yet\",\n },\n {\n s: \"Resource usage on node \\\"jenkins-e2e-minion-group-o3by\\\" is not ready yet\",\n },\n {\n s: \"Resource usage on node \\\"jenkins-e2e-minion-group-xx3u\\\" is not ready yet\",\n },\n ]\n [Resource usage on node \"jenkins-e2e-master\" is not ready yet, Resource usage on node \"jenkins-e2e-minion-group-lxlm\" is not ready yet, Resource usage on node \"jenkins-e2e-minion-group-o3by\" is not ready yet, Resource usage on node \"jenkins-e2e-minion-group-xx3u\" is not ready yet]\n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:104\n \n\nIssues about this test specifically: #28220\n\nFailed: [k8s.io] Kubelet [Serial] [Slow] [k8s.io] regular resource usage\ntracking resource tracking for 0 pods per node {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:278\n Expected error:\n <errors.aggregate | len:4, cap:4>: [\n {\n s: \"Resource usage on node \\\"jenkins-e2e-minion-group-o3by\\\" is not ready yet\",\n },\n {\n s: \"Resource usage on node \\\"jenkins-e2e-minion-group-xx3u\\\" is not ready yet\",\n },\n {\n s: \"Resource usage on node \\\"jenkins-e2e-master\\\" is not ready yet\",\n },\n {\n s: \"Resource usage on node \\\"jenkins-e2e-minion-group-lxlm\\\" is not ready yet\",\n },\n ]\n [Resource usage on node \"jenkins-e2e-minion-group-o3by\" is not ready yet, Resource usage on node \"jenkins-e2e-minion-group-xx3u\" is not ready yet, Resource usage on node \"jenkins-e2e-master\" is not ready yet, Resource usage on node \"jenkins-e2e-minion-group-lxlm\" is not ready yet]\n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:104\n \n\nIssues about this test specifically: #26784 #28384 #33023\n\nFailed: [k8s.io] Kubelet [Serial] [Slow] [k8s.io] regular resource usage\ntracking resource tracking for 100 pods per node {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:278\n Expected error:\n <errors.aggregate | len:4, cap:4>: [\n {\n s: \"Resource usage on node \\\"jenkins-e2e-master\\\" is not ready yet\",\n },\n {\n s: \"Resource usage on node \\\"jenkins-e2e-minion-group-lxlm\\\" is not ready yet\",\n },\n {\n s: \"Resource usage on node \\\"jenkins-e2e-minion-group-o3by\\\" is not ready yet\",\n },\n {\n s: \"Resource usage on node \\\"jenkins-e2e-minion-group-xx3u\\\" is not ready yet\",\n },\n ]\n [Resource usage on node \"jenkins-e2e-master\" is not ready yet, Resource usage on node \"jenkins-e2e-minion-group-lxlm\" is not ready yet, Resource usage on node \"jenkins-e2e-minion-group-o3by\" is not ready yet, Resource usage on node \"jenkins-e2e-minion-group-xx3u\" is not ready yet]\n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:104\n \n\nIssues about this test specifically: #26982 #33994 #34035\n\nFailed: [k8s.io] SchedulerPredicates [Serial] validates MaxPods limit number\nof pods that are allowed to run [Slow] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:142\n Not scheduled Pods: []api.Pod(nil)\n Expected\n <int>: 0\n to equal\n <int>: 1\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:932\n \n\nIssues about this test specifically: #27662 #29820 #31971 #32505\n\nFailed: [k8s.io] SchedulerPredicates [Serial] validates resource limits of\npods that are allowed to run [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:216\n Not scheduled Pods: []api.Pod(nil)\n Expected\n <int>: 0\n to equal\n <int>: 1\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:932\n \n\nIssues about this test specifically: #27115 #28070 #30747 #31341\n\nPrevious issues for this suite: #26743 #27118 #27320 #31771 #34183\n\n" | ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gce-serial/2327/\n\nMultiple broken tests:\n\nFailed: [k8s.io] SchedulerPredicates [Serial] validates MaxPods limit number\nof pods that are allowed to run [Slow] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:142\n Not scheduled Pods: []api.Pod(nil)\n Expected\n <int>: 0\n to equal\n <int>: 1\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:932\n \n\nIssues about this test specifically: #27662 #29820 #31971 #32505 #34221\n\nFailed: [k8s.io] SchedulerPredicates [Serial] validates resource limits of\npods that are allowed to run [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:216\n Not scheduled Pods: []api.Pod(nil)\n Expected\n <int>: 0\n to equal\n <int>: 1\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/scheduler_predicates.go:932\n \n\nIssues about this test specifically: #27115 #28070 #30747 #31341\n\nFailed: [k8s.io] Kubelet [Serial] [Slow] [k8s.io] regular resource usage\ntracking resource tracking for 0 pods per node {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:278\n Expected error:\n <errors.aggregate | len:4, cap:4>: [\n {\n s: \"Resource usage on node \\\"jenkins-e2e-master\\\" is not ready yet\",\n },\n {\n s: \"Resource usage on node \\\"jenkins-e2e-minion-group-l55u\\\" is not ready yet\",\n },\n {\n s: \"Resource usage on node \\\"jenkins-e2e-minion-group-ocuh\\\" is not ready yet\",\n },\n {\n s: \"Resource usage on node \\\"jenkins-e2e-minion-group-yvw5\\\" is not ready yet\",\n },\n ]\n [Resource usage on node \"jenkins-e2e-master\" is not ready yet, Resource usage on node \"jenkins-e2e-minion-group-l55u\" is not ready yet, Resource usage on node \"jenkins-e2e-minion-group-ocuh\" is not ready yet, Resource usage on node \"jenkins-e2e-minion-group-yvw5\" is not ready yet]\n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:104\n \n\nIssues about this test specifically: #26784 #28384 #31935 #33023\n\nFailed: [k8s.io] Kubelet [Serial] [Slow] [k8s.io] regular resource usage\ntracking resource tracking for 100 pods per node {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:278\n Expected error:\n <errors.aggregate | len:4, cap:4>: [\n {\n s: \"Resource usage on node \\\"jenkins-e2e-master\\\" is not ready yet\",\n },\n {\n s: \"Resource usage on node \\\"jenkins-e2e-minion-group-gb1m\\\" is not ready yet\",\n },\n {\n s: \"Resource usage on node \\\"jenkins-e2e-minion-group-ocuh\\\" is not ready yet\",\n },\n {\n s: \"Resource usage on node \\\"jenkins-e2e-minion-group-yvw5\\\" is not ready yet\",\n },\n ]\n [Resource usage on node \"jenkins-e2e-master\" is not ready yet, Resource usage on node \"jenkins-e2e-minion-group-gb1m\" is not ready yet, Resource usage on node \"jenkins-e2e-minion-group-ocuh\" is not ready yet, Resource usage on node \"jenkins-e2e-minion-group-yvw5\" is not ready yet]\n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:104\n \n\nIssues about this test specifically: #26982 #32214 #33994 #34035\n\nFailed: [k8s.io] Kubelet [Serial] [Slow] [k8s.io] regular resource usage\ntracking resource tracking for 35 pods per node {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:278\n Expected error:\n <errors.aggregate | len:4, cap:4>: [\n {\n s: \"Resource usage on node \\\"jenkins-e2e-minion-group-yvw5\\\" is not ready yet\",\n },\n {\n s: \"Resource usage on node \\\"jenkins-e2e-master\\\" is not ready yet\",\n },\n {\n s: \"Resource usage on node \\\"jenkins-e2e-minion-group-gb1m\\\" is not ready yet\",\n },\n {\n s: \"Resource usage on node \\\"jenkins-e2e-minion-group-ocuh\\\" is not ready yet\",\n },\n ]\n [Resource usage on node \"jenkins-e2e-minion-group-yvw5\" is not ready yet, Resource usage on node \"jenkins-e2e-master\" is not ready yet, Resource usage on node \"jenkins-e2e-minion-group-gb1m\" is not ready yet, Resource usage on node \"jenkins-e2e-minion-group-ocuh\" is not ready yet]\n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:104\n \n\nIssues about this test specifically: #28220 #32942\n\nPrevious issues for this suite: #26743 #27118 #27320 #31771 #34183\n\n" | 1 |
Appears to be a recent issue as Google has indexed the non-WWW URL: search for
site:material-ui.com (35 results) and site:www.material-ui.com (no results)
|
http://www.material-ui.com/ OK
http://material-ui.com/ ERR_NAME_NOT_RESOLVED
We should fix this.
| 1 |
* VSCode Version:1.1.1
* OS Version: Microsoft windows 7-6.1.7601
-Node -v4.4.5-x86
Steps to Reproduce:
1. Hover on the object
2. the list of the object hover popup displayed top position only.
3.I couldn't see the full list, even the scroll feature also not in the hover
popup.
![actuallistwithissue]... |
Would be possible to get a editor agnostic Json Schema npm package or
something we can use as a service? Something similar to OmniSharp but for Json
Schema I suppose. Ideally it would also be able to be hosted independent of
VSCode, so editors like Sublime could call on the same functionality as well.
All the hard w... | 0 |
I found something that I don't think is a bug by itself, but doesn't really
strike me as completely correct behaviour neither.
When I dump the security configuration on the console, I will not see any
authentication mechanism configurations, like form_login, x509, http_basic
etc, but after I clear the cache without ... |
Here is the output I get before and after clearing the cache, and the diff. As
you can see the difference is huge. If I run the command again, the output
comes back to the initial state (the one with the fewer lines) I think it
should be the same.
# Before clearing the cache
# Default configuration fo... | 1 |
This test hasn't succeeded in the last 30 runs on GCE or GKE. Trying to figure
out what's going on.
|
[k8s.io] Kubectl client
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework.go:420
[k8s.io] Simple pod
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework.go:420
should support exec through an HTTP proxy [It... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.