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
717,236,536
flutter
[web] flutter_service_worker.js should be generated from template file
Currently flutter_service_worker.js is automatically generated when running 'flutter build web' from a string template that is in the flutter_tools source code. It should be possible to generate the service worker from a template file in the project directory. This would allow the developer to customize the service ...
c: new feature,tool,platform-web,c: proposal,P3,team-web,triaged-web
medium
Major
717,255,623
flutter
HttpServer crashes on iOS app in TestFlight when coming back from standby
OK, this might be a tough one to debug, but I experience the following with the app I am working on at the moment and I can reproduce it locally. No clue how to create some logs for this one though. Here's what happens: The app uses an `HttpServer` to serve local assets to a `webview_flutter`. All works great in the...
c: crash,platform-ios,engine,dependency: dart,a: production,P2,dependency: dart:io,team-ios,triaged-ios
low
Critical
717,314,420
tensorflow
Using SYSTEM cURL (build against OpenSSL) conflicts with BoringSSL
**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): RHEL 7.5 - TensorFlow installed from (source or binary): source - TensorFlow version: 2.3.1 **Describe the problem** Due to a hard-coded configure value of cURL (see https://github.com/tensorflow/tensorflow/issues/40065#issuecomm...
stat:awaiting tensorflower,type:build/install,subtype: ubuntu/linux,TF 2.3
low
Critical
717,360,004
create-react-app
Setting the git author when initialising a repo with `create-react-app`
### Is your proposal related to a problem? Currently, when initialising a repo using `create-react-app`, the committer of the code is taken to be the configured git user for that system/repo/session. Ideally, it should be a pre-set value. (Write your answer here.) ### Describe the solution you'd like It shoul...
issue: proposal,needs triage
low
Minor
717,457,074
excalidraw
copying styles should set it as default
When you copy element styles via shortcut/contextmenu, it should set it as default props so that you don't have to copy/paste for every new element you create.
enhancement
low
Major
717,466,430
pytorch
Error installing on source: "src.cxx:1:10: fatal error: glog/stl_logging.h: No such file or directory"
## πŸ› Bug I tried to build Pytorch from source. The build failed immediately with C compiler errors. ## To Reproduce Follow the [README instructions](https://github.com/pytorch/pytorch#from-source). The CMakeError.log is as follows. ``` Performing C++ SOURCE FILE Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION...
module: build,triaged
low
Critical
717,487,181
create-react-app
Bug: Comment in root of the return() works fine on development build and breaks the component/app on production
<!-- 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: 16.13.1 ## Steps To Reproduce 1. create a new `create-react...
stale
low
Critical
717,503,750
godot
Plugin class_name type hints and singleton dependency loop
<!-- 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:plugin
low
Critical
717,504,173
storybook
Storybook composition without stories
**Describe the bug** I would like to create a storybook composition created of multiple URLs without having any of the stories defined in the project (empty projects with just refs to other live storybooks). This is in a way possible, but the UI is buggy and does not seem to support this very well. The UI is stuck in ...
bug,has workaround,composition
low
Critical
717,508,076
go
x/tools/gopls: unimported completions offer circular imports
To reproduce: Type `cache.New` inside of `golang.org/x/tools/internal/lsp/cache` and accept the completion. Related: https://github.com/golang/go/issues/36077. /cc @heschik
NeedsFix,gopls,Tools,gopls/completion
low
Major
717,509,474
create-react-app
while installing the react app getting error
C:\Users\Administrator>create-react-app demok Creating a new React app in C:\Users\Administrator\demok. Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with cra-template... > core-js@2.6.11 postinstall C:\Users\Administrator\demok\node_modules\babel-r...
stale,needs triage
low
Critical
717,529,074
TypeScript
Should disallow using the result of calling a void-returning function
**TypeScript Version:** 4.1.0-dev.20201008 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** disallow function call void return usage warn error **Code** ```ts function doesntReturn() { // no return statement } const foo: string = does...
Suggestion,Awaiting More Feedback
low
Critical
717,548,866
go
x/tools/gopls: "renaming [method] is not possible because [package] has errors"
### What version are you using? <pre> $ go version -m $(which gopls) /usr/local/google/home/bcmills/bin/gopls: devel +186f0220d0 Mon Oct 5 11:12:24 2020 -0400 path golang.org/x/tools/gopls mod golang.org/x/tools/gopls v0.5.1 h1:AF3Uh7HF08SZpKFfgJO6zfF3bbxyDXWqdkK4kMXiQ1o= dep github.com/BurntSushi/toml v0.3....
help wanted,FeatureRequest,gopls,Tools,Refactoring
low
Critical
717,558,477
rust
New "warning incompatible with previous forbid in same scope" error
I tried this code: ```rust #![forbid(unused_extern_crates)] #![warn(unused_extern_crates)] fn main() {} ``` I expected to see this happen: an error that can be disabled via `--cap-lints=warn` Instead, this happened: a hard error ```console > rustc temp.rs --cap-lints=warn error[E0453]: warn(unused_e...
C-enhancement,A-lints
medium
Critical
717,587,293
rust
Short backtrace sometimes includes unnecessary `core::ops::function::FnOnce::call_once` line
Given this file `foo.rs`: ```rust fn main() { panic!(); } ``` A [short backtrace](https://blog.rust-lang.org/2020/10/08/Rust-1.47.html#shorter-backtraces) for this panic would ideally include only `std::panicking::begin_panic` and `foo::main`. And, indeed, the [implementing PR](https://github.com/rust-lan...
A-runtime,C-bug,T-libs
low
Critical
717,711,366
godot
Possible race-condition when setting parameter multi-threaded
**Godot version:** Godot v3.2.3.stable.official **OS/device including version:** AMD Athlon 2 X4 Linux Mint 20 Cinnamon AMD Radeon Rx 570, mesa 20.2.0, OpenGL ES 3.0 multi threaded renderer ! **Issue description:** project becomes unresponsive after a pretty random time, if the `position`, `rotation`, `sca...
bug,topic:core
low
Minor
717,718,174
pytorch
Support undispatched ops in codegen
Currently there are dispatched ops whose signatures don't involve Tensors. For these, the dispatcher adds no obvious value, only overhead. (Is there any nonobvious value?) Recent (10/1/20) master: ``` - func: _use_cudnn_rnn_flatten_weight() -> bool - func: _cufft_get_plan_cache_size(int device_index) -> int - f...
triaged,module: codegen
low
Minor
717,726,096
node
Terminal callback error
* **Version**: v14.0.0 * **Platform**: win / *nix # Background In a multi-threaded scenario, above a certain number of threads, a particular API has recently started firing the `end` event for all open threads with truncated response data (less than the reported value in headers). Essentially, all threads seem to...
http2
low
Critical
717,738,600
pytorch
TestDataLoader.test_proper_exit takes 2.5min to finish
According https://app.circleci.com/pipelines/github/pytorch/pytorch/224304/workflows/2571002d-2075-4e53-877b-4bac675037de/jobs/8062979 ``` TestDataLoader.test_proper_exit time: 158.54 seconds TestDataLoaderPersistentWorkers.test_proper_exit time: 158.44 seconds ``` cc @ezyang @seemethere @malfet @walterddr @SsnL...
module: dataloader,module: ci,module: tests,triaged
low
Minor
717,739,727
pytorch
TestXNNPACKConv1dTransformPass.test_conv1d_with_relu_fc takes 2+ min to finsh
From https://app.circleci.com/pipelines/github/pytorch/pytorch/224304/workflows/2571002d-2075-4e53-877b-4bac675037de/jobs/8062979: ``` TestXNNPACKConv1dTransformPass.test_conv1d_with_relu_fc time: 134.20 seconds ``` cc @ezyang @seemethere @malfet @walterddr @mruberry @VitalyFedyunin
module: ci,module: tests,triaged
low
Minor
717,781,821
rust
Add a blanket impl for `core::fmt::Write` if there is an impl for `std::io::Write`
### Advantages Types which implement `std::io::Write` get an implementation of `core::fmt::Write` for free. `core::fmt::Write` is useful if you only want to accept UTF-8 data. ### Disadvantages Could it hurt type inference? If so, is there some way of allowing `impl core::fmt::Write for Foo {}` (i.e., empty im...
T-libs-api,C-feature-request,A-fmt
low
Major
717,800,862
pytorch
NCCL watchdog thread should log warnings about long-running GPU operations instead of silently hanging
## πŸš€ Feature This was originally proposed offline by @pritamdamania87. Currently the NCCL watchdog thread does proactive error handing on operations timeout when the environment variables `NCCL_BLOCKING_WAIT` and `NCCL_ASYNC_ERROR_HANDLING` are set. When these are not set, the watchdog thread silently hangs when ther...
module: bootcamp,triaged,pt_distributed_rampup,module: c10d
low
Critical
717,820,624
opencv
Mat conversions for macOS/AppKit
##### System information (version) - OpenCV => latest - Operating System / Platform => iOS/macOS - Compiler => Xcode ##### Detailed description A conversion method between Mat and UIImage is provided for iOS (UIKit), but it does not exist for macOS (AppKit). I created a PR https://github.com/opencv/opencv/p...
feature,category: imgcodecs,platform: ios/osx
low
Minor
717,840,699
flutter
Draggable feedback alignment in ListView of Draggable is misplaced
## Steps to Reproduce In the following example, * I have a list of Draggable items * When I select and drag, the feedback icon is not placed under the cursor, but at the left edge of the window (it should be under the cursor). This behaves correctly for Android targets. This behaves correctly for web, when a...
framework,f: material design,f: scrolling,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design
low
Major
717,843,495
flutter
Outlined TextField Label start position doesn't meet Material Design Specs
On issue #54028 the height of the label was fixed with a opt-in fix. I can't comment on the original issue, as it's locked, but from what I can see not only the height is shifted, but also where the label starts. This is a screenshot from the original issue: ![image](https://user-images.githubusercontent.com/8120...
a: text input,framework,f: material design,a: fidelity,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-design,triaged-design
low
Minor
717,861,394
flutter
Provide window position, size and constraint for flutter desktop
<!-- 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,framework,engine,platform-mac,platform-windows,platform-linux,a: desktop,P3,team-framework,triaged-framework
low
Critical
717,951,970
pytorch
In PyTorch Tutorials, RuntimeError: CUDA error: out of memory happen
## πŸ› Bug when I learned how to use CUDA Tensors in Toturials "WHAT IS PYTORCH?" of "DEEP LEARNING WITH PYTORCH: A 60 MINUTE BLITZ", I executed if torch.cuda.is_available(): device = torch.device("cuda") # a CUDA device object y = torch.ones_like(x, device=device) # directly create a tensor...
module: memory usage,triaged
low
Critical
717,972,870
tensorflow
Prefetch to GPU: prefetch_to_device does not do anything (from_generator), tf.data.Dataset API unclear
**System information** - Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 20.04 - TensorFlow installed from (source or binary): Official 2.4-nightly docker (version 2.4.0-dev20201005) - TensorFlow ve...
comp:data,type:performance
medium
Critical
717,973,052
godot
Wrong error reported when placing double brackets
<!-- 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.stable **OS/device including version:** <!-- Specify GPU model, drivers, and the bac...
enhancement,topic:gdscript,usability
low
Critical
717,992,031
go
proposal: testing: Provide `TestMain` with stats so that it can print a custom summary.
## Background There have been several requests in the past for a summary in the end of a test suite run: * #27755 - proposal: cmd/go: go test summary * #30507 - cmd/go: add summary at end of go test results * #41748 - proposal: testing: re-print failed test names before exiting All these requests have been den...
Proposal
low
Critical
718,010,814
godot
Godot crashes when a resource remaped through translation is missing
<!-- 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-stable **OS/device including version:** <!-- Specify GPU model, drivers, and the bac...
bug,topic:core,crash
low
Critical
718,026,699
rust
LLDB tests fail with windows-gnu
<!-- Thank you for filing a bug report! πŸ› Please provide a short summary of the bug, along with any information you feel relevant to replicating the bug. --> I tried this code: ``` ./x.py test src/test/debuginfo/ --stage 2 ``` I expected to see this happen: Passing tests. Instead, this happened: 59 te...
A-testsuite,A-debuginfo,T-compiler,O-windows-gnu,C-bug,E-needs-investigation
low
Critical
718,052,559
go
x/tools/cmd/present2md: conversion strips comments and .caption commands
<!-- 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.2 linux/amd64 </pre> ### Does this issue reproduce...
NeedsInvestigation,Tools
low
Critical
718,059,850
material-ui
[Autocomplete] Broken for iOS VoiceOver
- [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 😯 Using VoiceOver on iOS, I am unable to either find or activate any of the suggestions in the list...
accessibility,component: autocomplete
medium
Critical
718,084,179
transformers
Add FAVOR+ / Performer attention
# 🌟 FAVOR+ / Performer attention addition Are there any plans to add this new attention approximation block to Transformers library? ## Model description The new attention mechanism with linear time and space complexity was introduced in _Rethinking Attention with Performers_ [[https://arxiv.org/abs/2009.1479...
New model
high
Critical
718,106,039
storybook
Separators deprecation message when using `${obj.attr}` in Meta title
**Describe the bug** I just started to migrate to SB 6 and I get the deprecation message about hierarchy separators even if I already used '/' as separator. It seems to be caused by using `${obj.attr}` in the Meta title: I import the `package.json` file to insert the version number in the sidebar: ``` import pkg f...
bug,mdx
low
Critical
718,115,557
godot
AudioStreamOGGVorbis ignores the loop property and uses the import setting due to the saved resource not being able to store metadata
<!-- 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.stable **OS/device including version:** <!-- Specify GPU model, drivers, and the bac...
bug,topic:editor,confirmed,topic:audio,topic:import
low
Critical
718,176,465
godot
Audio is stopped when changing the properties of AudioStream
<!-- 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.stable **OS/device including version:** <!-- Specify GPU model, drivers, and the bac...
bug,topic:gdscript
low
Minor
718,188,964
go
time: create ticker with instant first tick - rebooted
I have the same issue as https://github.com/golang/go/issues/17601, but the issue was closed and locked [with this reason](https://github.com/golang/go/issues/17601#issuecomment-307906597): > This doesn't seem to rise to the level of new API. You don't have to "copy the section of code underneath the first <-t.C", y...
NeedsInvestigation,FeatureRequest
low
Minor
718,211,260
flutter
flutter upgrade command is not working as expected
first things first, thanks for this awesome framework, My flutter version: ```fl --version Flutter 1.22.1 β€’ channel beta β€’ https://github.com/flutter/flutter.git Framework β€’ revision f30b7f4db9 (22 hours ago) β€’ 2020-10-08 10:06:30 -0700 Engine β€’ revision 75bef9f6c8 Tools β€’ Dart 2.10.1 ``` i'm using macbook air...
tool,a: quality,P3,team-tool,triaged-tool
low
Critical
718,252,659
pytorch
Spawn wrapper should catch BaseException, not Exception
https://github.com/pytorch/pytorch/blob/9fb8e33a5bdbe36084bb6182e9f72e1aac14e464/torch/multiprocessing/spawn.py#L22 Not all exceptions inherit from `Exception`, for example, pytest's `Skipped` exception. Throwing `Skipped` in a subprocess isn't caught and rethrown by the multiprocessing module.
module: multiprocessing,triaged,better-engineering
low
Minor
718,265,978
PowerToys
Documentation for debugging modules
<!-- Briefly describe which document needs to be corrected and why. --> ## πŸ“ How to debug (C#) modules such that symbols are loaded correctly Folks who are familiar with C# WPF applications may want to contribute to a module like Fancy Zones, but out of the box it's not clear how to run the module with symbols l...
Area-Runner,Issue-Docs,Area-Build
low
Critical
718,276,455
flutter
[Flutter Driver] tap on a Sliver throws an exception
Flutter driver throwing the error: `await driver.tap(find.byType('RenderSliverStickyHeader'));` Error thrown: ``` DriverError: Error in Flutter application: Uncaught extension error while executing tap: type 'RenderSliverStickyHeader' is not a subtype of type 'RenderBox' in type cast #0 _HitTestableFinder...
c: crash,tool,f: scrolling,t: flutter driver,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-tool,triaged-tool
low
Critical
718,333,185
go
crypto/x509: add ability to reload root certificates
**Problem description:** As it can be seen on this line, root certificates loaded only once during the lifetime of the application - https://github.com/golang/go/blob/9e5b1367cb45931b3730027f30afc03bda224583/src/crypto/x509/root.go#L16 This creates a problem when new root certificates are added. In our case, it...
NeedsDecision,FeatureRequest,Proposal-Crypto
medium
Major
718,347,960
pytorch
test_cat_cuda (__main__.TestTensorExprFuser) fails
## πŸ› Bug `test_cat_cuda (__main__.TestTensorExprFuser)` fails ## To Reproduce Steps to reproduce the behavior: ``` python test/test_tensorexpr.py TestTensorExprFuser.test_cat_cuda ``` ``` ====================================================================== ERROR: test_cat_cuda (__main__.TestTensor...
module: tests,triaged,shadow review
low
Critical
718,352,147
go
cmd/gofmt: unexpected indentation in chained calls
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.15.2 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? Yes. ### What operating system and processor architecture are you using (`go env`)? <details><summary><code>go env</code> Output</summa...
NeedsInvestigation
low
Critical
718,359,060
node
node only using half of the available memory
* **Version**: 12.19.0 * **Platform**: Debian Buster * **Subsystem**: ### What steps will reproduce the bug? 1. Start a container with limited memory (something like `docker run --rm -it --memory=1G --memory-swap=1G node:12.19.0-buster-slim bash` 2. Inspect heap size (`node -e 'const v8 = require("v8"); console....
memory
medium
Critical
718,366,417
go
testing: run Cleanup if SIGINT occurs
Currently, `testing.T.Cleanup` and `testing.B.Cleanup` are only run if the test and all of its subtests have finished running. This means it won't run if the test is stopped with a SIGINT (e.g. Ctrl+C). There are several things that may be in such a `Cleanup` function that would be helpful to run regardless of whether ...
NeedsInvestigation
medium
Critical
718,384,638
go
x/tools/gopls: rename on a method receiver should rename all receivers for the type
### What version of Go are you using (`go version`)? <pre> example.com$ go version go version devel +2be7788f8 Fri Oct 9 02:49:19 2020 +0000 linux/amd64 example.com$ go version -m $(which gopls) /usr/local/google/home/bcmills/bin/gopls: devel +186f0220d0 Mon Oct 5 11:12:24 2020 -0400 path golang.or...
FeatureRequest,gopls,Tools,Refactoring
low
Critical
718,393,487
godot
[Bullet] HingeJoint deprecation message prints even for default property setup
**Godot version:** Godot 3.2.3 Stable, Windows 10. **OS/device including version:** Windows 10, 64-bit. **Issue description:** When a HingeJoint node is created and one of the two nodes for the joint are setup, the following deprecation warning is always printed: set_param: The HingeJoint parameter 0 is...
bug,topic:editor,confirmed,topic:physics
low
Minor
718,400,192
youtube-dl
Add support for crowdcast.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
718,423,085
rust
Code bloat from monomorphization of methods applied to arrays
The following talks about `Debug::fmt`, but is likely true of a lot more methods applied to arrays. Take the following code: ``` fn main() { let a = [1, 2, 3]; let b = [1, 2, 3, 4]; let c = [1, 2, 3, 4, 5]; let d = [1, 2, 3, 4, 5, 6]; println!("{:?}", a); println!("{:?}", b); print...
C-enhancement,I-heavy,A-fmt,A-array
low
Critical
718,460,580
rust
Permit multi-segment paths as const generic arguments without `{}`
```rust mod m { pub const N: u32 = 0; } struct S<const X: u32>; fn main() { let _ = S::<m::N>; // error[E0573]: expected type, found constant `m::N` } ``` ([Playground link](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=ebe88cbf8dc8b498498fcec649c16fbf)) There's no rea...
T-compiler,A-const-generics
low
Critical
718,463,539
go
x/website/internal/dl: serve .sha256 checksum files by redirecting to https://dl.google.com/go
<!-- 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`)? https://github.com/golang/website/pull/24 ### Does this issue reproduce with the latest re...
NeedsDecision
low
Minor
718,479,115
TypeScript
'never' (and probably 'void') shouldn't be silently indexable types
```ts let x = [1, 2, 3, 4].forEach(x => { console.log(x)); x["hello"] = 123; ``` Expected: an error that `x` is possibly `void` or something Actual: no errors
Bug,Rescheduled
low
Critical
718,486,316
TypeScript
Utility type to reference JSDoc of another type
## Search Terms type level jsdoc computed jsdoc reference jsdoc from other type ## Suggestion Add a utility type `Docs<T>`, which, given `type T = U & Docs<V>`, results in a type `T` with the type of `U`, but with the JSDoc annotations of `V` (overriding any `U` might have). This should also add `V`'s go t...
Suggestion,Awaiting More Feedback
low
Minor
718,487,282
create-react-app
ServiceWorker not built in 4.x (next)
### Describe the bug `./build/service-worker.js` is no longer generated at all (and there are no error messages) with the latest versions of CRA (4.x) using `@next`. ### Did you try recovering your dependencies? Yes. ### Which terms did you search for in User Guide? N/A ### Environment <!-- To h...
needs triage,issue: bug report
medium
Critical
718,520,788
flutter
Error: warning: could not find referenced DIE when dumping symbols for customized engine artifacts(Flutter1.20&1.22)
After I upgrade flutter to v1.20.4 and v1.22.1, I met problems when dumping debug symbols for flutter.framework. Environment ```shell ➜ hello_world git:(stable/v1.22.1) /Users/aliflutter/AliFlutter/flutter/bin/flutter doctor -v [βœ“] Flutter (Channel unknown, 1.22.1, on Mac OS X 10.15.4 19E266, locale zh-Ha...
c: regression,engine,P3,found in release: 1.20,found in release: 1.22,team-engine,triaged-engine
low
Critical
718,522,856
PowerToys
[File Explorer] Disabling/uninstalling thumbnail providers may require cleaning up the thumbnail cache
While testing the fix for enabling/disabling the File Explorer add-ons (https://github.com/microsoft/PowerToys/pull/6883), i.e. preview handlers and thumbnail providers it was found that for thumbnail providers, if you enable/disable the setting may require restarting explorer **and** cleaning up the thumbnail cache. T...
Issue-Bug,Idea-Enhancement,Priority-3,Product-File Explorer
low
Major
718,538,162
neovim
Cursor gets stuck on folds when scrolling down using 1<C-D>, but not when scrolling up using 1<C-U>
<!-- Before reporting: search existing issues and check the FAQ. --> - `nvim --version`: ``` ❯ nvim --version NVIM v0.4.4 Build type: Release LuaJIT 2.0.5 Compilation: /usr/bin/cc -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -DNDEBUG -DMIN_LOG_LE...
bug-vim,folds,needs:vim-patch
low
Critical
718,576,338
godot
Failure to write a file to user:// should be a serious error with a visible error message
**Godot version:** 3.2.2 stable **OS/device including version:** Windows 10 **Issue description:** Tried to write a file with ":" in the filename by accident. Fails silently, no error message on console with -d, only visible in the debugger. Should be a more serious error. **Steps to reproduce:** T...
bug,platform:windows,topic:core
low
Critical
718,581,274
storybook
Addon-docs: Inline rendering support for loaders
#12699 adds async loaders to CSF, but the loaded data is not yet compatible with Storybook Docs inline rendering. Until this is added, the loaded data is undefined.
feature request,addon: docs,block: other
low
Major
718,587,436
godot
Scripts with Preload slows down editor loading
<!-- 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. stable **OS/device including version:** <!-- Specify GPU model, drivers, and the ba...
topic:gdscript,topic:editor
low
Major
718,593,251
pytorch
Policy CMP0012 is not set, CMake, Building For C++ With PyTorch CUDA
## πŸ› Bug <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: 1. Download the PyTorch zip file with the following settings, PyTorch Build: Stable(1.6.0) Your OS: Linux Package: LibTorch Language: C++/Java CUDA: 10.2 2. Unzip the folder to som...
module: build,triaged,better-engineering
low
Critical
718,643,386
scrcpy
Media control Shortcuts
I have been using vysor to control my FireTV devices and since they upgraded to v3 it's been a complete cluster****. Found your tool yesterday and it does 99% of everything I need and it is GREAT! There is one issue/request. Can you add media control shortcuts? Specifically to rewind, play/pause, forward media...
feature request
low
Major
718,648,970
create-react-app
Basic instructions didn't work with previous global install
### Describe the bug I followed the directions on "Getting Started". They mentioned: ``` npm uninstall -g create-react-app ``` Which I did. When I then resumed the tutorial, I got an error. ### Did you try recovering your dependencies? N/A ### Which terms did you search for in User Guide? I was at ...
stale,needs triage,issue: bug report
low
Critical
718,650,344
godot
Disabling Script Editor stops opening scripts in external code editor
<!-- 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 Mono **OS/device including version:** <!-- Specify GPU model, drivers, and the backe...
bug,topic:editor
low
Minor
718,662,304
flutter
[video_player on web] Exiting a fullscreen video causes the browser address bar to disappear on mobile devices
## Tested Device Device: Samsung Galaxy note 5 (Android 7.0) Browser: Chrome 86.0.4240.75 ## Steps to Reproduce 1. Go to [IPTV-Player](https://iptv-5f88c.web.app/#/) on mobile device, 2. Tap on custom url button 3. Press watch. 4. Full screen the video, then exit full screen 5. go to the main screen. #...
a: quality,platform-web,p: video_player,package,has reproducible steps,P2,found in release: 2.2,found in release: 2.3,team-web,triaged-web
low
Major
718,664,765
opencv
Why there is no Mat_ equivalent of Mat (const std::vector< int > &sizes, ...)?
`Mat` has these constructors: ``` Mat (const std::vector< int > &sizes, int type) Mat (const std::vector< int > &sizes, int type, const Scalar &s) Mat (const std::vector< int > &sizes, int type, void *data, const size_t *steps=0) ``` which are convenient to declare 3 or more dimensional matrices in a single line,...
feature,category: core
low
Minor
718,667,967
godot
ResourceSaver FLAG_CHANGE_PATH not changing the path
**Godot version:** Godot Engine v3.2.3.stable.official **OS/device including version:** Windows 10 **Issue description:** The flag `FLAG_CHANGE_PATH` of `ResourceSaver` does not change the path when used in the `save` method. **Steps to reproduce:** Create a resource and save with `ResourceSaver.save(p...
bug,topic:core,confirmed
low
Major
718,681,751
rust
Do debug-info-preserving optimizations even in debug mode
Debug mode, which is key to the edit-compile-run cycle, generates a lot more LLVM IR than equivalent C/C++ code does. For example, things like calls to `ptr::write` actually turn into procedure calls at the machine level, whereas they should really always be inlined. We could consider actually performing a subset of MI...
I-compiletime,T-compiler,A-mir-opt,A-mir-opt-inlining
low
Critical
718,682,216
opencv
VideoCapture GStreamer backend does not support CAP_PROP_FORMAT property
##### System information (version) - OpenCV => 4.2.0 - Operating System / Platform => Debian GNU/Linux ##### Detailed description Hi, I noticed that the VideoCapture GStreamer backend does not support the `CAP_PROP_FORMAT` property. I get the following message when I try to call `inputVideo.get(cv::CAP_...
feature,priority: low,category: videoio
low
Critical
718,683,907
godot
Tree multiselect 'get_next_selected()' not collects all selected items
**Godot version:** Godot Engine v3.2.3.stable.mono.official - https://godotengine.org OpenGL ES 3.0 Renderer: GeForce GTX 980/PCIe/SSE2 **OS/device including version:** Windows 10 x64 **Issue description:** The multi selection on Tree is broken when select multiple items from bottom to top in the tree. *...
bug,topic:gui
low
Critical
718,699,021
TypeScript
Declare generics in type assertion / generic constraint and reuse
## Search Terms generic, type assertion, narrowing, constraint, reuse ## Suggestion ```ts type Fn<T> = (subject: T) => void const boolFn = fn as (<T extends boolean>Fn<T>) // or a less flexible, but easier approach const boolFn = fn as Fn<T extends boolean> ``` Today there is no way to do that. Th...
Suggestion,Awaiting More Feedback
low
Minor
718,706,032
TypeScript
Allow type assertion for "super" keyword in method.
## Search Terms super type assertion ## Suggestion Currently there is no way to provide a type assertion for "super" keyword, because the "super" keyword cannot be wrapped by parentheses, so either `(<T>super).x` or `(super as T).x` will result in an error: "'super' must be followed by an argument list or member...
Suggestion,Awaiting More Feedback
low
Critical
718,709,985
opencv
Bug in DescriptorMatcher.match()
##### System information (version) <!-- Example - OpenCV => 4.2 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2017 --> - OpenCV => 4.4 - Operating System / Platform => Windows 10 64 Bit I'm setting up a brute force matcher like this: ```bf = cv2.BFMatcher(cv2.NORM_HAMMING, c...
category: python bindings
low
Critical
718,711,974
pytorch
seeding does not work when I initialize a linear model even if I do not use it in the code
I am having trouble seeding my experiments. I realized some very weird behaviour when I initialize a linear layer such as: `classifier = nn.Linear(640, 5)` even if this layer is not used at all in the experiments. For example by just initializing this layer and not using it I get results of 87% in an experiment w...
module: nn,triaged
low
Minor
718,719,514
terminal
Support for the DECSET/DECRST mode (30) to enable/disable scroll bar visibility
# Description of the new feature/enhancement rxvt, mintty, and various other terminal emulators support the sequence `CSI ? 30 h/l` to enable/disable visibility of the scroll bar in the terminal emulator. This is useful for full screen terminal applications that wish to maximize use of screen real estate. It appears...
Issue-Feature,Help Wanted,Area-VT,Product-Terminal
low
Minor
718,725,011
TypeScript
Strings do not have known keys associated with their indexes
**TypeScript Version:** Nightly **Code** ```ts { const t: 't' = ("test" as const)[0]; } { const t: 't' = ([ 't', 'e', 's', 't' ] as const)[0]; } ``` **Expected behavior:** TypeScript associated keys with values for string literals. **Actual behavior:** TypeScript gives all indexes into...
Suggestion,Awaiting More Feedback
low
Major
718,747,201
ant-design
Table Column Header Filter/Sorter Improvements
- [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. This does include some issues/request from older closed issues, but I don't believe any of them were comprehensive of this full request. Similar Issue - https://github.com/a...
Inactive
low
Critical
718,761,597
TypeScript
Infer declarations are allowed in generic constraints, but do not infer generic constraint types
<!-- Please try to reproduce the issue with the latest published version. It may have already been fixed. For npm: `typescript@next` This is also the 'Nightly' version in the playground: http://www.typescriptlang.org/play/?ts=Nightly --> **TypeScript Version:** 4.0.2 <!-- Search terms you tried before logging th...
Bug
low
Minor
718,767,944
go
x/tools/go/analysis/passes/composite: false positive with gollvm
Hi. I was trying to build [Delve](https://github.com/go-delve/delve) - and caught [this](https://github.com/go-delve/delve/issues/2191) error. <pre> $ go version </pre> go version go1.15.2 gollvm LLVM 12.0.0git linux/amd64 [gollvm](https://go.googlesource.com/gollvm/) My [release](https://drive.google.com/fi...
NeedsInvestigation,Tools,Analysis
low
Critical
718,776,090
pytorch
Getting this error while installing torch and torchvision!
I’m trying to install pytorch and torch vision(pip3 install torch==1.2.0+cpu torchvision==0.4.0+cpu -f https://download.pytorch.org/whl/torch_stable.html) in my ubuntu AWS machine. But im getting this error. ![ubuntu@ip-172-31-23-180_ ~ 10-10-2020 03_06_18](https://user-images.githubusercontent.com/46942641/95672520-1...
needs reproduction,triaged
low
Critical
718,802,912
pytorch
Complex backward returns NaN values
## πŸ› Bug I am training this model: https://github.com/jonashaag/asteroid/blob/dccrn-recipe/asteroid/models/dccrnet.py Tried PyTorch 1.6.x with CUDA 10.1 and PyTorch Nightly with CUDA 10.2. I can successfully train the model with CUDA 11.1 and PyTorch Nightly on another machine. I can't test CUDA 11.1 on the fail...
high priority,module: cuda,triaged,module: complex,complex_autograd
medium
Critical
718,804,679
excalidraw
Tiled rendering
Proposed by @vjeux. To improve general render performance of large scenes, we should investigate [tiled rendering](https://en.wikipedia.org/wiki/Tiled_rendering), partitioning the scene into a regular grid where each tile is cached and rerendered only if something within it changes. Unchanged tiles would be bitma...
performance ⚑️
low
Major
718,809,437
pytorch
Ability to disable cusolver
## πŸš€ Feature Cusolver is a massive library (over 500MB) that was newly added as a dependency. So far it looks like it is only used for speeding up some usages of torch.inverse. I was hoping for a way to make the requirement optional. ## Motivation Save package and install space. Especially on platforms where t...
module: build,module: cuda,triaged,module: linear algebra
low
Major
718,813,034
svelte
Get access to a component's own class in the script and script module ("$$self" or else)
This is a proposal to add a `$$self` ( or else ) reserved keyword that resolves into a reference to a component's own class, such as to make the following output `<h1>hello world !</h1>` ```svelte <script> export let name; </script> {#if !name} <svelte:component this={$$self} name={'world'} /> {:else} <h1>...
feature request,compiler
medium
Major
718,815,212
pytorch
No improvement gain between sm_86 (cuda 11.1) and sm_80 (cuda 11.0) on 3090 or 3080 GPUs.
According to Nvidia, the single-precision performance of 3080/3090 is 30/36 Tflops. And the cuda11.0 cannot support 3080/3090 well. Therefore, I compare PyTorch nightly version (compiled with sm_80、cuda11.0) with PyTorch built from source (compiled with sm_86、cuda11.1). However, there is no improvement at all. I'm qui...
module: cudnn,module: cuda,triaged
medium
Major
718,821,868
godot
Deleting a GDScript doesn't detach it
**Godot version:** 3.2.3 **Issue description:** In the editor, deleting a GDScript file using the FileSystem panel doesn't remove it from the file in the Scene view. **Steps to reproduce:** 1) Add any node 2) Attach a script to it 3) FileSystem panel -> Right click on the script you just created (i.e. Node...
bug,topic:editor
low
Minor
718,826,844
godot
Program crashed with signal 11 - NVIDIA
Godot Engine v3.2.3.stable.official - https://godotengine.org OpenGL ES 3.0 Renderer: GeForce GTX 1050 Ti/PCIe/SSE2 handle_crash: Program crashed with signal 11 Dumping the backtrace. Please include this when reporting the bug on https://github.com/godotengine/godot/issues [1] /usr/lib/libc.so.6(+0x3d6a0) [0x7f7a52...
bug,topic:rendering,needs testing,crash
low
Critical
718,832,018
node
Problem Setting TLS to TLSv1.3
Folks, I'm using node v12.18.2. I expected tls.DEFAULT_MAX_VERSION to be TLSv1.3 per https://github.com/nodejs/node/blob/v12.18.2/lib/tls.js, but when I log it, I am seeing TLSv1.2 instead. (and I don't see the flag --tls-max-v1.2 anywhere in my codebase). When I try to set tls.DEFAULT_MAX_VERSION (or the min...
tls
low
Critical
718,837,269
godot
[TRACKER] Error macros with cryptic messages due to not having proper custom messages defined
If you stumble upon difficult-to-understand error messages (regardless of your skill level with Godot), please report them here. In your comment, make sure to state: - Your operating system and Godot version. - What you were doing when you got the error message. *Always include code samples!* - Ideally, a minimal ...
enhancement,topic:core,usability,tracker
high
Critical
718,880,712
pytorch
Deprecate spmm and dsmm functions
## πŸš€ Feature <!-- A clear and concise description of the feature proposal --> Deprecate `torch.spmm` and `torch.dsmm` functions. ## Motivation <!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to anoth...
module: sparse,triaged,open source,module: linear algebra,module: deprecation
low
Minor
718,893,295
flutter
TextField cursor handle rendered below keyboard and disappearing after dragging it
## Problem Description It is best to see the problem in action: [CursorBug.mp4.zip](https://github.com/flutter/flutter/files/5361621/CursorBug.mp4.zip) As you can see, the cursor handle is not above the system keyboard. And when dragging it, it just reset itself and stop responding to the dragging. so you need to...
a: text input,framework,f: material design,has reproducible steps,P3,team-design,triaged-design,found in release: 3.16,found in release: 3.18
low
Critical
718,911,497
pytorch
Error with DistributedDataParallel with specific model
## πŸ› Bug I trying to run linformer model with DistributedDataParallel from [this repo](https://github.com/tatp22/linformer-pytorch) ## To Reproduce run this script ```python import os import tempfile import torch import torch.distributed as dist import torch.nn as nn import torch.optim as optim impo...
high priority,triage review,oncall: distributed,triaged
low
Critical
718,915,374
vscode
Badges for extension activity bar icons
<!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> As depicted on the Source Control activity icon,...
feature-request,api,workbench-views
low
Major
718,927,476
transformers
examples/rag: test coverage, tiny model
Disclaimer: I don't know this code very well, this may be much harder than it seems. Blocking PR: #7713 [`examples/rag/finetune.py`, `examples/rag/finetune.sh`, `eval_rag.py`] do not seem to be tested at all. It would be good to have a `test_finetune.py` like `examples/seq2seq` that tested these. cc @stas00 ...
Help wanted,Tests,rag,Feature request
low
Major
718,927,660
flutter
App launches on Realme X2 Pro stutter with --release but not --profile
Hello, Everytime, I start the application there is animation stutter. This is mostly with the **release** APK. Even with the **default counter app**. If I run it with "flutter run --release" command there is animation stutter at start of the application. Seems like frame drops. Here is a screen recording. No oth...
e: device-specific,platform-android,c: performance,perf: speed,a: release,P2,team-android,triaged-android
low
Major
718,930,140
pytorch
[discussion] In-place gradient (grad_input) computation for better memory utilisation
grad_input can sometimes be computed inplace, reuse grad_output and not allocate another buffer (this is often the case for normalization or elementwise ops). This would lead to better memory utilisation. Originally discussed in: https://github.com/pytorch/pytorch/issues/26288#issuecomment-663731698 @albanD's arg...
module: autograd,module: memory usage,triaged,needs research
medium
Major
718,935,163
pytorch
Squared 2-norm pdist (as available in SciPy / Faiss)
## πŸš€ Feature Squared 2-norm for the PyTorch [pdist function](https://pytorch.org/cppdocs/api/function_namespacetorch_1_1nn_1_1functional_1a203299f5d26e8c9cee48fe4b7382312a.html), which computes the p-norm distance between every pair of row vectors in the input. ## Motivation We need to use the squared 2-norm pa...
triaged,module: numpy,function request,module: norms and normalization,module: distance functions
low
Major