text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
I run `pip install scrapy`, and it only gives me the error: ![screen shot 2015-04-01 at 9 01 34 pm](https://cloud.githubusercontent.com/assets/2557461/6941420/6aebc342-d8b2-11e4-9f6a-b1549981b424.png) then I realized there is something wrong with `cryptography`, then I found this would be helpful: Install Crypt...
[jooddang@a ~]$ scrapy startproject tutorial Traceback (most recent call last): File "/usr/local/bin/scrapy", line 7, in from scrapy.cmdline import execute File "/Library/Python/2.7/site-packages/scrapy/ **init**.py", line 48, in from scrapy.spiders import Spider File "/Library/Python/2.7/site-packages/sc...
1
**Migrated issue, originally created by Michael Bayer (@zzzeek)** The `orm/inheritance/abc_inheritance` test relies upon `fold_equivalents` to spell out a UNION which builds a polymorphic discriminator column on the fly. This whole use case (i.e., joined table inheritance with no discriminator column) is more easil...
### Describe the bug It's not possible to create `type-decorator` for `postgresql` `Range` classes. ### To Reproduce from dataclasses import dataclass from typing import Any from sqlalchemy import create_engine, TypeDecorator, literal, select from sqlalchemy.dialects.postgresql impor...
0
Just a documentation issue that - `http.ServeMux` (cleanPath) gets also rid of duplicate `/`-s. `http.ServeMux` already contains: > ServeMux also takes care of sanitizing the URL request path, redirecting any > request containing . or .. elements to an equivalent .- and ..-free URL. I'm not sure how to reword it ni...
Some examples: //Example 1 package main import "fmt" func main() { const num = 1e1 s := make([]int, 10) fmt.Println(s[num]) } ./test.go:8: non-integer slice index num // Example 2 package main import "fmt" ...
0
### Description When multiplying two sparse BCOO matrices it seems the result always stores explicit zero-entries even when the corresponding row/column of `a` and `b` are all zero: import jax import numpy as np a = jax.experimental.sparse.BCOO.fromdense(np.diag([1., 2.])) b = jax.experime...
Please: * Check for duplicate issues. Does jaxlib support building with GCC 11? I'm seeing a number of errors. * If applicable, include full error messages/tracebacks. ERROR: /build/output/external/org_tensorflow/tensorflow/tools/proto_text/BUILD:31:10: Linking external/org_tensorflow/tensorflow...
0
Hello Julia-ers! When adding remote workers with `addprocs()`, I would really love to be able to send my current working environment along for the new Julia workers. Currently this does not happen for workers added using an `SSHManager`, though local workers do seem to inherit the same environment. After browsing t...
Making the documentation omits `dates.rst` since it is not included in the main `index.rst` file. $ make html ... /Users/jiahao/local/src/julia/doc/manual/dates.rst:5: WARNING: Duplicate explicit target name: "here". looking for now-outdated files... none found pickling environment... d...
0
Challenge Waypoint: Local Scope and Functions has an issue. User Agent is: `Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: function myFunction() { var myVar = 1; ...
Challenge Waypoint: Local Scope and Functions has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.48 Safari/537.36`. The test asks you to remove the second console.log() to pass. When you remove the second console.log() it still fail...
1
by **naomi.bancroft** : 1. What is a short input program that triggers the error? package main func main() { var max uint64 = 0 num := 1 << max num += 1 } 2. What is the full compiler output? bugreport.go:5: internal compiler error: agen OREGISTER ...
by **marius@vastech.co.za** : What steps will reproduce the problem? Forward slashes cannot be escaped in a pattern. The following snippet does not compile: re, err := regexp.Compile("\/out\/sctp\/5.*") gives compiler error: tstRegex.go:9: unknown escape sequence: / ...
0
* [y ] I have searched the issues of this repository and believe that this is not a duplicate. https://codesandbox.io/s/mjy74qv98 Is there any way to fix this? Tech | Version ---|--- Material-UI | 0.19.2 browser | Chrome V60 react-autosuggest | 9.3.2
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Theme nesting is not working as expected. In below example, "MuiInput root of theme1" and "MuiInput underline of theme2" both should work. ## Current Behavior But here "MuiInput underline of them...
0
This appears to be a defect that is specific to Intel's Math Kernel Library and the resolution will likely require changes therein. I'm submitting here as I believe the NumPy team has some relationships/connections with the Intel team and there have been some efforts to make MKL work well with NumPy (and SciPy). ...
Hello! Linux Mint: 18.3 (Sylvia) Python: 3.6.3 NumPy: 1.13.3 Cython 0.27.3 I am trying to build numpy and scipy wheels from source using the intel mkl compilers. Numpy compiles just fine, however when I run the test suite, the suite hangs on `test_path_type_input` within `test_einsum.TestEinSumPath` (or maybe...
1
I have notices that since there are no longer spans everything element wrapper by comments content fails to display for IE and Edge.
The following var Hello = React.createClass({ render: function() { return <div><p>Hello</p>test</div>; } }); results in only "Hello" being written in IE11 - jsfiddle I realize there has been some changes to the way text nodes work in v15, but before we update our code to ...
1
#### Reproducing code example: See CI of gh-13441, gh-13463 #### Error message: Four (separate) failures occurring in both of these PRs. I'm not sure if the failures are related, but I noticed them at the same time, so I'm putting them all here for now. In Windows builds on Azure: =================...
My issue is about how to use make_lsq_spline() method correctly. I am using spicy 1.3 and numpy 1.16.3. ### Reproducing code example: import numpy as np import scipy.interpolate as si x = np.array([0.03350967, 0.06701934, 0.100529 , 0.13403867, 0.16754834, 0.20105801, 0.234567...
0
Seems to only be IE is not displaying correctly on RC1 as it still includes the mobile nav. I am currently looking into why and such but want to know if others can duplicate or if it was a change on my end.
I'm trying to download a customized bootstrap, changing the @gridColumnWidth variable to 65px (so that my .span12 is 1000px). The generated css includes 3 different declarations of .span12. The first one is the right one (1000px), then it gets overwritten by the following two. Manually changing everything is not f...
0
Currently we don't have a consistent way of handling error in our build, which results in confusing or duplicate errors being logged to console. * some broccoli plugin logs stuff to console (e.g. broccoli-typescript plugin prints type errors) and throws at the end to indicate that a build failed * `AngularBuilde...
**I'm submitting a ...** (check one with "x") [ ] bug report => search github for a similar issue or PR before submitting [x] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
0
0 info it worked if it ends with ok 1 verbose cli [ 1 verbose cli 'C:\Program Files\nodejs\node.exe', 1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js', 1 verbose cli 'install', 1 verbose cli '--quiet' 1 verbose cli ] 2 info using npm@6.14.13 3 info using node@v14.17.0 4 verbos...
### Current Behavior: `npm` fails to update in the v15.0.1 Docker container when trying the command `npm` prints out for updating. $ docker run -it node:15.0.1 npm install -g npm@7.0.5 npm notice npm notice New patch version of npm available! 7.0.3 -> 7.0.5 npm notice Changelog: https://g...
0
by **raul.san@sent.com** : Logger should have functions related to exit (Exit, Exitf, Exitln) http://golang.org/pkg/log/#Logger
To reproduce: while go test log/syslog; do echo ok; done Eventually (after a few dozen iterations) you'll see a panic (trace is below). Looks to be caused by TestConcurrentReconnect. The weird part is that the panic is "send on closed channel", but by my reading of...
0
##### System information (version) * OpenCV => 3.1 * Operating System / Platform => Windows 64 Bit * Compiler => Visual Studio 2015 ##### Detailed description `waitKey()` returns `255` instead of `-1`. ##### Steps to reproduce #include <iostream> #include <opencv/cv.hpp> int main...
##### System information (version) * OpenCV => ❔ * Operating System / Platform => ❔ * Compiler => ❔ ##### Detailed description ##### Steps to reproduce my cuda is NVIDIA 10.1, cudnn is 9.0, when i compile it: ![图片](https://user- images.githubusercontent.com/40679769/69939471-e7c4f880-151a-11ea-8c3d-a1a9b01...
0
### Is there an existing issue for this? * I have searched the existing issues ### This issue exists in the latest npm version * I am using the latest npm ### Current Behavior Running `npm -g update serverless@pre-3` wipes the content of the global node_modules directory (`/usr/local/lib/node_modules`). Her...
### Current Behavior: Attempting to update a package with a tag using the `update` command globally causes **ALL** global packages to be removed. ### Expected Behavior: Packages should not be removed when updating global packages. ### Steps To Reproduce: npm i -g typescript nodemon @angular/cli # I...
1
I noticed earlier that the compile time of `image` increased massively during the beginning of 2015. Unfortunately it was hard to quantify this regression since we also changed a lot during this time. Fortunately I just found a good example that shows a 20-fold increase in compile time. It is a single file with no o...
This simple program takes ~1minute to compile: macro_rules! f0( () => (1) ); macro_rules! f1( () => ({(f0!()) + (f0!())}) ); macro_rules! f2( () => ({(f1!()) + (f1!())}) ); macro_rules! f3( () => ({(f2!()) + (f2!())}) ); macro_rules! f4( () => ({(f3!()) + (f3!())}) ); macro_rules! f...
1
#### Challenge Name #### Issue Description #### Browser Information * Browser Name, Version: * Operating System: * Mobile, Desktop, or Tablet: #### Your Code #### Screenshot
Challenge http://www.freecodecamp.com/challenges/waypoint-clone-an-element- using-jquery has an issue. Please describe how to reproduce it, and include links to screenshots if possible. ![jquery- bug001](https://cloud.githubusercontent.com/assets/13779993/9425699/7615b240-48e8-11e5-997f-59e55a174915.png) In this as...
0
### Describe the issue: Using `astype(np.float32)` on integer array corrupts the data on ppc64el platform using numpy from conda-forge. ### Reproduce the code example: np.array([1, 0, 1, 0, 1, 0], dtype=int).astype(np.float32) ### Error message: array([0.0000000e+00, 0.0000000e+00, ...
### Describe the issue: _[I want to begin by first acknowledging that this is a fringe case of a bug appearing only in a VM (I haven't yet been able to reproduce it on real hardware), so please feel free to close this issue right away. However, I felt that I still should at least point it out, in case there is some ...
1
$ python --version Python 3.7.0 $ pip install numpy ... Command "/usr/bin/python3 -u -c "import setuptools, tokenize; **file** ='/tmp/pip-install-0jx06uto/numpy/setup.py';f=getattr(tokenize, 'open', open)( **file** );code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, **file** , 'exec'))" install ...
Am using Python 3.6.2 in MSYS2. The installation is unable to build the wheel: > Running setup.py bdist_wheel for numpy ... error Then many pages are printed with the output of command setup.py bdist_wheel with warnings such as: > x86_64-pc-msys-gcc: _configtest.c > _configtest.c:1:5: warning: conflicting types...
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.): dep...
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): This is not a request for help. **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you sh...
0
As of beta.1, `.put` and `.post` require a string body property (see also #6533). It is a PITA to `JSON.stringify` the body object everywhere in our calling code. Other http clients (such as jQuery ajax) accept either string or object; they `JSON.stringify` the object for us.
Such as: * developers using JSON 99.93% of the time and avoiding having to JSON.stringify things manually. * adding appropriate content-type headers when sending JSON. * possibly adding an operator like `.json()` as sugar for `.map(res => res.json())`
1
Ok-Hyuns-MacBook-Pro:client olee$ npm install --save-dev @babel/parser npm ERR! code ETARGET npm ERR! notarget No matching version found for @babel/parser@^7.1.3 npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist. npm ERR! no...
## EDIT 2: seems to have been resolved now ~~## EDIT (by@hzoo): Suggested workaround by @nikolas is to pin the version to the last available version (`7.1.2`) until the issue is resolved on the npm side. Also if you are on a proxy/cache check that it's up-to-date.~~ { "devDependencies": { ...
1
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened AirFlow version 2.3.3. When we use TaskFlow API for the DAG and have some task with `trigger_rule="none_failed"` this task fails when its predecessor is skipped. The error occurs during XCom read: File "/usr...
**Apache Airflow version** : 2.0.0 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): **Environment** : * **Cloud provider or hardware configuration** : tencent cloud * **OS** (e.g. from /etc/os-release): centos7 * **Kernel** (e.g. `uname -a`): 3.10 * **Install tools** : * **Ot...
0
1. Open a workspace on a removable or network-attached medium 2. Close Atom 3. Disconnect the medium 4. Open Atom 5. Experience an error while trying to open the workspace. Of course, it shouldn't open. But it shouldn't throw an error either; just ask me to make/open a new workspace. **Atom Version** : 1.0...
To Reproduce: 1. Open a file from a network share, e.g. \MyServer\Logfiles\error.log then close Atom. 2. Open Atom again when the network share is no longer present, e.g. on a different network at home. **Atom Version** : 0.208.0 **System** : Microsoft Windows 10 Pro Insider Preview **Thrown From** : Atom C...
1
by **RickySeltzer** : The syntax for initializing arrays of byte arrays is excessively restrictive and very inelegant and inconvenient. Both of these ought to compile and do the obvious thing. See Also issue #6386: http://code.google.com/p/go/issues/detail\?id\=6386 There are TWO...
What steps will reproduce the problem? We had two instances of a process stuck in an infinite loop. Probably in the same place. Killing one with SIGQUIT gave stack traces for all goroutines and I could see the problem. Here's an abridged version of the stack dump. Not sure how t...
0
> Issue originally made by @decafdennis ### Bug information * **Babel version:** 6.7.2 * **Node version:** 5.0.0 * **npm version:** 3.3.9 ### Options { "plugins": [ "external-helpers", "transform-es2015-parameters", "transform-async-to-generator" ] } ...
Version 6.23.0 of babel-transform causes babel-plugin-transform- es2015-destructuring to crash while compiling our app. Pinning to babel-tranform@6.22.1 removes the crash. If I console.log(this.hub) in babel-transform I see that this.hub is an empty object. This should be trivial to reproduce in any app that uses d...
0
### First Check * I added a very descriptive title to this issue. * I used the GitHub search to find a similar issue and didn't find it. * I searched the FastAPI documentation, with the integrated search. * I already searched in Google "How to X in FastAPI" and didn't find any information. * I already read...
Here's a branch with my use case: from starlette.testclient import TestClient from fastapi import FastAPI, File, Form app = FastAPI() @app.post("/file_before_form") def file_before_form( file: bytes = File(...), city: str = Form(...), ): return {"...
1
Challenge http://www.freecodecamp.com/challenges/waypoint-wrap-an-anchor- element-within-a-paragraph has an issue. Please describe how to reproduce it, and include links to screen shots if possible. here is my code:
Challenge http://www.freecodecamp.com/challenges/waypoint-wrap-an-anchor- element-within-a-paragraph has an issue. Please describe how to reproduce it, and include links to screen shots if possible. Here is my code: <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='tex...
1
Reproduction: * Create and open a file that contains any warnings or errors from deno, let's it be `a.ts`, for example. * Add the file to the exclude list in `deno.json`: "lint": { "files": { "exclude": ["a.ts"] } } Config re-applies but diagnostics from `a.ts` do not ...
### Description The issue below happens in these scenarios: 1. Running the server.ts with --watch and modifying the server.ts file triggering a restart. 2. Running the same file twice in separate terminal windows Both of these cases result in the exact same message. **I added reproduce steps below the stack t...
0
Description We are using requests package for our application development and the framework picks up latest version of requests whenever it builds.Today we noticed that our app broken due to new version of Requests 2.16.0.The "Packages" module is completely missing and it leads to our delivery blocking,Could you pl...
Hey so the 2.16.0 release broke all of the vendored things I am assuming. I have issued two PRs to two frameworks I use that rely on the vendored packages in requests. The `changelog` was a bit obscure about this > 2.16.0 > Unvendor ALL the things! Something like `BREAKING CHANGE: Vendor packages have been remo...
1
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * This has already been asked to the discussion group first. * I have read the relevant section in the contribution guide on reporting bugs. * I have checked the issues list for similar or identical bug reports....
I'm using celery to run tasks which are listening to some web connections and recording the messages. The environment information is as following: > **software - > celery:4.1.0 (latentcall) kombu:4.1.0 py:3.6.3 > billiard:3.5.0.3 py-amqp:2.2.2 > platform -> system:Linux arch:64bit imp:CPython > loader -> ce...
0
**Kenny MacLeod** opened **SPR-4677** and commented In some cases, I would like to be able to more tightly bind a controller's exception handling to the controller itself. I am imagining an `@ExceptionHandler` annotation which can be added to a controller's methods, which would be invoked by the framework if the `@...
**Tim Nolan** opened **SPR-403** and commented Spring constructor-arg comments state: "NOTE: it is highly recommended to use the index attribute, in Spring up to and including 1.1. The constructor matcher is extremely greedy in matching args without an index, to the point of duplicating supplied args to fill...
0
### Apache Airflow version 2.3.1 ### What happened When attempting to delete a DAG using Airflow 2.3.1 I get the following error, and the DAG along with its metadata are effectively not deleted: Something bad has happened. Airflow is used by many users, and it is very likely that others had...
Hi, I have a very strange and specific behaviour of Airflow on AWS EKS cluster after deploying Calico to enforce network policies. I have also created AWS support case, but I also need support from Airflow team. I will be very appreciated for any help. **What happened** : I have Airflow set-up running as 2 k8s po...
0
### What problem does this feature solve? 通过过滤掉xss攻击代码来解决v-html容易导致的xss攻击 ### What does the proposed API look like? v-html.xss
### What problem does this feature solve? I'm currently working on making a blog using the WordPress REST API as the back end. The API returns the article with HTML markup in it. I'm taking that JSON response and using `v-html` to render it into my Vue app. I understand there are cross-site scripting security risks ...
1
**Symfony version(s) affected** : 4.2.5 **Description** If some listeners are removed from `ContainerAwareEventManager` before being initialized they can not be added back if any event was dispatched in the meantime. This happens because `dispatchEvent` marks specific groups of events as initialized BUT `addEvent...
in src/Symfony/Bundle/FrameworkBundle/Console/Application.php use Symfony\Component\HttpKernel\Bundle\Bundle; instead of Symfony\Component\HttpKernel\Bundle;
0
There should be a larger tutorial that not only shows how to use Flask but also some extensions (maybe Flask-Script, Flask-SQLAlchemy and Flask-WTF) and modules (or what we will call them then) Related feedback issues: * http://feedback.flask.pocoo.org/message/115
It would be nice to see an example application for 0.5 that is based on Flask plus a few Flask extensions that represents a semi-realworld example of how to do applications. Example proposals: ## A Wiki * showcase how config management works * how to unittest more complex apps * maybe even use modules * Fl...
1
Hi, When pressing the flag + ~, it does not launch the fancy zone in edit mode. It doesn't do anything. Thanks.
# Environment Windows build number: 10.0.18362.295 PowerToys version: 0.11.0 PowerToy module for which you are reporting the bug (if applicable): FancyZones # Steps to reproduce My main language is Dutch with US (International) keyboard layout and as second language English (United Stat...
1
* VSCode Version: 1.1.0 * OS Version: Windows 8.1 Pro Steps to Reproduce: 1. Download React.js v15.0.2 (https://fb.me/react-15.0.2.js). 2. Open the file in Visual Studio Code. 3. Problem with JavaScript syntax highlighting. It is fine in Sublime Text 3 or VS Studio 2015. ![image](https://cloud.githubuser...
Ported from microsoft/TypeScript-Sublime-Plugin#285 Related to microsoft/TypeScript-Sublime-Plugin#265. Issue: ![image](https://cloud.githubusercontent.com/assets/1707813/8627292/da8f8be4-26fe-11e5-97ce-2b2a8b257afa.png) Correct: ![image](https://cloud.githubusercontent.com/assets/1707813/8627340/3e27dbf2-26ff...
1
I have install numpy and then had to uninstall and install again and still doesn't work. I installed python3.7 by using some console commands ages ago I use Raspbian(Raspberry pi) I have multiple versions of python `pi@raspberrypi:~ $ sudo python3.7 -m pip uninstall numpy Uninstalling numpy-1.17.2: Would remo...
When i try to run a python script that uses numpy, i receive the following error: ImportError: Unable to import required dependencies. ... Original error was: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.27' not found (required by /usr/local/lib/python3.7/site- packages/numpy/core/_multiarray_umath.cpyt...
1
newbie to ES. This does not return any docs: "query": { "filtered": { "query": { "match_all": {} }, "filter": { "range": { "screened": { "from": "now-3d", "to": "now+3d" } ...
When using `"now"` in date math in the query string, the value for `now` is cached: curl -XPUT 'http://127.0.0.1:9200/test/?pretty=1' -d ' { "mappings" : { "test" : { "properties" : { "date" : { "type" : "date" } ...
1
.desktop file created after compiling from source has wrong binary location ( .../share/atom/atom) instead of the .../bin/atom file. Besides there is no icon file in the installation share folder, so the .desktop file points at the wrong icon destination (because none is valid).
When installing from source by following this guide the following `.desktop` entry is created in `/usr/local/share/applications/atom.desktop`: [Desktop Entry] Name=Atom Comment=A hackable text editor for the 21st Century. GenericName=Text Editor Exec=/usr/local/share/atom/atom %U Ic...
1
### Documentation linking to existing examples? I'm slowly working on some of the documentation and I'm trying to figure out how to add some examples here and there in the docs. I'd like to not duplicate work that's already been done. I believe I will link to examples using relative links where they are pertinent in...
There are a few things which geometry.clone() doesn't copy a reference to, which it should. .bones .skinWeights .skinIndices .animations .animation are all left without references to the original, which leads to skinning being broken unless the references to those are manually copied. I think references sho...
0
* What version of Go are you using (go version)? `go version go1.4.2 darwin/amd64` MacOSX-10.6.8 * What did you do? $ cd $GOPATH/src/github.com/sbinet $ git clone git://github.com/sbinet/test-cgo $ cd test-cgo $ make /bin/rm -f pkg/my/*.so (cd pkg/my && cc -shared -o libmy....
(This is somewhat related to issue #5699 but I was told to file a new one; things got more interesting since.) $ cat a.go package main; import "fmt" // #cgo LDFLAGS: -framework Foundation -framework AppKit // extern void *cgoptr; import "C" func main() { fmt.Printf("point...
1
**Atom Version** : 0.170.0 **System** : linux 3.16.0-4-amd64 **Thrown From** : Atom Core** The bug seems pretty spontaneous, I did not use atom when the error occurred. The message box `Create issue on atom/atom` appeared a lot of times. ### Stack Trace Uncaught Error: connect ETIMEDOUT At str...
Steps to reproduce (on Ubuntu 14.04, 64-bit, I deleted all configuration files and did a full reinstall of Atom to confirm the issue): 1. Open Atom v0.199. 2. File -> Open folder... -> open e.g. your Linux user's home folder. The folder gets added to the tree view pane. 3. Close Atom. 4. Open Atom again. The...
0
### What problem does this feature solve? A vue component of mine, when applied a certain model generates certain HTML/CSS. Is there any CLI for extracting the output HTML/CSS into seperate entities? Currently I duplicate the Vue file with my own node templating generation. ### What does the proposed API look like?...
### Vue.js version 2.0.0-rc.1 ### Reproduction Link ### Steps to reproduce ### What is Expected? ### What is actually happening?
0
#### Code Sample, a copy-pastable example if possible # Your code here import sqlite3 import pandas as pd cnx = sqlite3.connect('database.sqlite') df = pd.read_sql_query("SELECT * FROM Player_Attributes", cnx) #### Problem description pandas.io.sql.DatabaseError: Execution failed on s...
#### Code Sample import pandas as pd import numpy as np dates = pd.date_range('1/1/2000', periods=8) data1 = {'A': np.arange(8), 'B': np.random.randn(8) } df1 = pd.DataFrame(data1, index=dates) data2 = {'A': np.arange(8), 'C': np.rand...
0
Hi guys, I've been looking for a way to learn web development and have really been enjoying the material you guys have put together, so thank you. I have a login issue I can't figure out and didn't see a duplicate looking through the issues. #### Issue Description * When I login with github from my mac mini on ...
Challenge target-the-parent-of-an-element-using-jquery has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0`. Please describe how to reproduce this issue, and include links to screenshots if possible. Can't complete this challenge, and I had someone double check ...
0
#### Description Passing any estimator to the `init` parameter in `GradientBoostingClassifier` (or `GradientBoostingRegressor`) causes errors when fitting. I'm including one example below as a MWE but I've fiddled with this issue for a while and get a number of different errors even if I can get past one. My guess i...
here is a tiny script which reproduces the crash. from sklearn.datasets import load_iris from sklearn import ensemble from sklearn.cross_validation import train_test_split iris = load_iris() X, y = iris.data, iris.target X, y = X[y < 2], y[y < 2] # make it binary X_tr...
1
#Issue Details * **Electron Version:** 5.0.8 and 6.0.0 (but not 5.0.1 or 4.0.0) * **Operating System:** Windows 10 * **Last Known Working Electron version:** 5.0.1 ### Expected Behavior App would continue to run after window.print() ### Actual Behavior Print job sends to printer, but Electron crash...
### 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.0.5 ...
1
I'm trying to use a constant at compile time to define the length of some vectors: /* Gamma ramps */ const GLFW_GAMMA_RAMP_SIZE : int = 256; /* Gamma ramp */ struct GLFWgammaramp { red : [c_ushort * GLFW_GAMMA_RAMP_SIZE], // unsigned short red[GLFW_GAMMA_R...
The `format_args!` built-in macro currently generates structures located in `std::fmt`, which makes it difficult to use with libcore, even though libcore has the correct traits to read the generated structure. IMO it would be more logical to use core::fmt instead if possible. It gives the following errors: ...
0
### Issue Details When using an accelerator like `Shift+CmdOrCtrl+3`, the shown accelerator should be `⇧⌘3`, However, it's shown as `⌘#`. The HIG show menus with the shift arrow: https://developer.apple.com/design/human-interface- guidelines/macos/menus/menu-anatomy/ * **Electron Version:** 7.x * **Operating S...
Hi All, My Electron and OS versions are: * Electron version: 1.6.15 * Operating system: macOS High Sierra 10.13.1 So, I am trying to create a **Frameless BrowserWindow** object using the below parameters: var framelessParams = { width: 500, height: 500, frame:...
0
**jsl1** opened **SPR-9343** and commented org.springframework.core.convert.Property class performs expensive operations in its constructor such as resolveAnnotations() method. The annotations could be lazy loaded instead (when calling getAnnotations()) I noticed that while profiling an application using BeanWra...
**Kevin Mudrick** opened **SPR-9670** and commented We are seeing a pretty substantial performance hit with the creation of large quantities of prototype-scoped beans in the 3.1.x branch versus 3.0.x (and 2.5.6) In our example, we have call context.getBean() with a bean consisting of 2 levels of nested bean referen...
1
When I add screenshots to a test, the test report displays the name twice. While, functionally, this isn't an issue, the detail oriented part of me is annoyed by this :) const screenshot = await page.screenshot({ fullPage: true }); await test.info().attach(name, { body: screenshot, contentType: 'im...
### System info * Playwright Version: 1.32.2 * Operating System: maxOs 13.2.1 * Browser: All * Other info: ### Source code * I provided exact source code that allows reproducing the issue locally **Config file** import { defineConfig, devices } from "@playwright/test"; export def...
0
## Steps to Reproduce 1. ... 2. ... 3. ... ## Logs Launching lib\main.dart on Lenovo K50a40 in debug mode... Compiler message: file:///C:/flutter/packages/flutter/lib/src/material/text_field.dart:104:10: Error: Duplicated parameter name 'controller'. this.controller, ^...
![flutter_crash](https://user- images.githubusercontent.com/14286025/40038443-5fa4cc0a-57cf-11e8-964a-0b33ee150663.png) I was evaluating using Flutter with the Flutter Gallery for look / feel before using it when I found this bug. Flutter crashes in the 'Studies' > 'Contact Profile' section after rapidly scrolling...
0
It would save a bit of hassle (especially when updating all PCs in a team) if Typescript VS installer asked about PATH update to the latest Typescript bin directory (ie. remove old Typescript from PATH , add new Typescript to PATH). Managing all developers and asking them to update the PATH manually leads to problem...
Can we fix this or is cmd too limited? After installing 1.4 out of band (https://visualstudiogallery.msdn.microsoft.com/2d42d8dc-e085-45eb-a30b-3f7d50d55304) on top of VS2013 my command prompt experience is still stuck at 1.0: C:\>tsc -v Version 1.0.0.0 C:\>where tsc C:\Program Files (...
1
For some tests I would like to simulate the current time because my web app have some functionalities that active depends of the time. For example, if the time is between 20hrs and 6hrs the app have to show a maintenance page. This feature will be awesome because I can execute my test in any time of the day, I would...
See #6347 (comment) for a current workaround. Edited by the Playwright team. * * * Hello, We are using playwright to run automated tests on some websites, we record external requests to be able to replace the tests in isolation. We would love have a way to set the internal clock, same as `clock()` from cypress ...
1
In an example in the stats.power_divergence docstring, the incorrect use of "method" instead of "lambda_" as option name is used. Fix in pull request #3652
I have no problems interpolating over small arrays like this. import numpy as np from scipy.interpolate import interp2d x = np.arange(900) y = np.arange(400) z = np.random.randint(-1000, high=1000, size=(400, 900)) f = interp2d(x, y, z, kind='linear') # No errors But ...
0
## Bug Report **Current behavior** To be completely honest: I have no idea what exactly causes this issue and I'm using technology that might not be fully prime time ready yet but let's see. I'm using Webpack + `babel-plugin-named-asset-import` \+ browserslist. I've recently upgraded Webpack to v5 and all Babel re...
## Bug Report * I would like to work on a fix! **Current behavior** When a nested optional chaining expression is found inside a parameter position (a parameter default value, or default value inside an object or array destructuring), a `var` declaration is added to the function body. That variable declaration i...
0
# What's Happening? When (somehow) which "defaultProfile" is not able to run like miss-typing "commandline" goes like "powershell.ex" (no e) so there is no program to run it, windows terminal just shuts down when opening terminal, (or not the command line program, like office program WINWORD.EXE => opens word progra...
From #1343 > Even more correct would be to specifically display a message that there was > no default profile (though that might be too much for this release). * If we load the `profiles.json` and the `defaultProfile` doesn't exist in the list of profiles, we should display an error specific to that failure case....
1
The recently added config option for adding a custom bootstrap file to the main bundle is mentioned only in comments here and there so far, so thought to turn this into an actual task for clarity. References: * #2969 (comment) * #1556 (comment) * I have searched the issues of this repository and believe that...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior When creating a callback reference to a dynamically imported component, the reference should resolve to the component as if it had been imported normally. ## Current Behavior The ref behaves strangely....
0
hello i'm new with flutter. i've come with this error. I didn't see any code error warning in my codes. have been using **flutter clean** and manually deleting /build folder on my project and then re-run it, but the problem still appear. Previously i never getting this error and run smoothly. ## Logs ...
I'm using a TextField and have set its alignment to center. `body: new Container( color: Colors.blue, child: new Center( child: new TextField( decoration: new InputDecoration( hintText: "Anything goes here" ), textAlign: TextAlign.center, ), ), ),` However, I have noticed that after I enter the first character, th...
0
Is there any plugin for taking the camera feed as a byte array, do preprocessing and output face recognition and face overkays with opengl maybe like the face filters in instagram?
Is it possible to access the real-time camera frame feed to do pre-processing or to be used for ML implementations like face-recognition, Image overlays, filters, etc.?
1
My .babelrc is below: { 'presets': ['react', 'stage-0', 'es2015'] } If I move stage-0 preset after es2015, I get the same issue as #2801, if I leave it as above, decorators are ignored.
1
I'd like to be able to register "sub-blueprints" using `Blueprint.register_blueprint(*args, **kwargs)`. This would register the nested blueprints with an app when the "parent" is registered with it. All parameters are preserved, other than `url_prefix`, which is handled similarly to in `add_url_rule`. A naíve impleme...
On Heroku, we can't add a local config `instance/config.py` that's not part of the repo. Instead, they support configuration through env vars. Document this pattern. `myapp/config.py`: MAIL_USERNAME = os.environ.get('FLASK_MAIL_USERNAME', 'default') LDAP_PORT = int(os.environ.get('FLASK_LDAP_PORT'...
0
The detection seems incorrect? (I think 9600KF has native FMA support?) On 1.7.0 julia> versioninfo() Julia Version 1.7.0 Commit 3bf9d17731 (2021-11-30 12:12 UTC) Platform Info: OS: Windows (x86_64-w64-mingw32) CPU: Intel(R) Core(TM) i5-9600KF CPU @ 3.70GHz WORD_SIZE: 64...
julia> func=fma; julia> @test func(-1.9369631f13, 2.1513551f-7, -1.7354427f-24) == -4.1670958f6 Test Passed julia> for func in (fma, fma) @test func(-1.9369631f13, 2.1513551f-7, -1.7354427f-24) == -4.1670958f6 end Test Failed at REPL[37]:2 Expression: ...
1
### Bug summary When using `matplotlib.colorbar.make_axes` function, `plt.close()` does not clear the new colorbar axes from memory. Tested for the Qt5 backend only. Maybe related to #22002, at least in the sense that I see no leak for Qt5 when no colorbar axes are added. ### Code for reproduction %p...
Python version: 2.7; Windows version: 7; Matplotlib version 1.2.1 I'm making an interactive plot (set with `plt.ion()`) while some other parts of my script do some calculations, and I update the plot frequently with calls to `plt.draw()`. I noticed that when I click the figure window of the interactively drawn plot ...
0
### 💻 * Would you like to work on a fix? ### How are you using Babel? rollup-plugin-babel ### Input code I rollup the following code function getRandomString(len) { let s = '' while (s.length < len) s += Math.random().toString(36).substr(2, len - s.length) return s ...
## Bug Report **Current Behavior** I have upgraded from babel 6.25.0 to @babel/core 7.0.0 by using the `babel- upgrade --write` comand. I am using webpack and babel together. I am able to run webpack-dev-server fine after the upgrade. When I attempt to start my app in prod and run my build command, the build imme...
0
Feature request: Coming from Android background, a feature commonly used to perform complex tasks is annotation processors. Since Dart usage is moving to the strong side such a feature can enable all sorts of code generation previous to user code compilation, which is very valuable to catch errors early on with co...
It's not sustainable for the `flutter` tool to support all the commands that all developers collectively desire. It's much more sustainable to support an extensibility model where the tool itself can be extended by adding in "tools plugins". * Run Dart commend / do codegen: #13607 * Generate app icon: #10387 *...
1
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * This has already been asked to the discussions forum 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...
# 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
* VSCode Version: alpha * OS Version: Windows 10 See screen shot: ![capture](https://cloud.githubusercontent.com/assets/1931590/15473456/76156f88-2100-11e6-8649-7b9e12283809.png)
See attached screen shot, I have many snippets defined and they are the only entries that show up when I auto complete inside an object literal, which is weird imho: ![screen shot 2015-12-14 at 19 29 35](https://cloud.githubusercontent.com/assets/900690/11789872/1c19940e-a299-11e5-9ce8-d36a5289feb3.png)
1
Extracted from #23491 (comment) This appears to be leaking journalctl processes originating here: https://github.com/kubernetes/kubernetes/blob/master/vendor/github.com/google/cadvisor/utils/oomparser/oomparser.go#L169 #23491 set kubelet unit files to restart just the kubelet process and this end...
**Kubernetes version** (use `kubectl version`): Client Version: version.Info{Major:"1", Minor:"3", GitVersion:"v1.3.10", GitCommit:"c3e367ec9eae7338ac4e2a57f293634891319b7c", GitTreeState:"clean", BuildDate:"2016-10-31T21:25:43Z", GoVersion:"go1.6.2", Compiler:"gc", Platform:"linux/amd64"} Server Version: versio...
0
Illustration of root cause (mentioned in neighbour branch by @robertlugg). Debug output is added to class methods: class ProgbarLogger(Callback): """Callback that prints metrics to stdout. # Arguments count_mode: One of "steps" or "samples". Whether th...
**fit_generator**. It does work in: Python 3.6.5 Keras 2.1.6 But doesn't in: Python 3.6.8 Keras 2.2.4 Unless related to version of other modules.
0
# Bug report This is my code. It's a hello world app with Next 9.0.1 Does not work in docker. `docker build -t cgcweb .` ## Describe the bug Next 9 does not work in Docker. ## To Reproduce Here is my repo: https://github.com/WillowHQ/dockerIssue `yarn` `yarn run build` `yarn run start` Works as expected...
# Bug report ## Describe the bug I have following code inside server.js server.get('/ar/:id', (req, res) => { const queryParams = {id: req.params.id}; const pagePath = '/artist'; return ssrCache({req, res, pagePath, queryParams}) }); A...
1
In the Find widget, the "Previous match" and "Next match" buttons have labels which include their associated keybindings in parentheses. The "Replace" and "Replace All" buttons in the Replace Input box don't display keyboard shortcuts. I looked into this a bit before creating an issue, and the solution isn't the sim...
Hi there, This happens in 10.8, and it also happened in the last one before that. How to reproduce; * Create a new extension via "yo code". I went with a TypeScript extension. * Replace the command implementation with something like this: let disposable = vscode.commands.registerCommand('ex...
0
Add optional `filter` option to term suggester, that only allows suggest options that match with the filter.
When using phrase suggest API to provide "Did you mean ?" corrections it would be nice to include only suggestions that would return results. So returned phrase must exist at least in one document in the index.
1
### Description Code to reproduce the issue: import jax import jax.random import jax.numpy as jnp def myfun(x, key): n = 20 zeros = jnp.full((n,), 0) ones = jnp.full((n,), 1) maxval = x[ones] - 1 return jax.random.randint(key, (n,), zeros, maxva...
I've come across some confusing randint behavior where it seems like maxval is being treated as inclusive rather than exclusive. I've narrowed it down this snippet of code that repros the issue on CPU and GPU: @jax.jit def test():   batch = jnp.ones([8, 32])   maxval = batch.shape[1] -...
1
Flaked twice on kubernetes-e2e-gke-slow-release-1.2 kubernetes-e2e-gke-slow-release-1.2/97 kubernetes-e2e-gke-slow-release-1.2/80 Pod Disks should schedule a pod w/ a RW PD shared between multiple containers, write to PD, delete pod, verify contents, and repeat in rapid succession [Slow] /...
**KubeProxy should test kube-proxy [Slow]** _/go/src/k8s.io/kubernetes/ _output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubeproxy.go:105 Expected error: <errors.errorString | 0xc208554840>: { s: "Error running &{/jenkins- master-data/jobs/kubernetes-e2e-gke-slow- release-1.2/workspace/kubernetes/platforms/linux...
1
When using iter_lines with chunk_size other than None, it can generate an extra blank line if the end of a chunk lands on a delimiter. ## Reproduction Steps import StringIO import requests def getTestFile(): f = StringIO.StringIO() f.write('a-b') f.seek(0) ...
Here is a small test program to demonstrate the bug: import requests url = "http://lohas.pixnet.net/blog" r = requests.get(url) iter_lines = [line for line in r.iter_lines(chunk_size=7, decode_unicode=False)] split_lines = r.content.splitlines() for index, (iline, sline) in enu...
1
## Overview This is implementation of BottomBar with multiple Navigation stack to archive multi-workspace UX, as explained in here. ## Steps to Reproduce Run this flutter app import 'package:flutter/material.dart'; void main() { runApp(new MyApp()); } ...
Steps To Reproduce class HomePage extends StatefulWidget { @override _HomePageState createState() => _HomePageState(); } class _HomePageState extends State<HomePage> { final int _pageCount = 2; int _pageIndex = 0; @override Widget build(BuildContext...
1
Julia v1.3.0 on OSX v10.15.4 a = Array[] append!(a, "foo") > ERROR: MethodError: Cannot `convert` an object of type Char to an object of type String push!(a, "bar") > 4-element Array{String,1}: #undef #undef #undef "bar"
Consider the following code demonstrating the bug in `append!` julia> a = Int64[] 0-element Array{Int64,1} julia> append!(a, [1.1, 2.2]) ERROR: InexactError() in copy! at abstractarray.jl:344 in append! at array.jl:447 julia> a 2-element Array{Int64,1}: 1312...
1
`const` cannot be applied to instance variables, but it would be nice if we can declare immutable instance variables (with `final` keyword, for example). Will there be support for this functionality? class Foo { private final str = 'str'; private final num: number; constructor(...
Some properties in JavaScript are actually read-only, i.e. writes to them either fail silently or cause an exception. These should be modelable in TypeScript. Previous attempts to design this have run into problems. A brief exploration: interface Point { x: number; y: number; } ...
1
I use the following script to remove the 2 inputs from a siamese network and the output (a cosine distance layer). #!/usr/bin/env python from dir.model import load_siamese_network import sys def load_siamese_network(filepath, include_distance=True): custom_objects = {...
**System information** * Have I written custom code (as opposed to using example directory): * OS Platform and Distribution (e.g., Linux Ubuntu 16.04): CentOS Linux release 7.2.1511 (Core) * TensorFlow backend (yes / no): YES * TensorFlow version: v1.12.3-0-g41e0a4f56c 1.12.3 * Keras version: 2.1.6-tf *...
0
It would be nice to have a feature for `page.selectOption` that is similar to what was done in #4342. It would allow us to target a `<select>` based on the accompanying label. <label for="my-select">Choose a color</label> <select id="my-select"> <option value="red">Red</option> <option ...
It would be amazing to have something similar to #3466 but for `<select>` elements. <label for="pet-select">Choose a pet</label> <select id="pet-select"> <option value="dog">Dog</option> <option value="cat">Cat</option> </select> Then allow using `await page.selectOption('...
1
##### System information (version) * OpenCV => 4.1.0 * Operating System / Platform => Windows 64 Bit * Compiler => Visual Studio 2017 * Gpu Model-> RTX 2080 - 2 and 3 Devices tested ##### Detailed description Running minmax on multiple gpus will cause GPU shared memory allocation to increase until out of m...
##### System information (version) * OpenCV =>3.2 * Operating System / Platform => Windows 64 Bit * Compiler => Visual Studio 2017 ##### Detailed description the shape of outputs of `RegionLayer` is computed as following: opencv/modules/dnn/src/layers/region_layer.cpp Line 94 in 76eb389 | outputs = std...
0
## ℹ Computer information * PowerToys version: 0.20.1 * PowerToy Utility: Keyboard Manager * Running PowerToys as Admin: yes * Windows build number: 19.041.423 ## 📝 Provide detailed reproduction steps (if any) 1. Assign any key in Keyboard Manager to behave as 'Sleep' 2. Press that key ### ✔️ Expecte...
# Summary of the new feature/enhancement So currently the search function as we open it and search for files everything seems to be doing right but the issue I have is this and I'm not sure if it's a bug or something that can be improved on. So what exactly is this issue is that every time I open the search and sear...
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
I can import numpy in the Python console, but cannot import it in an embedded python C++ application that used the same Python version with the same folders. I have only this Python version on my PC. Importing other packages from the application works. The application sets Py_SetPythonHome() to my Python folder: C...
I recently wanted to use the same way to construct a `linspace` as I did with an `mgrid`, i.e T_size = slice(2, 30, 1) P_size = slice(0, 80, 2) grid = np.mgrid[T_size, P_size] .... linspace = np.linspace(T_size) # BOOM... exception TypeError: _linspace_d...
0
I referred create-react-app sample and added more pages, but everytime I click on router link, I throws below error > Warning: Material-UI: You can only instantiate one class name generator on > the client side. > If you do otherwise, you take the risk to have conflicting class names in > production. * I have ...
Fresh problem with last beta 26 in Select component. See steps for reproduce. * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior On blur event the label MUST be moved above the field. ## Current Behavior On blur event the label return back to sele...
0
When the "Auto Hide Menu Bar" is enabled in the settings, some of the keyboard combinations to bring it up do not work, because they seem to conflict with other assignments eg Alt + f and Alt + h To reproduce: 1. Check "Auto Hide Menu Bar" in settings 2. Have a file opened 3. Clicking Alt + f will behave ...
The normal Windows `Alt+{letter}` menu shortcuts don't work in Atom. Holding `Alt` highlights the relevant letter in each menu name, but then pressing the letter doesn't open the menu. For example, `Alt+F` should open the File menu, but instead the Key Binding Resolver shows it invoking the following: ...
1
### Website or app website for development ### Repro steps Uncaught Error: Could not inspect element with id 192 ### How often does this bug happen? Every time ### DevTools package (automated) react-devtools-extensions ### DevTools version (automated) 4.13.5-0ae5290b54 ### Error message (automated) Could n...
### Website or app https://github.com/Agustin-A-Aubete-Cristiani/BUG-in-React/tree/master ### Repro steps i was using hooks for make an controlled input, i don'treally know how it happend, sorry. ### How often does this bug happen? Only once ### DevTools package (automated) react-devtools-extensions ### DevTo...
1
##### Issue Type: Bug Report ##### Ansible Version: v1.6.7+, devel ##### Environment: Debian, Ubuntu ##### Summary: Recent security fix prevents me from using Jinja2 `{% if %}{% else %}{% endif %}` syntax in a task. This prevents me from creating more flexible roles that can be easily customized using inventor...
Hi! Let's have a playbook like these: - hosts: all sudo: yes tasks: - name: Reproduce items bug yum: name=nagios-plugins-{{ item }} state=present with_items: - dhcp - disc - dummy and if you run this playbook, you can see an e...
0
The current web profiler displays all the dispatched listeners ordered by its executions. Some times I need to attach a listener in a specific priority in order to be dispatched before or after another listener. Would be good if the web profiler displays the listener priorities also. That way I don't need to inspect ...
it would be really useful if we could have the weight of listeners in the profiler panel, eks: Event name | Listener | Weight ---|---|--- kernel.request | ErrorsLoggerListener::injectLogger | xxx
1
Hello folks, I have a really irritating bug in Visual Studio 2015 Update 2 using TypeScript. The auto complete dialog in combination with generics works a little bit fuzzy. It treats it like a greater than comparison. Look at the code below. **TypeScript Version:** 1.8.30.0 **Code** // Function ...
Input `>` key on a following code. <T expected: <T> actual: <TemplateStringsArray> experience: // writing an arrow function with generics let f = <TemplateStringsArray>
1
I include a bash script that recreates the situation. #!/bin/sh curl -XDELETE "http://localhost:9200/test" curl -XPUT "http://localhost:9200/test" echo curl -XPUT "http://localhost:9200/test/foo/_mapping" -d '{ "foo" : { "properties" : { ...
Feature request: Aggregations that can count only parent documents with matching children documents. I've been working on a BI system with ES 0.90 and we needed count "users" which have certain attributes, for instance let's say gender and star sign. A user is a parent-level document and the attributes are child d...
0
I'm observing the following behaviour with `workspace()` on julia v0.3.0+6 on Ubuntu 14.04 julia> eval(parse("1+1")) 2 julia> workspace() julia> eval(parse("1+1")) ERROR: eval not defined I opened a thread on julia-users and was advised the behaviour was probably a bug a...
julia> eval eval julia> workspace() julia> eval ERROR: eval not defined julia> LastMain.eval eval julia> versioninfo() Julia Version 0.3.0 Commit 7681878 (2014-08-20 20:43 UTC) Platform Info: System: Windows (x86_64-w64-mingw32) CPU:...
1
If I have created a geometry and then I update all vertex coordinates over time. What´s the best way to get those changes to show in my mesh? (trying to do vertex animation)
Moved the discussion from #5728 to a separate issue. The idea is to add `THREE.Image` as an additional class which is used by `THREE.Texture`. An instance of `THREE.Image` is directly mapped to an instance of `WebGLTexture` (the raw WebGL texture object). That means multiple textures can refer to the same instance o...
0
# Checklist * I have checked the issues list for similar or identical enhancement to an existing feature. * I have checked the pull requests list for existing proposed enhancements. * I have checked the commit log to find out if the if the same enhancement was already implemented in the master branch...
Hi, I am trying to update celery from 2.5.5 to 3.0.7, I am using redis as broker and latest kombu. What I notice is that when I switch the workers to 3.0.7 redis open files count goes up a lot. I noticed that because it hits the max open file user limit setting (is running on ubuntu) and kills redis when all wo...
0
The Codecov number on https://github.com/scipy/scipy is 76%. There are a number of issues with this: * `setup.py` files are measured, they should be excluded * `test_*` files should probably be excluded * There may be other random files that should be excluded, e.g. `scipy/special/_precompute/*`. * The numbe...
_Original tickethttp://projects.scipy.org/scipy/ticket/1262 on 2010-08-13 by trac user pozharski, assigned to @pv._ The problem is clear from the summary. I get scipy.stats.maxwell.ppf(0.2499999999999999) = 1.1011507176793141 scipy.stats.maxwell.ppf(0.25) = 0.0 scipy.stats.maxwell.ppf(0.2500000000000001) = 1.1011...
0