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 |
|---|---|---|---|---|---|---|
385,884,736 | neovim | smarter filename completion CTRL-x CTRL-f | <!-- Before reporting: search existing issues and check the FAQ. -->
- `nvim --version`: 0.3.1
- Vim (version: ) behaves differently? No.
- Operating system/version: Fedora 29
- Terminal name/version: zsh 5.6.2
- `$TERM`: xterm-256color
### Steps to reproduce using `nvim -u NORC`
Try to do file autocomplet... | enhancement,has:workaround | low | Critical |
385,921,542 | vscode | Git - "Stage selected ranges" sometimes stages a revert of changes in the previous commit | I am not able to test with the insiders build as I don't have permission to install unauthorized software versions on my workstation here.
- VSCode Version: 1.29.1
- OS Version: Windows 10.0.15063
Steps to Reproduce:
(Since this seems to be kind of finicky, I've added more details about how I select things an... | bug,help wanted,git | low | Major |
385,942,571 | TypeScript | Inference of parameter fail | **TypeScript Version:** 3.2.1
**Search Terms:** vscode, typescript, parameter, infer, inference
**Code**
Private repository so I cannot share the repro. However, here is the idea:
Work if one parameter is not defined:
 for mixed-language projects to build C/C++ with a Clang version that matches Rust's LLVM version. [Cross-language LTO](https://github.com/rust-lang/rust/issues/49879) is one of these cases.
Since Rust's LLVM hardly ever matches a specific release and is often ahead of t... | T-dev-tools | medium | Critical |
386,143,623 | TypeScript | Type inference when combining inheritance, optional properties and union type | <!-- π¨ 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,Domain: Control Flow | low | Critical |
386,147,048 | TypeScript | Infer parameter types from usage quick fix infers to any from React component props | <!-- π¨ 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 |
386,147,072 | go | proposal: encoding/json: add error var to compare the returned error when using json.Decoder.DisallowUnknownFields() | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version devel +ffc7bc55f3 Tue Oct 9 10:35:08 2018 +0000 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
<details><su... | Proposal,Proposal-Hold | medium | Critical |
386,152,453 | TypeScript | Unexpected (unhelpful) autocomplete suggestions inside function call when spreading an array | <!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** 3.2.1
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:** spread autocomplete
**Code**
. For example, say we want to find the definition of the symbol `X` in the expressi... | LanguageChange,Proposal,LanguageChangeReview | high | Major |
386,202,872 | electron | Support z-ordering for BrowserView | **Is your feature request related to a problem? Please describe.**
Maybe? If the goal is to get people to move away from `<webview>`, it would be nice to be able to layer things on top of a BrowserView.
**Describe the solution you'd like**
A BrowserWindow hosting a BrowserView should be able to position an html e... | enhancement :sparkles:,component/BrowserView | high | Critical |
386,206,360 | go | x/build/cmd/gomote: configure instance by an environment variable | I've been doing a fair amount of `gomote`-based debugging for the `cmd/go` file-locking changes, and wrote the following script to improve the ergonomics of gomote commands:
`~/bin/mote`:
```bash
#!/bin/sh
SUBCMD=$1
shift
gomote "${SUBCMD}" "${GOMOTE}" "$@"
```
That allows me to eliminate stutter in `gomo... | Builders,FeatureRequest | low | Critical |
386,207,672 | go | cmd/internal/xcoff: move to x/debug/xcoff | Hi,
Since CL [149957,](https://go-review.googlesource.com/c/go/+/149957) the tests inside gccgoimporter as long as the gccgo command is available, which is the case on most of AIX machines. However, it's only aware of ELF gccgo files, it doesn't recognize XCOFF files. To add the features, cmd/internal/xcoff must be... | NeedsDecision | low | Critical |
386,215,915 | rust | Borrow error in if statement inside match arm, but not when a match guard is used | https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=10d4259862f36ad0571fb43da5855401
The two functions `remove` and `remove_not_ok` should be equivalent, but the borrow checker only allows the first.
```Rust
// This method compiles
fn remove(&mut self, v: usize) -> Option<usize> {
... | T-compiler,A-NLL,NLL-polonius | low | Critical |
386,235,610 | create-react-app | No tests found on Windows with Jenkins | ### Is this a bug report?
Yes
### Did you try recovering your dependencies?
Yes
### Which terms did you search for in User Guide?
test
### Environment
From `npx create-react-app --info`:
`(node:2604) UnhandledPromiseRejectionWarning: Error: The system cannot find the path specified.`
```
Syste... | issue: needs investigation | low | Critical |
386,242,130 | go | crypto/x509: DN OU ordering | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go.1.11.1 linux/amd
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are... | NeedsInvestigation | low | Minor |
386,257,715 | create-react-app | Change proxying to work more like hosting providers | ### Is this a bug report?
No
### Well then ... what?!
I want to discuss possibly changing the way proxying works in development.
Most static site hosting providers will run proxies/rewrites **only if a static file does not match the request**. See e.g. the rules about "shadowing" URLs in [Netlify's guide on... | issue: proposal | low | Critical |
386,277,022 | TypeScript | ResolvedModuleWithFailedLookupLocations does not publicly expose failedLookupLocations | **TypeScript Version:** 3.3.0-dev.20181130
**Search Terms:** ResolvedModuleWithFailedLookupLocations, failedLookupLocations
**Expected behavior:** `ts.ResolvedModuleWithFailedLookupLocations` has a `failedLookupLocations` property which reports locations where the lookup was tried and failed.
**Actual behavio... | Bug,API | low | Critical |
386,284,583 | go | x/build/maintner: Add Ability to Add GitHub and Gerrit Repositories while in SyncLoop | Currently if you call `SyncLoop` in a goroutine, and later call `TrackGitHub` or `TrackGerrit`, the corpus will not actually track that repository until the `sync` method returns and `SyncLoop` is called again.
This means that users of `corpus` that wish to add repositories to track on the fly need to maintain a cu... | Builders | low | Minor |
386,298,138 | flutter | Doctor validator for minimum Gradle version | Context: https://github.com/flutter/flutter/issues/24757#issuecomment-442144708
> Is there anywhere to find the minimum Gradle version supported by Flutter? Or, if the minimum Gradle version changes, where can I find that info?
The developer was using Gradle 4.4, when flutter_tools was using 4.10.2 in its Gradle ... | tool,t: gradle,a: first hour,P2,team-tool,triaged-tool | low | Major |
386,307,853 | go | x/debug/cmd/viewcore: confusing error message when not specifying --exe | <!-- 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.1 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture ar... | NeedsInvestigation | low | Critical |
386,313,177 | pytorch | [c10d] Check that allgather/gather output tensors point to different storage | This will avoid the type of confusion in this comment: https://github.com/pytorch/pytorch/issues/14536#issuecomment-443257710.
List replication means the tensors refer to the same underlying storage. I can't think of a case where this would be expected behavior, so we can check and throw if two output tensors point ... | oncall: distributed,feature,triaged | low | Minor |
386,325,319 | flutter | Adding "copied" feedback to Sample Code UI on API doc | In recent study, on master channel's API doc (e.g. [actions](https://master-docs-flutter-io.firebaseapp.com/flutter/material/AppBar/actions.html)) we observed that participant was unsure if the sample code was successfully copied to clipboard --- after clicking on the copy all sample code button, she pressed ctrl + C a... | c: new feature,team,framework,from: study,d: api docs,P3,team-framework,triaged-framework | low | Major |
386,329,614 | TypeScript | USVString type definition | <!-- π¨ 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,Breaking Change,Domain: lib.d.ts,Awaiting More Feedback | low | Critical |
386,371,175 | rust | Using absolute paths from std combined with no_implicit_prelude has no edition 2018 compat warning | This code compiles without warning on edition 2015 with `#![warn(rust_2018_compatibility)]` active, but fails to build on edition 2018 ([playground](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=e5c4eae35ba9a23a8c07dd5d1b169dd6)):
```rust
#![no_implicit_prelude]
#), it would be great if one could make an rlib-only libstd build. This is because building a dylib invokes the native linker, and that fails when the target architectures is too foreign and/or not supported by the installed C toolchain.... | A-driver,T-compiler,C-feature-request | low | Major |
386,603,286 | pytorch | [Caffe2] Exception when creating gradient for [Cast] SquaredL2Distance as output layer of CNN network | ## π Bug
<!-- A clear and concise description of what the bug is. -->
I am getting the following error when I use the SquaredL2Distance operator as the output layer of my CNN network **(1st attempt)**:
```
dist = model.net.SquaredL2Distance([label, fc9_], 'dist')
predictions = dist.AveragedLoss([], ['predic... | caffe2 | low | Critical |
386,619,804 | kubernetes | Identify e2e tests that rely on events and thus flaky, rewrite to avoid | This came up during a recent 1.13 release team meeting. Event delivery is not actually guaranteed, so any e2e tests that rely on events are susceptible to flakes. These will become more evident as a cluster is under load.
We should identify which e2e tests are using this anti-pattern, and determine if there is a r... | area/test,priority/important-soon,kind/cleanup,kind/flake,sig/testing,lifecycle/frozen,area/deflake | medium | Major |
386,620,547 | pytorch | Advanced indexing slower than numpy | ## π Bug
Advanced indexing is slower than numpy.
## To Reproduce
Steps to reproduce the behavior:
```python
Python 3.7.0 (default, Oct 9 2018, 10:31:47)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.0.1 -- An enhanced Interactive Python. Type '?' for help.
In [1]: import t... | module: performance,triaged,module: numpy,module: advanced indexing | low | Critical |
386,635,771 | go | cmd/compile: minimize morestack calls text footprint | This is more of a small papercut idea than a real issue, but every time I go through the disassembled output of objdump it comes back to mind, so I'm going to drop it here.
Currently the morestack check is laid out as follows:
```
function entry point:
check if enough stack
if not enough stack, jump to mor... | NeedsInvestigation,compiler/runtime | low | Minor |
386,648,400 | go | cmd/compile: statictmps can prevent heap objects from being collected | ```
package main
import (
"fmt"
"runtime"
)
var x = [][]int{[]int{1}}
func main() {
s := make([]int, 1e8)
runtime.SetFinalizer(&s[0], func(p *int) { fmt.Println("finalized") })
x[0] = s
x = nil
runtime.GC()
runtime.GC()
runtime.GC()
}
```
When I run this program, the finalizer never ex... | GarbageCollector,compiler/runtime | low | Minor |
386,651,341 | go | proposal: encoding/asn1: timeParsing functions impose static formats | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.11.2 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... | Proposal,Proposal-Crypto | low | Critical |
386,680,179 | go | cmd/go: confusing "build constraints exclude all Go files" error when trying to cross-compile a package that uses CGO | `go version`
go version go1.10.4 linux/amd64
`go env`
GOARCH="amd64"
GOBIN="/home/mayurw/go/bin"
GOCACHE="/home/mayurw/.cache/go-build"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/mayurw/go"
GORACE=""
GOROOT="/usr/lib/go-1.10"
GOTMPDIR=""
GOTOOLDIR="/usr/lib/go-1.10/pkg/tool/... | NeedsInvestigation,GoCommand | low | Critical |
386,690,551 | flutter | [video_player] Support DRM content | Hello Everyone,
First of Thanks for such a beautiflu Framework. I really loved working in flutter and found it fast and to be much reactive as comared to native Andriod and iOs based application.
I am creating a VOD platform/ like testing to port out the existing application to Flutter.
The main issue which I... | c: new feature,a: video,customer: crowd,p: video_player,package,team-ecosystem,P2,triaged-ecosystem | low | Critical |
386,764,260 | rust | Allowing different opt-level for different crates of the workspace | I have two crates in a workspace: backend server and wasm frontend (and a shared crate for the API types).
I want to use the following profile only for the `frontend` crate:
```toml
[profile.release]
lto = true
opt-level = "z"
```
I only want to optimize my frontend for size, but the backend server for speed.
... | T-cargo,C-feature-request | low | Minor |
386,835,348 | pytorch | [Feature Request] linux distribution friendly build system | ## π Feature
<!-- A clear and concise description of the feature proposal -->
## Motivation
To decrease the difficulty for linux distribution developers to create package for Pytorch/Caffe2, it would be better if some features could be added to the build system.
## Pitch
My definition of "friendly" is spe... | module: build,triaged,enhancement | low | Major |
386,864,844 | pytorch | CI: Flaky download from download.pytorch.org | Downloads from download.pytorch.org sometimes fail. Sample:
```
Dec 03 07:21:59 Downloading: \"https://download.pytorch.org/models/resnet18-5c106cde.pth\" to /var/lib/jenkins/.torch/models/resnet18-5c106cde.pth
Dec 03 07:21:59 ERROR
Dec 03 07:21:59 test_check_onnx_broadcast (__main__.TestONNXUtils) ... ok
Dec 03... | module: ci,triaged,module: flaky-tests,better-engineering | low | Critical |
386,867,081 | pytorch | pytorch_doc_push is racing with itself | Sample log: https://circleci.com/gh/pytorch/pytorch/344302?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link/console
```
Dec 01 04:11:40 ++ git status
Dec 01 04:11:40 On branch site
Dec 01 04:11:40 Your branch is ahead of 'origin/site' by 1 commit.
Dec 01 04:11:40 (use "git pus... | triaged | low | Critical |
386,929,969 | rust | document overflow behaviour for integer parse | Hi. I'm new to Rust so please forgive me if I have missed something.
I was not able to conclusively determine from the specification the behaviour of the following snippet (in release builds):
"129".parse::<i8>().expect("parse")
This issue is a docs bug report. The actual Rust behaviour (returning an err... | C-enhancement,P-medium,T-libs-api,A-docs | low | Critical |
386,949,446 | rust | proc_macro types Display impls donβt respect the input layout | Hey there,
Iβm not sure whether itβs the expected behavior of the `Display` implementations for token types in `proc_macro`, but the `Display` implementations lose positional information. I [made a blog post about it](https://www.reddit.com/r/rust/comments/a25sg0/a_more_faithful_display_for_procmacro_token_types) an... | A-macros | low | Major |
386,960,334 | rust | run-make-fulldeps/c-link-to-rust-va-list-fn fails on aarch64-linux-gnu | Running `python2.7 ./x.py test --stage 2` on `aarch64-linux-gnu` I end up with the following failure
```
---- [run-make] run-make-fulldeps/c-link-to-rust-va-list-fn stdou
t ----
error: mak... | A-codegen,A-FFI,T-compiler,C-bug,F-c_variadic,O-AArch64 | low | Critical |
386,966,474 | go | cmd/compile: specialize variadic functions | This is an idea for a compiler optimization to explore. I don't know whether it'll yield worthwhile fruit.
We can generate multiple forms of variadic functions. For example, given:
```go
func f(s ...int) {
// body
}
```
We could also generate and compile:
```go
func f.0() {
s := nil
// body
}
... | Performance,compiler/runtime | low | Major |
386,977,031 | TypeScript | Allow ignoring certain TS suggestion-level diagnostic codes | Related to what was discussed in https://github.com/Microsoft/vscode/issues/61326.
Would provide more granularity to the settings introduced with https://github.com/Microsoft/vscode/pull/46590.
It might be useful to introduce a new setting to ignore certain suggestion diagnostic codes while still keeping suggestion... | Suggestion,In Discussion | high | Critical |
387,022,300 | godot | export var PackedScene crash when having circular references | <!-- 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. -->
v3.1.alpha.caliou.8dd00ed
8dd00ed1762c4956b3231d709ce0d01ee9b306c8
**OS/device including version:**
<... | bug,topic:core,confirmed,crash | medium | Critical |
387,037,899 | create-react-app | Imports of Babel helpers have impossibly long names in DEV | This looks clowny.
<img width="1005" alt="screen shot 2018-12-03 at 10 38 46 pm" src="https://user-images.githubusercontent.com/810438/49406051-57f43f00-f74c-11e8-9fb2-916d8d727059.png">
| tag: enhancement | low | Minor |
387,043,585 | rust | Tracking issue for future-incompatbility lint `order_dependent_trait_objects` | This is the **summary issue** for the `order_dependent_trait_impls`
future-compatibility warning and other related errors. The goal of
this page is describe why this change was made and how you can fix
code that is affected by it. It also provides a place to ask questions
or register a complaint if you feel the cha... | A-lints,A-trait-system,T-lang,T-compiler,C-future-incompatibility,C-tracking-issue,A-auto-traits,T-types,A-trait-objects | low | Critical |
387,047,236 | go | misc/cgo/testcshared: TestGo2C2Go fails on some Android systems | android/arm64: https://build.golang.org/log/09e1a4ff3ef9aa281563ad09ca97456f76947b13:
```
--- FAIL: TestGo2C2Go (3.18s)
cshared_test.go:622: run: [go build -buildmode=c-shared -o /var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/cshared-TestGo2C2Go159080790/libtestgo2c2go.so go2c2go/go]
cshared_test.go:647... | help wanted,NeedsInvestigation,mobile | low | Critical |
387,061,442 | rust | libcore: Implement VaList::arg in pure rust | ### Summary
Implement `VaList::arg` in pure rust, similar to [va_list-rs].
### Details
We currently expose the `va_arg` intrinsic which should emit the correct LLVM for `va_arg` for the given architecture and OS. We currently use the [LLVM va_arg] instruction, but it doesn't emit the correct code for some comm... | C-enhancement,A-FFI,T-compiler,F-c_variadic | low | Major |
387,073,385 | pytorch | [caffe2] Corresponding C++ API for prepare_prediction_net | ## π Feature
Corresponding C++ API for prepare_prediction_net
## Motivation
We have a python API that is able to load predictor models in MetaNetDef format. https://github.com/pytorch/pytorch/blob/edb88b5f3af03718b443d015f195faa1832ce95b/caffe2/python/predictor/predictor_exporter.py#L127 However, the correspond... | caffe2 | low | Minor |
387,091,149 | pytorch | Caffe2 C++ runs single threaded | I noticed that when I run my caffe2 model in c++, it only utilizes a single core.
In tensorflow C++ API, I had a choice on the specific number of threads/cores I want to use to run the network. Is this possible in caffe2 C++ API as well??
I'm currently testing my code on a CPU only platform. | caffe2 | low | Minor |
387,182,332 | TypeScript | Array.length type guard for array spreading | <!-- π¨ 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 | medium | Critical |
387,224,742 | vscode | Search: find, replace input boxes miss scrollbar | Testing #64270
When having a tall multi-line input, the search find & replace boxes seem to miss a scrollbar when scrollable. | feature-request,search | low | Minor |
387,232,820 | vscode | Loaded scripts: session and folder should be a bit more distinguishable | Refs: #64230
In the loaded scripts view if I am debugging multiple sessions how we display sessions and folders is not distuingishable enough. Currently they have these two distinctions:
* sessions do not show a folder icon (which is great, but not visible in the default icon theme)
* sessions have a differetn hov... | debug,under-discussion | low | Critical |
387,243,131 | pytorch | [caffe2] ConvTranspose with group attribute | ## π Feature
<!-- A clear and concise description of the feature proposal -->
The conv op has the group attribute, but it's not in convTranspose.
## Motivation
<!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is r... | caffe2,module: op-unification | low | Minor |
387,268,298 | vscode | Wasted space in the multiline search input | Testing #64270
<img width="216" alt="screenshot 2018-12-04 at 13 42 34" src="https://user-images.githubusercontent.com/5047891/49442689-8fa1cc00-f7ca-11e8-9664-e774e7a2f424.png">
| feature-request,ux,search | low | Major |
387,269,723 | rust | syn fails to compile on raspberry pi (ARMv7) | # Environment
Board: Raspberry pi model 3
CPU: ARM v7 CPU
OS: Linux raspberrypi 4.14.79-v7+ #1159 SMP Sun Nov 4 17:50:20 GMT 2018 armv7l GNU/Linux
Cargo: cargo 1.30.0 (a1a4ad372 2018-11-02)
rustc: rustc 1.30.1 (1433507eb 2018-11-07)
target: armv7-unknown-linux-gnueabihf
# Issue
Running `cargo build --verbose`... | I-crash,O-Arm | medium | Critical |
387,351,681 | go | cmd/compile: better const-based optimizations handling in compiler frontend | This issue describes a problem, potential solutions and results collected by a prototype implementation.<br>
It will be followed by a go-review CL.
## The current state
Some important Go optimization phases happen at the frontend stage where we have annotated AST.
Notable examples:
1. Inlining.
1. Escape an... | Performance,compiler/runtime | high | Major |
387,357,367 | vscode | consider to allow for variable substitution in the inputs section | testing #64214:
I assume that variable substitution in the "inputs" section is disabled to avoid recursion...
However, I think it would be helpful to allow "simple" non-interactive variables like ${env:...}, ${config:...}, ${workspaceFolder:...}. This makes it possible to do something like this:
```
{
"labe... | feature-request,tasks,variable-resolving | medium | Critical |
387,391,519 | bitcoin | Bitcoind crashes with Too Many Files error | <!-- This issue tracker is only for technical issues related to Bitcoin Core.
General bitcoin questions and/or support requests are best directed to the Bitcoin StackExchange at https://bitcoin.stackexchange.com.
For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/.
If... | macOS,RPC/REST/ZMQ,Resource usage | low | Critical |
387,461,522 | TypeScript | Badly hoisted variable declaration on tslib import | <!-- π¨ 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 |
387,514,672 | flutter | Adding options to compress/original the picked videos in image_picker. | I am using image picker to pick videos from the gallery. The videos picked in iOS is compressed but for android it is not? Is there any widget in flutter that can compress the picked videos? | c: new feature,a: video,p: image_picker,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | medium | Critical |
387,525,904 | flutter | Ability to Integration Test Marked Text | In Flutter's integration/driver tests, it is not possible to programmatically type marked text into an iOS text field. Because of this, I couldn't write a regression test for https://github.com/flutter/engine/pull/6989.
The crash happened when marked text was cleared from a Cupertino text field. I was not able to ... | a: text input,c: new feature,tool,t: flutter driver,P2,team-tool,triaged-tool | low | Critical |
387,537,866 | go | cmd/trace: provide aggregate 'go tool trace' goroutine analysis view | The current 'go tool trace' has a 'goroutine analysis' page, that shows data similar to this:

and after selecting a go routine, a detail page is displayed similar to this:
 out of the box, but they are of limited usefulness in a larger, highly concurrent, real-world application utilizing 100+ Go routines.
For the purposes of this proposal, I am using a real-world [application](https:/... | Proposal,Proposal-Hold | low | Critical |
387,539,797 | flutter | flutter_test adds a delayed item to stream after it's closed | ## Steps to Reproduce
1. Put this code somewhere a test will run it.
```dart
final sc = StreamController<String>();
final obs = Observable.just("test").delay(Duration(seconds: 1)).takeUntil(sc.stream).listen((s) => print(s));
// final obs = Observable.just("test").takeUntil(sc.stream).listen((s) => p... | a: tests,c: new feature,framework,c: proposal,P2,team-framework,triaged-framework | low | Critical |
387,544,329 | go | expvar: make it possible to remove memstat and cmdline defaults | The `expvar` package contains an `init` function that registers the `memstats` and `cmdline` vars to the `debug/vars` http handler. The package does not provide a means to remove these defaults, forcing the consumer to deal with them. It would be nice if the user had a means to remove these defaults without resorting t... | NeedsInvestigation,FeatureRequest | medium | Critical |
387,579,260 | pytorch | [caffe2] [NNPACK] how to set thread pool for NNPACK? | I use NNPACK to accelerate my CPU model in caffe2 by setting engine to NNPACK, but how can I set the thread pool which default is the total CPU's cores of my machine. But I don't need the full speed of my machine? What should I do for it? | caffe2 | low | Minor |
387,590,580 | pytorch | Tensor.copy_() seems to work improperly with numpy/list indices | ## π Bug
When I copied a tensor to part of another tensor, I found a problem when the tensor copied to is indexed by numpy array.
I'm using Pytorch 0.4.1. It is installed by pip, and I'm using Mac OS High Sierra.
Below is an example, which can be reproduced easily in python environment.
<!-- A clear and concise d... | module: docs,triaged | low | Critical |
387,595,493 | flutter | Should the modal barrier of an Alert also change the color of the status bar? | ## Steps to Reproduce
1. Create a custom Status Bar color with
```dart
SystemChrome.setSystemUIOverlayStyle(
SystemUiOverlayStyle.dark.copyWith(
statusBarColor: Colors.red,
));
```
2. Then create an AlertDialog that shows up on an event
```dart
new AlertDialog(
title: new Text("Somet... | framework,f: material design,f: routes,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design | low | Critical |
387,603,420 | go | cmd/link: don't resolve WebAssembly imports at link-time | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.11.2 linux/amd64
</pre>
But also tested with `devel`:
<pre>
$ go version
go version devel +be09bdf589 Tue Dec 4 23:01:00 2018 +0000 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes.
... | NeedsDecision,arch-wasm,compiler/runtime | low | Critical |
387,607,310 | pytorch | Cannot build Caffe2 with TensorRT | ## π Bug
I am trying to build the Caffe2 (master branch) with TensorRT by the following command:
```
cmake .. -DUSE_TENSORRT=ON -DCAFFE2_LINK_LOCAL_PROTOBUF=OFF
sudo make -j8
```
However, I faced with the following errors:
```
/home/alex/workspace/pytorch_master/caffe2/contrib/tensorrt/tensorrt_op_trt.cc: ... | caffe2 | low | Critical |
387,607,900 | rust | Nightly not honoring -z stack-size | Hi there! I'm noticing that on nightly using `-z stack-size` doesn't seem to affect the stack size, or at least not in the way I've been using it. Below are some example commands from my project.
Using stable:
```sh
$ cargo +stable --version
cargo 1.30.0 (a1a4ad372 2018-11-02)
$ RUSTFLAGS="-C link-args=-zstack... | A-LLVM,T-compiler | low | Minor |
387,608,644 | pytorch | Modern interface for Storage | Compared to `Tensor`, `Storage` is lacking a bunch of new APIs, including `.device` object, new-style constructors etc. With all the hacks in its code (e.g., https://github.com/pytorch/pytorch/blob/ecc17fe3dd03962f36a989659336e42de86a38ca/torch/cuda/__init__.py#L503-L505), it is really easy to have bugs (e.g., https://... | module: internals,triaged | low | Critical |
387,608,871 | vscode | Git - Gracefully handle git hooks | Most projects will have some form of precommit hooks for linting or tests through libraries such as [lint-staged](https://github.com/okonet/lint-staged) and [husky](https://github.com/typicode/husky).
When committing via the source control panel in VSCode there's no visual indicator for when a git hook is running. I... | help wanted,feature-request,git | medium | Critical |
387,693,711 | pytorch | which operator of caffe2 have the same function as torch.nn.Parameter | which operator of caffe2 have the same function as torch.nn.ParameterοΌ I want create a tensor as module's parameter and that variables can be backpropagated. How can I implement itοΌ Thanks!
| caffe2 | low | Minor |
387,723,827 | rust | Unix domain sockets on Windows | Seeing https://github.com/Azure/mio-uds-windows .. Is there any reason why UDS are not implemented in the standard library for Windows?
| O-windows,T-libs-api,C-feature-request,A-io | medium | Critical |
387,772,113 | create-react-app | Support/document immutable deploys - aka immutablewebapps | Support/document deployments as described by https://immutablewebapps.org/
I know CRA is doing most of the things already described, so maybe we should have some documentation about doing immutable deploys? | issue: proposal | low | Minor |
387,827,586 | scrcpy | Having the ability to put commands like "ctrl+g" in the commandline | feature request | low | Minor | |
387,907,745 | go | x/build: add CentOS builder | In particular for #26746.
| Builders,NeedsInvestigation,new-builder | low | Minor |
387,944,616 | flutter | Use a value of -1 in the maxLength arg in TextField to hide the maximum length | <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.io/
* https://docs.flutter.io/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you have... | a: text input,framework,f: material design,c: proposal,P2,team-design,triaged-design | low | Critical |
387,956,543 | flutter | Positioned widgets should have an option to apply to a Stack widget's size. | Sometimes it is desirable to have a widget within a Stack be positioned at some arbitrary offset like the following:
```dart
return Column(
children: <Widget>[
Stack(
children: <Widget>[
Container(height:20, width: 20, color: Colors.green,),
Positioned(
top: 10,
... | c: new feature,framework,P2,team-framework,triaged-framework | low | Major |
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.