text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|



class AppConfig {
}
Only first ${property1} placeholder will be resolved. Second and any other
values will be used as is. The cause and fix are simple:
File:
./org.springframewo... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.0
* Operating System version: MacOS
* Java version: 11.0.1
### Steps to reproduce this issue... |
* 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
* Java version: 1.8
### Steps to reproduce this issue
... | 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.
* [ x I have checked the issues list
for similar or identical bug repo... |
## Checklist
* Not able to scale up Celery Beat using Docker containers running on multiple servers without replicating the tasks. E.g: If I have 2 containers running, it would run the same task twice.
## Steps to reproduce
## Expected behavior
* Being able to scale up Celery Beat
## Actual behavior
| 0 |
The following was unexpected:
@generated function bar(args...)
:( args[1] )
end
julia> @code_llvm bar(1,2,3)
define %jl_value_t* @julia_bar_21185(%jl_value_t*, %jl_value_t**, i32) {
top:
%3 = alloca [3 x %jl_value_t*], align 8
%.sub = getelementptr inbounds... |
It seems that for both `f(args...)` and `f(args)` (called with a tuple), the
function is specialized to take a tuple as argument. However, in the first
case, the argument is always boxed into a `jl_value_t*` before passing in
while for the second case (at least after) the tuple type change, no boxing/gc
frame is nece... | 1 |
In the meantime, using the above ideas here is what I came up with:
import { withRouter } from 'next/router';
export const withPageRouter = Component => {
return withRouter(({ router, ...props }) => {
router.query = [
...new URLSearchParams((router.asPath || '').split(/... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
$ npm run test
Should run testcases without mistakes
## Current Behavior

#... | 0 |
From @michaelgaribaldi on 2016-10-28T22:32:33Z
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
eos_config
##### ANSIBLE VERSION
ansible 2.3.0
config file = /home/vagrant/iostest/ansible.cfg
configured module search path = Default w/o overrides
##### CONFIGURATION
Using ... |
From @michaelgaribaldi on 2016-10-28T22:32:33Z
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
eos_config
##### ANSIBLE VERSION
ansible 2.3.0
config file = /home/vagrant/iostest/ansible.cfg
configured module search path = Default w/o overrides
##### CONFIGURATION
Using defa... | 1 |
* VSCode Version: 1.2.0
* OS Version: Windows 10
Steps to Reproduce:
1. Open the new embedded command line (CTRL + ")
2. Close CLI and change vscode theme
3. Then open embedded CLI again
It is not working!
|
* VSCode Version: Version 1.2.0-insider Commit `7ccb21d`
* OS Version: Fedora 23
Steps to Reproduce:
1. Open Terminal
2. Change Color Theme
Terminal is then broken until VSCode is restarted

| 1 |
Compare this
https://babeljs.io/repl/#?experimental=true&evaluate=true&loose=false&spec=false&code=function%20f%20()%7B%0A%20%20%2F%2F%20comment%20here%0A%20%20var%20f%0A%7D
to this
https://babeljs.io/repl/#?experimental=true&evaluate=true&loose=false&spec=false&code=function%20f%20()%7B%0A%20%20%2F%2F%20comment%20h... |
This code:
try {
foo();
} catch(e) {
// do nothing
}
Compiles to this:
"use strict";
try {
foo();
} catch (e) {}
// do nothing
It's ok at all, except eslint. It's affecting `no-empty` rule.
| 1 |
## Bug Report
**Current Behavior**
A clear and concise description of the behavior.

**Input Code**
* REPL or Repo link if applicable:
TypeError: Cannot read property 'buildError' of u... |
## Bug Report
**Current Behavior**
`@babel/traverse` tries to throw a `Duplicate declaration` error for key
duplicates in different ambient module declarations in one file.
`@babel/parser` with `typescript` plugin is used to build an AST.
#4640 explains why `Cannot read property 'file' of undefined` is thrown.
... | 1 |
This is slightly inconvenient when one uses `atom -w` for things like git
commit messages, it'd be great if just closing the tab that was opened was
enough to cause the process to exit.
|
Hi, guys.
I've started to learn how to code and found out about Atom. I downloaded the
installer and when I run it shows a error message "Instalation has
failed/Failed to extract installer", even if I run as admin. Downloaded the
installer twice. Am I doing something wrong? My os is win8 x64.
Thanks.
| 0 |
Filing this as a close duplicate of #9299 because that issue is locked, and
with the release of Node v12, the createRequireFromPath boilerplate has become
more widespread, and it involves `import.meta.url`:
import {createRequireFromPath as createRequire} from 'module';
import {fileURLToPath as from... |
I am getting the following two type errors after switching to preset-env;
### Issue 1
Duplicate declaration "activities" (This is an error on an internal node. Probably an internal error)
Related relevant code with the various (valid) declarations of `activities`:
.run((Page, Filt... | 0 |
**Costin Leau** opened **SPR-7703** and commented
The process of finding the methods to be invoked for each http dispatch could
be improved. While it has been already addressed in a previous released, there
are still some minor improvements to be made.
* * *
**Issue Links:**
* #11510 improve annotation base... |
**Arjen Poutsma** opened **SPR-7023** and commented
Currently, the RestTemplate has no way to handle generic types. In other
words, the following does not work:
List<MyDomain> myDomainList = restTemplate.getForObject(uri, List.class);
This should be fixed.
* * *
**Affects:** 3.1.1
**Issue Li... | 0 |
If we add 'numpy==1.20.2' requirements.txt, it resolves the following issue
2021-05-10 20:35:16,558 | Final missing wheels: {numpy==1.20.3(wheel)}
2021-05-10 20:35:19,015 | PythonPipBuilder:ResolveDependencies failed
Traceback (most recent call last):
File "/usr/local/Cellar/aws-sam-cli/1.21.1/libexec/lib/pyth... |
I was wondering if it's possible for the relevant Numpy DLLs (e.g. lapack_lite
or _umath_linalg) to export the CBLAS functions, so that other software can
call into them using e.g. ctypes. Under Linux they are exported by default,
but not under Windows (AFAIK you have to explicitly export symbols on Windows,
by defau... | 0 |
### Version
2.5.13
### Steps to reproduce
Use a component for property display in a loop over ordered by descendant
array
### What is expected?
An actual value
### What is actually happening?
Cached value of previous object is displaying
* * *
I'm new with Vuejs and probably my issue is a dummy one, but I've... |
### Important Note
I don't want this to happen in Vue, I just want to know how can I implement
this in my projects.
If this can't be done right now ... Then this is a feature request of
**CustomKey**
If this can already happen ... Then Please tell me how I can and happy to
close!
* * *
### What problem does th... | 0 |
* Electron version: v.1.8.2.beta4
* Operating system: Windows 10
I have a simple window and showed DevTools on it and when I start typing into
its console, program crashes.
edit:grammar
|
* Electron version: 1.8.2-beta.3
* Operating system: Windows_NT 10.0.15063
### Expected behavior
When devtools are open I should be able to type directly into the console.
### Actual behavior
When you type into the console in devtools it crashes the electron app without
showing any errors.
### How to reprodu... | 1 |
I have faced the issue with production build. I don't know why, but Next's
babel config didn't properly compile my source code, so I ended up with
"unexpected token punc()" which is most likely not compiled source to ES5
(which is needed for UglifyJS).
I have been searching for issues and also tried to extend babel ... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
`next dev` should accept the -H/--hostname argument, like `next start` (see
#1017).
## Current Behavior
`next dev` ignores the hostname argument, defaulting to `localhost`.
## Context
Cloud9 wants ser... | 0 |
I was just installing Three through npm and noticed that the code snippet and
the JS fiddle at the end of the page is using THREE.CanvasRenderer.
https://www.npmjs.com/package/three
You'll see this warning in the console:
`"THREE.CanvasRenderer has been moved to
/examples/js/renderers/CanvasRenderer.js"`
It shoul... |
Hi,
First thank you for your amazing work. I am stunned by what that library can
do!
I am using three.js with a dae on an ipad.
Now what i want to do is
* select an object with touch
* make all other objects' opacity to 0.2 and the selected to 1.0
This would make it clear what object you selected.
Now my... | 0 |
# Environment
Windows build number: 18363.959
PowerToys version: 0.19.2
PowerToy module for which you are reporting the bug (if applicable): PowerToys Run and/or Keyboard Manager
# Steps to reproduce
1. Setup a Keyboard shortcut for Win+R -> Alt+Space


| 0 |
## Steps to Reproduce
1. `flutter create foo`
2. `cd foo`
3. Open Simulator iPhone X
4. `flutter run`
5. Open lib/main.dart
6. Change
appBar: new AppBar(
// Here we take the value from the MyHomePage object that was created by
// the App.build method, and use ... |
Pull the cable from your phone a few seconds after the "Installing
build/app.apk" message appears:
$ flutter run
Installing build/app.apk...
protocol failure
- waiting for device -
Exception from flutter run: Exit code 1 from: /usr/local/google/home/ianh/dev/engine/src/third_party/andro... | 0 |
There are several issues with non-core (angular2.js) bundles we publish to
npm:
* we are not using any bundle arithmetic which means that we bundle parts of the core with those optional bundles. This is mostly visible in http where the bundle is pulling most of ng2 (if not all!) and is in fact bigger than ng2 itse... |
To start with the current SFX bundle (`angular2.sfx.dev`):
* contains the following barrels: zone, reflect-metadata, common, core, instrumentation, platform/browser, upgrade, http, router:
* common, core, instrumentation, platform/browser are exported on the `ng` namespace
* http is exported on the `ngHtt... | 1 |
TypeScript version: 1.5.3+
I'm using the aurelia libraries and when I put the following decorators on
properties the emitted javascript is not in the right format.
import {autoinject, bindable} from "aurelia-framework";
import {Configuration} from "../../../../config/config-loader";
@auto... |
When I compile this code:
class A {
constructor() { console.log('new A'); }
}
type AType = A;
function decorator(target: Object, propertyKey: string) {
}
export class B {
@decorator
x: AType = new A();
}
The emitter produces the follo... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Components with withStyles should work with recursively.
## Current Behavior
Cannot find classes of jss.
## Steps to Reproduce (for bugs)
1. I m trying to build a nested menu recursively. Every men... |
When trying to set the index of tab programmatically from componentDidMount
the Tab indicator doesn't change.
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
When changing the index in state the Tabs component should update the
indicator.
## Cur... | 0 |
_Glide_ : 3.7.0
_Integration libraries_ : no
_Devices_ : currently running on emulator only, hardware GPU rendering
_Issue_ : animated GIFs generally work well, except that the final frame's
delay is being ignored. The product design involves having a long delay on the
last frame so that the final rendering... |
**Glide Version:** 3.6.1
**Issue details:**
While loading GIF's there is significant delay before showing **only** the
second frame, and this happens only for the first loop, all the later loops
goes with expected delay.
So after doing some research, I thought it may be because Glide is resizing
the frames, so ... | 1 |
# Bug report
**What is the current behavior?**
When compiling typescript using ts-loader with webpack, the `library` variable
is not hoisted to the global level, thereby not exposing it at all.
**If the current behavior is a bug, please provide the steps to reproduce.**
MWE at https://github.com/retorquere/webpac... |
# Bug report
**What is the current behavior?**
Module build failed (from /home/circleci/project/node_modules/mini-css-extract-plugin/dist/loader.js):
TypeError: Cannot read property 'identifier' of null
at text.map.line (/home/circleci/project/node_modules/mini-css-extract-plugin/dist/... | 0 |
1.827.904 downloads in the last month can't be wrong right?
|
> Semver
> Until axios reaches a 1.0 release, breaking changes will be released with a
> new minor version. For example 0.5.1, and 0.5.4 will have the same API, but
> 0.6.0 will have breaking changes.
Considering the popularity of Axios and the amount of people using it in
production, would it not be prudent to r... | 1 |
**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,... |
Unittest an API, where test code fixture is trying to create a resource and
then get the response to verify the previous step, and then again to try to
create the same resource again, SqlAlchemy is randomizing the exception
between Integrity and Flush Error.
Libs:
Flask==1.0.2
Flask-Cors==3.0.6
Flask-SQLAlchem... | 0 |
Suddenly today Atom doesn't seem capable of displaying unicode in most fonts.
I've tried a bunch of font families (droid, consolata, inconsolata, monospace,
courier, sans-serif, arial, impact, ubuntu, ubuntu mono, etc) and the
apparently only one who works is sans:

It happen after update to 0.189.0, and it's normal in 0.188.0 .
I try disabled all co... | 1 |
enum Foo { }
var fooMap: { [foo: Foo]: string } // => error TS1023: An index signature parameter type must be 'string' or 'number'.
play
* * *
Enums are internally numbers, so this should be able to compile fine.
|
Typescript requires that enums have number value types (hopefully soon, this
will also include string value types).
Attempting to use an enum as a key type for a hash results in this error:
"Index signature parameter type much be 'string' or 'number' ".-- An enum is
actually a number type.-- This shouldn't be an err... | 1 |
Is it possible to augment the type definition for `ComponentOptions`?
I am using the vue-inject plugin which allows specifying the `dependencies`
section in a component definition. Unfortunately, I can't get it to work the
right way.
My `vue-augmented.d.ts` looks like this:
import Vue from "vue";
... |
Vue 1.0.26
Firefox 47.0
### Reproduction Link
http://jsfiddle.net/5sH6A/523/
### Info
* Click the button to toggle the visibility of the `<test>` component.
* The entrance transition works, but the leave transition doesn't, causing the element to remain in the DOM indefinitely.
* Clicking the button multi... | 0 |
**Aleš Najmann** opened **SPR-6482** and commented
At the moment in my code exist method with such signature:
@RequestMapping(value = "/projects/{filter}/{order}-{direction}", method = RequestMethod.GET)
public String filteredProjectListing(@PathVariable("filter") String filter, @PathVariable("ord... |
**Eduard Papa** opened **SPR-7474** and commented
According to the javadoc for XMLStreamReader, when a null namespaceURI is
passed to getAttributeValue(String, String), the method should return the
attribute value without matching the namespace URI.
Javadoc:
http://download-
llnw.oracle.com/javase/6/docs/api/jav... | 0 |
[Enter steps to reproduce below:]
1. Delete a file
2. Re-open atom project
**Atom Version** : 0.198.0
**System** : Mac OS X 10.10.3
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: ENOENT: no such file or directory, open
'/Users/admin/Documents/workspace/coachcommune/components/web-site-
app/We... |
Some repro steps that I gathered from the existing issues:
1. Have a file open in branch `something` that doesn't exist in branch `atom`
2. `git checkout atom`
3. ENOENT 💥
OR
4. Have a file open in Atom that will be affected by `git rebase`
5. `git rebase`
6. ENOENT 👎
OR
Just simply rename a fil... | 1 |
Numpy - 1.12.1
Python - 2.7.13 | Anaconda 4.4.0
OS - CentOS, MacOS
I am run the following code to produce an array using numpy
import numpy as np
print np.arange(0.002, 0.021, 0.001)
And get the following result
`[ 0.002 0.003 0.004 0.005 0.006 0.007 0.008 0.009 0.01 0.011 0.012 0.013
0... |
Operating system: Windows 10
python version: 3.5.3
numpy version: 1.12.1
Issue information:
when I input numpy.arange(0,5), the output was normal for an array excluding
the terminal number 5, but if I input numpy.arange(0.442,0.524,0.001), the
outcome turned out to be abnormal including the terminal number 0.5... | 1 |
In
versioninfo()
Julia Version 0.5.0-dev+2913
Commit 7199602* (2016-02-28 08:14 UTC)
Platform Info:
System: Linux (x86_64-suse-linux)
CPU: Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
LA... |
This failure happens when building the RPM nightlies (LLVM 3.7.1 with Julia
patches), both on 32- and 64-bit. It appeared for the first time on on
February 5th. It doesn't seem to be present in nightlies from the 4th.
From worker 2: * subarray A = [1 14 27 40 53 66 79 92 105 118 1... | 1 |
Hi,
We have had a setup using Playwright that accesses Business central for more
than 2 years running smoothly. 4 different processes running several time a
day and each proces runs +45 times.
Since update to version 22.X of Business central the process stalls just after
business central has logged in (can see logi... |
### System info
* Playwright Version: v1.32.2
* Operating System: Windows
* Browser: Chromium
* Other info:
### Source code
* [x ] I provided exact source code that allows reproducing the issue locally.
**Link to the GitHub repository with the repro**
Repository
or
**Config file**
// p... | 0 |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for a feature request that matches the one I want to file, without success.
### Electron Version
13.1.2
### What opera... |
* Electron version: 1.4.15, 1.6.2, 1.6.7
* Operating system: Win, Mac
### Expected behavior
User should join WebRTC session without errors
### Actual behavior
Can't join WebRTC session. Following error occurred:
[30112:0628/135434.057507:ERROR:stunport.cc(89)] Binding request timed out from 10.... | 1 |
# Environment
Windows build number: Win32NT 10.0.18362.0
Windows Terminal version (if applicable): 0.5.2762.0
# Steps to reproduce
echo -ne '\e]10;foo\e'; sleep 1; echo -ne '\\'; sleep 5; echo; sleep 1; echo; sleep 10
# Expected behavior
Two linefeeds eventually, nothing... |
* Your Windows build number: (Type `ver` at a Windows Command Prompt)
10.0.18362.113
* What you're doing and what's happening: (Copy & paste specific commands and their output, or include screenshots)
I am using the Czech keyboard. We write some characters like `|` by pressing
`RightAlt-W`. There are more ch... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Let users dynamically import higher order components in the same manner as
regular components to increase composability.
## Current Behavior
Using `dynamic(import('./file.js'))` returns a DynamicCompone... |
* I have searched the issues of this repository and believe that this is not a duplicate.
After transiting from one page to another page via next `<Link />`, if user
clicks the back button and the previous page has `getInitialProps` method that
takes some time to finish, the scroll position of the previous wil... | 0 |
I'm using babel to compile src/ to lib/. I have `src/cli/somecli.js` which is
`chmod u+x` but babel doesn't preserve that permission which means I can't do
`./lib/cli/somecli.js` in bash. Would be nice if there was an option to tell
babel to preserve that permission.
|
When I do:
babel -w -d dist src
I expect dist/bin.js to have the same permissions as src/bin.js (specifically,
executable bit)
In actuality, the permissions are not preserved.
| 1 |
##### System information (version)
* OpenCV => 4.1.1
* Operating System / Platform => Windows 64 Bit
* Compiler => Visual Studio 2017
* Inference engine 2019.2.275
##### Detailed description
I used the version of script currently available in the master branch. My
model was generated with TF 1.14 and is a ... |
##### System information (version)
* OpenCV => 3.2.0 and 4.1.2
* Operating System / Platform => raspbian Linux raspberrypi 4.19.75-v7l+ #1270 SMP Tue Sep 24 18:51:41 BST 2019 armv7l GNU /Linux
* Compiler => gcc (Raspbian 8.3.0-6+rpi1) 8.3.0
* Python 2.7.16 (default, Oct 10 2019, 22:02:15)
* Python 3.7.3 (d... | 0 |
**Casey Hadden** opened **SPR-7204** and commented
AbstractApplicationEventMulticaster has two getApplicationListeners methods.
The no parameter method will return duplicate listeners in its list while the
one subsetting by event type does not.
It appears that when the default ListenerRetriever class is iterating o... |
**Brian Pontarelli** opened **SPR-2651** and commented
I previously had a configuration that was working fine through all 2.0
releases until I recently upgrade from M4 to RC4. This no longer works. Here
is the stack trace:
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'mess... | 0 |
Help doc of `LDA.transform` says:
Returns
-------
X_new : array, shape = [n_samples, n_components]
However:
X = np.array([[-1, -1, -1], [-2, -1, -1], [-3, -2, -2], [1, 1, 3], [2, 1, 4], [3, 2, 1]])
y = np.array([1, 1, 1, 2, 2, 2])
lda = LDA(n_components=3).fit(X, y)... |
Currently rfc only support array like input , thus it can not apply to huge
dataset. If the sparse matrix could be supported in the near future, would Be
Greatly Appreciated!
| 0 |
ERROR: type should be string, got "\n\nhttps://github.com/yangdan8/module-federation-bug\n\nstep: \npnpm i \npnpm dev\n\nresult: \nThere is\n\"node_modules_pnpm_vue_2_7_14_node_modules_vue_dist_vue_runtime_esm_js\" in\n\"consumer/dist\" directory, \nbut it is in \"libs/dist\" directory too!!!\n\nwindows 11 \nnode 16 \nwebpack 5.75.0 \ntool vscode\n\n" |
When requiring shim for using process in browser, chunk hash variants on
different machines.
In the module "lib/NodeSourcePlugin", "getPathToModule" method will return an
absolute path of node shim. This will cause different results depending on the
path where your project exits on different machines. And when webp... | 0 |
# Examples bug report
## Example name
blog-starter
## Describe the bug
Client-side route changes are broken. When you click around on the client
after the initial load, content is appended to a container instead of
replacing it. Seems like there might be an issue with a Suspense component?
![Kapture 2019-09-28 a... |
# Bug report
## Describe the bug
At least two of the NextJS examples do not work when run "out of the box".
## To Reproduce
1. Follow the steps in either of these two READMEs:
* nextjs-with-typescript
* hello-world
2. Run `npm install && npm run dev`.
* React will report "Unexpected fiber popped... | 1 |
Editing node.js (JavaScript) files (after opening a folder), where a file
requires another module (same folder), if you want to see the definition of a
symbol (F12 or right-lick "Go to Definition") stopped working with latest
update Version 0.10.10 (0.10.10)
I use this feature frequently. It used to work fine.
|
_From@justin-romano on February 3, 2016 21:56_
It just does nothing unless its a local variable.
I would have suspected this would present a list of all possible matching
items in the source.
Its almost as if its not even indexing the code. I am working in a source base
of millions of lines of JS so it would be... | 1 |
### System info
* Playwright Version: [v1.31.2]
* Operating System: [macOS 13.2.1]
* Browser: [Chromium]
* Other info: [Node 16.16.0]
### Source code
* I provided exact source code that allows reproducing the issue locally.
**Test file (self-contained)**
const { chromium } = require('play... |
**Context:**
* Playwright Version: 1.25.0
* Operating System: Windows 10 x64
* .NET version: .NET 6
* Browser: MS Edge
* Extra: Visual Studio Enterprise 17.3.2
**Code Snippet**
[TestMethod]
public async Task LoadPlaywrightPage()
{
var playwright = await Playwright.CreateAsy... | 0 |
When using a `date` field, say
->add('endAt', 'date', array(
'format' => \IntlDateFormatter::LONG,
'years' => range(date('Y'), date('Y') + 10),
))
all options are translated:
State | Locale | Domain | Id | Message Preview
---|---|---|---|---
missing | fr | forms | 2015... |
I use `BirthdayType` (for which parent `DateType` so the problem is the same).
->add('birthday', 'birthday', [
'label' => 'my_custom.translation_message',
'required' => true,
'format' => 'dd MMMM yyyy',
// 'translation_domain' => false,
// 'choice_translation_domain' =... | 1 |
**Andreas Senft** opened **SPR-759** and commented
I just had a look at the implementation of
AopUtils#getAllInterfacesForClassAsList.
I remember that I usually implemented similar methods using a Set. If multiple
classes in a hierarchy implement the same interfaces the resulting list would
yield duplicate entries... |
**George Baxter** opened **SPR-8737** and commented
Java has a concurrency issue when examining annotations on a method or method
parameters (synchronized around a jam-wide weak hash map). In high concurrency
environments, this becomes a bottleneck. The only current solution is to cache
the annotations.
Currently,... | 0 |
Since upgrading to 2.3, I am now receiving occasional errors where a session
record insert is failing because of a duplicate primary key. I have narrowed
down the stack trace to the PDOSessionHandler's read() function.
It seems that the session ID doesn't exist at the initial SELECT statement,
but does exist by the ... |
Recently I've had the need to override Profiler (in order to export the hash
used), and EnvParametersResource (in order to do a clever dotenv integration).
I'm finding that overriding these classes requires me to copy quite a few
private variables.
e.g.
class EnvParametersResource implements SelfChec... | 0 |
### Version
2.6.13
### Reproduction link
https://codesandbox.io/s/quizzical-wildflower-mp7tm
### Steps to reproduce
1. create a component with scoped slot
2. put at least 2 children inside this scoped slot
3. make the first child conditionally rendered with V-IF directive
The V-IF directive in the first c... |
### Version
2.6.13
### Reproduction link
https://codesandbox.io/s/recursing-dream-0zdf5?file=/src/App.vue
### Steps to reproduce
<template>
<ComponentWithSlot>
<template #slot-name>
<span v-if="false">...</span>
<span>This is shown in 2.6.12, but not in 2.6.13.</sp... | 1 |
the syntax checker and mobile viewer have had compounding issues for me as a
work through this tutorial in firefox.
this is how this challenge loaded without my changing any of the text. The
mobile view shows duplicated content which doesn't match the code
 seems to scroll with a mind of its own. I have... | 0 |
Today I've started JS chunk and I can see every assert for every step. Asserts
still have "grayed-out" class, but are visible.
For example here: http://freecodecamp.com/challenges/waypoint-declare-string-
variables
 Gecko/20100101
Firefox/48.0`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
function confirmEnding(str, target) {
// "Never give up an... | 0 |
I used
@-ms-viewport{
width : auto
}
It seems to fix the issue, tested on Lumia 920 GDR3
|
I am using a navbar on windows phone 8 (lumia 920) and it doesn't seem to
collapse at all (in landscape or portrait).
I tried removing the following from bootstrap.css (as per a suggestion on a
previous bug report):
@-ms-viewport {
width: device-width;
}
which fixed the navbar, but obviously I don't know what ... | 1 |
Attempting to load any ts file into a worker where an import map is used fails
within the worker. It results in a relative import path error.
We extensively use import maps in our project to keep it clean and prevent
having a lot of relative paths "../../../" in our imports.
|
## Steps to reproduce
1. Create the following files under the same directory:
**import_map.json**
{
"imports": {
"fmt/": "https://deno.land/std@0.55.0/fmt/"
}
}
**color.ts**
import { red } from "fmt/colors.ts";
console.log(red("hello world"));
*... | 1 |

There are 82 files in the information at the top but certainly not 82 files in
the result. I cannot find the plugin that provides this functionality so have
posted here.
|

I'm looking for a word in a project. I know the first result doesn't have what
I want. I hide the first result, but there are no more results. I need to
scroll to trigger the rest of the results to be fetched, ... | 1 |
# Bug report
## Describe the bug
The with-ant-design-less example is lack off hot reloading and client-side
rendering for css
## To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Hot reloading problem:
1. Go to 'asserts/antd-custom.less'
2. Change the primary color
... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
## Current Behavior
## Steps to Reproduce (for bugs)
1. 2. 3. 4.
## Context
## Your Environment
Tech | Version
---|---
next |
node |
OS |
browser |
etc |
| 0 |
Julia-0.3.0-prerelease-d2d9bd93ed for OSX 10.6 64-bit crashes instantly at
launch on an iMac model iMac10,1 with Mac OS X 10.6.8 processor Intel Core 2
Duo 3.06 GHz
I don't have any debug tools on this machine but I think it is an illegal
instruction.
Julia 0.2 for OSX 10.6 64-bit works.
|
julia> versioninfo()
Julia Version 0.3.0-prerelease+1358
Commit cb26338* (2014-02-01 14:56 UTC)
Platform Info:
System: Windows (i686-w64-mingw32)
CPU: Intel(R) Core(TM)2 Duo CPU T9300 @ 2.50GHz
WORD_SIZE: 32
BLAS: libopenblas (DYNAMIC_ARCH NO_AFFINITY)
LAPAC... | 1 |
Numpy amax method raises warning when input is an array that contains NaN. I
do not recall that numpy did this in previous versions. Also, from the
documentation, it says that amax shall propagate NaN, so I would expect it to
return NaN without raising a warning.
### Reproducing code example:
import n... |
`numpy.maximum` now raises a RuntimeWarning when encountering a NaN, but the
documentation says it propagates NaNs and even goes to the trouble of saying
exactly how they are propagated, which makes it seem like it shouldn't give a
warning.
### Reproducing code example:
In [1]: import numpy as np
... | 1 |
`Pkg.clone` supports cloning a package via a registered package name. If you
supply a package name that is not registered the following occurs in Julia
v0.4
julia> Pkg.clone("Foo")
INFO: Cloning Foo from Foo
fatal: repository 'Foo' does not exist
ERROR: unlink: no such file or directory (EN... |
.julia/v0.5 » julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.4... | 1 |
##### System information (version)
* OpenCV => :4.0.1 Android pack
##### Detailed description
When using Opencv Javacamera2View , I get a green color on the camera preview.
When i switch to JavaCameraView, the camera diplays well.

* OpenCV => 3.2.0
* Operating System / Platform => RHEL 7
* Compiler => GCC 6.2.1 20161010 (for GNAT Pro 17.1 20170104)
##### Detailed description
When doing a matrix operation, if the output matrix is of an incompatible type
the results will neither be converted to the cor... | 0 |
Currently the scheduler through the `Threads.@spawn` macro will assign to
random thread #'s, including the primary thread. There may be times where
there is a "traffic cop" activity on Thread 1 that can be impacted if a heavy-
computational (in essence, blocking) task is put onto that thread. It would be
nice if ther... |
If I run the following code in a REPL (v0.4.5), I find that the REPL becomes
very unresponsive. It will take many seconds to respond to just typing a few
letters. In contrast, if I run the same code in an iJulia notebook, the iJulia
notebook remains responsive to typing, even if it takes longer to evaluate
things. It... | 1 |
Using ng-content inside ngFor produce a single content.
For example:
@Component({
selector: 'some-component',
template: `
<div *ngFor="#x of arr">
<ng-content></ng-content>
</div>
`
});
class SomeComponent {
arr = [1,2,3];... |
When a component has a `ng-content` within a `ng-for` only one `ng-content` is
rendered.
## Component with the for and content ( list.ts )
<li *ng-for="#item of listRows">
<ng-content></ng-content>
</li>
## Component using the List component ( app.ts )
<list [lis... | 1 |
Even as a developer with quite some experience with web development, I found
the HTMK5 and CSS3 waypoints interesting. However, this changed in the last 15
waypoints which covered just two topics: hex code and rgb values: with a lot
of repetition(e.g. three waypoints for how to change colour to red, blue and
green).
... |
Challenge http://freecodecamp.com/challenges/waypoint-use-rgb-to-color-
elements-green has an issue. Please describe how to reproduce it, and include
links to screenshots if possible.
I don't need to repeat the same task six times with slightly different
colours, simpler option is far better. Once for each colour ty... | 1 |
# Environment
Windows build number: 1903, build 18362
Windows Terminal version (if applicable): Windows Terminal (Preview) Version: 0.5.2681.0
Any other software?
Terminal Font: Fira Code
# Steps to reproduce
In CMD: `mode con`
# Expected behavior
`Lines` value equals `initial... |
# Description of the new feature/enhancement
Currently, there are 4 pixels of distance between each of the top of the tabs
and the top of the maximized window:

According to the Fitts' Law, the time to inte... | 0 |
Here is an example:
julia> x = 2
2
julia> x.2
0.4
|
I'm very new to Julia--I just downloaded it today--so I'm not sure if this the
"bug" I'm reporting is desired behavior, and I'm also not sure if the
vocabulary I'm using to describe it is correct for Julia:
As I was playing around with Julia, I was surprised to find that attempting to
access attributes of a variable... | 1 |
##
Run an insert sql with more than one encrypt column, and some of columns are
null, encrypt-jdbc rewrite a wrong sql which plain columns are out of
order.But if I set the null columns to "". it rewrite an correct sql.
sharding-sphere version 4.0.0-RC2
##
And then i update my sharding-sphere version to 4.0.0-RC3... |
## Bug Report
**For English only** , other languages will not accept.
Before report a bug, make sure you have:
* Searched open and closed GitHub issues.
* Read documentation: ShardingSphere Doc.
Please pay attention on issues you submitted, because we maybe need more
details.
If no response anymore and we c... | 0 |
**Colin Sampaleanu** opened **SPR-2285** and commented
The bean factory and application context contract clearly states (as per our
docs) that within one definition xml file a bean id must be unique.
This is enforced by the XML parser when using the "id" attribute exclusively
because this is flagged as an XML IDREF... |
**Chris Beams** opened **SPR-7888** and commented
Equivalent to context:spring-configured/
Because `@Configuration` classes don't produce bean definitions in quite the
same way that XML configuration files do, an annotation-based
`@SpringConfigured` annotation must work differently than context:spring-
configured/.... | 0 |
Currently `ControllerResolver` is responsible for determining the parameters
to pass to controller actions. It does so via `Reflection` matching request
attribute names to action parameter names. For parameters using the `Request`
type hint it however knows to inject the `Request` instance.
Now in FOSRestBundle we h... |
In the https://github.com/symfony/workflow repository, the link to the
documentation is not working.
The current link is
https://symfony.com/doc/current/components/workflow/introduction.html which
returns a 404.
| 0 |
### System info
* Playwright Version: [v1.34.3]
* Operating System: [Ubuntu 20]
* Browser: [Firefox]
* Other info:
### Source code
* I provided exact source code that allows reproducing the issue locally.
**Link to the GitHub repository with the repro**
or
**Config file**
// playwright.... |
### System info
* Playwright Version: v1.34.3
* Operating System: macOS 13.4
* Browser: Chromium
* Other info: Vue component testing
### Source code
* I provided exact source code that allows reproducing the issue locally.
**Config file**
// playwright.config.ts
import { defineConfig,... | 0 |
I have an issue with SelectField having many menu items with "checked" prop
when first menu item have buttons as children. The list scrolls to first item
immediately when i click on last item or on items near last item.
* I have searched the issues of this repository and believe that this is not a duplicate.
## E... |
I'm trying to use the React Material tables.
But when I add paging to them I get the following error:
`Error: Material-UI: the value property is required when using the Select
component with native=false.`
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected ... | 0 |
ERROR: type should be string, got " \n \nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gke-serial/1612/\n\nFailed: [k8s.io] [HPA] Horizontal pod autoscaling (scale resource: CPU)\n[k8s.io] [Serial] [Slow] ReplicaSet Should scale from 5 pods to 3 pods and\nfrom 3 to 1 {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:62\n Expected error:\n <*errors.StatusError | 0xc820fb3000>: {\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 replicationControllers rs)\",\n Reason: \"Forbidden\",\n Details: {\n Name: \"rs\",\n Group: \"\",\n Kind: \"replicationControllers\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Forbidden: \\\"/api/v1/namespaces/e2e-tests-horizontal-pod-autoscaling-z5j90/replicationcontrollers/rs\\\"\",\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 replicationControllers rs)\n not to have occurred\n \n\nPrevious issues for this test: #27394 #27660\n\n" | ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gke/9674/\n\nMultiple broken tests:\n\nFailed: [k8s.io] V1Job should scale a job down {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/batch_v1_jobs.go:166\n Expected error:\n <*errors.StatusError | 0xc82086cf00>: {\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 jobs.batch)\",\n Reason: \"Forbidden\",\n Details: {\n Name: \"\",\n Group: \"batch\",\n Kind: \"jobs\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Forbidden: \\\"/apis/batch/v1/namespaces/e2e-tests-v1job-rk7xo/jobs\\\"\",\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 jobs.batch)\n not to have occurred\n \n\nFailed: [k8s.io] Pods should get a host IP [Conformance] {Kubernetes e2e\nsuite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:132\n Expected error:\n <*errors.StatusError | 0xc820d04080>: {\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-yito2/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] Generated release_1_3 clientset should create pods, delete\npods, watch pods {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/generated_clientset.go:244\n Jun 21 22:02:59.790: Failed to set up watch: the server does not allow access to the requested resource (get pods)\n \n\nFailed: [k8s.io] Kubectl client [k8s.io] Kubectl run deployment should create\na deployment from an image [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:973\n Expected error:\n <*errors.StatusError | 0xc820d1a100>: {\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 pods)\",\n Reason: \"Forbidden\",\n Details: {\n Name: \"\",\n Group: \"\",\n Kind: \"pods\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Forbidden: \\\"/api/v1/namespaces/e2e-tests-kubectl-8rvuv/pods?labelSelector=run%3De2e-test-nginx-deployment\\\"\",\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 pods)\n not to have occurred\n \n\nIssues about this test specifically: #27532\n\nFailed: [k8s.io] Pods should be restarted with a /healthz http liveness probe\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:133\n Jun 21 22:02:27.505: Couldn't delete ns \"e2e-tests-pods-ljdz2\": the server does not allow access to the requested resource (delete namespaces e2e-tests-pods-ljdz2)\n \n\nFailed: [k8s.io] Kubectl client [k8s.io] Simple pod should support exec\nthrough an HTTP proxy {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:132\n Expected error:\n <*errors.StatusError | 0xc820fac080>: {\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-4jiei/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: #27156\n\nFailed: [k8s.io] ResourceQuota should verify ResourceQuota with terminating\nscopes. {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:132\n Expected error:\n <*errors.StatusError | 0xc8208b0800>: {\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-p9vrv/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] V1Job should run a job to completion when tasks sometimes\nfail and are locally restarted {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:132\n Expected error:\n <*errors.StatusError | 0xc820d59500>: {\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-v1job-yzicu/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 should not be ready\nbefore initial delay 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:86\n Expected error:\n <*errors.StatusError | 0xc82026c180>: {\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 pods)\",\n Reason: \"Forbidden\",\n Details: {\n Name: \"\",\n Group: \"\",\n Kind: \"pods\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Forbidden: \\\"/api/v1/namespaces/e2e-tests-container-probe-r6od1/pods\\\"\",\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 pods)\n not to have occurred\n \n\nFailed: [k8s.io] Variable Expansion should allow substituting values in a\ncontainer's command [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/expansion.go:100\n Jun 21 22:05:17.590: Failed to create pod: the server does not allow access to the requested resource (post pods)\n \n\nFailed: [k8s.io] Job should scale a job up {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/job.go:137\n Expected error:\n <*errors.StatusError | 0xc820be6800>: {\n ErrStatus: {\n TypeMeta: {Kind: \"\", APIVersion: \"\"},\n ListMeta: {SelfLink: \"\", ResourceVersion: \"\"},\n Status: \"Failure\",\n Message: \"the server has asked for the client to provide credentials (get pods)\",\n Reason: \"Unauthorized\",\n Details: {\n Name: \"\",\n Group: \"\",\n Kind: \"pods\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Unauthorized\",\n Field: \"\",\n },\n ],\n RetryAfterSeconds: 0,\n },\n Code: 401,\n },\n }\n the server has asked for the client to provide credentials (get pods)\n not to have occurred\n \n\nFailed: [k8s.io] V1Job should fail a job {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/batch_v1_jobs.go:202\n Expected error:\n <*errors.StatusError | 0xc820b5b900>: {\n ErrStatus: {\n TypeMeta: {Kind: \"\", APIVersion: \"\"},\n ListMeta: {SelfLink: \"\", ResourceVersion: \"\"},\n Status: \"Failure\",\n Message: \"the server has asked for the client to provide credentials (get jobs.batch foo)\",\n Reason: \"Unauthorized\",\n Details: {\n Name: \"foo\",\n Group: \"batch\",\n Kind: \"jobs\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Unauthorized\",\n Field: \"\",\n },\n ],\n RetryAfterSeconds: 0,\n },\n Code: 401,\n },\n }\n the server has asked for the client to provide credentials (get jobs.batch foo)\n not to have occurred\n \n\nIssues about this test specifically: #27704\n\nFailed: [k8s.io] ReplicaSet should serve a basic image on each replica with a\nprivate image {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/replica_set.go:47\n Expected error:\n <*errors.StatusError | 0xc8207c8f00>: {\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 replicasets.extensions)\",\n Reason: \"Forbidden\",\n Details: {\n Name: \"\",\n Group: \"extensions\",\n Kind: \"replicasets\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Forbidden: \\\"/apis/extensions/v1beta1/namespaces/e2e-tests-replicaset-y7i22/replicasets\\\"\",\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 replicasets.extensions)\n not to have occurred\n \n\nFailed: [k8s.io] Deployment paused deployment should be ignored by the\ncontroller {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/deployment.go:73\n Expected error:\n <*errors.StatusError | 0xc820d70500>: {\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 deployments.extensions)\",\n Reason: \"Forbidden\",\n Details: {\n Name: \"\",\n Group: \"extensions\",\n Kind: \"deployments\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Forbidden: \\\"/apis/extensions/v1beta1/namespaces/e2e-tests-deployment-h5sro/deployments\\\"\",\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 deployments.extensions)\n not to have occurred\n \n\nFailed: [k8s.io] DNS should provide DNS for services [Conformance] {Kubernetes\ne2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:133\n Jun 21 22:04:14.752: Couldn't delete ns \"e2e-tests-dns-kn3s7\": the server does not allow access to the requested resource (delete namespaces e2e-tests-dns-kn3s7)\n \n\nIssues about this test specifically: #26168 #27450\n\nFailed: [k8s.io] MetricsGrabber should grab all metrics from a\nControllerManager. {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:132\n Expected error:\n <*errors.StatusError | 0xc820d93380>: {\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-metrics-grabber-bkgig/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] Downward API volume should provide container's cpu request\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:133\n Jun 21 22:05:37.592: All nodes should be ready after test, the server does not allow access to the requested resource (get nodes)\n \n\nFailed: [k8s.io] Downward API should provide pod IP as an env var {Kubernetes\ne2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:132\n Expected error:\n <*errors.StatusError | 0xc820c06200>: {\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-downward-api-0s97k/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] Downward API should provide default limits.cpu/memory from\nnode capacity {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/downward_api.go:174\n \"CPU_LIMIT=[1-9]\" in container output\n Expected\n <string>: \n to match regular expression\n <string>: CPU_LIMIT=[1-9]\n \n\nFailed: [k8s.io] ResourceQuota should create a ResourceQuota and capture the\nlife of a pod. {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:133\n Jun 21 22:04:26.642: Couldn't delete ns \"e2e-tests-resourcequota-lh0fh\": the server does not allow access to the requested resource (delete namespaces e2e-tests-resourcequota-lh0fh)\n \n\nFailed: [k8s.io] Services should be able to create a functioning NodePort\nservice {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:403\n Jun 21 22:08:53.639: Failed to create TCP Service \"nodeport-test\": the server does not allow access to the requested resource (post services)\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/third-party.go:176\n Jun 21 22:08:47.269: failed to decode: &json.SyntaxError{msg:\"invalid character 'F' looking for beginning of value\", Offset:1}\n \n\nFailed: [k8s.io] EmptyDir volumes should support (root,0777,default)\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/empty_dir.go:105\n Jun 21 22:05:43.331: Failed to create pod: the server does not allow access to the requested resource (post pods)\n \n\nIssues about this test specifically: #26780\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/deployment.go:55\n Expected error:\n <errors.aggregate | len:1, cap:1>: [\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-new-deployment-2791939565)\",\n Reason: \"Forbidden\",\n Details: {\n Name: \"test-new-deployment-2791939565\",\n Group: \"extensions\",\n Kind: \"replicasets\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Forbidden: \\\"/apis/extensions/v1beta1/namespaces/e2e-tests-deployment-9p1wp/replicasets/test-new-deployment-2791939565\\\"\",\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-new-deployment-2791939565)\n not to have occurred\n \n\nFailed: [k8s.io] EmptyDir volumes should support (non-root,0666,tmpfs)\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/empty_dir.go:85\n Jun 21 22:04:57.497: Failed to create pod: the server does not allow access to the requested resource (post pods)\n \n\nFailed: [k8s.io] PreStop should call prestop when killing a pod [Conformance]\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/pre_stop.go:167\n validating pre-stop.\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\nFailed: [k8s.io] Kubectl client [k8s.io] Kubectl version should check is all\ndata is printed [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:132\n Expected error:\n <*errors.StatusError | 0xc820d56a80>: {\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-ros1z/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] DNS should provide DNS for pods for Hostname and Subdomain\nAnnotation {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/dns.go:389\n Jun 21 22:02:25.408: Failed to get pod : the server does not allow access to the requested resource (get pods dns-test-380142b9-3836-11e6-b923-0242ac110004)\n \n\nFailed: [k8s.io] Kubectl client [k8s.io] Update Demo should create and stop a\nreplication controller [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:209\n Expected error:\n <*errors.errorString | 0xc820a7ce00>: {\n s: \"Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.198.217.152 --kubeconfig=/workspace/.kube/config get pods update-demo-nautilus-o932c -o template --template={{if (exists . \\\"status\\\" \\\"containerStatuses\\\")}}{{range .status.containerStatuses}}{{if (and (eq .name \\\"update-demo\\\") (exists . \\\"state\\\" \\\"running\\\"))}}true{{end}}{{end}}{{end}} --namespace=e2e-tests-kubectl-oiiee] [] <nil> Error from server: the server does not allow access to the requested resource (get pods update-demo-nautilus-o932c)\\n [] <nil> 0xc82013d900 exit status 1 <nil> true [0xc8204ae6e8 0xc8204ae720 0xc8204ae748] [0xc8204ae6e8 0xc8204ae720 0xc8204ae748] [0xc8204ae6f8 0xc8204ae740] [0xa88200 0xa88200] 0xc820749d40}:\\nCommand stdout:\\n\\nstderr:\\nError from server: the server does not allow access to the requested resource (get pods update-demo-nautilus-o932c)\\n\\nerror:\\nexit status 1\\n\",\n }\n Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.198.217.152 --kubeconfig=/workspace/.kube/config get pods update-demo-nautilus-o932c -o template --template={{if (exists . \"status\" \"containerStatuses\")}}{{range .status.containerStatuses}}{{if (and (eq .name \"update-demo\") (exists . \"state\" \"running\"))}}true{{end}}{{end}}{{end}} --namespace=e2e-tests-kubectl-oiiee] [] <nil> Error from server: the server does not allow access to the requested resource (get pods update-demo-nautilus-o932c)\n [] <nil> 0xc82013d900 exit status 1 <nil> true [0xc8204ae6e8 0xc8204ae720 0xc8204ae748] [0xc8204ae6e8 0xc8204ae720 0xc8204ae748] [0xc8204ae6f8 0xc8204ae740] [0xa88200 0xa88200] 0xc820749d40}:\n Command stdout:\n \n stderr:\n Error from server: the server does not allow access to the requested resource (get pods update-demo-nautilus-o932c)\n \n error:\n exit status 1\n \n not to have occurred\n \n\nFailed: [k8s.io] Job should run a job to completion when tasks succeed\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:132\n Expected error:\n <*errors.StatusError | 0xc820cc8d80>: {\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-job-48veg/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] Downward API should provide pod name and namespace as env\nvars [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:132\n Expected error:\n <*errors.StatusError | 0xc82118e200>: {\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-downward-api-yx66y/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] Downward API volume should update annotations on modification\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:132\n Expected error:\n <*errors.StatusError | 0xc821225080>: {\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-downward-api-5pq1a/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] SSH should SSH to all nodes and run commands {Kubernetes e2e\nsuite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:132\n Expected error:\n <*errors.StatusError | 0xc820e17800>: {\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-ssh-1ual0/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: #26129\n\nFailed: [k8s.io] Services should check NodePort out-of-range {Kubernetes e2e\nsuite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:839\n Expected error:\n <*errors.StatusError | 0xc821225e00>: {\n ErrStatus: {\n TypeMeta: {Kind: \"\", APIVersion: \"\"},\n ListMeta: {SelfLink: \"\", ResourceVersion: \"\"},\n Status: \"Failure\",\n Message: \"the server does not allow access to the requested resource (post services)\",\n Reason: \"Forbidden\",\n Details: {\n Name: \"\",\n Group: \"\",\n Kind: \"services\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Forbidden: \\\"/api/v1/namespaces/e2e-tests-services-khvde/services\\\"\",\n Field: \"\",\n },\n ],\n RetryAfterSeconds: 0,\n },\n Code: 403,\n },\n }\n the server does not allow access to the requested resource (post services)\n not to have occurred\n \n\nFailed: [k8s.io] ResourceQuota should create a ResourceQuota and capture the\nlife of a persistent volume claim. {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/resource_quota.go:303\n Expected error:\n <*errors.StatusError | 0xc820299d00>: {\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-ysfgm/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] Job should delete a job {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:132\n Expected error:\n <*errors.StatusError | 0xc820e1b780>: {\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-job-49ep0/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] Job should run a job to completion when tasks sometimes fail\nand are not locally restarted {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:132\n Expected error:\n <*errors.StatusError | 0xc820d7a080>: {\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-job-06dh3/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 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:276\n Expected error:\n <*errors.StatusError | 0xc820e5e180>: {\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 execpod-e7bje)\",\n Reason: \"Forbidden\",\n Details: {\n Name: \"execpod-e7bje\",\n Group: \"\",\n Kind: \"pods\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Forbidden: \\\"/api/v1/namespaces/e2e-tests-services-zpcct/pods/execpod-e7bje\\\"\",\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 execpod-e7bje)\n not to have occurred\n \n\nIssues about this test specifically: #26128 #26685\n\nFailed: [k8s.io] Pods should contain environment variables for services\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:132\n Expected error:\n <*errors.StatusError | 0xc820e5d680>: {\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-317ii/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:132\n Expected error:\n <*errors.StatusError | 0xc820cd2200>: {\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-iljxu/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 Jun 21 22:08:08.009: expecting wait timeout error but got: the server has asked for the client to provide credentials (get pods test-webserver-09c1dff4-3837-11e6-84b5-0242ac110004)\n \n\nFailed: [k8s.io] Kubectl client [k8s.io] Kubectl api-versions should check if\nv1 is in available api versions [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:133\n Jun 21 22:02:29.320: Couldn't delete ns \"e2e-tests-kubectl-2fmnd\": the server does not allow access to the requested resource (delete namespaces e2e-tests-kubectl-2fmnd)\n \n\nFailed: [k8s.io] ReplicationController should serve a basic image on each\nreplica with a private image {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:132\n Expected error:\n <*errors.StatusError | 0xc820828880>: {\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-2527u/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\nPrevious issues for this suite: #26742\n\n" | 1 |
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version** : 0.188.0
**System** : Unknown Windows Version
**Thrown From** : emmet-atom package, v2.3.4
### Stack Trace
Failed to load the emmet-atom package
At Cannot find module 'emmet'
Error: Cannot find module 'emmet'
... |
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version** : 0.187.0
**System** : Mac OS X 10.10.2
**Thrown From** : emmet package, v2.3.4
### Stack Trace
Failed to load the emmet-atom package
At Cannot find module 'emmet'
Error: Cannot find module 'emmet'
at Module._... | 1 |
**David Ferbas** opened **SPR-4100** and commented
The spring-2.5-rc2.pom file contains the wrong version information
<version>2.5-rc1</version> needs to be <version>2.5-rc2</version>
* * *
**Affects:** 2.5 RC2
**Issue Links:**
* #8787 All POM file in folder /dist/maven (spring-framework-2.5-rc2-with-depend... |
**Jing Xue** opened **SPR-2660** and commented
Currently if items evaluates to a Map, OptionWriter always uses the key for
the option value and the value for the option label. However if the value from
the Map is a bean and only a property on that bean is meant for the label, the
options have to be manually rendered... | 0 |
Version: 1.0.0
OS Version: Microsoft Windows NT 10.0.18363.0
IntPtr Length: 8
x64: True
Date: 08/10/2020 10:27:58
Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Timer'.
at System.Timers.Timer.set_Enabled(Boolean value)
at System.Timers.Timer.Start()
at Po... |
Popup tells me to give y'all this.
2020-07-31.txt
Version: 1.0.0
OS Version: Microsoft Windows NT 10.0.19041.0
IntPtr Length: 8
x64: True
Date: 07/31/2020 17:29:59
Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Timer'.
at System.Timers.Timer.set_Enabled(Boo... | 1 |
I got two snippets code as follows.
> > numpy.std([766897346, 766897346, 766897346, 766897346, 766897346,
> 766897346, 766897346, 766897346, 766897346, 766897346])
>>
>> 0
>>
>> pd.Series([766897346, 766897346, 766897346, 766897346, 766897346,
766897346, 766897346, 766897346, 766897346, 766897346]).std(ddof=0)
>... |
The var method acts inconsistently when used on the Series vs the numpy array
returned from values:
dat = pd.DataFrame({'x': [1,2,3,4,0,0,0]})
print(dat['x'].values.var())
print(dat['x'].var())
Prints:
2.24489795918
2.61904761905
This is due to numpy using ddof=0 as ... | 1 |
### Model description
FELIX is an encoder-only text editing model, which allows for faster editing
and summarization than sequence-to-sequence models, because the summarization
can be computed in parallel instead of autoregressively.
* Blog
* Paper
### Open source status
* The model implementation is availa... |
# 🌟 New model addition
## Model description
New model released by google
## Open source status
* the model implementation is available: https://github.com/google-research/google-research/tree/master/felix
* the model weights are available: https://github.com/google-research/google-research/tree/master/felix ... | 1 |
Hi,
After I've upgraded ansible to ansible 1.9.0.1, i've got a problem with
ask_sudo_password.
(server asks for sudo password)
(ansible runs on arch linux, the target system is CentOS6)
With earlier versions of ansible (1.8.2, 1.8.4) runs fine
My settings:
sudo_user = root
sudo = True
# ask_sudo_pass = Tr... |
Issue Type:
Bug
Ansible Version: 1.9.0.1 from ppa stable.
Environment:
Linux Ubuntu 12.04 host to Linux Debian wheezy target.
Summary:
playbook roles are not executed as sudo anymore.
Steps To Reproduce:
consider the following playbook working with 1.7.2 but no more working with
the 1.9.0.1:
test.yml
... | 1 |
If I have a function prototype something like this:
doit(a::Array{Tuple{Int, MyType}, 1}, b::Int, c::MyType)
where MyType is an ordinary Julia GC/heap allocated type, then the following
line of code within the function seems to lead to a heap allocation of a tuple
(the same is the case for any im... |
Using `enumerate` to iterate through array of mutable objects allocates, but
using a simple for loop does not:
type MyMutable
a::Int
end
immutable MyImmutable
a::Int
end
function sumit(arr)
val = 0
for i=1:length(arr)
val += arr[i].a
end
... | 1 |
Are there any plans to supports automatic imports for typescript? I don't
think this currently works even if typings files are included.
Thanks.
|
Initial loading of VS Code can take between 10 and 20 seconds.
The `Reload Window` command takes about 10 seconds to complete.
I've tried it from the installer and also building from source with similar
problems.
CPU profiling shows `ChildProcess.spawn` is the biggest problem, which calls
all the way down to `nod... | 0 |
In Matlab there's the `format` command, which provides output format
modification for e.g. the displayed precision and other things like
engineering format. As an engineer, the latter is of particular interest to
me, since only showing exponents which are multiples of 3, makes it a lot
easier to work with calculated ... |
I want change output format for numbers (stand alone floats, float matrix,
`BigFloat`s). I can do it in IPython by using `%precision` magic function. I
didn't find any equivalent in Julia.
I know that I can use `round` but it actually returns different number. It's
also cumbersome to convert arrays with combination ... | 1 |
#### Describe the bug
https://scikit-
learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html#sklearn.naive_bayes.CategoricalNB
NB can not treat new values in test data
it is bug since real data has new values
|
#### Description
Calling predict() / predict_proba() / predict_log_proba() on CategoricalNB
model throws IndexError.
#### Steps/Code to Reproduce
import numpy as np
from sklearn.datasets import make_classification
from sklearn.naive_bayes import CategoricalNB
from sklearn.model_selection ... | 1 |
Is there a way to enable CSS scope like jQueryUI's ?
http://jqueryui.com/download/ (scroll to bottom)
|
When i add the bootstrap stylesheet into my application, the bootstrap
overrides all other tags i had defined in other stylesheets. it would be nice
for the bootstrap to have a name prefix to all defined tags that way naming
collisions dont occur.
| 1 |
Do you want to request a feature or report a bug?
A bug?
What is the current behavior?
Cannot set property 'memoizedState' of null
If the current behavior is a bug, please provide the steps to reproduce and if
possible a minimal demo of the problem. Your bug will get fixed much faster if
we can run your code and ... |
In terms of performance, is there any difference between using arrow functions
and bind manually when using es6 classes? Using arrow functions the methods
are not on the class prototype, it will be on the class instance only. Using
bind will attach the methods to class prototype. It sounds like bind manually
will hav... | 0 |
Lets say you have the following:
library example;
import 'dart:html';
import "package:angular2/angular2.dart";
import "package:angular2/src/reflection/reflection.dart" show reflector;
import "package:angular2/src/reflection/reflection_capabilities.dart" show ReflectionCapabilities;... |
Repro: https://gist.github.com/jakemac53/795c4f1af486ccfb0014
This seems to be caused by the fact that we are creating a second temporary
host element for the root component and calling `setAttribute` _before_ we
attach content to the target host element.
/cc @jakemac53
| 1 |
When we call `jax.random.shuffle(key, array, axis=0)` on an ndarray of shape
(n,m) I'm expecting (based on the docs) that we'll end up with an new array
where every _row_ has the same order internally but the order of the rows is
shuffled. I'm not super clear that this is guaranteed by the docs, which say:
> Shuffle... |
Possibly related to #13038.
Possible duplicate of #14022.
### Description
Neither the `jax.default_matmul_precision` context manager nor the
`precision=` argument to `jax.numpy.matmul` could change the precision for
matrix multiplication on A100, and the result cannot reach a similar precision
to that of numpy us... | 0 |
Can i have fix please
**Originally posted by @F0o0De
inhttps://github.com/F0o0De/coinigyV2/issues/1**
|
Remove all my api’s and reset all my accounts and balance to zero. Since, I
was bugged and hacked.
Thank you I really appreciate all the hard work and effort.
| 1 |
Uncaught Error: spawn mono ENOENT
**Atom Version** : 0.158.0
**System** : Mac OS X 10.10.1
**Thrown From** : Atom Core
### Steps To Reproduce
1. ... Create a new empty file in Atom
2. ... Toggle the Omnisharp plugin
3. ... Uncaught Error!
### Stack Trace
At events.js:85
Error: sp... |
I've installed all the pieces successfully, yet when I open up a .cs file and
start omnisharp, I get this error:

Running KRE 1.0.0-beta1
| 1 |
Just tried to sort an array with .localCompare(), which failed with an error,
then tried `new Intl.Collator()`, which also failed. E.g. I assume those
browser features are missing in Deno or am I doing something wrong?
|
As seen in #1952 / #1636 ICU needs to be added in Deno build.
Switching this flag to true maybe:
https://github.com/denoland/deno/blob/master/.gn#L50 ?
ref: https://v8.dev/docs/i18n
| 1 |
**I'm submitting a ...** (check one with "x")
[x] bug report (I think)
**Current behavior**
The AoT compiler is processing and creating `.ngfactory.ts` files in
`@angular/material` when I use `platformBrowser().bootstrapModuleFactory`. I
have to include this directory in `rootDirs` for compila... |
cc @naomiblack
TODO:
* Fix broken links in `annotations.ts`: PR #2475
* Fix checkAnchorLinks service in Dgeni to url decode normalized urls when checking dangling links: ~~angular/dgeni-packages#119~~
* Update dgeni-packages dependency PR #2489
* Fix document names/ids to not include full heritage of classe... | 0 |
I can't explain the difference between the two arrays built via the
comprehension syntax.
julia> [a for a in ntuple(3, i -> i)]
3-element Array{Any,1}:
1
2
3
julia> xdump(ntuple(3, i -> i))
(Int64,Int64,Int64) (1,2,3)
julia> ntuple(3, i -> i) === (1, 2, 3)
... |
_ _ _(_)_ |
(_) | (_) (_) | A fresh approach to technical computing
_ _ _| |_ __ _ |
| | | | | | |/ _` | | Version 0.0.0-prerelease
| | |_| | | | (_| | | Commit 335d1ef401 (2012-03-04 23:47:29)
_/ |\__'_|_|_|\__'_| |
|__/ ... | 1 |
**Description**
Hook for AWS SecretsManager
**Use case / motivation**
Simplify interaction with AWS's SecretsManager service
|
### Apache Airflow version
2.2.3 (latest released)
### What happened
In case within the DAG definition we use both `params` and
`on_success_callback` then after triggering the DAG from the UI (option
"Trigger DAG") and the finish of the successful DAG run I got the _DAG Import
Errors_ error displayed in the UI.
I... | 0 |
ERROR: type should be string, got "\n\nhttps://ibb.co/eEdyfK\n\nThere's no search bar\n\n" |
## Steps to Reproduce
I cloned your repository and opened (ex.) flutter_gallery example project in
Android Studio.
When I go to pubspec.yaml flutter packages get fails with following message:
Running "flutter packages get" in flutter_gallery...
Package collection has no versions that match 1.14.... | 0 |
I am trying to create a group that consists of THREE.Line and THREE.Mesh:
var line = new THREE.Line(text3d, lineMaterial);
var mesh = new THREE.Mesh(text3d, faceMaterial);
var group = new THREE.Object3D();
group.add(line);
group.add(mesh);
Unfortunately, only the "line" is rendere... |
In SpritePlugin.js line 190
if ( material.map && material.map.image && material.map.image.width ) {
//RENDER
My Code
//Used as the sprites map
this.miniMapTexture = new THREE.WebGLRenderTarget( 512, 512, { minFilter: THREE.LinearFilter, magFilter: THREE.NearestFilter, ... | 0 |
I'm trying to use fastlane and I'm doing `fastlane test` and this is the
result
## command
`flutter build bundle --suppress-analytics --target lib/main.dart --depfile
C:\Users\John\AndroidStudioProjects\projectX\build\app\intermediates\flutter\dynamicRelease/snapshot_blob.bin.d
--asset-dir
C:\Users\John\AndroidStud... |
Hi, I'm adding flutter to an existing app, it works well basically, I can
successfully run the hybrid app and `assembleDebug/assembleRelease` to
generate apk files. However when I use `./gradlew build` command to build the
application, it fails with an exception.
> Task :flutter:flutterBuildDynamicRelease
> Crash... | 1 |
1 | ||
#### Challenge Name
Build a Tribute Page
#### Issue Description
Please update this step in the instructions for setting up CodePen? Also in
the video.
Adding Bootstrap to CodePen now defaults to the alpha of V4 of Bootstrap, so
the Bootstrap V3 code that I learned on FCC (like my columns) wasn't working
originall... |
#### Challenge Name
https://www.freecodecamp.com/challenges/get-set-for-our-front-end-development-
projects
#### Issue Description
As of today Codpen default quick-add is Bootstrap.4 which has some differences
from the 3.3.7 version that gets taught during the lessons.
I have noticed and increased number of Campe... | 1 |
Hi, I'm getting the following error:
import matplotlib
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-1-82be63b7783c> in <module>()
----> 1 import matplotlib
... |
Hi guys!
I am new to python and matplotlib.
I installed everything with macports and when I run the matplotlib test
python2.7 -c 'import matplotlib; print matplotlib. **version** , matplotlib.
**file** '
I get the following
Traceback (most recent call last):
File "", line 1, in
File
"/opt/local/Library/Fra... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.