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
741,084,319
godot
Resizeable WindowDialog with container inside can shrink beyond its expected minimum size
Godot 3.2.0 Godot 3.2.4 beta1 I made a plugin with a popup containing a complex UI which has an inherent minimum size, due to its design being based on containers. However, after I wrapped it inside a resizeable WindowDialog, Godot allows me to resize it beyond its minimum size. The contents dont shrink, but the W...
bug,topic:gui
low
Major
741,085,015
TypeScript
typeAcquisition.exclude configuration settings changes are ignored when already cached
<!-- 🚨 STOP 🚨 STOP 🚨 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 before lo...
Bug
low
Critical
741,096,334
material-ui
[Dialog] Dialog title announced after dialog closed in NVDA
- [x] The issue is present in the latest release. - [x] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate. ## Current Behavior 😯 Upon closing the Dialog component it announces the dialog title in NVDA <!-- Describe what h...
accessibility
low
Critical
741,098,486
TypeScript
Type narrowing with assertions containing truthy literals
<!-- 🚨 STOP 🚨 STOP 🚨 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 before lo...
Suggestion,In Discussion
low
Critical
741,107,324
excalidraw
Consider switching box-selection to select-by-partial-overlap
Currently, box-selecting only selects elements that are fully covered by the selection box. The alternative is a selection model where elements are select if the box selection even just partially covers the elements: ![figma_box_select_partial](https://user-images.githubusercontent.com/5153846/98870227-49078280-2...
discussion,UX/UI
low
Major
741,114,592
go
x/tools/gopls: support features (diagnostics, etc.) for open files inside of vendor directories
There should be some kind of message maybe in the gopls (server) output stating that a message wasn't recorded to PROBLEMS because it is from a file inside a "vendor" folder. Also, maybe errors should be reported to PROBLEMS if you open code inside a folder which is a subfolder of vendor since you're probably devel...
FeatureRequest,gopls,Tools
low
Critical
741,158,015
kubernetes
HA multiple apiserver setups aren't rolling upgrade safe
In clusters running multiple apiservers for HA, doing a rolling upgrade from 1.x.y to 1.x+1.y of apiservers one at a time, currently results in client-go clients failing due to api discovery errors. this breaks kubectl, kube-controller-manager control loops, any client using standard discovery apis. This issue happe...
kind/bug,sig/api-machinery,sig/cluster-lifecycle,lifecycle/frozen,triage/accepted
low
Critical
741,170,852
go
x/tools/gopls: go list error messages are too verbose/hard to interpret
This is an umbrella issue tracking our plans to parse and enhance the error messages from `go list`. https://github.com/golang/go/issues/41462 and https://github.com/golang/go/issues/38383 reference a larger problem--some `go list` error messages are hard for users to understand and fix. They also often include the ...
gopls,Tools
low
Critical
741,170,887
flutter
image_picker leaves unreferencable files in temp directory
On ios, image_picker is writing temporary results to [application_home]/tmp/ which can't be cleaned easily through any Flutter methods. This is causing applications to bloat as they open images. 1.) image_picker should write any results to NSCachesDirectory() instead of NSTemporaryDirectory() 2.) image_picker shou...
platform-ios,p: image_picker,a: images,package,has reproducible steps,P3,found in release: 2.10,found in release: 2.13,team-ios,triaged-ios
low
Major
741,211,133
terminal
Changing desktop wallpaper doesn't change Terminal background
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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,Area-Settings,Product-Terminal,Issue-Task
low
Critical
741,214,530
angular
Investigate more tree-shaking-friendly approach for @angular/forms utils
**Important note**: this ticket just describes possible ideas on how to make Forms code more tree-shakable. There are **no specific actions** planned/needed at this point. Currently a lot of logic in Forms is stored in classes (such as AbstractControl, FormControl, FormGroup, FormArray, Validators, etc). The code in...
feature,area: forms,cross-cutting: tree-shaking,feature: in backlog
medium
Major
741,237,857
kubernetes
Support Raw block test for snapshottable
Currently in the storage testsuite snapshottable test, we dont test raw block in the test itself. This has been proven problematic because some errors for csi driver that supports both raw block and snapshot might be uncovered. For example: https://github.com/kubernetes-csi/csi-driver-host-path/issues/219 /sig st...
kind/bug,sig/storage,lifecycle/frozen,needs-triage
low
Critical
741,246,910
pytorch
DDP error, when I use "if" branch in forward function.
I use video data, and my part of forward code is as following: ```python ... if mask_prev is not None: # deal with non-first frame. new_adapt_feat = self.mask_fusion(new_adapt_feat, mask_prev, coeff) # outp = self.base.decoder(new_adapt_feat) # no error outp = self.decode...
module: autograd,triaged,module: ddp
low
Critical
741,272,829
deno
Proposal: declare permissions based on script command line flags
Currently a user trying to safely run a script that does basic input/output might type something like this at the command line: ``` deno run --allow-read=/home/user/pics --allow-write=/home/user/thumbnails thumbnailer.ts --source=/home/user/pics --dest=/home/user/thumbnails ``` It's annoying to have to write di...
permissions,suggestion
low
Minor
741,306,412
pytorch
Error during distributed training
model = torch.nn.parallel.DistributedDataParallel(model) RuntimeError: NCCL error in: /pytorch/torch/lib/c10d/ProcessGroupNCCL.cpp:410, unhandled cuda error, NCCL version 2.4.8 cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @rohan-varma @gqchen @aazzolini @xush6528 @osalpekar @jiayisuse @agolynski @...
needs reproduction,oncall: distributed,triaged
low
Critical
741,396,967
pytorch
Factorial & Binomial Coefficient
## πŸš€ Feature `torch.factorial` which behaves similar to `scipy.special.factorial` `torch.binom` which behaves similar to `scipy.special.binom` ## Motivation & Pitch torch currenltly only offers `lgamma` which can be used to calculate factorial as `torch.exp(torch.lgamma(x + 1))`, this is a bit cumbersome for suc...
triaged,module: numpy,function request
low
Minor
741,405,867
node
Intent to Remove: HTTP/2 and gQUIC server push
> Remove the ability to receive, keep in memory, and use HTTP/2 and gQUIC push streams sent by the server. Send SETTINGS_ENABLE_PUSH = 0 at the beginning of every HTTP/2 and gQUIC connection to request that servers not send them. https://groups.google.com/a/chromium.org/g/blink-dev/c/K3rYLvmQUBY?pli=1 Should we ...
http,http2
low
Minor
741,409,384
vscode
Make API commands simpler to consume
Today, in `vsocde.d.ts` we define a generic command (which is actually a command and minimal UI) and a way to execute any command. Namely these two symbols * run any command: `export function executeCommand<T>(command: string, ...rest: any[]): Thenable<T | undefined>;` * define a command for later execution, e.g. i...
api,under-discussion
low
Minor
741,421,441
go
net/http: bundled x/net/http2.responseWriter hangs forever
<!-- Please answer these questions before submitting your issue. Thanks! For questions please use one of our forums: https://github.com/golang/go/wiki/Questions --> ### What version of Go are you using (`go version`)? <pre> go version go1.15.4 linux/amd64 </pre> ### Does this issue reproduce with the late...
NeedsInvestigation
medium
Critical
741,436,102
pytorch
Incorrect output loss value under specific CUDA version
## πŸ› Bug I ran the example in https://pytorch.org/tutorials/beginner/pytorch_with_examples.html#pytorch-tensors-and-autograd and I got output loss always between ~0 and ~20 with CUDA 11.0. I switched to CUDA 10.2, the output loss seemed to be correct (<1e-7). I tried different num of iterations up to 100,000 and I ...
high priority,module: dependency bug,module: numerical-stability,module: cuda,triaged,module: linear algebra,module: tf32
low
Critical
741,444,477
ant-design
[Tabs] TabPane needs an additional property for tab displayed in overflow dropdown
- [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? TabPane.tab is used both to display both the tab button and the tab in dropdown menu when there is overflow. Same react element ...
πŸ’‘ Feature Request,Inactive
low
Minor
741,505,270
godot
HTML5 exported project does not load in iOS 14 Safari
**Godot version: 3.2.2, 3.2.3, 3.2.4 beta 1** **OS/device including version: iOS 14.0.1, iOS 14.1, iOS 14.2 / iPad Pro, iPad Mini 4** Problem manifests on unknown number of iOS 14 devices; reported to work on iPhones running iOS 14. Works fine on iOS 12 devices of similar or lower spec. Works on iOS 14.1 simulator...
bug,platform:web,platform:ios,topic:porting
low
Critical
741,515,975
react-native
Window dimensions doesn't change for android split screen
## Description After upgrading react-native from 0.62.2 to 0.63.3 I've met an issue that when I use split screen on my physical android device the dimensions for window doesn't change. It remains the same if I open the app in fullscreen, or split it with other app so it takes 1/2 or 2/3 or 1/3 of the screen space. I c...
Platform: Android,API: Dimensions,Needs: Triage :mag:,Never gets stale
low
Critical
741,536,937
flutter
[macos] Crash when requesting speech permission when running from VS Code
I had a crash issue when run on mac app. This issue happended 100% on debug & release mode This is the [minimal test project](https://www.dropbox.com/s/w59b0nbh42i6mw7/speech_test.zip?dl=0) I just create a project with `flutter create speech_test` and setup platform channel. The issue happens in mac os platform cha...
engine,platform-mac,a: desktop,has reproducible steps,P2,c: fatal crash,found in release: 3.3,found in release: 3.7,team-tool,triaged-tool
low
Critical
741,596,231
rust
Rustc failed to compile code due to overflowing trait bound
The following code triggers a endless type recursion in rustc while the underlying trait bounds on calling `assert_sql_conversion` are trivially satisfied. ```rust use std::marker::PhantomData; struct ValuesClause<T, Tab> { _marker: PhantomData<(T, Tab)>, } struct Eq<T, U>(PhantomData<(T, U)>); trai...
A-trait-system,T-compiler,C-bug,T-types,fixed-by-next-solver
low
Critical
741,607,316
godot
Vector elements sometimes return incorrect comparison results.
**Godot version:** master a7d610d 3.2.3.beta1 **OS/device including version:** Ubuntu 20.10 **Issue description:** Sometimes, when comparing the element of a vector to the value that it has been assigned, the comparison fails. **Steps to reproduce:** Set an element of a `Vector` to 0.1 compare the element...
bug,topic:core,topic:gdscript
low
Critical
741,612,654
rust
Inherent `impl` priority not respected for `FnMut`
I am trying to implement something like `nvzqz`'s [`impls` trick](https://github.com/nvzqz/impls#how-it-works) for `FnMut`. What I see suggests that checking for this trait's implementation is not consistent with how other traits' implementations are checked for. The way `nvzqz`'s trick works is to present the compi...
A-trait-system,A-closures,T-compiler,C-bug
low
Critical
741,680,009
material-ui
[Modal] RTL - Scrollbar and padding issue
<!-- Provide a general summary of the issue in the Title above --> The issue is about padding being added to the right side of the body instead left side for RTL. <!-- Thank you very much for contributing to Material-UI by creating an issue! ❀️ To avoid duplicate issues we ask you to check off the following l...
component: modal
low
Critical
741,743,292
pytorch
QAT with DDP should have documentation
## πŸ“š Documentation We have https://github.com/pytorch/vision/blob/master/references/classification/train_quantization.py, but it's not widely known. The PyTorch docs should link to this reference and ideally have an additional explanation on how to run QAT with DDP. cc @jerryzh168 @jianyuh @dzhulgakov @raghuraman...
oncall: quantization,triaged
low
Minor
741,748,322
TypeScript
importHelpers + module: es2015/esnext emits unused helper imports
**TypeScript Version:** 4.2.0-dev.20201112 **Search Terms:** esm, importHelpers, unused **Code** ```ts // @importHelpers: true // @module: es2015 // @target: es5 // @downlevelIteration: true const a = [1, 2]; const b = [3, 4] export const c = [...a, ...b]; ``` **Expected behavior:** Imports only t...
Bug
low
Minor
741,768,450
go
cmd/go: support @tip as an alias to "the latest development version"
### Problem statement Historically, one would use `go get -d github.com/foo/bar` and the repository would be checked out inside `GOPATH`. What was nice about it is that the default branch would be used, usually meaning `master` on git, for example. Now that we're in the world of modules, we can use `go get -d git...
NeedsDecision,FeatureRequest,GoCommand,modules
medium
Major
741,776,308
create-react-app
Proposal: always show network info, even when there are errors/warnings
### Is your proposal related to a problem? Run `npm start` on a project. Observe that the network info is displayed that lets you know the URL you can visit the project on other devices on the same network. Now, introduce a linting warning to your project. Run `npm start`. Observe that no network info is displaye...
issue: proposal,needs triage
low
Critical
741,782,965
react-native
[Android] textAlignVertical doesn't work on nested text
This issue has already been reported (#18790), but closed for "stalling". As of React Native 0.63.3, the bug still exists. ## Description `textAlignVertical` works fine when set on the top-most Text component. However, if you have any nested texts (a common use case), you can not override the alignVertical in the...
Platform: Android,Platform: Linux,Needs: Triage :mag:,Never gets stale
medium
Critical
741,783,505
rust
Unused local not eliminated by MIR optimizations
The following example (https://godbolt.org/z/54ze7P) has an unnecessary copy of `_1`: ```rust fn should_opt(_1: bool) -> () { debug input => _1; // in scope 0 at ./example.rs:1:15: 1:20 let mut _0: (); // return place in scope 0 at ./example.rs:1:28: 1:28 let _2: ...
T-compiler,C-bug,A-mir-opt
low
Critical
741,827,322
opencv
Unable to perform Inference with cv2.dnn_DetectionModel(yolo_model) when Cythonized
##### System information (version) - OpenCV => `4.5.0-dev` (built from repo on Jetson AGX Xavier) - Operating System / Platform => `linux aarch64` - Compiler => `cmake` ##### Detailed description If I use the `cv2.dnn.readNet()` followed by `model.detect()` in regular non-cythonized code, everything runs flawl...
feature,category: python bindings,priority: low,category: 3rdparty
low
Major
741,875,409
opencv
Add support to identify what colorspace a cvMat is in
This is a feature request for opencv core. Using opencv C++, is there a way to automatically detect what colorspace a cvMat is in? In my experience with opencv, I believe the answer is no. The responsibility of knowing what colorspace a cvMat is in has always been application-specific and relied on a dev to know how...
feature,category: core,RFC
low
Major
741,875,570
go
fmt: cannot read more than 254 characters in Windows when calling Fscanln
<!-- Please answer these questions before submitting your issue. Thanks! For questions please use one of our forums: https://github.com/golang/go/wiki/Questions --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.15.4 darwin/amd64 $ gotip version go version devel +b34...
OS-Windows,NeedsInvestigation
low
Major
741,882,644
TypeScript
Incorrect type inference at function callsite - wrapping type inside of a Tuple
<!-- 🚨 STOP 🚨 STOP 🚨 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 before lo...
Needs Investigation
low
Critical
741,910,684
godot
Particles 3d not animated in Multithreaded Render in 3.2
**Godot version:** 3.2.*, 3.1.\* (beginning from 3.1.0 alpha1 and up) **OS/device including version:** Reproduced on: Intel Celeron G4930/ASUS 1050ti, Windows10 and latest nvidia drivers and Intel E8500/Gigabyte 750ti, Windows10 2004 19041.572, nvidia driver 445.75 (not reproduced on laptop with i5 6200U/940MX...
bug,topic:rendering,topic:particles
low
Critical
741,913,455
material-ui
Disabled Button focus within Portal
<!-- Provide a general summary of the issue in the Title above --> When is disabled `Button` placed within Portal, parent outside Portal does not receive `focus` properly. <!-- Thank you very much for contributing to Material-UI by creating an issue! ❀️ To avoid duplicate issues we ask you to check off the ...
bug πŸ›,component: button
low
Critical
741,947,351
godot
GD.Print(float) on german locale uses comma as decimal separator
**Godot version:** 3.2.3 mono **OS/device including version:** Windows 10 and ubuntu 20 with **locale that uses the comma as decimal separator** **Issue description:** I'm using arcadiaGodot to develop and when I ask for a Transform it is returned as such: ((0,4999999, -0,01813666, -0,8658353), (0, 0,9997...
bug,confirmed,documentation,topic:dotnet
low
Major
741,953,390
flutter
Engine clip layers have a lot of duplicated code
There are 3 clipping subclasses of `flutter::Layer` in the engine and all 3 have nearly identical code except for a few lines that deal with the specific clip information: - ClipPathLayer - ClipRectLayer - ClipRRectLayer We should probably have common code with the 3 variants represented by subclassing, templat...
team,engine,P2,c: tech-debt,team-engine,triaged-engine
low
Minor
741,971,305
pytorch
`.modules()` is not callable in TorchScript when any submodule is a module interface type (i.e. a class decorated by `@torch.jit.interface`)
## πŸ› Bug `.modules()` is not callable in TorchScript when any submodule is a module interface type (i.e. a class decorated by `@torch.jit.interface`). ## To Reproduce ```python import torch @torch.jit.interface class EmbeddingBagIf(torch.nn.Module): def forward(self, input: torch.Tensor) -> torch.Te...
oncall: jit
low
Critical
741,979,461
godot
Runtime type checking regression for engine functions
The commit ee06a70ea6ac51aa451d55c92b807346458822d7 changed the validation logic and doesn't check anymore if Variants of type `Object` are compatible. The VariantCasterAndValidate struct had it's logic altered, instead of ```cpp if (!Variant::can_convert_strict(p_args[p_arg_idx]->get_type(), argtype) || ...
bug,topic:core,regression
low
Minor
741,979,762
pytorch
NCCL 2.7.8 errors on PyTorch distributed process group creation
## πŸ› Bug NCCL 2.7.8 errors on PyTorch distributed process group creation ## To Reproduce Steps to reproduce the behavior: 1. On two machines, execute this command with ranks 0 and 1 after setting the environment variables (`MASTER_ADDR`, `MASTER_PORT`, `CUDA_VISIBLE_DEVICES`): ``` >>> dist.init_process_g...
oncall: distributed,triaged
medium
Critical
741,997,242
go
cmd/compile: notice when function variables are never reassigned, avoid indirect calls
It's somewhat common for people to have package-level variables like: ``` var u64 = binary.BigEndian.Uint64 ``` So later in their code they can just write `u64(buf[8:])` many times without stuttering a loud `binary.BigEndian.Uint64` etc all over the page. But calling via such a func variable is ~7.5x slower ...
Performance,NeedsInvestigation,compiler/runtime
low
Major
742,017,945
flutter
Rename FlutterMacOS.framework to Flutter.framework
Pros: 1. "MacOS" isn't as meaningful with Catalyst, universal apps, etc. Really, for Flutter it means "links on AppKit". 2. iOS Flutter.framework will soon be distributed as an [XCFramework](https://github.com/flutter/flutter/issues/60109) to support ARM iOS simulators. XCFrameworks can encode slices for any darwin...
platform-ios,tool,engine,platform-mac,a: desktop,P2,team-engine,triaged-engine
low
Major
742,020,100
go
encoding/json: clarify Decoder.InputOffset semantics
The documentation on [`Decoder.InputOffset`](https://golang.org/pkg/encoding/json/#Decoder.InputOffset) currently says: >The offset gives the location of the end of the most recently returned token and the beginning of the next token. This explanation is somewhat incorrect since the offset cannot be a single value ...
Documentation,NeedsInvestigation
low
Minor
742,026,199
react-native
FlatList inverted prop ordering of elements causes copy/paste issues
## Description When the `inverted` prop is applied to `FlatList` the elements remain in the order given and are reversed via styling rather than by reversing the order in which they are rendered. This makes it so that, for example, if `react-native-web` is used, when the list elements are copied, they end up pasting i...
Component: FlatList,Needs: Triage :mag:,Never gets stale
low
Minor
742,028,402
flutter
Flutter framework tests fail when run with high -j
If I run `flutter test -j10` on my 20-core machine, everything's fine; it takes about 3 minutes, could be faster, but it runs fine. If I run `flutter test -j60`, it works fine at first, and then after a while a bunch of tests fail with things like: ``` 01:33 +5464 ~15 -146: loading /home/ianh/dev/flutter/package...
a: tests,team,tool,framework,P3,team-framework,triaged-framework
low
Critical
742,044,966
pytorch
ONNX export of a scripted submodule fails with "Modules that are called during a trace must be registered as submodules of the thing being traced"
(Replacing original issue description with a much simpler root cause / repro instructions): ```python import torch class Inner(torch.nn.Module): def forward(self, x): return (x, ) class Outer(torch.nn.Module): def __init__(self): super().__init__() self.inner = torch.jit.s...
oncall: jit,module: onnx,onnx-triaged
medium
Critical
742,068,634
flutter
[google_sign_in_web] googleSignIn.signIn() hangs forever if can't connect to apis.google.com
<!-- 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...
platform-web,p: google_sign_in,package,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-web,triaged-web
low
Critical
742,077,959
node
Source Maps with Function.prototype.toString()
**Is your feature request related to a problem? Please describe.** The output of `Function.prototype.toString()` can be useful for showing the source code for a function, such as in output for a test framework, to show the test code for a test. If the original code was transformed/transpiled/etc, the output will ...
source maps
low
Minor
742,191,382
pytorch
Get forward output, grad, hessian all at once
## πŸš€ Feature Currently the functional API `torch.autograd.functional.hessian` takes a function and input, and returns hessian. However, when hessian is required, the forward result and first-order derivative are often also required. While it is possible that users can separately call other autograd APIs to obtai...
module: autograd,triaged,enhancement
low
Minor
742,197,628
pytorch
Memory leak in nn.MaxPool2d layer when run on iOS
## πŸ› Bug I create a simple network with two conv+relu layers followed by a max-pooling layer and test the model on the `HelloWorld` project from [official iOS demo of pytorch](https://github.com/pytorch/ios-demo-app). And found that `nn.MaxPool2d` layer will cause a memory leak. ## To Reproduce Code for network...
module: memory usage,triaged,module: ios
low
Critical
742,227,037
pytorch
amp for custom op
I want use amp in `https://github.com/open-mmlab/mmcv/blob/master/mmcv/ops/roi_align.py`. I refer to `https://pytorch.org/docs/stable/notes/amp_examples.html#functions-with-multiple-inputs-or-autocastable-ops`, and Apply custom_fwd and custom_bwd (with no arguments) to forward and backward respectively. I modify cod...
triaged,module: custom-operators,module: amp (automated mixed precision)
low
Critical
742,230,986
opencv
findContours -The function cannot meet the performance requirements, it is too slow.Is there any plan to speed it up?
findContours -The function cannot meet the performance requirements, it is too slow.Is there any plan to speed it up?
incomplete
low
Major
742,265,782
pytorch
The speed of pytorch with cudatoolkit 11.0 is slower than cudatoolkit 10.2
## πŸ› Bug When I update the pytorch to 1.7, the cudatoolkit is updated automaticlly to 11.0, and I find the speed of the same code is slower too much than before. So I change the version of the cudatoolkit back to 10.2, the speed is normal. Maybe I should update the cudnn version in Ubuntu? ## To Reproduce I jus...
module: performance,module: cuda,triaged
high
Critical
742,395,807
flutter
Flutter tool does not restore terminal single line mode when resumed with SIGCONT
let's say i ran flutter run, then I want to see `git status` my usual workflow in this situation is to press C-z and then resume the job when flutter resumes, it will log messages from the app, but if I press r R or whatever key, it won't reload/take effect
tool,P2,team-tool,triaged-tool
low
Major
742,412,568
create-react-app
getting rule not found with react build
<!-- Please note that your issue will be fixed much faster if you spend about half an hour preparing it, including the exact reproduction steps and a demo. If you're in a hurry or don't feel confident, it's fine to report bugs with less details, but this makes it less likely they'll get fixed soon...
stale,needs triage,issue: bug report
low
Critical
742,482,310
pytorch
Code becomes more than x20 slower after upgrading torch version
## Problem My code runs very fast in the environment with torch 1.5.1 and cudatoolkit 10.2.89. But in 2 other environments with torch and cudatoolkit versions (1.6.0, 10.1.243) and (1.7.0, 10.2.89) the same code becomes more than 20 times slower. ## To Reproduce here's the code: ```py import numpy as np import...
module: performance,triaged
low
Major
742,489,882
kubernetes
🐘 Need a replacement for deprecated/unmaintained gogo-protobuf dependency
Is it officially marked as deprecated: * https://twitter.com/awalterschulze/status/1584553056100057088 * https://github.com/gogo/protobuf * https://github.com/gogo/protobuf/issues/691#issuecomment-1289137315 * discussion in sig-apimachinery : https://groups.google.com/g/kubernetes-sig-api-machinery/c/tcwFubV9Boo/...
kind/cleanup,sig/api-machinery,priority/important-longterm,lifecycle/frozen,area/dependency,area/code-organization,triage/accepted
high
Critical
742,525,928
opencv
Simple opencv issue
System information (version) ->OpenCV => 4.3.0 ->Operating System / Platform => Windows 10 18363.1139 ->Compiler => vs 2017 professional Detailed description Building errors: E:/Archive/Project/Kotlin/android-camera-master/camera-samples-master/Camera2Basic/app/src/main/jniLibs/include\opencv2/core/mat.inl.hpp:69...
question (invalid tracker),incomplete
low
Critical
742,527,272
pytorch
sparse filter layers (more specifically convolutions)
## πŸš€ Feature The ability to force layer's weights to be sparse with some input mask so that for example a 1d convolution that has a weight matrix with mXn weights would have a sparse matrix of size mXn with some portion of that matrix being null. This should be accompanied by efficient implementations. ## Mo...
module: sparse,triaged,needs research,function request
low
Major
742,529,066
vscode
[rename on type] stops when composing characters
* start on-type rename * compose a characters, e.g the mac type Β¨ (<kbd>alt+u</kbd>) and then <kbd>u</kbd> for ΓΌ * πŸ› on type rename stops fyi - there is an event that the editor raises when composing starts/ends
bug,editor-synced-region
low
Minor
742,542,548
pytorch
Hash mismatch for METADATA file
## πŸ› Bug The METADATA file distributed in the wheel seems to not match the one listed in RECORD. ## To Reproduce Steps to reproduce the behavior: 1. Download wheel (confirmed that hash matches the ones listed on pypi) ``` $ wget https://files.pythonhosted.org/packages/05/2d/bb4611cf053eaa679f6086...
module: binaries,triaged
low
Critical
742,550,716
pytorch
LibTorch cannot load PyTorch exported model
## πŸ› Bug Since [version 1.6](https://github.com/pytorch/pytorch/releases/tag/v1.6.0) models are exported with the same serialisation format that is used by TorchScript: > the same as the TorchScript serialization format, making serialization more consistent across PyTorch And indeed, the exported archives have ...
module: docs,module: serialization,triaged
medium
Critical
742,556,682
TypeScript
Type discrimination broken on generic, mapped type values when `strictNullChecks:false`
<!-- 🚨 STOP 🚨 STOP 🚨 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 before lo...
Bug
low
Critical
742,579,294
pytorch
Function request: Sparse matrix inverse
I want to calculate the inverse of a sparse matrix, how can I do this ? for example ```py vers_n=200000 ind_i = torch.Tensor(list(range(vers_n))).long().view(1,-1) ind_j = torch.Tensor(list(range(vers_n))).long().view(1,-1) indices = torch.cat((ind_i, ind_j), dim=0) values = torch.ones(vers_n) I = torch.spars...
module: sparse,triaged,module: linear algebra,function request
low
Critical
742,586,823
terminal
Doesn't detect pwsh installed in custom directory from Scoop
# Environment Windows build number: 10.0.19042.0 Windows Terminal version (if applicable): 1.4.3141.0 PowerShell Core: 7.1.0 Scoop # Steps to reproduce 1. [Installing Scoop to Custom Directory](https://github.com/lukesampson/scoop/wiki/Quick-Start#installing-scoop-to-custom-directory) 2. Install PowerShell C...
Help Wanted,Area-Settings,Product-Terminal,Issue-Task,good first issue
low
Critical
742,597,017
create-react-app
Should react-scripts be in dependencies or devDependencies?
When bootstraping a new project, the `react-scripts` is listed in `dependencies`, but the docs suggests that should be in `devDependencies`. See [updating-to-new-releases.md](https://github.com/facebook/create-react-app/blob/ed5fb1066bd9d08b6aa0a74ccb2ab8304aec7490/docusaurus/docs/updating-to-new-releases.md#L9): > ...
needs triage
low
Major
742,650,362
react
Bug: [eslint-plugin-react-hooks] Constructions should be caught in default props/args
<!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest version of the relevant React packages to make sure your issue has not already been fixed. --> React version: 17.0.1 ## Steps To Reproduce 1. ```js function useMyHoo...
Type: Enhancement,Component: ESLint Rules
low
Critical
742,662,994
rust
Tracking Issue for #![feature(async_iterator)]
<!-- Thank you for creating a tracking issue! πŸ“œ Tracking issues are for tracking a feature from implementation to stabilisation. Make sure to include the relevant RFC for the feature if it has one. Otherwise provide a short summary of the feature and link any relevant PRs or issues, and remove any sections that ar...
T-lang,T-libs-api,C-tracking-issue,A-async-await,AsyncAwait-Triaged,Libs-Tracked,WG-async
high
Critical
742,729,808
bitcoin
Avoid pruning blocks with transactions in wallets (even after wallets sync)
Good idea from @Bosch-0: https://github.com/bitcoin-core/gui/pull/125#issuecomment-723806881 By not pruning blocks that contain wallet transactions, old backups can be restored despite pruning. Logical dependencies: * My current prune-locks PR only works with heights, whereas this should probably be based on blo...
Feature
low
Minor
742,733,810
flutter
Provide interface for setting thread priorities in the embedder API
Today, it's possible to pass the `worker-thread-priority` to the Dart VM via the embedder. It's also possible to use FlutterEnginePostCallbackOnAllNativeThreads to set the priority for threads that have already been created. It would be good if the embedder API just exposed an easier way to set thread priority for t...
c: new feature,engine,e: embedder,P3,team-engine,triaged-engine
low
Minor
742,746,526
pytorch
Unknown DispatchKey when indexing tensor with named dimensions
## πŸ› Bug ## To Reproduce Steps to reproduce the behavior: 1. Create a tensor and rename it's dimensions. 2. Use indexing like I have in the test code (forget what it's called). ``` import torch test_tensor = torch.randn(3,4,4).refine_names("C", "H", "W") test_tensor = test_tensor[[2, 1, 0], ...] ...
triaged,module: dispatch,module: named tensor
low
Critical
742,750,479
rust
Confusing lifetime error: expected `(&Location<'_>,)`, found `(&Location<'_>,)`
For one, I'm not sure why this isn't working since `Location` is `Copy`, but you can fix this by just storing `self.start.line` and `self.end.line` in locals and adding `move` before the closure. One of the weird things about this error is it says > expected `(&Location<'_>,)`, found `(&Location<'_>,)` but those ...
A-diagnostics,A-lifetimes,P-medium,T-compiler,regression-from-stable-to-stable,D-confusing
low
Critical
742,752,857
vscode
Mouse positions influences initial selection on menus
Issue Type: <b>Bug</b> VS Code version: Code 1.51.1 (e5a624b788d92b8d34d1392e4c4d9789406efe8f, 2020-11-10T23:34:32.027Z) OS version: Windows_NT x64 10.0.19042 When bringing up a menu, the initial selected item is influenced by the current mouse position, including if the menu is brought up with a keyboard comman...
bug,menus
low
Critical
742,794,197
three.js
Docs: Korean version
Hello I am a college student in South Korea. I want to translate the documentation into korean. https://threejs.org/docs/index.html#manual/en/introduction/* I want to know how to contribute to document translation.
Documentation
low
Minor
742,800,948
godot
Editor shortcuts unable to use alt+shift+any_key combination
<!-- 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 using non-official build. --> 3.2.3 **OS/device including version:** <!-- Specify GPU model, drivers, and the backend (G...
bug,topic:editor,topic:input
low
Critical
742,801,700
vue
Strange ssr behavior in v-for loop with if-else and v-text
### Version 2.6.11 ### Reproduction link [https://github.com/TrueCarry/linktest](https://github.com/TrueCarry/linktest) ### Steps to reproduce Run server, open localhost:8080. Problem is in components/textWrapper.vue file. I've used some vue ssr template and removed almost everything unneeded. Same...
bug,has workaround,feat:ssr
low
Critical
742,827,721
terminal
Group Tabs
The Color feature is neat, but I always need to open several Tabs and after few Tabs I loose the overview. What I would like to see, are Groups which when clicked on it, it opens every Tab located in the Group and maybe with a icon on the left side to minimize the group again. ![1](https://user-images.githubuserc...
Issue-Feature,Area-UserInterface,Area-Extensibility,Product-Terminal
low
Major
742,835,048
flutter
CupertinoDatePicker's "mode" field can't be changed once the widget has been created
A widget should allow any of its fields to be changed and should correctly handle such changes, otherwise there will be bad behaviour in cases where unrelated widget hierarchies happen to collide with different arguments (basically it requires that you use a `key` on the widget keyed to the "immutable" property).
framework,f: cupertino,a: quality,P3,team-design,triaged-design
low
Minor
742,846,092
flutter
google_sign_in: Is there a way to not request the email?
## Lack of privacy If a user uses Google Sign In you will get by default `displayName`, `photoURL`, `email`. This is for us a problem in terms of privacy. We want to act data friendly and we don't need `displayName`, `photoURL`, `email`. Unfortunately the data is directly stored in the Firebase User. This is an other...
d: api docs,p: google_sign_in,package,c: proposal,team-ecosystem,P2,triaged-ecosystem
low
Major
742,850,142
angular
`@Input`/`@Output` prevents property tree shaking in Ivy and Closure Compiler
HackMD doc: [@Input/@Output prevents tree shaking in Ivy](https://hackmd.io/@mhevery/Hkk6KtrED) NOTE: to keep it simple we will be discussing `@Input` only, but all of these statements will apply to `@Output` equally ## Problem Statement `@Input` creates non-tree shakable code in Ivy. Assume this: ```typesc...
feature,area: core,design complexity: major,P3,cross-cutting: tree-shaking,feature: insufficient votes
low
Major
742,880,147
pytorch
Linear algebra GPU backend tracking issue [magma/cusolver/cublas]
## Linear algebra GPU backend tracking issue [MAGMA/cuSOLVER/cuBLAS] Currently, most GPU linear algebra operators are using MAGMA for their backends, with only a few using cuSOLVER/cuBLAS instead. To improve performance, we would like to migrate the backend of bad-performing MAGMA linear algebra operators to cuS...
high priority,module: performance,module: cuda,triaged,module: linear algebra
low
Critical
742,884,794
pytorch
[Feature] torch.bitwise_where
## πŸš€ Feature I suggest adding a new operator `torch.bitwise_where(mask, tensor1, tensor2)` This operator is similar to `torch.where`, except that the operation is done at bit level. I suggest this because I want to experiment with numerical stability vs the number of mantissa required for a computation, and I...
triaged,enhancement,shadow review
low
Minor
742,886,883
node
[TEST] fs: read test rejects with "cannot be written"
Multiple errors in [test-fs-read-empty-buffer.js](https://github.com/nodejs/node/blob/master/test/parallel/test-fs-read-empty-buffer.js) are rejecting/throwing read errors with `The argument 'buffer' is empty and cannot be written`. Instead of `written`, shouldn't it be `read`? Like so: `The argument 'buffer' is empty ...
buffer
low
Critical
742,918,190
flutter
[State Restoration] PageStorage
PageStorage is used in the Flutter Gallery for maintaining scrollable page states. For example, in the home page, whether or not the category pages are expanded is dependent upon on an _isExpanded property, which is looked up via `PageStorage.of(context).readState`. Since the return type of `readState` is `dynamic`,...
framework,P3,a: state restoration,team-framework,triaged-framework
low
Minor
742,935,653
neovim
HOME and END does not work properly in neovim in tmux in FreeBSD 12.1
<!-- Before reporting: search existing issues and check the FAQ. --> **Note:** Neovim installed using `pkg install neovim`, not from ports. - `nvim --version`: ``` NVIM v0.4.4 Build type: Release LuaJIT 2.0.5 Compilation: /usr/bin/cc -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -O2...
bug,tui,platform:bsd
low
Minor
742,941,406
pytorch
TorchScript is unable to distinguish int and ScalarType
## πŸ› Bug I am adding a new operator `tensor.view(dtype)` in https://github.com/pytorch/pytorch/pull/47951, and getting lots of JIT failures. With https://github.com/pytorch/pytorch/pull/47951, the script to reproduce this issue is ```python import torch def f(x): return x.view(-1) s = torch.jit.sc...
oncall: jit,weeks,TSRootCause:DefaultTypes,TSUsability
low
Critical
742,979,234
go
x/crypto/argon2: docs on thread parameter might make users inadvertently create non-portable hashes
Both `IDKey` and `Key` from [`golang.org/x/crypto/argon2`][pkg] take a `threads` parameter which is documented as following: > The number of threads can be adjusted to the numbers of available CPUs. While it's obviously wrong in hindsight, this sentence lead me to pass the (dynamic) value of `runtime.NumCPU()` as...
Documentation,help wanted,NeedsFix
low
Major
742,984,209
flutter
Method to request focus for first focusable element in element/focus tree
Assume you have a deep widget tree and you tag a part of the tree with a `GlobalKey` X. Now, you want to programmatically (due to some user action) give the focus to the first focusable widget that is below X. One approach would be to add a function to `FocusNode` like `requestFocusForLeaf` that would descend int...
c: new feature,framework,c: proposal,f: focus,P3,team-framework,triaged-framework
low
Major
743,018,518
vue
Consider detecting browser environment just-in-time
### What problem does this feature solve? When testing Vue components on Node with [@vue/test-utils](https://www.npmjs.com/package/@vue/test-utils), it is important that you mock a browser environment with [jsdom-global](https://www.npmjs.com/package/jsdom-global) *before* vue is loaded. If you fail to do this, you ge...
discussion
low
Critical
743,039,509
go
math: Nextafter, Nextafter32 clarify behavior with -0, +0
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.15.4 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</summar...
Documentation,NeedsInvestigation
low
Critical
743,065,934
flutter
RawKeyboardListener triggers soft keyboard on Android
This was spun off from https://github.com/flutter/flutter/issues/67915. On Android, `RawKeyboardListener` triggers the soft keyboard when it receives input. This only happens after a TextField has received focus once. Until a TextField has received focus, the soft keyboard remains hidden. ## Steps to Reproduce ...
a: text input,platform-android,framework,engine,f: focus,has reproducible steps,P2,team-android,triaged-android,found in release: 3.16,found in release: 3.19
low
Critical
743,066,288
material-ui
Support for a 'true black' mode
<!-- Provide a general summary of the feature in the Title above --> MUI has a great dark mode but for mobile devices that support AMOLED a real true black mode is going to be needed. True black is basically #000000 for the background so that there is no light coming from those pixels on amoled... the backlightin...
waiting for πŸ‘,design
low
Critical
743,073,306
rust
Call macro error depending on the context
Details in https://github.com/botika/yarte/pull/195/commits/3a54fa5da4bc01d8c2f12b7eeff5bb5e332b9d42, When I use `ascii!`, built this way: ```rust macro_rules! ascii_builder { ($($n:literal)+) => { #[macro_export] macro_rules! ascii { $(($n) => { unsafe { Ascii::new($n) } };)+ ...
A-macros,C-bug
low
Critical
743,086,538
flutter
[proposal] detect or guide set-up for snapcraft android studio installation
## Use case While I think snapcraft installation for linux user is a great idea the synergy between android studio and flutter could be improved (examples: [1](https://github.com/canonical/flutter-snap/issues/16), [2](https://stackoverflow.com/questions/63356096/flutter-not-detecting-android-studio/)) specifically...
c: new feature,tool,P3,team-tool,triaged-tool
low
Minor
743,146,054
material-ui
[TimePicker] A new Material Design specification
## Current one <img width="400" src="https://user-images.githubusercontent.com/59839368/95446377-d68c1a00-097d-11eb-9670-1b0446736df4.jpg" /> ## New Material Design Spec: Two modes - `select` & `enter` Potrait mode: ![](https://lh3.googleusercontent.com/UkK_zGA7g_7rPsBFg_bXZMihxH33Dnaiw3DCVw7fLSkimv4mUzruVTA...
design: material,component: time picker
low
Major