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
773,348,866
rust
LLVM ERROR: Function addresses with offsets not supported
I've ran into an issue with one of my libraries that was preventing it from compiling with `wasm-pack`. It would otherwise compile just fine with `rustc` to other targets (no compiler errors) but when I would attempt to compile with `wasm-pack` I would get this cryptic error: ``` LLVM ERROR: Function addresses wit...
A-LLVM,T-compiler,O-wasm,C-bug
low
Critical
773,455,254
pytorch
TorchScript model's output different on Mobile and PC
First of all I'd like to thank you and appreciate your work constructing pytorch, which is amazing. ## πŸ› Bug I have [this model](https://github.com/roj4s/pytorch_mobile_example/raw/master/app/src/main/assets/mobile_model.pt) that I compiled with torch.jit.trace. I load it on my PC and it works just fine with fol...
oncall: mobile
low
Critical
773,458,246
pytorch
Compatibility with Raspberry Pi
## πŸš€ Feature It would be great if we could just download and install Torch using pip install torch or pip install torch-gpu. ## Motivation New models of Yolo are only written in PyTorch, which is great, I much prefer it to Tensorflow, but I would like to be able to use these fast new object detection models o...
module: build,feature,triaged
low
Minor
773,497,076
rust
Using doc comment at end of line triggers inner attribute error
<!-- 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: ```rust fn main() { if true {//!= bar println!("test"); } } ``` I expected to see this happen: the code should c...
A-attributes,A-parser,C-bug
low
Critical
773,507,643
create-react-app
Current npm. issues.
If you have a general question about Create React App or about building an app with Create React App we encourage you to post in GitHub Discussions instead of this issue tracker. The maintainers and other community members can provide help and answer your questions there: https://github.com/facebook/create-react-app/di...
needs triage
low
Critical
773,543,760
godot
Threaded loading crashes/general issues in 3.2 (and possibly 4.0)
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 68013d23932688e57b489600f4517dd280edc464 **OS/device including version:** Windows, Linux, GLES3, nvidia and AMD GPUs **Issue description:** Th...
bug,topic:core,crash
medium
Critical
773,563,307
pytorch
Caching for autoregressive decoding of Transformer
## πŸš€ Feature <!-- A clear and concise description of the feature proposal --> [This blog post](https://tunz.kr/post/4) says that we can reduce the computation time of autoregressive decoding by using caching, since we do not have to re-compute the previous attentions. It seems that [OpenNMT](https://github.com/OpenN...
module: performance,feature,module: nn,triaged
low
Minor
773,616,179
terminal
[Feature request] [Settings UI] Import a color scheme from a json file
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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,Help Wanted,Product-Terminal,Area-SettingsUI
low
Critical
773,621,019
pytorch
ninja: build stopped: subcommand failed.
## πŸ› Bug ninja: build stopped: subcommand failed. Traceback (most recent call last): File "setup.py", line 773, in <module> build_deps() File "setup.py", line 315, in build_deps build_caffe2(version=version, File "/home/shegong/pytorch/tools/build_pytorch_libs.py", line 58, in build_caffe2 ...
module: build,triaged
low
Critical
773,636,341
nvm
`arch -x86_64 nvm install lts/fermium` returns arch: can't find nvm in PATH
<!-- Thank you for being interested in nvm! Please help us by filling out the following form if youβ€˜re having trouble. If you have a feature request, or some other question, please feel free to clear out the form. Thanks! --> #### Operating system and version: Mac OS v11.1 Big Sur Processor: M1 #### `nvm debug`...
OS: Mac OS,needs followup
low
Critical
773,866,283
tensorflow
standalone pip package for tf.io.gfile.GFile
Is there a chance to somehow split the `io.gfile` into a standalone pip package? This would be great! The current `tf.io.gfile.GFile` API is very handy for transparently accessing local or GCS bucket files. It is so great, I wish I could use it even in projects where I don't have tensorflow. As far as I'm aware t...
stat:awaiting tensorflower,type:feature,comp:ops
low
Major
773,881,952
flutter
[video_player] seamless looping on iOS
Flutter `video_player` plugin doesn't use `AVPlayerLooper`, for `setLooping` which causes a small hiccup in playback https://github.com/flutter/plugins/blob/622ba57c3960e511bdd4adabe800aef844e263fc/packages/video_player/video_player/ios/Classes/FLTVideoPlayerPlugin.m#L97-L106 Minimal reproducible: https://github...
platform-ios,p: video_player,package,has reproducible steps,P3,found in release: 1.26,found in release: 3.10,team-ios,triaged-ios
medium
Major
773,915,406
flutter
Interaction between DataTable and TableRowInkWell is not well described
## Steps to Reproduce ```dart import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( title: 'Flutter Demo', debugShowCheckedModeBanner: false, home: MyHomeP...
framework,f: material design,d: api docs,team-design,triaged-design
low
Critical
773,965,828
go
x/tools/gopls: move "go.import.add" from vscode-go to gopls
Now that gopls will be on by default, vscode should delegate its remaining non-lsp functionality to gopls through nonStandardRequest, if said feature makes sense to be moved there. Starting with the "go.add.imports" command as an example, the "Add Import" action should be a good first migration and it has a number ...
gopls,Tools
low
Critical
773,972,040
godot
AnimatedTextures do not pause when tree is paused
**Godot version:** 3.2.3 **OS/device including version:** Linux mint 19.1 **Issue description:** Animated Textures (tres) do not pause when game is paused via get_tree().paused=true Observe the gif below, when the first dialog appears (this is set to process so does not pause) the tilemap and game pause...
discussion,topic:core
low
Critical
773,975,179
TypeScript
Expose semantic token command type
# Suggestion <!-- Please fill in each section completely. Thank you! --> ## πŸ” Search Terms <!-- πŸ’‘ Did you know? TypeScript has over 2,000 open suggestions! πŸ”Ž Please search thoroughly before logging new feature requests as most common ideas already have a proposal in progress. The "Common Featur...
Suggestion,In Discussion
low
Minor
773,989,008
pytorch
Undefined reference to `cv::imread`
## πŸ› Bug <!-- A clear and concise description of what the bug is. --> Error message when using CMake: ```undefined reference to `cv::imread(std::string const&, int)'``` on a personal project. ## To Reproduce Steps to reproduce the behaviour: 1. Install OpenCV from source on Linux [https://github.com/pytor...
module: build,triaged,has workaround
low
Critical
774,015,983
flutter
Building in release mode against iOS simulator in Xcode compilation error: GeneratedPluginRegistrant.m Module not found
Not an error but I just can't release my app to iOS because I get this error every time I build for release. Works well in debug ```console /Users/some-user/flutter/projects/rhyme_game/ios/Runner/GeneratedPluginRegistrant.m:10:9: Module 'audioplayers' not found ``` If I delete that it gives me error on others so au...
platform-ios,tool,t: xcode,a: release,has reproducible steps,P3,found in release: 3.3,found in release: 3.7,team-ios,triaged-ios
low
Critical
774,022,706
flutter
CustomScrollView + SliverAppBar + webview_flutter
As mentioned in https://github.com/flutter/flutter/issues/31243#issuecomment-711434316 the https://github.com/flutter/flutter/issues/31243 issue did not solve
framework,f: material design,f: scrolling,p: webview,has reproducible steps,P2,found in release: 2.2,found in release: 2.5,team-design,triaged-design
low
Major
774,023,493
TypeScript
Show error when JSDoc tags use unknown Symbols
# Suggestion Raise error when JSDoc tags reference unknown types ## πŸ” Search Terms List of keywords you searched for before creating this issue. Write them down here so that others can find this suggestion more easily and help provide feedback. is:issue is:open in:title jsdoc error is:issue is:open in:ti...
Suggestion,Awaiting More Feedback
low
Critical
774,103,865
go
cmd/compile: inefficient assembly code on arm64
<!-- 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.16beta1 darwin/arm64 </pre> ### Does this issue repro...
Performance,NeedsInvestigation,arch-arm64,compiler/runtime
low
Critical
774,112,958
pytorch
from_blob segfaults when given CUDA pointer
libtorch : How to create a gpu tensor base on data_ptr? ``` int main{ auto ten=torch::randn({3,10},torch::kCuda); auto p=ten.data_ptr<float>();//I believe "p" is a gpu pointer? auto ten2=torch::from_blob(p,{3,10});//ten2's device=cpu,that's the problem cout<<ten2;//then I got err...
module: crash,module: cpp,module: cuda,triaged
low
Critical
774,190,293
pytorch
[JIT] Don't support math.exp and math.log in the Script
## πŸ› Bug I want to make a python log_add function which using math.exp and math.log to `torch.jit.script`. But it failed. ## To Reproduce ``` from typing import List, Dict import torch import math @torch.jit.script def log_add(args: List[float]) -> float: """ Stable log ad...
oncall: jit,days,TSRootCause:TypeChecking,TSUsability
low
Critical
774,198,248
electron
[DOCUMENTATION, QUESTION] app.on('open-file') does not work, unclear what to do for Windows and Linux
### Preflight Checklist * [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have s...
enhancement :sparkles:,documentation :notebook:
low
Minor
774,257,695
PowerToys
Custom display/hide of systray icons in taskbar
On windows, we can only choose to show all or choose to show some icons. Can we hide some icons that do not need to be displayed on the basis of choosing to show all icons?
Idea-New PowerToy,Product-Tweak UI Design
low
Major
774,269,494
pytorch
Why trace method used insted of script method in graph creation?
## ❓ Why trace method used insted of script method in graph creation? Why we use, `trace = torch.jit.trace(model, args)` `graph = trace.graph` for creating graph for tensorboard insted of script method. Wont it be better for capturing networks, say with conditional statements in the forward? Refr : https://githu...
oncall: visualization
low
Minor
774,286,977
electron
Unable to view PDF in a webview when a partition attribute is declared
<!-- 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/windows,bug :beetle:,11-x-y
medium
Major
774,301,588
pytorch
Ensure inplace views are properly handled
We need test to make sure CreationMeta are properly handled for inplace view operations. cc @ezyang @albanD @zou3519 @gqchen @pearu @nikitaved
module: autograd,triaged,better-engineering
low
Major
774,317,340
transformers
Good Second Issue: T5 FP16 in Pytorch
# πŸš€ Feature request This "Good second issue" should revisit some of the problems we were having with FP16 for `T5ForConditionalGeneration`: https://github.com/huggingface/transformers/issues/4586 and help to make T5 compatible with fp16. **_Requirements:_** - use transformers master - use newest pytorch vers...
Good Second Issue
low
Critical
774,323,981
PowerToys
Strongly-typed API for PTSettingsHelper
`PTSettingsHelper` methods like `get_root_save_folder_location` return `string`s instead of `path`s, which is error-prone. we also need to make them camelCase. While doing this work, make sure to check all method invocations for possible regressions.
Product-Settings,Area-Quality,Issue-Task
low
Critical
774,348,196
godot
Cannot delete file after (failed) loading as resource pack
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** v3.2.3.stable.official **OS/device including version:** Win 10 **Issue description:** When loading a (zipped) resource pack and this fails, the...
bug,platform:windows,topic:core
low
Critical
774,349,244
terminal
Auto display readme`s
This one is a bit like that fighting type bird pokemon. # Description of the new feature/enhancement t`would be sort of cool if there was a way to show readme’s in a new vertically split pane. (preferably with markdown rendered like here (https://github.com/mikaelbr/marked-terminal)) # Proposed technical im...
Issue-Feature,Area-Extensibility,Product-Terminal
low
Major
774,352,233
PowerToys
Disable the taskbar (in auto-hide mode) from showing when hoovering with the mouse.
Hello, Would it be possible to disable the taskbar (in auto-hide mode) from showing when hoovering with the mouse. and only show when using the Windows-key? I am very happy with this app! Especially the FancyZones. Thanks and regards If you'd like to see this feature implemented, add a πŸ‘ reaction to this...
Idea-New PowerToy,Product-Tweak UI Design
low
Minor
774,462,569
pytorch
RuntimeError: CUDA error: unspecified launch failure
When I use a simple network as the backbone, it can be trained normally. If I use a complex network for training, such an error will be reported. ``` terminate called after throwing an instance of 'c10::Error' what(): CUDA error: unspecified launch failure (insert_events at /pytorch/c10/cuda/CUDACachingAllocato...
needs reproduction,module: cuda,triaged
low
Critical
774,500,884
godot
Cannot have multiple engine running on same web page
**Godot version:** 3.2.4 beta4 mono version **OS/device including version:** Windows 10 using HTML export **Issue description:** This is a following to #44368. Now that the viewport ID is fixed in 3.2.4 beta I tried to put multiple viewports (with each its own engine and canvas). The problem is that only t...
enhancement,platform:web,topic:porting
low
Critical
774,593,897
rust
Add `Hash` to the prelude
`Hash` [along with `Debug`](https://github.com/rust-lang/rust/issues/80360) seem to be the only traits that are not in the prelude even though their derive macros are (see [Zulip discussion](https://rust-lang.zulipchat.com/#narrow/stream/268952-edition/topic/Edition.202021/near/220527514)).
T-lang,T-libs-api,A-maybe-future-edition
low
Critical
774,594,407
vscode
SCM - option to prefer repo name
<!-- ⚠️⚠️ 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. --> Option to prefer repo name to branch name in Sou...
bug,ux,scm
low
Minor
774,635,116
pytorch
BCEWithLogitsLoss gives out nan with -inf logits
## πŸ› Bug As the title said. Passing sigmoided logits to `BCELoss` gives the expected result. ## To Reproduce ``` >>> logits = torch.Tensor([float('-inf')]) >>> targets = torch.Tensor([0.]) >>> nn.BCEWithLogitsLoss()(logits, targets) tensor(nan) >>> nn.BCELoss()(torch.sigmoid(logits), targets) tensor(0....
module: loss,triaged,module: NaNs and Infs
low
Critical
774,646,546
TypeScript
Weak callback parameters length check in js
**TypeScript Version:** 4.2.0-dev.20201222 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** callback parameters length **Code** in .ts everything is ok: ```ts type Test = (a: number, b: number) => number const a = (func: Test) => func ...
Suggestion,Experimentation Needed
low
Critical
774,658,665
pytorch
torch init_process_group always hangs
## Problems Hi, Everyone. I encountered some question about using `torch.distributed.init_process_group()`. I use `torch.distributed.init_process_group()` on gcp jupyter notenook, and it always run and hangs. How to solve it? ## Environment ``` pytorch: 1.4.0 GPU: Tesla P100-PCIE-16GB * 2 ``` ## Sample Cod...
awaiting response (this tag is deprecated),oncall: distributed,triaged
low
Minor
774,669,039
go
x/tools/gopls: suggested completions include many irrelevant, non-deterministic entries
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.15.6 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes, and with the current tip of gopls as well. ### What operating system and processor architecture are you using (`go env`)? linux/amd...
help wanted,gopls,Tools
low
Major
774,674,246
flutter
Add ability to resume an aborted Hero flight
When a `_HeroFlight` is aborted there's no way to bring it back. E.g., when quickly navigating `A -> B -> C -> B` or `A -> B -> C -> D`, where `C` is the only route that doesn't have a particular Hero, entering `C` will cause the hero controller to abort the flight, but navigating to the next route in either pat...
framework,a: animation,c: proposal,P3,team-framework,triaged-framework
low
Minor
774,694,345
pytorch
[dataloader] RuntimeError: Too many open files when yielding integers
## πŸ› Bug I have a custom IterableDataset that reads words from a file and yields their unique ids, and whenever I set num_workers > 0 while yielding the word id, I get a RuntimeError "Too many open files. Communication with the workers is no longer possible.". On the other hand, if I'm yielding the word string, not...
module: dataloader,triaged
low
Critical
774,704,002
godot
Can't load Reference with NodePath variable inside
<!-- 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 and 3.2.4 beta 4 **OS/device including version:** <!-- Specify GPU model, d...
bug,topic:core,crash
low
Critical
774,709,444
flutter
build method of a widget is not triggered if the web browser is minimized
## Steps to Reproduce In our fluter web app, we listen to network messages and in response to a message, we push a new page using `Navigator.of(contex).push()`. ``` _api.messages.stream.listen((msg) async { _isVideoChatActive = true; await Navigator.of(context).push(AnimatedRoute( ...
framework,engine,platform-web,has reproducible steps,P2,c: parity,found in release: 3.3,found in release: 3.7,team-web,triaged-web
low
Critical
774,723,959
pytorch
[Feature Request] SuperLoss (NeurIPS 2020)
## πŸš€ Feature SuperLoss is a simple and generic method that can be applied to a variety of losses and tasks without any changing the learning procedure. It consists in appending a novel loss function on top of any existing task loss. Its main effect is to automatically down-weight the contribution of samples with a la...
module: nn,module: loss,triaged,function request
low
Minor
774,724,652
pytorch
Advanced Indexing does not trace correctly for tensor shape that has leading 1s
## πŸ› Bug A statement like `a[b] = c` where a, b, c are all tensors and `a[b].shape == c.shape` should be able to trace correctly because no reshape is needed. However it still uses reshape under the hood, and therefore does not trace correctly (does not generalize) when `c.shape` has leading 1s. ## To Reproduce ...
oncall: jit,module: advanced indexing,days
low
Critical
774,798,310
go
image/png: Add options to tolerate invalid checksums in ancillary chunks
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.15.6 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...
NeedsDecision,FeatureRequest
low
Critical
774,803,556
ant-design
Avatar should allow for width and height to be set against the image
- [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? It would remove the Google Lighthouse errors for: "Image elements do not have explicit width and height" Which also brings ...
Inactive
low
Critical
774,828,140
go
x/image/font/opentype: Thai language font does not render properly
<!-- 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.6 darwin/amd64 </pre> ### Does this issue reproduce with the l...
NeedsInvestigation
low
Critical
774,831,705
neovim
`includeexpr` support for i_C-X_C-F:
Hii, Using 'includeexpr', I am able to setup custom expression for 'gf' (Go To File) command. I have the following path in file `location={data}/CPP/test.cpp` I have the following environment variable setup `export data=/home/vignesh/Data` I have setup the following in init.vim to jump to the file using ...
enhancement,completion
low
Minor
774,839,780
pytorch
torch.solve on Jetson is slower than humans
## πŸ› Bug <!-- A clear and concise description of what the bug is. --> The following code took more than 13 minutes to run on a Nvidia AGX Xavier 32GB devkit: ``` import torch A = torch.tensor([[1.0, 2.0], [3.0, 4.0]]) B = torch.tensor([[1.0, 2.0], [3.0, 4.0]]) A = A.cuda() B = B.cuda() torch.solve...
module: build,triaged,module: linear algebra
low
Critical
774,849,257
PowerToys
System status/monitor as systray menu
## πŸ“ Provide a description of the new feature I like to have a tool which shows me the system status: - CPU (configurable per cpu or per core) - RAM - HDDs/SSDs/... activity (per Device) - Network (per Interface) - Graphics card (per card) - Temperatures (CPU, HDD, ...) But I don't want to have a widget or a wallpap...
Idea-New PowerToy
low
Major
774,851,818
rust
MaybeUninit::write_slice_cloned() makes it very easy to accidentally leak
It is expected behavior that objects assigned/written to `MaybeUninit` might leak at some point (if `assume_init()` or similar is not used). However, `MaybeUninit::write_slice_cloned()` returns a `&mut [T]` (which might be passed on to further functions, where its origin might not be apparent), and objects assigned to ...
A-slice,A-raw-pointers
low
Critical
774,866,831
PowerToys
Trackpad Control to drag windows
Hello, a great idea would be to integrate a 3-finger option "move active window ". I would be very happy about an extension of the trackpad function. LG Siggi
Idea-Enhancement
low
Minor
774,868,731
excalidraw
Excalidraw hangs on Samsung FLIP2 smart board
Good morning, When opening excalidraw URL on the Samsung FLIP smart board, it hangs. (loading screen does not go away). Any idea what causes it to hang? Any diag info that I can deliver to you. Would be a great opportunity for both Excalidraw and Samsung it it would also work on these smart boards. Kind regard...
bug,More information needed / cannot reproduce
low
Minor
774,871,459
go
x/net/ipv4: missing a way to parse Linux packets on Darwin
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.15 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What did you do? I captured TCP/IPv4 packets on Linux, saved them to files to be used in unit tests. Then I tried running unit te...
NeedsInvestigation
low
Critical
774,873,951
go
x/crypto/ssh: ParseRawPrivateKeyWithPassphrase doesn't support PKCS#8 encrypted keys
### What version of Go are you using (`go version`)? <pre> go version go1.15.4 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? GOARCH="amd64" GOOS="darwin" <details><summary><code>go env</...
help wanted,NeedsInvestigation
low
Critical
774,876,790
node
net.Socket enable emitClose
`net.Socket` explicitly disables `emitClose`. Would be nice if it behaved like a regular stream.
net,stream
low
Major
774,885,022
go
text/template/parse: Pos is wrong in FieldNodes like .A.B.C
<pre> $ go version go version go1.15.6 darwin/amd64 </pre> The template string ``` {{if .A.B.C.D}}{{printf .Z.Y.X.W}} {{.Moo.N.P}}{{end}} ``` parses as ``` ListNode at 0:0, 2 children . IfNode at 0:5 . . BranchNode at 0:5 . . Pipe. PipeNode at 0:5, 0 vars, 1 cmds . . Pipe. . CommandNode at 0:5, 1...
NeedsInvestigation
low
Minor
774,886,811
rust
Suboptimal diagnostic if const eval error site is in a different crate
We currently produce fun diagnostics like ``` error: any use of this value will cause an error --> $SRC_DIR/core/src/intrinsics.rs:LL:COL | LL | unsafe { copy_nonoverlapping(src, dst, count) } | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | memory access f...
A-diagnostics,T-compiler,A-const-eval
low
Critical
774,890,540
flutter
Flutter onPanStart invokes late when the widget is wrapped inside InteractiveViewer
## Steps to Reproduce 1. Run `flutter create bug`. 2. Update `main.dart` as follows: ``` import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; void main() { debugPaintSizeEnabled = true; runApp(MyApp()); } class MyApp extends StatelessWidget { @override Widget build...
framework,f: material design,f: gestures,has reproducible steps,found in release: 3.3,found in release: 3.7,team-design,triaged-design
medium
Critical
774,909,257
godot
Segfault in non-debug exports when using queue_free() on a referenced node
**Godot version:** 3.2.3 official **OS/device including version:** Ubuntu Linux 20.04, but have tested this also applies to Windows exports **Issue description:** Apologies if I've missed something really obvious in the docs about this, but there appears to be an inconsistency in the way freed nodes are hand...
bug,topic:core,crash
low
Critical
774,919,186
TypeScript
Mixing Iterable destruction with plain args when calling function
# Bug Report <!-- Please fill in each section completely. Thank you! --> ### πŸ”Ž Search Terms <!-- What search terms did you use when trying to find an existing bug report? List them here so people in the future can find this one more easily. --> ### πŸ•— Version & Regression Information <!-- Whe...
Bug
low
Critical
774,925,481
rust
Don't require -Cpanic=abort when doing profile guided optimization on windows-msvc
Currently, when doing profile guided optimization on *-pc-windows-msvc targets, you need to use -Cpanic=abort, but the LLVM bug that caused this (https://bugs.llvm.org/show_bug.cgi?id=41279) is fixed, so this isn't necessary any more and should be removed.
A-LLVM,T-compiler,O-windows-msvc,C-bug
low
Critical
774,930,168
pytorch
Tensorboard Error
INTERNAL ASSERT FAILED at ..\torch\csrc\jit\ir\alias_analysis.cpp:318, please report a bug to PyTorch. We don't have an op for aten::randint but it isn't a special case. Argument types: int, int[], None, int, int, Device, bool, Error occurs, No graph saved
needs reproduction,triaged
low
Critical
774,930,177
rust
Lifetime of input (key) to HashMap::get() gets entanged w/ that of its output (value)
<!-- 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. --> The following code: ```rust use std::{borrow::Cow, collections::HashMap}; #[derive(Debug)] struct Message(String); impl Message { fn interf...
A-lifetimes,A-collections,T-libs-api,C-bug
low
Critical
774,978,918
godot
Geometry::is_point_in_triangle returns false on triangle borders
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** Tested in 3.2.3, however it can safely be assumed that issue exists in both 3.2 and master given that the implementations, while in different files (geom...
enhancement,discussion,topic:core
low
Minor
774,990,344
pytorch
Accessibility of Website for Low Vision Users
## πŸš€ Feature Accessibility I would love for the website to think about our low vision users, as well as users that use screen readers to help them navigate a website and have an improved user experience. ## Motivation The website has a lot of issues when it comes to color contrast, screen reader accessibilit...
feature,triaged,module: doc infra
low
Minor
774,990,438
pytorch
Accessibility Coding Needed
## Accessibility The website has a lot of issues when it comes to color contrast, screen reader accessibility, font sizes, link names and attributes, etc. ## To Reproduce Steps to reproduce the behavior: 1. Viewing the website as a low vision user. 2. Using a screen reader to read the website. `<a hre...
feature,triaged,module: doc infra
low
Critical
774,990,807
rust
Unfreed (but still reachable) allocations in std::io::stdin are reported by Valgrind if non-default `--show-leak-kinds=all` option is specified
There was a memory leak introduced in between `nightly-2020-09-27` and `nightly-2020-09-28`. If you build this code with two different toolchains one will have a memory leak and the other not. ``` use std::io::stdin; use std::io::Read; fn main() { let mut buf = vec![]; if let Err(e) = stdin().rea...
E-hard,E-help-wanted,C-bug,T-libs,A-io
low
Critical
775,000,452
TypeScript
The type of bitwise operations on 'any' operands should be 'number | bigint'
# Bug Report <!-- Please fill in each section completely. Thank you! --> ### πŸ”Ž Search Terms * bigint * bitwise ### πŸ•— Version & Regression Information <!-- When did you start seeing this bug occur? "Bugs" that have existed in TS for a long time are very likely to be FAQs; refer to https://git...
Suggestion,Awaiting More Feedback,Has Repro
low
Critical
775,006,272
godot
Moving scenes in the FileSystem dock that are nested inside other scenes breaks the other scenes
<!-- 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.mono.official **OS/device including version:** <!-- Specify GPU model, driver...
bug,topic:editor
low
Minor
775,013,212
flutter
Jump to today on date picker
<!-- 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,f: material design,f: date/time picker,c: proposal,P3,team-design,triaged-design
medium
Critical
775,017,172
create-react-app
react-scripts start is serving old data
### Describe the bug When using `react scripts start` to serve Dev data, the served JSX is old/cached when it breaks. For example, when I accidentally added `;` by accident to the end of some code, it broke, and it gave me the popup to say so. But when I then fixed it, that broken code is still being shown to me in...
needs triage,issue: bug report
high
Critical
775,042,418
excalidraw
Paste for chart not working in mobile Safari
The β€œPaste” option is not visible in the context menu. Cc @lipis
bug,safari,mobile,charts
low
Minor
775,044,881
pytorch
The same tensor requires more memory on RTX3090
## πŸ› Bug <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: 1. I run the following code, and observe memory usage by `nvidia-smi` ``` import torch a = torch.randn(64,16,200,200) a = a.to('cuda:0') ``` 2. On GTX2090Ti, this tensor use 1035Mi...
high priority,module: cuda,module: memory usage,triaged
low
Critical
775,056,819
godot
Editing EditorSettings Shortcuts causes "This control can't grab focus" warning
<!-- 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.2.3, 3.2.4b4 (didn't test older ones) **OS/device including version:** <!-- Specify...
bug,topic:editor
low
Minor
775,073,975
rust
Rustdoc has different URLs for re-exported builtin derives than in the current crate
I tried this code: ```rust #![no_std] #[doc(no_inline)] pub use core::marker::Copy; ``` I expected to see this happen: Rustdoc links to https://doc.rust-lang.org/nightly/core/macro.Copy.html. Instead, this happened: Rustdoc links to https://doc.rust-lang.org/nightly/core/marker/derive.Copy.html. This is...
T-rustdoc,A-macros,C-bug
low
Critical
775,074,769
rust
Iterator-based approach performs 10x worse than manual implementation
I'm not sure if this qualifies as a bug or not. In short, the following two functions give the same output, but `fft` performs about 10x worse than `fft_manaul`. ```rust const LUT: [i16; 8] = [0, 1, 2, 3, 4, 5, 6, 7]; pub fn fft(samples: &[i16; 16]) -> (i32, i32) { let sin = LUT.iter().cycle(); let ...
I-slow,C-bug
medium
Critical
775,092,358
create-react-app
React-dev-utils/webpackHotDevCliet fails to create correct entry point for multipage apps
<!-- 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...
needs triage,issue: bug report
low
Critical
775,095,564
go
gccgo: incorrectly rejects import declaration that shadows predeclared identifier
gccgo incorrectly rejects the package below. cmd/compile and go/types correctly accept it. The Go spec says the imported package name `copy` is declared in a.go's file block, whereas the predeclared `copy` function used in b.go is declared in the universe block. It's only an error to declare the same identifier in f...
NeedsFix
low
Critical
775,101,718
godot
Closing game window when it has crashed doesn't stop the game in the editor
**Godot version:** 3.2.3, and 3.3.2 **OS/device including version:** Windows 7 **Issue description:** Closing game window when it has crashed doesn't stop the game in the editor **Steps to reproduce:** 1) A any sort of scripting error to a project: ``` func _ready(): This isn't even slightly valid c...
bug,topic:editor
low
Critical
775,105,396
youtube-dl
support posts with multiple videos on sxyprn.com
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
site-update-request
low
Critical
775,108,566
material-ui
[DatePicker] Improve popup placement
This is a subset of mui-org/material-ui-pickers#1648 focused on the placement of the popup on desktop. I believe we should apply the following changes: 1. Similar to https://github.com/mui-org/material-ui/pull/18289, it would make sense to move the `ref` from the root of the renderInput params to the `InputProps` ke...
new feature,component: pickers
low
Minor
775,120,407
flutter
Support ValueWidgetBuilder for ListView.builder with optionally bi-directional
## Use case <!-- Please tell us the problem you are running into that led to you wanting a new feature. Is your feature request related to a problem? Please give a clear and concise description of what the problem is. Describe the alternative solutions you've considered. Is there a ...
c: new feature,framework,f: scrolling,c: proposal,P3,team-framework,triaged-framework
low
Critical
775,125,888
PowerToys
[FancyZones] Win+arrow on maximized PowerPoint presenter window doesn't resize correctly
## β„Ή Computer information - PowerToys version: 0.27.1 - PowerToy Utility: FancyZones - Windows build number: 19042.685 (20H2) but happens on other GA versions - PowerPoint version: 2019 (16.0.13426.20352) 64-Bit ## πŸ“ Provide detailed reproduction steps (if any) 1. Start a PowerPoint presentation with the P...
Product-FancyZones,Area-App Compat
low
Minor
775,128,119
rust
Fn[Mut] trait missing lifetime parameter
<!-- 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. --> As far as I can tell, there is no way to write a trait bound for this closure: ``` let mut k : usize = 0; let mut closure = || &mut k; ``` The...
A-lifetimes,A-trait-system,T-lang,C-feature-request
low
Critical
775,155,638
godot
Unfocusing game window causes the FPS to drop to 1 when v-sync is enabled and SwayWM/Wayland is used
**Godot version:** 3.2.3 **OS/device including version:** OS: Arch Linux Window Manager: Sway GPU: RX 5700 XT CPU: Ryzen 7 3700X Backend: GLES3 **Issue description:** With an empty scene, when I unfocus the game's window, the FPS will drop down to 1. Refocusing the window causes the FPS to climb back up t...
bug,platform:linuxbsd,topic:rendering
low
Minor
775,212,940
go
net: BSD: DNS go resolver loses first UDP outbound packet if onlink target not in neighbor cache
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.15.6 freebsd/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...
help wanted,NeedsInvestigation
medium
Critical
775,219,756
create-react-app
Generated .gitignore should include .eslintcache
### Describe the solution you'd like The `.gitignore` generated by `create-react-app` should include `.eslintcache`.
issue: proposal,needs triage
medium
Major
775,272,764
pytorch
nll_loss2d: t >= 0 && t < n_classes assertion is not checked when using GPU tensors and reduction='none'
## πŸ› Bug The assertion of t >= 0 && t < n_classes is silently ignored in `F.cross_entropy` (in turn, `nll_loss2d`) while using cuda tensors and option `reduction='none'`. issue raised on behalf of @Pavan_Teja from pytorch forum: https://discuss.pytorch.org/t/mysterious-behaviour-of-cross-entropy-loss/107285 #...
module: nn,module: loss,module: cuda,good first issue,module: error checking,triaged
low
Critical
775,318,547
youtube-dl
[tv.bell.ca]
<!-- ###################################################################### 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
775,323,172
create-react-app
How can i custom config Webpack without "npm run eject"
Sometimes I want to add webpack plugins externally. But how can I do this without "reject"? i see a `node_modules/react-script/config/webpack.config.js` file. However, there is more than one "plugin" definition in this file. Is there any way to configure here? Or can a separate file be specified for the configur...
needs triage
low
Major
775,332,363
pytorch
LR scheduler `get_lr()` bug
## πŸ› Bug I first found the possible bug when using `StepwiseLR` but then I found it in many `LR` modules. It seemed pretty much the same as [this issue](https://github.com/pytorch/pytorch/issues/22107). It is not affecting performance but may cause confusion. I think at least for [`StepwiseLR`](https://github.co...
module: optimizer,triaged
low
Critical
775,356,345
flutter
[proposal] listen for individual staggered animation status
I have created an staggered animation and I want to listen to status of each sequential animation individually. ```dart late final AnimationController controller; late final Animation<double> opacity; @override void initState() { super.initState(); controller = AnimationController(vsync: t...
c: new feature,framework,a: animation,c: proposal,P3,team-framework,triaged-framework
low
Critical
775,358,354
flutter
FlutterJNI.getBitmap generate wrong result when the screenshot has alpha channel
## Steps to Reproduce 1. Create a smallest MaterialApp with transparent background and a `Container` with 50% alpha white(#80FFFFFF) in it. 2. Use `RenderRepaintBoundary` in Flutter to take a screenshot. 3. Use `FlutterImageView` in Android Java side to take a screenshot. 4. Use `FlutterEngine.getRenderer().getB...
platform-android,engine,has reproducible steps,P2,team-android,triaged-android,found in release: 3.19,found in release: 3.22
low
Critical
775,376,621
electron
[Feature Request]: Delete from disk a session created with fromPartition
As stated in https://github.com/electron/electron/issues/27018, there is no documented way to delete from disk the directory C:\Users\User\AppData\Roaming\<electron-app-name>\Partitions\sessionD76Z687AX789W created by the [session](https://github.com/electron/electron/blob/master/docs/api/session.md) API ...
enhancement :sparkles:
low
Major
775,381,846
godot
Offline stable in-editor documentation pointing to lastest documentation
<!-- 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. --> Current 3.2.3 stable **OS/device including version:** All **Issue description:** <!-- ...
bug,topic:editor,documentation
low
Critical
775,383,392
rust
Tracking Issue for `box_into_inner`
<!-- Thank you for creating a tracking issue! Tracking issues are for tracking a feature from implementation to stabilization. Make sure to include the relevant RFC for the feature if it has one. If the new feature is small, it may be fine to skip the RFC process. In that case, you can use use `issue = "none...
T-libs-api,proposed-final-comment-period,C-tracking-issue,disposition-merge,Libs-Tracked,A-box
high
Critical