text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
For whatever reason, the latest canary with babel 7 isn't working well with styled jsx plugins via custom babelrc. * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Expected to build the page and display in dev environment, instead spits error each bui...
Hi, is it possible to define and use multiple custom Documents in next.js? Should I operate with subfolders? * [ x] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior I would like to define and import more than one custom document (https://github.com...
0
kubernetes-pull-build-test-e2e-gce/33760 for PR #23454 This might a duplicate of #22671, but the failure wasn't entirely the same. Stacktrace /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:227 Expected error: <*errors.errorString | 0xc208...
**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
* VSCode Version: 1.1.0-alpha * OS Version: Windows 10 Steps to Reproduce: 1. In the Explorer viewlet, right click on a file > Select for Compare 2. Right click another file > Compare with 'selected.js' 3. Try to modify the first file (left side compare window) It makes sense when comparing the changes o...
Trying to publish while the repo url contains username will still ask me for username. Leaving empty or filling in the username and password will result in authentication fail by remote server. Example, repo url: https://FilipDz@bitbucket.org/FilipDz/baze.git username: or FilipDz password: ****** output: ...
0
#### Code Sample, a copy-pastable example if possible When the columns are aligned, no problem, the columns in the result have the correct name ('ID' here). pd.concat([ pd.DataFrame([[0, 1]], index=['r0'], columns=pd.Index(['a', 'b'], name='ID')), pd.DataFrame([[2, 3]], index=['r1'], c...
xref #13742 for addl cases. In [23]: df1 = pd.DataFrame({'a':[1,2]}, index=pd.Index(['a', 'b'], name='idx')) In [24]: df2 = pd.DataFrame({'b':[2,3]}, index=pd.Index(['b', 'c'], name='idx')) In [26]: pd.concat([df1, df2], axis=1) Out[26]: a b a 1.0 NaN b 2.0 ...
1
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME * play * role * loop * with_items ##### ANSIBLE VERSION ansible 2.2.2.0 config file = configured module search path = Default w/o overrides ##### CONFIGURATION None ##### OS / ENVIRONMENT Ansile OS: debian 9 ##### SUMMARY When using calling a...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME core ##### ANSIBLE VERSION devel ##### CONFIGURATION N/A ##### OS / ENVIRONMENT N/A ##### SUMMARY include_role+with_items executes once per item per host **on each host**. ##### STEPS TO REPRODUCE x.yml:: --- - hos...
1
**Migrated issue, originally created by Craig Radcliffe (@chradcliffe)** I noticed this issue while trying to use sqlalchemy as a query generator to produce a string for input into a system that doesn't accept bind parameters. The literal_binds parameter, when passed through the compile_kwargs parameter in the comp...
**Migrated issue, originally created by Dobes Vandermeer (@dobesv)** I am trying to use the "baked query" pattern to reduce the time spent generating SQL, which currently is quite significant for our app. One thing I can't seem to parameterize using a bindparam, however, is the limit on the query. Although in #80...
1
**Migrated issue, originally created by moon cake (@mooncake4132)** It seems like `_sort_states` in `persistence.py` is trying to sort the primary key(s), irregardless whether it is sortable. In this case, I'm using an `enum.Enum`. Full repro code follows. (sqlalchemy) $ python test.py Traceback (...
**Migrated issue, originally created by Michael Bayer (@zzzeek)** original description: I'm using SA to talk to a MySQL database, but the database has a tendency to drop my connection while the queries are running. SQLError: (OperationalError) (2013, 'Lost connection to MySQL server during query') 'SELECT sum...
0
The current watch mode for webpack is fairly good at caching load results and general workload between file changes as long as you keep the same webpack process running. The initial build for some projects, on the other hand, can be on the order of more than a minute. This can make the build process very slow if for ...
I'm sure this has been talked about before, but I can't find a clear issue for it. I'm playing around with using webpack with server-side node modules (using `target: node`). I started to like the idea of bundling of everything into a single js file because that would be cool for deployment, but what kills that idea ...
0
Right now, pandas's read_csv() supports forcing column names read from CSV data to be unique: >>> import pandas as pd p>>> pd.__version__ u'0.20.3' >>> from StringIO import StringIO >>> csv_data = """a,a,b ... 1,2,3 ... 4,5,6""" >>> df = pd.read_csv(StringIO(csv_data)) >...
#12935 added full support for duplicate column names (in header or in `names`) by mangling them. While this has been considered _acceptable_ by users, ideally, we would like to not have to mangle them.
1
It would be great if you could add `torch.pi`, which should return the constant 3.14159(etc). Torch is highly desirable as a significantly faster alternative to numpy, implementing most of its functions. But it's missing a very basic thing, which is an easily accessible `pi` constant. It would be great and convenien...
See title. I think this could be useful if you don't want to google it every time.
1
It would be convenient to rewind video back and force to see the issue. Now it is required to download video to do so. Allure report support this, would be nice to have it in Html report.
**Context:** * Playwright Version: 1.16.3 * Operating System: Mac * Node.js version: 17.0.1 * Browser: Chromium **Code Snippet** import { test } from "@playwright/test"; test("example", async ({ page }) => { await page.goto("https://www.google.com"); const s = page.locator...
1
Something has changed in numpy.distutils that is causing matplotlib to not build. I've tried `git bisecting`, but the history seems a little convoluted and it isn't helping to find the issue. Traceback (most recent call last): File "/home/mdboom/.pyenv/versions/3.5.0/lib/python3.5/site-packages/...
NumPy prefers using `distutils` to `setuptools` for the `install` step and thus creation of the `egg-info` filename. This means that the `egg-info` filename gets the `+` in the version replaced with `_` and written out as `numpy-1.11.0.dev0_2329eae.egg-info`, despite the fact that the version is `numpy-1.11.0.dev0+23...
1
This could just be a limitation of my knowledge of bespoke css, but it seems there is redundant code in /dist/css/bootstrap.css (and, presumably in the .min file). Lines 723 - 761 contain repeats, e.g., .container:before, .container:after { display: table; content: " "; } ...
show on bootstrap.css https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L581 https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L723 https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L743 https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/...
1
I'm using Glide 3.7.0 to load images from local storage to a **`ListView`** in an appwidget. Here's a part of my code: BitmapRequestBuilder builder = Glide.with(context) .load(pathName) // absolute path of local image file .asBitmap() ...
**Glide Version** : 4.7.1 **Device/Android Version** : HTC Desire 820 5.0.2 **Issue details / Repro steps / Use case background** : I want to show the video thumbnail with mp4 source from server and it work with default diskCacheStrategy. But the Android Profiler - Network Profiler show Glide load whole video ...
0
version: go version go1.5 darwin/amd64 There is an example about variable initialization order in the go specs: var ( a = c + b b = f() c = f() d = 3 ) func f() int { d++ return d } the spec gives the initialization order is d...
$ cat incorrect_init.go package main var ( a = p("a") + c + b b = p("b") + f() c = p("c") + f() d = p("d") + 3 ) func f() int { d++ return d } func p(s string) int { println(s) return 0 } ...
1
This is my simple code in index.js globalShortcut.register("CmdOrCtrl+q", () => { app.isQuiting = true; app.quit(); }) This works fine. But when used via an azerty keyboard, CMD + A is triggering the actions inside this block. ### Issue Details * **El...
### 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:** * 9....
0
I am trying to view image using Glide Library for some reason the background is coming up green/white.. I am checked the image URL the background is transparent. First time the images show up properly but when I open the APP again the images have green/white background. I am not sure why this is happening could be a ...
This is the original image: ![9k_](https://cloud.githubusercontent.com/assets/784063/8439742/bbe02ae8-1f22-11e5-8676-c7a1d525782d.jpg) This is the image rendered using Glide and ImageView: ![screen shot 2015-06-30 at 12 16 04 pm](https://cloud.githubusercontent.com/assets/784063/8439751/cd1b0864-1f22-11e5-96c8-f...
1
When I run example in nextjs. Do `yarn` and `yarn dev` to run the demo application. Hit to `http://localhost:3000` then it throw the error `is not a function` * [ x ] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Can call the `createGenerateClasName`...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior App should start without issue with MUI compiling properly. ## Current Behavior I get the following error after installing v0.20.0 and running `npm start`: Failed to compile ./no...
0
**Proposed feature** I have often had to use interpolation to plot the mean ROC or PR curves of several classifiers, as the number of thresholds can be distinct for each und thus their TPR, FPR, precision, and recall lengths vary. I thought it would be convenient to add a function argument "interp_dim" to the fu...
Hi, Scikit Learn seems to implement Precision Recall curves (and Average Precision values/AUC under PR curve) in a non-standard way, without documenting the discrepancy. The standard way of computing Precision Recall numbers is by interpolating the curve, as described here: http://nlp.stanford.edu/IR-book/html/htm...
1
I just updated my composer deps regarding the fresh new Symfony 3.0.4. I was surprised to see when I loaded my application in the Web debug bar the symfony version to 3.0.4-dev. I looked at v3.0.4 tag and seems that it's not pointing to the good commit. What happened?
follow up to #12401 in the CMF project we have encountered some bugs with 5.3 that we cannot work around (mostly with image manipulation). Also 5.3 can cause issues with memory consumption with composer. Also as long as Symfony core supports 5.3, we kind of also imply we expect the same from our eco system. If howe...
0
I can make changes to an object displayed in an `*ngFor` repeater with `trackBy` ... until I do something to trigger `trackBy` intervention. _NgForTrackBy_ indeed does prevent unnecessary DOM updates when the list is refreshed with "new" content that satisfies the _trackBy_ selection criteria. However, it is a litt...
**I'm submitting a ...** [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question **Current behavio...
0
When you open Atom, the first project is opened in the current window without loading information like opened tabs and panes. If you try open it in dev mode (shift+cmd+O), the same happens plus it does not open in dev mode like it should.
Like I mentioned here in my comment opening a folder won't work for the first time you open it, wether if you drag&drop it or just open it via the shortcut. Same Problem on two different computers with Atom (0.124.0) running on Mac OS X (Mavericks).
1
I have an auto-scaling group that's a duplicate of the one created by `kube- up` for AWS using Ubuntu 15.04 minions, the only difference being it requests spot instances. When a spot instances is rebooted for whatever reason (they aren't stable), it fails to launch any pods because of an aufs error. I don't know if t...
Running Kubernetes 1.4.1 at AWS (Ubuntu 14.04 LTS). Kubernetes cluster is spinned with 'contrib/ansible' playbook with the only change of `--cloud- provider aws` argument added to all cluster internal services (such as kubelet). After spinning up and terminating several pods with config like below api...
0
**Eric Bottard** opened **SPR-5924** and commented Hard coded request mapping values should take precedence over path variables. Wild card patterns in a path are currently inferior to explicit values. Path variables should be applied after explicit paths and before wild cards. For example: `@RequestMapping`(value...
**Jonathan Ruckwood** opened **SPR-7242** and commented I'm in a situation where there is prolific use of `@ModelAttribute` annotations in a project, however in most circumstances the model-data is only needed on either the POST or GET, consequently we are needlessly resolving attributes when they won't be used. I...
0
**I'm submitting a ...** (check one with "x") [x] feature request **Current behavior** There's no way to list the current validators that are applied to a FormControl / AbstractControl. **What is the motivation / use case for changing the behavior?** I'd like to create dynamic error message...
**Potential Bug** : The string `"1"` results in query param value `true`: this.router.navigate([ '/UserList', {page: '1'} ]); // --> /users/?page (actual) // --> /users/?page=1 (expected) **Question** : _Update: Duplicate of#2959_. Is it intended that more...
0
It's currently possible to do this: method<A extends Array<number>>(one):number; method<A extends Array<string>>(two):string; But not possible to do this: interface Example<T extends Array<number>> { method(one):number; } interface Example<T extends Array<string>> ...
> This is a suggestion for spec change. ### Problem Sometimes type's members could only be applicable with some restrictions of enclosing type parameter (generic type constraints). For instance, this is use case of RxJS: var xs: Observable<Observable<string>>; xs.mergeAll(); // mergeAll is appl...
1
Challenge http://www.freecodecamp.com/challenges/waypoint-remove-classes-from- an-element-with-jquery has an issue. You can complete the waypoint by simply calling removeClass() on all of the button elements without specifically removing "btn-default". ![capture](https://cloud.githubusercontent.com/assets/13123810/...
#### Challenge Name https://www.freecodecamp.com/challenges/nest-an-anchor-element-within-a- paragraph#?solution=%0A%3Clink%20href%3D%22https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DLobster%22%20rel%3D%22stylesheet%22%20type%3D%22text%2Fcss%22%3E%0A%3Cstyle%3E%0A%20%20.red- text%20%7B%0A%20%20%20%20color%3A%20...
0
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 0.179.0 **System** : Mac OS X 10.10.2 **Thrown From** : Atom Core ### Stack Trace Uncaught IndexSizeError: Failed to execute 'setEnd' on 'Range': The offset 17 is larger than or equal to the node's length (16). At /Applicati...
[Enter steps to reproduce below:] 1. Opened `waf` script 2. Scrolled up to binary data **Atom Version** : 0.176.0 **System** : Mac OS X 10.10.2 **Thrown From** : Atom Core ### Stack Trace Uncaught IndexSizeError: Failed to execute 'setEnd' on 'Range': The offset 2 is larger than or equal to the node's len...
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: 2.7.3 * Operating System version: Windows 10 * Java version: 1.8 ### Steps to reproduce this iss...
* 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 http:...
0
**Is your feature request related to a problem? Please describe.** Introduced here – #16390, WebGLMultipleRenderTargets extends WebGLMultipleRenderTarget which on the surface works, however when we came to create the .d.ts file – three-types/three-ts-types#85 we began to discuss how maybe this shouldn't be the case....
In `GLTFLoader` we can load standard materials using `StandardMaterial` . However, the alpha channel of its texture doesn't be handled properly, when renderer's alpha is activated. In `OPAQUE` or `MASK` material, alpha channels of texture should be negated: https://github.com/KhronosGroup/glTF/tree/master/specif...
0
After upgrading to Druid 0.16.0-incubating, I am receiving a MySQLIntegrityConstraintViolationException complaining about: "Duplicate entry XXX for key 'PRIMARY' [statement:"INSERT INTO druid_pendingSegments (id, dataSource.." This results in the Kafka indexing tasks not being able to complete and the eventual fail...
There have been multiple discussions about Druid source having too many sub- projects which really doesn't provide much value and often leads to complications e.g. `server/src/main/java/io/druid/client/indexing/ClientXXXQuery.java` classes are equivalent to `XXXTask.java` classes in `indexing-service/` and needs to s...
0
##### Issue Type: Bug Report ##### Ansible Version: 1.7.2 ##### Environment: Arch Linux, virtualenv, python 2.7.8 ##### Summary: Ansible is **NOT** respecting specified delegate_to in this case ! ##### Steps To Reproduce: With inventory and playbook in https://gist.github.com/jpic/d7769dbbeb2262f2a29b Run comm...
##### Issue Type: Bug Report ##### Ansible Version: all versions ##### Environment: N/A ##### Summary: There is a bug in the templating code of `delegate_to:` in that, it only happens once per runner proces fork, instead of for every host. ##### Steps To Reproduce: Test inventory and playbook: ...
1
* **Electron Version** (output of `node_modules/.bin/electron --version`): 4.0.x also in 3.x.x or older * **Operating System** (Platform and Version): Windows 7 & Windows 10 ### Expected Behavior The tray menu displays the same speed as normal. ### Actual behavior Windows 7: It took almost a second to show ...
* electron@3.0.12(It also happens in 4.0.0) * win7 ultimate 64bit Hi guys, When I try to create multi-level menu for tray-menu,it worked,but loading speed is too slow. Example code is below. main.js 'use strict'; const app = require('electron').app; const Tray = require('electron').Tr...
1
## Checklist * I have included the output of `celery -A proj report` in the issue. (if you are not able to do this, then at least specify the Celery version affected). * I have verified that the issue exists against the `master` branch of Celery. ## Report software -> celery:4.0.2 (latentcal...
# 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 repor...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior In the docs and in the code the Tooltip component uses the prop `placement` to position the Tooltip, but in the declaration file the prop is called `place`. I believe it's just a simple typo. ## Your En...
Thanks for the new `Tooltip` component! Currently the `label` does not use the font from the theme. * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior The tooltip label should be in the same fontface as the theme ## Current Behavior The label font...
0
The source code is contained within this repo: https://github.com/ChiKler/2D-container-of-2D-items-TS- JS/tree/36ef9c152bc3f27b0d2eef00ef599be696331fcf Here's the sequence of commands you must execute in order to replicate this behaviour: git clone https://github.com/ChiKler/2D-container-of-2D-i...
Because `std/http/server.ts` uses `MuxAsyncIterator` to serve up requests, any errors thrown there cannot be caught: deno/std/http/server.ts Lines 235 to 239 in e34a3b6 | [Symbol.asyncIterator](): AsyncIterableIterator<ServerRequest> { ---|--- | const mux: MuxAsyncIterator<ServerRequest> = new MuxAsyncIterat...
0
**Migrated issue, originally created by Anonymous** I'm building a search doo-dad and trying to describe criteria with chains of attributes, like might appear in a loading option: `Song.album, Album.artist, Artist.birth_year`. * Some tables need to be joined to multiple times, so I have to alias ever...
**Is your feature request related to a problem? Please describe.** In the next major version of GINO which will be built on SQLAlchemy 1.4, `AsyncConnection` is subclassed to be lazy (and together with many other contextual features, to be compatible with the current GINO version). It would be neat to put the lazy-...
0
### Bug report **Bug summary** When I try to plot a scatterplot where all points are positioned in a regular 2D-grid layout, plotted points are not evenly spaced. Spacings differ systematically which leads to strange regular vertical patterns. With a 100x100 grid, this is the case for (9, 9) or smaller figures. Pat...
mpl 1.5.3/2.0b4/master, no matplotlibrc _xs = np.linspace(0, 30, 201); plt.plot(_xs, scipy.stats.lognorm.pdf(_xs / 14, .472) / 14, ".") ![plot](https://cloud.githubusercontent.com/assets/1322974/19205573/2ae8b19c-8c98-11e6-84f8-89ecbdca82c1.png) Note the slight inaccuracy in positioning of the m...
1
Go spec says: > Converting a signed or unsigned integer value to a string type yields a > string containing the UTF-8 representation of the integer. Values outside > the range of valid Unicode code points are converted to "\uFFFD". 1. cmd/compile rejects `string(1<<100)` instead of yielding `"\uFFFD"`: http://pla...
Gc rejects to compile the following program: package a var a = string(9223372036854775808) saying: overflow in int -> string go/types compile it successfully. Compilers must agree on whether it is a valid Go program or not. on commit `af81789`
1
##### System information (version) * OpenCV => 4.5.1-194-gc527b3cefd-dirty * OpenCV Contrib=> 4.5.1-60-g4e85f8c6-dirty * Operating System / Platform => Ubuntu 64 Bit * Compiler => emscripten❔ ##### Detailed description Hi, I am able to generate a build which has linear KalmanFilter by including the `'Kal...
##### System information (version) * OpenCV => 4.0.0 - pre(Latest - master) * Operating System / Platform => Ubuntu 18.04 64 Bit * Compiler => GCC 7.3.0 (Default) ##### Detailed description Hello there, I found a simple & straightforward solution to the problems of OpenBLAS Library not being identified prop...
0
See: ![navbaroverlap](https://camo.githubusercontent.com/687b7e99adc848e09bb34ccacbe838685a7c5c17e03abe896af8b1a69162d609/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3935343035352f313036323236392f64633932353038612d313233372d313165332d383230382d3635333037626463386537302e706e67) Caused by the...
With Bootstrap 3.0.0 if you have a navbar below a dropdown it will overlap on top of the dropdown links and block vision and input. Here's an example (try using the dropdown link or button in the primary nav): http://jsfiddle.net/dBdpj/embedded/result/ Edit: This could probably be solved by ensuring dropdowns have ...
1
To help us understand and resolve your issue, please fill out the form to the best of your ability. You can feel free to delete the sections that do not apply. ### Bug report **Bug summary** * A short 1-2 sentences that succinctly describes the bug I receive a UTF-8 error when importing matplotlib == 1.5.1 when...
Hi guys! I am new to python and matplotlib. I installed everything with macports and when I run the matplotlib test python2.7 -c 'import matplotlib; print matplotlib. **version** , matplotlib. **file** ' I get the following Traceback (most recent call last): File "", line 1, in File "/opt/local/Library/Fra...
1
#### FreeCodeCamp Issue template To Use this Template: * Fill out what you can * Delete what you do not fill out NOTE: ISSUES ARE NOT FOR CODE HELP - Ask for Help at https://gitter.im/FreeCodeCamp/Help #### Issue Description * On page 'Link to External Pages with Anchor Elements' of 'HTML5 and CSS' under '...
Challenge Link to External Pages with Anchor Elements has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: <li...
1
#### Code Sample, a copy-pastable example if possible import pandas as pd df = pd.read_csv(file) df.index = pd.to_datetime(df[['Year','Month','Day','Hour']], unit='s') df[df.index.duplicated()].index > DatetimeIndex(['2009-01-01 00:00:00', '2009-01-01 00:30:00', > '2009-01-01 01:00:00',...
#### Code Sample, a copy-pastable example if possible import pandas as pd, numpy as np idx = pd.MultiIndex.from_tuples([(0, 0), (1, 1), (1, 1), (2, 2)]) a = pd.Series(np.arange(4), index=idx) new_idx = pd.MultiIndex.from_tuples([(0, 0), (1, 1), (2, 2)]) a.reindex(new_idx) ...
0
* Electron version: 1.2.0 * Operating system: OSX (probably others) Hi, I'm the maintainer of serialport. We've been getting a bunch if issues with people not being able to use our latest release or beta release with electron versions 1.2.x, the 1.1.x line seemed to work well enough. I don't have the greatest of...
This is `process.versions` in electron 1.2.0: { "http_parser": "2.7.0", "node": "6.1.0", "v8": "5.1.281.47", "uv": "1.9.0", "zlib": "1.2.8", "ares": "1.10.1-DEV", "modules": "48", "openssl": "1.0.2h", "electron": "1.2.0", "atom-shell": "1.2.0"...
1
I have a bit of code that Babel 5 parses but 6 does not: listenerPromise = async () => { // Wait for the other listeners to throw await Promise.resolve(); expect(errorCount).toBe(2); await Promise.resolve(); return 'success'; }...
In Babel 5, it was possible to do this: () => { console.log("test"); }(); However, this is no longer possible in Babel 6 - it gives an "unexpected token" error. Instead, I have to wrap the function as an expression: (() => { console.log("test"); })(); ...
1
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.295] # Steps to reproduce choco install microsoft-windows-terminal Simply Try to Install using choco giving an error # Expected behavior It should Install the Terminal instead of giving an error. # A...
There is a feature in Windows called Filtered Task View which, when activated, shows all the windows associated with a given task (ie: a much cleaner view than alt+tab). It would be nice if each tab in the terminal showed up in this view. I suspect each tab would have to be classified as a "window" for this to work....
0
# Environment Microsoft Windows NT 10.0.18362.0 # Steps to reproduce Install app from windows store OR build from source and deploy Cascadia package. # Expected behavior Terminal runs successfully. # Actual behavior Error "The data area passed to a system call is too small." is shown and terminal does not open...
# Environment Windows build number:Microsoft Windows [Version 10.0.18999.1] Windows Terminal version (if applicable): 0.5.2762.0 # Steps to reproduce Install Font with glyphsupport like NerdFonts ( I tried DroidSansMono NF and Hack NF) and use a powerline promt for example # Expected behav...
0
Currently `new Intl.DateTimeFormat('en-US')` error. Ref: https://developer.mozilla.org/en- US/docs/Web/JavaScript/Reference/Global_Objects/Intl Related: #1968
As seen in #1952 / #1636 ICU needs to be added in Deno build. Switching this flag to true maybe: https://github.com/denoland/deno/blob/master/.gn#L50 ? ref: https://v8.dev/docs/i18n
1
SimpleImputer assigns all missing values in a column the same value based on training statistics. We should consider adding an alternative imputer (`RandomImputer`? `SamplingImputer`?) which samples imputation values from the values seen for the same feature in training.
The purpose would be to provide an unbiased, stochastic, univariate imputer. The imputer would replace missing values by values sampled uniformly at random from the non-missing values of the sample column. This would require to add additional `random_state` constructor parameter to the class. As for #11208 this str...
1
This derives from the browser console, which is the only thing comparable to Deno's terminal repl. As of right now, the repl is a normal script, I believe that it would be more helpful to anyone using it If it were a module allowing imports, and with top- level await, as most of Deno is promise focused. I believe i...
When in the Deno REPL and executing: `import { env } from "deno";` The output is: `SyntaxError: Unexpected token {` Probably related to #1158 Executing: `deno -v` on the commandline returns: `deno: 0.2.1` `v8: 7.1.302.4` `typescript: 3.2.1`
1
**Glide Version** : 4.11.0 **Integration libraries** : OkHttp3 **Device/Android Version** : Redmi Note 4 Android 7.0 **Issue details / Repro steps / Use case background** : don't know how to reproduce this exception, sadly. **Stack trace / LogCat** : java.util.ConcurrentModificationException: null...
java.lang.AssertionError Register too many Broadcast Receivers android.app.LoadedApk.checkRecevierRegisteredLeakLocked(LoadedApk.java:1195) android.app.LoadedApk.getReceiverDispatcher(LoadedApk.java:1224) android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1601) android.app.ContextImpl.registe...
0
Julia doesn't honor USE_SYSTEM_LIBSSH2, and I can't keep Julia from trying to download LibSSH2.
On v1.0.2 I used a return statement from within a let block that got assigned to a variable. This didn't work as I expected, but it also didn't cause any errors. The surprising side effect was that the variable assigned to was never actually created. julia> x = let # some ugly calc ...
0
deno run --allow-read --allow-env --allow-write npm:prisma@^4.5 init ✅Granted sys access to "uid". > Downloading Prisma engines for Node-API for darwin-arm64 [ ] 0%┌ ⚠️ Deno > ✅ Granted net access to "binaries.prisma.sh". > Downloading Prisma engines for Node-API for darwin-arm64 [======== ] > 84...
I am following this document. I'm running this command: deno run -A --unstable npm:prisma init And receiving this error: Downloading Prisma engines for Node-API for darwin-arm64 [...] error: Uncaught (in promise) TypeError: context.digest is not a function If I try to run pr...
1
This would improve support for build processes that use https://www.npmjs.com/package/main-bower-files
The title says it all. All of my client-side dependencies are currently in bower and it would be nice to have access to the polyfill as well.
1
* * * ### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : I used stock example script provided by TensorFlow to write my own custom code. * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Windows 10 - Colab Notebook ...
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : Yes * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Debian Jessie * **Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device** : n/...
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:** * 9....
### 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:** * 9....
1
### System info * Playwright Version: [v1.35.1] * Operating System: [Windows 10] * Browser: [Chrome] * Other info: Windows Terminal **Steps** * [Run npm init playwright] * [Error] **Expected** Configuration to initialize Playwright **Actual** Error: npm ERR! code ENOLOCAL npm ERR! Could not inst...
### System info * Playwright Version: [v18.17.0] * Operating System: [Windows 11] * Other info: I have the the command npm init playwright@latest to install playwright but it is not giving success message and failing to install chromium Here is the error belo Failed to install browsers Error: Failed to ...
0
As discussed in #14384 (comment). #### A small, complete example of the issue import pandas as pd df1 = pd.DataFrame({'a': [1, 2, 3]}) df2 = pd.DataFrame({'b': [2,3,4]}) df = pd.concat([df1, df1, df2], axis=1).to_sparse() df.index = [1, 2, 3] df.loc[1, 'a'] = 3 errors with ...
The following code: import pandas as pd p1 = {'name': 'willy', 'age': 10} p2 = {'name': 'willy', 'age': 11} p3 = {'name': 'zoe', 'age': 10} df = pd.DataFrame([p1, p2, p3]) df = df[['name','name','age']] df.groupby('name') gives the following error: TypeError...
0
**Peter Mularien** opened **SPR-3910** and commented The vanilla Spring framework download (not the -with-dependencies.zip) should at the very least include Javadoc for the Spring API. As of Spring 2.0.6, "spring-framework-2.0.6.zip" does not include API docs, and users are forced to download the unintuivitely-name...
**Rogério Meneguelli Gatto** opened **SPR-2903** and commented The standard distribution (spring-framework-2.0.1.zip) does not include API javadocs. There are no downloads in the documentation page either. * * * **Affects:** 2.0.1 **Issue Links:** * #8590 Spring ZIP file should include Javadoc for Spring ( _ *...
1
I have noticed when editing HTML files that Visual Studio does a very good job with auto complete; however, when I am using HTML within a PHP file, tags and tag attributes don't show up in the intellisense menu. Is this by design or something that was accidentally looked over? Thanks, Hunter Mitchell
In PHP files there is no html tags auto completion, please add. * * * **EDIT 9/13/2018** @egamma: VS Code provides only basic support for PHP, but there are powerful PHP extensions available in the market place: * PHP IntelliSense * PHP Intelephence. This feature should be provided by these extensions (Intele...
1
Found an ICE playing with the experimental associated types: #![feature(associated_types)] impl<'a> IntoBuffer for &'a [u8] { type T = &'a [u8]; fn into_buffer(self) -> &'a [u8] { self } } pub trait IntoBuffer { type T; ...
Not sure how to properly describe the bug, but this causes an ICE: #![feature(associated_types)] struct SimulationInfo; impl SimulationInfo { fn add_state<T: HasState>(&mut self, op: || -> <T as HasState>::State) -> Option<&mut <T as HasState>::State> { ...
1
It seems that masked_fill_ is more dangerous for zero-strided tensors, because the mask may be different for the elements that refer to the single location in memor Probably related issue: #12230 My Torch version is `1.1.0`. import torch a = torch.zeros(2) b = a.expand(2, 2) b *= 2 #...
I discovered this when writing some masking code, it seems that unexpected behavior can arise when using pointwise operations to write to expanded tensors. The code below reproduces and explains the issue: We start off by constructing an example array and constructing a mask from it: example_batch = t...
1
# 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...
# Checklist * I have checked the issues list for similar or identical feature requests. * I have checked the pull requests list for existing proposed implementations of this feature. * I have checked the commit log to find out if the if the same feature was already implemented in the master branch. ...
0
## Issue description `torch.min` and `torch.max` ignores `nan` in cuda case and crash with pure `nan` tensor. ## Code example >>> import torch >>> a = torch.Tensor(4, 3).fill_(1) >>> a = a.cuda() >>> a[1, 2] = float('nan') >>> a tensor([[ 1., 1., 1.], [ 1., 1.,...
On master: >>> x.max() Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/ssnl/sftp/pytorch/torch/tensor.py", line 53, in __repr__ return torch._tensor_str._str(self) File "/home/ssnl/sftp/pytorch/torch/_tensor_str.py", line 302, in _str ...
1
Hello guys, I'm trying to create decorators with the deno, however this is not being possible, the deno console also does not provide me with information. See the code: interface Newable<T> { new(...args: any[]): T; } function Decorate() { return function <T extends Newabl...
$ deno cache https://gist.githubusercontent.com/lucacasonato/e7d549c5c2d92ed4c10170f0a758b952/raw/a5fc2b7cc8b1952e1718103b496cc9254e2a9ada/decorator.ts --config https://gist.githubusercontent.com/lucacasonato/e7d549c5c2d92ed4c10170f0a758b952/raw/a5fc2b7cc8b1952e1718103b496cc9254e2a9ada/tsconfig.json ...
1
Frequently, even with all files saved, Atom will cancel logout on OS X. It seems to do this to give itself a moment to close. However, * This behavior is very frustrating * This behavior is against OS X guidelines and standard practices * This behavior goes against user expectations This should be removed ent...
Halp ticket: * support/5b613158cbd611e38be29976540e6fbc > When restarting on OS X Mavericks and choosing the option to reopen windows, > Atom crashes and will not let the system reboot. ![screen shot 2014-04-24 at 10 06 37 pm](https://cloud.githubusercontent.com/assets/38924/2794385/04e3c88e-cbec-11e3-847f-9f0d2...
1
`f1c2ab7`#commitcomment-3341689 https://groups.google.com/d/topic/symfony2/F17eK33QY6M/discussion
It`s very simple to reproduce: services: request_scoped_service: class: stdObject scope: request alias_for_service: alias: request_scoped_service /** @var ContainerInterface $container */ $container->enterScope('request') $byName = $contain...
1
I think the issue can be traced down to `lax.eq(np.inf, np.nan)` returning True, for some reason. I am on a recent master commit (7328689). >>> import jax.numpy as np >>> from jax.numpy.lax_numpy import isinf >>> from jax import lax >>> nan = np.array([np.nan]) >>> print(nan) array...
as a result np.nan_to_num, np.nanmean, etc all don't work import jax.numpy as np a = np.zeros(1) / np.zeros(1) print(a.__array__()) print(np.isnan(a).__array__()) `[nan]` `[False]` This bug only happens with the CPU-only build of JAX, when I see this warning: "warnings.warn('No GPU...
1
The cutoff is 5m for the normal gce suite, which times out in 30m inclusive of cluster up and down. So we should factor out the part of https://github.com/kubernetes/kubernetes/blob/master/test/e2e/service.go#L490 that sets up and waits on external loadbalancers into gce-slow. @kubernetes/goog-testing @fejta @spiffx...
# **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
* [ x] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior It should not fire the error ## Current Behavior I'm using custom express server and I'm getting this error page load "Home.getInitialProps()" should resolve to an object. But found...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior `<Link>` should produce a working link. ## Current Behavior Using `<Link>` causes an error in console: `Did not expect server HTML to contain a <a> in <div>.` ## Steps to Reproduce (for bugs) 1...
0
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.6 * Operating System version: win10 * Java version: 1.8 ### Steps to reproduce this issu...
* I have searched the issues of this repository and believe that this is not a duplicate. yes * I have checked the FAQ of this repository and believe that this is not a duplicate. yes JMH is a Java harness for building, running, and analysing nano/micro/milli/macro benchmarks written in Java and other langu...
0
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.175] Any other software? Visual Studio Code Insiders # Steps to reproduce 1. Launch VS Code Insiders. 2. Ensure using conpty with setting: `terminal.integrated.windowsEnableConpty` 3. Open a terminal with Ct...
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.10000] Windows Terminal version (if applicable): EARLY PREVIEW BUILD Any other software? # Steps to reproduce Open multiple tabs in the terminal # Expected behavior The tabs resize in that way we can see all...
0
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:127 Aug 16 08:11:16.645: Couldn't delete ns "e2e-tests-v1job-gmj3l": namespace e2e-tests-v1job-gmj3l was not deleted within limit: timed out waiting for the condition, pods remaining: [] /go/src/k8s.io/kubernetes...
**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.): ...
0
0 info it worked if it ends with ok 1 verbose cli [ 1 verbose cli '/usr/local/Cellar/node/13.12.0/bin/node', 1 verbose cli '/usr/local/bin/npm', 1 verbose cli 'i', 1 verbose cli 'react-player' 1 verbose cli ] 2 info using npm@6.14.4 3 info using node@v13.12.0 4 verbose npm-session 7a90fc0402509a7a ...
### *Updated* as of 01/15/2021 **Note: Please readthis doc before filing a new issue.**
1
Challenge http://freecodecamp.com/challenges/waypoint-comment-your-javascript- code has an issue. Please describe how to reproduce it, and include links to screenshots if possible. Can get thru Basic Javascript 1 thru 8 , but the all have these kins of errors under where you reset the code. ![screen shot 2015-08-22...
Cleared to go to next challenge while teh tasks listed were still showing red X circles instead of check mark of completion.
0
**TypeScript Version:** Just tested in Atom-Typescript which currently has `master` as of `2016-02-23` https://github.com/TypeStrong/atom- typescript/blob/8d43dd1b930a6df0ce62454a1560acfb7eee24c9/package.json#L64 **Code** import * as React from "react"; import * as ReactDOM from "react-dom"; ...
When adding JSDoc to an overloaded function, It seems that the JSDoc comment must immediately precede the actual function. When preceding the list of overloads, the JSDoc comment is dropped after compilation. Example: module app { /** * Returns "foo" * * this doesn't output. */ ...
0
Hi, I'm trying out to create a Dropdown nav bar, but the Dropdown menu is not visible. Can anyone help me? Here is my code: http://jsfiddle.net/t0m4h4wk/mEevs/ Thank you very much! t0m4h4wk PS: Please forgive me my english, I'm german ;)
I used to customize button colors using `.gradientBar` mixin... now it appears that I have to use `.buttonBackground` mixin to customize my own button types/colors. Could you move it from `buttons.less` to `mixins.less` so that I do not have to copy it from `buttons.less` to my own stylesheet file?
0
Would be nice to have a core directive to create generic variable contexts at the template. Example of implementation: https://gist.github.com/willgm/ffe653a49f36997881575df2e93979bc This has some benefits like: * Shortcuts for long data structures and/or constant use of pipes: <ul *context="let...
**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 ...
0
`unique()` and `type()` functions are not available in the nodes from `graph.nodes()` of `jit.trace`. I used to fetch those before some upgrade I made recently. As @apaszke suggested, It should be present in the internal data structure but the new upgrade just removed it from python scope for val in tr...
It seems PyTorch loads the .so using RTLD_GLOBAL which exports many symbols into shared namespace. This can causes crashes when another library is using different version of the symbol with the same name. In particular, doing `import torch; import tensorflow` will crash because pytorch .so is exposing `pthread` symb...
0
Consider special-casing timer channels created with time.Ticker and time.After. Namely, such chans need to contain next fire time and period. Then receive from such looks like: func chanrecv(c *Hchan) { ... if c.isTimeChan { for { next := c.nextTime ...
After almost a decade, I have **_finally_** implemented #8898, special-casing the channels used for timers (or maybe the timers used for channels) so that the timers are not in the timer heap when there are no channel operations pending on them. This means that the channels and timers can be GC'ed once they are no lo...
1
One of the nice features of the simple query parser is that it is possible to only enable certain operators. It allows to do quite interesting things. For example, if you are using the keyword analyzer and disable the whitespace operator, `the fox | jumped over` would be parsed into `the fox` OR `jumped over` (`the ...
The `simple_query_string` query allows the user to enable/disable parts of the syntax, eg prefixes, phrases etc. I think it makes sense to support the full syntax by default, but to allow the user to disable the parts that they don't want, eg: "simple_query_string": { "query": "....", ...
1
I wrote some code to index/percolate documents, and I have a unit test that creates an index (with a random name) then runs my indexations / search code, then deletes the index. This means that I have percolators with identical IDs in different indexes. When I percolate my documents, I specify a query string for the...
The current synonym token filter behaviour of _replacing_ the token with the synonym doesn't work well with the completion suggester. An option to keep the original token would be helpful. Background: For synonyms to work well with the completion suggester it's important to define synonyms that map to longer token...
0
Hi, I am facing a problem when I want to read the value of an input that have suggestions from datalist, the value that I get from the input is only what I type with the keyboard not the selected value, i’ll give an example to explain better, for the HTML bellow, if I type ‘on’ than I select the suggestion which is ‘...
* Electron version: 1.6.2 * Operating system: Windows 10 64Bit ### Expected behavior Finish the process and that all files are installed ### Actual behavior The Python Script crashes and throws lots of Errors ### How to reproduce I have Visual Studio 2017 installed!!! (I can't get 2015 anywhere) I use Pyt...
0
I have a `Dialog` component being triggered by onClick of a `MenuItem`. It opens correctly. But when I try to close the dialog (either via click on backdrop or on close button) the dialog is not correctly dismissed. **This only happens if you use a transition (Slide).** * I have searched the issues of this repos...
My app break after updated to latest beta. The dialog always shown. Previous version beta 18 don't have this issue <Drawer open={false} type={window.innerWidth < 768 ? 'responsive' : 'persistent'} anchor="right" classes={{ paper: classes.pape...
1
I'm currently debugging why a particular test suite takes 26s in Deno when it should be faster. Noticed that we spend about 55% of the time on the `realpath` syscall. The majority of those are coming from `ensure_registry_read_permission` which tends to trigger two `realpath` syscalls pretty frequently. deno/cli...
Please run the topmost context in async mode, or allow top level await, akin to https://bugs.chromium.org/p/v8/issues/detail?id=9344
0
Hello! Currently when running `deno lint --unstable` I get some issues with `no- inferrable-types` on fields that I'm actually **declaring** the type and **then assigning a value**. For instance the following snippet causes the output from deno lint: export function createString( prefix: string...
Dunno if this makes sense in a Deno context, but I've seen people do things like import {version} from '../package.json' but this fails: error: An unsupported media type was attempted to be imported as a module. Specifier: https://raw.githubusercontent.com/wrnrlr/as-bind/master/pa...
0
test-cmd.sh failed with the following: 12:01:47 service "cassandra" created 12:01:47 12:01:47 FAIL! 12:01:47 Get all -l'app=cassandra' {{range.items}}{{range .metadata.labels}}{{.}}:{{end}}{{end}} 12:01:47 Expected: cassandra:cassandra:cassandra: 12:01:47 Got: cassandra:ca...
**What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): kubeadm * * * **Is this a BUG REPORT or FEATURE REQUEST?** (choose one): FEATURE REQUEST * I would like to specify advertisement ip or hostname for node during the j...
0
## ℹ Computer information * PowerToys version: 0.20.1 * PowerToy Utility: FancyZones * Running PowerToys as Admin: No * Windows build number: Version 1909 (OS Build 18363.1016) ## 📝 Provide detailed reproduction steps (if any) 1. Start PowerShell 2. Right click on PowerShell in the taskbar 3. "Run a...
## ℹ Computer information * Windows build number: 1909 (Build 18363.997) * PowerToys version: 0.20.1 * PowerToy module: maybe fancy zones? ## 📝 Provide detailed reproduction steps (if any) 1. Start Powertoys 2. open task manager and move it 3. get the message about a program running with administrator...
1
* [x ] I have searched the issues of this repository and believe that this is not a duplicate. Hello, I have this problem, if I rendered page _XX_ through the server (Express), which uses the alias (as) _YY_ , click on `<Link>` doesn't work. ### Current Behavior We display the XX page, there is a link to the s...
In the projects not using next.js, we use "pm2 start pm2.json. It never generates duplicate pm2 instances. When using PM2 with next.js, we can't use pm2.json configuration file. The code is like the following: `// package.json` `"start": "node --experimental-modules server.mjs"` `// deploy.sh` `pm2 start n...
0
#### Code Sample, a copy-pastable example if possible def gen(): yield '1','2',1,2 yield '1','2',1,2 yield '1','3',3,2 yield '2','4',1,2 ser = pd.DataFrame(gen(), columns=["a", "b", "c", "d",]).set_index(["a", "b"])["c"] print ser print ser.loc[('1'...
Split off from: #9250 In [6]: # Dataframe now: cols = [('a_col', chr(i+65)) for i in range(5)] cols.extend([('b_col', chr(i+65)) for i in range(5, 10)]) idx = [('a_row', chr(i+65)) for i in range(5)] idx.extend([('b_row', chr(i+65)) for i in range(5, 10)]) df...
1
## Environment info * `transformers` version: 4.11.3 * Platform: Linux-5.4.104+-x86_64-with-Ubuntu-18.04-bionic * Python version: 3.7.12 * PyTorch version (GPU?): 1.9.0+cu111 (False) * Tensorflow version (GPU?): 2.6.0 (False) * Flax version (CPU?/GPU?/TPU?): not installed (NA) * Jax version: not instal...
# ❓ Questions & Help Pretrained `T5Tokenizer ` has vocab size of 32100 (32000 tokens plus 100 extra_ids) but the shared embedding layer of `T5ForConditionalGeneration` has size of (32128, 768). I checked the google-research implementation of T5 and also found that they have vocab size of 32100 also. Where did the e...
1
**Migrated issue, originally created by Anonymous** using 0.6beta1 this used to work in 0.5 from sqlalchemy import create_engine, Table, MetaData, __version__ print __version__ engine = create_engine('oracle://xxx:xxx@XXX', echo=False) metadata = MetaData(engine) ...
**Migrated issue, originally created by Anonymous** all is in the title ... :) http://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.3#LATERAL_JOIN
0
## Guidelines Please note that GitHub issues are only meant for bug reports/feature requests. If you have questions on how to use Neo4j, please ask on StackOverflow instead of creating an issue here. Before creating a new issue, please check whether someone else has raised the same issue. You may be able to add c...
### bug report The neo4j-import tool for version 3.0.4 runs of memory, and is not reading the java max heap settings set at the OS level (i.e., it is identifying a max heap of 20.98 gb when the max heap is set at 72gb) **Neo4j Version:** 3.0.4 **Operating System:** Ubuntu 14.10 **API:** neo4j-import ### Steps ...
0
There are many methods that expect a list or a tensor specifying a shape as argument. It is often the case that I want to pass an argument such as shape=[t1, v2] where t1 is a tensor with shape = TensorShape([]) and v2 is a value. This is currently not possible in many (maybe all) methods. My current work around is ...
I'd like to do things such as the following: >>> tf.convert_to_tensor([tf.constant(1), 2]) >>> tf.slice(..., [0, 1, some_tensor], ...) Currently both of these raise exceptions. The alternative is to use a combination of `tf.expand_dims` and `tf.concat`, which is a bit unwieldy.
1
* Electron version: 1.21 * Operating system: OS X 10.11.2 (15C50) Electron is called by VMD: $ vmd --versions vmd: 1.26.2 electron: 1.2.1 node: 6.1.0 chrome: 51.0.2704.63 v8: 5.1.281.47 openssl: 1.0.2h zlib: 1.2.8 I'm having trouble re...
* **Version** : v6.0.0 * **Platform** : OSX: `Darwin steph-mbp 15.4.0 Darwin Kernel Version 15.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64 x86_64` * **Subsystem** : GNU Emacs 25.0.93.1 (might affect other clients?) After upgrading 6.0, I can't run `npm` in an Emacs subshell because...
1
## 🐛 Bug When `torch.Tensor` is divided by **zero tensors** with data type as **int** , including **int8** , **int32** , **int64** , the program is terminated forcibly and throw **Floating point exception (core dumped) error**. If run the code in jupyter notebook, the kernel would be killed. Based on my experime...
This seems to be an issue with TH and not pytorch, the same thing happens in lua torch. import torch a = torch.IntTensor([0,1]) b = torch.IntTensor([0,1]) print(a.div(b)) # Floating point exception (core dumped) Another unrelated weirdness happens with float tensors when the answer is `inf...
1
### 💻 * Would you like to work on a fix? ### How are you using Babel? @babel/eslint-parser ### Input code // "babel-eslint": "^10.0.3", const asyncFn = () => { return new Promise((reslove) => { setTimeout(() => { reslove({ code: 200, ...
It throws error when dynamic import, template literal inline and rule `template-curly-spacing` as follow: #### Tested on: `babel-eslint@10.0.3` (with `@babel/parser@7.7.7`) `eslint@6.7.2` #### Sample code: import(`${'package.json'}`) #### .eslintrc.json { "parser": "babel-esl...
1
Annoying problem where the Pop overs don't detect when they're going to be slightly hidden by the size of the viewport. In Tooltipsy and stuff, it detects the edges and moves the wrapper accordingly. ![Popovers](https://camo.githubusercontent.com/8d16529db9111212d7ded67ff2fa3822de20c3dcbbaf972533f4f6ec657df257/68747...
I've just seen that since the version 2.1.X typeahead comes with an AJAX option which it actually comes in handy on many projects since I always had to implement my own autocomplete due to the fact that I would need the data to be fetched as typed. The only thing that I think it would be nice to have is a debounce m...
0
## Bug Report **Current Behavior** ### Mixin method declaration becomes `undefined` **Input Code** // Activatable Mixin class Activatable { isActive: boolean; activate() { this.isActive = true; } deactivate() { this.isActive = false; ...
## Bug Report **Current Behavior** When a class (B) extends another class (A) and includes a type definition to narrow the type of something specified in class A, it will set the narrowed property's value to undefined. This diverges from the TSC behavior. The output from the below code under babel is `a, undefin...
1