id int64 393k 2.82B | repo stringclasses 68
values | title stringlengths 1 936 | body stringlengths 0 256k ⌀ | labels stringlengths 2 508 | priority stringclasses 3
values | severity stringclasses 3
values |
|---|---|---|---|---|---|---|
256,435,263 | TypeScript | JSX: Add a way to specify children as not a part of props | Right now there's no way to specify what children representation is, except specifying `ElementChildrenAttribute` inside JSX namespace. It's heavily coupled with React representation for children which implies that children is a part of props. This makes impossible to enable type checking for children with implementati... | Suggestion,In Discussion,Domain: JSX/TSX | low | Major |
256,445,676 | react | Form restoration & React hydration | **Do you want to request a *feature* or report a *bug*?**
Bug
**Reproduction**
1. Open https://codesandbox.io/p/sandbox/form-restoration-react-hydration-cz1xgj?file=%2Fapp%2Fpage.js%3A2%2C1, see the source
2. Open https://cz1xgj-3000.csb.app/
3. Fill in the input, for example, you can type "foo"
4. Press s... | Type: Bug,Type: Feature Request,Component: DOM | low | Critical |
256,453,901 | go | plugin: plugin.Open() segfault with statically linked binaries | **What version of Go are you using (`go version`)?**
go version go1.9 linux/amd64
**Does this issue reproduce with the latest release?**
Yes
**What operating system and processor architecture are you using (`go env`)?**
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOP... | NeedsInvestigation | low | Critical |
256,468,034 | go | encoding/xml: very low performance in xml parser | ### What version of Go are you using (`go version`)?
1.9
### Does this issue reproduce with the latest release?
True
### What operating system and processor architecture are you using (`go env`)?
Windows
### What did you do?
I trying to parse large files with SAX with go, and get decadent performance.
I r... | Performance,NeedsInvestigation | medium | Major |
256,486,894 | electron | WebRequest can't using multi time with a type event. | ```javascript
const {session} = require('electron')
// Modify the user agent for all requests to the following urls.
const filter_mainFrame = {
urls: ['*://example.com/*']
}
const filter_stylesheet = {
urls: ['*://otherpage.com/*']
}
session.defaultSession.webRequest.onBeforeSendHeaders(filter_mainFram... | enhancement :sparkles: | low | Major |
256,488,166 | vscode | Enable fuzzy matching for picker | Have a quick pick control with these values `["hello", "hello_there"]`
Type `ht` or `hello_` -> `hello_there` will show up
Type `he_` -> no results | feature-request,api,quick-pick | medium | Critical |
256,493,671 | vscode | Feature request - undo after moving cursor should optionally just put the cursor back, without undoing | There's a feature I'm missing that I've used in other IDE's, when finishing typing, moving somewhere else (for example to select+copy some variable name), then pressing CMD+Z should bring the cursor back to the last edit location without actually undoing the typing there.
I know there's some "last cursor position" k... | feature-request,editor-core,undo-redo | medium | Major |
256,508,518 | go | runtime: big performance penalty with runtime.LockOSThread | This issue reopens #18023.
There it was observed that if a server goroutine is locked to OS thread, such locking imposes big performance penalty compared to the same server code but without handler being locked to OS thread. Relevant [golang-nuts thread](https://groups.google.com/forum/#!topic/golang-nuts/WqVEThZnQk... | NeedsInvestigation,compiler/runtime | high | Major |
256,534,905 | neovim | Multiple cursors (again) | See also #211, #3845, #299
Multiple cursors. Even though other ways of doing things may be more powerful, there are still users who'd prefer to use them.
There are some definite problems with "virtual cursors" like in [vim-multiple-cursors](https://github.com/terryma/vim-multiple-cursors).
>Is not that easy. ... | enhancement,multicursor | high | Critical |
256,536,954 | rust | Poor error message with type alias and external crate | The following code: https://play.rust-lang.org/?gist=3a06bcc680135c042135ca45984379f7&version=stable
```rust
extern crate num;
use num::One;
use num::rational::BigRational;
fn main() {
BigRational::pow(&BigRational::one(), 23);
}
```
Gives the following error:
```
error[E0599]: no function or ass... | C-enhancement,A-diagnostics,T-compiler | low | Critical |
256,543,270 | vscode | Selection, highlighting and search colors conflict with each other | - VSCode Version: Code 1.16.0 (787b31c0474e6165390b5a5989c9619e3e16f953, 2017-09-06T16:27:49.891Z)
- OS Version: Windows_NT x64 6.1.7601
- Extensions:
Extension|Author (truncated)|Version
---|---|---
intellij-idea-keybindings|k--|0.2.13
selectline-statusbar|tom|0.0.2
<!-- Launch with `code --disable-extensi... | feature-request,editor-theming | high | Critical |
256,543,945 | godot | Area2D does not report input events if it is not in a collision layer | **Operating system or device, Godot version, GPU Model and driver (if graphics related):**
Windows 7 - 64bits
Godot 2.2
**Issue description:**
Area2D does not report input events if it is not in a collision layer.
I think the collision layers have nothing to do with the detection of input events so it should alw... | bug,topic:physics,topic:input | low | Critical |
256,545,138 | kubernetes | Smarter openapi generator | Our openapi generator works like the following at the moment.
```
openapi-gen \
--input-dirs "target,dep1,dep2" \
--output-package "somewhere"
```
the generated openapi `.go` file will contain all types from target, dep1 and dep2. It will include some types not referenced in target. This will increase the weight ... | sig/api-machinery,kind/feature,lifecycle/frozen | low | Major |
256,628,031 | youtube-dl | [Site request] Akiba Pass | ## Please follow the guide below
- You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly
- Put an `x` into all the boxes [ ] relevant to your *issue* (like this: `[x]`)
- Use the *Preview* tab to see what your issue will actually look like
... | geo-restricted,account-needed | low | Critical |
256,753,808 | rust | 🔬 Tracking issue for RFC 2089: Extended Implied bounds | This is a tracking issue for the RFC "Implied bounds" (rust-lang/rfcs#2089).
**Steps:**
- [ ] Implement the RFC (cc @rust-lang/compiler -- can anyone write up mentoring instructions?)
- [ ] Adjust documentation ([see instructions on forge][doc-guide])
- [ ] Stabilization PR ([see instructions on forge][stabiliz... | B-RFC-approved,T-lang,T-compiler,C-tracking-issue,S-tracking-impl-incomplete,T-types | high | Critical |
256,814,029 | pytorch | Feature Request: Support grad of grad in fused RNNs | Right now they're legacy functions and don't support double backprop
cc @ezyang @SsnL @albanD @zou3519 @gqchen @mruberry | module: double backwards,feature,module: autograd,module: nn,triaged | low | Minor |
256,815,593 | angular | HttpClient should allow different responseTypes for success response and error response | ## I'm submitting a...
<!-- Check one of the following options with "x" -->
<pre><code>
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
[ x ] Feature request
[ ] Documentation issue or requ... | feature,freq2: medium,area: common/http,feature: under consideration | high | Critical |
256,863,246 | rust | region errors: suggest new signature | In some cases, we can suggest a new signature where the user introduces a new named lifetime. This is a bit tricky to figure out how to format the suggestion. It would get mildly easier with https://github.com/rust-lang/rfcs/pull/2115.
```
struct Ref<'a> { x: &'a u32 }
fn foo<T>(mut x: Vec<Ref<T>>, data: u32, y... | C-enhancement,A-diagnostics,T-compiler,WG-diagnostics,A-suggestion-diagnostics,D-papercut | low | Critical |
256,939,189 | pytorch | Have ppc64le docker images? | I don't find pytorch docker image for ppc64le version. Besides, I tried to build a docker image based on official dockerfile (base image is from a cudnn-ppc64le image) but failed with conda (for ppc64le) doesn't support `mkl` and `magma-cuda80` for ppc64le as below:
```shell
Step 6/12 : RUN conda install --name pyt... | triaged,module: POWER | low | Critical |
256,965,632 | angular | "Cannot find control with unspecified name attribute" plz add the name of the control | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!-- Check one of the following options with "x" -->
<pre><code>
[ ] Regression (a behavior that used to work and stopp... | feature,freq2: medium,area: forms,feature: under consideration | medium | Critical |
257,007,209 | TypeScript | Add base class in lib.scripthost.d.ts for Automation objects | **TypeScript Version:** 2.5.0 / nightly (2.6.0-dev.20170902)
**Code**
```ts
// in lib.scripthost.d.ts
class AutomationObject<T> {
private constructor();
private typekey: AutomationObject<T>;
}
// in activex-excel.d.ts
declare namespace Excel {
class Application extends AutomationObject<Applicat... | Suggestion,In Discussion,Domain: lib.d.ts | low | Critical |
257,065,895 | TypeScript | proposal:symbol enum | I want symbol enum.
syntax example:
```ts
symbol enum Example{
X,Y,Z
}
```
↓
```js
var Example;
(function (Example) {
Example[Example["X"] = new Symbol("X")] = "X";
Example[Example["Y"] = new Symbol("Y")] = "Y";
Example[Example["Z"] = new Symbol("Z")] = "Z";
})(Example || (Example = {}));
... | Suggestion,Awaiting More Feedback | medium | Major |
257,074,433 | kubernetes | Re-run initContainers in a Deployment when containers exit on error | **Is this a BUG REPORT or FEATURE REQUEST?**:
/kind feature
**What happened**: Container in a Deployment exits on error, container is restarted without first re-running the initContainer.
**What you expected to happen**: Container in a Deployment exits on error, initContainer is re-run before restarting the... | sig/node,kind/feature,needs-triage | high | Critical |
257,189,385 | angular | Headers.{Constructor,append,set} with Date value should use correct format | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!-- Check one of the following options with "x" -->
<pre><code>
[ ] Regression (a behavior that used to work and stopp... | freq2: medium,area: common/http,type: use-case,P4 | low | Critical |
257,334,503 | TypeScript | Dangerous "name" (and potentially others) global | <!-- BUGS: Please use this template. -->
<!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/typescript -->
<!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md -->
**TypeScript Version:** 2.6.0-dev.201... | Suggestion,Help Wanted,Committed,Domain: lib.d.ts,Good First Issue | high | Critical |
257,356,344 | angular | Matrix array param is not retrievable by ParamMap#getAll function. | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!-- Check one of the following options with "x" -->
<pre><code>
[ ] Regression (a behavior that used to work and stopp... | type: bug/fix,freq3: high,area: router,state: confirmed,router: URL parsing/generation,P3 | medium | Critical |
257,370,705 | go | cmd/internal/obj/x86: improve asm error messages | Some assembler error messages are misleading and miss context info.
99% of errors programmer get is `invalid instruction` which does not help that much.
Go (or plan9) asm has its peculiar points that make initial experience, coupled with such error messages,
very unpleasant.
There are multiple aspects of error... | NeedsInvestigation | low | Critical |
257,374,364 | youtube-dl | Support for thegreatcoursesplus | ## Please follow the guide below
- You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly
- Put an `x` into all the boxes [ ] relevant to your *issue* (like this: `[x]`)
- Use the *Preview* tab to see what your issue will actually look like
... | site-support-request,account-needed | low | Critical |
257,431,540 | rust | 128-bit integer division with remainder is not combined to a single operation | Rustc fails to combine `div()` and `mod()` operations with ` u128` to a single division with remainder on x64. The following code compiles down to separate calls to [`__udivti3()`](https://github.com/rust-lang-nursery/compiler-builtins/blob/23f14d3f05f2717497ac18d86d49be1e3f03ae68/src/int/udiv.rs#L245-L249) and [`__umo... | A-LLVM,I-slow,C-enhancement,T-compiler | low | Major |
257,461,715 | go | runtime/secret: add new package | Final API is here: https://github.com/golang/go/issues/21865#issuecomment-925145234
---
Forward secrecy is usually only a thing if it's possible to ensure keys aren't actually in memory anymore. Other security properties, too, often require the secure erasure of keys from memory.
The typical way of doing this ... | Proposal,Proposal-Accepted,NeedsInvestigation | high | Critical |
257,463,929 | pytorch | DataLoader gets stuck after model initialization | Everytime I set num_workers > 0 the following code will freeze and never print anything. If I set num_workers=0 it will work though
```
dataloader = DataLoader(transformed_dataset, batch_size=2, shuffle=True, num_workers=2)
model.cuda()
for i, batch in enumerate(dataloader):
print(i)
```
If I put model.cuda... | module: dataloader,triaged | low | Minor |
257,466,595 | go | cmd/compile: errors involving aliased types should use the alias name | In https://golang.org/cl/63277, @ianlancetaylor notes:
> Right now if I compile
>
> ```go
> package p
>
> type myByte = byte
> var _ myByte = "uc"
> ```
>
> I get
>
> `foo.go:4:16: cannot use "uc" (type string) as type byte in assignment`
>
> Arguably that is wrong. For example, gccgo prints
>
> `foo... | NeedsFix,compiler/runtime | low | Critical |
257,525,883 | go | cmd/compile: constant folding math/bits functions | ### What version of Go are you using (`go version`)?
Current git master 577967799c22e5a443ec49f494039f80e08202fe
### What did you expect to see?
There is a very easy optimization possibility of constant folding various functions from math/bits.
Would there be interest in implementing these?
Personally, ... | Suggested,Performance,help wanted | medium | Major |
257,528,462 | flutter | Cupertino library sometimes depends on specific widget types | We should always be agnostic about the child widget type, otherwise it violates our composition model.
There's basically two principles we can apply here:
* Wrapping a widget X in a widget Y that does nothing but return the widget X should always work exactly the same as using X directly. For example, wrapping a ... | framework,f: cupertino,c: proposal,P2,team-design,triaged-design | low | Major |
257,551,625 | react | A faster diff algorithm | This is an invitation to discussion...
So, react is pretty freaking awesome and I used it quite a bit. One thing unfortunately where react is not as strong is in performance, which gave roots to Inferno and Preact. Although, this is generally a non-issue on desktop, while mobile might be a bottleneck.
I know many... | Type: Discussion,Component: Reconciler | medium | Major |
257,558,759 | rust | Alloc: Clarify supported Layouts | # TLDR
The `Alloc` trait doesn't currently document what `Layout`s are guaranteed to be supported, which leaves consumers unsure whether their allocations will fail with `AllocErr::Unsupported`. This issue proposes addressing this by introducing a distinction between "general" and "specialized" allocators, and documen... | A-allocators,T-libs-api,C-feature-request | low | Critical |
257,587,287 | go | cmd/cgo: C functions that return void incorrectly return Go values | `cgo` fails to reject the following program — despite numerous errors involving values of type `C.void`, which ought to be completely uninstantiable. (The word “void” itself means “empty”, so it's nonsensical for the type “void” to contain a value!)
I'm not sure to what extent this is fixable, given that the fix for... | NeedsInvestigation,compiler/runtime | low | Critical |
257,610,661 | pytorch | support grid_sample with batch=1 but supprting batch affine parameters | I'm trying to use the grid_affine with grid_sample to do the ROIAlign operation.
In my cases, one feature tensor is accompanied with many boxes, and one box means one affine parameter. Therefore, I use `feature.expand(number_of_box, C, H, W)` to expand the feature to the same batch as the affine parameter. In this wa... | triaged,module: vision,module: interpolation | medium | Major |
257,616,752 | create-react-app | Deploy both ES5 and ES2015+ code in production | ### Is this a bug report?
No
Everything described in [this article](https://philipwalton.com/articles/deploying-es2015-code-in-production-today/).
But for lazy ones I'll add some highlights here.
```html
<!-- Browsers with ES module support load this file. -->
<script type="module" src="main.js"></script... | issue: proposal | medium | Critical |
257,632,947 | vscode | Word selection when holding Ctrl and dragging with mouse | in VS2015 you can select whole words by holding down CTRL and do selection, it's faster and easier !!
you can also CTRL + CLICK to select a whole word.
MAKE IT SO ... please :)
---
*Edit by @hediet:*
Video: https://www.youtube.com/watch?v=bfyO8haWKfg | feature-request,editor-wordnav | medium | Critical |
257,664,360 | go | os/exec: CommandContext does not forward the context's error on timeout | Go version: Latest release - 1.9
Using `CommandContext` in combination with `Context.WithTimeout` shows very few information about the reason of the error when the execution times out.
Using a small variation of the [CommandContext example
](https://golang.org/pkg/os/exec/#example_CommandContext) proves this:
```... | NeedsInvestigation | medium | Critical |
257,728,337 | vscode | XHR Failed on trying to install plugins via Visual Studio code | <!-- Do you have a question? Please ask it on http://stackoverflow.com/questions/tagged/vscode. -->
<!-- Use Help > Report Issues to prefill these. -->
- VSCode Version: 1.16.0
- OS Version: Windows 10
Steps to Reproduce:
1. When trying to install a plugin, i get an error **XHR Failed**.
2. Also when i try... | bug,proxy | high | Critical |
257,758,110 | go | cmd/go: ignore *.syso files in -msan mode | Packages with syso files currently fail in -msan mode because the syso file calls out to a routine like memcmp which then falsely reports uninitialized memory.
It's not possible to prepare a syso file that works regardless of memory-sanitizer setting, at least not if the code makes any memory writes, which most code d... | NeedsFix,GoCommand | low | Major |
257,762,058 | TypeScript | Add Length Parameter to typed arrays | The goal is pretty straight forward, since typed arrays have a fixed length it would be a more accurate and helpful type it you could specify length. Then you could get complaints if you try to assign or access a higher index or use a array of the incorrect length.
**Code**
```ts
type Vector2d = Int32Array<2>;
... | Suggestion,Domain: lib.d.ts,Awaiting More Feedback | medium | Major |
257,832,827 | pytorch | Proposal: simplify overloaded Tensor function signatures | Currently we have a few functions on Tensor with multiple overloads. This makes parsing, documentation, and error messages more complicated.
These overloads get ambiguous with zero-dim tensors (scalars) because they can bind to either the "float" or "Tensor" overloads.
We should combine the Tensor/scalar overload... | triaged | low | Critical |
257,834,258 | TypeScript | @ts-check complains about the object given to Object.defineProperty not having Object properties | _From @kenchris on September 14, 2017 13:28_
ie. ```[js] Property 'removeAttribute' does not exist on type 'PropertyDescriptor'.```
Though this code works fine
```
constructor() {
super();
for (const prop in this.constructor.properties) {
const symbol = Symbol.for(prop);
const { type... | Bug,Help Wanted,Domain: lib.d.ts,VS Code Tracked | low | Major |
257,847,716 | TypeScript | Add WebVR API to lib.d.ts | Docs at https://developer.mozilla.org/en-US/docs/Web/API/WebVR_API | Suggestion,Help Wanted,Revisit,Domain: lib.d.ts | low | Minor |
257,866,486 | react | What should portals do when container has a child managed by React? | **Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
`ReactDOM.unstable_createPortal(<Component/>, target)` appends the rendered component in the target instead of replacing the contents of the target
**If the current behavior is a bug, please provide the steps to repr... | Component: DOM,Type: Discussion | medium | Critical |
257,893,720 | youtube-dl | VRV list index out of range when parsing en-US MPD information | ## Please follow the guide below
- You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly
- Put an `x` into all the boxes [ ] relevant to your *issue* (like this: `[x]`)
- Use the *Preview* tab to see what your issue will actually look like
... | geo-restricted,account-needed | low | Critical |
257,917,053 | TypeScript | VS Code Intellisense seems to wrongly infer revealing module pattern | _From @lodybo on September 12, 2017 9:44_
<!-- Do you have a question? Please ask it on http://stackoverflow.com/questions/tagged/vscode. -->
<!-- Use Help > Report Issues to prefill these. -->
- VSCode Version: 1.16.0
- OS Version: Windows 10
Steps to Reproduce:
1. Copy the code below into a file called `g... | Suggestion,In Discussion,VS Code Tracked,Domain: JavaScript | low | Minor |
257,934,721 | TypeScript | New Feature Requesting for `const` Parameter | I have a small **new feature** to request. Let say we have this piece of code:
```ts
function setButton(button: Button | undefined) {
if (button) {
button.onclick = () => {
// tsc complains button might be undefined(well done!),
// because it might be set to undefined later on... | Suggestion,Awaiting More Feedback | high | Critical |
257,938,927 | rust | [idea] Allow .rmeta to be translated in .rlib files | We could then teach cargo to make .rmeta files and concurrently convert them to .rlib files. If you only need .rmeta files for dependencies cargo could convert the .rmeta files when some cores are idle. This would be more efficient, as a crate can be compiled before llvm is run for its dependencies. | I-compiletime,T-compiler,C-feature-request | low | Major |
257,964,337 | TypeScript | Explain why private and protected members in a class affect their compatibility | **TypeScript Version:** up to 2.5.2 at least
In [the doc](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Type%20Compatibility.md#private-and-protected-members-in-classes) a short paragraph explains that private and protected members in a class affect their compatibility.
I have been searching... | Docs | medium | Critical |
257,968,924 | rust | Rustc failed to resolve trait bounds for trait implementation | While trying to do some magic with traits I've stumbled over the following issue:
Rustc is telling me that some trait bound is missing and suggest to add this bound. Now is the issue that exactly this bounds is already in the where clause.
More or less minimal self contained [example](https://play.rust-lang.org/?g... | C-enhancement,T-compiler | low | Critical |
257,984,495 | vscode | Extract the integrated terminal | "Feature" request.
The integrated terminal grows in functionality, to the point that it could soon become very useful standalone, as its *own app*. I'm only a casual VScode user (using vim most of the time), but I would definitely be interested in a well-behaved, consistent, reactively-configurable, multi-platform t... | feature-request,workbench-cli,terminal-editors | high | Critical |
258,084,645 | rust | Cast error doesn't suggest boxed traits but maybe it should. | I have a function call that's something like:
```rust
test(&[&"nani?" as &_, &"=_=".to_owned() as &_]);
```
The first `&_` is interpreted as a no-op cast, and the second is interpreted as a `&String -> &&str`. I did this to try and get a list of boxed traits, but the error message is pretty misleading unless yo... | A-diagnostics,T-compiler,A-coercions,D-terse,S-has-mcve | low | Critical |
258,123,125 | rust | Improve borrowck error message for nested flat_map | Take the following code:
```rust
struct Foo { x: String }
impl Foo {
fn one(&mut self) -> Vec<String> { vec![] }
fn two(&mut self) {
let z: Vec<Vec<String>> = Default::default();
let _: Vec<_> = z.into_iter()
.flat_map(|xs| xs.into_iter().flat_map(|_| self.one()))
... | C-enhancement,A-diagnostics,T-compiler | low | Critical |
258,184,848 | opencv | Access violations when using getUMat | <!--
If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses.
If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute).
This is a template helping you to create an issue which can be... | incomplete | low | Critical |
258,185,016 | opencv | OCL_Arithm/Mul.Mat_Scale tests failing | ##### System information (version)
```
CTEST_FULL_OUTPUT
OpenCV version: 3.3.0-dev
OpenCV VCS version: 3.3.0-rc-555-g9b178d7
Build type: release
Parallel framework: tbb
CPU features: mmx sse sse2 sse3
Intel(R) IPP optimization: enabled
Intel(R) IPP version: ippIP AVX2 (l9) 2017.0.3 (-) Jul 29 2017
OpenCL Plat... | category: ocl | low | Critical |
258,196,289 | vscode | Implement privacy mode | There should be a configurable privacy flag preventing Visual Studio Code from making any outbound connections similar to macOS firewall stealth mode. This would be useful to prevent someone with access to github operations data or an administrator of github accounts from tracking you.
Visual Studio Code immediately... | feature-request | low | Major |
258,221,642 | opencv | Multi-page TIFF reading with imreadmulti in python returning empty list? | <!--
If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses.
If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute).
This is a template helping you to create an issue which can be... | category: python bindings,category: imgcodecs | low | Critical |
258,233,293 | angular | (AOT): ngc in watch mode starts compilation on every save from IDE | <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!-- Check one of the following options with "x" -->
<pre><code>
[ ] Regression (a behavior that used to work and stopp... | type: bug/fix,effort1: hours,freq2: medium,workaround2: non-obvious,area: compiler,state: confirmed,P4 | low | Critical |
258,239,203 | every-programmer-should-know | What are some good resources on Problem Solving? | Needs some ❤️ | low | Major | |
258,277,012 | go | cmd/trace: go tool trace mishandles goroutine that extends beyond the current span. |
Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
% go version
go version devel +f351dbfa4d Thu Sep 14 04:49:58 2017 +0000 darwin/amd64
### Does this issue reproduce with the latest release?
yes
### What operating system and proces... | help wanted,NeedsFix,compiler/runtime | low | Minor |
258,312,049 | TypeScript | Can not specify toString/valueOf methods in object literal | <!-- BUGS: Please use this template. -->
<!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/typescript -->
<!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md -->
**TypeScript Version:** 2.5.2
**Co... | Bug | low | Critical |
258,316,210 | rust | Overflow evaluating the requirement error could be better for trivially recursive impls | [This overflow error could be better](https://play.rust-lang.org/?gist=5265161348870505c1b87db864f47e10&version=stable):
```rust
pub trait A {}
impl<T: A> A for T {}
pub trait B: A {}
struct C {}
impl B for C {}
fn main() {}
```
errors with:
```shell
error[E0275]: overflow evaluating the requir... | C-enhancement,A-diagnostics,A-trait-system,T-compiler | low | Critical |
258,336,913 | neovim | hooks ("provider" interface) for find-file logic (:make %f, gf, ...) | This is just a usability enhancement suggestion, but perhaps consider not jumping to a non-existent file incorrectly parsed by `&errorformat` from the output of `:make`.
This is particularly handy if `makeprg` is set to some value with output not compatible with the default `errorformat` (and without a custom `error... | enhancement,provider | low | Critical |
258,341,882 | rust | Tracking issue for RFC 1977: public & private dependencies | ### Summary
RFC (original, superseded): [#1977](https://github.com/rust-lang/rfcs/pull/1977)
RFC: [#3516](https://github.com/rust-lang/rfcs/pull/3516)
Cargo tracking issue: https://github.com/rust-lang/cargo/issues/6129
Issues: https://github.com/rust-lang/rust/issues?q=is%3Aissue+is%3Aopen+label%3AF-public_priva... | B-RFC-approved,E-help-wanted,T-cargo,C-tracking-issue,A-maybe-future-edition,S-tracking-impl-incomplete,S-tracking-design-concerns,S-tracking-needs-migration-lint,S-tracking-needs-documentation,F-public_private_dependencies | high | Critical |
258,351,284 | rust | Cannot 'use' constant associated types. | ```
struct Foo{}
impl Foo {
const BAR: usize = 0;
fn useConst(&mut self) {
use Foo::BAR;
println!("{:?}", BAR); // cannot use just BAR, must use Foo::BAR
}
}
```
Basically you should be able to 'use' an associated constant so you don't have to fully qualified names. In the... | A-associated-items,T-lang,C-feature-request | low | Minor |
258,517,890 | go | x/tools/refactor/rename: does not rename example functions | Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
go 1.9
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
### What did you do?
https://play.g... | Tools,Refactoring | low | Minor |
258,547,936 | neovim | netrw: "modifiable" errors after clicking away from insert mode | Under `NVIM v0.2.1-867-gd2cbc31`, the following causes errors about the buffer not being modifiable to show up:
```
nvim -u NORC
:vsp
:set mouse=a
#click in right pane
:Explore
#click in left pane
i
#click in right pane
#click in left pane
```
Expected: back in left pane in insert mode
Actual: error ab... | netrw | low | Critical |
258,592,408 | go | go/build: ImportDir/Import no longer return os not found error for missing dir on local files | Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
1.9
### Does this issue reproduce with the latest release?
Yes. Was not present before latest release.
### What operating system and processor architecture are you using (`go env`)?
... | help wanted,NeedsFix | low | Critical |
258,604,996 | electron | Embed External Native Windows | There is no clean method of taking a native window and embedding it into the application. I think, at least for desktop applications, this should be mainstreamed as virtually any other UI toolkit can accomplish this without many issues. | enhancement :sparkles: | high | Critical |
258,609,615 | flutter | Add oldest supported iOS simulator tests | Devicelab iOS tests should also be run on iOS 8 and 9. Since physical devices have a nasty habit of being irreversibly updated to newer OS releases, and we need more simulator coverage anyway, simulators seem like the most reasonable approach. | a: tests,team,platform-ios,P3,team-ios,triaged-ios | low | Major |
258,635,515 | rust | Tracking Issue for RFC 1826: Change the default URL of doc.rust-lang.org | This is a tracking issue for the RFC 1826 (rust-lang/rfcs#1826).
**Steps:**
- [ ] Implement the RFC
- [ ] Switch doc.rust-lang.org over, which is sort of "stabilization" in this case.
**Unresolved questions:**
No official ones, but there will undoubtedly be tweaks during implementation.
NB: a prototype... | T-rustdoc,P-medium,B-RFC-approved,A-docs,T-infra,C-tracking-issue | medium | Major |
258,657,814 | flutter | Scale text on Cupertino widgets to match iOS text sizes | For Cupertino widgets, we need to figure out how to scale our text sizes so that when someone asks for a "headline" or other named sizes on iOS, they get the size that they expect.
On Android, there is a single FONT_SCALE (a double) that scales the font based on a system preference, but on iOS, the font size prefere... | platform-ios,framework,a: accessibility,a: fidelity,f: cupertino,P3,team-ios,triaged-ios | low | Minor |
258,663,076 | neovim | Switch buffers before emitting modified buffer message | In a simple usability improvement, error messages like
```
E37: No write since last change
E:162: No write since last change for buffer "[No Name]" (or whatever)
```
should be emitted _after_ the buffers between "current buffer" and "modified buffer in question" have been closed. i.e. when that error message i... | ux | low | Critical |
258,663,475 | neovim | Unmodified buffers with set hidden causes multiple error messages on quit | Just another usability enhancement, trivial importance:
- `nvim --version`: NVIM v0.2.1-867-gd2cbc31
- Vim (version: ) behaves differently? no
- Operating system/version: n/a
- Terminal name/version: n/a
- `$TERM`: xterm-256color (n/a)
### Steps to reproduce using `nvim -u NORC`
```
nvim -u NORC
:set hid... | ux,bug-vim | low | Critical |
258,689,168 | rust | Tracking issue: RFC 2103 - attributes for tools | Support scoped attributes for white-listed tools, e.g., `#[rustfmt::skip]`
[RFC](https://github.com/rust-lang/rfcs/blob/master/text/2103-tool-attributes.md)
[discussion thread](https://github.com/rust-lang/rfcs/pull/2103)
- [x] implement for attributes ([mentoring instructions here](https://github.com/rust-lang/... | A-attributes,T-compiler,E-help-wanted,C-tracking-issue,disposition-merge,finished-final-comment-period,S-tracking-needs-summary | high | Critical |
258,732,834 | vscode | Unify indentation and formatting APIs | Maybe this is wishful thinking but I am experiencing many subtle issues with the relatively new [`editor.autoIndent` feature](https://code.visualstudio.com/updates/v1_14#_auto-indent-on-type-move-lines-and-paste). It's a very useful one and I want to keep it but it misbehaves quite frequently, see e.g. issues #29390, #... | editor-autoindent,under-discussion | low | Critical |
258,747,473 | go | runtime: use atomic.Store instead of simple assignment | Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
master
### Does this issue reproduce with the latest release?
yes
### What operating system and processor architecture are you using (`go env`)?
any
May be it would be better to use ... | NeedsInvestigation,early-in-cycle,compiler/runtime | low | Major |
258,785,550 | vscode | Support symbolic link folders in areas like debug, extensions | <!-- Do you have a question? Please ask it on http://stackoverflow.com/questions/tagged/vscode. -->
<!-- Use Help > Report Issues to prefill these. -->
- VSCode Version: 1.16.1
- OS Version: macOS sierra 10.12
Steps to Reproduce:
1. Open a empty workspace
2. Create a file and create a symlink to this file i... | feature-request | high | Critical |
258,786,798 | rust | Weird error with inference when a function doesn’t compile | ```rust
fn foo(_: &[String]) -> Vec<std::std::string::String> {
Vec::new()
}
fn main() {
let x = foo(&Vec::new());
foo(&x);
}
```
Here, the `foo` function is obviously wrong – `std::std::string::String`. However, it looks like *rustc* tried to typecheck the rest of the program and now thinks th... | C-enhancement | low | Critical |
258,832,918 | rust | Missed code elimination with std::mem::replace/std::mem::swap | **Edit:** As pointed out by @oyvindln, the problem appears to be a regression introduced in 1.20.
**Demonstration:** https://godbolt.org/g/5uuzVL
**Version:** rustc 1.22.0-nightly (277476c4f 2017-09-16) , -C opt-level=3 -C target-cpu=native
**Code:**
```rust
use std::rc::Rc;
use std::cell::RefCell;
pub... | I-slow,C-bug,I-heavy | low | Critical |
258,912,435 | TypeScript | Completions for callback parameter names | **TypeScript Version:** nightly (2.6.0-dev.20170919)
**Code**
```ts
function f(cb: (supercalifragilisticexpialidocious: boolean) => void): void { cb(true); }
f((/**/
```
**Expected behavior:**
Provides parameter name completions.
**Actual behavior:**
No help. | Suggestion,In Discussion,Domain: Completion Lists | low | Minor |
258,912,910 | go | cmd/compile: cleaner solution for exporting linkname info | CL 33911 (e3efdffacdd27786e) added symbol linknames to the export data format, but in a suboptimal way: every symbol written into the export data now includes linkname information, even if they're not actually relevant (e.g., for local variables/labels in inline bodies).
This appears to have been done this way becau... | early-in-cycle,compiler/runtime | low | Minor |
259,003,974 | go | cmd/compile: don't depend on statictmp_ variables being read only | In cmd/compile/internal/gc/racewalk.go:
```
// statictmp's are read-only
if strings.HasPrefix(n.Sym.Name, "statictmp_") {
return true
}
```
This isn't really true. If you do:
```
type T struct {
x int
}
var y = &T{}
```
Then the `&T` allocates a variable that starts with `statictmp_`, but it is ... | NeedsFix,compiler/runtime | low | Major |
259,010,628 | kubernetes | Is sharing GPU to multiple containers feasible? | <!-- This form is for bug reports and feature requests ONLY!
If you're looking for help check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/).
-->
**Is this a BUG REPORT or FEATUR... | sig/scheduling,sig/node,kind/feature,help wanted,area/hw-accelerators,lifecycle/frozen,triage/needs-information,wg/machine-learning | high | Critical |
259,107,047 | angular | `@angular/common/http` request throws an error that cannot be unit tested properly | ## I'm submitting a...
<!-- Check one of the following options with "x" -->
<pre><code>
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
[ ] Feature request
[ ] Documentation issue or reque... | area: testing,freq2: medium,area: common/http,type: use-case,P3 | low | Critical |
259,150,052 | neovim | Incompatible with Vim when catching errors from Python commands | Given `t.vim`:
```vim
try
python3 meh
catch
echom v:exception
endtry
```
`vim -u t.vim`:
```
Vim(python3):Traceback (most recent call last):
```
`neovim -u t.vim`:
```
Vim(return):Traceback (most recent call last):
```
There are plugins catching `python3` here explicitly, e.g. vim-maktaba: h... | vimscript,compatibility,provider | low | Critical |
259,156,395 | godot | Mouse wheel scrolling is 3x faster when hovering scrollbar | Godot 2.1.4
Windows 10 64 bits
I just noticed that in the script editor, if you use the mouse wheel over the text, it scrolls normally, but if you hover the vertical scrollbar it scrolls 3 times faster. Not sure if that's intented.
It also happens in the scene tree, probably in more places. | bug,topic:editor,confirmed,usability | low | Major |
259,237,605 | angular | The (needed) "index.html" disappears from Location URL upon page refresh or direct navigation | ## I'm submitting a...
<!-- Check one of the following options with "x" -->
<pre><code>
[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
[ ] Feature request
[ ] Documentation issue or reques... | type: bug/fix,freq1: low,area: router,state: confirmed,router: URL parsing/generation,P3 | low | Critical |
259,248,357 | flutter | Clarify fps in PerformanceOverlay | Hitting 60fps in the PerformanceOverlay doesn't necessarily mean that your app will be 60fps. In fact, the PerformanceOverlay can show 60fps when a trace shows that the app is nowhere close to that.
The PerformanceOverly should make it clear what the 60fps mean that it shows.
This came up while looking at https:/... | engine,c: performance,perf: speed,P2,team-engine,triaged-engine | low | Major |
259,249,209 | rust | Consistent naming for Arm "thumb" targets? | [This commit](https://github.com/rust-lang/rust/commit/07494ecf78b3d21e8d67fd3a1a33466e63cae05d) changed the armv7-linux-androideabi target from generating Arm code to Thumb code. This may be deemed a valid change but I feel like it deserves at least a short discussion for a number of reasons.
* This is a breaking c... | O-Arm,T-compiler,C-bug,WG-embedded | low | Major |
259,267,059 | opencv | 3rdparty/carotene: remove inline asm code | Currently "carotene" supports two code branches:
- legacy inline asm code (GCC 4.6 and older, doesn't support AARCH64). Currently it is not tested on OpenCV CI.
- optimization via intrinsic functions
Suggestion is to remove inline asm code.
Related: #9440(#9450) #9669 | category: build/install | low | Minor |
259,291,430 | vscode | Display line number as hybrid styles | I believe there is currently no option to display both absolute and relative line numbers. Available options for vscode are: 'on', 'off', and 'relative'.
The relative shows the relative line numbers for all lines except the current line. The current line is displayed as absolute number.

type Foo chan string
func main() {
c := make(Foo, 1)
c <- "gotcha"
fmt.Println(<-c)
}
```
All is well. Now try to declare a direction for a Foo:
```
package main
type Foo chan string
func main() {
var x <-Foo
}
// or
... | LanguageChange,Proposal,LanguageChangeReview | low | Major |
259,329,090 | neovim | :sav shouldn't continue on write failure | <!-- Before reporting: search existing issues and check the FAQ. -->
- `nvim --version`: NVIM v0.2.1-867-gd2cbc31
- Vim (version: ) behaves differently? no
- Operating system/version: WSL
- Terminal name/version: conhost
- `$TERM`: xterm-256color
### Steps to reproduce using `nvim -u NORC`
```
nvim -u NO... | ux | low | Critical |
259,361,751 | vue | Improve diff intuition for components nested under plain elements | ### Version
2.3.3
### Reproduction link
[https://jsfiddle.net/vitorDeng/50wL7mdz/63147/](https://jsfiddle.net/vitorDeng/50wL7mdz/63147/)
### Steps to reproduce
打开浏览器控制台,点击Run
### What is expected?
其他v-if的元素不应该影响互不相干的组件
### What is actually happening?
同级下,若前后使用了与包裹组件的元素一样的,并使用了v-if指令,则v-if指令会影响该组件不断创建和销... | improvement | low | Major |
259,365,789 | godot | Hidden, non-shadowmapped, or editor-only lights are still included in the profiler for extra render passes | **Operating system or device, Godot version, GPU Model and driver (if graphics related):**
Ubuntu 16.04, Godot commit 0899b50, GeForce GTX 760 (Nvidia binary driver 375.66)
**Issue description:**
Shadowmapping results in multiple passes for rendering. While these are not visible, even when a point light is hidden,... | bug,topic:rendering | low | Minor |
Subsets and Splits
GitHub Issues Containing Next.js References
Filters training data to find examples mentioning "next.js", providing basic keyword search capability but offering limited analytical value beyond simple retrieval.