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
483,236,767
pytorch
[RPC] Fix logging initialization warning in ProcessGroupAgent
## πŸ› Bug On existing of RpcAgent process, the log lines shows that the logger was not initialized. ```Bash WARNING: Logging before InitGoogleLogging() is written to STDERR I0820 23:57:09.260012 428932 process_group_agent.cpp:232] Shutting down ProcessGroupAgent w:3 WARNING: Logging before InitGoogleLogging() ...
module: internals,triaged
low
Critical
483,239,903
opencv
aligned allocation in c++17 dialect
> Headers/core/utility.hpp:581:7: error: aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is only available on iOS 11 or newer > > class ParallelLoopBodyLambdaWrapper : public ParallelLoopBody > ^ > > Headers/core/utility.hpp:598:26: note: in implicit destructor for 'cv...
priority: low,category: build/install,platform: ios/osx,incomplete
low
Critical
483,276,961
rust
Improve bytes per second benchmark output
I'm building a library that implements a somewhat slow compression algorithm and I wanted to see what sort of speeds I was getting. Using the benchmark I can get the speeds for some tests; but not for the slower ones: ``` test compress_large::level_0 ... bench: 10,848,110 ns/iter (+/- 343,409) = 1 MB/s test comp...
C-enhancement,T-compiler,T-dev-tools,A-libtest
low
Major
483,291,841
flutter
Using activity-alias as MAIN/LAUNCHER activity will throw an incorrect error when using `flutter run`
<!-- 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,t: gradle,customer: solaris,P3,team-tool,triaged-tool
medium
Critical
483,310,112
youtube-dl
is there have a way to skip vedio doesn't have subtitle?
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
question
low
Critical
483,367,886
rust
debuginfo/issue-22656.rs fails with LLVM/clang Assertion `Prior->FD->hasAttr<NoUniqueAddressAttr>() && "should not have reused this field's tail padding"' failed.
I haven't been running debuginfo tests locally for a long while due to a variety of issues, but I was surprised to get only 1 failure, `src/test/debuginfo/issue-22656.rs` with LLDB: ```cpp python2.7: /home/eddy/Projects/rust-2/src/llvm-project/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp:603: void (anonymous namesp...
A-debuginfo,P-low,T-compiler,C-bug
low
Critical
483,443,443
TypeScript
Cannot use nesting computed property name in an interface
**TypeScript Version:** 3.5.1 **Code** ```ts const enum Types { FOO = 0, }; const Names = { [Types.FOO]: 'foo', } as const; interface Baz { [Names[Types.FOO]]: string; } ``` **Expected behavior:** No error **Actual behavior:** Error: A computed property name in an interface must...
Bug
low
Critical
483,444,850
kubernetes
Give the proper reason for killing pods
Add the reason the pod was killed, e.g. exceeded memory limit, liveness probe, readiness probe... Kubelet outputs "Killing container with id docker://your-example-application:Need to kill Pod" Reason: "Killing" This message is unhelpful when it comes to diagnosing why the pod was killed, and can be improved wit...
sig/node,kind/feature
high
Critical
483,459,430
flutter
SwitchListTile style different based on subtitle
If I have a SwitchListTile with one line of subtitle, it works fine. All the SwitchListTile are the same height. As soon as the subtitle is longer and takes two lines, the SwitchListTile is even smaller than with one line. This is a very strange behaviour. Shouldn't it stay at least the same height as with one li...
framework,f: material design,has reproducible steps,P2,found in release: 2.5,found in release: 2.6,team-design,triaged-design
low
Major
483,475,025
pytorch
torch.cuda.synchronize blocks CUDA execution on other threads using other devices.
## πŸ› Bug In a situation in which different Python threads execute CUDA operations on different devices, calling torch.cuda.synchronize blocks CUDA executions on all threads, including those on other CUDA devices. ## To Reproduce 1. `git clone https://gist.github.com/c812a38a338878f5c02f6193511afc6a.git cudasy...
module: cuda,triaged
low
Critical
483,510,160
node
`socket.setTimeout` destroys connection automatically
<!-- 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...
question,http,doc
low
Critical
483,530,528
TypeScript
`esModuleInterop` breaks circular imports
<!-- 🚨 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
483,536,292
flutter
Instrumentation test plugin should report test results individually as they finish
Right now the instrumentation_test plugin batches up all the test results into a single result. It should report each individual Dart test as an instrumentation test result as soon as it finishes.
a: tests,c: new feature,team,framework,f: integration_test,P3,team-framework,triaged-framework
low
Major
483,543,763
flutter
[camera] plugin – cannot select telephoto lens
There appears to be no way to select the telephoto lens on an iPhone 8+ using `camera: ^0.5.4`. It only shows two cameras, one front, one back.
c: new feature,p: camera,package,team-ecosystem,P2,triaged-ecosystem
low
Minor
483,562,790
godot
Improve Godot shutdown process on Android
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** Any version < 3.2 <!-- Specify commit hash if non-official. --> **OS/device including version:** Android <!-- Specify GPU model and drivers if gr...
enhancement,platform:android,topic:porting
low
Minor
483,577,049
create-react-app
Bump the Hooks lint plugin to 2.0.1
This adds https://github.com/facebook/react/pull/16455. Technically a breaking change because it might uncover new violations.
issue: proposal,needs triage
low
Minor
483,627,556
pytorch
DataLoader slow down when `pin_memory=False`
## πŸ› Bug We have also observed that `pin_memory=False` leads to very slow data loading in the pytorch main process. After examining code, I found a possible explanation: a) `worker_result_queue.get()`(type `torch.multiprocessing.Queue`) is much slower (40~100ms) compared to `data_queue.get()` (type `torch._six.q...
module: performance,module: multiprocessing,module: dataloader,triaged
low
Critical
483,637,812
pytorch
Data worker should fetch a sample instead of a batch.
## πŸš€ Feature In multiprocess data loader, each data worker should fetch a sample instead of fetching a batch. (for `MapDataset` type) ## Motivation 1. Data workers will focus more on front part of the data queue, making the immediate needed batch faster to return. For example, when instantiating a new data lo...
module: dataloader,triaged,enhancement
low
Major
483,657,872
flutter
Remove generated Pod directory on `flutter clean`
## Proposal Remove Pod/ directory on `flutter clean`. See discussion at https://github.com/flutter/flutter/pull/38992#issuecomment-523644487.
tool,t: xcode,P3,team-tool,triaged-tool
low
Major
483,679,999
TypeScript
Fourslash server tests silently ignore compiler option directives
The existing working solution is to create a `tsconfig.json` fourslash-file, which is probably a better way to do things given that the server tests are supposed to mimic reality more closely, so my proposal would be to throw early when double-slash-attersand compiler directives are encountered. Semi-related: #25081
Infrastructure
low
Minor
483,681,943
neovim
API: nvim_input_flush
Proposal 1: API clients want a deterministic way to wait until "all input since _now_" has been processed. 1. new API function e.g. `nvim_input_flush()` ? 2. the function generates a new token and puts it in the input queue: https://github.com/neovim/neovim/issues/30760 - the token is a pseudokey like `<id:xxx>` w...
enhancement,api,input,event-loop
low
Minor
483,714,539
pytorch
[C++] Call find_package(Torch REQUIRED) more than one time in downstream project causes CMake configuration error
## πŸ› Bug Please see below minimal code to reproduce the problem CMakeLists.txt ``` cmake_minimum_required(VERSION 3.11) project(sample) find_package(Torch REQUIRED) find_package(Torch REQUIRED) add_executable(${PROJECT_NAME} main.cpp) target_link_libraries(${PROJECT_NAME} torch) ``` main.cpp ...
module: build,triaged
low
Critical
483,750,272
create-react-app
Revisit SVG data URI
### Background SVG files are treated differently than other images in CRA. (https://create-react-app.dev/docs/adding-images-fonts-and-files) https://github.com/facebook/create-react-app/issues/1153 disabled automatic conversion of small SVG files into data URIs. The reason for that was incompatibility with SVG s...
issue: proposal,needs triage
low
Major
483,760,688
flutter
Support Flutter add-to-library
## Use case Now I have a iOS framework to be used within other apps to integrate account and use center features. Since we have framework on both iOS and android, I want to use flutter to write some new pages proposed. ## Proposal Now how add-to-app works is that flutter has to depend on iOS or android Lif...
c: new feature,engine,d: api docs,a: existing-apps,c: proposal,P3,team-engine,triaged-engine
low
Major
483,805,944
pytorch
Benchmark cuDNN affine_grid_generator vs native
Similarly to https://github.com/pytorch/pytorch/issues/24470, the cuDNN `affine_grid_generator` should be benchmarked against the native CUDA version. The dispatch to cuDNN for `affine_grid` was disabled in https://github.com/pytorch/pytorch/pull/24929, but it's good to verify that performance hasn't notably regress...
module: performance,module: cudnn,module: nn,module: cuda,triaged
low
Major
483,827,532
electron
setContentProtection not working on macOS
<!-- As an open source project with a dedicated but small maintainer team, it can sometimes take a long time for issues to be addressed so please be patient and we will get back to you as soon as we can. --> ### Preflight Checklist <!-- Please ensure you've completed the following steps by replacing [ ] with [x]-...
platform/macOS,bug :beetle:,7-0-x
high
Critical
483,881,762
rust
use of proc_macro[2]::TokenStream in a vector in TLS causes rustc panic
I am relatively new to rust, but I am a huge, huge fan. I hate to report an issue and hope that it's something worthwhile. I am attempting to use `proc_macro[2]::TokenStream` in the implementation of a proc macro. I share a vector of `TokenStream`s across multiple invocations of those proc macros using storage allo...
A-macros,T-compiler,A-proc-macros
medium
Critical
483,909,880
vscode
[html] don't validate custom event handlers as JavaScript
- VSCode Version: 1.37.1 - OS Version: Windows 10 **Consider the following code snippet:** `<div onInvalidAttribute="test test" otherInvalidAttributeWithoutOnPrefix="test test"></div>` If the name of the attribute is prefixed with **β€œon”** and its value contains an empty space, then the followin...
bug,html
low
Critical
483,983,928
go
os/exec: $HOME not updated when running command as a different UID
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.12.5 linux/amd64 </pre> ### Does this issue reproduce with the latest release? yes ### What operating system and processor architecture are yo...
Documentation,NeedsInvestigation
low
Critical
483,993,387
ant-design
Allow collapsible sider to be used in fixed position
- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? Presently, in `Layout Sider`, the `collapsible sider` is in `position:relative` by default. To use a `fixed sider`, we must use a...
Inactive
low
Minor
484,003,206
go
cmd/go: allow 'go mod vendor' to omit replaced modules
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.12.9 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are...
NeedsInvestigation,FeatureRequest,modules
low
Critical
484,041,233
go
proposal: add explicit decision doc for large changes
#33670 talks about how to identify large changes. Having done that, we should expect a large discussion. It can't be the case that you have to read the whole discussion to participate. That doesn't scale. The goal of the discussion should be to identify all the pros and cons and tradeoffs involved in the decision. Oft...
Proposal
low
Major
484,044,467
TypeScript
Type metadata is lost in generic type interfaces
**TypeScript Version:** 3.6.1-rc <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** generic function metadata generic type jsdoc mapped type jsdoc **Code** ```ts interface Example { /** This is property A. */ a: number; } func...
Bug,Domain: Quick Info
low
Major
484,081,959
node
NodeJS blocks response from CONNECT
On my Linode VPS (Nanode) I host two separated apps: file streamer and forward proxy. The file streamer is written in NodeJS and streams files from remote servers to clients. A forward proxy is a classic forward proxy. The problem I have is that after a while of serving files, file streamer starts to block responses fr...
net
low
Critical
484,101,954
react
Devtools v4 does not work with Firefox's private window
<!-- 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 * This issue has been reported in https://github.com/facebook/react-devtools/issues/1383 **What is the ...
Type: Bug,Component: Developer Tools
medium
Critical
484,113,710
pytorch
[FYI] NestedTensor Project Progress
### Purpose of this issue This issue tracks RFCs and PRs related to the design and implementation of NestedTensors. It reflects the current state of the project. It is however **not** to discuss details of the projects, but solely for information purposes. For discussion please refer to the corresponding RFCs and PRs....
feature,triaged,module: nestedtensor
high
Major
484,120,903
svelte
Nested async components error when switching components
**Describe the bug** When nesting dynamic components that are imported via `await import('/SomeComponent.js')`, when the top-most component class is changed, the following error is thrown. **Logs** `TypeError: undefined is not an object (evaluating 'outros.c')` (full traceback below) **To Reproduce** ...
compiler
medium
Critical
484,121,581
pytorch
make add_module accept tuples as well or change containers(ModuleList, Sequential, etc) to allow this
## πŸš€ Feature <!-- A clear and concise description of the feature proposal --> ## Motivation The API is not consistent with the way architectures are made. That is you can do some actions using a set of methods, but cant do the same actions using a slightly different version of the same methods. To be more clear f...
module: nn,triaged,enhancement
low
Critical
484,154,912
godot
Project destroyed on system crash
Godot 3.1.1.stable Windows 7 ATI Radeon HD 4870 Intel Core 2 Duo E6400 My system crashed while editing a project, and now my `project.godot`, all my scenes (including an already forgotten tileset.tscn), and one of the scripts, are all like this: ``` 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0...
platform:windows,discussion,topic:editor
low
Critical
484,157,462
pytorch
Add new interpolation modes to `grid_sample`
_Note: This issue is expanded out of https://github.com/pytorch/pytorch/issues/24870 to allow more room for discussion._ ## πŸš€ Feature Currently, `torch.nn.functional.grid_sample()` supports two interpolation modes: `bilinear` and `nearest`. Other interpolation modes that could be added: - [ ] [`bicubic`](h...
module: nn,triaged,function request,module: interpolation
low
Major
484,219,326
pytorch
[Distance functions] F.pdist backward CUDA invalid configuration
## πŸ› Bug After passing the input through a `torch.nn.functional.pdist` function, the gradient *w.r.t.* to the input can not be correctly calculated on a cuda device. ## To Reproduce ```python import torch import torch.nn.functional as F def test(device, dim=1024): x = torch.rand(dim, 4, requires_grad=...
module: cuda,triaged,module: distance functions
low
Critical
484,225,761
pytorch
ScriptModule and nn.Module parameter ordering difference
```python class eagerNet(nn.Module): def __init__(self): super(eagerNet, self).__init__() self.conv1 = nn.Conv2d(1, 10, kernel_size=5) self.conv2 = nn.Conv2d(10, 20, kernel_size=5) self.fc1 = nn.Linear(320, 50) self.fc2 = nn.Linear(50, 10) def forward(self, x): ...
oncall: jit,triaged,jit-backlog
low
Minor
484,242,702
rust
Resolve unsound interaction between noalias and self-referential data (incl. generators, async fn)
Self-referential generators violate LLVM's expectations for `noalias` due to the overlapping bounds of the interior references and the `&mut self` argument to the `Generator::resume` function. Original issue description: async/await is possibly unsound -- I don't consider myself an authority here, so feel free to ed...
T-lang,I-unsound,C-bug,A-coroutines,A-async-await,AsyncAwait-Triaged
high
Critical
484,262,366
pytorch
ctc_loss computes different losses and gradients on batched utterances vs. individual utterances
## πŸ› Bug <!-- A clear and concise description of what the bug is. --> `ctc_loss` computes different loss values and different gradients when run on a batch of utterances than when it is run on each utterance individually. In batch mode, some of the computed gradients are -inf ## To Reproduce Steps to reprodu...
module: loss,triaged
low
Critical
484,276,585
pytorch
[FR][jit] torch.jit.script as a class decorator
If my module is supposed to be scripted, then it is natural to have the script wrapper close to the class definition, similar to scripting a function. Having to call `torch.jit.script` after instance creation is unintuitive, and often breaks abstraction. So, I think `torch.jit.script` should also work as a class dec...
oncall: jit,triaged,jit-backlog
low
Major
484,284,058
pytorch
[FR] torch.(Generator|random).seed allows specifying the seed value
Currently, our `torch.(Generator|random).manual_seed(seed)` seeds the generator to a specific value; `.seed()` seeds it from `std::random_device` or the current time. It is a bit inconsistent with other random libs where the usual `.seed(seed=None)` method seeds to specific value if `seed` is specified, and to some...
triaged,enhancement,module: random
low
Minor
484,285,548
pytorch
Generator objects should not always use the same seed
I don't think that this is the intended behavior. This is most of the times what you don't want when you have multiple generators. The initial seed doesn't seem to come from the current RNG either. It breaks reproducibility. I suppose it also makes sense to grab from `std::random_device`, `urandom`, current time, o...
triaged,module: random
low
Minor
484,289,009
flutter
[video_player] add Linux support
Just tried Flutter 1.7 with video_player 0.10.1+6 on Ubuntu 18.04, but it doesn't seem there is a plugin support. error message: ``` [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: MissingPluginException(No implementation found for method init on channel flutter.io/videoPlayer) [ ] #0 ...
c: new feature,platform-linux,p: video_player,package,c: proposal,a: desktop,P2,team-linux,triaged-linux
low
Critical
484,328,614
terminal
Feature Request - Live Share support
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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...
Issue-Feature,Area-UserInterface,Area-Extensibility,Product-Terminal
low
Critical
484,392,428
TypeScript
ES6 module immediately exported var clash with local "exports" variable
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. --> **TypeScript Version:** 3.5.1 (playground), 3.5.3 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** es6 module exports object scope declare declaration...
Bug,Help Wanted
low
Critical
484,447,741
pytorch
JavaScript (Web Assembly) target for trained models
## πŸš€ Feature A compiler that converts the trained model to a [WASM](https://developer.mozilla.org/en-US/docs/WebAssembly) binary where they could be accessed via a JavaScript function. ## Motivation I hope to deploy models in web browsers. ## Pitch Be able to compile a trained model to WASM. ## Alterna...
triaged,enhancement
medium
Major
484,457,981
pytorch
No way to correctly reset weights of a model with spectral norm
I didn't find any similar issue (with spectral norm), so excuse me if I file a duplicate. ## πŸ› Bug There is no way to fully reset the weights (buffers?) of a model with spectral norm. When I reuse my model I get good looking samples almost instantly on any full MNIST 30-epoch training run other than the first, whi...
module: nn,triaged,has workaround
low
Critical
484,478,183
TypeScript
Add type to retrieve valid events of an EventTarget
<!-- 🚨 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...
Suggestion,Awaiting More Feedback
medium
Critical
484,480,846
opencv
OpenCV tries and fails to build disabled tests
##### System information (version) - OpenCV => 4.1.1 - Operating System / Platform => Haiku 64 Bit - Compiler => GCC 8.3.0 ##### Detailed description Compiling OpenCV with disabled test still tries to compile test files and fails. ##### Steps to reproduce Compiling OpenCV like: ``` cmake .. \ -DWIT...
category: build/install
low
Critical
484,490,936
godot
Light2D does not use AtlasTexture correctly
**Godot version:** v3.1.stable.official **OS/device including version:** Windows 10 Enterprise Version 10.0.17134 Build 17134 **Issue description:** When I assign an atlas texture to the light it either removes the light completely no matter what region I set or uses the previously assigned texture. **Steps...
bug,topic:rendering,confirmed
low
Minor
484,563,624
go
mime/multipart: encode non-US-ASCII characters in Content-Disposition
I am coming here from CL https://go-review.googlesource.com/c/go/+/190217 where @pascaldekloe has submitted a change that makes *mime/multipart.Writer generate a "Content-Disposition" value after invoking mime.FormatMediaType instead of using a quote escaper. In a comment https://go-review.googlesource.com/c/go/+/19...
NeedsDecision
low
Major
484,586,840
flutter
[in_app_purchase] Improved error messages / codes for IAPError
I'm using the `in_app_purchase` plugin version `0.2.1`, and i noticed the `IAPError` error message gave me the string `BillingResponse.itemAlreadyOwned` on Android. I would like the string `Item already owned` or similar, and preferably localised in my current locale. This happened when i tried to buy an `non-consumab...
c: new feature,p: in_app_purchase,package,a: error message,team-ecosystem,P3,triaged-ecosystem
medium
Critical
484,596,130
youtube-dl
marilyn.ca can be supported with very minor adjustment of [9c9media]
<!-- ###################################################################### 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
484,600,563
flutter
getExternalStorageDirectory() does not work inside State of Stateful Widget
<!-- 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...
p: path_provider,package,team-ecosystem,P2,triaged-ecosystem
low
Critical
484,607,217
go
runtime: make `GOMAXPROCS` cfs-aware on `GOOS=linux`
### Problem The default setting of `runtime.GOMAXPROCS()` (to be the number of os-apparent processors) can be greatly misaligned with container cpu quota (e.g. as implemented through [cfs bandwidth control][cfs_bwc] by docker). This can lead to large latency artifacts in programs, especially under peak load, or w...
NeedsInvestigation,compiler/runtime
high
Critical
484,616,765
pytorch
[FR] Dropout modules/functions should take in generator=
To be consistent with all other random functions. cc @SsnL
module: nn,triaged,enhancement,module: random
low
Minor
484,617,644
TypeScript
Ability to only check specific errors
<!-- 🚨 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...
Suggestion,Awaiting More Feedback
low
Critical
484,633,390
go
x/website/_content/doc: Channels example in Effective Go leaks goroutines
The [final example](https://github.com/golang/go/blob/master/doc/effective_go.html#L3085) in Effective Go's [Channels](https://golang.org/doc/effective_go.html#channels) section leaks goroutines. Here's a solution that preserves the original semantics of `Serve`, and is closest to a similar example presented in [Tour](...
Documentation,NeedsInvestigation,website
low
Major
484,643,021
kubernetes
Improve handling of readonly volume expansion
Volumes that are attached as readonly or is mounted as readonly needs to be handled different for CSI. For CSI in particular - the decision of whether to expand the volume or not should be off loaded to CSI storage provider rather than kubernetes making the decision for them. Fixing this for good will require a spe...
kind/bug,sig/storage,triage/accepted
low
Major
484,645,864
flutter
dart binary fails to execute while building flutter tool (windows)
OS: `Windows 10 (1903 - 18956.1000)` Flutter: master and stable I've tried a bunch of different ways to install on Windows and keep getting the same error. I've tried `stable` and `master`. ``` Checking Dart SDK version... Downloading Dart SDK from Flutter engine 975a8aa5752e5774ffcd342a6f987d61bd5d84a5... Un...
c: crash,tool,dependency: dart,platform-windows,a: first hour,P2,team-tool,triaged-tool
low
Critical
484,658,263
go
cmd/go: support -buildmode=c-archive on android/arm64
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.12.9 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture ar...
help wanted,OS-Android,NeedsInvestigation,FeatureRequest
low
Critical
484,666,243
pytorch
[RFC] NestedTensor - 0.0.2
This issue tracks discussion around [NestedTensor RFC 0.0.2](https://docs.google.com/document/d/1hrIV14FvQajiUbkF43Cor8fii51XY6fMkEw5Q4tMOak/edit). The linked document is a view-only Google doc. Please leave your comments here. For a general overview over the project [see the FYI issue](https://github.com/pytorc...
triaged
low
Minor
484,672,254
tensorflow
How to create Python extension module that uses TensorFlow C API?
<em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em> **System information** - OS P...
stat:awaiting tensorflower,type:support,comp:runtime,TF 2.8
medium
Critical
484,684,045
flutter
GPUSurfaceGL::CreateOrUpdateSurfaces creates surfaces twice on startup
I was debugging an issue about how we create our offscreen surfaces for iOS and found that this function creates surfaces twice on startup. Such behavior could be explained if the second surface was a different size, but both report being created with the same size. @chinmaygarde indicated that this shouldn't be hap...
engine,P2,team-engine,triaged-engine
low
Critical
484,731,423
pytorch
Feature request: Fix dimension convention for masks in transformer
In PyTorch 1.2, For `nn.Transformer`, the `src` dimensions correspond to `S, N, E` (sequence position, batch index, embedding feature), but the `src_key_padding_mask` dimensions correspond to `N, S`. That is, the batch is the second dimension of `src` but the first dimension of `src_key_padding_mask` (and other mask...
feature,module: nn,triaged
low
Minor
484,761,679
flutter
"flutter bash-completion" fails when the tool needs to rebuild itself
A fix for this was proposed in https://github.com/flutter/flutter/pull/37845 but it unfortunately broke some tests so it was reverted in https://github.com/flutter/flutter/pull/39160. cc @gspencergoog @christopherfujino @ryenus
tool,P2,team-tool,triaged-tool
low
Minor
484,763,310
pytorch
Serialization does not work for quantized modules
## πŸ›torch.load() followed by torch.save() does not work for quantized modules as super class state is not preserved. <!-- A clear and concise description of what the bug is. --> Problem is related to quantized modules directly implementing __setstate() and __getstate() functions without calling parent class (nn.Mo...
module: serialization,triaged,quantization_release_1.3
low
Critical
484,792,357
flutter
flutter fails to detect adb network device
I am trying to develop with Android device on adb network so that it will be easy for development. I am able to detect the device on cmd but flutter devices fail to detect. #### Adb devices ![adb-devices](https://user-images.githubusercontent.com/12843168/63634467-6b499080-c674-11e9-886a-06a12e65012b.png) ##...
c: new feature,tool,P3,team-tool,triaged-tool
low
Minor
484,825,757
rust
null trait object raw pointers are UB
Opening after some discussion in https://github.com/rust-lang/miri/issues/918#issuecomment-524554552 This playground snippet crashes on an illegal instruction on release: https://play.rust-lang.org/?version=stable&mode=release&edition=2018&gist=7c69493026add62256996d204e1278c0 Are vtable ptrs in trait object ptrs N...
T-lang,A-raw-pointers,C-discussion,T-opsem,A-trait-objects
medium
Critical
484,839,856
rust
Unnecessary HasParamEnv bound on C for FnTypeExt
https://doc.rust-lang.org/nightly/nightly-rustc/rustc/ty/layout/trait.FnTypeExt.html
C-cleanup,T-compiler
low
Minor
484,845,715
flutter
[Proposal]ExpansionTile should allow flexible content
`ExpansionTile` makes it very hard to get the following behavior: ![image](https://user-images.githubusercontent.com/2412819/63640660-1bce8900-c6a3-11e9-8a94-f3402d3de965.png) (The size of the `ExpansionTile` adapts to the size of the `ListView` inside, until it takes all the available space, at which point the `...
c: new feature,framework,f: material design,customer: crowd,c: proposal,P3,team-design,triaged-design
low
Major
484,848,565
youtube-dl
BBC athletics which is not on iplayer cannot be downloaded by youtube-dl currently
<!-- ###################################################################### 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
484,853,956
pytorch
Problems with install python from source
## πŸ› Bug For Pytorch 1.3.0 a from source installation is necessary, if one only have cuda 9.0. I cant update the version, because I do not have root access. ## To Reproduce I have done everything what they say in the tutorial. The result is the following output of CMakerError: ``` Performing C++ SOURCE FILE T...
module: build,triaged
low
Critical
484,855,515
flutter
SecurityContext.setTrustedCertificatesBytes fails with BAD_PKCS12_DATA
<!-- 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...
engine,dependency: dart,P2,team-engine,triaged-engine
low
Critical
484,872,988
create-react-app
Add option to watch all file changes in project tree
### Problem <!-- Provide a clear and concise description of what the problem is. For example, "I'm always frustrated when..." --> When I import GLSL files as strings using https://github.com/pveyes/raw.macro as discussed in #3722, changes to the GLSL files don't trigger HMR. This is a bit cumbersome for We...
issue: proposal
low
Minor
484,873,249
godot
NodePath `^` operator doesn't have auto-completion (`@` in `3.x`)
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 89bcfa4b3 **Issue description:** Sooo there's this `@` operator, which is mostly used for NodePaths, like, you can export a NodePath and give it a de...
enhancement,topic:gdscript,topic:editor,usability
low
Minor
484,894,476
pytorch
euclidean distance between two tensors
## πŸš€ Feature <!-- A clear and concise description of the feature proposal --> euclidean distance as used in prototypical networks, included in standard PyTorch library. ## Motivation <!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated w...
triaged,function request,module: distance functions
low
Major
484,901,091
flutter
Compiler error messages get buried
``` ianh@burmese:~/dev/dummy$ flutter run Launching lib/main.dart on Pixel 3 XL in debug mode... Initializing gradle... 0.6s Resolving dependencies... 1.4s Running Gradle task 'assembleDebug'... Co...
tool,a: first hour,a: quality,P2,team-tool,triaged-tool
low
Critical
484,941,094
youtube-dl
Playlist Support for ARD-Mediathek Series Overview
# Checklist [x] - First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2019.08.13. If it's not, see https://yt-dl.org/update on how to update. Issues with outdated version will be REJECTED. ``` # youtube-dl -U Updating to version 2019.08.13 .....
site-support-request
low
Critical
484,946,322
godot
Button: Instead of having action modes, let's have seperate "button pressed", "button just pressed"and "button released" signals
**Godot version:** 3.1 stable Input maps and buttons should follow the same train of thought. I don't see the benefit of another system (maybe some can explain what the benefits of action modes might be). It just makes it harder to learn and more confusing imho. https://github.com/godotengine/godot/issues/4625 ...
discussion,topic:core
low
Minor
484,951,161
pytorch
Incorrect Validation Accuracy Due to Distributed Sampler
## πŸ› Bug <!-- A clear and concise description of what the bug is. --> The new `DistributedSampler` pads the number of samples to make it divisible by the number of processes, which is a bit similar to `drop_last` in `DataLoader` while here `DsitributedSampler` duplicates the last few samples instead of dropping ...
oncall: distributed,module: dataloader,triaged
low
Critical
484,952,225
react
onMouseEnter event missing when component hides on top of another (i.e. contextual menu)
I provide a codepen example showcasing the issue here, https://codepen.io/ivalduan/pen/VwZpmMQ 1. The component on the screen tracks correctly a hover state of the mouse pointer 2. With the right button you create a contextual menu without covering the text and the hover state is correct when the mouse is over the...
Component: DOM,Type: Needs Investigation
low
Minor
484,970,450
youtube-dl
[FR] Splitting live stream into multiple parts
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
request
low
Critical
484,975,493
godot
Default Environment lost after re-importing Assets
**Godot version:** 3.1.1 stable **OS/device including version:** linux (editor) **Issue description:** *project.godot* file has line `environment/default_environment="res://default_env.tres"` after re-import Assets this line will be lost **Steps to reproduce:** remove *.import* folder from any Godot proje...
bug,topic:editor,confirmed
low
Critical
484,987,117
rust
No documentation about f32_runtime without std
Hi, It seems like all the functions under `f32_runtime` don't work without std (https://doc.rust-lang.org/src/std/f32.rs.html#29-994) I tried looking for documentation about this and didn't find anything concrete, and since the `core` docs don't have documentation for the primitives and only the `std` ones do it's ha...
C-enhancement,T-libs-api,A-docs,A-floating-point
low
Minor
484,994,424
youtube-dl
new site support request for mediaamp.io
<!-- ###################################################################### 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
485,164,867
go
encoding/json: unmarshalling null into non-nullable golang types
### Does this issue reproduce with the latest release? As of 1.12, yes. ### What did you do? I unmarshalled `null` into an int, string, bool etc. (any non-nullable Golang type) ### What did you expect to see? A type mismatch error, similar to if I'd unmarshalled a string into an int, or any other type mi...
NeedsDecision
low
Critical
485,198,196
pytorch
BCEWithLogitsLoss expects wrong shape of weight (#classes instead of batch size)
## πŸ› Bug BCEWithLogitsLoss and binary_cross_entropy_with_logits used with weights parameter throw a RuntimeError stating that the weight has wrong shape. According to the documentation > weight (Tensor, optional) – a manual rescaling weight given to the loss of each batch element. If given, has to be a Tensor of s...
module: nn,module: loss,triaged
low
Critical
485,237,748
flutter
[iOS] add controller.print(String) to FlutterViewController
Allow us to print to Flutter's console with a FlutterViewController.print method. I am requesting this because I am not aware of any way to print to the Flutter console from within Swift on iOS. eg ```swift let printChannel = FlutterMethodChannel(name: "console", binaryMessenger: controller.binaryMessenger); pr...
platform-ios,engine,c: proposal,P3,team-ios,triaged-ios
low
Minor
485,270,433
opencv
Maybe tidy up optical flow implementations
Currently, there are plenty of optical flow implementations in OpenCV, in different modules. It's currently unclear if some of them are superseding others, if they are equivalent, if they are to be deprecated. They do not share either the same rules to create instances (sometimes through a factory, sometimes not). ...
category: video,RFC
low
Minor
485,329,846
node
Different behavior of async_hooks between Node 10 and 12 version
* **Version**: v10.16.3 and v12.9.0 * **Platform**: 4.15.0-58-generic #64~16.04.1-Ubuntu x86_64 GNU/Linux * **Subsystem**: async_hooks Hello, I've come into an issue while testing simple CLS storage using async_hooks. On Node 10 following code works correctly and execution context can be followed, but after upgra...
async_hooks
low
Critical
485,332,913
flutter
Decide on a strategy for macOS application name handling
Currently if you want to correctly change the display name of the macOS example app in FDE you have to change it in a whole lot of places (various XIB items, build settings, project settings, etc.). That's not viable for a long-term approachβ€”we could populate all of these correctly during initial template creation, but...
tool,platform-mac,a: desktop,P3,team-macos,triaged-macos
low
Minor
485,337,788
go
x/net/http2: TestServer_Rejects_TLSBadCipher fails on OpenBSD arm
Example from https://build.golang.org/log/791d55e2cf7e2f96ac6ad20f561477a0f401c861 See https://build.golang.org/?repo=golang.org%2fx%2fnet for more instances ``` --- FAIL: TestServer_Rejects_TLSBadCipher (0.05s) server_test.go:549: got a *http2.SettingsFrame; want *GoAwayFrame server_test.go:235: Frame...
Testing,OS-OpenBSD,NeedsFix
low
Minor
485,352,062
flutter
CupertinoSliverNavigationBar doesn't become compact in landscape mode
While it is okay for CupertinoSliverNavigationBar to be "large" in portrait mode (and becoming small as the user scrolls down), it should always stay small in landscape mode. This could be easily solvable if a parameter controlling the size was present in the constructor (so it could be wrapped in a OrientationBuild...
framework,a: fidelity,f: cupertino,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-design,triaged-design
low
Major
485,370,081
rust
Isolate llvm's C++ symbols in distibution binaries?
[MIRAI](https://github.com/facebookexperimental/MIRAI) is an abstract interpreter for MIR. It uses the [Z3 theorem prover](https://github.com/Z3Prover/z3) as part of its implementation. Z3 uses C++, and is often used precompiled. MIRAI also links against rustc. This means that Z3's C++ library conflicts with the lib...
A-linkage,A-LLVM,C-enhancement,T-compiler
low
Critical