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
493,352,437
vue
Click Event Triggers on Complex Buttons are ignored in Pale Moon browser
### Version 2.6.10 ### Reproduction link [https://jsfiddle.net/ye6vs8h3/](https://jsfiddle.net/ye6vs8h3/) ### Steps to reproduce Install Pale Moon browser http://www.palemoon.org/ Open the jsfiddle (https://jsfiddle.net/ye6vs8h3/). When clicking directly on the Vue logo image, a click is not registered. ...
browser quirks,has PR
medium
Critical
493,419,762
flutter
Addd onTabChanging to TabConctroller with interception
## Use case Sometimes you want to prevent that a tab is changed e.g. when not all fields of a Form were filled out or an action hasn't finished. Currently you only get informed after a change. ## Proposal I propose to add a new Handler ` OnTabChangingHandler TabController.onTabChanging` ```Dart typ...
c: new feature,framework,f: material design,f: scrolling,c: proposal,P3,team-design,triaged-design
low
Minor
493,430,261
neovim
macOS binary: sign, notarize
Currently running macOS Catalina and NeoVim fails to start with error: "“nvim” can’t be opened because its integrity cannot be verified." That's running: `./nvim-osx64/bin/nvim` after having run install instructions: > Download nvim-macos.tar.gz > Extract: tar xzvf nvim-macos.tar.gz > Run ./nvim-osx64/bin/nv...
platform:macos,security,distribution
medium
Critical
493,447,732
go
runtime: "panic: runtime error: growslice: cap out of range" when creating slice from an unsafe.Pointer in another part of program
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.13 windows/amd64 </pre> ### Does this issue reproduce with the latest release? Yes (1.13, also reproducible on 1.12.9) ### What operating ...
NeedsInvestigation,compiler/runtime
low
Critical
493,448,495
rust
Higher rank trait bounds cannot genericise across functions with a bound sharing a lifetime with the prototype
The current implementation of higher rank trait bounds does not appear to be able to match on functions which take a bound that uses a lifetime that the function also uses. Case in point: ```rust pub trait U<T> {} impl<T> U<T> for () {} pub fn inner<'a, T>(_: &'a ()) where T: U<&'a ()> { unimplemen...
A-lifetimes,A-trait-system,T-compiler,C-bug,A-higher-ranked
low
Critical
493,474,333
TypeScript
Types for async functions do not handle `void` assignments like normal ones
<!-- 🚨 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
493,483,075
flutter
palette_generator sample is not reliable; _onPanUpdate called before _onPanDown
When you select a sub-area using [palette_generator sample](https://github.com/flutter/packages/tree/master/packages/palette_generator), `_onPanEnd` is called [asynchronously](https://github.com/flutter/packages/blob/db155615d189250f2d357ab5674dc9a732b6c8ce/packages/palette_generator/example/lib/main.dart#L120), but ev...
package,p: palette_generator,team-ecosystem,P3,triaged-ecosystem
low
Critical
493,488,813
vscode
Ability to disable language features provided by extensions
Some languages are supported by multiple extensions that provide an overlapping set of language features. Seems like much effort has been done to support this use case. For some features, the provider's 'score' is used to select which provider to use (e.g. for formatting and syntax highlighting). For other features,...
feature-request,extensions,under-discussion
low
Critical
493,520,534
flutter
Not all font weights are addressable by Flutter (macOS)
macOS uses a 16 point scale to distinguish between a font family's weights ([NSFontManager.fontWithFamily:traits:weight:size:](https://developer.apple.com/documentation/appkit/nsfontmanager/1462332-fontwithfamily?language=objc)), while Flutter uses a 9 point scale ([FontWeight](https://api.flutter.dev/flutter/dart-ui/F...
c: new feature,platform-mac,a: desktop,P3,team-macos,triaged-macos
low
Minor
493,530,207
pytorch
Dispatch Tracing/Debugging
Dispatch is already complicated, and (depending on your perspective) becoming more complicated with multiple dispatch. When I was debugging https://github.com/pytorch/pytorch/issues/26206, I really wanted something I could just trace through that said: "I'm executing dispatch key X because parameter A has type_set ...
triaged,enhancement,internals,module: dispatch
low
Critical
493,533,823
flutter
Flutter migrate
## Use case The platforms that Flutter supports introduce new features every year. To support these features, the Flutter tool may need to change the files in an existing project. Features introduced in Flutter may also require changes to the underlaying project structure. Because developers may configure pro...
c: new feature,tool,P3,team-tool,triaged-tool
low
Major
493,539,847
PowerToys
Make fancyzones touch friendly.
# Summary of the new feature/enhancement People with touch inputs are unable to use the Shift key to activate zones. While zones can always stay active if toggle is disabled, windows are the not able to be dragged without snapping. This would be one of the solutions for usage of Fancy zones for people with only to...
Idea-Enhancement,FancyZones-Dragging&UI,Product-FancyZones
low
Major
493,540,493
flutter
Ability to hide suffix in a text field when not focused
Right now, I'm using an IconButton widget as my suffix for my text field. Users of my app are able to click on the suffix from another text field. That is causing numerous focus issues with my app that could be solved if the suffix could be hidden with a boolean value while configuring the form field. If so, people who...
c: new feature,framework,f: material design,c: proposal,P3,team-text-input,triaged-text-input
low
Minor
493,547,108
pytorch
Default adam epsilon to 1e-7 when on fp16
## 🚀 Feature If you use 1e-8 as default and you use 16 bit, it will round to zero, and thus you get no stability gains. cc @vincentqb
module: numerical-stability,module: optimizer,triaged,enhancement,module: half
low
Major
493,562,720
flutter
Use xcodebuild app thinning report in perf tests to track size of iOS apps over time
## Description The perf tests currently [`tar`s the iOS ipa](https://github.com/flutter/flutter/blob/master/dev/devicelab/lib/tasks/perf_tests.dart#L370) as a proxy for final app size. Instead, an "app thinning report" could be generated from a xcarchive: ``` xcodebuild -exportArchive -archivePath /path/to/xcarc...
a: tests,team,platform-ios,tool,c: performance,a: size,perf: app size,P3,team-ios,triaged-ios
low
Minor
493,563,316
TypeScript
F12 go to definition get 2 same result
*Template info added by @mjbvz* **TypeScript Version**: 3.7.0-dev.20190913 **Search Terms** - JavaScript - Commonjs / node - go to definition **Repo** 1. Using the code below 1. Run `go to definition` on `m1echo` in the call `m1.m1echo()` inside `m2.js` *Original report below* --- // Win10(x64) ...
Bug,Domain: Symbol Navigation
low
Minor
493,564,759
go
cmd/go: add go doc -json
To build better language support for editors and ide's it could be helpful to have the docs as json. For example `https://golang.org/pkg/strings.json` to get the `strings` package documentation. Or via terminal by a flag like `go doc fmt -format json` Then the docs can be used to generate snippets based on the d...
help wanted,Proposal,Proposal-Accepted,NeedsFix
medium
Major
493,570,593
flutter
TextFormField + isDense + prefixIcon = unaligned text
```dart isDense: true, prefixIcon: Icon(Icons.settings) ``` ![image](https://user-images.githubusercontent.com/351125/64902241-0634f980-d67a-11e9-8614-803dc1a6154b.png) ```dart isDense: true, prefix: Icon(Icons.settings) ``` ![image](https://user-images.githubusercontent.com/351125/64902238-fe755500-d679-11e...
a: text input,framework,f: material design,a: quality,has reproducible steps,P3,found in release: 2.5,found in release: 2.6,team-text-input,triaged-text-input
low
Minor
493,573,511
pytorch
Higher dimension support for `MultiLableSoftMarginLoss`
## 🚀 Feature In the current version, input and target shape of `MultiLableSoftMarginLoss` is (N, C), which only support one dimension tensor for batch data. I wonder if this can support high dimension as shape of input and target can be (N, C, d1, d2, ...), just like the `CrossEntropyLoss`. ## Motivation Motiva...
module: nn,module: loss,triaged,enhancement
low
Minor
493,592,986
TypeScript
Generator that never returns should have return type 'never'
<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please help us by doing the following steps before logging an issue: * Search: https://github.com/Microsoft/TypeScript/search?type=Issues * Read the FAQ, especia...
Needs Investigation
low
Critical
493,595,288
node
Node Debugger Caught in Loop When Debugging Async Functions
<!-- 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...
inspector,async_hooks
low
Critical
493,610,343
react-native
BUG - FlatList automatically scrolls to first when data is too large in horizontal mode RTL (Android)
- [x] Review the documentation: https://facebook.github.io/react-native - [x] Search for existing issues: https://github.com/facebook/react-native/issues - [x] Use the latest React Native release: https://github.com/facebook/react-native/releases ## Environment ``` System: OS: macOS 10.15 CPU: ...
Component: FlatList,Bug
medium
Critical
493,624,883
flutter
FormField validators are invoked with incorrect/old values
## Steps to Reproduce Created a test file that explains what I get and what I expect. Can be found here: https://gist.github.com/daniel-v/f1133f3e39a5714a3774760dab3841b2 **In short** I'd expect that when I call `FormState.validate()` in response to a `TextEditingController` notification, the validators would ...
a: text input,framework,f: material design,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-text-input,triaged-text-input
low
Critical
493,625,847
rust
Don't discriminate unions and structures and enums
Unions, structures and enums are all different kinds of data, but I don't think it makes any sense to discriminate them in the documentation. Whenever I explore the documentation of a crate, I don't know if the concept I'm looking for is an enum or a structure, but I most often have a vague idea what it is named, an...
T-rustdoc
medium
Critical
493,632,254
terminal
Feature Request: Allow use of named system colours, like SystemAccentColor
# Description of the new feature/enhancement Allow the use of named System or Theme colours for things like **cursorColor** # Proposed technical implementation details (optional) ThemeResources get passed through to the rendering, when a colour name is used in place of a Hex or RGB Colour. ![image](https://...
Issue-Feature,Help Wanted,Area-Settings,Product-Terminal
low
Minor
493,637,351
rust
Foreign type tests not covering all operations
For example foreign type pointer comparison is not tested. Also `&(*val).0` where field `0` of `*val` is a foreign type is not tested. As a last thing pointer to `*mut ForeignType` casting it not tested. These were all cases which were mishandled in [rustc_codegen_cranelift](https://github.com/bjorn3/rustc_codegen_c...
A-testsuite,C-enhancement,A-FFI,E-needs-test,T-compiler,requires-nightly,F-extern_types
low
Minor
493,640,074
flutter
/storage/emulated/0/ & /mnt/sdcard/ not accessible using Flutter
There has been discussions about this all over the place, however, this still needs a definitive issue (and fix). --- When trying to write files, create directories, etc. in `/storage/emulated/0/` on Android using Flutter, the following error is thrown: ``` OS Error: Permission denied, errno = 13 ``` The ...
platform-android,engine,has reproducible steps,P2,team-android,triaged-android,found in release: 3.19,found in release: 3.22
low
Critical
493,644,043
youtube-dl
ODC - ondemandchina please
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
site-support-request
low
Critical
493,649,273
TypeScript
jsconfig.json gives broken intellisense for js files with module.exports
- VSCode Version: 1.38.0 - TS Version: 3.6.2 - OS Version: Ubuntu 18.04 LTS bionic beaver - Tested with no extensions - Can not really find a solution to this problem after a lot of searching I have a personal js library that I use both in browser-side and node-side for a lot of my personal projects . In fact t...
Suggestion,Awaiting More Feedback
low
Critical
493,650,328
godot
Incorrect bounce angle of RigidBody2D when using the Cast Ray Continuous Cd mode
**Godot version:** v3.1.1.stable.official **OS/device including version:** Mac OS X and Linux Ubuntu **Issue description:** RigidBody2d collides with flat StaticBody2d and bounces with random angle. Often, with the same it came from. Happens on relatively high speed of RigidBody2d **Steps to reproduce:** 1. Run ...
bug,confirmed,topic:physics,topic:2d
low
Critical
493,657,373
flutter
Add support for external storage(Sd Card, USB Storage etc) in flutter.
I didn't find any method to locate external storage like Sd Card, USB Storage etc which is supported in native android. When I call this method `getExternalStorageDirectory()` which returns `/storage/emulated/0` that is Internal storage (not external). Also, add support for "Scoped Storage access". The official Android...
c: new feature,customer: crowd,p: path_provider,package,c: proposal,team-ecosystem,P3,triaged-ecosystem
high
Critical
493,663,241
go
proposal: x/net/html: add offset & line tracking, case preservation
After looking at https://github.com/golang/go/issues/31312 closer and trying some things out, I wanted to open a new issue with a more specific and succinct proposal: ### Features At a high level, the desired features are: 1. Line and column tracking (actually offset tracking, see below) 2. A way to get at the ...
Proposal,FeatureRequest
low
Critical
493,664,930
youtube-dl
add option --prefer-ipv6
- [x] I'm reporting a feature request - [x] I've verified that I'm running youtube-dl version **2019.09.12.1** - [x] I've searched the bugtracker for similar feature requests including closed ones It's somewhat useful as some of the websites may not be available through IPv6.
request
low
Critical
493,668,847
TypeScript
Explicit module resolution
## Search Terms explicit module resolution Semi-Related: #11979 ## Suggestion Have the ability to specify a pragma/directive that provides a definitive resolution to a module to use at compiler time in place of one that is specified at runtime. During transpilation, the directive could be elided, leaving t...
Suggestion,In Discussion
medium
Critical
493,694,516
flutter
Setting custom navActionTextStyle broke transition
## Steps to Reproduce With CupertinoApp add CupertinoThemeData where set: ``` textTheme: CupertinoTextThemeData( navActionTextStyle: TextStyle( color: Colors.red, ), ), ``` or ``` primaryColor: CupertinoColors.black, ``` Setting any custom changing o...
c: crash,framework,f: cupertino,d: api docs,f: routes,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design
low
Critical
493,696,065
flutter
Flutter upgrade failed with unhandled "Future already completed" exceptions
## Steps to Reproduce 1. ... Download latest flutter macOS version; Put flutter folder into ```/Applications/```; Add ```flutter/bin``` to ```$PATH``` 2. ... Run ```flutter precache``` and it finishes successfully. 3. ... Run ```flutter upgrade``` ## Logs ``` $ flutter upgrade Upgrading Flutter from /Appli...
tool,dependency: dart,P2,team-tool,triaged-tool
low
Critical
493,710,734
TypeScript
Type of heterogeneous enum value can't be inferred correctly when used in object literal
**TypeScript Version:** 3.5.3 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** heterogeneous enum value type **Code** ```ts const enum Heterogeneous { Foo = 1, Bar = 'zzz', } var a1: string = Heterogeneous.Bar; // <= OK. no error. ...
Bug
low
Critical
493,715,885
rust
thread 'rustc' panicked at 'called `Option::unwrap()` on a `None` value', src/libcore/option.rs:347:21
when following [these install instructions](https://github.com/mad-de/IMPP#build-library-for-android) (which work under Ubuntu 18.04) compiling for openssl-sys fails with: thread 'rustc' panicked at 'called `Option::unwrap()` on a `None` value', src/libcore/option.rs:347:21 note: run with `RUST_BACKTRACE=...
O-macos,A-codegen,I-ICE,T-compiler,C-bug
low
Critical
493,717,742
youtube-dl
Allow "file://" URLs
## Checklist - [x] I'm reporting a feature request - [x] I've verified that I'm running youtube-dl version **2019.09.12.1** - [x] I've searched the bugtracker for similar feature requests including closed ones ## Description #8228 disabled use of "file://" for good reasons. However not all of us run youtub...
request
low
Critical
493,718,410
youtube-dl
I want to add multi-channel into my format selection config can, can I do that?
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
question
low
Critical
493,718,756
youtube-dl
Support for https://xxxdan.com/
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
site-support-request
low
Critical
493,728,250
CS-Notes
HashMap 扩容-重新计算桶下标
假设原数组长度 capacity 为 16,扩容之后 new capacity 为 32: capacity : 00010000 new capacity : 00100000 对于一个 Key, 它的哈希值如果在第 5 位上为 0,那么取模得到的结果和之前一样; 如果为 1,那么得到的结果为原来的结果 +16。 没有看懂,有没有大佬详细讲解一下~
question
medium
Minor
493,774,853
flutter
Help new users avoid odd patterns with more analyzer warnings
I saw a new Flutter developer write code something like this: ```dart class BlueRect extends Container { BlueRect(double argDim) { globalDim = argDim; } static double globalDim; final double dim = globalDim; Widget build(BuildContext context) { return Container( width: dim, he...
framework,dependency: dart,a: first hour,c: proposal,P2,team-framework,triaged-framework
low
Minor
493,791,650
godot
Bumpy issue when dealing with moving platforms and Animation Player
**Godot version:** 3.1.1 stable **OS/device including version:** Ubuntu 18.04.2 LTS **Issue description:** A bumpy player in moving Platform when using `AnimationPlayer` in `CollisionShape2D`. ![](https://media.giphy.com/media/LS3McHmrcPCeXpM6zU/giphy.gif) **Steps to reproduce:** Given the followi...
bug,discussion,topic:core,confirmed,usability,topic:physics
low
Major
493,792,653
pytorch
"git describe" shows incorrect version 1.0 instead of 1.2
## 🐛 Bug After cloning `git describe --tags` shows version 1.0 instead of 1.2. This impacts packaging from git source. ## To Reproduce `git describe --tags` results in: `v1.0rc0-7015-g31139b5f9a` ## Expected behavior `v1.2.0-7015-g31139b5f9a` ## Environment ## Additional context cc @ez...
module: build,triaged
low
Critical
493,803,795
go
x/mobile: bind example does not work under xcode 11 GM
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.13 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? Yes. ### What operating system and processor architecture a...
NeedsInvestigation,mobile
low
Critical
493,821,454
go
database/sql/driver: DefaultParameterConverter breaks driver expectations when decimalDecompose is implemented
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.13 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</summary>...
NeedsInvestigation
medium
Critical
493,844,361
flutter
Proposal: make material `Stepper` pass proper `isActive` to its children `Step`s, based on `currentStep`
<!-- 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.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you hav...
framework,f: material design,c: proposal,P3,team-design,triaged-design
low
Critical
493,851,856
youtube-dl
Support for https://www.keekass.com/
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
site-support-request
low
Critical
493,858,658
flutter
Better documentation of flutter install flags and side-effects
<!-- 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.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you hav...
c: new feature,tool,P3,team-tool,triaged-tool
low
Critical
493,963,394
flutter
would like a feature in image_picker video to set recording resolution and/or resize resulting video
I am using image_picker. The file size is too big for me: 5 seconds video become a 30 MB file size. Any way to resize that?
c: new feature,p: image_picker,package,team-ecosystem,P3,triaged-ecosystem
low
Minor
494,033,116
flutter
Keyboard closes if something rebuilds underneath it
## Steps to Reproduce 1. ... Run the gist here https://gist.github.com/matejthetree/198c6c7463bd2a1a138b70f4b1175f48 Don't forget to add the plugin to the yaml. `keyboard_visibility: 0.5.6 ` 2. ... Press the textfield 3. ... The keyboard will close automatically. If you comment out line 63+ ``` ...
a: text input,framework,f: material design,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-framework,triaged-framework
low
Major
494,037,656
flutter
CupertinoNavigationBar/CupertinoSliverNavigationBar previous route title replacement logic differs from native iOS
Currently, the back button title is replaced with "Back" only when the previous route title is longer than 12 characters, which doesn't seem to match the native iOS logic. The attached screenshots demonstrate how native iOS navigation bar replaces the previous route title only when there's not enough room to fit the...
platform-ios,framework,a: fidelity,f: cupertino,f: routes,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design
low
Major
494,132,357
pytorch
Inplace and out arguments for BatchNorm (and other norm layers: InstanceNorm / LayerNorm / GroupNorm ...)
Following the discussion in https://github.com/pytorch/pytorch/issues/23756, a simple way to enable users implementing inplace-activated batchnorm: 1) provide inplace mode for BatchNorm and batch_norm 2) expose backward methods of BatchNorm so that the user can hook or provide their own recomputed input (actually the...
module: performance,triaged,function request,module: norms and normalization
high
Critical
494,155,431
rust
Cargo build fails to spawn thread when out of disk quota
I've written a small client program for connecting to a server using TCP/TLS. The code successfully compiles on my local machine, but fails to compile on a remote server. The compilation error only happens during the phase where the crates are compiled. Crates: bufstream v0.1 clap v2 openssl v0.10 openssl-sys v0...
I-ICE,T-compiler,C-bug
low
Critical
494,168,241
flutter
Horizontal Stepper Overflows Title (with no way to allow for scrolling)
## Steps to Reproduce 1. Create a stepper with 5+ steps with any title such as "Step Title" 2. Make its direction horizontal 3. The Stepper widget puts step icons into a row until it overflows the screen, with no way to make it scroll ``` Stepper( type: StepperType.horizontal, current...
framework,f: material design,customer: crowd,has reproducible steps,P2,found in release: 3.3,has partial patch,found in release: 3.7,team-design,triaged-design
low
Critical
494,171,720
tensorflow
Bazel workspace.bzl requires a dependency on rules_closure
Per https://stackoverflow.com/questions/52482972/running-load-within-skylark-macro users of Tensorflow are adding rules_closure to their `WORKSPACE` file even though they don't use it. rules_closure is minimally maintained (my team has just acquired it). We don't want new dependencies on it and have discovered that...
stat:awaiting tensorflower,type:build/install,subtype:bazel
low
Major
494,196,384
vscode
Reference / schema loading problem behind kerberos authenticated proxy
Hello, I have problem loadind JSON references / schemas behind corporate kerberos authenticated proxy. VS Code reports: Problems loading reference 'https://schemastore.azurewebsites.net/schemas/json/tsconfig.json' Unable to load schema from 'https://schemastore.azurewebsites.net/schemas/json/tsconfig.json' ...
feature-request,proxy
low
Critical
494,201,189
rust
Needed: `cfg(target_feature)` support for hardware floating point detection.
Currently there seems to be no way to detect at compile time if the target will have hardware floating point support. Depending on the target arch, this is sometimes expressed in LLVM as a feature named "hard-float", or as a feature named "soft-float", or even as features named "f" and "d". It's entirely possible fo...
T-lang,C-feature-request
low
Major
494,222,806
go
cmd/go: incompatible module version not detected by 'go run' or 'go build'
### What version of Go are you using (`go version`)? <pre> [user@localhost ~]$ go version go version go1.13 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</s...
help wanted,NeedsFix,GoCommand,early-in-cycle,modules,BadErrorMessage
low
Critical
494,238,696
rust
LLVM error with arithemetic on function addresses
Hello! I was doing some experimenting with Wasm callbacks and ran into 2 issues. The code for the guest is compiled with Rust `1.37.0` on OSX with `--target=wasm32-unknown-unknown` and `--release`. edit: the first issue is no longer relevant; I misunderstood how function pointers were implemented. By using the t...
A-LLVM,T-compiler,O-wasm
low
Critical
494,244,481
rust
Weird compiler error for type annotations
```rust use std::thread; fn main() { let result = { let spawned_result = thread::spawn(|| 3).join(); let result = spawned_result.map_err(|e| e.into()); let handler = |a| Ok(a + 1); result.and_then(handler) }; println!("{:?}", result); } ``` ([Playground](htt...
A-diagnostics,T-compiler,C-bug
low
Critical
494,251,841
TypeScript
Recurring: Review exception text for potential PII
* [ ] `throw` statements * [ ] `Debug._____` calls * [ ] Any helper method containing these that accepts arguments * (list them as you find them)
Meta-Issue
low
Critical
494,257,302
flutter
Please add .codeStyle for project https://github.com/flutter/packages
Dart(Flutter) code autoformatting works well, but Kotlin / Java not. Could you add .codeStyle files to plugins repo? Thank you
team,package,team-ecosystem,P3,triaged-ecosystem
low
Minor
494,285,723
vscode
Enter in the middle of a line comment should create a new line comment
Issue Type: <b>Bug</b> I'm using JavaScript but this is likely not language-specific: 1. Start typing a comment ` // something like, if ( true ) ` 2. Type an opening brace ` // something like, if ( true ) {` 3. Editor will insert a closing brace, cursor will be between braces ` // something like,...
feature-request,editor-commands
low
Critical
494,307,687
flutter
Write tests for FlutterFragmentActivity
`FlutterFragmentActivity` has been introduced into Flutter's Android embedding. However, due to infrastructure limitations at the time, we couldn't figure out how to test it. We received ambiguous build failures that we were unable to solve in the test suites. This ticket is to come back and write the appropriate te...
a: tests,team,platform-android,engine,P2,team-android,triaged-android
low
Critical
494,311,462
TypeScript
Detect exotic assignment patterns to JS prototypes
*Template added by by @mjbvz* **TS Versions**: 3.7-20190911 **Repo** For the JS: ```js function A() {} A.prototype.foo = 1; [A.prototype.bar] = [2], {baz: A.prototype.baz} = {baz: 3}; const proto = A.prototype; proto.prop = 4; ``` **Expected** Intellisense for instances of `A` should show four ...
Suggestion,Awaiting More Feedback
low
Major
494,313,319
TypeScript
jsdoc mouse hover definition {Array.<static class>} bug
**TypeScript Version**: TS-next-3.7.0-2019.09.11 --- hi, if we add a definition `jsdoc` with static class array like this `/**@type {Array.<_A._B>} */` Mouse hover show `any`. And am not seem able to get link from vscode. So i can't use `ctrl+click` to get definitions and travel in my codes. I don't know i...
Suggestion,Experience Enhancement
low
Critical
494,321,412
terminal
Windows Terminal (Dev Build) should display version as git commit instead of "0.1.0.0"
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further expl...
Help Wanted,Area-UserInterface,Product-Terminal,Issue-Task
low
Critical
494,336,663
go
wiki: CodeReviewComments additions
Propose adding a handful of sections to the CodeReviewComments page. The sections that follow provide advice given during Go readability reviews at Google. ## Import _ Packages that are imported only for their side effects (using the syntax `import _ "pkg"`) should only be imported in the main package of a progra...
Documentation,NeedsDecision
low
Critical
494,389,633
pytorch
Supporting "cdf" for Student-T distribution
## 🚀 Feature Adding support to `cdf` for `StudentT` distribution. ## Motivation I need to calculate the (kind of) confidence intervals of a large vector (say, weight vector). This could be slow on CPU (not including the overhead of transferring). ## Alternatives I could convert a tensor into a numpy arra...
module: distributions,low priority,triaged,enhancement
low
Major
494,398,590
rust
Confusing error message for recursive type
I recently had a very frustrating issue. I wrote some code that didn't compile, but the error was really hard to track down. I've written a small example to illustrate the issue. ``` use std::io; #[derive(Debug)] struct Node { data: Vec<u8>, left: Option<Box<Node>>, right: Option<Box<Node>> } ...
C-enhancement,A-diagnostics,T-compiler
low
Critical
494,418,546
flutter
Trailing space doesn't work with TextField with TextAlign.right
TextField Widget Option textAlign Setting for [TextAlign.right] ,input space key cursor fault `TextField( textAlign: TextAlign.right, ) `
a: text input,framework,f: material design,has reproducible steps,P2,found in release: 2.5,found in release: 2.6,team-framework,triaged-framework
low
Critical
494,436,500
vscode
SCM Input - Display current line length for source control commit message input
<!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> HI! I care a lot for 50/72 commit message rule and I depend a lot on VSCode's source control's commit message input. The problem is that I always start to write, and I wait for the warning to appear, then...
help wanted,feature-request,scm
low
Major
494,438,323
pytorch
Behavior of F.dropout in eval mode
## 📚 Documentation The documentation for F.dropout should probably mention that putting the model in eval mode doesn't disable dropout. A small example ```python import torch import torch.nn as nn import torch.nn.functional as F class Net(nn.Module): def __init__(self): super(Net, self).__init...
module: docs,low priority,triaged
low
Minor
494,453,335
youtube-dl
Requesting support for onq.io videos
## Checklist * [x] I've checked that all provided URLs are alive and playable in a browser * [x] I'm reporting a new site support request * [x] I've verified that I'm running youtube-dl version **2019.09.12.1** * [x] I've checked that all provided URLs are alive and playable in a browser * [x] I've checked that...
site-support-request
low
Critical
494,469,314
pytorch
CPU version of PyTorch on PyPI
## 🚀 Feature Publish the CPU version of PyTorch on PyPI to make it installable in a more convenient way. ## Motivation Using PyTorch in production does not require necessarily the (~700 MB big) GPU version, but installing the much smaller CPU version as suggested on the website: ``` pip3 install torch==1.2.0+cp...
module: build,feature,oncall: releng,module: cpu,triaged
high
Critical
494,475,719
TypeScript
Use any instead of unknown for AsyncGenerator optional .next parameter
**TypeScript Version:** 3.6.2 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** async generator, AsyncGenerator, optional .next **Code** The following causes a type error: ```ts async function* sequence(iterable: AsyncIterable<number>): Asy...
Needs Investigation
low
Critical
494,489,157
go
x/website/tour: when build error occurs, had to manually kill program
In tour.golang.org, when the build failed, had to manually click the kill button to stop the process. In play.golang.org the process automatically killed. ![image](https://user-images.githubusercontent.com/5708431/65026284-e04b7580-d955-11e9-8fad-8dd084c2198c.png)
NeedsInvestigation
low
Critical
494,504,357
youtube-dl
youtube_dl attribute __version__ does not exist
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
request
low
Critical
494,526,510
vscode
[SCSS] Consider using new SCSS grammar (nested properties with shorthand values break syntax highlighting)
Issue Type: <b>Bug</b> [Nested properties of SCSS](https://sass-lang.com/documentation/style-rules/declarations#nesting) break syntax highlighting when provided both shorthand-value and sub-values: ![image](https://user-images.githubusercontent.com/2940958/65031612-d455b880-d941-11e9-8e80-f5628afdad2b.png) ![ima...
feature-request,upstream,css-less-scss,grammar,upstream-issue-linked
low
Critical
494,537,964
TypeScript
document.createTreewalker and document.createNodeIterator have missing signature types that which are supported both in IE, Firefox and Chrome
**Introduction** The third parameter `filter` in both functions needs to be a function in IE as described here https://stackoverflow.com/questions/45595349/ie9-ie-10-ie11-createnodeiterator-exception-occurred/45609439#45609439 Both Firefox and Chrome support this version as well as the object `{acceptNode: (node:...
Bug,Domain: lib.d.ts
low
Minor
494,552,054
vue
test named "vdom patch: children" occasionally fails
### Version 2.6.10 ### Reproduction link [https://circleci.com/gh/vuejs/vue/13744?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link](https://circleci.com/gh/vuejs/vue/13744?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link) ### Steps ...
contribution welcome
low
Major
494,552,078
godot
Invalid read of size 1 in AudioStreamPlaybackOGGVorbis::_mix_internal
**Godot version:** 3.2.alpha.custom_build. 24e1039eb **OS/device including version:** Ubuntu 19.04 **Issue description:** Godot must be compiled with sanitizers support(`scons p=x11 -j6 use_ubsan=yes use_lsan=yes use_asan=yes`) or checked with Valgrind(this is much slower) When importing ogg files, Godot read fre...
bug,topic:audio,crash
low
Critical
494,577,351
pytorch
How to get rid of zombie processes using torch.multiprocessing.Pool?
I am using torch.multiprocessing.Pool to speed up my NN in inference, like this: import torch.multiprocessing as mp mp = mp.get_context('forkserver') def parallel_predict(predict_func, sequences, args): predicted_cluster_ids = [] pool = mp.Pool(args.num_workers, maxtasksperchild=1) ...
module: dependency bug,oncall: distributed,module: multiprocessing,triaged
low
Minor
494,591,199
flutter
Add `saveValidated()` method to FormState
## Use case When you have a Form e.g. in a `TabView` where some of the Fields are valid but others are not you want to save only the validated fields when the user switches to another page, so that when he comes back you can fill the already valid fields with data. Currently `save()` saves all Fields includin...
a: text input,c: new feature,framework,c: proposal,P3,team-framework,triaged-framework
low
Major
494,626,327
rust
Incorrect compiler hint for complicated type handler
I was trying to implement custom macro parser but fall into strange issue. Having following code ```rust use proc_macro2::TokenStream; use quote::quote; use syn::parse::{Parse, ParseStream, Peek}; use syn::token::Token; #[derive(Debug)] struct ParseType { pub tokens: TokenStream, } mod custom { ...
T-compiler,A-impl-trait,C-bug,A-suggestion-diagnostics,D-invalid-suggestion
low
Critical
494,653,796
flutter
Add `bool validateOnLostFocus` to the `FormField` and `Form` class
## Use case `Forms` and `FormField`have an `autoValidate` property. But if set to true it will validate on every keystroke/change which is annoying if you start typing e.g. an email address and with the first press the message `Not a valid email address is displayed` It would be much more user friendly if an autoV...
a: text input,c: new feature,framework,c: proposal,P3,team-framework,triaged-framework
medium
Critical
494,668,533
rust
Lifetime bounds in auto trait impls prevent trait from being implemented on generators
```rust use std::collections::{BTreeMap, HashMap}; use std::sync::Arc; fn needs_send<T: Send>(_val: T) {} async fn async_fn_a(_num: u32) {} async fn async_fn_b(map: Arc<BTreeMap<u32, &'static u32>>) { for (_i, v) in &*map { async_fn_a(**v).await; } } async fn async_fn_c(map: Arc<HashMap<u32,...
A-trait-system,P-medium,T-compiler,C-bug,A-coroutines,A-async-await,AsyncAwait-Triaged,T-types
medium
Critical
494,711,747
create-react-app
Conflicting jest version with tsdx
### Is your proposal related to a problem? tsdx is a package that bills itself as being the react-scripts equivalent for typescript package development. When using tsdx and react-scripts within separate packages in a monorepo, both tsdx and react-scripts depend on jest, and it's possible for versions to be mismatche...
issue: proposal,needs triage
low
Minor
494,714,559
flutter
Spellcheck on Flutter Web
Supporting spellcheck for text editing in Flutter Web Engine
a: text input,c: new feature,framework,engine,customer: crowd,platform-web,P2,customer: chilli,team-web,triaged-web
low
Critical
494,769,621
TypeScript
Support Intellisense for string/number literals in a widened union
## Search Terms autocomplete union wide ## Suggestion In both https://github.com/microsoft/TypeScript/issues/28743 and https://github.com/microsoft/TypeScript/issues/28743 they were correctly closed for being correctly widened to a string. ## Use Cases I'd like to pitch that this is useful only from the...
Suggestion,Experience Enhancement,Has Repro
medium
Critical
494,775,446
pytorch
torch.tensor / torch.as_tensor not working with list of tensors
## 🐛 Bug ```py │In [6]: import torch In [7]: torch.as_tensor([torch.randn(2), torch.randn(2)]) --------------------------------------------------------------------------- ValueError Traceback (most recent call last) <ipython-input-7-d2efbad662f7> in <module> ----> 1 torch.as_t...
module: error checking,triaged,module: numpy,module: tensor creation
low
Critical
494,785,321
rust
Rustdoc: condense "auto traits" section for types?
At the moment we have 5 auto traits documented for each type, and there will likely more in the future (e.g. from @oli-obk's consteval talk: `ConstSafe`, `ConstRefSafe`). For the majority of types where all auto traits are always either impl or !impl, I propose to condense the section, e.g. like in this mockup ([ori...
T-rustdoc,C-enhancement,A-trait-system,A-rustdoc-ui,A-auto-traits
low
Minor
494,790,027
flutter
ImageProvider can't be resized with ImageConfiguration
I am using the [Palette Generator](https://github.com/flutter/packages/tree/master/packages/palette_generator) and found a really weird bug today. It wasn't working correctly (check image below). If I selected the dark corner, it would get orange. It isn't resizing the image. <img src="https://user-images.githubuserco...
a: images,package,p: palette_generator,team-ecosystem,P3,triaged-ecosystem
low
Critical
494,793,489
godot
[Bullet] move_and_slide() causes jitter when colliding with corners between walls
**Godot version:** 3.1.1.stable.official **OS/device including version:** Linux / Fedora 30 **Issue description:** move_and_slide() can cause a lot of jitter when KinematicBody collides with corners, or anything actually. (sometimes even with simple 90° corners) You can observe this in pretty much every si...
bug,confirmed,topic:physics,topic:3d
medium
Critical
494,799,667
go
x/build/cmd/coordinator: improve error message when build fails due to a module not being tidy (and causing failed requests to sum.golang.org)
The fix to #32528 was implemented by finding nested modules, and then invoking `go test` once for each one, in sequence. ~~This isn't compatible with `GO_DISABLE_OUTBOUND_NETWORK=1` being set and converted to a permanent outbound network restriction as soon as the first set of tests run, because the second `go test`...
Testing,Builders,NeedsInvestigation
low
Critical
494,917,244
pytorch
DistAutogradContext should be cleaned up in case of node failures.
In distributed autograd, there is a single node that initializes a new distributed autograd context and passes that over to other nodes as part of the backward pass. Each node creates an autograd context locally to store relevant information. Now, if the original node fails for some reason, the autograd context on the ...
module: autograd,module: memory usage,triaged,enhancement,module: rpc
low
Critical
494,944,543
go
x/build/cmd/gopherbot: opt-out changes from Gerrit `approvers` list from automatically adding reviewers
I'd rather gopherbot stopped automatically adding reviewers to my CLs. I appreciate the intent, and I think it's a great idea for people who are new to contributing to Go. But I'm comfortable using Gerrit and finding reviewers, and I don't want my reviewers confused because Gopherbot asked them to look at my CLs out...
Builders,NeedsInvestigation
medium
Major
494,945,038
flutter
video_player add media lock screen
<!-- 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.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you hav...
c: new feature,p: video_player,package,c: proposal,team-ecosystem,P3,triaged-ecosystem
low
Critical