text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
### What problem does this feature solve?
It's quite frequent we need to abstract a v-for'ed element tree as a component
for example, go from `<li v-for="item in list">(something reusable)</li>` to
`<ListItem v-for="item in list" :key="item">`
it's extremely useful when you are building higher older components. i.... |
### Vue.js version
2.0.2
### Reproduction Link
http://jsfiddle.net/2vqkLkjL/1/
### Steps to reproduce
* Create a component with a nested data property: Object, of an object containing an array.
* Set up watcher for this property, specifying the deep flag.
### What is Expected?
When the value of an array ch... | 0 |
**TypeScript Version:**
1.7.5 / 1.8.0-beta / nightly (1.9.0-dev.20160217)
**Code**
// A self-contained demonstration of the problem follows...
**Expected behavior:**
**Actual behavior:**
|
The below code raise an compilation error, which says "Property 'includes'
does not exist on type 'string'.", even with the "--target es6" option.
"abcde".includes("cd");
It is likely that "contains" function defined in String interface should be
replaced with "includes".
https://github.com/Mic... | 0 |
* Electron version: 1.4.15
* Operating system: Windows 10
I have a simple nodeJS app that has a function to scrape file metadata. Since
scraping metadata can be intensive I made the app run this as a child process
using fork.
const metaParser = child.fork( fe.join(__dirname, 'parse-metadata.js'),... |
* Electron version: 1.4.14
* Operating system: macOS Sierra
### Expected behavior
When I fork a process, the process should be able to require native modules
compiled for the main electron process and also used by it.
### Actual behavior
Because of ELECTRON_RUN_AS_NODE (if that's the name), the forked process... | 1 |
Hi. I have a problem with the Tray icon.
* **Electron Version:**
* 8.2.5
* **Operating System:**
* Ubuntu 18.04
* **Last Known Working Electron version:**
* 7.2.4
### Expected Behavior
The Tray Icon always display after go out from sleep mode
### Actual Behavior
After go out from sleep mode the... |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for an issue that matches the one I want to file, without success.
### Issue Details
* **Electron Version:**
8.0.0
... | 1 |
Atom 0.189.0 on Ubuntu.

Mac version is not happen.
|
Text:
>
> 这上面的夜的天空,奇怪而高,我生平没有见过这样奇怪而高的天空。他仿佛要离开人间而去,使人们仰面不再看见。然而现在却非常之蓝,闪闪地睒着几十个星星的眼,冷眼。他的口角上现出微笑,似乎自以为大有深意,而将繁霜洒在我的园里的野花草上。

It happen after update to 0.189.0, and it's normal in 0.188.0 .
I try disabled all co... | 1 |
Hey all, getting the error below when executing julia from a windows service.
Any input is welcome.
Thanks,
Jon
Info:
* Windows 2012
* If i start a command line prompt as my local user and run julia.exe, it loads fine.
* If i start a command prompt as user 'svc-resolvernonprod' and run julia.exe it loads f... |
Ubuntu 14.04, julia 0.4.5
I have a julia script, when I run it in a running aws instance, it works.
but when I tried to run it using `user_data`, which means running the script
after system initialization, it failed.
I got the following output in `/var/log/cloud-init-output.log`. It seems that
it is a problem of... | 1 |
**Migrated issue, originally created by Serge Koval (@joes)**
I'm working on query precompilation layer and stumbled upon a bug: PickleType
column does not automatically unpickle data received from the database.
[10]: m = db.session.query(Report).from_statement('SELECT * FROM reports LIMIT 1').all()
... |
**Migrated issue, originally created by Michael Bayer (@zzzeek)**
tons of use cases for TextAsFrom that should be intuitive that don't work.
When we make a TextAsFrom with a positional set of columns, those columns
should be welded to it. The statement should be able to work in any ORM
context flawlessly, no relian... | 1 |
Version
compile 'com.github.bumptech.glide:glide:4.1.1'
compile 'io.reactivex:rxjava:1.1.0'
Device asus zenpone2
code1. load local file
Glide.with(context).asBitmap().load(file).into(new SimpleTarget<Bitmap>() {
@Override
public void onResourceReady(Bitma... |
Hello, I am a developer in China.On one model, I found a problem:
Java. Lang. ClassCastException: int [] always be cast to Java. Lang. Object []
...
Then there will be:
You cannot call glide. Get () in registercomponents() use the provided glide
instance instead
...
It's something I've never seen on any o... | 0 |
Hello there, I'm loading an image from a URL using the following code:
Widget _bannerImage(String url, double height) {
return Container(
constraints: BoxConstraints.tightFor(height: height),
child: Image.network(url, fit: BoxFit.fitWidth));
}
Using the URL: ... |
## Steps to Reproduce
I have made a stack that has a hero with a container as a child to have the
expanding background effect. The issue is the background is on-top of all
other widgets until the transition is complete. The code is posted in the
repository here. I believe it would be cool to have something like z-in... | 0 |
When typing into a TextField on my physical Galaxy Grand Prime with Android
5.1.1 with Android's predictive text feature turned on, text becomes
duplicated whenever you use the backspace key and then continue typing. I
tried to duplicate these results by emulating a Galaxy Nexus with Android
5.1.1 , but the emulator ... |
Hello!
Within a flutter application that has TextField or TextFormField the text can
get duplicated upon first time data entry.
When first entering a keypress, within a field that already has text pre-
filled, the text duplicates then your keypress is attached.
I am experiencing something that exhibits this behavi... | 1 |
**Apache Airflow version** :
1.10.11
**Kubernetes version (if you are using kubernetes)** (use `kubectl version`):
NA
**Environment** :
* **Cloud provider or hardware configuration** : AWS (EC2 instances)
* **OS** (e.g. from /etc/os-release):
NAME="Amazon Linux"
VERSION="2"
ID="amzn"
... |
**Apache Airflow version** : master branch
**Kubernetes version (if you are using kubernetes)** (use `kubectl version`):
N/A
**Environment** :
* breeze
**What happened** :
Running `./breeze build-docs` prints warnings related to
`airflow.providers.google.common.hooks.discovery_api`:
/opt/airflo... | 0 |
Current (as of this writing) master:
julia> sin(1)
0.8414709848078965
julia> sin.([1])
ERROR: InexactError()
in macro expansion at ./broadcast.jl:97 [inlined]
in macro expansion at ./simdloop.jl:73 [inlined]
in macro expansion at ./broadcast.jl:91 [inlined]
in _broa... |
The following code fails with an `InexactError()`:
X = [1,2,3]
Y = [4 5]
broadcast(atan2, X, Y)
whereas
[atan2(x,y) for x in X, y in Y ]
(albeit producing an array of type `Any`), while
atan2([1,2,3],[4,5,6])
produces an array of `Float64`.
Can w... | 1 |
Searching for Base.@kwdef yields nothing.
The documentation is provided in the REPL though.
|
The `Base.@kwdef` is such a useful feature. I cannot think of any reason why
it should not be exported. Is there any concern doing that?
| 1 |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.... |
I am using celery 4.3 + Redis + flower. I have a few long-running jobs with
acks_late=True and task_reject_on_worker_lost=True. I am using celery grouping
to group jobs run parallelly and append result and use in parent job.
In this scenario, my few jobs will run more than an hour, after every one hour
the same chil... | 1 |
##### ISSUE TYPE
* Bug Report
##### ANSIBLE VERSION
ansible 2.2.0 (devel f9c4fdab40) last updated 2016/05/24 13:16:23 (GMT +200)
lib/ansible/modules/core: (detached HEAD a64d72d7bc) last updated 2016/05/24 13:16:41 (GMT +200)
lib/ansible/modules/extras: (detached HEAD d2900e856b) last u... |
##### Issue Type:
* Bug Report
##### Ansible Version:
v2.0.1.0
##### Ansible Configuration:
Nothing in particular.
##### Summary:
When you run ansible-playbook on a set of tasks with handlers, the existence
of the handler is not checked, but those handlers are silently ignored. Even
when t... | 1 |
**Steps to reproduce and a minimal demo of the problem**
See: http://plnkr.co/edit/2ecdHTFEZiG3Q4ig8xga?p=preview
Open dev tools console to see the following error:
`EXCEPTION: No provider for e! (e -> e)`
If you remove the [ngClass] or the *ngIf it will work fine. Also, if you
change from the .min.js version... |
When using minified bundles with SystemJS, and a simple snippet like this
<template ngFor #item [ngForOf]="items" #i="index">
<li>{{i}}</li>
<li *ngIf="i % 2 == 0">number is even</li>
</template>
Will throw
TypeError: this.directive_0... | 1 |
setup a new project with
mkdir hello-next
cd hello-next
npm init -y
npm install --save react react-dom next
mkdir pages
add a new index.js page
export default () =>
<div>
Hello world
<p>scoped!</p>
<style jsx>{`
p {
... |
I'm using next 6.0. I'm having this problem with style jsx. It say styleId not
found everytime I changed style.
I have folder called 'themes' under src folder which is same level with pages
folder.
I use a custom .babelrc to have it resolved as absolute path.
**Here is my .babelrc**
`{ "presets": ["next/babel"]... | 1 |
# Bug report
**What is the current behavior?**
library target: umd cause " **webpack_exports** is not defined" error
**If the current behavior is a bug, please provide the steps to reproduce.**
https://github.com/buhichan/webpack_exports-is-undefined/tree/master
**What is the expected behavior?**
it should not ... |
I would like to move the discussion that started in uuidjs/uuid#462 (comment)
and rollup/rollup#3514 (comment) into this project.
**TL;DR:** We do believe that, apart from support for `pkg.exports.browser`
that is being added in #10953, we may need to support an additional key in the
`pkg.exports` object.
Let's ill... | 0 |
In this run:
http://kubekins.dls.corp.google.com:8080/view/Scalability/job/kubernetes-e2e-gke-
large-cluster/51/console
131 tests failed.
However, most of them (all but two) failed with the following error:
01:40:47 Expected error:
01:40:47 <*errors.errorString | 0xc8200d80d0>: {
0... |
In gke-large-cluster suite, two tests failed for me with the following error:
"Unable to connect to the server: x509: certificate signed by unknown
authority"
01:39:45 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubeproxy.go:107
01:39:45
01:39:45 Expect... | 1 |
There seems to be a bug when plotting dataframes that has duplicates in a
DatetimeIndex. It seems to only be triggered when there is at least one more
non-duplicate item in the index as in the first two cases below. These result
in a:
ValueError: Shape of passed values is (1, 3), indices imply (1, 2)
... |
#### Code Sample, a copy-pastable example if possible
import pandas
a = pandas.DataFrame({'a': ['0'], 'b': ['str']})
print(a.dtypes)
b = pandas.concat([a, pandas.DataFrame({'b': ['str2']})], axis=1)
print(b.dtypes)
b.iloc[:, 0] = [int(v) for v in a.iloc[:, 0... | 0 |
I am very sorry for making dupl of #2753. But after closing this issue on 2
Jul 2015, there are a lot of compelling arguments from community for allowing
this feature.
I read this article with statement: _It is no longer possible to implement ng-
include..._.
I only want to make sure that:
* angular team is rea... |
Because the Formbuilder controls collection is typed as an AbstractControl and
AbstractControl does not have an updateValue method, it requires a cast to a
Control which does have an updateValue method. Only Control has an updateValue
method.
Preferred and shorter which is better:
this.myForm.controls['goal_weight... | 0 |
`deno run [OPTIONS] <SCRIPT_ARG>...` doesn't use import maps to resolve
`<SCRIPT_ARG>`. For example, consider:
$ deno run https://deno.land/std@0.148.0/examples/welcome.ts
Welcome to Deno!
This could be rewritten to use an import map but that's unsupported:
$ cat > mods.json <<... |
First of all, thank you very much. I think deno with built-in typescript
support is a great idea.
But I don't think that package.json was a bad idea.
You could improve it, for:
* repetitive workflows and scripts
* application configuration for different environments
* linter, prettify rules
* maintainer in... | 0 |
The "top margin" check description is indicating the wrong value "20px" while
the correct to complete the challenge is "40px":
> Your green-box class should give the left of elements 40px of margin.
> Your green-box class should give the bottom of elements 20px of margin.
> Your green-box class should give the... |
In the instructions for the margin, you have the pixel setting for "Top" to
20px instead of 40px.
| 1 |
example: https://www.wakari.io/sharing/bundle/adamgreenhall/test-scatter
I think this happens specifically for pandas scatter plots with colorbars in
ipython. The xticks are still working for:
* non-colorbar pandas scatter plots
* the same scatter plot using matplotlib
* standard python scripts using `plt.sav... |
The exception handling code in _get_concatenated_data() relies on the
exception not being generated in self._prepare_blocks() and can generate an
exception with this non-informative error message:
Traceback (most recent call last):
File "<pyshell#5>", line 12, in <module>
df = pd.concat([... | 0 |
but list of emulator are displayed, i tried reinstall flutter on android
studio, tried flutter doctor many times, tried flutter upgrade does nothing to
solve the issue, tried invalidate and restart Andrd Studio.
I tried another project yet it tells the same thing, i searched on the
internet tried someone says to ru... |
Flutter apps seem to cache the sky dart libraries in the build directory,
which causes them to not be updated when new changes are made and built.
Currently, the build directory should be cleared anytime dart changes are made
in the engine when testing on real apps.
| 0 |
Take this `parameters.yml`:
router.request_context.host: my.domain.com
domain: my.domain.com
When using `%domain%` it in `security.yml`, i.e. in the access control
section:
firewalls:
admin:
host: ^admin\.
# ...
access_control:
- { host: admin.%doma... |
I trying to use third-party bundle. (http://knpbundles.com/ornicar/ApcBundle).
This bundle requires me to provide `ornicar_apc.host` config value. I am
trying to re-use existing configuration value `router.request_context.host`,
which is overrided in my `parameters.yml`, but third-party bundle always
compiled with de... | 1 |
_Please make sure that this is a build/installation issue. As per ourGitHub
Policy, we only address code/doc bugs, performance issues, feature requests
and build/installation issues on GitHub. tag:build_template_
**System information**
* OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Win 7
* Mobile d... |
Hi
When I tried
`bazel build -c opt --config=cuda --local_resources 2048,.5,1.0
//tensorflow/tools/pip_package:build_pip_package`
, I see the following error:
ERROR: /XXXXX/tensorflow/python/BUILD:1926:1: Linking of rule '//tensorflow/python:_pywrap_tensorflow.so' failed: link_dynamic_library.sh f... | 0 |
i used the following statement in typescript source file as below referred
from angular.io documentation
declare var angular:angular.IAngularStatic;
But it giving me error -
Cannot find namespace angular.
I tested the same in quickstart project also. same issue
|
Hi,
is there any working Angular 2 plunker with latest version of angular that
works in IE11?
I have some strange behavior that i want to show and help with fix.
Unfortunately it is in big non-public project, so i want to prepare minimal
reproduce plunks..
Is there any base plunk that i can (or anyone else) fork?... | 0 |
**Description**
For an real world application im using an API to authenticate that is build in
symfony as well and handles all the roles and al other security things for the
frontend i want to use the symfony 4 framework as well and that it use the
authentication over the API.
The API will provide the authentica... |
_(this issue is part of the"DX" ("Developer eXperience") initiative
introduced by Symfony project)_
On the symfony-docs repository there is a very long discussion about the new
template naming syntax.
In short, some people think that the old syntax has inconsistencies in cases
like the following:
* Resource: `@... | 0 |
##### System information (version)
* OpenCV => 4.5.5
* Operating System / Platform => MacOS Catalina 10.15.7
* Compiler => clang, xcode
##### Detailed description
I tried to install OpenCV from scratch but it failed to finish successfully. I
had to install opencv from scratch because Java support is requ... |
##### System information (version)
* OpenCV => 4.0.0 beta
* Operating System / Platform => Windows 7 64 Bit
* Compiler => Visual Studio 2015 build tool with cmake and nmake
##### Detailed description
compilation fails
the earliest fail i've forgot the scene,
it was in file "modules\cudaoptflow\src\farneba... | 0 |
#### Code Sample
df = pd.DataFrame({"date": ['10000101', '20180220']})
# Timestamp limitations correctly raise exception
pd.to_datetime(df.date, errors='raise')
...
OutOfBoundsDatetime: Out of bounds nanosecond timestamp: 1000-01-01 00:00:00
# Timestamp limitations correct... |
Copying from #14448 (comment) (as the issue is closed now):
In [1]: pd.to_datetime('13000101', errors='ignore')
Out[1]: '13000101'
In [2]: pd.to_datetime('13000101', errors='ignore', format='%Y%m%d')
Out[2]: datetime.datetime(1300, 1, 1, 0, 0)
The above inconsistency (which is al... | 1 |
**Migrated issue, originally created by Michael Bayer (@zzzeek)**
cx_oracle types that subclass _NativeUnicodeMixin but not _OracleUnicodeText
are essentially text types where convert_unicode=True/'force' is entirely non
functional. Even if the cx_oracle coerce_to_unicode flag is turned on, which
we no longer recom... |
**Migrated issue, originally created by Oleg Talalov (@olegtalalov)**
Customer's database contains BINARY_FLOAT_INFINITY value in one column in few
rows.
During requsting rows in fetch, function _detect_decimal called with value '
~~' and raise exception:
ValueError: invalid literal for int() with base 10: '~~'
... | 1 |
I'm looking to remap 'Shift + Backspace' to 'Del'
Currently, I don't see any way to do this.
Users might also want to do the inverse of this as well.
I can imagine a scenario where a user might want to map 'insert' to 'Control +
C' and 'shift+insert' to 'control + v'
|
# Environment
Windows build number: Microsoft Windows [Version 10.0.18363.836]
PowerToys version: v0.18.1
PowerToy module for which you are reporting the bug (if applicable): PowerToys Run
# Steps to reproduce
1. Restart computer
2. On log in, wait couple seconds, the "Start typing..... | 0 |
In Waypoint: Add Borders Around your Elements, the requirement is:
Give your image a border width of 10px.
However, this does not check for actual pixel width. This test is passed with
any border width (1px, 5px, 50px, etc.)
|
Challenge http://www.freecodecamp.com/challenges/waypoint-add-borders-around-
your-elements has an issue. Waypoint requires you to have a 10px border around
the img element, but you can pass by with a 5px border.
Steps to reproduce:
1. Paste `.thin-red-border { border-color: red; border-width: 5px; border-style: ... | 1 |
#### Challenge Name
Replacing If Else Chains with Switch
#### Issue Description
Tests are evaluating commented out code. In cases where existing if/else block
is left in place and commented rather than deleted the tests fail.
Looks to be similar if not the same issue affecting a different challenge
reported in #1... |
When I complete the code that I have been working on for a bonfire there is
sometimes something that I will want to change after I have already submitted
and run my code. I then noticed that there will be multiple bonfire
completions under your profile when you run the code more than once. This
occurs even when you r... | 0 |
**TypeScript Version:**
1.8.2
**Problem**
I've found that somewhere between typescript 1.6.2 and 1.8.2, it started
printing relative file names in error messages instead of absolute file names.
This makes it harder for us to find the right (generated) input file, since we
have to know what the paths are relative ... |
TypeScript Version: 1.8.5
Visual Studio 2013 Version: 12.0.40629.00 Update 5
**Code**
The code is available via a codeproject article, called "First Angular2 App
with TypeScript and Visual Studio 2013." I downloaded the code, unblocked it,
opened it in VS2013 and ran it.
http://www.codeproject.com/Articles/106... | 0 |
* I tried using the `@types/color` package and had problems.
* I tried using the latest stable version of tsc. https://www.npmjs.com/package/color
* Authors: @@jameswlane @BeeeQueue
ERROR ERROR in /Users/lifenautjoe/Documents/code/okuna/okuna-web/node_modules/@types/color/index.d.ts(13,40): ... |
React typings throws errors in terminal after installation via typings
error TS2320: Interface 'Element' cannot simultaneously extend types 'ReactElement<any>' and 'ReactElement<any>'.
Named property 'type' of types 'ReactElement<any>' and 'ReactElement<any>' are not identical.
ERROR in ... | 0 |
**I'm submitting a ...** (check one with "x")
[x ] bug report => search github for a similar issue or PR before submitting
**Current behavior**
Related to #9047. AppConfig is loaded using APP_INITIALIZER. Before the
returned promise has been resolved, the initializer for the requested route is
already invoked. ... |
**I'm submitting a ...** (check one with "x")
[x ] bug report
[ ] feature request
[ ] support request
**Current behavior**
After update angular my application shows the loader and that's it, nothing
happens.
On version 2.4.7 the site works just fine.
I have no errors on console. I h... | 1 |
there is a problem in
`Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler`
lines 38-42
$method = $form->getConfig()->getMethod();
if ($method !== $request->getMethod()) {
return;
}
i use the same form and it's creating process for ... |
I am trying to forward a request to controller action
using
i am inside actionA and i am trying to forward request to actionB
$this->forward('controller:actionB', $path);
The problem is come methods in actionB throw Exception and get a blank page
after that.
I expected to see the exception ... | 0 |
Dear Pandas community, this is a duplicate of SO's question. I have seen a
lots of similar questions across the web, but unfortunately I was not able to
find the answers that could help me.
What I'm trying to do is just to reshape the DataFrame with MultiIndex via
unstack() method. Here is it:
... |
It would be nice to have the possibility to plot expressions. Suppose I have a
dataframe with three columns: col1, col2, col3. Now I can do:
df.plot.scatter(x='col1', y='col2')
it would be nice to be able to plot expressions directly:
df.plot.scatter(x='col1 ** 2', y = 'col2 / sqrt... | 0 |
This issue is observed in Chromium .......as the browser window is limited and
infinite scroll comes into action as we need to navigate down to the next
screen to find the element.
Onclick action is performed once the element is found.
But the unstable condition is thrown in between these 2 events. Auto scrolling... |
Issue Description: I am writing some tests for a kanban board app built with
react. i have a test that verifies the following behavior doesn't occur:
test_against.this.behavior.mov
This involves dragging a task to a spot, then dragging it away from that spot,
and then dropping it.
The issue i'm facing with playwri... | 0 |
At the moment we have a single major blocker to compiling scipy on Windows:
* Python.org Windows binaries are compiled against an MS Visual C++ runtime, which differs with different Python versions: see https://matthew-brett.github.io/pydagogue/python_msvc.html
* It is dangerous and error-prone to pass objects (... |
_Original tickethttp://projects.scipy.org/scipy/ticket/1665 on 2012-05-30 by
@endolith, assigned to @cournape._
The window functions in scipy.signal have a `sym` option for producing
symmetric windows or periodic windows, but if you create a periodic window of
an odd size, it gives identical output to a symmetric w... | 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.7
### What opera... |
Version: 9.3.0, 10.1.1, 11.0.0-beta.4, master
Last working version: 8.5.0
To repro: load this gist and hit run. It will crash within a few seconds.
https://gist.github.com/19fa4b45478032494306a7388e0804a2
Sometimes it will take a few navigations before it crashes; it's not 100%
reliable.
Crash trace excerpt:
... | 1 |
This issue in markupsafe is transitively included in flask, so even
applications running Flask 1.1.4 are crashing on startup.
Here is a sample stack trace:
Traceback (most recent call last):
File "/<...>/bin/superset", line 33, in <module>
sys.exit(load_entry_point('apache-superset==1.4.... |
Since the update of itsdangerous module to version 2.1.0, Flask 1.1.2 fails to
run.
This is because Flask’s requirements.txt indicates to install `itsdangerous`
>= 0.24, it automatically installs the newest version which leads to using
deprecated feature.
I can do a workaround in my project’s requirements.txt to ... | 1 |
It looks like Pace (or NProgress) ! So cool man!
But there isn't any isomorphic loading bar component out in the React
ecosystem. Yes, I tried to make one, but it just feels un-natural, and I
couldn't figure out how to place loading bar during AJAX/REST request...😂
|
Having animated route transitions would be nice, as this is one of the many
benefits through client-side routing. Doing so should be left up to the user
in my opinion (some people prefer CSS transitions over more fine-grained
control with `react-motion` etc). As I understand it, one would need to modify
the top-level... | 1 |
Don't have time to implement this, but I wanted to float the idea and park it.
It's pretty trivial and you can achieve the same thing with filter, but it
might be nice if drop had a regex keyword. E.g., these would be equivalent
df = df.filter(regex="^(?!var_start)")
df = df.drop(regex="^var_start"... |
I assume that this was officially supported before. Haven't narrowed it down
any more than sometime between 0.16.2 and 0.17.0.
In [1]: pd.__version__
Out[1]: '0.16.2'
In [2]: pd.date_range("Jan 1", "March 31", name="date")
Out[2]:
DatetimeIndex(['2015-01-01', '2015-01-02', '2015-01... | 0 |
In my page by using `ng-outlet`.
<ng-outlet class="app"></ng-outlet>
I aspect something like, where `month-cmp` it's just my directive view.
<ng-outlet class="app" month-cmp>
<div class="tasks"><div>
</div>
Instead I have an extra `div` that will start creating some possible ... |
Angular 1 Component Router adds a `<div>` who wraps the template's content :
<ng-outlet>
<div component-name="" ng-scope>
<!--- template content -->
</div>
</ng-outlet>
But this behaviour breaks some CSS rules, for example with angular material.
Why this div is added ?... | 1 |
##### ISSUE TYPE
* Bug Report / Feature Idea
##### ANSIBLE VERSION
$ ansible --version
ansible 2.1.0.0
##### OS / ENVIRONMENT
Ubuntu 16.04.1
##### SUMMARY
Ubuntu 16 comes without `aptitude` package:
"Could not find aptitude. Please ensure it is installed."
##### STEPS TO RE... |
_From@tjbenator on April 23, 2016 7:18_
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
* apt
##### ANSIBLE VERSION
ansible 2.0.1.0
##### CONFIGURATION
Mostly defaults, nothing that would affect this.
https://github.com/binarypenguin/automation/blob/master/ansible.cfg
##### OS / ... | 1 |
PowerRun is fantastic, and I have missed it every time I switch from Mac to
PC.
I can search programs on my computer, and I can do simple calculations such as
9*3 and 5+2 and similar.
Would is be possible to add web search and currency calculations?
Entering for instance "10DKK" should result in conversions to 5 t... |
## ℹ Computer information
* PowerToys version: Version v0.20.1
* PowerToy Utility: FancyZones
* Running PowerToys as Admin: Yes
* Windows build number: [run "winver"] 1803
## 📝 Provide detailed reproduction steps (if any)
1. Using Google Chrome, when moving a tab to merge with the browser. FancyZone int... | 0 |
My problem might be related to #4492, however now appeared in Symfony v2.7.3:
Reordering of form collections using AJAX submits does not work correcly.
I have an entity "Meeting", which consists of a collection of "Topics". When
reordering the topics, the integer field "position" is re-assigned using
javascript ba... |
Symfony default behaviour for handling reordering in collection type is wrong.
When you reorder to items saved in database as:
id: 56, name: first, order: 0
id: 57, name: second, order: 1
After changing they positions I receive:
id: 56, name: second, order: 0
id: 57, name: first, order: 1
Instead of:
id: 56... | 1 |
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.): vSphere,
"message": "no endpoints available for service "kube-dns"", kube-dns, etc --
similar issues include: #24407 however it's not quite the same
* * *
**Is this a B... |
The `test-cmd` script currently does not test resizing replication
controllers; this is a central use-case and should have coverage in that
script.
| 0 |
When you are building components, you often want to support both valueLink and
value/onChange, which means you need a function like this:
getValueLink: function(props) {
return props.valueLink || {
value: props.value,
requestChange: props.onChange
};
},
This easily... |
Describe what you were doing when the bug occurred:
1.
2.
3.
* * *
## Please do not remove the text below this line
DevTools version: 4.2.1-3816ae7c3
Call stack: at chrome-
extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:157108
at Map.forEach ()
at commitIndex (chrome-
extension://fmkadmap... | 0 |
I would love to drag windows to zones without having one hand on the keyboard.
But I also don't want zones enabled always when I move a window, because I
like free placement too.
Wouldn't it be nice when you could set a modifier by yourself? Maybe use your
5th mouse button as a modifier? Or you could also enable som... |
I use 38" display (3840 x 1600) in office and 34" (3440x1440) at home.
When I move in between those displays I always need to open Zones editor and
apply same layout to not have smaller or bigger zones. Otherwise I have zones
small (when I move from 34" to 38" display and higher resolution) or bigger
when I move vi... | 0 |
I cannot reproduce it myself, but from windows-386-gce builder
http://build.golang.org/log/e3bf7d994667518abb7f2a2f0064257d8c373927 while
building `56a7c5b`
fatal error: unexpected signal during runtime execution
[signal 0xc0000005 code=0x0 addr=0x2140c00 pc=0x40d8c1]
runtime stack:
ru... |
Not sure this is the same as #9953.
fatal error: unexpected signal during runtime execution
[signal 0xa code=0xc addr=0x28316794 pc=0x80548be]
runtime stack:
runtime.throw(0x82311a8, 0x2a)
/tmp/buildlet-scatch766897833/go/src/runtime/panic.go:543 +0x80
runtime.sigpanic()
... | 1 |
I've been trying to get numpy working with Intel's MKL math library without
much success.
The first problem was convincing numpy's build process to use MKL even though
I have openblas installed on my system The problem is in
`distutils/system_info.py` checks for the existence of openblas before
checking whether MKL ... |
#16036 reports downstream issues due to backwards-incompatible changes to
classes in `numpy.core.arrayprint`. Based on the lack of docstrings etc. it
seems that some functionality in arrayprint was not necessarily intended to be
public. It would be good to review this and perhaps provide some more concrete
guidance t... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Display the delete icon for the `<Chip />` component when `onDelete` prop is
provided.
## Current Behavior
Does not display the delete icon for the `<Chip />` component when `onDelete`
prop is provided... |
I'm currently using next.js with material-ui. I've stubbled across adding the
href prop to a button, and in most cases I can wrap a button with a ..
However, I'm struggling with Tab.
Cannot read property 'charAt' of undefined
* I have searched the issues of this repository and believe that... | 0 |
## Feature request: Fill name attribute or add static toString() method for
all PropTypes.
For example:
const StringPropType = PropTypes.string;
expect(StringPropType.name).toEqual('checkType: String');
const ArrayOfBoolType = PropTypes.arrayOf(PropTypes.bool);
expect(ArrayOfBoolT... |
Describe what you were doing when the bug occurred:
I was using profiler to check the performance of my react app, and when i
recorded one session, and clicked on close button, got this exception.
* * *
## Please do not remove the text below this line
DevTools version: 4.12.2-d14b6a4bdd
Call stack: at updateTre... | 0 |
All works fine but there are errors in console, maybe I am not properly use
ngSwitchDefault directive, but there is nothing about the right location of
ngSwitchDefault in docs. For example, if ngSwitchDefault must be in the same
level of nesting like all ngSwitchCase or not.
import { Component } from '... |
**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
... | 1 |
Hello TypeScripters.
I might be opening a can of worms which might bring an age of darkness upon us
(but see PS). Anyway, I've done an attempt to add language support for mixins.
For the user, it is similar to the `extends` or `implements` keywords, and
thus goes by `mixes`. The semantic intent of the keyword is th... |
As per ES6 grammar:
ExportDeclaration :
export * FromClause ;
export ExportClause FromClause ;
export ExportClause ;
export VariableStatement
export Declaration
export default HoistableDeclaration[Default]
export default [lookahead ≠ function ] AssignmentExpression[In] ;
... | 0 |
**Kyrill Alyoshin** opened **SPR-9170** and commented
I think it would be a really-really good idea to move
_org.springframework.batch.retry_ into _org.springframework.core.retry_. It is
really well-thought out and useful API, a true gem. I can't believe I haven't
noticed it in all these years of using Spring. The A... |
**Dave Syer** opened **SPR-4855** and commented
Migrate Repeat and Retry from Spring Batch. They are almost completely self-
contained now (on trunk), so it shouldn't be a tough job - just need to decide
where to put them. Maybe the tests might have some batch dependencies, but
they would be easily factored out. Th... | 1 |
Right now, as I understand it, helpers registered to the PHP templating engine
aren't accesible in Twig, so any developer who writes a helper must duplicate
(or at least wrap) their helper to make it available to Twig templates. To me,
this seems like unnecessary work for the developer and it's bound to cause
trouble... |
The API of FileSystem::copy() is unintuitive and its docs are probably flawed.
It says:
@param bool $override Whether to override an existing file or not
But that's not true, even if `$override` is false the target might be
overwritten if it's older than origin. Generally, I would expect
... | 0 |
I'm pretty excited about the new xmap feature and so I took it for a spin.I
know xmap is a bit unstable at the moment (or I may have done something
incorrectly!) so I thought I'd raise the following issue.
xmap doesn't seem to like the following (although jit is fine with it),
triggering what looks like #620.
... |
Hi, I'm working in a simple optimization problem with image transformations.
However, the gradient function fails and I can not understand why, as there is
an array without nan values to the power of a number, which is not supposed to
fail but gives nan. Furthermore, the numbers are not big. I would appreciate
some h... | 0 |
REF: https://github.com/scikit-learn/scikit-learn/pull/18183/files#r472079672
|
Currently, the following list of metrics will raise an error if `str` are
provided as labels and that `pos_label` is not defined and needed to compute
the metrics:
* `average_precision_score`
* `f1_score`
* `fbeta_score`
* `jaccard_score`
* `precision_recall_curve`
* `precision_score`
* `recall_score`
... | 1 |
### Bug report
**Bug summary**
When using the “WXAgg” backend, I’m unable to draw a zoom region on one of the
two axes of a matplotlib figure.
**Code for reproduction**
# coding=utf-8
import matplotlib
matplotlib.use("WXAgg")
import matplotlib.backends.backend_wx
impor... |
### Bug report
**Bug summary**
On plots with the wxagg backend, when using zoom tool the zoom box
(rubberband) doesn't display properly if there are multiple subfigures. It
always displays on the last subfigure, regardless of which you click and drag
on. The appropriate figure still zooms, regardless of where the ... | 1 |
**Glide Version** : 3.0.1
**Integration libraries** :
**Device/Android Version** : Android 7.1.1
**Issue details / Repro steps / Use case background** :
**Glide load line /`GlideModule` (if any) / list Adapter code (if any)**:
Glide.with...
**Layout XML** :
<FrameLayout xmlns:andro... |
**Glide Version** : 4.0.0 SNAPSHOT from 10/22/2016
How should I implement
requestManager.load(avatarUrl)
.fitCenter()
.placeholder(R.drawable.profile_photo_stub)
.into(viewHolder.avatarImg);
using 4.x API?
Looks like it should be something like
... | 0 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
`include` task
##### ANSIBLE VERSION
[vagrant@localhost ~]$ ansible --version
ansible 2.1.1.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
##### CONFIGURATION
No changes
####... |
##### ISSUE TYPE
* Bug Report
##### ANSIBLE VERSION
ansible 2.1.1.0
##### CONFIGURATION
None
##### OS / ENVIRONMENT
N/A
##### SUMMARY
Variables do not resolve and error out as undefined when using _include_
statements in tasks. When you replace the below code for /duck/main.yml with
anyt... | 1 |
Is it possible to use next.js with the new react router v4?
|
# Bug report
## Describe the bug
We are displaying a banner for users to manage their third party cookie
consent. We include the script on the page
and then it goes and downloads the necessary styling.
When upgrading from version `9.0.2` to `> 9.0.3` we are seeing an issue with
the script inclusion.
The script ... | 0 |
Reported by @mechanoid here TypeStrong/atom-typescript#719 (comment) Tested
with TypeScript nightly
Sample from original issue report : https://github.com/mechanoid/ts-import-
error-test
|
This is as minimal an example as I have for now (`tsc` version and
`tsconfig.json` details at the bottom of this issue)
class A {
doIt(x: Array<string>): void {
x.forEach((v) => {
switch(v) {
case "test": console.log(this);
}
... | 1 |
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-\nkubernetes-e2e-gci-gke-serial/107/\n\nMultiple broken tests:\n\nFailed: DumpClusterLogs {e2e.go}\n\n \n \n Terminate testing after 15m after 5h0m0s timeout during dump cluster logs\n \n\nIssues about this test specifically: #33722 #37578\n\nFailed: TearDown {e2e.go}\n\n \n \n Terminate testing after 15m after 5h0m0s timeout during teardown\n \n\nIssues about this test specifically: #34118 #34795\n\nFailed: DiffResources {e2e.go}\n\n \n \n Error: 19 leaked resources\n +NAME MACHINE_TYPE PREEMPTIBLE CREATION_TIMESTAMP\n +gke-bootstrap-e2e-default-pool-a39ba184 n1-standard-2 2016-12-06T06:49:38.059-08:00\n +NAME LOCATION SCOPE NETWORK MANAGED INSTANCES\n +gke-bootstrap-e2e-default-pool-a39ba184-grp us-central1-f zone bootstrap-e2e Yes 3\n +NAME ZONE MACHINE_TYPE PREEMPTIBLE INTERNAL_IP EXTERNAL_IP STATUS\n +gke-bootstrap-e2e-default-pool-a39ba184-8z7s us-central1-f n1-standard-2 10.240.0.3 130.211.228.182 RUNNING\n +gke-bootstrap-e2e-default-pool-a39ba184-i3q8 us-central1-f n1-standard-2 10.240.0.5 104.154.166.164 RUNNING\n +gke-bootstrap-e2e-default-pool-a39ba184-l691 us-central1-f n1-standard-2 10.240.0.2 104.154.180.28 RUNNING\n +gke-bootstrap-e2e-default-pool-a39ba184-8z7s us-central1-f 100 pd-standard READY\n +gke-bootstrap-e2e-default-pool-a39ba184-i3q8 us-central1-f 100 pd-standard READY\n +gke-bootstrap-e2e-default-pool-a39ba184-l691 us-central1-f 100 pd-standard READY\n +default-route-8abe11bc8b8276ff bootstrap-e2e 0.0.0.0/0 default-internet-gateway 1000\n +default-route-8ff9f16630e0e354 bootstrap-e2e 10.240.0.0/16 1000\n +gke-bootstrap-e2e-55bb9cb0-85e51399-bbc3-11e6-aa5b-42010af00051 bootstrap-e2e 10.72.1.0/24 us-central1-f/instances/gke-bootstrap-e2e-default-pool-a39ba184-8z7s 1000\n +gke-bootstrap-e2e-55bb9cb0-b4c19733-bbcb-11e6-aa5b-42010af00051 bootstrap-e2e 10.72.3.0/24 us-central1-f/instances/gke-bootstrap-e2e-default-pool-a39ba184-l691 1000\n +gke-bootstrap-e2e-55bb9cb0-e14db0ed-bbd0-11e6-aa5b-42010af00051 bootstrap-e2e 10.72.4.0/24 us-central1-f/instances/gke-bootstrap-e2e-default-pool-a39ba184-i3q8 1000\n +gke-bootstrap-e2e-55bb9cb0-all bootstrap-e2e 10.72.0.0/14 tcp,udp,icmp,esp,ah,sctp\n +gke-bootstrap-e2e-55bb9cb0-ssh bootstrap-e2e 130.211.233.111/32 tcp:22 gke-bootstrap-e2e-55bb9cb0-node\n +gke-bootstrap-e2e-55bb9cb0-vms bootstrap-e2e 10.240.0.0/16 udp:1-65535,icmp,tcp:1-65535 gke-bootstrap-e2e-55bb9cb0-node\n \n\nIssues about this test specifically: #33373 #33416\n\nFailed: Deferred TearDown {e2e.go}\n\n \n \n Terminate testing after 15m after 5h0m0s timeout during teardown\n \n\nPrevious issues for this suite: #37161\n\n" |
Failed: https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-
kubernetes-e2e-gci-gke-serial/93/
Run so broken it didn't make JUnit output!
| 1 |
## Issue description
Implement derivative for `torch.eig(a, eigenvectors=True)`.
## Code example
import torch
a = torch.tensor(1., requires_grad=True)
(a * torch.eye(3)).eig(eigenvectors=True)[1].sum().backward()
yields
RuntimeError: the derivative for 'eig' is not implem... |
It seems that the derivative for 'eig' is not implemented in torch 0.3.1
.post2.
How could I use the derivate for 'eig'?
| 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
... |
**I'm submitting a ...** (check one with "x")
[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... | 1 |
The weekly build with nightly wheels from numpy and pandas
has failed. Check the logs for any updates that need to be
made in matplotlib.
https://github.com/matplotlib/matplotlib/actions/runs/3209069093
|
The weekly build with nightly wheels from numpy and pandas
has failed. Check the logs for any updates that need to be
made in matplotlib.
https://github.com/matplotlib/matplotlib/actions/runs/3163174215
| 1 |
~$ rustc | sh -c 'exec &0>-'
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug.
note: we would appreciate a bug report: http://doc.rust-lang.org/complement-bugreport.html
note: run with `RUST_BACKTRACE=1` for a backtrace
... |
Attempting to run `rustc --version` with a closed stdout will ICE:
> rustc --version | false
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug.
note: we would appreciate a bug report: http://doc.rust-lang.org/complement-bugre... | 1 |
by **slairf** :
What steps will reproduce the problem?
1. compile a Go app (such as http://codepad.org/KFcgHcF6) in the usual manner
2. run 'strip' on the resulting binary: strip yourBinary
3. attempt to run the binary: ./yourBinary
4. experience a Segmentation fault
What is th... |
by **rsc+personal@swtch.com** :
What steps will reproduce the problem?
1. Run build on Ubuntu 9.10, which uses gcc 4.4.1
What is the expected output? What do you see instead?
Cgo fails with the following error:
{{{
go/misc/cgo/stdio$ make
cgo file.go
could no... | 0 |
Hello,
I want to propose to you to extend router url_parser in angular, to make it
smarter.
On a big projects, I have to deal with complex routes which have optional
params and I want to work only with one route and also keep it simple and
clean, also I don't want duplicated urls or empty segments in them or
someth... |
**I'm submitting a ...** (check one with "x")
[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... | 0 |
Google Chrome Version 29.0.1547.62 - OSX 10.8.4
 the entire content will slightly
move to the left on mac OS (haven't tried it on windows yet). With the active
modal the scrollbar seem to disappear, while the content width still changes.
You can observer the problem on the bootstrap pa... | 1 |
**Describe the bug**
I'm trying to use an import map in my Deno project. I set up the import map
like:
{
"imports": {
"interfaces/": "./interfaces/",
}
}
But when in another file I type:
import { IEnergyMeterValidator } from "interfaces/validators/mod.t... |
(EDIT: See comments below, this goes beyond import maps, there's a mismatch in
how paths are encoded between the extension and the LSP on Windows)
I'm using an import map to remap `.js` imports to `.ts` in code I share
between the browser and Deno.
It is working fine in Deno, but the extension reports the followin... | 1 |
* VSCode Version: 0.10.11
* OS Version: Windows 7, 10, Mac 10.11.4
Steps to Reproduce:
1. Start VS Code
2. Type a for loop without a spaced condition i.e j< 10

|
* VSCode Version: 1.1.1
* OS Version: Windows 7
Hi, in my work environment only certain user agents are allowed to make
http(s) requests, so I can't download any extension (`getaddrinfo ENOTFOUND
marketplace.visualstudio.com marketplace.visualstudio.com:443`).
I had the same issue with package control for Sublim... | 0 |
I'd like to let the user control whether or not to download the update. User
may be using a mobile connection for all we know (tethered), so downloading
automatically is not something that should happen without user consent. (same
for installing automatically)
|
* Electron version: 0.36.8
* Operating system: OSX
Atom has a setting `core.automaticallyUpdate`, when it's false, we don't check
for updates. It would be nice to be able to periodically check if there is an
update available, report the version to the user, but without auto-downloading
the new update.
This woul... | 1 |
Apache Druid 0.23.0 contains over 450 new features, bug fixes, performance
enhancements, documentation improvements, and additional test coverage from 81
contributors. See the complete set of changes for additional details.
# # New Features
## # Query engine
### # Grouping on arrays without exploding the arrays
Y... |
Druid version used: 0.8.3
I noticed this while restarting one of my kafka replicas.
It seems the realtime node read a msg twice due to this and ended up
aggregating it. We saw metrics everywhere doubled due to that.
Realtime nodes should check for duplicates. if entire row is exactly the same
as previous, then dis... | 0 |
Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | yes/no ?
RFC? | no
Symfony version | 3.2.10
**Context** :
* symfony project v3.2
* PHP 7
* Mysql 5.7
* Redis (for custom cache)
**What happened** :
* after a `composer update`, Symfony did update from 3.2.9 to 3.2.10 ... | Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | no
RFC? | no
Symfony version | 3.4.x-dev
After:
$ git clone https://github.com/yceruto/symfony-standard -b cache_warmup_warning
$ cd symfony-standard
$ composer install --prefer-dist
$ bin/console c:c --... | 1 |
### Which version of ShardingSphere did you use?
we find java version: java8, full_version=1.8.0_342,
full_path=/home/peilq_sharding/bisheng-jdk1.8.0_342//bin/java
ShardingSphere-5.2.2-SNAPSHOT
Commit ID: dirty-753c0cee8ee6fd3db00536da55b64bc5198a3758
Commit Message: Optimize sqlFederationExecutor init logic w... |
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### Which version of ShardingSphere did you use?
4.0.0-RC2
### Which project did you use? Sharding-JDBC or Sharding-Proxy?
Sharding-JDBC
### Actual behavior
, (2, dim, dim))
solve_triangular(x, x) # error
raises the issue: `RuntimeError: Invalid argument: The rank of the operand and
the padd... |
I am trying to apply `vmap` to a matrix solve, but it errors out on matrices
larger than 128 x 128.
Here's an example:
import jax
import jax.numpy as jnp
from jax import vmap
def vmap_solve(N):
A = jnp.expand_dims(jnp.eye(N), 0)
B = jnp.ones(N)
return vmap(jax.n... | 1 |
Since my question is lost in stackoverflow, I decided to post it here as a
bug, as I think it is.
http://stackoverflow.com/questions/38342266/shadowmap-cant-detect-all-
instances-on-three-instancedbuffergeometry
Basically the idea is having one bufferGeometry duplicated and having an
attribute array with the offset... |
##### Description of the problem
It is possible for one object/group to have multiple materials, e.g. to have
12 faces of material A and next 12 faces of material B. Current implementation
does not handle it properly.
I changed OBJLoader.js, now it creates not one mesh per object, but one mesh
per tuple (object nam... | 0 |
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-\nlogs/pull/32163/kubernetes-pull-build-test-e2e-gce/57681/\n\nFailed: [k8s.io] Kubectl client [k8s.io] Kubectl taint should remove all the\ntaints with the same key off a node {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:1306\n Expected error:\n <exec.CodeExitError>: {\n Err: {\n s: \"error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.198.216.32 --kubeconfig=/workspace/.kube/config taint nodes e2e-gce-agent-pr-50-0-master kubernetes.io/e2e-taint-key-d9a5a78b-751f-11e6-9eed-0242ac110002=testing-taint-value:NoSchedule] [] <nil> Error from server: client: etcd cluster is unavailable or misconfigured\\n [] <nil> 0xc8208ce3a0 exit status 1 <nil> true [0xc820c28170 0xc820c28198 0xc820c281b0] [0xc820c28170 0xc820c28198 0xc820c281b0] [0xc820c28190 0xc820c281a8] [0xaec560 0xaec560] 0xc820bbdce0}:\\nCommand stdout:\\n\\nstderr:\\nError from server: client: etcd cluster is unavailable or misconfigured\\n\\nerror:\\nexit status 1\\n\",\n },\n Code: 1,\n }\n error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.198.216.32 --kubeconfig=/workspace/.kube/config taint nodes e2e-gce-agent-pr-50-0-master kubernetes.io/e2e-taint-key-d9a5a78b-751f-11e6-9eed-0242ac110002=testing-taint-value:NoSchedule] [] <nil> Error from server: client: etcd cluster is unavailable or misconfigured\n [] <nil> 0xc8208ce3a0 exit status 1 <nil> true [0xc820c28170 0xc820c28198 0xc820c281b0] [0xc820c28170 0xc820c28198 0xc820c281b0] [0xc820c28190 0xc820c281a8] [0xaec560 0xaec560] 0xc820bbdce0}:\n Command stdout:\n \n stderr:\n Error from server: client: etcd cluster is unavailable or misconfigured\n \n error:\n exit status 1\n \n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/util.go:2156\n \n\nHappened on a presubmit run in #32163.\n\nPrevious issues for this test: #31066 #31967\n\n" | ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gke/11756/\n\nFailed: [k8s.io] Kubectl client [k8s.io] Kubectl taint should update the taint\non a node {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:1198\n Expected error:\n <*errors.errorString | 0xc820624710>: {\n s: \"Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.155.182.223 --kubeconfig=/workspace/.kube/config taint nodes gke-jenkins-e2e-default-pool-8f17ec09-iatl kubernetes.io/e2e-taint-key-498bd6c9-50a6-11e6-891a-0242ac110002-] [] <nil> failed to find client for version v1: error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.\\n [] <nil> 0xc82077efc0 exit status 1 <nil> true [0xc820796328 0xc820796340 0xc820796358] [0xc820796328 0xc820796340 0xc820796358] [0xc820796338 0xc820796350] [0xaaeb60 0xaaeb60] 0xc820c722a0}:\\nCommand stdout:\\n\\nstderr:\\nfailed to find client for version v1: error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.\\n\\nerror:\\nexit status 1\\n\",\n }\n Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.155.182.223 --kubeconfig=/workspace/.kube/config taint nodes gke-jenkins-e2e-default-pool-8f17ec09-iatl kubernetes.io/e2e-taint-key-498bd6c9-50a6-11e6-891a-0242ac110002-] [] <nil> failed to find client for version v1: error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.\n [] <nil> 0xc82077efc0 exit status 1 <nil> true [0xc820796328 0xc820796340 0xc820796358] [0xc820796328 0xc820796340 0xc820796358] [0xc820796338 0xc820796350] [0xaaeb60 0xaaeb60] 0xc820c722a0}:\n Command stdout:\n \n stderr:\n failed to find client for version v1: error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.\n \n error:\n exit status 1\n \n not to have occurred\n \n\nPrevious issues for this test: #27976\n\n" | 1 |
### Description
Going through v1-alpha branch code I've noticed that in some places (like a
few, but I'm sure this will grow with time) there are 'hardcoded' component
names/identifiers, which in my opinion don't scale well. To improve that I
suggest to move all component identifiers (values assigned as `muiName`) t... |
### Function values do not seem to be generated for style rules generated from
`withStyles`. This makes it a bit annoying to have to choose-either-or or have
a duplicate non-material-ui styleSheet for anything which requires a function.
### Example: https://www.webpackbin.com/bins/-Kq_JaPyi7k3QAqPyTsN
(In this exam... | 0 |
Running scipy.stats.kendalltau on attached data gives tau = 0.12017 and two-
tailed p = 0.0666
Running same test (kenall tau-b) in R (cor.test), SPSS (NONPAR CORR) and the
Excel Real-Statistics addin gives same value of tau but p = 0.099 in all 3
packages.
fmmnonzero.txt
|
The null statistics for kendall's τ is very different in the case of ties.
Presently, the code computes τ and then applies the null statistics for the
tieless case to the general case, leaving people really puzzled.
I have created a pull request that improves performance and fixes a few
problems, putting again the c... | 1 |
Upgrading 1.7.1 to 1.7.2 with RPM causes postun script failed.
$ sudo rpm -Uvh elasticsearch-1.7.2.noarch.rpm
warning: elasticsearch-1.7.2.noarch.rpm: Header V4 RSA/SHA1 Signature, key ID d88e42b4: NOKEY
Preparing... ################################# [100%]
Updatin... |
From https://discuss.elastic.co/t/1-7-1-rpm-warns-post-remove-script-called-
with-unknown-argument/26693:
$ ESVERSION=1.7.1
$ package=elasticsearch-$ESVERSION.noarch.rpm && wget https://download.elasticsearch.org/elasticsearch/elasticsearch/$package -O /tmp/$package && sudo rpm -Uvh /tmp/$package
... | 1 |
#### Code Sample
url =
"""https://en.wikipedia.org/wiki/List_of_winners_of_the_Boston_Marathon"""
tables = pd.read_html(url, header=0)
print(tables[0].head())
#### Problem description
The above code ''should' just extract the displayed text in the HTML table;
what's in the dataframe should be what's displayed ... |
It seems that the apply method of a group invokes the function passed as
parameter once for each group, as expectes. However, the function is invoked
twice for the first group. Enclose is a short code reproducing this behavior.
Is it a normal behavior or am I doing something wrong here.
I run the code with pandas 0.... | 0 |
This auto-formatted incorrectly
[
'two spaces indent',
{} //object placed two spaces to the left, expected to have the same indentation as text
]
|
A gif probably explains it best:

Firstly, I'd contend that the `])` shouldn't be automatically indented, but I
can live with that.
Main point: the `{whatever}` line automatically outdents as soon as I ty... | 1 |
### 💻
* Would you like to work on a fix?
### How are you using Babel?
@babel/cli
### Input code
Error occurring after installed latest @babel/core
### Configuration file name
babel.config.js
### Configuration
_No response_
### Current and expected behavior
Getting error
> Cannot find module '@babel/plu... |
Originally from babel/karma-babel-preprocessor#5
With to5Options.moduleIds: true module names are including the entire path. I
tried setting the sourceRoot, but then the path was duplicated before the
desired module portion.
The only way I was able to get just the module portion was to add
filenameRelative to the p... | 0 |
**Symfony version(s) affected** : 3.4.22
**Description**
> A new entity was found through the relationship 'XXX#hcspData' that was not
> configured to cascade persist operations for entity:
> HCSPData@0000000023d966fc0000000028e438d7. To solve this issue: Either
> explicitly call EntityManager#persist() on this un... |
**Symfony version(s) affected** : 4.2.3
Updating symfony/dependency-injection (v4.2.2 => v4.2.3)
Somehow there are now 2 entity manager instances in my application, causing
all sort of WTFs :)
See https://github.com/ro0NL/symfony-issue-30091
Before:
DefaultController.php on line... | 1 |
#12551 and comment: #12512 (comment)
`usecols=['a',1]` should raise
|
Hi, guys! First of all, thanks for making this open source! =D Keep up the
good work!
**SCRIPT**
import pandas as pd
dfs = pd.read_html('https://en.wikipedia.org/wiki/List_of_states_and_territories_of_the_United_States')
print(dfs[0])
The output we found where there is any cols... | 0 |
This is meant as a meta-bug for me to collect references to places where users
complained about fallout from Sound Generic Drop (#21972) and its precursors
(namely #21657 in particular).
It might be a places to pose ideas for ways to address complaints, but keeping
in mind the distinction between language features v... |
I'm using `libcore` and `liballoc` to build a freestanding kernel, and it used
to work perfectly on 1.0.0-nightly (`2b01a37` 2015-02-21).
But since I updated my Rust and my `rust` submodule (including any
dependencies) to the latest 1.0.0-nightly (`c89de2c` 2015-03-28), I get a
whole slew of these errors when buildi... | 0 |
I've just noticed that a specific type-unstable broadcast fails on master,
while it works fine on julia 1.5
MWE:
on julia 1.5
julia> broadcast((args...) -> NamedTuple{(:a, :b)}(args), [sin, cos], [1, 2])
2-element Array{NamedTuple{(:a, :b),T} where T<:Tuple,1}:
(a = sin, b = 1)
(a = cos... |
Running the tests for AutomotiveSimulator errors on nightly
(https://s3.amazonaws.com/julialang-
reports/nanosoldier/pkgeval/by_hash/c3bb6df_vs_788b2c7/AutomotiveSimulator.1.6.0-DEV-a896693d33.log)
due to a type assert error in broadcasting.
feature extraction: Error During Test at /home/kc/PkgEval16/d... | 1 |
## Screenshot
[drag & drop image(s) here!]
## Description
When tried creating charts, the scroll option for Query section is missing.
Due to which users are not able to access some of the functionality.
## Design input
Scrolling CSS is missing for
|
auto ldap registration enabled, below error is first time a new user tried to
login to superset. 2nd login worked
Error adding new user to database. (raised as a result of Query-invoked
autoflush; consider using a session.no_autoflush block if this flush is
occurring prematurely)
(MySQLdb._exceptions.IntegrityErro... | 0 |
**Migrated issue, originally created by Eliot (@saltycrane)**
Using mssql, I don't see the NOLOCK hint in the generated SQL of my `select`
query when I specify a `schema` in my `Table`. (I do see the hint if I don't
specify a schema.) Here is a test case:
# -*- encoding: utf-8
from sqlalchemy imp... |
**Migrated issue, originally created by Andrey Zholos (@zholos)**
When updating a table with a specified schema name, some parts of the
generated statement refer to the table with an alias and some parts don't.
A subquery uses an alias that was not introduced (it could be introduced in an
mssql "from" clause):
... | 1 |
#### Description
I think scoring of cross_val_score (also GridSearchCV and so on) is not good
especially with cv={# of samples} (i.e. LeaveOneOut). In evaluating R2 or MAE
values, mean of y is calculated with respect to each CV model in
cross_val_score, but calculation of mean should be performed on all y. The
diffe... |
from sklearn.datasets import make_regression
from sklearn.cross_validation import cross_val_score, LeaveOneOut
from sklearn.linear_model import Ridge
X, y, coef_ = make_regression(random_state=42, noise=1, n_samples=200, coef=True)
cross_val_score(Ridge(), X, y, cv=LeaveOneOut(len(X)... | 1 |
`scipy.linalg.eigvalsh()` give a message
> Intel MKL ERROR: Parameter 12 was incorrect on entry to ZHBRDB.
and return wrong eigenvalues. When the input matrix is a **real Hermitian**
matrix or a **complex Hermitian with dimension less than 200** 0, this
function always give the right answer as `np.linalg.eigvalsh` ... |
`scipy.linalg.eigvalsh()` throws ValueError() for large matrices. The bug
appears for arbitrary matrices.
However, it also shows up in trivial examples, such as a large identity
matrix, and large diagonal matrices with random coefficients in [0,1].
### Reproducing code example:
import numpy as np
... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.