text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
http://twitter.github.io/bootstrap/customize.html clicked on the 'Customize and Download button. Its not responding. please provide alternative link for customize download if possible.
when the user try to download a custom version only without the responsive 1200, the navbar, and the hero unit, the download get an error > ![captura de pantalla 2013-05-18 a la s 10 42 15](https://camo.githubusercontent.com/a833b492623744c08cac234ce7e1fb244d8d916418ddc35e8cde0d02b55c225a/68747470733a2f2f662e636c6f...
1
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | 4.0.0 Hi, sorry if the question looks silly but I am stucked for hours since the 4.0 version of Symfony. In my `AuthController` I am trying to redirect the user to the homepage by using `$this->red...
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | yes/no Symfony version | 3.4 I got the following deprecation after updating to Symfony 3.4: > User Deprecated: The "router" service is private, getting it from the > container is deprecated since Symfony 3.2 and will fa...
1
Hi, I found problem in parentLocation = self.locations[parentTask.locationID] In python script: https://github.com/opencv/opencv/blob/master/modules/ts/misc/trace_profiler.py * Read the documentation to test with the latest developer build. * Check if other person has already created the same issue to avoi...
##### System information (version) * OpenCV => 4.2.0 * Operating System / Platform => Ubuntu 18.04, macOS 10.14, Windows 64 Bit * Compiler => gcc-7.2, Apple Clang XCode 11.3, Visual Studio 2017, Visual Studio 2019 ##### Detailed description I've found that some of my non-OpenCV thirdparty libraries are copie...
0
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | master (likely 3.x and 2.x as well) Consider a basic data class: class MyClass { private $value = ''; public function setValue(string $value) { $this...
Q | A ---|--- Bug report? | yes Symfony version | 3.2.4 Hello. I am getting null value after passing empty string to symfony form field. After defining empty_data in form builder, the problem has gone: $builder ->add('name', TextType::class, [ 'em...
1
Following `https://github.com/zeit/next.js/tree/v3-beta/examples/with-styled- components` Then I get this error when launching `Nesting detected at 1:757. Unfortunately nesting is not supported by styled- jsx.` 500 Internal Server Error. Nesting detected at 1:757. Unfortunately nesting is no...
* I have searched the issues of this repository and believe that this is not a duplicate. I'm playing with next 3.2.2 and am quite enjoying its simplicity and the plentifulness of examples. Awesome experience, even compared with other boilerplates I've used before! After building a simple demo website based on th...
0
What is not entirely clear to me in the "with-redux" example, how would I go about having an action dispatched on server render, that consists of thunks that fetch data from some api?
# Bug report ## Describe the bug If a module used in a polyfill becomes a separate chunk, any page that doesn't import the same module will break in production, because the chunk is added to main.js webpack dependencies but isn't added as a script tag. ## To Reproduce I've created a repo which reproduces the bug:...
0
##### ISSUE TYPE * Feature Idea ##### COMPONENT NAME Module `apt_key` ##### ANSIBLE VERSION ansible 2.2.1.0 config file = ./ansible.cfg configured module search path = Default w/o overrides ##### CONFIGURATION [defaults] inventory = local.ini rem...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME `apt_key_module` ##### ANSIBLE VERSION ansible 2.3.0.0 config file = /Users/raulcuza/dev/cg/transit/transit/infra/ansible/ansible.cfg configured module search path = Default w/o overrides python version = 2.7.13 (default, Dec 18...
1
#### Code Sample, a copy-pastable example if possible python3 setup.py test #### Problem description table_schema (unittest.loader._FailedTest) ... ERROR json (unittest.loader._FailedTest) ... ERROR normalize (unittest.loader._FailedTest) ... ERROR ## ============================================...
#### Code Sample import pandas as pd start_end_idx = pd.IntervalIndex.from_arrays(start, end) start_end_idx.name = 'port_time' mm = mm.set_index(['imo','port_id', start_end_idx]) global_bins = mm.index global_bins.get_loc((8801527, 5610.0, pd.to_datetime('2016-10-16 16:57:44.316')))...
0
Using ansible 1.9.4. reconfirmed by @global on 2.2.0.0 ##### ISSUE TYPE * Bug Report ##### ANSIBLE VERSION 2.2.0.0 ##### COMPONENT NAME tags If I have a role - `example-3` which depends on `example-1` then provisioning using `--tags=example-3` will only run `example-1` if `example-3` is th...
##### ISSUE TYPE * Feature Idea ##### COMPONENT NAME roles + tags ##### ANSIBLE VERSION ansible 2.1.0.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ##### CONFIGURATION Irrelevant ##### OS / ENVIRONMENT N/A ##### SUMMARY It wi...
0
Hello, I upgraded from 2.0.0-alpha.45 to 2.0.0-alpha.47 and the folder angular2\bundles\typings\angular2 is not available any more. I need the bundled typings in order to compile my project. Regards, Vasil
Please see the following gist: https://gist.github.com/fuzing/ae762b795dd3376edf78 'dmodel' is simply an object that holds values for the fields in the form. Angular 2 version: 2.0.0-beta.2 I have the following relevant js files loaded in the browser: es6-shim angular2-polyfills.js system.src.js Rx.min.j...
0
I'm trying to perform hierarchical clustering on sparse observation matrix. The matrix represents movie ratings for a number of users. However, running `linkage([ndarray], method='single')` causes infinite recursion and `linkage([ndarray], method='single', metric='cosine')` crashes. `ward` works fine. Cheers. ###...
_Original tickethttp://projects.scipy.org/scipy/ticket/612 on 2008-02-26 by trac user rspringuel, assigned to @cournape._ The current cluster package for scipy implements only k-means clustering for a euclidean distance metric with centroids computed as the mean of the members of each cluster. Pycluster implements ...
0
I'm tried to use *Profilter tool on Chrome browser, but i got this error when i review the rank of list Elements. I don't know what is that ? DevTools version: 4.2.1-3816ae7c3 Call stack: at chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:157108 at Map.forEach () at commitIndex (chrome- ex...
## Should Do Soon * Having a package called `react-native` is weird. Maybe we can just rename it to `react-native-renderer` to clarify the difference. * Better strategy for shared code? Currently we just pile code into `shared` without particular structure, and then import directly through Haste. This is the ...
0
**Glen Mazza** opened **SPR-2177** and commented The 2.0 Spring form:errors tag will expand an error message, if a validation error is found in the command bean property, as follows: <form:errors path="password"/> becomes: <span id="password.errors" name="password.errors">Password is missing</span> An "id" and a...
**Cameron Clarke** opened **SPR-1216** * and commented Specific scenario, running JUnit test cases extending {`@link` org.springframework.test.AbstractTransactionalSpringContextTests} where the application utilises org.hibernate.jmx.StatisticsService as defined in spring- data-access-context.xml (see below), test f...
0
# Description of the new feature/enhancement # Proposed technical implementation details (optional)
# Environment Windows build number: 18363,418 Windows Terminal version (if applicable): Any other software? # Steps to reproduce Call `ResizePseudoConsole` with negative values stored in the passed `COORD` structure. # Expected behavior returned HRESULT should indicate failure sin...
0
Ok, this is a (relatively) simple one: when there's no hits for text in the run bar, provide an option to web search. Of course, PowerToys should have configuration for search engines and include at least Google, DuckDuckGo, Bing and Yahoo. Or perhaps just provide an url input with replacement text, so I could, for i...
# Summary of the new feature/enhancement I want to be able to start a web search from the launcher. Ideally, I'd type `bing power toys` and it would navigate to `https://www.bing.com/search?q=power+toys` in my default browser. `google power toys` would go to the equivalent. The ability to specify the keyword/se...
1
When compiling the current version of wtftw (https://github.com/Kintaro/wtftw/tree/1e6e3315a8576db3629ff019f62ff34be20f181d) I get the following internal compiler error: /home/rootnode/programs/src/rust/src/libstd/sync/rwlock.rs:104:40: 107:2 error: internal compiler error: debuginfo: Could not find sc...
$ RUST_BACKTRACE=1 cargo build --verbose Fresh gcc v0.2.1 Fresh pkg-config v0.2.1 Compiling openssl-sys v0.4.0 (file:///tmp/rust-openssl/openssl-sys) Running `rustc src/lib.rs --crate-name openssl-sys --crate-type lib -g -C metadata=dd0e973e71d408a3 -C extra-filename...
1
# Summary of the new feature/enhancement # Proposed technical implementation details (optional) I would like to see the Thinkorswim windows recognized by FancyZones. Thanks for the help!
# Environment Windows build number: Microsoft Windows [Version 10.0.17763.1039] PowerToys version: 0.14 - 0.15 PowerToy module for which you are reporting the bug (if applicable): FancyZones # Steps to reproduce Create FancyZone layout, use mouse to drag-and-drop "Solution Explorer" or a...
1
Challenge Waypoint: Record Collection has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: // Set...
Using this function: ![image](https://cloud.githubusercontent.com/assets/9350920/12065128/39550cba- afd2-11e5-84db-ff9ad175a8d3.png) I am getting corrrect behaviour, but tests return as if it was wrong. ie. When i test with: update(1245, "tracks", "Addicted to Love"); both Chrome and built-in console shows co...
1
**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 ...
I have two projects (SPA) using two different ports (front: 4200, Back : 8000): * **Project 1:** * _Front :_ Angular 1 * _Back :_ Django / Django-rest-framework. * **Project 2:** * _Front :_ Angular 2+ * _Back :_ Django / Django-rest-framework. The problem I am facing **(only)** with project 2 _(3 days ...
0
OS: win8 + 64 Electron: 0.35.4 app.commandLine.appendSwitch('ppapi-flash-path', __dirname + '/pepflashplayer.dll'); app.commandLine.appendSwitch('ppapi-flash-version', '10.0.0.245'); when open a page which have flash object. a cmd window show 'NOT SANDBOXED' than quickly closed auto. ![image](...
1. Create a Win32 Electron app that sets up Pepper Flash 2. Run the EXE from Explorer (you won't see this if you run Electron from a console) 3. Be very observant You'll notice a DOS box flash open then immediately close. If we use Image File Execution Options to set a dummy EXE as our Debugger for "Cmd.exe" (...
1
This is not a very common situation, but it's one that we did observe, so I'm opening this ticket to document this potential behavior. We were relying on active_queues() to provide an accurate look at the workers, and these a the following log messages in the log concerned us. py.warnings:WARNING: /hom...
The python 3.7 jobs of our CI started failing today. To reproduce the issue, `pip install celery` in a fresh environment and you get this python -c "from celery import current_app" Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: cannot import name 'cur...
0
#### code below is scene that issue happened. for user_id, row in pending_data_df.iterrows(): df = DataFrame( columns=[ Names.call.same_call_counts, Names.call.phonebook_detail ], index=[user_id] ...
this fails because we are putmasking on a dtype=int ndarray need to cast if this is the case (in series.where) import pandas df = pandas.DataFrame(index=[1,2]) df['test'] = [1,2] df['test'][[True, False]] = pandas.Series([0],index=[1]) --------------------------------------------...
0
#### Code Sample, a copy-pastable example # Your code here df = pd.DataFrame([[pd.Timestamp(2017,12,17), pd.Timestamp(2017,12,18)], [pd.Timestamp(2017,12,31), pd.NaT]]) In [7]: df Out[7]: 0 1 0 2017-12-17 2017-12-18 1 2017-12-31 NaT In [8...
#### Code Sample, a copy-pastable example if possible >>> import pandas as pd >>> nat = pd.NaT >>> x = pd.Series([nat]) >>> x.eq(nat) 0 False dtype: bool >>> x == nat 0 False dtype: bool >>> y = pd.DataFrame(dict(x=x)) >>> y.eq(nat) x 0 Na...
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior The custom-server-typescript example should work as expected on next.js 5.1.0. All routes should resolve to their respective pages in the pages/ folder. ## Current Behavior The custom-server-typescript...
There is an integration between Next Router and Redux like react-router-redux?
0
Should it be possible to define a network in stax without setting a non-batch dimension? import jax.numpy as np from jax import random from jax.experimental import stax from jax.experimental.stax import Dense, Relu, Flatten, LogSoftmax # Use stax to set up network initialization an...
The following code snippet shows that Stax MLPs can be defined w.r.t. unbatched examples (input_size = (1,)) while Convnets seem to require a batch size (though it can be -1). Is this intended behavior? # Works net_init, net_apply = stax.serial( Conv(32, (3, 3), padding='SAME'), Relu, ...
1
compiler error with python3.8, but works with python3.7. the error information is: cannot convert nullptr to Py_ssize_t for the file with / _tp_print_ /: For example: > torch\csrc\Dtype.cpp --> line65, nullptr / _tp_print_ / could you help to solve this bug for all the files with / _tp_print_ / ?
When use Python3.8.0, it's impossible to compile Pytorch1.3 directly. Wish that could be repaired later and thanks a lot! cc @ezyang @gchanan @zou3519
1
**Section/Content To Improve** https://github.com/axios/axios#axioscreateconfig **Suggested Improvement** _Shouldn't the doc be clearer about which parameters are intended to be used with axios.create?_ Until version 0.19 I used to pass the request url to axios.create without using baseURL: cons...
**Describe the bug** Specific request params do not get merged with the instance default params. **To Reproduce** const instance = axios.create({ baseURL: "http://www.example.com", params: { q: "question", } }); instance.get("/page", { ...
1
### Website or app local running intranet web app ### Repro steps 1 . start intranet web app 2\. call in DevTools from React DevTools "Components" ### How often does this bug happen? Every time ### DevTools package (automated) react-devtools-extensions ### DevTools version (automated) 4.23.0-e28a0db22 ###...
### Repro steps "react": "17.0.2", "react-native": "0.66.3", "react-devtools": "^4.22.0", "@react-navigation/devtools": "^6.0.5", "@react-navigation/bottom-tabs": "^6.1.0", "@react-navigation/core": "^6.1.1", "@react-navigation/elements": "^1.3.0", "@react-navigation/native": "^6.0.7", "@react-naviga...
1
"Waypoint: Use jQuery to Modify the Entire Page" not accepting solution statement (below), even though performing function in mobile emulator. Per 'Report a Bug' page, attempted the following: * Hard Refresh by clearing cache * Logging out and back in * Searching for solution online (https://github.com/ATSlade...
This will be the central issue for tracking this problem. So far it appears to be effecting tests that look for the `style` element or that test for specific style elements on `body`. Please let us know if you see cases that break from this pattern.
1
* Electron version: v1.6.0 beta * Operating system: macOS Sierra 10.12.3 ### Expected behavior The OS "traffic light" buttons are inset. ![screen shot 2017-02-15 at 3 02 29 pm](https://cloud.githubusercontent.com/assets/121766/22999361/c9c8f98a-f38f-11e6-81d1-7a970b29e733.png) ### Actual behavior The OS "tra...
* Electron version: 1.6.0 * Operating system: OS X 10.11.6 ### Expected behavior The title bar should be rendered as it is in previous versions of Electron. ### Actual behavior `titleBarStyle: "hidden-inset"` seems to have the same behavior as `titleBarStyle: "hidden"`. Screenshots: ![electron-1_5_1](https:...
1
logical_and : Compute the truth value of x1 AND x2 element-wise. logical_or : Compute the truth value of x1 OR x2 `element-wise. So far, good, however, both show this in the Returns section y : ndarray or bool Boolean result of the logical OR operation applied to the elements of x1 and x2; the shape is determin...
The documentation for numpy.logical_and() has a minor typo. The 'return' field says > Boolean result of the logical OR operation applied to the elements of x1 and > x2... Whereas it should say > Boolean result of the logical **AND** operation applied to the elements of > x1 and x2... (emphasis mine) ### Numpy/Py...
1
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: xxx * Operating System version: xxx * Java version: xxx ### Steps to reproduce this issue the f...
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.5.2(test),but there are many different versions inside the company. <dependency...
0
I encountered a missing attribute bug while using matplotlib 1.5.3 on linux. New to the community so apologies if this isn't the right way to raise the issue, I did read the [coding guidelines] (http://matplotlib.org/devel/coding_guide.html) but it was still unclear for small bugfixes what the procedure is. I found ...
The following minimal example demonstrates the issue: import numpy as np import matplotlib.tri as mtri import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D y,x = np.ogrid[1:10:100j, 1:10:100j] z2 = np.cos(x)**3 - np.sin(y)**2 fig = plt.figure() ax = f...
1
Issue Type: Bug Report Ansible Version: ansible 1.7.2 Environment: Arch Linux Summary: Variable content gets newlines duplicated when pasted into a file via the `copy` module Steps To Reproduce: * Add a step `copy: content="{{ ssl_private_key }}" dest=/etc/ssl/private/foo.pem` in a playbook * Write the c...
From @morganchristiansson on 2016-03-03T18:16:26Z ##### Issue Type: * Documentation Report ##### Component Name: ec2 ##### Ansible Version: N/A ##### Summary: Current documentation for wait parameter says: > wait for the instance to be 'running' before returning. Source: https://github.com/ansible/ansible...
0
**Do you want to request a _feature_ or report a _bug_?** Report a bug **What is the current behavior?** React dev tools don't appear in chrome dev tools **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster ...
i was working with it a while ago but now it will only show nothing in the Components tab. I tried everything, reinstalled or even try on a different browser. I even restarted my PC. ![Screenshot from 2019-09-20 14-53-15] ![Screenshot from 2019-09-20 14-53-15](https://user- images.githubusercontent.com/41131879/65...
1
in the latest version of source-to-image we had to bump the docker engine-api to resolve a bug, see this: openshift/source-to-image#612 (comment) wanted to kick the conversation about bumping it here so we can bump it in origin. i already looked into it and it seems that the docker team also broke API compatibili...
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): * * ...
0
### 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:** * 5....
### 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:** * 7.0....
0
**Migrated issue, originally created by Konsta Vesterinen (@kvesteri)** The following code illustrates this problem: import sqlalchemy as sa from sqlalchemy.orm import sessionmaker from sqlalchemy.ext.declarative import declarative_base engine = sa.create_engine( 'postgr...
**Migrated issue, originally created by Oleg Pidsadnyi (@olegp)** Mike, I've encountered a behavior that is a bit unexpected: class Model(Base): a = Column(Integer, nullable=True, default=1) m = Model() m.a = None session.add(m) In: print m.a Out: None s...
1
**Context:** * Playwright Version: [what Playwright version do you use?] - 1.19.0 * Operating System: [e.g. Windows, Linux or Mac] - Mac * Node.js version: [e.g. 12.22, 14.6] - 12.22.0 * Browser: [e.g. All, Chromium, Firefox, WebKit] - Chromium * Extra: [any specific details about your environment] - It r...
I bumped playwright to 1.19 and updated docker image to point to 1.19 FF started failing with message jenkins.lab.xxx.org/blue/organizations/jenkins/builds%2FOneAgent%2Fxxx/detail/RUM-611-bump-playwright/1/pipeline/#step-241-log-1660)browserType.launch: [2022-02-14T10:38:06.279Z] ╔═════...
1
It would be great to have following features at APIRequest 1. generics for APIRequestContext methods and for APIResponse, like `APIRequestContext.get<T>(url, options): Promise<APIResponse<T>>` since it's often much more convenient than using assert or casting `any` to desired type manually 2. ability to set defa...
### System info * Playwright Version: v1.33 * Operating System: Docker container * Browser: [All, Chromium, Firefox, WebKit] * Other info: an error "SystemError [ERR_SYSTEM_ERROR]: A system error occurred: uv_os_get_passwd returned ENOENT (no such file or directory)" that could occur when there is no /etc/...
0
亮哥,我也知道目前支持批量插入了,但是我执行批量插入仍然报错是为什么 ### SQL: INSERT INTO hs_testerabc(ids,version) VALUES (?, ?) , (?, ?) , (?, ?) ; ### Cause: io.shardingjdbc.core.exception.ShardingJdbcException: Invoke jdbc method exception 。。。。 Caused by: java.sql.SQLException: Parameter index out of range (1 > number of parameters, which is...
报错为: Exception in thread "main" java.lang.ClassCastException: java.lang.String cannot be cast to org.apache.shardingsphere.infra.yaml.config.pojo.YamlRuleConfiguration at org.apache.shardingsphere.infra.yaml.config.swapper.YamlRuleConfigurationSwapperEngine$$Lambda$16/557023567.apply(Unknown Source) at java.uti...
0
**Roshan** opened **SPR-9095** and commented We are using the above spring version in our web application and it is runs on 3 node jboss 5.1.1 cluster with enabling session replication. But when accessing our functionality, we are getting java.io.NotSerializableException: javax.annotation.PostConstruct exception at...
**Olaf Otto** opened **SPR-5331** and commented The static inner class DestructionCallbackBindingListener of ServletRequestAttributes implements Serializable but has a potential non- serializable state (a Runnable reference). This may lead to unwanted serialization attempts of the runnable objects. I believe this m...
1
**Migrated issue, originally created by Anonymous** # SQL SCRIPT: create table languages ( id serial not null, iso_code char(2) not null, language varchar(100) not null, constraint pk_language primary key(id) ); ...
**Migrated issue, originally created by Michael Bayer (@zzzeek)** as described at psycopg/psycopg2#491 (comment) we really need a hook to use psycopg2 batch mode so lets get that in.
0
_(I am able to reproduce this in safe mode in latest Atom 0.175.0)_ Not always, but quiet often, I have partial selection left behind when I select a portion of code on one line and then start typing hoping to replace the selected chars. When I type my first char, this causes selection jump to the characters on the...
When I select some text and then paste something instead of it, sometimes I get random piece of the pasted text being selected. Look at the screencast: ![atom_paste_instead_selection](https://cloud.githubusercontent.com/assets/7574192/5847084/71d1d11a-a1da-11e4-93f3-d76f59c67e5c.gif) Here I'm selecting pieces of ...
1
**IMPORTANT** : This repository's issues are reserved for feature requests and bug reports. Do not submit support requests here, see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question. **Steps to reproduce and a minimal demo of the problem** we are using beta 14 with babel compile. when we na...
**Case:** Create a timed observable and test its behaviour using `fakeAsync`/`tick`. describe("failed test", () => { it("rxjs delay", inject([], fakeAsync(() => { const obs = Rx.Observable.of("message").delay(1000); let result = ""; obs.subscribe(val => res...
0
* Log flutter: ══╡ EXCEPTION CAUGHT BY RENDERING LIBRARY ╞═════════════════════════════════════════════════════════ flutter: The following assertion was thrown during performLayout(): flutter: 'package:flutter/src/painting/text_painter.dart': Failed assertion: line 297 pos 12: flutter: '!...
## Steps to Reproduce 1. Run examples/flutter_gallery on iOS (physical device or simulator) 2. Open "Text fields" under "Material Components" 3. Enter one or more numbers into the "Phone Number" field 4. Hit backspace 5. The input field goes into a loop where it repeatedly removes and adds the last charact...
0
I'm using a LeNet-5 mnist example from Udacity's course. Link to the source code is below. Training works ok on a CPU (config = tf.ConfigProto(device_count = {'GPU': 0})), but fails in a GPU mode with the following 'CUDA_ERROR_ILLEGAL_ADDRESS' error: > I c:\tf_jenkins\home\workspace\release- > win\device\gpu\os\...
_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): Ye...
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 => (maybe related with #12162) [ ] feature request [ ] support request **Current behavior** Angular runs `resolve` methods before APP_INITIALIZER ends. **Expected behavior** Angular should wait for all APP_INITIALIZER promi...
0
ERROR: type should be string, got "\n\nhttps://material.io/components/\n\n"
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior No warnings ## Current Behavior There is a warning ## Steps to Reproduce (for bugs) 1. Use a `JssProvider` ## Your Environment Tech | Version ---|--- Material-UI | v1.0.0-beta.12 React | al...
0
**Is your feature request related to a problem? Please describe.** When create Axios instance, there is no way to reuse the global interceptors. The issue has been discussed in the past (#993), but it is no longer in progress. So I create this issue. test("instance not have global interceptors"...
#### Summary I searched through all the issues and double checked the ones referenced in #812 but my problem seems to be different. My problem is that creating an instance does not copy over or use the interceptors added to the global Axios. import Axios from "axios"; Axios.interceptors.requ...
1
To generate dense feature maps (e.g. semantic segmentation) the convolution and the maxpooling operators should have the option to define "holes" in the kernel. The concept is used in the paper: Semantic Image Segmentation with Deep Convolutional Nets and Fully Connected CRFs (Liang-Chieh Chen, George Papandreo...
When a conv2d operator has a stride greater than the kernel size, the following error is thrown: `ValueError: ('stride must be less than or equal to filter size', 'stride: [2x2] filter: [Dimension(1)xDimension(1)]')` This makes implementing the 1x1 convolutions used to reduce spatial resolution in several papers ...
1
# ENV: Python: 3.7.5 fastapi: 0.55.1 Google Chrome: Version 84.0.4147.89 (Official Build) (64-bit) # The video record: ![record](https://user- images.githubusercontent.com/10546774/88247884-f3e00f00-ccd1-11ea-888e-432551d3a8bc.gif) Please help.
I've come across some strange behavior in automatic interactive API documentation (provided by Swagger UI) when I get to the page `http://127.0.0.1:8000/docs` The list of routes is displayed with the parameters I have set: `prefix`, `tags`. So far, so good. ![Screenshot from 2020-07-22 18-43-12](https://user- ...
1
![](https://user- images.githubusercontent.com/22701388/67914239-7d8f0000-fbca-11e9-931d-8bda1ffeffe5.png)
# Environment Windows build number: [run "ver" at a command prompt] - 10.0.18362.116 - 10.0.18362.267 Windows Terminal version (if applicable): - No Any other software? - No # Steps to reproduce * Unpack the attached project: BufferSizeBug.zip * Open in Visu...
0
* VSCode Version: 0.10.11 * OS Version: MacOS X El Capitan (v10.11.3) Steps to Reproduce: 1. After having updated my Visual Studio Code app I'm always having this info message on the top and even if I update my .bash_profile file it continues with this message in an endless loop!
* VSCode Version: 0.10.10 * OS Version: OSX 10.11.3 On attempting to install 'code' command line, I get the following: 'Please remove the 'code' alias from '/Users/kstevens/.bashrc' before continuing.' 'alias' returns the following: alias acsdev='ssh -l kcs6 acsdev.acsu.buffalo.edu' alias cmsdev='ssh -l kcs...
1
* visit https://docs.opencv.org/3.4/ or https://docs.opencv.org/master/, doesn't matter * focus search box on the top right * enter "split" * second result is a single word that _used to_ expand when clicked it doesn't now. it should. hasn't for a few weeks, now that I think back. particularly for this funct...
Hi, Something I don't understand. I want to read cv::split doc on http://docs.opencv.org/master I write split in search box and press return and : nothing no link. Problem occurs with edge or mozilla (windows 10) only with master doc. with my own doc I haven't got this problem. reference this post
1
This works: df = pd.DataFrame({'A': [1, 2, 1, 2, 1, 2, 3], 'B': [1, 1, 1, 2, 2, 2, 2]}) df.groupby('B').agg(pd.Series.mode) but this doesn't: df.groupby('B').agg('mode') ... AttributeError: Cannot access callable attribute 'mode' of 'DataFrameGroupBy' objects, try ...
#### Feature Request Hi, I use pandas a lot in my projects and I got stack with a problem of running the "mode" function (most common element) on a huge groupby object. There are few solutions available using aggregate and scipy.stats.mode, but they are unbearably slow in comparison to e.g. groupby.mean(). Thus, I ...
1
First checkmark says: Wrap your all of your checkboxes inside one div with the class "row". It should be: Wrap your text area and submit button inside one div with the class "row".
One of the requirements are not fulfilled (Wrap your all of your checkboxes inside one div with the class "row".) even though the codes have fulfilled the requirement. Per checking my code 3 times, I know I have fulfilled the requirement. Kindly check and see if this is just an error on my part. Thank you. # Here ar...
1
Playpen: http://is.gd/XdDyHg Inline: pub trait Editor<Cntx> where Cntx: Context<Self> {} pub trait Context<Edtr> where Edtr: Editor<Self> {} Failure: task 'rustc' has overflowed its stack
This code causes rustc's stack to overflow: trait Hash<H: Hasher> { } trait Hasher<H: Hash> { } trait StreamHash<H: StreamHasher>: Hash<H> { } trait StreamHasher<H: StreamHash>: Hasher<H> { } fn main() { } As a workaround, you can break up the recursion with another ...
1
"axios": "^0.19.0" import axios, { AxiosRequestConfig } from 'axios' axios.defaults.crossDomain = true //Property 'crossDomain' does not exist on type 'AxiosRequestConfig'. TS (2339) export interface AxiosRequestConfig { url?: string; method?: Method; base...
#### Summary Allow for typesafe extension of AxiosConfiguration #### Context Allow for the following user case (without the cast) interface Config extends AxiosRequestConfig { start?: Date } const requestConfig: Config = { ... } const instance ...
1
##### ISSUE TYPE Bug Report ##### COMPONENT NAME ansible ##### ANSIBLE VERSION ansible-playbook 2.3.0 (detached HEAD ba39d1158c) last updated 2017/02/01 12:45:19 (GMT +200) config file = configured module search path = Default w/o overrides ##### CONFIGURATION N/A ##### OS / ENV...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME become ##### ANSIBLE VERSION ansible 2.3.0.0 config file = /usr/home/svc/ansible/test-playbook/ansible.cfg configured module search path = Default w/o overrides python version = 2.7.13 (default, Apr 15 2017, 01:13:03) [GCC 4.2.1...
0
* VSCode Version:0.10.11 stable, 0.10.14-insiders * OS Version:Windows 7 Steps to Reproduce: 1. Follow the CSS transpiling section and create a tasks.json with 'node-sass' as the command. 2. Save tasks.json 3. Ctrl+Shift+B to Run Build Task "No task runner configured." error displayed. 1. Restart VS C...
* VSCode Version:0.10.11 stable, 0.10.14-insiders * OS Version:Windows 7 Steps to Reproduce: 1. Follow the CSS transpiling section and create a tasks.json with 'node-sass' as the command. 2. Save tasks.json 3. Restart VS Code 4. Ctrl+Shift+B to Run Build Task Rendering Complete, saving .css file... W...
1
Neo4J Version 2.1.1 - new install (tarball). Go to /browser/ in web browser and you will find that the following HTTP requests are constantly spinning: OPTIONS http://192.168.1.152:7474/db/data [HTTP/1.1 302 Found 0ms] OPTIONS http://192.168.1.152:7474/db/data/ [HTTP/1.1 204 No Content 0ms] It causes the browser...
On all systems I tried Neo4j, the web interface is causing high CPU usage, even if nothing is happen. On a Mac Mini 5.1 with OS X 10.9.3 in Safari this leads to 70-75% CPU usage, on a Windows 8 PC with AMD Phenom II X4 it reaches 35%. The same on my notebook with Intel Core 7. The java server process itself has not h...
1
Hello, I had reopened an old closed issue. I think it might be wiser to create a new one. I have been trying to understand why the `colors_ratio` parameter of the `clustermap` was never working for me. I am running python3.8, with seaborn0.10.1 and my call is the following: sns.clustermap(np.log2(1....
I have a custom legend and colors aren't matching well. Is there a workaround? Is this intended?
0
we have setup one kubernetes cluster to test the HA if support to transfer the container with the cinder volume plugin. I have three nodes. One Master Node, and two Nodes are minion nodes. I install with cinder volume plugin successfully. 1.I use the case to create the pod on A minion node. It can run well. And the...
Even after extending/randomizing the server timeout I see too many watch window expirations. This leads to concurrent lists (it has dropped from > 50, to >30 < 50). There are periods when we get one expiration a second, and times when we have > 20 on the same second. I can boil this down to cpu starvation of the go-...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Route redirect on signout should work as expected. ## Current Behavior Signout won't work the first time if user is already signed in when loading the page. ## Steps to Reproduce (for bugs) 1. Sign...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior In dev mode, navigating to `/blog/posts/my-post-title` should be picked up by the router as a destination that **will eventually** be available on static export. ## Current Behavior In dev mode, na...
0
I'm trying to achieve both "allowJs" and "Compile On Save" at the same time. "allowJs" exists in tsconfig.json, but not the IDE's TypeScript Build options. "Compile On Save" exists in the IDE (which makes sense, since it is really an editor concern), but is disabled if tsconfig.json is present. What I think would be ...
ES6 module loader assumes that there should be only one entry for every imported module in the module dependency list and as a consequence there should be only one setter for every module.This does not play well with the current TypeScript emit where we generate a separate entry for every import\export statement. ...
0
**Context:** * Playwright Version: [1.15] * Operating System: [Ubuntu 20.04 LTS] * Node.js version: [14.17.6] * Browser: [Chromium, Firefox, WebKit] * Extra: I am using Playwright + native test runner + Allure + Moon **Here is short snapshot of project** https://github.com/AndreyMelnichenko/playwright-t...
I'm trying to follow up https://www.browserstack.com/docs/automate/playwright, is there a way to setup `wsEndpoint` as a configuration in config file or in fixtures? * * * Edit: from the Playwright Team: import base, { chromium } from '@playwright/test'; // caps is copied from browserstack g...
1
[Enter steps to reproduce below:] 1. Create new project from freshly cloned New GitHub repository 2. Right-click in sidebar **Atom Version** : 0.198.0 **System** : Microsoft Windows 7 Home Premium **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cann...
I right-clicked on a folder in the tree view **Atom Version** : 0.194.0 **System** : Windows 7 Entreprise **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Module._resolveFilename (module.js:328:15) at Fu...
1
Make sure these boxes are checked before submitting your issue - thank you! ### Superset version superset (0.27.0) ### Expected results Order of series change when i configure options "Sort By" and "Sort Descending" ### Actual results It orders ONLY by the metrics defined ### Steps to reproduce 1. create Ti...
Any experience of using the Sort By” when stacking time series data? Expected result: the order should change as a consequence of changing the value of "Sort By" in the web_health_population slice, i.e. the series as the bottom should change, as well as the series at the top, and the order of the series between thes...
1
# Environment Windows build number:18362 Windows Terminal version (if applicable): Any other software? # Steps to reproduce I am attaching a simple program that write "\033[" and "0c" to stdout. When I use the EchoCon sample to launch this under ConPTY, I only see "0c" in the output...
# Environment Windows build number: Version 10.0.18362.356 Windows Terminal version (if applicable): 0.4.2382.0 Any other software?: as usual: *mine*. :-) # Steps to reproduce echo -ne "a\tb" # Expected behavior The terminal emulator should receive "a\tb\n" (or "\a\t...
0
### Apache Airflow Provider(s) sftp ### Versions of Apache Airflow Providers apache-airflow-providers-sftp==4.1.0 ### Apache Airflow version apache-airflow==2.4.3 ### Operating System NAME="Ubuntu" VERSION="20.04.2 LTS (Focal Fossa)" ### Deployment Composer ### Deployment details _No response_ ### What ha...
### Body issue is described in PR #25705 the author of the PR abandon it so anyone can try to submit a fix to the issue. ### Committer * I acknowledge that I am a maintainer/committer of the Apache Airflow project.
1
tooltip in this page ,http://twitter.github.com/bootstrap/scaffolding.html Screenshot below http://www.tcreator.info/demo/bugs/tooltip-bug.jpg
When you move your cursor from bottom to top over the tooltip, the tooltips repeats itself. ![Tooltip ](https://camo.githubusercontent.com/bc75f6dc83582d73e68537e1af4fe2fc877a7ff87de6e03ebd19bb2a40831ea4/687474703a2f2f62796164726961616e2e6e6c2f646f776e6c6f6164732f626f6f7473747261702d746f6f6c7469702d69737375652e706e6...
1
**Harikrishna Kollli** opened **SPR-5874** and commented * * * **Affects:** 3.0 M3 **Reference URL:** http://forum.springsource.org/showthread.php?t=74021 **Issue Links:** * #10545 issue with the form tag. The Inner tags not able to access the name of the command object via the PageContext in partial page ren...
**Geoff Metselaar** opened **SPR-5243** and commented #### Status Quo When the _Spring TestContext Framework_ was introduced in Spring 2.5, it supported loading an `ApplicationContext` from either XML or Java Properties files. Spring 3.1 introduced support for loading an `ApplicationContext` from _annotated classes...
0
#### Code Sample, a copy-pastable example if possible import datetime import pandas as pd series = pd.Series( list(range(8760)), index=pd.date_range('2018/01/01', periods=8760, freq='H', tz='Europe/Berlin') ) # trying to drop first day series = series.drop(...
#### Code Sample, a copy-pastable example if possible import pandas as pd start = pd.Timestamp('201710290100', tz='Europe/Brussels') end = pd.Timestamp('201710290300', tz='Europe/Brussels') index = pd.date_range(start=start, end=end, freq='15min') index.drop(index[0]) Ambi...
1
Just want to make sure this is recorded and heard. Is there any reason why tab alignments be removed in bootstrap 3? I have a bunch of web designs using it and it doesn' really break any other parts of bootstrap 3. Currently relying on some custom CSS hacks to make it work again. ref (other compliants): http://stack...
Hi, guys! Left-sided and right-sided tabs are missing. Thank you!
1
When you're passing multiple files/globs to babel that will be built into a single file, is it possible to eliminate duplicate file paths in the resulting build rather than duplicating the contents? I'm trying to influence the ordering of some files where the order is important, so I have a command that looks like t...
**Bug:** If in your build script, you have `--copy-files` passed, files that are ignored in .babelrc files will be copied over, instead of being ignored. ### Input Code babel src --out-dir lib --copy-files ### Babel Configuration (.babelrc, package.json, cli command) { "presets"...
0
A lot of interfaces defined in `service_worker_api` are overrides of interfaces that fetch type definitions lie `watwg-fetch` or `isomorphic-fetch` are provided. `service_worker_api` is usually used in conjunction with one of fetch libs and when user do that, interface mismatches will throw TypeScript errors. Th...
Using @types/sequelize 4.28.6 (latest stable). QueryInterface.bulkInsert accepts string as first parameter, it should accept string | {schema: string, tableName: string}. I was going to create a pull request but I wasn't sure which of the many branches to use. The fix can be made in: query.interface.d.ts @jonmagic...
0
REPOST of #14403 because closed prematurily and not sure the other question I just posted could be reopened (newbie here) but I certainly could not and I think this is an important thing that needs to be sorted out, but if rules entails to continue the conversation on the other post, please delete this one and we wil...
I see that with a list-group (non-linking) you use a `<ul>` but then when you want to add a link to the item, you remove the list and instead just put a series a `<a href>` elements all bundled together in a parent `<div>`. This approach is not inline with how you treat other lists that have links (like pagination, ...
0
## Background I am the developer of an a new framework for writing Telegram bots (ref, but the purpose is irrelevant here). The core framework is extensible by plugins that can be published by other authors. As a result, I publish one core package to deno.land/x, and other people and me publish other packages around...
1
**Apache Airflow version** : 1.10.10 **Environment** : * **Cloud provider or hardware configuration** : aws * **OS** (e.g. from /etc/os-release): ecs task * **Kernel** (e.g. `uname -a`): python 3.6 image **What happened** : Upgrading from 1.10.9 to 1.10.10 gave error when trying to access UI ...
**Apache Airflow version** : airflow 1.10.10 **Environment** : * **OS** (e.g. from /etc/os-release): Mac **What happened** : `Ooops! throws exception File "/Users/muru/opensrc/py36/airflow_110/venv368/lib/python3.6/site- packages/airflow/www/templates/airflow/dags.html", line 84, in block "body" <a href="{{ u...
1
**Is your feature request related to a problem? Please describe.** Currently the incomplete elliptic integrals function in scipy.special do not support complex arguments for `phi` **Describe the solution you'd like** This could easily solved using the Landen Transformation. Let's take as example, the incomplete ...
Continuation of gh-1431: extend `ellipk` et al to complex plane.
1
Failed: https://k8s-gubernator.appspot.com/build/kubernetes- jenkins/logs/kubernetes-test-go/17098/ Run so broken it didn't make JUnit output!
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-\ntest-go/16981/\n\n \n \n ==================\n WARNING: DATA RACE\n Write by goroutine 59:\n runtime.closechan()\n /usr/local/go/src/runtime/chan.go:292 +0x0\n k8s.io/kubernetes/pkg/watch.(*FakeWatcher).Stop()\n /go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/pkg/watch/watch.go:106 +0x102\n k8s.io/kubernetes/pkg/client/cache.(*Reflector).watchHandler()\n /go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:359 +0x1e4\n k8s.io/kubernetes/pkg/client/cache.(*Reflector).ListAndWatch()\n /go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:328 +0x1abf\n k8s.io/kubernetes/pkg/client/cache.(*Reflector).RunUntil.func1()\n /go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:213 +0x36\n k8s.io/kubernetes/pkg/util/wait.JitterUntil.func1()\n /go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/pkg/util/wait/wait.go:84 +0x2a\n k8s.io/kubernetes/pkg/util/wait.JitterUntil()\n /go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/pkg/util/wait/wait.go:85 +0xc9\n k8s.io/kubernetes/pkg/util/wait.Until()\n /go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x50\n \n Previous read by goroutine 68:\n runtime.chansend()\n /usr/local/go/src/runtime/chan.go:115 +0x0\n k8s.io/kubernetes/federation/pkg/federation-controller/util/test.(*WatcherDispatcher).Add()\n /go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/federation/pkg/federation-controller/util/test/test_helper.go:58 +0x37f\n k8s.io/kubernetes/federation/pkg/federation-controller/util/test.RegisterFakeCopyOnCreate.func1.1()\n /go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/federation/pkg/federation-controller/util/test/test_helper.go:148 +0x42\n \n Goroutine 59 (running) created at:\n k8s.io/kubernetes/pkg/client/cache.(*Reflector).RunUntil()\n /go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:216 +0x352\n k8s.io/kubernetes/pkg/controller/framework.(*Controller).Run()\n /go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/pkg/controller/framework/controller.go:101 +0x200\n \n Goroutine 68 (finished) created at:\n k8s.io/kubernetes/federation/pkg/federation-controller/util/test.RegisterFakeCopyOnCreate.func1()\n /go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/federation/pkg/federation-controller/util/test/test_helper.go:150 +0xff\n k8s.io/kubernetes/pkg/client/testing/core.(*SimpleReactor).React()\n /go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/pkg/client/testing/core/fixture.go:447 +0x7c\n k8s.io/kubernetes/pkg/client/testing/core.(*Fake).Invokes()\n /go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/pkg/client/testing/core/fake.go:124 +0x36f\n k8s.io/kubernetes/pkg/client/clientset_generated/release_1_4/typed/extensions/v1beta1/fake.(*FakeIngresses).Create()\n /go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/pkg/client/clientset_generated/release_1_4/typed/extensions/v1beta1/fake/fake_ingress.go:38 +0x354\n k8s.io/kubernetes/federation/pkg/federation-controller/ingress.NewIngressController.func8()\n /go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/federation/pkg/federation-controller/ingress/ingress_controller.go:220 +0x247\n k8s.io/kubernetes/federation/pkg/federation-controller/util.(*federatedUpdaterImpl).UpdateWithOnError.func1()\n /go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/federation/pkg/federation-controller/util/federated_updater.go:93 +0x1da\n ==================\n --- PASS: TestIngressController (1.22s)\n ingress_controller_test.go:47: Creating fake infrastructure\n ingress_controller_test.go:94: Running Ingress Controller\n ingress_controller_test.go:111: Adding cluster 1\n ingress_controller_test.go:114: Adding Ingress UID ConfigMap to cluster 1\n ingress_controller_test.go:117: Checking that UID annotation on Cluster 1 annotation was correctly updated\n ingress_controller_test.go:123: Adding Federated Ingress\n ingress_controller_test.go:125: Checking that Ingress was correctly created in cluster 1\n ingress_controller_test.go:132: Checking that IP address gets transferred from cluster ingress to federated ingress\n ingress_controller_test.go:143: Modifying Federated Ingress\n ingress_controller_test.go:145: Checking that Ingress was correctly updated in cluster 1\n ingress_controller_test.go:151: Adding a second cluster\n ingress_controller_test.go:158: Checking that the ingress got created in cluster 2\n ingress_controller_test.go:164: Checking that the configmap in cluster 2 got updated.\n PASS\n Found 1 data race(s)\n FAIL k8s.io/kubernetes/federation/pkg/federation-controller/ingress 3.456s\n \n\n"
1
Hi, since I found NO way to contact anyone in a reasonable amount of time, I see no other way than a bug report: The description in scipy.stats.linregress stderr : float Standard error of the estimate is absolutely inexpressive -- what estimate? I propose changing this to Sta...
To conduct linear regression of x=(0,1,2,3) and y=(0,2,4.5,6), I use the follow code: from scipy.stats import linregress slope, intercept, r_value, p_value, std_err = linregress((0,1,2,3),(0,2,4.5,6)) and the "std_err" is 0.13228756555322888 (see the image below) ![untitled1](https://camo.githubusercontent.com/...
1
matplotlib 1.5.3, Python 2.7.3, Linux (Ubuntu 14.04 LTS), installed using pip `pyplot.subplots()` is significantly slower than `pyplot.subplot()`. This becomes significant when plotting a large number of subplots. For example `subplots(40)` takes 2.3s whereas 40 calls to `subplot()` with differing parameters just ta...
> python -V Python 2.7.11 > pip freeze | grep matplotlib matplotlib==1.5.1 > python -m platform -s "print platform()" Windows-7-6.1.7601-SP2 I have discovered that my application spends a lot of time in Axes creation. Results of class instantiation profiling is below: ...
1
Please do not auto close the ext install window. the first run ext install was very slow. but if miss focus, the window will be closed . Terrible experience. would you please do not auto close the window? You can provide a close button, let us control when to close the window or not. we want to install the e...
The quick open UI isn't working fully well. We need to come up with a better UI story that can * increase visibility of extensions; * fix awkward UI interactions we have today (status bar widget, error output pane, messages, etc); * enable us to implement more features in the future (enablement/disablement, s...
1
#### Code Sample, a copy-pastable example if possible df = pd.DataFrame( data = { 'acol' : np.arange(4), 'bcol' : 2*np.arange(4) }) df.drop(df.bcol > 2, axis=0, inplace=True) print(df) #### Expected Ou...
Shouldn't this work? >>> pd.version.version '0.13.0-472-g9109812' >>> df = pd.DataFrame(np.random.random((10,4))) >>> df = df.drop(df[0] > .5) >>> df.drop(df[0] < .2) --------------------------------------------------------------------------- ValueError ...
1
**Glide Version** : 3.7.0 **Integration libraries** : glideOkHttpVersion = '1.4.0' **Device/Android Version** : Nexus 5x Android 6.0.1 I'm trying to save cached images like: builder.setDiskCache(() -> { final File cacheLocation = new File(Environment.getExternalStoragePublicDirectory...
java.lang.IllegalStateException: Too many receivers, total of 1000, registered for pid: 21355, callerPackage: com.ttd.tokl at android.os.Parcel.createException(Parcel.java:1971) at android.os.Parcel.readException(Parcel.java:1931) at android.os.Parcel.readException(Parcel.java:1881) at android.app.IActivityMa...
0
### Describe the issue: Running pyright foo.py on import numpy as np def myfun(x: np.ndarray, b: np.ndarray): v = b - x v.copy() gives /tmp/dummy.py:6:7 - error: Cannot access member "copy" for type "NoReturn"   Member "copy" i...
### Describe the issue: A operation between a `NDArray[Any]` array and an integer, as in the code example, makes Mypy infer the result as `numpy.ndarray[Any, numpy.dtype[numpy.signedinteger[Any]]]`. This is an error, as the result could also be a floating point array, or even a complex one. ### Reproduce the code...
1
It was removed in #5135 Potentially this should be behind the --unstable flag? cc @bartlomieju
import * as foo from "./foo.wasm"; where foo will correspond to the exports of the wasm module.
1
Under numexpr 2.2.2 (and for some reason that's the latest version available in the anaconda distribution at the moment), I get the following kind of errors: >>> data.shape (2, 219, 104, 6) >>> data.dtype dtype('float64') >>> df = pd.Panel(data[0]).to_frame().reset_index() >>> df[0]...
with pandas 0.16 and sqlalchemy, the to_sql method of a dataframe creates duplicate redundant constraints on each boolean column, at least when exporting to Microsoft SQL Server, because for each column it creates 2 constraints checking the field must be either 0 or 1. This is redundant and slows down the database. A...
0
Typed definition of workbox-sw flashes error because of missing BroadcastChannel declaration: static broadCastUpdate (channel: BroadcastChannel, cacheName: string, url: string, source: string): void; If you know how to fix the issue, make a pull request instead. * I tried using the `@types/xxxx` package and had...
Hi, I have a problem that I think is about @types/node I'm with node version 7.10.1, npm 4.2.0 and my project has on typings.json: "node": "registry:dt/node#7.0.0+20170322231424", and in package.json: "@types/node": "7.0.7" When I tried to build the project this happen: `TSError: ⨯ Unable to compile TypeScript ty...
0
This is a bit of a weird one cropping up under very particular circumstances, but I spent a while last week puzzling over the issue. Probably best explained through the example. * * * ### Expected Behavior Entering "Todd" into the form field in this simple example app and submitting the form takes the user to /hel...
In response to a POST, I wanted to construct a URL pointing at a different URL (the home of the created object) which did NOT support POST. It turns out, this doesn't work with Flask==0.12.2. The rule I want doesn't match, so I end up matching a less specific rule, with the distinguishing name treated as a parameter...
1
**Glide Version** : 3.8.0 **Integration libraries** : no **Device/Android Version** : All version **Issue details / Repro steps / Use case background** : Original file: ![1000285](https://cloud.githubusercontent.com/assets/10027821/17510811/05f3abd0-5e53-11e6-8f22-8a97d31571e7.gif) Result: ![jdfw](https:/...
**Glide Version** : 4.0.0. **Integration libraries** : okhttp3-integration I am experiencing strict mode crashes both on emulator and real devices on Android versions from 4.2 to 7.1. Issue looks similar to now closed ticket #1996. E/StrictMode: A resource was acquired at attached stack trace but n...
0
**Mike Youngstrom** opened **SPR-8800** and commented Using Spring 3.1 rc1 I get a new error when using hibernate with JTA multiple times in the same thread. What appears to be happening is the HibernateJpaDialect is adding the Hibernate SessionFactory to the transactional resources for some reason. It assumes that...
**Paul Middelkoop** opened **SPR-8651** and commented Tested on nightly build of August 29th 2011: public interface MyRepository { } `@Component` public class MyRepositoryImpl implements MyRepository { `@Scheduled`(fixedDelay = 5) public void initCache() {} } This works. But when I change from `@Compon...
0
1 - Windows Vista 2 - Chrome 28 3 - Happens in Docs even after shift + refresh Backstory: * Open a modal here http://getbootstrap.com/javascript/#modals with button 'Launch demo modal'. * Close modal * Press same launch button again * Close modal (but this time nothing happens)
Hi, The code used on last Thursday worked fine. But after updated to latest code on Monday (GMT+8), the modal dialog when clicks to dismiss for seconds onward cannot be close. I am checking on source code line 932, if I commented out this line then it is working again. this.$element .removeClass('in') .attr('a...
1
Here is the code for `get_encodings_from_content` in the requests.utils module: def get_encodings_from_content(content): """Returns encodings from given content string. :param content: bytestring to extract encodings from. """ charset_re = re.compile(r'<meta.*?...
The occult logo evokes strong emotion in viewers of certain faiths. An uninitiated looking for more information on the logo would easily come to this information with a google search... > The Gnostic Movement teaches its disciples that from their seminal system > (during the esoteric practices of sexual transmutatio...
0
Attempting to `ts.transpile` this async generator async function*(f) { yield f; } throws TypeError: Cannot read property 'members' of undefined at resolveDeclaredMembers (D:\repos\TypeScript\built\local\typescript.js:15456:65) at resolveTypeReferenceMembers (D:\repos\Typ...
when compiling this code for ES5 (not ES6) async function f() { return { }; } instead of giving the "only available in ES6" warning, it throws this exception: throw e; ^ TypeError: Cannot read property 'members' of undefined ...
1
ERROR: type should be string, got "\n\nhttps://github.com/elastic/elasticsearch/blob/master/core/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/ShardsLimitAllocationDecider.java \nmethod canAllocate() and canRemain() have so many duplicate code. better\nrefacory it.\n\n"
Follow up for https://github.com/elastic/elasticsearch-analysis- kuromoji/issues/61 We don't shade anymore elasticsearch dependencies, so plugins might include jars in the distribution ZIP file which might not be needed anymore. For example, `elasticsearch-cloud-aws` comes with: Archive: cloud-aws/t...
0
QR update, QR insert, and QR delete It would be nice to be able to update a QR factorization. The library that octave uses is here: https://sourceforge.net/projects/qrupdate/ for reference. This will allow stuff like quickly updating a LM or GLM model when adding more observations.
Matlab has `cholupdate` for rank 1 updates and downdates to Cholesky factorizations. It would be nice to have something similar, but perhaps with better syntax. LINPACK had these, but LAPACK left out the Cholesky update/downdate capabilities. http://icl.cs.utk.edu/lapack-forum/viewtopic.php?f=2&t=2646 For the dens...
1
The `es6.forOf` transformer is enabled by default, yet code containing `for (x of y) ...` will not function unless the "polyfill" runtime library is enabled. This is due to the fact that for-of code generates use of Symbol, which is not provided by babel helpers, thus is undefined. The documentation does not mention ...
It seems that let a = [1, 2, 3, 4, 5]; for (let i of a) { console.log(i); } produces "use strict"; var a = [1, 2, 3, 4, 5]; var _iteratorNormalCompletion = true; var _didIteratorError = false; var _iteratorError = undefined; try { for (v...
1