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
375,013,234
pytorch
DataLoader num_workers > 0 causes CPU memory from parent process to be replicated in all worker processes
# Editor note: There is a known workaround further down on this issue, which is to NOT use Python lists, but instead using something else, e.g., torch.tensor directly. See https://github.com/pytorch/pytorch/issues/13246#issuecomment-905703662 . You can use a numpy array, but it only fixes the issue for the `fork` start...
high priority,module: dependency bug,module: multiprocessing,module: dataloader,module: molly-guard,module: memory usage,triaged
high
Critical
375,013,958
flutter
[Feature Request][CLI] Include setup for Firebase in Flutter CLI
As developer I want to have the setup for firebase connection automated and baked inside Flutter CLI, something like: `flutter firebase` During that, all steps from Firebase Console in "Add Firebase to your Android/iOS app" will be added automatically to the app.
c: new feature,tool,P3,team-tool,triaged-tool
low
Major
375,034,783
neovim
cannot delete function if a:000 is referenced externally
Given `t-funcref.vim`: ```vim let s:q = [] function! F1(...) call add(s:q, [a:000]) endfunction " Needs two calls. call F1({}) call F1({}) " Does not work: Cannot delete function F2: It is being used internally delfunction F1 q ``` Running `nvim -u t-funcref.vim` results in: ``` Error det...
vimscript
low
Critical
375,078,545
puppeteer
Web push notification
How I can subscribe, handle and click on push notification?
feature,chromium,confirmed
medium
Critical
375,091,182
rust
rustdoc: blanket impls not showing traits with sufficient indirection?
In the gtk-rs docs, [the page for `Clipboard`](http://gtk-rs.org/docs/gtk/struct.Clipboard.html) doesn't show either the [`ClipboardExt`](http://gtk-rs.org/docs/gtk/trait.ClipboardExt.html) or [`ClipboardExtManual`](http://gtk-rs.org/docs/gtk/prelude/trait.ClipboardExtManual.html) traits, despite both of those traits b...
T-rustdoc,A-synthetic-impls,E-needs-mcve
low
Minor
375,094,459
create-react-app
Errors in IE11 when importing polyfills using es-abstract.
### Is this a bug report? Yes If you import `react-app-polyfill/ie11` before importing any shim/polyfill using `es-abstract` lib, you get an error in IE11 (possibly other browsers as well). Some example polyfills: `object.entries, array-includes, object.values` Error: `object doesn't support property or method...
issue: needs investigation
low
Critical
375,164,712
vscode
User needs to be able to control whether or not the issue report seaches duplicates
Issue Type: <b>Bug</b> We introduced several settings that allow users to control whether or when VS Code talks to online services. They show when searching for `@tag:usesOnlineServices` in the settings editor. There is no way to control online service usage for the issue reporter. Neither a checkbox on the issue...
feature-request,issue-reporter
low
Critical
375,168,593
vscode
HTML editing features don't work well in PHP files
<!-- 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: Version: 1.28.2 (user setu...
feature-request,php
low
Major
375,171,684
flutter
flutter_tool should support discovery of observatory instances without log scanning
Internal: b/124499560 This might involve tmp files for active ports or some other methodology. Currently Android uses log scanning, haven't looked into iOS too much cc @mehmetf
platform-android,tool,a: existing-apps,customer: dream (g3),P3,team-android,triaged-android
medium
Major
375,188,824
rust
Incorrect error note, possibly incorrect error altogether ?
In both stable and the latest nightly, [the following code](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=ac030833cb7e72ad043b7a07f48e766a): ```rust trait Trait {} impl<T> Trait for Box<T> {} impl<T: 'static + Copy> Trait for T {} ``` Will fail with this message: ``` error[E0119]: con...
C-enhancement,A-diagnostics,T-compiler
low
Critical
375,200,061
TypeScript
JavaScript: default parameter causes type to be incorrectly inferred
<!-- 🚨 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,Domain: JavaScript
low
Critical
375,214,364
go
database/sql: Documentation clarification regarding Tx
The docs state: ``` Tx is an in-progress database transaction. A transaction must end with a call to Commit or Rollback. After a call to Commit or Rollback, all operations on the transaction fail with ErrTxDone. The statements prepared for a transaction by calling the transaction's Prepare or Stmt methods ar...
Documentation,help wanted,NeedsFix
low
Critical
375,222,838
pytorch
Non-Zero Padding in Convolution Module
## πŸš€ Feature Non-Zero Padding is currently only supported by explicitly padding the input before doing the convolution. It would be better (more memory efficient, faster and userfrindly) to add an additional parameter "padding_value" to the convolution module. ## Motivation Zero padding is sufficient to control ...
module: nn,module: convolution,triaged
low
Critical
375,351,089
pytorch
[Caffe2]How to accelerate group convolution in Caffe2?
I have update my cuDNN from 6. to 7. but there seems no speedup. The build was forked form the latest source and CUDA=8.0. What should I do to make a further acceleration?
caffe2
low
Minor
375,360,487
pytorch
Use a dill-based multiprocessing library and serialization
## πŸš€ Feature <!-- A clear and concise description of the feature proposal --> Use a dill-based multiprocessing library to enhance multiprocessing experience. ## Motivation <!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. ...
module: multiprocessing,triaged
low
Major
375,400,928
create-react-app
Jest CSS enhancement suggestion: don't lose classNames in snapshot tests.
We've been using react-app-rewired with create-react-app v1 and react-scripts-ts for Typescript support for a while, and are starting to look at the new v2.1 release with Typescript support. One of the enhancements we are using in jest snapshot tests is to output the classnames from css imports in the snapshot. This...
issue: needs investigation
low
Major
375,406,835
pytorch
ASSERT FAILED at /opt/conda/conda-bld/pytorch-nightly_1539602533843/work/aten/src/ATen/core/blob.h:79
## πŸ› Bug Hello Great programmers: When I was using FAIR's platform Detectron to do training with *e2e_mask_rcnn_R-101-FPN_3x_gn.yaml* config file, I faced this issue which indicated me to report one BUG to Pytorch. <!-- A clear and concise description of what the bug is. --> ``` [I net_dag_utils.cc:102]...
caffe2
low
Critical
375,451,642
go
text/template: confusing overlay template behavior when it starts with a BOM
The program below prints `Master: overlay` once, the second prints nothing. And no error. The program is a variation of this example: https://golang.org/pkg/html/template/#example_Template_block -- which is how we do template "inheritance" in Hugo. And judging by the issue reports in this area, adding a BOM marker seem...
NeedsDecision
low
Critical
375,455,112
svelte
Transitions in custom Elements
Seems like there is a problem with svelte-transitions in customElements, js works properly, adding css: animation, right before destroy, but there are no visual effects... Seems like it can`t set animation for Shadow CSS.
bug,custom element
low
Major
375,472,847
create-react-app
Type check test files
## Bug report I created a new project with the `--typescript` flag, and added a type for my component's props like so: ```tsx type AppProps = { name: string }; class App extends Component<AppProps> { render() { return ( ... ); } } ``` In index.tsx when I write something like (n...
tag: breaking change,tag: enhancement,issue: typescript
medium
Critical
375,529,193
angular
Avoid anchorScrolling DOMException error with hash fragments that are not valid selectors
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Check one of the following options with "x" --> <pre><code> [ ] Regression (a behavior that used to work and stopp...
type: bug/fix,freq3: high,area: router,state: confirmed,P3
low
Critical
375,573,600
go
x/build/cmd/gomote: 'gomote ssh' on plan9 can't see files installed by 'gomote put'
### What did you do? ``` ~$ gomote create plan9-386 user-bcmills-plan9-386-0 ~$ gomote put14 user-bcmills-plan9-386-0 ~$ gomote push user-bcmills-plan9-386-0 # […] ~/go/src$ gomote run user-bcmills-plan9-386-0 /bin/pwd /tmp/workdir ~/go/src$ gomote run user-bcmills-plan9-386-0 /bin/ls /tmp/workdir /...
help wanted,OS-Plan9,Builders,NeedsInvestigation
low
Critical
375,577,992
rust
stack overflow with many unused variables
I had a `main()` that was filled with ~5400 `let x = 0;`s, one per line. When trying to build the program, rustc crashes. ```` warning: unused variable: `x` --> src/main.rs:5406:6 | 5406 | let x = 0; | ^ help: consider using `_x` instead warning: unused variable: `x` --> src...
I-crash,A-lints,E-needs-test,T-compiler,C-bug
low
Critical
375,605,199
flutter
Move diagnostics to separate top level library
The diagnostics functionality as mentioned in issues such as #9568 is too useful to be bundled inside Flutter and tied up with other items that pull in UI-dependencies. The use case and benefit would be developing similar plugins for Dart apps running in non-UI VMs to inspect data structures.
c: new feature,framework,would be a good package,P3,team-framework,triaged-framework
low
Minor
375,675,061
TypeScript
Describe the type of missing property in error message
## Search Terms - describe missing property - missing property type ## Suggestion **In short: When describing a missing type, also describe the shape of the type that is expected, and/or where the interface/type can be located.** It can be difficult to manually find the type, especially with deep interfac...
Suggestion,Committed,Domain: Error Messages
low
Critical
375,691,975
TypeScript
"Import assignment cannot be used when targeting ECMAScript modules." should come with a codefix
**TypeScript Version:** 3.2.0-dev.20181030 **Code** **a.ts** ```ts import abs = require("abs"); ``` **tsconfig.json** ```ts { "compilerOptions": { "target": "esnext" } } ``` The error message is `Import assignment cannot be used when targeting ECMAScript modules. Consider using 'imp...
Suggestion,In Discussion,Domain: Quick Fixes
low
Critical
375,733,745
flutter
Provide API in TextField to open the keyboard
From https://github.com/flutter/flutter/issues/15882#issuecomment-433563683: I've just discovered calling `FocusScope.of(context).requestFocus(...)` is not good enough. It does not [request for the keyboard](https://github.com/flutter/flutter/blob/9bf8502fef3f35d8d3ba692ce0383e9f55a34624/packages/flutter/lib/src/mat...
a: text input,c: new feature,framework,engine,P2,team-engine,triaged-engine
low
Critical
375,782,215
go
runtime/race: windows race out of memory allocating heap arena map
https://build.golang.org/log/48dc600dd822d082a10c753b50f3123d8cb2e86d ``` ... FAIL runtime/race 46.500s ==996==ERROR: ThreadSanitizer failed to allocate 0x000004000000 (67108864) bytes at 0x04008c000000 (error code: 1455) runtime: newstack sp=0x588fe50 stack=[0xc002168000, 0xc00216c000] morebuf={pc:0x407319 sp:0...
OS-Windows,NeedsInvestigation,compiler/runtime
low
Critical
375,810,518
pytorch
cannot run mobilenet_v2_quantized on pytorch/caffe2
## ❓ Questions and Help I am trying to run mobilenet_v2_quantized (https://github.com/caffe2/models/tree/master/mobilenet_v2_quantized) on pytorch/caffe2 repo which supports int8 . after compiling pytorch on tx2 and run the model, I meet the following error: ``` WARNING:root:This caffe2 python run does not have...
caffe2
low
Critical
375,818,181
flutter
Date Time Picker needs seconds picker
it will be a great if you a the native widget Date and Time picker allows seconds to be picked. Hope it will be in upcoming release. Meanwhile I am trying to add a number picker on after saving the date time.
c: new feature,framework,f: material design,f: date/time picker,P3,team-design,triaged-design
medium
Major
375,819,592
create-react-app
Add baseUrl and paths in tsconfig.json and jsconfig.json
`tsconfig.json` or `jsconfig.json`: ```js { "compilerOptions": { "baseUrl": ".", "paths": { "@/*":["src/*"] } } } ``` see https://github.com/facebook/create-react-app/issues/5118 This will help VSCode and other IDE to resolve path in TypeScript & JavaScript.
issue: proposal
high
Critical
375,831,243
godot
Viewport Texture generate mipmaps ignored
___ ***Note:** This issue has been confirmed several times already. No need to confirm it further.* ___ Not sure if that's expected behavior but Im using the viewport texture on sprite and I tried to use textureLod(...) so I could get blurry version of that and it doesn't work. Setting flags in editor doesn't ...
topic:rendering,confirmed,documentation
medium
Critical
375,854,448
youtube-dl
Site support request dimsum.my
- [X] I've **verified** and **I assure** that I'm running youtube-dl **2018.10.29** ### Before submitting an *issue* make sure you have: - [X] At least skimmed through the [README](https://github.com/rg3/youtube-dl/blob/master/README.md), **most notably** the [FAQ](https://github.com/rg3/youtube-dl#faq) and [BUGS](...
geo-restricted,account-needed
low
Critical
375,903,812
create-react-app
yarn pnp doesn't work with typescript
Set up a pnp typescript project `npx create-react-app pnp --use-pnp --typescript` or `npx create-react-app pnp --typescript --use-pnp` order doesn't matter You then get ``` yarn add v1.12.1 [1/5] πŸ” Resolving packages... [2/5] 🚚 Fetching packages... [3/5] πŸ”— Linking dependencies... [5/5] πŸ“ƒ Building fr...
issue: bug
medium
Critical
375,930,068
vscode
Surface the 'origin and 'presentationHint' attributes of a Source in the Loaded Scripts Explorer
When a Source appears in the CALL STACK panel during debugging, its `presentationHint` modifies the row's appearance, and its `origin` displays on the second line of the hover tip. Please apply `presentationHint` in the same way on the LOADED SCRIPTS panel. Please also surface `origin` there, either by appending ...
feature-request,debug
low
Critical
375,941,545
rust
"does not live long enough" when returning Option<impl trait>
This doesn't compile: ``` use std::cell::RefCell; struct B; struct A { b: B, } impl A { fn b(&self) -> Option<impl Iterator<Item = &B>> { Some(::std::iter::once(&self.b)) } } fn func(a: RefCell<A>) { let lock = a.borrow_mut(); if let Some(_b) = lock.b() {} } ``` Howe...
A-lifetimes,A-impl-trait,C-bug
low
Minor
375,970,043
godot
Tilemap Node : No way to change the offset while painting
<!-- 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. --> Version : 3.0.6 **OS/device including version:** <!-- Specify GPU model and drivers if graphics-relate...
enhancement,topic:editor
low
Minor
375,989,194
go
fmt: docs slightly disorganized and slightly contradictory
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? 1.11 ### Does this issue reproduce with the latest release? yes ### What operating system and processor architecture are you using (`go env`)? N/A ### What did you do? Read ...
Documentation,NeedsFix
low
Minor
375,997,897
vscode
Breadcrumb missing on read-only documents supplied by debug adapter
Issue Type: <b>Bug</b> VS Code version: Code 1.28.2 (7f3ce96ff4729c91352ae6def877e59c561f4850, 2018-10-17T00:23:51.859Z) OS version: Windows_NT x64 10.0.15063 1. Start debugging something. In my case I am debugging a debug extension written in Typescript, e.g. the mock-debug sample. 2. Use the Pause button to s...
feature-request,breadcrumbs
low
Critical
376,016,817
svelte
Chrome video autoplay bug when hydrating server-rendered component
If a component contains an autoplaying video, like this: ```html <video autoplay loop muted> <source src="https://example.com/video.mp4" type="video/mp4"> </video> ``` and that component is server-rendered and then hydrated in Chrome, the video starts playing for around 500ms until hydration kicks in, the...
feature request,stale-bot,temp-stale
low
Critical
376,027,210
TypeScript
Infer-from-usage should find references of related tokens
Based on code in acorn: ```js var TokenType = function TokenType(label, conf) { this.label = label this.binop = conf.binop || null } /** * @param {string} name * @param {number} prec */ function x(name, prec) { return new TokenType(name, { binop: prec }) } ``` **Expected behavior:** Toke...
Suggestion,Domain: Quick Fixes,Experience Enhancement,feature-request
low
Minor
376,064,766
go
cmd/go: align comments in go.mod files
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? Go 1.11 ### Does this issue reproduce with the latest release? yes ### What did you do? go mod init go mod tidy ### What did you expect to see? Into go.mod, is it possible to...
NeedsDecision,modules
low
Major
376,096,611
pytorch
batch_norm doesn't bump version counter of running stats
This can cause correctness problems if you mix `eval` and `training` modes because `eval` mode backward needs the running stats, and `training` mode forward updates the running stats, even if the `training` mode result is unused. E.g., ```py import torch bn = torch.nn.BatchNorm2d(3).double() x = torch.randn(2, ...
high priority,module: autograd,module: nn,triaged,actionable,fixathon
medium
Major
376,108,009
pytorch
[caffe2] How to use Split operator?
Hi all, how can I use the Split operator? I want to split a tensor and get the splitted blobs based on a indicated split number for further processing. Something like this: ``` ... relu = brew.relu(m, fc3, fc3) split1, split2 = m.net.Split(relu, num_splits=2,axis=0) conv2 = brew.conv(m, split1, 'conv2', ..........
caffe2
low
Minor
376,117,815
TypeScript
Skip type checking project reference redirect(declaration file from project reference) to improve perf
<!-- 🚨 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 <!-- List of keywords you searched for before creating this issu...
Suggestion,In Discussion,Scenario: Monorepos & Cross-Project References,Domain: Performance
low
Critical
376,118,379
rust
Specific implementations on wrapper types should show up on the page of the inner type
Currently, with the following code: ```rust pub struct Rc<T>(T); pub struct Foo; impl Rc<Foo> { pub fn bar() {} } ``` the impl appears on the page for `Rc`, even though it's more relevant for `Foo`. Provide a way to mark a type as a wrapper type, such that an impl where its first generic parame...
T-rustdoc,C-enhancement,A-trait-system,A-rustdoc-ui
low
Minor
376,140,752
react
Using both getDerivedStateFromError and getDerivedStateFromProps can be a foot gun
<!-- Note: if the issue is about documentation or the website, please file it at: https://github.com/reactjs/reactjs.org/issues/new --> **Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** If `componentDidCatch` and/or `getDerivedStateFromError` put the ...
Type: Discussion
low
Critical
376,153,252
TypeScript
JSDoc doesn't dig through type aliases
**TypeScript Version:** 6fd6a04f2eabcbd468b80aac270b34bad24892e4 **Code** ```ts /** @param containingNode Node to check for parse error */ type AddUnusedDiagnostic = (containingNode: number, type: number, diagnostic: number) => void; ``` **Expected behavior:** `containingNode` in the JSDoc comment binds to...
Suggestion,Domain: JSDoc,Domain: Type Display,Experience Enhancement
low
Critical
376,167,757
TypeScript
Nested indexing of mapped type fails to resolve correctly
<!-- 🚨 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: Indexed Access Types
low
Critical
376,179,505
vscode
[css] Add @media and @supports to CSS breadcrumbs
It would be really useful if the navigation breadcrumbs for css included @media and @supports queries. At the moment, if you are working inside a long media query, there's no easy way to tell aside from scrolling up and manually checking for one. ![screen shot 2018-10-31 at 3 04 08 pm](https://user-images.github...
feature-request,css-less-scss
low
Minor
376,181,013
TypeScript
Quick info for array in `a.length` shows `any[]` even when it should have a type
**TypeScript Version:** 3.2.0-dev.20181031 **Code** ```ts /// <reference path='fourslash.ts'/> // @strict: true ////function f(b: number) { //// const /*0*/a = []; //// if (b) /*1*/a.push(0); //// /*2*/a.length; //// /*3*/a.concat; ////} verify.quickInfos({ 0: "const a: any[]", ...
Bug,Domain: Quick Info
low
Minor
376,190,692
TypeScript
mixing generics, Pick, Exclude and intersection types fails to compile in 3.1.0
<!-- 🚨 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: Indexed Access Types
low
Critical
376,196,280
opencv
OpenGL code in samples/cpp/detect_mser.cpp
We should keep samples simple as much as possible. What is OpenGL part demonstrate in this sample? Can we port this code into OpenCV code without OpenGL usage? Should we move original "OpenGL" code into "samples/opengl" sub-directory?
category: samples,RFC
low
Minor
376,196,486
go
x/tools/go/packages: failure parsing go.mod silently ignored
Followup from #28518. We spent a while chasing our tails before realizing that `go list` was failing entirely. I think the error was swallowed because the call fell into the `usesExportData` case of `invokeGo`'s error handling. Can anything better be done? @ianthehat @matloob
modules,Tools
low
Critical
376,204,611
flutter
Make BorderStyle extensible
It would be interesting to support new kinds of BorderStyle, based on some sort of interface that converts a Path to another Path for later processing. e.g. to enable a package to implement dashed borders for the Border class and friends.
c: new feature,framework,customer: crowd,P3,team-framework,triaged-framework
medium
Major
376,215,390
rust
.count() too slow
I noticed something peculiar in #33038, notably > So in short, the slowdown is caused by .count() using 64 bit integers. Which is strange, because the length of the vector is known be less than 2^32 - is there any way to optimize Vec or count() to use something smaller than usize? In my understanding, `.count()` ...
A-LLVM,I-slow,T-compiler
low
Major
376,223,890
TypeScript
Compiler API to resolve path from ImportDeclaration
Hi there, since TS supports `paths` in `tsconfig.json`, is there an API in the compiler (`Program`, `CompilerHost` or something) to programmatically resolve real path of an import? I wrote this transformer https://github.com/longlho/ts-transform-css-modules and it's tripping up on paths that are aliased in `tsconfig...
Suggestion,In Discussion,API
low
Minor
376,232,772
react
Unexpected copies of the props object retained in memory with the new hooks API
<!-- Note: if the issue is about documentation or the website, please file it at: https://github.com/reactjs/reactjs.org/issues/new --> **Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** ```jsx function useCustomHook1() { useEffect(() => { console...
Type: Needs Investigation,Component: Reconciler
low
Critical
376,245,386
neovim
:edit scrolls the viewport
<!-- Before reporting: search existing issues and check the FAQ. --> - `nvim --version`: 0.3.1 - Vim (version: ) behaves differently? : cursor line does not move - Operating system/version: ubuntu 14.04 - Terminal name/version: xterm - `$TERM`: xterm-256color ### Steps to reproduce using `nvim -u NORC` ...
enhancement
low
Minor
376,321,546
TypeScript
Conflicting function return types checked for single bindings, but not overloads.
<!-- 🚨 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,In Discussion
low
Critical
376,366,057
flutter
All plugins are grabbed with Implementation rathar than Api which prevents accessing the plugin from existing apps
## Steps to Reproduce ### TLDR; - I created a flutter-plugin (With a static listener that your existing app can register itself to): https://github.com/shehabic/dhplugin/blob/master/android/src/main/java/com/deliveryhero/pandora/dhplugin/DhpluginPlugin.java - I create a module to consume this plugin https://github...
tool,engine,t: gradle,a: existing-apps,P2,a: plugins,team-engine,triaged-engine
low
Minor
376,392,631
pytorch
Support gathering nested lists in DataParallel
## πŸš€ Feature <!-- A clear and concise description of the feature proposal --> The [current implementation](https://github.com/pytorch/pytorch/blob/ee628d64b9d2bc8ab26655982aa3a158859a99c0/torch/nn/parallel/scatter_gather.py#L46) of the `gather` function supports simple data structures like tensors and dictionaries b...
triaged,module: data parallel
low
Major
376,416,489
rust
format!() ignores precision while formatting Debug
The `precision` field is ignored when formatting/printing `Debug` representation. Apparently, it *is* honored when formatting `Display` representation. https://play.rust-lang.org/?version=nightly&mode=debug&edition=2015&gist=516b0c6222b4b351b69e45c15943821b
T-lang
low
Critical
376,430,175
go
cmd/go: -buildmode=pie does not build correct PIE binaries for ppc64le
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? latest ### Does this issue reproduce with the latest release? yes ### What operating system and processor architecture are you using (`go env`)? ppc64le ### What did you do? Tried t...
NeedsInvestigation,arch-ppc64x
medium
Critical
376,525,173
TypeScript
Add new moduleResolution option: `yarn-pnp`
## Search Terms yarn pnp plug'n'play plug ## Suggestion Yarn has released a new feature for using modules without having a `node_modules` directory present: plug'n'play. Some community tooling is available for customizing the TypeScript compilerHost so that it can use plug'n'play modules, but this does not wo...
Suggestion,Awaiting More Feedback
high
Critical
376,532,119
godot
InputEvent's device id is always 0
**Godot version:** 3.0.5stable & 3.1alpha (13eaded) **OS/device including version:** Linux 4.18.16 <!-- Specify GPU model and drivers if graphics-related. --> **Issue description:** The event’s device ID is always set to 0, was hoping to detect what keyboard or mouse was creating the InputEvent from in "fu...
bug,discussion,topic:porting,documentation,topic:input
low
Critical
376,535,539
rust
Build errors with edition=2018 after clean `cargo fix --edition`
With `nightly-2018-11-01` in Servo, after finally getting `cargo fix --edition` to complete without warnings. (Which was not easy: https://github.com/rust-lang-nursery/rustfix/issues/149, https://github.com/rust-lang-nursery/rustfix/issues/150), I added `edition = "2018"` to (almost) all `Cargo.toml` files. At this ...
C-bug,F-rust_2018_preview,S-needs-repro,A-edition-2018
low
Critical
376,556,467
TypeScript
Re-export class as part of a different namespace
This is similar to https://github.com/Microsoft/TypeScript/issues/4529, but that issue was closed before it got any real traction. Setup: ````ts // panel.ts export class Panel { constructor() {} } export namespace Panel { export enum GridLineTypeFlags { NONE = 0x00 } export en...
Suggestion,In Discussion
low
Critical
376,567,696
pytorch
[jit] restrict promotion of single-element arguments to lists
We had a bug where a `len(Tensor t)` call in script was getting dispatched to `aten::len(Tensor[] t)`. We fixed it by adding single-element version, but there's no reason we should be promoting the tensor to a singleton list. The argument promotion should only happen for integers, and only for certain ops like `aten...
oncall: jit
low
Critical
376,568,696
TypeScript
Broken IndexedDB event typings in 3.1.5
<!-- 🚨 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: lib.d.ts
medium
Critical
376,606,009
create-react-app
Extended configs appear to not be fixed
https://github.com/facebook/create-react-app/issues/5645#issuecomment-435201019
issue: typescript
low
Minor
376,621,925
TypeScript
Strict type-checking on a per-file basis "@ts-strict"
## Search Terms strict per file ## Suggestion Currently in the process of converting a moderate-sized javascript project to typescript. Would love to be able to enable strict type-checks on a per-file basis. ## Use Cases Enabling strict mode for the entire project is a daunting task that presents a barr...
Suggestion,In Discussion
high
Critical
376,625,469
pytorch
How to do inference with float16 (or half) in caffe2?
I cannot find any resource about running inference with float16. There is resnet.py for training with float16, but no information is provided for inference with float16. Any help? Thank you
caffe2
low
Minor
376,629,966
go
runtime: unknown pc during parallel benchmarks
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? go1.11.1 linux/arm64 ### Does this issue reproduce with the latest release? yes ### What operating system and processor architecture are you using (`go env`)? I'm using archlinux ...
NeedsInvestigation,compiler/runtime
low
Critical
376,665,752
pytorch
Caffe2 missing headers in docker/conda
## πŸ› Bug The conda environment that is part of the docker image is missing a bunch of headers ## To Reproduce Steps to reproduce the behavior: 1. Create a docker image using the steps on the readme. 1. Try to include #include <caffe2/core/predictor.h> ``` /workspace/src/main.cpp:9:35: fatal error: caf...
caffe2
low
Critical
376,669,078
go
x/build/kubernetes/gke: investigate if viable to get 4 tests to run on builders again
<!-- 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 a...
Builders,NeedsInvestigation
low
Critical
376,670,456
TypeScript
AudioWorkletProcessor type definition is missing
<!-- 🚨 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,Help Wanted,Domain: lib.d.ts
medium
Critical
376,697,584
go
os: add test for Windows Dedup volumes
In recent CL 143578, I was going to remove some code that I thought did nothing. My change would have made all files on Windows Dedup volumes ( https://docs.microsoft.com/en-us/windows-server/storage/data-deduplication/overview ) look like symlinks. Luckily @kolyshkin pointed my mistake ( https://github.com/golang/g...
Testing,help wanted,OS-Windows,Builders,FeatureRequest,new-builder
low
Minor
376,717,125
opencv
Persistence refactoring: CUDA code is broken
[Build](http://pullrequest.opencv.org/buildbot/builders/master-contrib_cuda-lin64/builds/36). relates #13011
bug,priority: low,category: build/install,category: gpu/cuda (contrib)
low
Critical
376,735,620
TypeScript
Parser API: Expose a Method to Determine Whether a Numeric Literal is of Certain Flag
<!-- 🚨 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 Parser API numericLiteralFlags numeric literal flag <!-- Lis...
Suggestion,In Discussion,API
low
Critical
376,745,726
opencv
python: gen2.py generates constructors for abstract interfaces
- OpenCV => 3.4 / master (probably all 3.x versions) - Operating System / Platform => Windows 64 Bit - Compiler => python3.5, opencv3.4.3 (from pip here) ##### Detailed description we *should* use `XXX_create()` functions, but folks will try to use `XXX()` instead , leading to cryptic errors: ``` >>> img = ...
bug,category: python bindings,effort: ∞
low
Critical
376,771,004
godot
Godot cut bottom of last item until show scroll
**Godot version:** 3.1 0e27af2 **OS/device including version:** Windows 10 **Issue description:** When window has a little smaller height than all elements need, Godot cut a some of pixels at the last item instead show scroll. **Steps to reproduce:** ![jfile](https://user-images.githubusercontent.com/4...
bug,topic:editor,confirmed
low
Minor
376,796,523
pytorch
[feature request] Singular values and spectral norm for convolutional layers
Google Brain open-sourced a simple impl based on FFT: https://github.com/brain-research/conv-sv/blob/master/conv2d_singular_values.py ([paper](https://arxiv.org/abs/1805.10408)) It could be a nice addition to SpectralNorm or for debugging in general cc @mruberry @peterbell10 @vincentqb @vishwakftw @jianyuh @nikitav...
module: convolution,triaged,module: linear algebra,module: fft,function request
low
Critical
376,804,446
kubernetes
Disable cpu quota(use only cpuset) for pod Guaranteed
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Disable cpu quota when we use cpuset for guaranteed pods. **Why is this needed**: For now, kubelet default adds cpu quota and share for all cases when `cpuCFSQuota` is open, even if *cpuset* will ...
kind/bug,priority/backlog,sig/node,triage/accepted
high
Critical
376,824,906
pytorch
OpenCL support for smartphones
## πŸš€ Feature OpenCL can be used to run AI at Mali GPUs present in top Exynos ARM chips in smart phones. I would be nice to run simple NN like [MTCNN](https://kpzhang93.github.io/MTCNN_face_detection_alignment/) locally without sending images to cloud. ## Motivation OpenCL is supported by many top smart phones. ...
triaged
low
Minor
376,825,812
vscode
Setup has detected that setup is currently running
Issue Type: <b>Bug</b> Unexpected since I did not run any setup myself. Shortly before that the (1) badge showed up on the gear icon. ![image](https://user-images.githubusercontent.com/9205389/47920110-8236b080-deb1-11e8-93d5-ab2a3839552c.png) VS Code version: Code - Insiders 1.29.0-insider (220bff273eed39...
bug,install-update,windows
high
Critical
376,834,056
go
cmd/link: suspicious use of (*cmd/internal/bio/buf.Reader).Seek
While a running a recent test of vet, it flagged the (*buf.Reader).Seek method as not having a proper return type (int64, error). Instead it handles errors by calling log.Fatal, yet most callers of this function seem to assume it returns a negative number to indicate failure. Someone who knows this code should proba...
help wanted,NeedsInvestigation,compiler/runtime
low
Critical
376,844,653
TypeScript
Typeguards with destructuring parameters
## Search Terms Typeguard type narrowing destructuring ## Suggestion It'd be nice to be able to have typeguard functions with destructuring arguments. ## Use Cases When manipulating tuples or other anonymous structured types, whose typeguard relies only on a small part of the object, it would make the ...
Suggestion,Awaiting More Feedback
low
Minor
376,856,350
scrcpy
Multi-tasking windows
It would be great to be able to display each app in a separate window, similarly to Samsung DeX/Sentio/etc.
feature request
low
Minor
376,881,605
vscode
Not searching some files that aren't in an open folder
Issue Type: <b>Bug</b> I've been having this problem for a few weeks - it used to work correctly. I have tested without extensions and it still occurs. I open a set of log files (not a folder) and want to search all of them for errors. There are files with *.err file extensions which are repeatedly not getting s...
bug,info-needed,search,confirmed
low
Critical
376,910,018
vscode
Keyboard Shortcuts Ide Tab and Browser Pdf Shift+Alt+... entries
Issue Type: <b>Bug</b> The Keyboard Shortcuts ide tab [ Ctrl+K Ctrl+S ] and browser pdf [ Ctrl+K Ctrl+R ] references have a bunch of Shift+Alt+... entries. For whatever mental reason I, and i'm guessing others, find these really confusing given historically we are used to seeing keyboard shortcuts involving use o...
feature-request,keybindings,windows
low
Critical
376,910,694
rust
Run specific test by fully qualified name
Suppose I have two test targets: 1. tests/tests1.rs ```rust #[test] fn test1() { panic!() } #[test] fn test2() {} ``` 2. tests/tests2.rs ```rust #[test] fn test1() {} #[test] fn test2() { panic!() } ``` I want to run only test1 from tests1 and test2 from tests2. The `--exact` option...
C-enhancement,A-libtest,T-testing-devex
low
Minor
376,955,034
TypeScript
Allow setters to return
<!-- 🚨 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 Setters cannot return a value decorators <!-- List of keywords...
Suggestion,Awaiting More Feedback
low
Critical
376,960,106
rust
Tracking issue for `trait alias` implementation (RFC 1733)
This is the tracking issue for **implementing** (*not* discussing the design) RFC https://github.com/rust-lang/rfcs/pull/1733. It is a subissue of https://github.com/rust-lang/rust/issues/41517. ## Current status Once #55101 lands, many aspects of trait aliases will be implemented. However, some known limitations...
A-trait-system,B-unstable,B-RFC-implemented,C-tracking-issue,S-tracking-needs-summary,T-types,S-types-deferred
low
Critical
376,961,544
rust
trait alias `dyn` type equality doesn't work
If you have `trait Foo { }` and `trait Bar = Foo`, we do not currently consider `dyn Foo` and `dyn Bar` to be the same type. Subissue of https://github.com/rust-lang/rust/issues/55628
A-trait-system,T-compiler,C-bug
low
Minor
376,970,927
TypeScript
infer-from-usage should infer "truthy" when only undefined is available
```ts function f(x, y) { if (y) { x = 1 } return x } f(2) ``` **Expected behavior:** Run infer-from-usage and get `x: number, y?: boolean | undefined` **Actual behavior:** `x: number, y?: undefined`
Bug,Domain: Quick Fixes
low
Minor
376,984,147
go
cmd/compile: cleanup compiler flag processing
There are (at least) 3 ways in which compiler flags are internally specified and processed. It's a mess. Should clean up and provide a more systematic way of dealing with flags.
Suggested,NeedsFix,compiler/runtime
medium
Critical
377,002,573
TypeScript
Can we cut down on `Object.assign` overloads?
[We can convert unions into intersections](https://stackoverflow.com/questions/50374908/transform-union-type-to-intersection-type) (thanks @jcalz!), and we can model variadic args pretty well, so I figured I'd try to model `Object.assign` with a single overload. Here's what I came up with: ```ts // Maps elements of...
Suggestion,Needs Proposal
low
Major
377,014,372
flutter
Keyboard disappears when TextField is dynamically wrapped
## Steps to Reproduce 1. Run the below code 2. Tap the `TextField` 3. Enter a character 4. Observe that the keyboard immediately disappears and the entered character "disappears" (I expect that the keyboard remains visible and the entered character appears in the `TextField`) NOTE: I used a `Dismissible` in my...
a: text input,framework,has reproducible steps,P3,found in release: 3.10,found in release: 3.12,team-framework,triaged-framework
low
Critical
377,023,370
terminal
Problems with font "zooming"
The first problem is that there's no way to reset it to "100%" -- Frankly, my suggestion is that you should support hotkeys like browsers do: - `{Ctrl}+{=}` to zoom in - `{Ctrl}+{-}` to zoom out - `{Ctrl}+{0}` to reset it to normal... The second problem is that zooming resizes the window -- which is particular...
Product-Conhost,Area-Interaction,Issue-Bug
low
Major