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 |
|---|---|---|---|---|---|---|
422,410,646 | bitcoin | Optimize CheckMultiSig by using public key recovery. | I had a recent chat with @sipa about an idea I had to reimplement the CheckMultiSig operations to use public key recovery without altering their semantics.
New new proposed implementation would proceed as follows.
1. For each signature in a `k`-of-`n` CheckMultiSig operation, the message hash is computed (call... | Brainstorming,Up for grabs | low | Minor |
422,433,032 | vscode | Custom Variables Support In Workspace Settings | ### Feature Request
Custom variables support in workspace settings.
### Example
```
{
"workbench.customVariables": {
"themeColors": {
"darkColor": "#121212"
}
}
"workbench.colorCustomizations": {
"[Monokai Light Theme]": {
"tab.activeBackg... | feature-request,config | medium | Major |
422,492,576 | TypeScript | Move to new file doesn't maintain prologues directives, ts-check | ```js
// @ts-check
"use strict";
export function foo() {
return bar();
}
function bar() {
return 100;
}
```
Use a refactoring to move `bar` to a new file.
**Expected**
```js
// @ts-check
"use strict";
export function bar() {
return 100;
}
```
**Actual**
```js
export func... | Bug,Help Wanted,Effort: Moderate,Domain: Refactorings | low | Minor |
422,506,882 | pytorch | JIT does not batch linear layers in an ensemble | I am trying to speed up a case where I have an ensemble identically structured models.
Tracing my model and running a jitted version results in some speed up, but since the layers are small it still does not achieve good utilization of the GPU.
if torch.bmm were used to batch compute the mm for layer[0] across the... | oncall: jit,triaged | low | Critical |
422,528,337 | create-react-app | decorators on generator functions parse error with --typescript | <!--
PLEASE READ THE FIRST SECTION :-)
-->
### Is this a bug report?
(write your answer here)
Yes
<!--
If you answered "Yes":
Please note that your issue will be fixed much faster if you spend about
half an hour preparing it, including the exact reproduction steps and a demo.
If you're... | issue: needs investigation,issue: typescript | low | Critical |
422,602,252 | pytorch | [docs] How to achieve high-order derivation in my .cpp? | ## ❓ Questions and Help
### Please note that this issue tracker is not a help form and this issue will be closed.
We have a set of [listed resources available on the website](https://pytorch.org/resources). Our primary means of support is our discussion forum:
- [Discussion Forum](https://discuss.pytorch.org/)... | module: docs,module: cpp,module: autograd,triaged,actionable | low | Minor |
422,664,731 | go | net/url: URL.String() does not escape Query | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.12.1 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go env</code> Output</summ... | help wanted,NeedsInvestigation | low | Critical |
422,723,594 | node | Track Environment fields in heap snapshot? | At the moment, the Environment fields are not tracked by the heap snapshot (unless they are referenced by some other objects that implements the `MemoryRetainer` interface) - for example, you can't see any of the `AliasedBuffer` in the Environment when looking at a heap snapshot taken after bootstrap. Considering the a... | lib / src | low | Minor |
422,741,784 | go | x/text: first string in catalog returned when the given string is not in the catalog | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.11.5 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architecture ... | NeedsInvestigation | low | Critical |
422,747,680 | opencv | munmap_chunk() invalid pointer problem, in cvStartFindContours_Impl() | - OpenCV => 4.0.1
- Operating System / Platform => ARM64
- Compiler => GCC 7.3
-->
at line 307, modules/imgproc/src/contours.cpp, in cvStartFindContours_Impl(), the src and dst ptr is the same one for cvThreshold, but cvThreshold requires a const src pointer, that will cause memory crash for some cases. | bug,category: imgproc,needs reproducer | low | Critical |
422,752,526 | angular | Detect ng-content changes | # 🚀 feature request
### Relevant Package
This feature request is for @angular/core
### Description
Add the ability to detect "ng-content" changes into [OnChanges](https://angular.io/api/core/OnChanges) method like @Input.
### Describe the solution you'd like
SimpleChanges can be expose a special prop. ... | feature,area: core,core: content projection,feature: under consideration | medium | Critical |
422,788,837 | vscode | Visual Studio Code for ipad | can use the Visual Studio Code on a ipad
| feature-request,ios-ipados | high | Critical |
422,811,353 | vue-element-admin | Change tab url with router | Hi, I have a question about when I have a tab window when I change the tab, I do not change the url

?
<pre>
$ go version
go version go1.12.1 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go env</code> Output</summar... | Testing,NeedsInvestigation | low | Critical |
422,854,111 | TypeScript | Ambient imports are not removed when importing an interface from a package & emitDecoratorMetadata is enabled | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps b... | Bug | low | Critical |
422,854,725 | flutter | make background execution as developer-friendly as possible | Most app these days has a need to run in the background and on certain event make calls to callback functions. Using flutter this has been a really tedious task that mostly requires hacks.
Searching around for possible solutions, I found this article on medium.
https://medium.com/flutter-io/executing-dart-in-the-b... | c: new feature,framework,P3,team-framework,triaged-framework | low | Minor |
422,863,696 | pytorch | Update weight initialisations to current best practices | ## 🚀 Feature
Update weight initialisations to current best practices.
## Motivation
The current weight initialisations for a lot of modules (e.g. `nn.Linear`) may be ad-hoc/carried over from Torch7, and hence may not reflect what is considered to be the best practice now. At least they are now documented (https:/... | high priority,module: bc-breaking,feature,module: nn,triaged,quansight-nack | high | Critical |
422,865,948 | go | x/text/language/display: request to change British to UK | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.12.1 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes, v0.3.0
### What operating system and processor architect... | NeedsDecision | low | Critical |
422,872,651 | react | eslint-plugin-react-hooks - autofix useCallback/useMemo behaviour | **Do you want to request a *feature* or report a *bug*?**
Discussion for new feature
**What is the current behavior?**
useCallback/useMemo hook's do nothing when there is no second argument provided for deps. The eslint plugin reports this but does not autofix
**Which versions of React, and which browser ... | Type: Discussion,Component: ESLint Rules | medium | Critical |
422,874,408 | react | Effect memoization and immutable data structures | Current design of `useEffect` requires dependencies to be either primitive values or references to the same object, because shallow equality check relies on `Object.is` which is an identity check for objects.
The above means that there's no way to perform structural comparison, which is needed for immutable data str... | Type: Discussion | medium | Critical |
422,889,412 | godot | ResourceSaver.save() discards instanciation of inherited scenes | ___
***Bugsquad note:** This issue has been confirmed several times already. No need to confirm it further.*
___
**Godot version:**
3.1.stable.official
**OS/device including version:**
Manjaro Linux
**Issue description:**
When saving a node to disk with ResourceSaver.save() and the node is an inherite... | bug,topic:core,confirmed | low | Critical |
422,899,673 | godot | AnimationPlayer track values overlapping | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
3.1 stable
**OS/device including version:**
Win
**Issue description:**
Track values are illegible because they overlapp each other visually, ... | bug,topic:editor,confirmed,usability | low | Major |
422,960,547 | godot | Add texture channel choice for all BW/Greyscale textures in Spatial Materials | **Feature proposal**
3D / Spatial Material / Material colors, maps and channels
if it isn’t a technical limitation, it would be useful to have the possibility to choose whatever channel we want for any grayscale /BW texture we use in the Spatial material. We already can for some of them (ie : Metallic /Roughness/ A... | enhancement,topic:rendering | low | Minor |
422,983,927 | rust | Better diagnostics for multiple borrowed fields with non-unified lifetimes | [The following code](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=881a7cde8e12b2b441de99c478aa9a99)
```
struct Foo<'a> { a: &'a usize }
fn get_account_value<'l>(
flag: bool,
a: &'l mut Foo,
b: &'l mut Foo,
) {
let _ = if flag { a } else { b };
}
```
Produces ... | C-enhancement,A-diagnostics,A-lifetimes,T-compiler,fixed-by-NLL | low | Critical |
422,994,250 | rust | Tracking issue for musl host toolchain | TODO:
- [x] Installable host toolchain (https://github.com/rust-lang/rust/pull/58575)
- [x] Rustup support (https://github.com/rust-lang/rustup.rs/pull/1882)
- [x] Tests passing as the host (https://github.com/rust-lang/rust/pull/60474)
- [ ] Transition musl targets to dynamically link libc by default
- MCP ap... | T-compiler,O-musl,C-tracking-issue,S-tracking-impl-incomplete | high | Critical |
422,999,320 | go | x/net/idna: context validation | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.11.5 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture ar... | NeedsInvestigation | low | Critical |
423,017,275 | go | net/http: http.Client calls can stall when a persistent connection is slow to close | go1.12's http.Client supports supplying a customized RoundTripper as the transport. A custom Dial can be supplied, e.g., to implement tunneling or proxying through nonstandard protocols, and returns objects implmenting net.Conn, which in turn includes a Close(). The native implementation of Close() on UNIX is a close... | NeedsInvestigation | low | Critical |
423,017,438 | godot | Visual scripting methods from parent class not showing | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
<!-- Specify commit hash if non-official. -->
3.1
**OS/device including version:**
<!-- Specify GPU model and drivers if graphics-related. -->
Ubun... | bug,confirmed,topic:visualscript | low | Critical |
423,038,306 | go | math/big: large fibonacci calculation is faster in GMP | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
go1.12.1 windows/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`... | Performance,NeedsInvestigation | medium | Critical |
423,039,671 | pytorch | Rename ignore_index to ignore_target in CrossEntropyLoss | ## 📚 Documentation
`ignore_index` is a little confusing because if I want to ignore the target value 0, `ignore_index` suggests (unless one reads the explanation twice over or more) that it's going to ignore the 0th index in the target list which is not what I want as the target value 0 can be at any index/indices ... | module: nn,low priority,triaged,enhancement,small | low | Minor |
423,042,855 | flutter | Make `Material` cheaper when elevation = 0 | From https://github.com/flutter/flutter/pull/21896#discussion_r267128669 @HansMuller suggested that a `Material` widget with an `elevation` of 0 may be more expensive than it should be.
Perhaps we could optimize `Material` for case where `elevation = 0` to use something like a `Container`. | c: new feature,framework,f: material design,c: proposal,P3,team-design,triaged-design | low | Minor |
423,061,077 | vscode | [folding] custom folding text for folded ranges | Currently when you create custom folds using a FoldingRangeProvider, there is no option to edit the text that is displayed when the text is folded. The editor just displays the first line of the fold with a three dots symbol after it.
`#region Some region description...`
It would be helpful if it was possible fo... | feature-request,editor-folding | medium | Critical |
423,061,505 | godot | "No valid library handle, can't terminate GDNative object" - Output Error | **Godot version:**
3.1
**OS/device including version:**
Latest OSX
**Issue description:**
I moved **from 3.1 beta 10 to 3.1** and I started seeing this in my output as an error everytime Godot refreshes (unfocus Godot and then focus it again).
```
modules/gdnative/gdnative.cpp:393 - No valid library han... | bug,topic:editor,confirmed,topic:gdextension | medium | Critical |
423,083,789 | go | cmd/compile: bounds checking for unrolled loops is weird | ### What version of Go are you using (`go version`)?
<pre>
$ go version
1.12 (but also 1.11)
</pre>
### Does this issue reproduce with the latest release?
seems to
### What operating system and processor architecture are you using (`go env`)?
amd64, but N/A-ish?
<details><summary><code>go env</code... | Performance,NeedsInvestigation,compiler/runtime | low | Major |
423,084,437 | go | cmd/compile: runtime check for availability of popcount is spammy | ### What version of Go are you using (`go version`)?
<pre>
$ go version
1.12 (but also 1.11)
</pre>
### Does this issue reproduce with the latest release?
seems to
### What operating system and processor architecture are you using (`go env`)?
amd64
### What did you do?
Was looking at an unrolled... | Performance,NeedsInvestigation,compiler/runtime | low | Minor |
423,095,775 | pytorch | [JIT] bitwise NOT does not handle tensor shapes correctly under JIT | ## 🐛 Bug
It seems that `~` operator does not generalize to different tensor shapes under JIT. Refer to https://github.com/pyro-ppl/pyro/issues/1784.
## To Reproduce
```python
>>> def f(x): return ~x
>>> jit_fn = torch.jit.trace(f, (torch.tensor([0], dtype=torch.uint8),))
>>> jit_fn(torch.tensor([0], dtype... | oncall: jit,triaged | low | Critical |
423,131,489 | vue | vue-template-compiler lacks a stringify API | ### What problem does this feature solve?
when i use vue-template-compiler parseComponent a vue file, and use @babel/parser @babel/traverse @babel/generator modify some code at vueTemplateComplier AST.script content
But can not find a api to auto generate file from vueTemplateComplier AST it to origin file.
#... | feature request | low | Major |
423,225,844 | vscode | Ability to vary completion item insertion (based on chosen commit character?) | `CompletionItem` allows setting a list of commit characters that can be used to select the item. However, what you can do with that in practice is limited, since the insertion will always be the same no matter which commit character was used.
It would be very powerful if the insertion could vary depending on which c... | feature-request,suggest | low | Minor |
423,255,008 | youtube-dl | Kanopy site support? | ## 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
... | account-needed | low | Critical |
423,273,307 | pytorch | Context Manager that disables training mode with in a nn.Module. | ## 🚀 Context Manager that disables training mode with in a nn.Module.
When running inference on validation datasets, you need to put some modules in evaluation mode and its desirable to stop gradient calculation. Currently `with torch.no_grad():` can be used to disable gradient calculation temporarily while batchnorm... | feature,module: nn,triaged | medium | Critical |
423,321,504 | go | cmd/vet: add math check for erroneous math expressions | Go constants can be extended to support -0, NaN, +Inf, and -Inf, as constant values.
There is no special name for any of these constants; this is support for values, not new tokens. The model for this is mythical "IEEE Reals", which is the combination of Real numbers (not floating point) with the rules for IEEE -0, Na... | Proposal,Proposal-Accepted,Analysis | medium | Critical |
423,387,812 | pytorch | Add support for tuple type deduction in C++ custom operators | ## 🚀 Feature
Right now RegisterOperators support deduction of schema and "auto converting" values for multiple types, including lists and dicts. We should support tuples (as mapped to std::tuple in C++) too.
## Pitch
All reasonable torchscript types should be easily mappable to C++ operators. following code sho... | module: internals,module: bootcamp,triaged,enhancement | low | Minor |
423,388,403 | flutter | Investigate `onPerformClick` and `onTouchEvent` in both `FlutterView`s | The engine Android linter is complaining that we have implemented `onTouchEvent()` but not `performClick()`. This relationship needs to be investigated and we either need to implement what is expected, or update the linter rules to avoid blocking PRs on this check.
https://developer.android.com/reference/android/vi... | platform-android,engine,a: accessibility,P2,team-android,triaged-android | low | Minor |
423,431,339 | TypeScript | Feature Request: allow exclusion of node_modules when skipLibCheck is false | ## Search Terms
`skipLibCheck node_modules`, `skipLibCheck`
All I've found is this lonely [SO post](https://stackoverflow.com/questions/49985943/skip-library-check-only-in-node-modules). As that user notes, there are a lot of posts around Angular and excluding node_modules from typechecking on one dimension or an... | Suggestion,In Discussion | high | Critical |
423,456,104 | godot | AnimationPlayer: Timeline cursor should jump to wherever I leftclick in the track | **Godot version:**
3.1
**Issue description:**
The AnimationPlayer currently only updates the 2D view when the user clicks on the timeline and therefore moves timeline cursor/timestamp (https://github.com/godotengine/godot/issues/27277)
If the user wants to insert a keyframe, they should be able to do so not by ... | enhancement,topic:editor,usability | medium | Major |
423,460,223 | react | dangerouslySetInnerHTML is left empty on client render on top of bad server markup when rendering HTML | This seems to be an edge case of https://github.com/facebook/react/issues/11789 fixed in https://github.com/facebook/react/pull/13353/files.
I ran into this when trying to hydrate content rendered with https://github.com/prismicio/prismic-dom `asHtml` method.
**Do you want to request a *feature* or report a *bug*... | Type: Bug,Type: Needs Investigation | low | Critical |
423,461,459 | rust | Suggest & when a lifetime precedes a type. | If one types
```rust
fn foo(bar: 'static SomeStruct) { ... }
```
the compiler could suggest adding a `&` before the lifetime. This can be more useful in a generic parameter, where a high concentration of special characters makes it easy to not notice the mistake:
```rust
fn foo(bar: &mut HashSet<'static SomeStruc... | A-parser,T-compiler,A-suggestion-diagnostics | low | Critical |
423,465,468 | go | net/http/httputil: support RFC 7239 Forwarded header in ReverseProxy | Revival of #20526 which was frozen due to age
I've been using services that make use of Go's Reverse Proxy, and think there's some substantial improvements in the Forwarded header that were overlooked in the original discussion.
Forwarded includes not just previous client IP, it also has the host and protocol, in... | NeedsDecision,FeatureRequest | low | Major |
423,468,859 | rust | Type mismatching cased by duplicate associated type resolution | Apologize that I could not give any code example right now. I'm working on creating one but it seems tricky.
The compiler is complaining about `[E0308]: mismatched types` where it said it's expecting for a trait `SomeTrait<Apple=SomeApple, Apple=SomeApple, Banana=SomeBanana, Banana=SomeBanana>` but got `SomeTrait<A... | A-type-system,A-diagnostics,T-compiler,C-bug,D-incorrect,T-types | low | Critical |
423,485,476 | flutter | Android: Only include the repos in places where we need them | By default, Flutter generates the Android gradle scripts that most Flutter apps/plugins use. For the Flutter app generation, the gradle scripts put the follow at the top level gradle script:
```
allprojects {
repositories {
google()
jcenter()
}
}
```
This is great practice for a ... | c: new feature,platform-android,tool,t: gradle,P3,team-android,triaged-android | low | Minor |
423,561,062 | rust | Wrong unused warning for type alias | This code:
```
struct Runner;
type RuntimeImpl = Runner;
trait Runtime {
fn run(&mut self);
}
impl Runtime for &mut RuntimeImpl {
fn run(&mut self) { }
}
fn main() {
let mut runner = Runner;
(&mut runner).run();
}
```
takes the warning:
```
Compiling playground v0.0.1 (... | A-lints,T-compiler,C-bug | low | Critical |
423,570,688 | flutter | Support embedding non-virtual a11y hierarchies for platform views on Android | Currently we only support embedding virtual a11y trees, this works for things like WebView.
But we should also look into supporting non virtual a11y trees. | platform-android,framework,a: accessibility,a: platform-views,c: proposal,P2,platform-views: vd,team-android,triaged-android | low | Minor |
423,633,301 | rust | closures with async blocks have concrete argument lifetimes | ```rust
#![feature(async_await, futures_api)]
use std::future::Future;
trait Foo<'a> {
type Future: Future<Output = u8> + 'a;
fn start(self, f: &'a u8) -> Self::Future;
}
impl<'a, Fn, Fut> Foo<'a> for Fn
where
Fn: FnOnce(&'a u8) -> Fut,
Fut: Future<Output = u8> + 'a,
{
type Futur... | T-compiler,C-bug,A-async-await,AsyncAwait-Triaged | low | Critical |
423,634,554 | TypeScript | Detect dead exports as well as per-module dead code | ## Search Terms
dead code
## Suggestion
Add a feature to detect dead code not just within modules, but within the build as a whole.
I've looked at https://github.com/Microsoft/TypeScript/issues/16939 which is currently locked so can't comment there. This really does need to be part of the Typescript compile... | Suggestion,Awaiting More Feedback | low | Critical |
423,641,735 | react | React callback ref cleanup function | At the time React added callback refs the main use case for them was to replace string refs. A lot of the callback refs looked like this:
```jsx
<div ref={node => this.node = node} />
```
With the introduction of `createRef` and `useRef` this use case is pretty much replaced by these alternatives so the use cas... | Type: Discussion | high | Critical |
423,645,103 | kubernetes | Creating Kubemark cluster on GCE requires exporting environmental variables to work | **What happened**:
Some environmental variables are not propagated, so creating a kubemark-based cluster on GCE requires exporting e.g. `KUBE_GCE_NETWORK` and `INSTANCE_PREFIX`.
I suspect the problem is because of actual propagation (there are multiple layers of sourcing defaults when running `go run hack/e2e.go`)... | kind/bug,sig/scalability,lifecycle/frozen | medium | Major |
423,652,700 | node | http2: cannot negotiate ALPN besides http/1.1 | The documentation for `'unknownProtocol'` says this:
> The `'unknownProtocol'` event is emitted when a connecting client fails to
negotiate an allowed protocol (i.e. HTTP/2 or HTTP/1.1). The event handler
receives the socket for handling. If no listener is registered for this event,
the connection is terminated.
... | help wanted,http2 | low | Major |
423,671,031 | pytorch | [caffe2] Broken Operators Catalog | ## 📚 Documentation
The Operators Catalog only displays operators from APMeter to CountUp.
https://caffe2.ai/docs/operators-catalogue.html
| caffe2 | low | Critical |
423,721,627 | go | image: add sample fuzz tests for prototype of "fuzzing as a first class citizen" | ### Summary
As a follow-up to #30719 and in support of the proposal to "make fuzzing a first class citizen" in #19109, the suggestion here is to add `Fuzz` functions for the following three standard library packages:
1. `image/jpeg`, using https://github.com/dvyukov/go-fuzz-corpus/blob/master/jpeg/jpeg.go
2. `... | NeedsInvestigation | low | Major |
423,774,011 | godot | source_code property of inner classes should return source. | 3.1
The source_code property of scripts has been very helpful in parsing GDScripts dynamically for plugins. However when it comes to inner classes, the source_code will always return empty.
```
extends Node
class Example:
func greet():
print("Hello World")
func _ready():
print(Example.so... | bug,topic:gdscript,confirmed | low | Minor |
423,780,283 | TypeScript | Not possible to have optional object property compatible with both Closure Compiler and Intellisense | <!-- Please search existing issues to avoid creating duplicates. -->
<!-- Also please test using the latest insiders build to make sure your issue has not already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- Use Help > Report Issue to prefill these. -->
- VSCode Version: 1.32.3 x64
- OS Version: U... | Suggestion,Needs Proposal | low | Critical |
423,795,416 | go | proposal: x/net/nettest: add MakeLocalPipe to construct local listener and connections | I'm currently implementing my own `net.Conn` type and am working on tests using `nettest.TestConn`: https://godoc.org/golang.org/x/net/nettest#TestConn.
The `nettest.MakePipe` function provides adequate functionality for my needs, but a fair amount of boilerplate is required to create a `nettest.MakePipe` that can:
... | Proposal | low | Critical |
423,830,242 | flutter | PageView with height based on current child | Is there a way a PageView can adapt to the size of the currently displayed item?
I wan't to create something like a carousel, so I would use a PageView thats inside a Column or a ListView. However I can't give my PageView a constant height, because my items of the PageView have a variable height.
[I have asked ... | c: new feature,framework,d: stackoverflow,customer: crowd,P2,team-framework,triaged-framework | low | Critical |
423,830,638 | rust | edition 2018 support for mod #[path=] attribute | If module files have edition 2018 style file structure and try to import one of them by path attribute:
```
#[path=modname.rs]
mod modname;
```
compiler tries to find submodules in submodname.rs or submodname/mod.rs, but not in
**modname**/submodname.rs where it is really located. | A-resolve,T-lang,C-feature-request | low | Major |
423,870,438 | pytorch | Doubly freed pointer in torch::cat error handling when called via pybind11. | ## 🐛 Bug
Calling `torch::cat` with an illegal concatenation dimension in a pybind11-exposed C++ function results in a malloc error:
```
python3(47071,0x1147385c0) malloc: *** error for object 0x7f9e916be8d8: pointer being freed was not allocated
python3(47071,0x1147385c0) malloc: *** set a breakpoint in malloc... | module: cpp,module: error checking,triaged | medium | Critical |
423,879,054 | go | cmd/go: can't build go1.10 from source using go1.12 | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
Go 1.12
### Does this issue reproduce with the latest release?
yes
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go... | NeedsFix,modules | low | Critical |
423,895,493 | rust | Move to using annotate-snippets-rs for producing snippets | @zbraniecki created https://github.com/zbraniecki/annotate-snippets-rs which basically does Rust-style formatting of code snippets for errors, to be used within [Fluent](http://github.com/projectfluent/fluent-rs).
I think we should try and move our snippet code out of tree, preferably merging it with annotate-snippe... | C-enhancement,A-diagnostics,T-compiler,D-diagnostic-infra | medium | Critical |
423,977,235 | TypeScript | No intellisense for require in ts files | **TypeScript Version:** 3.4.0-rc
**Search Terms:** require, intellisense
Typescript does not resolve modules of require expressions as it does in plain js files.
**Code**
```ts
require("s:\\dev\\easy-attach\\")({
eagerExitDebugProxy: true,
port: "preconfigured",
});
```
**Expected behav... | Suggestion,In Discussion | low | Critical |
423,978,101 | rust | Optimization regression in 1.32+ | The following function:
```
pub fn num_to_digit(num: char) -> u32 {
if num.is_digit(8) { num.to_digit(8).unwrap() } else { 0 }
}
```
With 1.31 produced the following:
```
add edi, -48
xor eax, eax
cmp edi, 8
cmovb eax, edi
ret
```
Which looks reasonable, as `unwrap()` should never fail.
But... | I-slow,A-codegen,E-needs-test,P-medium,T-compiler,regression-from-stable-to-stable,C-optimization | low | Major |
423,987,986 | react | Edge 18 & IE 11 server mismatch with SVG icons | **Do you want to request a *feature* or report a *bug*?**
bug
**What is the current behavior?**
React raises a warning:

https://codesandbox.io/s/k91nr3xzy5
``... | Component: Server Rendering,Type: Needs Investigation | medium | Critical |
423,993,801 | pytorch | NCCL backend fails when calling broadcast from different threads | ## 🐛 Bug
When I use the NCCL backend, `torch.distributed.broadcast()` results in a `NCCL error` when called from multiple threads (each thread uses a separate process group). `broadcast()` works fine from multiple threads when using the Gloo backend; NCCL backend works fine in the same environment when using a sing... | high priority,oncall: distributed,triaged,module: nccl | medium | Critical |
424,014,498 | pytorch | [jit] Trace perform weirdly on BatchNorm | ## 🐛 Bug
I have use jit to trace a model which is based on ResNet. When the batch size of the input is 1, the result is correct. However, if the batch size is not 1, the result have a little difference. And I think it's caused by the different behavior of BatchNorm.
## To Reproduce
I use the code below.
```pyt... | oncall: jit | low | Critical |
424,022,418 | pytorch | [FR] support default size (scalar) in torch.randint | ## Motivation
This will be useful for people implementing stochastic algorithms and want the script to respect pytorch seed. np also has this.
cc @mruberry @rgommers | triaged,module: numpy,module: tensor creation,function request | low | Major |
424,033,417 | rust | `unused_variables` lint fires for E0005 error | E0005 has started issuing warnings for unused variables. It seems to just add noise, since the code is incorrect, the warning is a little misguided.
```rust
fn main() {
let x = Some(1);
let Some(y) = x; //~ ERROR E0005
}
```
displays:
```
error[E0005]: refutable pattern in local binding: `None` n... | C-enhancement,A-lints,A-diagnostics,T-compiler | low | Critical |
424,035,228 | pytorch | Add a RandomBatchSampler ? | ## 🚀 Feature
Shuffle samples by batch
## Motivation
I'm working on a variable length sequence classification problem and use collate_fn to padding zeros in each batch. Sorting the samples approximates the length of the samples within a batch to avoid excessive padding. So I would prefer to shuffle only by batch r... | module: dataloader,triaged,enhancement | low | Critical |
424,043,857 | godot | ColorPicker metrics incorrectly scaled on HiDPI displays |
**Godot version:**
v3.1.stable.official (also on v3.0)
**OS/device including version:**
macOS Mojave 10.14.2
MacBook Pro (Retina, 15-inch, 2015)
iMac (Retina 5K, 27-inch, 2017)
**Issue description:**
The color picker is defaced every time it's opened and it can't be used unless you open it twice in a r... | enhancement,topic:editor,usability | low | Major |
424,062,747 | go | x/blog: improve modules tutorial with information on using the module | There is a new [modules tutorial](https://blog.golang.org/using-go-modules) on [blog.golang.org](https://blog.golang.org/).
It shows how to create a module, add subdependencies, update subdependencies, etc. Unfortunately one important point is missing: How do I use the newly created module?
I think this is especi... | Documentation,NeedsInvestigation | low | Minor |
424,110,539 | TypeScript | 'bigint' is not comparable to 'number' with loose equality | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps b... | Suggestion,Awaiting More Feedback | low | Critical |
424,138,842 | rust | Tracking issue for Seek::{stream_len, stream_position} (feature `seek_convenience`) | This is a tracking issue for `Seek::{stream_len, stream_position}`. Proposed and implemented in https://github.com/rust-lang/rust/pull/58422.
Unresolved questions:
- [ ] Override `stream_len` for `File`? (is metadata syncing a problem? [comment a](https://github.com/rust-lang/rust/pull/58422#issuecomment-47273237... | T-libs-api,B-unstable,C-tracking-issue,A-io,Libs-Tracked,Libs-Small | medium | Critical |
424,199,719 | angular | Remove private properties/methods from publicApi interfaces | # 🐞 bug report
### Affected Package
All @angular packages are affected
### Is this a regression?
I am not sure, possibly at some point.
### Description
If an angular class has any private properites/methods we cannot use it, but this will prevent us creating mock of that class for testing.
## 🔬 M... | freq1: low,area: core,core: queries,type: confusing,P4 | low | Critical |
424,208,320 | go | x/build/cmd/gopherbot: auto-reviewers selected for WIP change |
While working on a bugfix this week, I uploaded a CL [168818](https://go-review.googlesource.com/c/go/+/168818) and then immediately marked it "Work in Progress").
The bot went ahead and auto-assigned reviewers anyhow, which seems a little weird (the point of the WIP label is to say "I'm not quite ready to share t... | Builders,NeedsInvestigation | low | Critical |
424,216,081 | vue | Performance: compile default slots to functions | ### What problem does this feature solve?
The original v-slot implementation was not available in `this.$slots`, but that was added in 2.6.4. Scoped slots reduce unnecessary re-renders with nested slots, so this change would hopefully provide a performance improvement for component libraries.
### What does the pro... | improvement | low | Major |
424,240,272 | youtube-dl | New Site Support request: Woodworking | ## 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 |
424,245,681 | vue | Equivalent for this.$listeners for native events? | ### What problem does this feature solve?
Imagine a wrapper component where you need to pass events to a child component. This is possible for non native events using `this.$listeners`, but it strips out native events. It would be good if we had something like `this.$nativeListeners` so that we can pass native events ... | feature request | low | Major |
424,254,324 | vscode | Git - .gitignore'd files sometimes not greyed-out | Hi 👋
Sometimes files and folders that are in `.gitignore` and normally greyed-out just stop being greyed-out. #70099 may be related, see how in the first image in comment https://github.com/Microsoft/vscode/issues/70099#issuecomment-471596614 `node_modules` directory is not greyed out, however in the second one it ... | bug,help wanted,git | high | Critical |
424,307,967 | kubernetes | [e2e] Decoupling cloud providers from the e2e testing framework | parent issue:
https://github.com/kubernetes/kubernetes/issues/75601
tests that a part of the framework and the framework as a whole should not vendor cloud provider code. we need to think of a way how to interface this and possibly plan on how to bundle the resulted test suite(s).
some steps to perform here:
- ... | area/test,kind/feature,sig/testing,priority/important-longterm,lifecycle/frozen,sig/cloud-provider,area/e2e-test-framework,needs-triage | low | Major |
424,325,971 | flutter | fromHero's createRectTween not used | In my application, I have a page with a hero that needs a non-standard animation. The mechanics of this are easy enough - simply add a createRectTween. However, the page that the hero starts on can transition to any number of different pages each with their own hero.
Currently, if you set a `createRectTween` on the... | framework,a: animation,f: routes,c: proposal,P2,team-framework,triaged-framework | low | Minor |
424,379,258 | pytorch | Port SpatialConvolutionMM and VolumetricConvolutionMM to ATen | LARGE
| triaged,module: porting | low | Major |
424,405,415 | go | x/tools/go/analysis/passes/nilness: no position information with error | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
1.12
</pre>
### Does this issue reproduce with the latest release?
yes
### What operating system and processor architecture are you using (`go env`)?
... | NeedsInvestigation,Tools,Analysis | low | Critical |
424,415,233 | rust | error: libgkrust.a(gkrust-a279530142e91ae7.gkrust.eonniity-cgu.0.rcgu.o) 0x8b0015d2867: adding range [0x4b4e7f-0x4b4ea7) which has a base that is less than the function's low PC 0x59fde0. | I get this from lldb when building https://github.com/zakorgy/gecko-dev/tree/ff_66_0b6_rel_gfx-mtl with rust 1.33. The error also shows up with rust-lldb. | A-debuginfo,T-compiler,E-help-wanted,C-bug | low | Critical |
424,422,251 | TypeScript | Type narrowing for awaited values | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please read the FAQ first, especially the "Common Feature Requests" section.
-->
## Search Terms
promise, type narrowing, await
<!-- List of keywords you sear... | Suggestion,Awaiting More Feedback | low | Critical |
424,440,795 | pytorch | Cleanup code in register_c10_ops.cpp | This code, https://github.com/pytorch/pytorch/blame/13f03a42d2ad143341ed19a7f1e0d2c7d821ded2/torch/csrc/jit/register_c10_ops.cpp#L45, is a _huge copy/paste_ of already existing functionality that is going to make it really hard to make changes to tracing and the IR in the future. There is a TODO in the code, but I am o... | oncall: jit | low | Minor |
424,466,210 | pytorch | C++ inference (CPU-only) stalls in Android, and crashes on Mac/Linux | ## 🐛 Bug
I tried to deploy a Facebook detectron model (https://github.com/facebookresearch/Detectron) trained with my custom dataset (and converted to pb files) onto an Android app through JNI. In the beginning I follow the AICamera example (https://github.com/caffe2/AICamera). But apparently the prebuilt libraries... | caffe2,module: android | low | Critical |
424,498,806 | flutter | Make animation parameter in [AnimatedList.removeItem] optional | Hello.
It would be great if the animation parameter in [AnimatedList.deleteInsert] could be made optional, simply so we can use the [Dismissible] widget along with an [AnimatedList] without the animations overlapping each other when an item is removed by [Dismissible] and [AnimatedList.deleteInsert] is required, so ... | framework,a: animation,c: API break,c: proposal,P3,team-framework,triaged-framework | low | Critical |
424,514,572 | node | /etc/localtime symlink handling | <!--
Thank you for reporting a possible bug in Node.js.
Please fill in as much of the template below as you can.
Version: output of `node -v`
Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
Subsystem: if known, please specify the affected core module name
If possible, please pro... | help wanted,i18n-api | medium | Critical |
424,545,332 | vscode | Enabled Text-Highlighting and Copying in Playground | Enabled Text-Highlighting and Copying of documentation in Playground (_not_ talking about code samples)
VS Code version: Code 1.32.3 (a3db5be, 2019-03-14T23:43:35.476Z)
OS version: Windows_NT x64 10.0.17763 | feature-request,interactive-playground | low | Minor |
424,545,458 | go | cmd/go: special case for chiselapp.com interferes with '.fossil' extension | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.12.1 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
yes
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go env</code> Output</summary><br><... | NeedsInvestigation | low | Critical |
424,565,641 | flutter | Scheduler.scheduleTask API has problems | `SchedulerBinding.scheduleTask` enqueues a function to be executed in the next event loops and ensures that a frame is scheduled. There are only two usages I could find, in the widget_inspector and licenses in material.
Problems:
- Usage of Flow will definitely cause dart:developer to be retained in a production ap... | framework,c: API break,c: proposal,P3,team-framework,triaged-framework | low | Critical |
424,572,778 | flutter | Option to show elided frames in debug as run parameters | ## Steps to Reproduce
Dependencies from pubspec.yaml
```
dependencies:
flutter:
sdk: flutter
adhara: ^0.3.2
fluttertoast: ^3.0.1
firebase_messaging: ^3.0.1
flutter_local_notifications: ^0.5.1+2
flutter_svg: ^0.12.0
```
## Logs
```
[ +3 ms] DevFS: Starting sync from LocalDirectory... | c: new feature,framework,a: debugging,a: error message,P3,team-framework,triaged-framework | low | Critical |
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.