text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
**Elasticsearch version** : 2.4.0 **Plugins installed** : [kopf, head] **JVM version** : OpenJDK 64-Bit Server VM (build 25.92-b14, mixed mode) **Docker version** : 1.10.3, build 1f8f545 **OS version** : 4.7.0-coreos **Description of the problem including expected versus actual behavior** : Deploying elasticsea...
You can manage to slip unexpected characters into field names, like `\n`, `\0` (`\u0000`), `\t`, `\'`, `\"`, etc. I think that we should prevent this, but the change would create a backwards incompatible restriction. Big caveat/counter argument: as long as they're escaped, these unexpected characters _are_ valid JSO...
0
Here is the ES7 proposal: https://github.com/sebmarkbage/ecmascript-rest-spread Rest Properties let { x, y, ...z } = { x: 1, y: 2, a: 3, b: 4 }; x; // 1 y; // 2 z; // { a: 3, b: 4 } Spread Properties let n = { x, y, ...z }; n; // { x: 1, y: 2, a: 3, b: 4 }
es7 proposal : https://github.com/sebmarkbage/ecmascript-rest-spread ## Spread properties ### Typing In my opinion the goal of this method is to be able to duplicate an object and changing some props, so I think it's particularly important in this case to not check duplicate property declaration : v...
1
## ℹ Computer information * PowerToys version: 22.0 * PowerToy Utility: FancyZones * Running PowerToys as Admin: yes * Windows build number: version 1909 (OS build 18363.1082) ## 📝 Provide detailed reproduction steps (if any) 1. 2 monitors: 1 is 144hz the other is 60hz 2. PC turns on, PT opens on star...
## ℹ Computer information * PowerToys version: v0.21.1 * PowerToy Utility: FancyZones * Running PowerToys as Admin: No * Windows build number: Windows 10 Version 2004: 19041.450 ## 📝 Provide detailed reproduction steps (if any) 1. Check the **Allow zones to span across monitors** checkbox 2. Configure...
1
The Toolbar component not respecting custom theme settings. * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior The toolbar component should respect custom theme settings. ## Current Behavior When overriding the toolbar style params in a custom theme t...
## Problem Description When browsing http://www.material-ui.com/ using tablet (e.g., Ipad), the website seems doesn't respond correctly. For instance, this page can not be opened. Also, touch events in components like left nav behave strangely. ## Versions * Material-UI: 0.14.4 * React: N/A * Browser: i...
0
# Summary of the new feature/enhancement A visual indication of how wide/tall a zone is would be very useful in creating accurate layouts. This could be done with a pixel count on the axis or a simple % of resolution. For example, I use a 5120x1440 monitor with a centered 16:9 zone and two half size zones on the si...
# Summary of the new feature/enhancement I have two keyboards connected to my Windows 10 machine, one for gaming, and one for programming. The one I use for programming is a wired Mac keyboard, so I remap the Windows and Alt keys on this keyboard to be switched around, to match the layout on my gaming keyboard. I'...
0
Dear Scipy team, I am the maintainer of a pyFAI and got a bug report that a feature in my code stopped working: silx-kit/pyFAI#1421 On my side the bug comes down to the call to scipy.optimize.fmin_slsqp here: https://github.com/silx-kit/pyFAI/blob/master/pyFAI/geometryRefinement.py#L361 The regression was int...
Hello, It seems that in _numdiff.py module the _dense_difference function does not take into account situation of an optimisation with equal bounds constraints and where initial solution respect this constraint for some . In that case line 519 in _numdiff.py module dx and df are equal to zero and trigger nan in the...
1
go version devel +7be32d0 Wed Mar 4 18:24:53 2015 +0000 linux/amd64 The following program crashes compiler with "internal compiler error: out of fixed registers" on amd64 and arm but not on 386. package main func main() { type X struct { f int } var x X ...
1. What is a short input program that triggers the error? http://play.golang.org/p/m59dvc6cXo Also a reduced example: package main type T struct { F int } func f() { var ( A = [][1]int{} B = []int{3: 1, 4: 1} ...
1
**Baerrach bonDierne** opened **SPR-3039** and commented Release spring-core-1.2.7-sources.jar seems to be the last version that bundled source jars when deployed to ibiblio. Is it possible to get source builds deployed as well? If you need help with this let me know. * * * **Affects:** 2.0.2 **Issue Links:** ...
**Aleksander Blomskøld** opened **SPR-1484** and commented Maven 2 POMs with dependencies is missing for Spring. It's a lot of extra job for maven 2 users to find out which dependencies Spring needs, and to have to include them manually. * * * **Attachments:** * buildsources.sh ( _590 bytes_ ) * spring-maven....
1
* Your Windows build number: (Type `ver` at a Windows Command Prompt) Microsoft Windows [Version 10.0.17738.1000] * What you're doing and what's happening: (Copy & paste specific commands and their output, or include screen shots) The bottom lines of my screen get foozled, typically after a context switch in w...
# Description of the new feature/enhancement Add the ability to save the scroll buffer to a file so it can be easily searched and large regions can be copied and pasted. # Proposed technical implementation details (optional) You have the buffer... adding a context menu to the tab to save the history shouldn't be t...
0
### Describe the use case The current relationship dynamic lazy loader returns a query object. This new lazy loader would instead present a 2.0 interface, so it would offer the methods `select()`, `insert()`, etc Regarding the name, mike suggested `statement_only`, but that's still wip ### Databases / Backends / ...
**Migrated issue, originally created by Andrey Zholos (@zholos)** When updating a table with a specified schema name, some parts of the generated statement refer to the table with an alias and some parts don't. A subquery uses an alias that was not introduced (it could be introduced in an mssql "from" clause): ...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior When I use auto layout the grid items must not go outside of the grid. It is expected that the container outside the grid defines max width possible. When Grid items have `xs` property with no value, al...
Because of the location of conditional in styling, the implementation of `overlayStyle` on `RaisedButton` does not allow a customizable implementation of `backgroundColor` * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior As far as I can tell, the ...
0
npm ERR! cb() never called! npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\abc\AppData\Roaming\npm- cache_logs\2020-11-03T13_58_52_163Z-de
npm ERR! cb() never called! npm ERR! This is an error with npm itself. Please report this error at: npm ERR! https://npm.community npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\abc\AppData\Roaming\npm- cache_logs\2020-11-03T13_58_52_163Z-debug.log please help me to get fix this
1
### Apache Airflow version 2.6.1 ### What happened When using a `@task.group` for the depth first expansion functionality, a `@task.short_circuit` in that group throws a ForeignKeyViolation Traceback (most recent call last): File "/home/airflow/.local/lib/python3.10/site-packages/sqlalchemy/en...
### Apache Airflow version 2.6.1 ### What happened I have a short circuit task which is in a task group that is expanded. The task work correctly when it returns true but the task fails when it returns false with the following error: sqlalchemy.exc.IntegrityError: (psycopg2.errors.ForeignKeyViolatio...
1
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: xxx * Operating System version: xxx * Java version: xxx ### Steps to reproduce this issue 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.5 * Operating System version: windows10 * Java version: 1.8 ### Steps to reproduce this issu...
0
Plotting a numpy matrix in matplotlib 1.3.1 breaks, with the exception: >>> plot(matrix([[1,2,3]])) File "/usr/local/lib/python2.7/dist-packages/matplotlib/units.py", line 148, in get_converter converter = self.get_converter(xravel[0]) File "/usr/local/lib/python2.7/dist-packages/nu...
### Bug report **Bug summary** A figure created with `plot_directive` and preceeding label cannot be referenced with `:ref:` or `:numref:`. **Code for reproduction** .. _bar: Testplot -------- .. _foo: .. plot:: import matplotlib.pyplot as plt import...
0
MacOSX10.9: AtomShell v0.20.4 code document.body.innerHTML = '<webview src="https://github.com"></webview>' var webview = document.querySelector('webiview'); console.log(webview.getUrl()); // it works. setInterval(function(){ console.log(webview.getUrl()); // this causes crashin...
OS: Windows 8.1 x64 Atom-Shell: 0.19 Sorry for all the editing and deleting of my previous reports but the issue is morphing and I've narrowed it down. Apparently the webview is garbage collected when you set it's CSS display property to none. If you do this then you cannot use the webview again and if you try to ...
1
Raised by this stackoverflow question. The following code , run on master... x_actual = 49997 x3_actual = x_actual ** 3 for dtype in [np.int64, np.uint64, np.float64]: x = {} x['scalar'] = dtype(x_actual) x[ '0d'] = np.array(x_actual, dtype=dtype) x[ '1d'] = np.ar...
This is to gather and close some other issues. The NEP 50 proposal would close it. In many cases using int64 as the default Python integer for scalar operations (where we disable value-based logic) can be surprising * gh-2955 (bitwise_and) * gh-5746 (comparison) although uint64 and int64 comparisons of course ha...
1
These are slow and should be unnecessary. They are showing up in Servo profiles.
`c_char` is `i8`, so trying to use `string::raw::from_buf` involves this: let cstring: *c_char = .....; let s = string::raw::from_buf(cstring as *const i8 as *const u8); Either `c_char` should switch to `u8`, or `string::raw::from_buf` should take `*const i8`. Right now using this is quite te...
0
We have a `unique` function that produces a new collection similar to its argument, but with each item only occurring once (in order of first appearance). There should be a corresponding `unique!` function that removes recurrences of items and returns this modified collection. Note that for performance, at least on d...
When looking into #6708, I noticed that the `sprand` function seems to generate sparse matrices with slightly the wrong density. For example: julia> mean([nfilled(sprand(100,10,0.1)) for i=1:100]) 99.81 julia> mean([nfilled(sprand(100,10,0.1)) for i=1:1000]) 99.833 julia> mean...
0
-关于2.6.3release版本优雅停机问题,之前我在社区也发提出的issue中于开发交流过,发现依然存在问题。 1. 框架的停机hook和spring的停机hook同时触发,导致服务的实现类中无法获取业务bean,导致服务无法正确完成。(因为spring context先于框架close了) 场景一:Springboot+innerTomcat @SpringBootApplication @ComponetScan @ImportResource({"classpath:/META-INF/spring/dubbo*.xml"}) public class GatewayApplication {...
我们在测试及生产环境下总结目前Dubbo优雅停机问题存在几个问题: [1]Spring可能先于框架关闭,导致业务服务无法正确执行完成; [2]tomcat+spring场景,中间件停机可能会导致class被回收,导致log日志无法输出,甚至报class not found; [3]如果存在多个hook,如spring本身有hook,无法保证hook执行顺序; [4]zk在大数据量同步通知下延迟严重,导致注销后仍有请求(目前版本简单sleep了一下); [5]停机时间无法设置,官方关于“停机设置标志位”的描述有误。 综上所述,我们的优化作法是将框架的优雅停机委托给Spring管理,通过监听Spring的clo...
1
## 🐛 Bug Unmatched behavior of numpy and pytorch on indexing with a list of bool value. ## To Reproduce import torch x = torch.randn(3,4) print(x[[True,False,True]]) print(x.numpy()[[True, False, True]]) With output >>> import torch >>> x = torch.randn(3,4) >...
In numpy, indexing with a list of booleans is equivalent to indexing with a boolean array, which means it performs masking. In PyTorch, the list of booleans is cast to a long tensor. I believe this discrepancy should be fixed. a = torch.rand(3, 3) print(a) 0.1041 0.6888 0.7988 0....
1
It has like 5.4k votes on uservoice, it's unfortunate that an issue of _taste_ or style needs to be reviewed, it's like reviewing an issue about accessibility and debate whether it needs to be added to a modern program where the answer is definitely yes. I _think_ that the majority of developers either like it or ju...
I _really_ miss proper tabs for open files (like VS proper), and the ability to rip a tab out into its own window.
1
**TypeScript Version:** 1.8.2 **Background** : I have been working on trying to get https://github.com/eslint/typescript- eslint-parser, a TypeScript parser plugin for ESLint, off the ground, and the job this weekend has been to begin adding JSX support. ESLint uses espree and so the aim of the project is to con...
Since it's very unlikely that the extension methods will ever be implemented in a call-site-rewrite manner, please consider adding infix operators to enable writing in functional style similarly to what can be done in Haskell: Monoids function '+'<a>(left: a[], right: a[]) : a[] { return left.c...
0
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.267] Windows Terminal version (if applicable): 0.3.2142.0 WSL 1 with Ubuntu 18.04 # Steps to reproduce 1. Open terminal with WSL Ubuntu 2. Display something on stdout (e.g. `echo Hello world!`) 3. Run `clear ...
# Environment Windows build number: 10.0.18362.0 Windows Terminal version (if applicable): 0.5.2681.0 # Steps to reproduce I imagine this is similar to #633, except it seems like my arrows are rendering _too far to the left_ (and/or too small), rather than having a gap. See: ![image](https:...
0
# Introduction Currently, type literals are capable of representing any instantiated (non- generic) type except those that are recursive. This is because, as an anonymous type, they do not have a name with which to create this type. This proposal covers recursive type literals. These type literals add the additiona...
Using the allowJs compiler option, if buffer or send are dependencies, Duplicate identifier errors are reported: node_modules/buffer/index.js(94,5): error TS2300: Duplicate identifier 'length'. node_modules/buffer/index.js(95,5): error TS2300: Duplicate identifier 'parent'. node_modules/buffer/...
0
![camp](https://cloud.githubusercontent.com/assets/8863296/14146427/203f62f8-f65d-11e5-8a4a-dbeff09fb11d.png) Challenge Local Scope and Functions has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36`. Please describe how ...
Challenge Local Scope and Functions has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: function ...
1
Challenge Smallest Common Multiple has an issue. User Agent is: `Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.108 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: //noprotect function ...
Challenge Smallest Common Multiple has an issue. User Agent is: `Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36`. I keep receiving this error: "SyntaxError: Illegal break statement." That doesn't make any sense, because my code isn't using a break stateme...
1
### Playwright version 1.13.0 ### Operating system MacOS, Linux ### What browsers are you seeing the problem on? Chromium ### Other information _No response_ ### What happened? / Describe the bug When executing "sanitizeForFilePath", the return value may be the same. This has caused the screenshot to be ov...
### Feature request Hi, Currently Playwright-test's generated test output directory name is including the test's title, but it can only includes alphanumeric values, all non-ASCII character will be replaced with a hyphen `-`. My tests title is in Japanese so it would be nice if it can include non-ASCII character ...
1
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : No * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Mac 10.11.6 * **TensorFlow installed from (source or binary)** : source * **TensorFlow version (use command below)**...
* * * ### System information @:~/projects/tensorflow <master>$ cat tf_env.txt == cat /etc/issue =============================================== Darwin mn-mortutay 16.5.0 Darwin Kernel Version 16.5.0: Fri Mar 3 16:52:33 PST 2017; root:xnu-3789.51.2~3/RELEASE_X86_64 x86_64 Mac OS X 10....
1
I am using v0.1.2-3757-g063ac5b on ArchLinux and ~/.julia is empty. I get the following error when updating : julia> Pkg.update() INFO: Initializing package repository /home/stef/.julia. INFO: Cloning METADATA from git://github.com/JuliaLang/METADATA.jl ERROR: gitenv not defined in cmd at git.jl:17 in run ...
Working with @edmondztt, I was try to get IJulia running on his Windows 8 laptop, and we immediately ran into a problem with the latest 64-bit Julia binary: running `Pkg.update()` gives ERROR: could not start process `rm -rf 'C:\Users\Edmond\AppData\Roaming\Julia\packages'`: no such file or directory (...
1
I get an ICE if I checkout this commit (note - library is a work in progress, but i committed exactly where I got the ICE) and run `cargo test`. The error is: <std macros>:8:12: 154:35 error: cannot apply unary operator `!` to type `&[u8]` <std macros>:8 if !$cond { <std macros>:9 ...
## _Believed_ current test case (pnkfelix says: "if you are looking at this bug, please try to keep this test up-to-date ... potentially by checking the newest linked dupes in the comment feed below.") // Very // sensitive pub struct BytePos(pub u32); // to particular //...
1
##### Description of the problem Hello ! This is my first post on this Github, and first, I realy want to congratulate mrdoob and all of contributors for this awesome project. This isnt an real issue, because i found a way to do what i wanted. So the problem is that TextureLoader and more precisely ImageLoader do...
Hi, this is my first post so first I want to thank mrdoob and all the contributors for this fantastic library. ##### Description of the problem I need to send specific headers with my TextureLoader request (XMLHttpRequest.setRequestHeader()) but I do not see any way to do that (I'm currently using r80). ##### Thre...
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Please visit https://codesandbox.io/s/325y47xk36 for a code sample. It's a basic implementation of a menu using https://react.semantic-ui.com. It creates a meta viewport as can be seen in the source co...
I have just heard about next.js so I wanted to give it a try, however as I ran `npm run dev` I get Internal Server Error on localhost:3000 and in console `GET http://localhost:3000/ 500 (Internal Server Error)` **Same results using zeit/nextgram** * I have checked Next.js Issues and while my issue seems like a du...
0
**TypeScript Version:** 1.8.10 **Code** new RegExp(/a/, "g"); **Expected behavior:** That code should be accepted by typescript **Actual behavior:** `Argument of type 'RegExp' is not assignable to parameter of type 'string'.`
**TypeScript Version:** 1.9.0-dev.20160522-1.0 **Code** Here's what I want to do: import {isEmail} from 'marker.validators' **Expected behavior:** For it to just work **Actual behavior:** Submodules don't work that way * * * So currently I do this: import {validators} from 'm...
0
Challenge Target the Children of an Element Using jQuery has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. * As soon as the Chall...
Challenge Waypoint: Clone an Element Using jQuery has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. ## Issue I believe...
1
**Do you want to request a _feature_ or report a _bug_?** I believe there is a bug in React 16.4 regarding the `getDerivedStateFromProps`. **What is the current behavior?** Trying to set the state based on the props kind of overrides the state forever, which makes it impossible to edit it later on. **If the cu...
According to semver, only non-breaking changes are supposed to go into minor and patch version releases. With the release of 16.4, you have made breaking changes to `getDerivedStateFromProps`. Our entire codebase, running perfectly on 16.3.2 is a dumpster fire as soon as we raise that dependency to 16.4. The only th...
1
### 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...
### 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...
0
#### Code Sample, a copy-pastable example if possible from pandas.compat import StringIO import pandas as pd t1 = """float 1 """ t2 = """float NaN """ for t in t1, t2: df = pd.read_csv(StringIO(t), dtype={'float': 'str'}) print(type(df['float'][...
From #10647 (comment) In context of discussion on the default parsing of 'NA' in a csv file as NaN, I don't think we can change the default of parsing `NA`, but we _may consider_ parsing of `"NA"` as a string instead of NaN: > Another change that we would maybe be more likely to consider, is the > parsing of quoted...
1
I'm trying to setup something like this with Symfony 2.6.1: $builder ->add('field', 'choice', [ 'choices' => array_combine(range(0.1, 1.0, 0.1), range(0.1, 1.0, 0.1)) ]); and this is the mapping for Doctrine: field: type: decimal p...
**Description** The idea of this feature lies on the following OWASP recommendation: > Define an appropriate request size limit and reject requests exceeding the > limit with HTTP response status 413 Request Entity Too Large After discussion with @dunglas about implementing this feature in the api- platform proj...
0
### Problem description You call setState on a timeout in Popover.js however if the component is already unmounted react gives a warning ### Steps to reproduce ### Versions * Material-UI: 0.15.4 * React: 15.3.1 * Browser: Chrome I've fixed this by setting a property on this in componentWillUnmount might b...
### Problem description When props.animated is true, Popover calls setState from within a setTimeout. // in componentWillReceiveProps if (nextProps.animated) { this.setState({ closing: true }); this.timeout = setTimeout(function () { _this2.setState({ open: false...
1
Using the 'with-styled-components' example and upgrading styled-components to v2.1.0 results in the error: `Unfortunately nesting is not supported by styled-jsx`
Is there currently a way to completely disable `styled-jsx` that's bundled with Next.js? If not, it would be great to have this option as currently it sometimes clashes with other CSS solutions by doing preprocessing of its own. See #2304 and I've also been having issues with importing plain CSS through `wrap-in-js`...
1
A Locator object apparently can be resolved to several elements, so can represent a list. And there are some useful methods to use in this case (e.g. `Locator.first()` `Locator.nth()` etc). Same time, If I need to iterate several locators, the only way I see (please correct me if I'm wrong) is to get the count fi...
Hey Team, I think the Locator feature is really great, but what I think it lacks is some kind of enumeration. There are evaluations and stuff like getting text from all elements, but that's only a limited use case. While it is possible for us to enumerate by ourselves, I think we could benefit much more from a built...
1
I found that the example code for the histogram2d has an issue when adapted. The code below works for a symmetric amount of bins. But if one changes the number of bins (e.g. removing a bin on line 655 ` xedges = [0, 1, 1.5, 3])` in only one dimensions, the example raises an exception: `TypeError: Axes don't match ar...
Hi all, np.histogram2d online documentation gives an non-functioning example. Documentation page: http://docs.scipy.org/doc/numpy/reference/generated/numpy.histogram2d.html Non-functioning example: pcolormesh can display exact bin edges: >>> ax = fig.add_subplot(132) >>> ax.set_title('...
1
**I'm submitting a ...** (check one with "x") [ ] bug report => search github for a similar issue or PR before submitting [x] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
**I'm submitting a ...** (check one with "x") [ ] bug report => search github for a similar issue or PR before submitting [X] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
1
* I tried using the latest `xxxx/xxxx.d.ts` file in this repo and had problems. * I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript * I have a question that is inappropriate for StackOverflow. (Please ask any appropriate questions there). * I want to talk about `xxxx/xxxx...
Hi, Getting the below exception with npm package @types/request-promise-native version 1.0.12, issue is not reproducible for previous versions. Could anyone look into this asap. node_modules/@types/request-promise-native/index.d.ts(20,49): error TS2694: Namespace 'request' has no exported member 'Response'. nod...
0
# Environment Windows build number: [run "ver" at a command prompt] PowerToys version: PowerToy module for which you are reporting the bug (if applicable): # Steps to reproduce Go to Keyboard Manager then click remap a key. Choose any key on left dropdown and try to select any of the ...
Automatically switch display scaling when switching between desktop and tablet modes. i.e. - desktop mode @ 150% scaling & tablet mode @ 200% scaling. Allow user to choose each custom scaling amount per their preference.
0
I'm trying to build tensorflow 1.9 for android but build always fails due to different reasons... For android-ndk-r14b I've tried the following: **bazel --output_user_root=/mnt/d/ai/.madman/bazel build -c opt //tensorflow:libtensorflow_cc.so --crosstool_top=//external:android/crosstool --host_crosstool_top=@bazel_t...
I have a network similar to A3C network described here, with lots of syncing and copying tensor values between different duplicates of the model. The code crashes with a `Ran out of memory` exception (see below). This might be a little bit hard to reproduce somewhere other than my machine (since the code is not open ...
0
In this demo http://getbootstrap.com/css/#forms-controls-static when changing the focus or value of the password field - chrome browser freezes for a few seconds and uses a lot of CPU. Not sure if this is a problem of chrome itself or anything related to bootstrap JS / CSS Chrome version 28.0.1500.95 m running on W...
Chrome for Mac. Enter some text in the "Password" input box (see pictured). ![screen shot 2013-08-14 at 22 28 02](https://camo.githubusercontent.com/5b0192fc2eabefa48020f92df6a9b88ec17365be230042b721f8c963a2f3951b/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3733313734332f3936353332372f3639356...
1
Hi, developers, When I used the StratifiedShuffleSplit or train_test_split with stratify option, I input the continuous variable. I thought the function will split the dataset into several subsets according to the continuous variable, and ensure the distribution of these subsets were the same. However, I got the e...
It is important to stratify the samples according to y for cross-validation in regression models; otherwise, you might possibly get totally different ranges of y in training and validation sets. However, current `StratifiedKFold` doesn't allow float: $ x=sklearn.cross_validation.StratifiedKFold(np.rand...
1
This behavior may be misleading since I would consider that `2.0e-12` means the 0 is significant, which isn't the case with the second command below. julia> sprint(Base.Grisu._show, 2.45e-12, Base.Grisu.PRECISION, 2, true) "2.4e-12" julia> sprint(Base.Grisu._show, 2.45e-12, Base.Grisu.PREC...
The following code which doesn't seem ambiguous to me gives an ambiguity warning: type A{T}; end type B{T}; end f{T}(::T, ::A{T}) = 1 f{T}(::B{T}, ::T) = 2
0
Packages that use setup_requires=["numpy"] in their setup.py appear to fail to build on Windows+Py3.8. ### Reproducing code example: https://github.com/anntzer/setup_requires-numpy is a minimal repro with just the following setup.py: from setuptools import setup setup( name="testpkg"...
I didn't see this error reported, apologies if it is a duplicate -- my current numpy is 1.6.2. $ sudo easy_install --upgrade numpy Searching for numpy Reading http://pypi.python.org/simple/numpy/ Reading http://numpy.scipy.org Reading http://sourceforge.net/project/showfiles.php?group_i...
1
want to perform some operations when input parameters are being changed. Lets say I have a DatePicker component that has a type input variable, and I want to perform some actions with another date variable when type is being changed. How to do that? export class DatePicker { @Input() ...
**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
We should simplify and stabilize the go/loader package's API. Before that happens, there are a number of features to add and bugs to fix: Features: 1. support ... patterns just like "go build" and "go list" do. (Ideally the logic would be shared. Russ suggested fork/execing "go list", but I don't like this approa...
Do you think `short` is necessary here for 3 times string copy?, Maybe we could just `file = file[i+1:]` ? I issue this because it is in the `l.mu.Lock()`:) https://github.com/golang/go/blob/master/src/log/log.go#L121 if l.flag&(Lshortfile|Llongfile) != 0 { if l.flag&Lshortfile ...
0
##### Description of the problem I'm using makeTextSprite from stemkoski examples. I found this problem in 102 as shown in the following fiddles. Fiddle showing problem with 102 Fiddle with 101, no problem This form is for three.js bug reports and feature requests only. This is NOT a help site. Do not ask help q...
##### Description of the problem Sprites are flipped. This happened after somewhere between 101 (which works) and 102. In the sandbox below you can exchange the three version, going back to the last major has them positioned correctly. https://codesandbox.io/s/1z92z6xwz4 ##### Three.js version * r102 ##### Bro...
1
![image](https://cloud.githubusercontent.com/assets/10182040/6572606/64ff26ce-c74e-11e4-92bf-f18e4b74f0f8.png) As the snapshot sometime my atom directory will display weird ,it seems that some text are show duplicately and overlapped. Restart the program will fix the problem temporary .
Most noticeable in the tree view, resizing it, scrolling, etc. makes it redraw and go away. ![screen shot 2015-01-07 at 2 47 31 pm](https://cloud.githubusercontent.com/assets/671378/5666877/fe272bc4-9717-11e4-9d81-c6f737e03def.png) /cc @zcbenz Any ideas on this one?
1
### Version 2.6.11 ### Reproduction link https://codesandbox.io/s/clever- sammet-51l0g?file=/src/components/HelloWorld.vue ### Steps to reproduce I have template code like below, and I have set vue-loader's option `compilerOptions.whitespace = "condense"`; <div class="hello"> <button> ...
### Version 2.5.17 ### Reproduction link https://codepen.io/chessydk/pen/ZqGqbr?editors=1010#0 ### Steps to reproduce Hover over the "æøå". ### What is expected? I would expect html attributes to be html-decoded, just like text-nodes, so when you hover over the text you should see "æøå" ### What is actually h...
0
Hey there I have upgraded an app to version 5 as in the list of fixes was the silent printing bug, but the issue is still the same. My code: `printWindow.webContents.print({silent: true});` Results in nothing happening at all. No errors thrown or anything. Changing it back to false, brings up the window to selec...
1
So if the viewport width is too small to show all buttons in a row, it transform into a dropdown. It could be offered via an optional trigger.
Hi, I'm loving Bootstrap 3! One problem I'm encountering is that button panels aren't "responsive" enough. I'd like to have `.btn-block` style buttons below 768px, and normal `.btn` style above, potentally with `.pull-left` or `.pull-right` ![btn- responsive](https://camo.githubusercontent.com/a6c3a10a56c0eb33cff4e...
1
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 0.165.0 **System** : linux 3.13.0-40-generic **Thrown From** : Atom Core ### Stack Trace Uncaught Error: spawn /usr/share/atom/atom (deleted) ENOENT At events.js:85 Error: spawn /usr/share/atom/atom (deleted) ENOENT...
**TEMPORARY WORKAROUND** : `ln -s /usr/share/atom/atom "/usr/share/atom/atom (deleted)"` Uncaught Error: spawn /opt/atom/atom (deleted) ENOENT **Atom Version** : 0.152.0 **System** : linux 3.13.0-40-generic **Thrown From** : Atom Core ### Steps To Reproduce 1. ... 2. ... ### Stack Trace A...
1
Seems to me that most APIs will assign unique error codes to each potential validation error, in addition to human-readable messages. Before considering a PR, I wonder what the consensus on adding the ability to add a 'code' property to each field constraint would be?
Following my (unanswered) question at StackOverflow I'm reporting this as a bug, as no one seems to know the answer. Currently there's no way that I can see to populate the `code` property for the `ConstraintViolation` class, as it is not defined in the `Constraint` class. But as I see, it goes farther than that, as...
1
Use case: I have an an entity with 10 properties, and a form which only edits 2 of those properties. That form has all the fields in the entity, but it only renders these 2 in the template. The incoming request only has these 2 properties set, but when I bind it to the form, already populated with the entity in the ...
**Description** This is an idea of improvement for the Form feature: allow passing parameters to the translated fields In SF, the translation feature is available almost everywhere: * The Controllers ( Fully available ) * The Twig ( Fully available ) * The Services ( Fully available ) * The Forms ( Partia...
0
### The wording in the update docs is (emphasis added): In a future version of pandas `pandas.concat()` will no longer sort the non- concatenation axis when it is not already aligned. (...) To keep the previous behavior (sorting) and silence the warning, pass `sort=True`. **To accept the future behavior (no sorti...
#### Problem description Pandas 0.23.0 adds a new warning when calling `concat` with misaligned axes (#20613): FutureWarning: Sorting because non-concatenation axis is not aligned. A future version of pandas will change to not sort by default. To accept the future behavior, pass 'sort=Tru...
1
If disk encounters disk error ,such as input/output err, this corrupted disk should be removed automatically from es node if index couldn't be written in for a long time. Currently ops must update config and restart es node. [2016-08-31 10:43:18,568][WARN ][gateway ] [10.148.67.11] [s...
Hi, This is about documentation probably in tips and tricks section. Sometimes there could be duplicates in documents. Documentation about 1. How do we detect duplicates (pre and post index) 2. How to avoid/remove them? 3. Is it possible to have a document in more than one type? {"title": "Doc title", "_type"...
0
I've encountered an inconsistent behavior with Request::getBaseUrl method when the Request URI does not include the SCRIPT_NAME (due for example to an apache url rewrite), but it includes a segment of the SCRIPT_NAME path. In RequestTest.php, if I add this data to the getBaseUrlData data provider, testGetBaseUrl fai...
Hi, I have a problem setting the variable _locale in the route prefix. I have a route like this: acme_site: resource: "@acmeSiteBundle/Controller/" type: annotation prefix: /{_locale}/ defaults: { _locale: %locale% } requirements: _locale: ...
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME plugins/strategy/free ##### ANSIBLE VERSION ansible 2.4.0 (devel a6af204cee) last updated 2017/08/31 15:04:30 (GMT +200) config file = /etc/ansible/ansible.cfg configured module search path = [u'/home/user/.ansible/plugins/modules', u...
When using `export=True`, `svn info` runs and fails because there is no .svn folder. With export method, a different way to detect change is required. https://github.com/ansible/ansible-modules- core/blob/19b328c4df2157b6c0191e9144236643ce2be890/source_control/subversion.py#L225
0
I encounter a error output in using np,arange(), in python 3.5, numpy 1.13, windows 10 64 bit. np.arange(0.24,0.34,0.02) Out[43]: array([ 0.24, 0.26, 0.28, 0.3 , 0.32, 0.34]) np.arange(0.24,0.36,0.02) Out[44]: array([ 0.24, 0.26, 0.28, 0.3 , 0.32, 0.34]) np.arange(0,...
If I do `np.arange(3.18,3.21,0.01)`, it gives `array([ 3.18, 3.19, 3.2 ])`. However, if I do `np.arange(3.18,3.22,0.01)`, it gives `array([ 3.18, 3.19, 3.2 , 3.21, 3.22])`. This seems inconsistent. Why is this so? I am using numpy 1.11.2 on Python 2.7.13.
1
**Patrick W. McMichael** opened **SPR-2196** and commented In straight MVC (no WebFlow), there is a referenceData method that gets called when hitting a SimpleFormController in GET mode. This is very useful for things like pulldown contents on a search form, etc. However, this method does not get called in POS...
**Paul Benedict** opened **SPR-3729** and commented The idea that Spring JavaConfig uses Java visibility keywords to expose or hide bean references is an interesting idea. Can that also be implemented in XML? Example: <bean id="myBean" class="com...MyBean" visibility="public" /> I don't know what good values wo...
0
Tensorflow is failing like so - very odd since I have memory available and it sees that. This runs fine in CPU only. Ubuntu 16.04, Cuda 8.0, CUDNN 5.1 for 8.0, Nvidia 367.57 driver, tensorflow_gpu-0.12.0rc0-cp27-none-linux_x86_64.whl. The rest you can see in the log. I have also tried with CUDNN 5.0 with the same re...
Hi all, Recently, I read some papers about implementing Intel Xeon Phi on Tensorflow. Therefore, I want to make TensorFlow support FPGA board. But there is no information in Google and other forum/community. For my understanding, we should implement the FPGA supporting in a class of TensorFlow which distributes tas...
0
**Do you want to request a _feature_ or report a _bug_?** AFAIK, this is a bug. **What is the current behavior?** When setting `checked` on a checkbox, the checkbox indeed is checked, but the attribute isn't actually in the DOM. This means that checkbox will be targeted by `:checked`, but not `[checked]`. In my c...
Adding a `ref` to a child element of a stateless component yields a **caught TypeError: Cannot read property 'refs' of null**. I can see this being really hard to debug. Could there be a better error message there ?
0
It has been happening for two days (everything seems fine in PRs), see the failed builds for the 4 latest commits in master: https://circleci.com/gh/scikit-learn/scikit-learn/17721 https://circleci.com/gh/scikit-learn/scikit-learn/17765 https://circleci.com/gh/scikit-learn/scikit-learn/17776 https://circleci....
Got a heisen travis failure while working on #3173. The entire travis log is at https://travis-ci.org/scikit-learn/scikit- learn/jobs/25868444 ====================================================================== ERROR: sklearn.linear_model.tests.test_omp.test_omp_cv ------------------------...
0
## Describe what you were doing when the bug occurred: By this video link https://share.getcloudapp.com/xQuDgBXA ## Please do not remove the text below this line DevTools version: 4.7.0-23309eb38 Call stack: at N (chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:164715) at I (chrome- ext...
Describe what you were doing when the bug occurred: 1. I was using the devtools to investigate some performance issues w/ an app I help maintain 2. I had just turned on the "Record why each component rendered while profiling" checkbox 3. I ran a profile while navigating on the underlying page The react profil...
1
# Summary of the new feature/enhancement I would like to see an Insiders edition made that updates daily like VSCode. Otherwise a model similar to MS Edge and VS Code extensions: Monthly: stable, beta: weekly, and alpha: daily. If not updating from the Store (preferably it wouldn't matter), being able to get change...
when i use emacs in terminal, is very very very slow. opposite,i use windows cmd tool is very fast。
0
RFC 509
`../configure && make install` today gives make: *** No rule to make target `prepare-everything', needed by `install'. Stop.` I've already removed the former build directory.
0
Hi, I have a mapping as follows: `"\"task\": { " + "\"properties\": { " + "\"id\" : { \"type\": \"string\", \"index\": \"not_analyzed\" }," + "\"title\": { \"type\": \"string\" }," + "\"description\": { \"type\": \"string\", \"index\": \"not_analyzed\" }," + "\"address\": { \"type\": \"string\" }," + "\"time\": {...
**Elasticsearch version** : 5.0.0 **Plugins installed** : none **JVM version** : openjdk version "1.8.0_111" OpenJDK Runtime Environment (build 1.8.0_111-b15) OpenJDK 64-Bit Server VM (build 25.111-b15, mixed mode) **OS version** : Operating System: CentOS Linux 7 (Core) CPE OS Name: cpe:/o:centos:c...
0
The ability to change the font size in the sidebar was requested via Stack Overflow http://stackoverflow.com/questions/35774918/vs-code-customize- sidebar.
At the moment, we can only change the font size / font of the editor. If we want to change the font size, we need to use a roundabout method of "zooming in / out". It would be nice if this could be adjusted through the preferences.
1
**What keywords did you search in Kubernetes issues before filing this one?** : * duplicate volumes * volumes * * * **Is this a BUG REPORT or FEATURE REQUEST?** (choose one): * BUG REPORT \--> **Kubernetes version** (use `kubectl version`): Server: v1.3.4 Client: v1.3.0 **Environment** : * **Clou...
We leave tons of dead containers around when kubecfg deletes pods. We should cleanup those dead containers. I have a pending PR for this.
0
Electron Version 7 Operating System: Windows Last Known Working Electron version: 6.1.1 Loading from a data URL doesn't work anymore: win.loadURL('data:text/html;charset=utf-8 ...', {baseURLForDataURL: ... })
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details * **Electron Version:** * 7.0....
1
### Which version of ShardingSphere did you use? `master` ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? `ShardingSphere-Proxy` ### Expected behavior `Add resource` successful. ### Actual behavior `ERROR 1104 (C1104): Can not process invalid resources, error messages are: [Single t...
Please answer these questions before submitting your issue. Thanks! ### Which version of Sharding-Sphere do you using? 3.0.0.M2 ### Which project do you using? Sharding-JDBC or Sharding-Proxy? Sharding-JDBC ### Expected behavior The query is normal, but every time an exception is thrown Is it compatible with ...
0
I am using sklearn for my project i have trained model on 64 bit linux machine,now i want to load that model (.pickle format) on raspberry pi which is 32 bit os and hw configuration,i have following issue while unpickling model file. Please help me if any solution on this. knn_clf =joblib.load(f) File "/usr/loca...
#### Description `ValueError: Did not recognise loaded array layout` thrown when loading model pickled in 32 bit Linux and loaded on 32 bit Windows. The reverse is also true. Models can be pickled/loaded on their respective OS so it seems to be a cross-platform issue. I've tried both joblib and pickle and ensured t...
1
* [x ] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior This is using almost the exact example from the documentation for the responsive drawer. I expect the drawer to close when I either click away from the drawer or make the window large again. ## Cur...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Should indicate on the docs for the Auto Complete component that you can set the style of the floating label. ## Current Behavior Website does not show floatingLabe...
0
1. First bug found when displaying errors in collection. When numeration of ( **name** ) does not start from zero validation errors are displayed in bad collection memebers. For example: a) I add 3 new collection members b) I remove first member c) I submit a form (got validation errors) d) I add 1 new ...
I am coding a project along the lines of the cookbook entry on embedded collections as stated on: http://symfony.com/doc/current/cookbook/form/form_collections.html. I am considering the following use case: 1. Starting out with entering a new entity task, tag is the embedded collection 2. I click the Javascript...
1
**Is your feature request related to a problem? Please describe.** 1000's of warning messages on the console increase the memory usage of an app until the app crashes, and duplicate warning messages are not needed. Also, the warning message are generated when a specific device doesn't have a specific capability, ev...
##### Description The problem. Currently, if I want to import a file from `examples/js` to my three.js project (bundled with webpack or anything else like this) Let’s say I need OBJLoader. I have two ways: 1. Download the file to my project. Modify it (add `require(“three”)`, add exporting data). - The problem ...
0
## Steps to Reproduce I've got a form on a page that seems to have issues with the keyboard disappearing after tapping into the form. All of the field and button remain visible when the keyboard flashes on the screen. I've tried two basic Widget layouts: return new Form( key: _formKey, ...
Working with markers is quite a pain in flutter. With flutter you gave us the most powerful tool at hand and here we just can not use it. I am sure you guys must have discussed having markers and info windows live in a stacked widget on top of the map. Is there any chance this could be done or are there too many ob...
0
When editing the the settings, I have tried to chang the default starting directory for the Ubuntu WSL Terminal profile as follows `"startingDirectory": "/mnt/D/Folder/SubFolder/",` and while it doesnt cause any issues or causes the Terminal to resort to default configuration, it does not set the default starting...
# Description of the new feature/enhancement Allow us to set the tab name(s) as they are too long. ![image](https://user- images.githubusercontent.com/4559650/62869354-9a284400-bd0f-11e9-998b-5e7e7fbecaaa.png) # Proposed technical implementation details (optional)
0
For some reason, calling `print df` is really slow: In [1]: import pandas In [2]: import numpy as np In [3]: df = pandas.DataFrame(np.random.randn(1000,100000)) In [4]: %timeit print df 1 loops, best of 3: 1.93 s per loop In [5]: %timeit print df.values 1000 ...
from pystatsmodels mailing list qcut in pandas 0.8.1 is failing for some quantile lists but not others (see below). Sorry if I'm missing something... type(F.g) Out[3]: pandas.core.series.TimeSeries chg = (F.g[20:]-F.g[20:].shift(1)) fac = qcut(chg, [0, .5, 1]) fac...
0
So imagine I'm building an API from a set of blueprints like <snip from the signup.py file> signupbp = Blueprint('signupbp', __name__, url_prefix="/signup") @signupbp.route("/") def signup_start(): return "signup_start" @signupbp.route("/complete") def signup_compl...
This is related to #2841, but the emphasis is different. ### Expected Behavior Non-error exceptions should not be caught by registered error handlers. app.register_error_handler(HTTPException, my_error_handler) @app.route('/path-with-slash/') def my_route(): return '', 204 Attem...
0
by **steve.wills** : Before filing a bug, please check whether it has been fixed since the latest release. Search the issue tracker and check that you're running the latest version of Go: Run "go version" and compare against http://golang.org/doc/devel/release.html If a newer vers...
This bug is about http2 support for PUSH_PROMISE frames, letting http.Handlers push their own streams to clients. Previously: bradfitz/http2#23 bradfitz/http2#34 Let's do this first in x/net/http2 and only add API to the standard library after it's baked long enough in x/net.
0
## Issue description >>> a = torch.Tensor([1,2,3,4,5]) >>> a -= a[0] >>> a tensor([ 0., 2., 3., 4., 5.]) This seems to be a very confusing result. Even though the below works. I think the above should at least do broadcasting or throw an exception? Now it is doing a confusing oper...
t = torch.range(1,10) t[1:] = t[:-1] # wrong result print(t) t = torch.range(1,10) t[1:] = t[:-1].clone() # right result print(t) t = torch.range(1, 10).numpy() t[1:] = t[:-1] # right result print(t) Note that the same (wrong?) behaviour is present in lua torch.
1
### Discussed in #9525 still figuring out what this is. Oracle has to use literal render, so this is not really an oracle thing, it's something w literal render from sqlalchemy import Column from sqlalchemy import create_engine from sqlalchemy import func from sqlalchemy import Identity ...
**Migrated issue, originally created by Anonymous** Is this not something that could be enabled?
0
# Description I've tried finding resources regarding to this but they seem outdated. The problem is that I am trying to build in visual studio with the binaries I downloaded from `https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps- debug-1.5.0.zip` I have set the following properties in Vi...
## 🐛 Bug 1. Running `TestDistBackend.test_DistributedDataParallel` from `test_distributed` suite 2. with a WORLD_SIZE <= nGPUs/2 on the machine results in an error "Model replicas must have an equal number of parameters". ## To Reproduce Steps to reproduce the behavior: 1. Use a machine which has at leas...
0
_Original tickethttp://projects.scipy.org/numpy/ticket/1334 on 2009-12-17 by trac user Tazlor, assigned to @cournape._ I have installed the NumPy 1.4.0rc1 package from sourceforge for python 2.6 on OSX 10.5.8. 2.6 is the version of my Macpython installation, the system python remains 2.5. "import numpy" in 2.6 ret...
_Original tickethttp://projects.scipy.org/numpy/ticket/1322 on 2009-12-10 by trac user ndufour, assigned to @cournape._ Mac OS X 10.5.8 32-bit machine The problem appears to lie with the file "multiarray.so" Attempting to import Numpy returns: Traceback (most recent call last): File "", line 1, in File "...
1
When you visit the Bootstrap documentation with a window to small for the docs to show the sidebar on the left, then resize your browser so it does appear, the sidebar will stay at the top of the page, and doesn't scroll down with you. Neither will it mark at which section you are. I can confirm this issue in Intern...
The following issue is reproducible with the current bootstrap docs website (e.g. http://getbootstrap.com/javascript/) using Firefox 28 and Chrome 33, on Windows: 1. Start with a large browser window. 2. Load http://getbootstrap.com/javascript/ 3. Decrease width of the window, so that the sidebar disappears, i...
1
`go tool compile` hangs in karatsuba compiling the following program: package a var e = 1<<1p10000000<<3 Can we just break off hex exponents (p)? They are not supported by go/types- based frontends and so are non-portable. go version devel +514014c Thu Jun 18 15:54:35 2015 +0200 linux/amd64
The following program takes 1+ hours to compile, aborted after that: package a var g = 1e81391777742999 Package should either analyze it in a reasonable amount of time (seconds) or give an error if it cannot chew it. Compiling a single line of code for hours does not make sense. on commit `af8178...
1
What does 'go version' print? go version devel +fe11c71dbee6 Tue Nov 11 16:06:47 2014 +1100 linux/amd64 What steps reproduce the problem? In the code below, there are leading and trailing spaces in both the Println lines and each lines of Output section. $ cat foo_...
by **piotrnar** : It does not happen on Linux, but on Windows whenever we try to link a lib that contains static symbols that have the same name, though came from different object files, we get an error: * duplicate symbol reference: XXX in both YYY It happens with any Go version I...
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
* OS Platform and Distribution : CentOS Linux release 7.5.1804 * TensorFlow installed from (source or binary): pip * Python version: 3.7.2 * Installed using virtualenv? pip? conda?: pip I get the following error when I try to import tensorflow: Traceback (most recent call last): File "/home/users/pjh/.loca...
_Please make sure that this is a build/installation issue. As per ourGitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template_ **System information** * OS Platform and Distribution (e.g., Linux Ubuntu 16.04): RedHat Enterprise ...
1
Hi, i want to add my CUDA function to torchScript as a Node, but i don't want to use torchScript extention op as i can't let other people to load so file, is there any way? Thankyou very much! cc @gmagogsfm
Hi, i want to add my CUDA function as a torchScript Node, but i can't use torchScript extention op as i can't let other people to use so file. It's there a way? Thank you very much! cc @gmagogsfm
1
* VSCode Version: 0.10.10 * OS Version: Windows 10 Typescript says things are duplicate when i move a file around. My guess is that the location of the file is not updated in the typescript service properly because when i restart VSCode it fixes itself but still its annoying to have to restart the editor. Ste...
It is natural on Windows to have the X affordance to the right of the document and not to the left. This applies for both tabs enabled or disabled. However, we should not just put the X to the right of the file label if you have tabs disabled because that means having an unstable location of the close button dependi...
0
**Tom Chambers** opened **SPR-7007** and commented When binding to a list or map in a form tag, in my case: <form:checkbox path="command[${mapkey}][${i.index}].aList" value="${aValue}" /> The checkbox is correctly bound and rendered (using a custom property editors etc), however on submission ...
**Ken Egervari** opened **SPR-6989** and commented I have some code that purposefully puts "[" and "]" in the path, which eventually gets rendered to the id and name attributes on the input tag. Code: <@springForm.input type=type attributes=attributes path=path htmlEscape="true" /><br/> At a hi...
1
There are quiet some extensions out there to handle setting synchronization between multiple computers. And in my opinion they are very important: Since vscode is very customizable with settings, keyboardshortcuts and extension it is very hard to synchronize those things between multiple workstations. And all those e...
This is a feature request. It would be really cool to have atom-like multiple tabs open for simultaneous editing. It is hard to click on those small strips on the sidebar. Having tabs on top like below image ensures that we could easily navigate between multiple files while editing. ![image](https://cloud.githubuse...
0