text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
Trying to launch ec2 instance using ansible 1.8.3 gives me: Traceback (most recent call last): File "/var/lib/jenkins/.ansible/tmp/ansible- tmp-1424337493.09-167968274609306/ec2", line 2998, in main() File "/var/lib/jenkins/.ansible/tmp/ansible- tmp-1424337493.09-167968274609306/ec2", line 1203, in main (tag...
**Issue Type:** Bug Report **Ansible Version:** 1.8.3 **Environment:** Ubuntu 14.04 kernel: 3.13.0-45-generic **Summary:** Cannot to create new AWS EC2 instance using ec2 module, the following failure is raised: NameError: global name 'tenancy' is not defined **Steps To Reproduce:** 1. Have playbook...
1
When rendering: render: function() { <span contentEditable={this.state.isEditing}>{this.state.value}</span> } Output: <span contenteditable="true" data-reactid=".1msoq843u9s.1.$49.1.0">Hello World</span> There is only a text node as a child of this span, no react ...
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** Getting this error message: **Should have a queue. This is likely a bug in React. Please file an issue.** **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of t...
0
Hi all, I want to **include trainable weights in loss function**. As I dont know how to, I use a layer that contains weight only. This layer only output weights to loss function. However, there are too many weights variables, I dont want to output all of them for the whole batch. So I decide to select some of rel...
If you open a GitHub issue, here is our policy: It must be a bug, a feature request, or a significant problem with the documentation (for small docs fixes please send a PR instead). The form below must be filled out. **Here's why we have that policy:**. Keras developers respond to issues. We want to focus on wor...
0
## ❓ Questions and Help hi I am new at pytorch i try to install pytorch with ROCm and step by step following https://rocm- documentation.readthedocs.io/en/latest/Deep_learning/Deep- learning.html#building-pytorch-for-rocm output of "PYTORCH_TEST_WITH_ROCM=1 python test/run_test.py --verbose" should all correct ,...
## 🚀 Feature Caffe2 has whitelisting mechanism (facebookarchive/caffe2#228) to reduce final binary size which is very useful for mobile apps. However, in my opinion, it is not really convenient to list all files to be compiled and is more appropriate to do the opposite - blacklisting file to exclude from compilatio...
0
/* aa */var c = 1; generate /* aa /* aa var c = 1;
Hi, **TS Version** : 1.4 The following code: var x: any; /* var bar; */ Emits the following JavaScript var x; /* var bar; var x: any; /* var bar; Expected var x; /* var bar; */
1
There are two files,main.go and main1.go \-------------------------content of main.go---------------------------------------- package main import "code.google.com/p/go.net/websocket" func main() { websocketConn := websocket.Conn{} TestFunc(&websocketConn) } \----------------------------------end of mai...
There are two files,main.go and main1.go \-------------------------content of main.go---------------------------------------- package main import "code.google.com/p/go.net/websocket" func main() { conn := websocket.Conn{} TestFunc(&conn) } \----------------------------------end of main.go--------------...
1
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.418] Windows Terminal version : 0.6.2951.0 White screen when drag the window with large "initialCols" & "initialRows" set(e.g. 110 * 30). # Steps to reproduce set "initialCols" to 110, and set "initialRows" to 30...
Filed re: discussion on https://www.reddit.com/r/bashonubuntuonwindows/comments/8j6xbt/vim_tmux_on_wsl/ _sam007961_ > It sort of works. The tmux theme is buggy and unusable, but everything else > works fine. > The thing is I'm not sure if the source of the bug is tmux or the default > terminal or even the theme....
0
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | 3.4.* PHP version | 5.6.25 ![Stacktrace](https://camo.githubusercontent.com/613da8e43eca3b7423112f537ae44eb6fb2243d9e43a68073a4fbc1991510104/68747470733a2f2f696d6775722e636f6d2f735a527145674b) We'...
Q | A ---|--- Bug report? | no Feature request? | yes BC Break report? | no RFC? | yes Symfony version | 3.3.0 Custom tags support is a very important feature imo that currently lacks to the yaml component. It is basically allowing things like: services: square_printer: ...
0
### Bug report I install matplotlib in mac os with version Big Sur 11.3.1 successfully, when i import matplotlib, I find traceback as followings: Type "help", "copyright", "credits" or "license" for more information. > > > import matplotlib > Traceback (most recent call last): > File "", line 1, in > Fil...
### Bug report I install matplotlib in mac os with version Big Sur 11.3.1 successfully, when i import matplotlib, I find traceback as followings: Type "help", "copyright", "credits" or "license" for more information. > > > import matplotlib > Traceback (most recent call last): > File "", line 1, in > Fil...
1
Challenge Use a CSS Class to Style an Element has an issue. User Agent is: `Mozilla/5.0 (Linux; Android 5.1; KFFOWI Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: ...
Challenge Use a CSS Class to Style an Element has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: <style>  .re...
1
I've written this task for sass-lint – is it possible to run it automatically when I save a `*.scss` file? { "version": "0.1.0", "command": "sass-lint", "isShellCommand": true, "args": ["-c", "path/to/.sass-lint.yml", "-v", "${file}"], "showOutput": "silent", ...
_From@jsturtevant on October 26, 2015 23:25_ Is there an API or way to detect which lines are visible in the current editor? In a large file if i use let count = doc.getLineCount(); I get all the count of all the lines in the document but I my case I need to restrict my search to only the current v...
0
# Please add the ability to open a console in Admin mode.
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.207] Any other software? FreeBSD VM, remote FreeBSD systems. # Steps to reproduce Hit control-T # Expected behavior A ^T character is delivered to stdin on the controlling process which, on UNIX systems, wil...
0
My issue is about the `minimize_scalar` in `scipy`. Under an older version of `scipy` this code did to work (at least 1.3.1), now there is some error occurring. #### Reproducing code example: from scipy.special import j1 from scipy.optimize import minimize_scalar res = minimize_scalar(j1, boun...
Hi, I've recently changed my docker configuration and, while using chaospy package, I came across an error which never occurred before. It looks like it comes from the fact that `fu` is not instantiated before the `while` loop but I'm not sure. I hope this report will help. #### Reproducing code example: ...
1
Recently, I ran into the issue that I failed to query an interval with about 4 merged and compressed segments, each of which is about 500MB (about 1.9 million rows, extracted from the compressed segment, the size is about 7GB), using `scan-query` (version 0.10.1). It works for intervals with 2 of such segments. I ra...
@Override public BalancerSegmentHolder pickSegmentToMove(final List<ServerHolder> serverHolders) { ReservoirSegmentSampler sampler = new ReservoirSegmentSampler(); return sampler.getRandomBalancerSegmentHolder(serverHolders); } I see a probability here that the coordi...
0
### Bug report **The pixels plotted by`imshow` aren't of constant size. Some are larger than others.** **Code for reproduction** import numpy as np from matplotlib import pyplot as plt matrix = np.diag(np.ones(100)) fig, ax = plt.subplots(figsize=(4, 4)) ax.imshow(matrix) ...
### Bug report As has been previously reported, imshow misaligns grid lines and image data. This gives a tiny reproducible example and discusses the specific issues. The example is actually mild. I have larger data sets where the effect is worse, added at the end; but the following tiny example demonstrates the core...
1
As discussed in Google Groups I have a task that imports a db file into mysql but it fails the second time I re-run the playbook. In order to overcome the failure I need to login to the mysql server and drop the database in order to import successfully in the second play, this is not possible in a production enviro...
## Bug Description: Simple ansible-playbook indefinitely hangs when using su. This can be repeated indefinitely. ## Version affected: * ansible 1.9.1 * ansible 1.9.2 ## Version not affected (using the same script): * ansible 1.6.10 ## Environment tested on * Linux Redhat/Centos * Python version: 2.6....
0
Issue Type: Bug Report Ansible Version: ansible 1.9.2 configured module search path = None Ansible Configuration: No changes to .cfg, using vanilla installed package version installed with pip Environment: Ubuntu 14.04 Summary: using with_sequence will skip the play when the sequence is only a single ite...
ansible 1.9.2 osx and ubuntu - name: count=2 debug: var=item with_sequence: count=2 - name: count=1 debug: var=item with_sequence: count=1 results in: TASK: [count=2] ********************************************************...
1
I have a use case where I only want to have a legend for the style (but not the hue). Currently, the relational plotters `lineplot`, `scatterplot`, etc. only allow to switch on and off the entire legend. What I would like to have is a possibility to control the display of the groups (style, hue, size) individuall...
Here are some notes about legends, which are an area of future work. Challenges with legends include: ## Multi-variable legends When multiple semantic mappings exist (currently only possible in the relational plots), the legends use a hack that adds a legend entry with an invisible artist handle to serve as a "sub...
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 ...
Currently we can eager initialize a service by adding `ngOnDestroy` hook, but: 1. Very few people know that services can have `ngOnDestroy` (afaik it's still not documented on angular.io). 2. Even less know that if `ngOnDestroy` is present, service will be initialized eagerly. 3. We don't always have a disposa...
1
My application is hosted in Microsoft Azure. I have tried to implement automatic updated using squirrel or auto-updater. But none of them is working. Also I have gone through various articles provided in internet but none of them using Azure. So, can you please help me out how to implement auto update feature in ...
I've been trying to use a tray icon on Windows with v0.30.3 and v0.30.2 and I get the following errors: `Unable to create status tray icon. Error setting status tray icon image.` ![error- win7-2](https://cloud.githubusercontent.com/assets/1028859/9176311/3845161e-3f50-11e5-9f14-b9bffc956215.JPG) However, using ...
0
We have a library of components for angular that we are currently migrating to Angular 2. We have a container that injects content using `ng-content`. We would like to have a child component that injects the parent if you nest it inside of the parent, like so: <parent> <child></child> </par...
**I'm submitting a** [x] bug report **Current behavior** I'm having a problem with when HostBindings are applied to parent elements when a child element is using a ngIf. If the child element has an ngIf then host binding of it's parents are applied after the ngAfterViewInit of the child elemen...
0
I'm trying to import a fairly large CSV file (~300MB) with the following structure: id,type,internal,data 1,a,true,abc 2,b,false,def 1,a,true,ghi 3,a,true,jkl 4,c,true,mno ... (note: based on the ID value there might be duplicates with different values in the data column, ...
@nigelsmall: 'Hope I'm not raising a duplicate issue here (can't find it anywhere else) but am still having issues with CREATE UNIQUE (née RELATE) and array properties passed through parameters. The error scenario can be recreated with: curl -X POST -H "Content-Type: application/json" -H "Accept: appl...
0
I noticed that there seems to be an overflow happening with `numpy.linalg.matrix_power` when using large exponents. In my opinion, this should at least raise an `OverflowError`. np.version.git_revision Out[8]: '68538b74483009c2c2d1644ef00397014f95a696' np.version.full_version == '1.6.1' ...
I noticed that the numpy masked-array mean method returns different types when it probably should not: import sys sys.version #'2.7.9 (v2.7.9:648dcafa7e5f, Dec 10 2014, 10:10:46) \n[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)]' import numpy as np np.__version__ #'1.9.2' A = n...
0
I have quite a large number of hosts to manage and they can be categorised into different groups depending on how you work on them. So I'd like to be able to do the following which currently seems impossible: [dc1-frontend-slaves] f-slave-[01:10].dc1.domain.com [dc1-backend-slaves] b-slave-[01:10].dc1.domain.co...
##### Issue Type: Bug Report ##### Ansible Version: ansible 1.8.4 configured module search path = None ##### Environment: OSX 10.10.2, using homebrew to install ansible. ##### Summary: When a playlist has two plays with `hosts: 127.0.0.1`, facts or registered variables from the first play fall out of scope f...
0
**Apache Airflow version** : 1.10.10 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): v1.16.15-gke.6000 **Environment** : * **Cloud provider or hardware configuration** : GCP * **OS** (e.g. from /etc/os-release): Debian GNU/Linux 10 (buster) * **Kernel** (e.g. `uname -a`): 4...
Hello, We use Python 3+, so we should consider using an enumerated type for objects that are buckets for contents This will give us better type hints. https://github.com/apache/airflow/blob/master/airflow/utils/state.py Best regards, Kamil Breguła
0
On challenge 55 I found that if you only name the indoor radio name='indoor- outdoor' it allows the user to continue. This assume everything else is right but the name= is missing for the outdoor radio. I suppose pretty minor.
Code validates when it shouldn't. This code validates: <form action="/submit-cat-photo"> <input type='text' placeholder='cat photo URL' required> <label><input type='radio' name='indoor-outdoor'> Indoor</label> <label><input type='radio' name='This should be the same as above'> Outdo...
1
Hi everyone. This issue is following #6950 The fix works on IE11. Unfortunately, it doesn't under Edge. It seems that Edge is implementing innerHTML property on SVG tag, but in an inefficient way. Using it appends SVG text in the DOM tree, as it can be seen using the inspector, but Edge doesn't render anything......
This appears to be a bug in React with the Microsoft Edge browser. This was previously a bug in older Internet Explorer browsers as well, but appears to have been fixed by #6982 – unfortunately the fix did not resolve the issue in Edge. I modified the codepen from the original issue to use React 15.3.0, which includ...
1
as on Gitter: this is also a cc to @xster @cbracken _Side note: I am able, with a clean project, to have AndroidStudio build the Flutter package binary, and even if it fails the Xcode build, open XCode and run/deploy my deiserd shcema/target (see#126990 ) even if the main app entry point is always the same._ ## Ste...
An application I'm working on requires being able to detect when a Drawer is opened and closed which currently is not possible. Is it possible to add a callback on this event? My use case requires the underlying android app to know the status of the drawer and I've been unable to think up any work arounds so far. As...
0
Thanks for the really fast reply. Interestingly this is a difference between SQLite and MySQL dialects. Bulk upsert in MySQL (see discussion #9328) works fine. I worked up a SSCCE for this also: import sqlalchemy as db import sqlalchemy.dialects.sqlite as sqlite from sqlalchemy import delete, s...
**Migrated issue, originally created by Anonymous** If we have a self-referential, many-to-many relation (e.g. network of nodes), when we define a validator on one side of the symmetrical relationship (namely children), append works or doesn't work correctly depending on whether the data is commited or not. Works fi...
0
### Bug report **Bug summary** Modifying rcParams in the same cell where `%matplotlib inline` is called (for the first time) causes only a temporary change (within that cell). In later cells, the values of rcParams revert back. **Code for reproduction** ![screen shot 2018-08-06 at 11 25 09 am](https://user- image...
_EDIT (jklymak) Old title is below:_ Fundamental issue is that If you do a search on "radar plot matplotlib" you get sent here: https://matplotlib.org/examples/api/radar_chart.html This of course refers to 2.0.2 and `/examples/` isn't a directory any more in our tree. 1. Robots should probably be redirected to...
0
I am using the logstash 1.3.2 RPM found in this repository: http://packages.elasticsearch.org/logstash/1.3/centos I have set CONF_DIR to /etc/logstash/conf.d/* _/_.conf. The asterisks seem to be messing with the regular expression used by pgrep to find the PID of the process that was started. The process starts...
HI, I am working with Elasticsearch 2.1.0. I have a requirement to specify the schema for my documents. So i used the ElasticSearch Mapping functionality like this: curl -XPUT 'http://localhost:9200/customer/external/_mapping' -d ' { "external" : { "properties" : { "example" : { "properties" : { "custom_proper...
0
##### System information (version) * OpenCV => 4.1.1 * Operating System / Platform => Ubuntu 18.04 * Compiler => gcc ##### Detailed description When I load the onnx model (converted from pytorch ) using cv::dnn::readNetFromONNX from memory buffer, it will get the "error: (-210:Unsupported format or combinati...
##### System information (version) * OpenCV => 2 * Operating System / Platform => Windows 10 * Compiler => Python ##### Detailed description I am looking to process a video stream from webcam. I am using opencv to capture and display the video. My goal is to segment the video display window into 3 rectangles...
0
error code ↓↓↓↓ ![image](https://user- images.githubusercontent.com/19584991/76744159-c5e04080-67ae-11ea-869f-f38cda28c537.png) ` ERROR in ../pc-react-next/src/index.js Module build failed: SyntaxError: /Users/tezml/Desktop/pc-react- next/src/index.js: Unexpected token (362:9) 360 | let {levels...
`transform-runtime` plugin usage option for disabling polyfills is ignored when used to transpile code with async functions. ### Input Code I am able to reproduce the bug using the vue webpack template starter pack. To create a fresh project: $ npm install -g vue-cli $ vue init webpack vue-test ...
0
Some public functions defined in `numpy/core/records.py` and accessible via the `np.rec` namespace have incomplete docstrings that do not fully comply with the numpydoc standard. For example: numpy/numpy/core/records.py Lines 596 to 609 in 43ca3a5 | def fromarrays(arrayList, dtype=None, shape=None, formats=N...
![screen shot 2018-04-16 at 11 01 46 pm](https://user- images.githubusercontent.com/31265128/38846412-2fa2cf4a-41ca-11e8-91b7-0157b1a44d1e.png)
0
On IE edge mode, the form is set to dirty when initialized. I found that it said that was a bug in IE, but had been fixed. Now I am still facing this issue. angular-ui/ui-mask#29 https://connect.microsoft.com/IE/feedback/details/899139/angular-js-ie11-form- control-dirty-attribute-always-true-if-placeholder-has-non...
**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
_Please make sure that this is a feature request. As per ourGitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:feature_template_ **System information** * TensorFlow version (you are using): 2.0 * Are you willing to contribute it (Yes/N...
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : Yes * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Linux Ubuntu 16.04 * **Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile de...
0
sklearn/tests/test_common.py::test_non_meta_estimators[LinearSVR-LinearSVR- check2214] Makefile:27: recipe for target 'test-code' failed Linux-4.15.0-22-generic-x86_64-with-debian-buster-sid Python 3.6.4 |Anaconda, Inc.| (default, Jan 16 2018, 18:10:19) [GCC 7.2.0] NumPy 1.14.0 SciPy 1.0.0 Scikit-Learn 0.2...
This seems to be data-dependent and the following snippet only fails on master (not 0.19.1): from sklearn.externals import joblib from sklearn.utils.estimator_checks import _boston_subset from sklearn.svm import LinearSVR X, y = _boston_subset() joblib.dump(y, '/tmp/test.pkl')...
1
This issue is new as of 0.6.3121.0, and is happening for profiles I've had around for a long time. # Environment Windows build number: 10.0.19023.0 Windows Terminal version: 0.6.3121.0 # Steps to reproduce 1. Have an existing, custom profile in `profiles.json` that does _not_ specify a `s...
From @srv-code in #3386: > Tab switcher pop-up like in other editor applications (e.g. in Visual Studio > Code editor when pressed Ctrl+TAB). It's quite impossible for me to grab a screenshot of this in action, but it's a little dialog that appears with each of the tab titles in it, and lets you up/down arrow throu...
0
**Alef Arendsen** opened **SPR-4** and commented Mike's been talking about introducing OGNL support. Seems like a nice idea to me, though not really feasible for the 1.0 release I think. But hey, let's put it in here so we won't forget... Mike's mail (December 2nd): * * * Or an even better idea... how about supp...
**Kilian Matt** opened **SPR-9630** and commented I tried to migrate an existing spring application from 3.0.5 to 3.1.2 and I've noticed a strange bug, that the injection of a provider works the first time but passes subsequent times. It seems due the call of DependencyDescriptor.increaseNestingLevel() in the cons...
0
## Bug Report **Current Behavior** After installed babel 7.0.0-rc.0, there're some warning messages like: > warning "@babel/plugin-transform-unicode-regex@7.0.0-rc.0" has incorrect > peer dependency "@babel/core@>=7.0.0-beta.50 <7.0.0-rc.0". **Expected behavior/code** No warning message **Possible Solution** ...
## Bug Report **Current behaviour** The individual packagesdo not have a license file **Expected behaviour** I would expect a LICENSE file at the root of each package ( for example, here ) with the MIT license and attribution. **Possible Solution** **Additional context** See previous issue where this was fix...
0
I'm doing some research on how to enable use of custom materials with THREE.Sprite. Currently in THREE.SpritePlugin uniform binding is hardcoded. Why aren't the methods from WebGLRenderer used for this task? Is it because of incompatible uniforms? If THREE.SpritePlugin used standard material infrastructure custom m...
Is it possible to update the shadows on a mesh when animating with morph targets? When you rotate a textured object the shadows rotate with it... Thanks!
0
fn main() { let mut a = [0, 1, 2, 3]; ...
Running this program: use std; import std::io; fn iter(&&v: [uint], f: fn(uint)) { for i in v { f(i) } } fn main(args: [str]) { let v = vec::enum_uints(0u, 10u); iter(v) { |i| v = []; io::print(#fmt["i=%?\n", i]); } ...
1
related to issues #8500 , #7808 , #4929 ; using `.hidden-sm` to hide span within `.nav > li > a` . Because class is `display: block` above -sm then text wraps to new line. Would you consider `.hidden-*` classes to be `display: inline-block` instead ? Here's a jsfiddle of the two cases - but the repercussions could b...
Tested on both iOS 5+ and android 4.0.4.. Menu items in dropdown from btn in navbar not clickable div class=btn group a class=btn dropdown-toggle data-toggle=dropdown ul class=dropdown-menu li a
0
with-firebase-hosting example is giving error when upgrading Next to version 6. I tried it with `v6.0.0` and` 6.0.1-canary.1`. Problem occurs when running `deploy` command. * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Project should deploy succesf...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Calling `app.render(req, res, pathname, query)` should not cause any issues. ## Current Behavior If `app.render(req, res, pathname, query)` is called and `query` is not an object, there will be a n...
0
I'm running linux x86_64, OpenSuse 13.1 I am trying to compile from the repo master branch 875a67f with Bazel 1.4, installed from `bazel-0.1.4-installer-linux-x86_64.sh` I was getting dependency errors and had to make the modifications described in this stack overflow post to my Bazel setup This got me past my...
_Please make sure that this is a bug. As per ourGitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template_ **System information** * Have I written custom code (as opposed to using a stock example script provided in TensorFlow): ...
0
**Keith Donald** opened **SPR-7543** and commented It'd be nice instead of having to do this: @RequestMapping(value="/edit/{slug}", method=RequestMethod.GET) public String getEditAppForm(@PathVariable String slug, Account account, Model model) { model.addAttribute(connectedAppRepository.ge...
**Simon Barbey** opened **SPR-5411** and commented After upgrading Apache Tiles from version 2.1.0 to 2.1.1, the integration with Spring no longer works. The class TilesConfigurer fails to initialize properly the Tiles environment, as visible in the stack trace : java.lang.UnsupportedOperationException: Class org...
0
### Version 2.6.14 ### Reproduction link codesandbox.io ### Steps to reproduce 打开链接 直接在页面中的 输入框输入内容即可复现该错误 ### What is expected? name 的值应该正确的被设置 ### What is actually happening? 报错 TypeError: _vm.$set is not a function 我发现是因为 _vm 没有 $set 方法导致的,此时 _vm.$set 如果被渲染成 _vm.injections.rootNode.$set 就没有问题了
### Vue.js version 2.0 rc ### Reproduction Link http://codepen.io/anon/pen/xEqbmN?editors=1010#0 ### What is Expected? Not sure if this is what is expected in Vue 2.0. Tried to search but couldn't find anything. e.g: data: { model: { a: '' } } <input v-model...
0
### Is there an existing issue for this? * I have searched the existing issues ### Current Behavior `package-lock.json` uses private verdaccio endpoint for the `resolved` field as opposed to the NPM registry. One work around for this is to do a find all and replace in the `package- lock.json` whenever you run `...
### Is there an existing issue for this? * I have searched the existing issues ### Current Behavior When installing a scoped modules using a private registry that returns resolved URLs that point at the public registry, npm 7 rewrites the resolved url to point at the private registry. For example: ...
1
**I'm submitting a ...** (check one with "x") [x] bug report **Current behavior** File type input ngModel's value isn't updating after file upload. **Expected behavior** File type input ngModel's value should be updated after file upload. **Minimal reproduction of the problem with instruct...
I notice there is no control value accesor for inputs of type "file"
1
#### Code Sample, a copy-pastable example if possible # Your code here #### Problem description Hello I am new to python pandas and i am having a problem figuring out how i can merge multiple values inside a single cell into a one line. Incorrect: 1644107,"Delete stub zones map.com map.net",co...
When reading a csv, generated by Microsoft SQL Server management studio in UTF-8 encoding by following line of code: df = pd.read_csv(file.csv) gives problems when specific data frame columns are addressed. Reading the csv itself doesn't give any problem or warning. And it is possible to view th...
0
Hi, i'm running gofmt on every save and observed something odd after running it on my code: package test func F1(s string, path string, config Config) string { r2 := regexp.MustCompile("http://(asset-[^.].)" + replaceString) return s } func F2(s string, pat...
by **zippoxer** : Before filing a bug, please check whether it has been fixed since the latest release: run "hg pull", "hg update default", rebuild, and retry what you did to reproduce the problem. Thanks. What steps will reproduce the problem? 1. Installing gomingw instal...
0
At the moment when none of the contributed completion processors returns any proposals, the textual completion processor starts adding proposals. That's fine for languages where we have no sophisticated completion processor, but looks bad for languages that pretend to have a 'smart' completion processor.
Don't try to content assist / perform intellisense when writing a comment. Really really annoying, when every other word pops up suggestions. Don't want it. Dupe of #538 that got closed but not fixed really though.
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") [X] bug report **Current behavior** Setting LOCALE_ID via providers passed to bootstrapModule doesn't work. Locale is en-US. There is a hack that aimed to fix this issue, but it is not working (application_module.ts - provider of LOCALE_ID). It is no...
1
Hi Github Fam, I am now successfully able to configure new Postgres database and able to connect to SuperSet via it but I am still not able to use upload CSV option, it gives me error that "ERROR: Failed to fetch schemas allowed for csv upload in this database! Please contact your Superset Admin!". I have already se...
Make sure these boxes are checked before submitting your issue - thank you! /home/ubuntu/code/superset/local/lib/python2.7/site- packages/flask_appbuilder/fields.py:152: UserWarning: allow_blank=True does not do anything for QuerySelectMultipleField. warnings.warn('allow_blank=True does not do anything for QuerySe...
0
I have the following code which runs fine by NodeJS (save in a file called error.js): 'use strict'; var arr = []; function a (b, c) { arr.push ({ e: "RESERVED", arguments, c }) } a("hi1", "hi2") a("hi3", "hi4") console.log(arr) ...
> Issue originally made by @Strate ### Bug information * **Babel version:** 6 * **Node version:** 4 * **npm version:** 3 ### Options presets=['react','es2015'] plugins=['transform-runtime'] ### Input code // file.js export function some() {} // module.js ...
0
Hello there, I'm attempting to integrate `react-notification-system` with next. `react-notification-system` requires you to have this component at the root of the app. Given that next.js apps are organised in pages it seems to be impossible to do this. If `react-notification-system` is initialised on each individua...
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
http://pr-test.k8s.io/22807/kubernetes-pull-build-test-e2e-gce/32271/build- log.txt STEP: Destroying namespace "e2e-tests-services-1ymgz" for this suite. STEP: Destroying namespace "e2e-tests-services-kdrdp" for this suite. Mar 10 11:15:17.444: INFO: Pod e2e-tests-services-kdrdp mutability-test...
It seems there is some bug around namespace controller. What happened is: 08:05:39 STEP: Collecting events from namespace "e2e-tests-density-b5lqr". 08:05:39 STEP: Destroying namespace "e2e-tests-density-b5lqr" for this suite. 09:05:40 Feb 25 09:05:40.322: FAIL: Couldn't delete ns "e2e-tests-de...
1
## Checklist * [x ] I have included the output of `celery -A proj report` in the issue. * [x ] I have verified that the issue exists against the `master` branch of Celery. ## Steps to reproduce I am running a celery task queue on AWS using SQS as my transport and several amazon ec2 instances as my workers. #...
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * This has already been asked to the discussion group first. * I have read the relevant section in the contribution guide on reporting bugs. * I have checked the issues list for similar or identical bug reports....
0
**I'm submitting a ...** (check one with "x") [X ] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
**I'm submitting a ...** (check one with "x") [x] bug report => 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
##### Issue Type: * Bug Report ##### Ansible Version: ansible 2.0.1.0 ##### Ansible Configuration: ##### Environment: Mac OSX ##### Summary: Using tags inside included files and access the tags as variable was working in version 1.7.2. In later version this is broken. Note: The debug/pri...
##### Issue Type: * Bug Report ##### Ansible Version: ansible-playbook 2.0.0.2 ##### Ansible Configuration: nothing special ##### Environment: Debian 8.2 ##### Summary: Ansible-playbook option --list-tags shows no tags ##### Steps To Reproduce: ansible-playbook -i inventories/tad-hosts 05-apache.yml -l t...
1
# Environment Windows build number: Microsoft Windows [Version 10.0.18363.900] (and Windows build number: Microsoft Windows [Version 10.0.19041.329]) PowerToys version: v0.19.1 PowerToy module for which you are reporting the bug (if applicable): FanzcyZones # Steps to reproduce Set up fo...
**Environment** Windows build number: Version 10.0.18363.836 PowerToys version: 0.18.1 PowerToy module for which you are reporting the bug (if applicable): PowerToys Run **Steps to reproduce** Every time I reboot/log in into my account, a PowerToys Run instance appears for less than a second on the screen. Thi...
0
Hi, can you pls add leaflet functionality to operate custom tile maps in google_maps_flutter?
Hi, My native app versions (iOS & Android) are using the tile overlay feature. Android: https://developers.google.com/maps/documentation/android-sdk/tileoverlay#add iOS: https://developers.google.com/maps/documentation/ios- sdk/tiles#use_gmsurltilelayer_to_fetch_tiles_from_urls It would be great to use it f...
1
Darwin-15.0.0-x86_64-i386-64bit ('Python', '2.7.11 |Anaconda custom (x86_64)| (default, Dec 6 2015, 18:57:58) \n[GCC 4.2.1 (Apple Inc. build 5577)]') ('NumPy', '1.11.0') ('SciPy', '0.17.0') ('Scikit-Learn', '0.17.1') When trying to run a t-SNE proj = TSNE().fit_trans...
Currently, RandomForestRegressor and friends perform a reduction by means of a simple averaging over the population. In the past, I have written code to compute the mode over a set of votes; currently, I would like to experiment with using a trimmed mean. But there isnt any reduction operation that I cant see as bei...
0
PhaseScriptExecution Run\ Script /Users/admin/Library/Developer/Xcode/DerivedData/Runner-fyqhwtdkvuyhpufizzaxvxkdwrbm/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh cd /Users/admin/Project/app_demo/ios export ACTION=build ...
## Steps to Reproduce * Make a text field and run the app * Tap the field and type * There's no way to press enter to input multi line message But i do see maxlines. but even if i set it, the keyboard is not allowing to enter multi line messages.
0
## ℹ Computer information * Windows build number: 19041.388 * PowerToys version: 0.20 * PowerToy module: ## 📝 Provide detailed reproduction steps (if any) 1. Launch PowerToys ### ✔️ Expected result PowerToy launches ### ❌ Actual result System tray icon appears shortly and then crashes with a "PT Run g...
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
When using the 'groups' option to validate multiple groups at once, it would be great if I could find out which validations were triggered in every given group. This is how I do it currently: $warnings = $validator->validate($entity, array('warning')); $errors = $validator->validate($entity, a...
when you create a form by doing : createForm(new foo(), $object); with a "bar" form field defined in your foo FormType, the Symfony Form component is looking if one of the method getBar() , isBar() or hasBar() exists. If neither of this methods exists, an exception is thrown. This is a problem for object that use...
0
## Bug Report **Current Behavior** Babel can't parse the following syntax. Works perfectly when using pure typescript. **Input Code** const importRowsToElasticDB = async <T>(rows: T[], indexName: string, typeName: string): Promise<any> => { ...
## Bug Report **Current Behavior** In the current `@babel/parser` version 7.3.3, a class property that defines an async arrow function with generics breaks the parser. SyntaxError: boost/packages/core/src/Executor.ts: Unexpected token, expected ";" (85:52) 83 | * Execute a task ...
1
We started upgrading our ES two nodes cluster from 1.1.1 to 1.4.2, using the rolling upgrade. After restarting one of the upgraded node, we found one of the shards couldn't get itself back. The log out put give this error: Caused by: org.apache.lucene.index.CorruptIndexException: checksum failed (har...
After updating form ES 0.20.6 to 1.4.2 the cluster remains in a RED state and CorruptIndexExceptions are generated: [2015-01-05 12:57:20,933][WARN ][cluster.action.shard ] [Bob Diamond] [index1][2] sending failed shard for [index1][2], node[gkXgdCNvSACjIFiPAVTxXA], [P], s[INITIALIZING], indexUUID [...
1
The blue color is very distracting.. a way to change the color of that would be great! ![](https://camo.githubusercontent.com/2ad9ccd319dd0dd0b993162b7901e4aca8638a1712b3bf147eb91924a8c93b37/687474703a2f2f636f6e74656e742e73637265656e636173742e636f6d2f75736572732f6a6f652d7761746b696e732d656d657267652f666f6c646572732f...
Hello, is there a print margin? I mean that line at specified column. Or anythin similar. If not, then this is a feature request to add it. BR, Miika
0
Also options like esbuild https://esbuild.github.io/api/#minify
Similar to how Deno uses a TypeScript compiler when running code, users should have the option when bundling to minify their compiled files for better performance. The argument after bundle could be `-m` or `-minify`. We could see if the minifier would be `uglify`, which from what I've heard is normally used with `np...
1
Describe what you were doing when the bug occurred: 1. Opened profiler 2. Recorded session 3. Clicked "Ranked" button * * * ## Please do not remove the text below this line DevTools version: 4.3.0-3e0967783 Call stack: at chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:159833 at Map...
PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE I got this error when I click 'Ranked'. * * * ## Please do not remove the text below this line DevTools version: 4.0.4-3c6a219 Call stack: at chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:11441 at Map.forEach () at commitIndex (chrome...
1
### Description Airflow currently exposes `map_index` to the user as a way of distinguishing between tasks in an expansion. The index is unlikely to be meaningful to the user. They probably have their own label for this action. I'm requesting that we allow them to add that label. To see the problem, consider a dag ...
### Description * Enable users to use their national characters, which are usually non-ASCIIs as the display name of their dags / tasks. ### Use case/motivation * At present, only ASCIIs are allowed for dag_id and task_id as shown in this comment. * However, in many cases, users would like to use their natio...
1
It is not possible to match files with a double-extension using "$(basename).ext", i.e. ".js.map" or ".min.css". You can currently workaround matching ".js.map" files by excluding the extention in the "when": { "files.exclude": { "**/*.js": { "when": "$(basename).ts"}, "**/...
* VSCode Version: 0.10.12 * OS Version: Windows Steps to Reproduce: 1. Compile TS -> JS including source maps 2. Try to filter the js.map file if a corresponding TS file exists Wasn't able to do so. Tried: "**/*.js.map": { "when": "$basename($(basename)).ts"}
1
**Symfony version(s) affected** : 4.1.0 **Description** I'm using the form component to map request data to a DTO (not an entity), and I'm doing some validation in the form component. One of the validations I'm doing is on an email field. I'm using the UniqueEntity constraint to do that. But in order to keep my d...
Q | A ---|--- Bug report? | yes/no Feature request? | no BC Break report? | yes/no RFC? | yes Symfony version | 3.2.0 I wonder how this should work for very common example using DTOs for forms. I have applied validation to my DTO AppBundle\Command\Register: constraints: ...
1
WARNING: Array{T, N}(::Type{T}, d::NTuple{N, Int}) is deprecated, use Array{T}(d) instead. is printed every time.
For example: `Pkg.test("SHA")`: Gif: https://media.giphy.com/media/l3q2uhPC2EsBExBvi/source.gif
1
Maven integration tests currently do not work with security manager. There are a couple easy to fix issues like passing the right system properties to give access to .class files. However, a larger issue is the forked classloader the maven failsafe plugin uses. We can disable this isolated classloader with `useManife...
**Elasticsearch version** : 5.0.0 **Plugins installed** : [] None **JVM version** : java version "1.8.0_71" Java(TM) SE Runtime Environment (build 1.8.0_71-b15) Java HotSpot(TM) 64-Bit Server VM (build 25.71-b15, mixed mode) **OS version** : Mac OS Sierra **Description of the problem including expect...
0
version : shardingsphere-jdbc-core-5.0.0-beta question: Excuse me, can it be achieved? All tables can be realized as broadcastTables by setting a special symbol or other flag bit, because my requirement is that all tables are broadcast tables, and there are almost hundreds of tables. after all settings are set, i...
## Question when i use the jdbc.url=jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = host_ip1)(PORT = 1521)) (ADDRESS = (PROTOCOL = TCP)(HOST = host_ip2)(PORT = 1521)) (LOAD_BALANCE = yes)(failover=on)(connect_data= (service_name = orattt))), the class of OracleDataSourceMetaData is error, public...
0
### Bug report **Bug summary** When QT5 backend style, there is a memory leaks when saving the figure in a png file. Ther is a simple example with memory output that illustrate the problem. **Code for reproduction** import matplotlib as mpl mpl.use('Qt5Agg') import matplotlib.pyplot as plt ...
22:39 $ python unit/memleak.py Qt5Agg 50 out.png 0: pymalloc 17627699, rss 116760576, nobjs 55869, garbage 0, files: 2 1: pymalloc 17634545, rss 117694464, nobjs 55872, garbage 0, files: 2 2: pymalloc 17635196, rss 118116352, nobjs 55875, garbage ...
1
Have a use case where users can upload documents from a site and the site will refresh the UI immediately to show the new documents, often faster than the default refresh interval of 1s. Currently there are a few options: * Decrease the refresh interval to < 1s (not recommended given that refresh is expensive and ...
Feature request: Provide an option to the index operation that will wait until the next scheduled refresh occurs before returning a response. After the response is returned, all documents indexed in that operation should be visible for search.
1
### Problem description onNewRequest function does not work ### Versions * Material-UI: 0.14.4 * React: 0.14.7 * Browser: Chrome 51.0.2704.103 \-->
### Problem description Within the AutoComplete component, the `onNewRequest` function doesn't execute all the time on iOS devices. It only executes after a long tap/hold of the menu item. Made a quick video to demonstrate what is going on: https://youtu.be/XSTk6TeIa24 ### Steps to reproduce Implement AutoCompl...
1
* Electron version: 1.4.16 1.6.6 * Operating system: Mac OS 10.11.6 ### Expected behavior When creating a new window, setting property "show" to false should make the window stay hidden unless show() is called. The window should also send 'ready-to-show' event once its done loading. ### Actual behavior It work...
* Electron version: 1.6.1 * Operating system: macOS Sierra When you do this from a renderer process: new electron.remote.BrowserWindow( parent: parentBrowserWindow, show: false, ); The browser window always shows even though the `show` option is `false`. If you do not pro...
1
Hello, I'm running into what I think is a bug in DataFrame.duplicated where it detects duplicates, but the data frame does not actually have any duplicated rows. It seems to only happen with integer columns, and somewhat large datasets (>600,000 rows). I created a test data set to show the issue: df ...
I appear to have some code that is sometimes (inexplicably) running in pure Python (i.e. **not** Cython-optimized). Specifically, the problem is with `loc[]` indexing on a boolean Series: ![pandas slow loc lookup example](https://cloud.githubusercontent.com/assets/9703332/10828484/e9995bbc-7e4a-11e5-9b00-ae367f32854...
0
However, the build itself is working. [jw@cn06 julia]$ make VERBOSE=1 -j$(nproc) testall make[1]: Entering directory '/data/jw/julia/deps' make[1]: Entering directory '/data/jw/julia/cli' make[1]: Nothing to be done for 'release'. make[1]: Leaving directory '/data/jw/julia/cli' make...
e.g. in https://build.julialang.org/#/builders/52/builds/6903/steps/5/logs/stdio. @vtjnash and I had discussed this and thought it might have to do with the timing of switching the TTY to raw mode. I recall discussing this before, since in one of the line discipline modes the TTY happily drops input bytes, but unfort...
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 * feature request * support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question **Current behavior** Al...
1
To reproduce, just clone https://g.trusktr.io/trusktr/webpack-test.git, then run npm install webpack then look at `./built/shared-modules.js` to notice that it doesn't contain any shared modules. ### Problem: Seems like the problem is that npm installs local packages, those listed with file:path...
## Feature request **What is the expected behavior?** resolve.mainFields should support Conditional Exports in nodejs "exports": { ".": { "require": "./dist/my-lib.cjs", "import": "./dist/my-lib.mjs" } }
0
Hello I am a problem with Babel 6.0.17 and importing modules. My files: js/actions/constantsActions export function updateConstants {...} js/actions/index.js import * as constantsActions from './constantsActions'; export default { ...constantsActions }; j...
Let's say we have the following very simple code: const a = 3; export default a; Pre babel 6, it would compile into this: "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var a = 3; exports["default"] = a; module.export...
1
Just something I stumpled upon and I am not sure if this is a potential bug. In the MatchQuery class in the blendTermQuery method there is if (fuzziness != null) { if (mapper != null) { Query query = mapper.fuzzyQuery(term.text(), fuzziness, fuzzyPrefixLength, maxExpans...
There are various bugs to do with `match` query rewriting. ## Wrong `fuzzy_rewrite` default The docs for the boolean match query say that fuzziness should use a `constant_score` rewrite method by default. Instead it uses the `top_terms_N` method. ## `fuzzy_rewrite` never applied The `fuzzy_rewrite` parameter is n...
1
It has to do with FP but I think it is still precarious considering a 'small' error changes the entire mesh. Following is an MWE >>>np.mgrid[0.:0.5+0.5/2:0.5/2, 0.:0.2+0.2/2:0.2/2].reshape(2,-1).T array([[ 0. , 0. ], [ 0. , 0.1 ], [ 0. , 0.2 ], [ 0. , 0.3...
If I do `np.arange(3.18,3.21,0.01)`, it gives `array([ 3.18, 3.19, 3.2 ])`. However, if I do `np.arange(3.18,3.22,0.01)`, it gives `array([ 3.18, 3.19, 3.2 , 3.21, 3.22])`. This seems inconsistent. Why is this so? I am using numpy 1.11.2 on Python 2.7.13.
1
This should be an easy one.. https://discuss.pytorch.org/t/how-to-implement-scatter-add/3876 The function is implemented, just no sign of it in the docs.
1
**$ flutter doctor -v Building flutter tool... Unhandled exception: Bad state: Future already completed** #0 _AsyncCompleter.complete (dart:async/future_impl.dart:39) #1 _NativeSocket.connect.<anonymous closure>.connectNext.<anonymous closure> (dart:io-patch/socket_patch.dart:494)...
## Steps to Reproduce Trying to install Flutter in Windows 10 Machine. Clone the repo and added path and run `flutter doctor ` it downloaded sdk and getting error. deleted the cache folder in bin and retried but same error. ## Logs same as `flutter doctor -V` ## Flutter Doctor Updating flutter to...
1
I have reviewed my code for a solid 2 days to understand if this is me, or React. I am pretty convinced this is down to React. I have a simple Class that extends Component It has no state defined It has a simple local variable defined - an empty but strongly typed Array On first load, the Array is empty. I have a...
We're writing a WYSIWYG editor in React, and in order to place a cursor inside the rich document we use `contentEditable`. Understandably, React doesn't fare well with contentEditable - to get around the framework's confusion once contentEditable children are modified, we force re-renders with new keys and do other w...
0
I am running flutter app from the repository https://github.com/yasincidem/flutterApp but the glitch occurs on ZTE BLADE V7 LITE(API 23) independent from the which flutter app running. ![flutter-issue](https://user- images.githubusercontent.com/13544246/45599671-7aea3f00-b9f8-11e8-8972-3900844ac9d3.gif) ## Log when...
I'm not sure what the Android framework is doing to avoid this. Presumably our AppBar is a couple pixels off. ![screen](https://cloud.githubusercontent.com/assets/11857803/13862346/db9d7c64-ec4f-11e5-9411-e1b6563a3389.png) Strangely it looks fine in landscape mode, but not portrait mode? ![screen](https://cloud....
1
Hey, there seems to be some kind of a problem with my setup and the ES6 highlighting. I've got my jsconfig.json as the following: `{ "compilerOptions": { "target": "ES6", "module": "commonjs" }, "exclude": [ "node_modules" ] }` But that config file changes nothing. Whethere it's there or not, the syntax highligh...
Extracted from microsoft/vscode#1470 reported by @MacKentoch Got same issues with **javascript ES6**. As examples * `import` (was red before) is now just grey * `constructor` is now grey _Occurs in`OSX El capitan` and `windows 10`._ Jsx seems not that much impacted (but still improvements to be done).
1
export default class { } compiled code is: class { } exports. = default_1; compile command is `tsc --module commonjs --target ES6 default.ts`, TypeScript version is 1.7.5
Compiling the following code: "use strict"; export default class {}; Using the command line `tsc --t es6 --m commonjs` produces illegal JavaScript: "use strict"; class { } exports.default = default_1 ; I realize this is a weird combination of switches, however it se...
1
# Bug report **What is the current behavior?** After packaging the file, the global variable name is repeated, resulting in the variable is overwritten, call the wrong method, resulting in an error. **If the current behavior is a bug, please provide the steps to reproduce.** Execute the command “cross-env BUILD_...
## Feature request Webpack currently uses (only?) JS files as main entry-points via the `entry` property in configuration options, and then resolves dependencies from there. I request to support HTML files as entry points and resolve dependencies from there. ### What is the expected behavior? Currently webpack thr...
0
Crap, missed something here in one of the `ndimage` refactoring PRs - the build is broken on OS X as of commit `9b57607` (Python 3.5, NumPy 1.13.0, OS X 10.12, Clang 8.1.0): scipy/ndimage/src/ni_morphology.c:470:13: warning: comparison of integers of different signs: 'npy_uint' (aka 'unsigned int')...
Scipy has `stats.median_abs_deviation` implemented, which means this supports non-parametric/'median-stack' stats. There is `stats.zscore`, which is mean- std stack. This feature would be very helpful when working with skewed data or data with outliers. I'm just wondering if we could have modified z-score with media...
0
#19113 added basic support for adding a dependency from iOS to a module, by manually configuring dependency via the xCode UI. We should investigate if we can make this simpler, for example by delegating more work cocoapods (e.g., reduce the steps to adding a single pod reference)
ERROR: type should be string, got "\n\nhttps://github.com/flutter/flutter/wiki/Add-Flutter-to-existing-apps provides\nsteps to add Flutter to an existing app.\n\nOn iOS, it would be nice to automate these steps into the tooling to:\n\n * Add references to the Flutter Framework\n * Add/update appropriate config files\n * Add the Flutter build script phase\n * Add CocoaPods if it's not already added\n\n/cc @matthew-carroll\n\n"
1
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): No **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): ...
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): No **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): U...
0
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gke-staging-parallel/9498/\n\nFailed: [k8s.io] Proxy version v1 should proxy through a service and a pod\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/proxy.go:280\n 0 (0; 281.25345ms): path /api/v1/namespaces/e2e-tests-proxy-kbalk/pods/proxy-service-f34y9-v5ij9/proxy/ gave status error: {TypeMeta:{Kind: APIVersion:} ListMeta:{SelfLink: ResourceVersion:} Status:Failure Message:an error on the server has prevented the request from succeeding Reason:InternalError Details:name:\"\" group:\"\" kind:\"\" causes:<reason:\"UnexpectedServerResponse\" message:\"Error: 'EOF'\\nTrying to reach: 'http://10.180.1.5:80/'\" field:\"\" > retryAfterSeconds:0 Code:503}\n \n\nPrevious issues for this test: #26164\n\n"
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gke/7676/\n\nFailed: [k8s.io] Proxy version v1 should proxy through a service and a pod\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/proxy.go:248\n 0: path /api/v1/namespaces/e2e-tests-proxy-5q81p/pods/proxy-service-xugyo-n1z2c:80/proxy/ gave error: an error on the server has prevented the request from succeeding\n \n\n"
1
A Show implementation could use the string representation.
If I build rust with `--disable-jemalloc`, I am getting a strange memory issue somewhere in stage1 (see below for how to reproduce it on Linux). I also reproduced the same issue during porting rust to DragonflyBSD (which I initially built w/o jemalloc). There I noticed for some input files that it wants to mmap an an...
0