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
666,847,707
pytorch
BusError memory-mapped tensor
## 🐛 Bug I am trying to create a memory-mapped tensor, backed by a file on disk. Creating a `Storage` instance and a `Tensor` on top work without problem as applying a simple operation. The actual write to disk is not performed and the program fails with a `BusError`. ## To Reproduce Steps to reproduce the be...
module: internals,triaged
low
Critical
666,909,923
opencv
ONNX Importer does not process the "ceil_mode" attribute of pooling layers
##### System information (version) - OpenCV => 4.3.0 - Operating System / Platform => Windows 64bit - Compiler => Visual Studio 2019 ##### Detailed description In onnx_importer.cpp, it processes the ceil_mode attribute of Pooling layers by looking for the non-standard attribute name "pad_mode". Conforming ONNX...
category: dnn,needs reproducer,category: dnn (onnx)
low
Minor
666,951,592
rust
x.py test: add ability to stop after first test failure.
In some cases it'd be useful to stop the tests after the first failure. I'm currently tracking down a bug which causes some ui tests to fail. The turnaround is about 20 minutes, but it'd be sufficient to stop after the first failure (which happens early). Thanks.
C-enhancement,T-bootstrap,A-libtest
low
Critical
666,953,061
bitcoin
Expose PSBT AddInput/AddOutput via RPC
**Is your feature request related to a problem? Please describe.** Alice creates a PSBT via the RPC API, and signs all inputs with `SIGHASH_SINGLE | SIGHASH_ANYONECANPAY`. She then sends the signed PSBT to Bob, who wants to add some more inputs and outputs via the RPC API without losing Alice's signatures, so that ...
Feature
low
Major
666,964,804
flutter
TextArea widget in Flutter
I want to suggest implementation of a new Input widget that is TextArea widget , rather than using TextField and adding the properties maxLines and maxLength to create a feel of TextArea
a: text input,c: new feature,framework,would be a good package,c: proposal,P3,team-framework,triaged-framework
low
Major
666,973,797
kubernetes
race condition detected during the scheduling with preemption
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: race conditio...
kind/bug,sig/scheduling,lifecycle/frozen
high
Critical
666,979,245
flutter
Error "The Flutter Daemon has terminated" after waking PC from sleep mode
I see error dialogs "The Flutter Daemon has terminated." and "Cannot call write after a stream was destroyed." every time I wake up my PC from sleep mode and try to start a new debug session. Steps to reproduce: 1. Connect a device to USB cable for debugging 2. Open your Flutter project in VS Code 3. Start a de...
c: crash,platform-android,tool,platform-windows,P2,team-android,triaged-android
low
Critical
667,000,213
flutter
showDatePicker has date format issues when DatePickerEntryMode.input is selected
<!-- 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...
a: text input,framework,f: material design,f: date/time picker,customer: crowd,P2,team-design,triaged-design
low
Critical
667,000,301
godot
[WIP] Multiple DynamicFont issues
*[WIP: Making this its own issue in order to refer to it from other issues.]* **Godot version:** ~v3.1.2+ (I haven't double-checked with the most recent builds yet.) **OS/device including version:** N/A **Issue description:** Copied from https://github.com/godotengine/godot/issues/32804#issuecomment-54148...
bug,topic:rendering,topic:gui
low
Minor
667,001,559
rust
Feature request: Add a way to capture a formatter that can be passed to format helper functions
### Motivation The Display trait allows lazy formatting of data. The formatter is passed in and used by the implemented `fmt` function for the struct. Often however applications and libraries want to expose helper functions to compose the display parts of a complex struct. There are several ways to solve that: ...
T-libs-api,C-feature-request
low
Critical
667,001,597
pytorch
RuntimeError: test_autograd failed! Build success, test failed on IBM POWER9
I followed https://github.com/pytorch/pytorch#from-source and tried to compile the lastest version of pytorch from source. The compile and install was success. But It cannot pass the test on your repo: `pytorch/test/run_test.py`. - Target system: ``` Operating System: Red Hat Enterprise Linux CPE OS...
module: autograd,triaged,module: POWER
low
Critical
667,006,681
material-ui
[RFC] Refine logging strategy
### Context This is a follow-up on #15343. Looking at the components (under `/packages/*)`, we can count the following usage frequency of the different logging methods: - `console.error` x69 - `console.warn` x25 Historically, React used to use console.warn. It was changed in https://github.com/facebook/react/pull/34...
discussion,ready to take,RFC
low
Critical
667,030,814
pytorch
[docs] Add example of interop with DLPack created in plain C
Including creating the appropriate PyCapsule (pycapsule stuff seems to not be part of standard? or not mentioned explicitly?) and if its destructor is needed. I recently did this work to interop with ffmpeg and made two examples: 1. https://github.com/vadimkantorov/pydlpack (relevant PyCapsule code here: https:/...
module: docs,triaged,enhancement
low
Minor
667,040,533
vscode
Text fails to drop after dragging a little too far to the left of the first column
Drag and drop fails to drop if the cursor is too far to the left of the margin, even though the text insertion point cursor is flashing right where it needs to be. You might say I should move the cursor closer to where I want to drop but a quick way to ensure text is dropped in column 1 is to move the mouse further ...
bug,editor-drag-and-drop
low
Major
667,050,967
go
x/pkgsite: select healthy DB per request
Currently, our service processes connect to a single DB on startup. If that DB enters a bad state while running, the process continues to run, serving 500s. Instead, we should pick from a set of healthy DBs on each request.
NeedsInvestigation,FeatureRequest,pkgsite
low
Minor
667,083,657
go
misc/wasm: incorrectly checks for require("fs") validity
When loaded, `wasm_exec.js` tries to know on which platform it is run. "fs" is loaded if not already available and check if it is empty (when using webpack to provide an empty implementation) or not (when running inside node). The check is wrongly implemented as `Object.keys` returns an array of key, not a count, thus ...
NeedsInvestigation
low
Major
667,092,443
opencv
Some Questions about EfficientDet
Really appreciate for your work about adding the EfficientDet to Opencv4.4 I'm trying to use that for detecting some objects on my own dataset but I have some questions. First,I used the official EfficientD3 model to familiar with the process, I follow the steps which you provided It is successful to detect objects ...
category: dnn,needs investigation
low
Critical
667,117,135
pytorch
Tracing a[b] records converting b to fixed device type of a
## 🐛 Bug ## To Reproduce Steps to reproduce the behavior: ``` def x(a, b): a[b] return b a = torch.tensor([3.3]) b = torch.tensor([0]) f = torch.jit.trace(x, [a, b]) print(f(a, b).device) print(f(a.cuda(), b.cuda()).device) ``` Output: cpu cpu ## Expected behavior Expected outp...
oncall: jit
low
Critical
667,182,998
pytorch
Exclusive flag in torch.cumsum
## 🚀 Feature A nice feature in tf.math.cumsum is having an ``exclusive" flag. For instance: ` tf.cumsum([a, b, c], exclusive=True) => [0, a, a + b]. ` Somehow pytorch does not have this feature if I am correct. It would be nice to have it as I think it is useful (e.g. to learn the index of position with padding o...
triaged,function request
low
Minor
667,248,268
flutter
ShowTimePicker should allow selecting specific minutes in a single tap
Please clone this repository created just for this issue to see the problem yourself: https://github.com/Albert221/flutter_time_picker_issues You cannot select a minute that's not dividable by 5 easily in `showTimePicker`! ### Steps to reproduce 1. Call `showTimePicker`. 2. Select random hour (to get to the m...
framework,f: material design,f: date/time picker,c: proposal,has reproducible steps,P3,found in release: 3.3,found in release: 3.6,team-design,triaged-design
low
Major
667,248,724
pytorch
record_function no longer appears in the docs
## 📚 Documentation <!-- A clear and concise description of what content in https://pytorch.org/docs is an issue. If this has to do with the general https://pytorch.org website, please file an issue at https://github.com/pytorch/pytorch.github.io/issues/new/choose instead. If this has to do with https://pytorch.org/...
module: docs,triaged
low
Minor
667,249,850
godot
Crash on Xiaomi Redmi 3X (Land)
<!-- 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.2 stable **OS/device including version:** <!-- Specify GPU model, drivers, and the bac...
bug,platform:android,crash
low
Critical
667,286,677
rust
debuginfo function-call test fails on big endian
version 1.44.1 [s390x](https://buildd.debian.org/status/fetch.php?pkg=rustc&arch=s390x&ver=1.44.1%2Bdfsg1-1&stamp=1595858692&raw=0) [ppc64](https://buildd.debian.org/status/fetch.php?pkg=rustc&arch=ppc64&ver=1.44.1%2Bdfsg1-1&stamp=1595858223&raw=0) [powerpc](https://buildd.debian.org/status/fetch.php?pkg=rustc&arch=pow...
A-testsuite,A-debuginfo,T-compiler,C-bug
low
Critical
667,301,849
godot
Linux server builds cannot instance nodes with mono C# scripts attached
**Godot version:** Godot Engine v3.2.2.stable.mono.official <!-- Specify commit hash if using non-official build. --> **OS/device including version:** Building on Windows 10 64 bit with visual studio 2019 installed Building for Linux/Debian10, with Linux Server Binary, Mono software installed. <!-- Specify GP...
bug,platform:linuxbsd,confirmed,topic:dotnet,topic:export
low
Critical
667,304,834
pytorch
Skip all reduce globally unused parameters in DDP
We can provide an option to users to skip all reduce globally unused parameters in DDP. For this option, we assume locally unused parameters are the same across the ranks. It can save communication time when these unused parameters size is large cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @rohan-varma...
oncall: distributed,triaged,enhancement,module: data parallel
low
Major
667,351,143
pytorch
Eliminate warning when cloning a tensor using `torch.tensor(x)`
## 🚀 Feature <!-- A clear and concise description of the feature proposal --> The following code: ``` import torch a = torch.arange(0, 4) b = torch.tensor(a) ``` generates a warning at the console: ```UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or...
module: docs,triaged
low
Major
667,369,537
go
runtime: goroutines may allocate beyond the hard heap goal
Today, it's possible (though unlikely) that goroutines may allocate beyond the hard heap goal. Consider the following scenario: 1. A goroutine (G1) spins, making many large allocations in a loop. 1. The heap is small, or there isn't actually much mark work, so the mark phase is paced to start fairly late (let's ...
NeedsFix,compiler/runtime
low
Minor
667,380,621
godot
Sprite appears as black rectangle on Android tablet
<!-- 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.2 **OS/device including version:** <!-- Specify GPU model, drivers, and the backend (G...
platform:android,topic:rendering,topic:porting,documentation
low
Critical
667,433,029
flutter
[engine] Expose SkPaint::getTextPath() to Flutter
## Use case We can do almost anything with Skia (and CanvasKit on Web). One small step for Skia but one giant leap for mankind would be to be able to convert text graphics to path, and later to SVG, either as a complete file or as SVG data describing any vector graphics. The missing step is already in Skia, it just ...
c: new feature,engine,a: typography,c: proposal,P3,team-engine,triaged-engine
medium
Major
667,453,061
flutter
setSurfaceSize and physicalSizeTestValue behave differently when running tests on a device
## Steps to Reproduce 1. `flutter create`. 2. Modify `test/widget_test.dart` and replace it with the following code that attempts to simulate a screen rotation during a test: ```dart import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('Test r...
a: tests,framework,has reproducible steps,P2,found in release: 3.9,team-framework,triaged-framework
low
Minor
667,467,493
pytorch
torchscript does not support unicode strings
``` import torch import torch.nn as nn class TestSplit(nn.Module): def __init__(self): super().__init__() def forward(self, input_str: str): print(input_str) print(input_str.split(" ")) print(input_str.split()) x = TestSplit() y = torch.jit.script(x) y("ą ") ``` pro...
oncall: jit,months
low
Critical
667,498,948
vscode
Move panel to statusbar - as icon who show popup panel
<!-- ⚠️⚠️ 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. --> Recently introduced VSCode to move between the s...
feature-request,layout
medium
Critical
667,509,781
CS-Notes
Java容器里的map示意图好像有错误
HashMap等实现类好像并没有实现Collection接口,而是实现了Map接口吧
bug
medium
Minor
667,524,963
CS-Notes
剑指offer,逆序打印链表,递归方法空指针异常
public ArrayList<Integer> printListFromTailToHead(ListNode listNode) { ArrayList<Integer> ret = new ArrayList<>(); if (listNode != null) { ret.addAll(printListFromTailToHead(listNode.next));//这里listNode.next会出现空指针异常,加一个if(listNode.next) != null) ret.add(listNode.val); } return ret;...
Mistakes
medium
Minor
667,529,661
flutter
[webview_flutter]WebView can't hide scollbar
I am a webview plugin user. I found that there is no parameter in the plugin to control the display of the scroll bar. In my opinion, this is a basic function and it is not very difficult to implement. So I want to know why Consider not increasing this parameter? If I add a new parameter to realize the function of hidi...
c: new feature,p: webview,package,c: proposal,team-ecosystem,P3,triaged-ecosystem
medium
Major
667,532,807
godot
Improve CSharpScript cross-language compatibility and editor support
**Godot version:** 227494b **OS/device including version:** All **Issue description (updated):** `CSharpScript::get_base_script` is currently not implemented, which prevents the editor and other languages from correctly determining the inheritance chain and any information derived from it. The method needs t...
enhancement,discussion,topic:dotnet
low
Major
667,535,648
TypeScript
Reducible circular reference error (regression)
<!-- 🚨 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,Awaiting More Feedback
low
Critical
667,568,098
pytorch
Implementing packbits
Requested in pytorch/ao#292 and pytorch/pytorch#38349 (NumPy rollup). cc @mruberry @rgommers
feature,triaged,module: numpy
medium
Major
667,573,746
terminal
Fix "blurry" new tab icon on 100% DPI
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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,Issue-Bug,Area-UserInterface,Product-Terminal,Priority-3
low
Critical
667,575,766
go
cmd/go: run does not relay signals to child process
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version devel +71218dbc40 Wed Jul 22 21:31:19 2020 +0000 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operat...
help wanted,NeedsInvestigation,GoCommand
low
Critical
667,617,317
flutter
OpenContainer add customize shadow support
For OpenContainer in animations, the contains can only set elevation, it's ugly in most cases, if custom shadow can be set would be better: The grey is too dark ![image](https://user-images.githubusercontent.com/21303438/88770228-14b3d300-d1b0-11ea-8028-418f61b8fee5.png)
c: new feature,package,c: proposal,p: animations,team-ecosystem,P3,triaged-ecosystem
low
Major
667,620,581
go
runtime: unexpected return pc for runtime.asmstdcall
<!-- Please answer these questions before submitting your issue. Thanks! For questions please use one of our forums: https://github.com/golang/go/wiki/Questions --> When I install go1.13.14, it looks everything is ok. Finished successfully, path environment is added automatically. But when I check go version by typ...
OS-Windows,NeedsInvestigation,compiler/runtime
low
Critical
667,676,655
pytorch
[docs] Bitwise ops miss arguments
It looks like bitwise_and/bitwise_and_ have no arguments (like bitwise_not_) which is not true ![image](https://user-images.githubusercontent.com/1041752/88780198-f091cb00-d18a-11ea-9b12-dcba701d339b.png) cc @jlin27
module: docs,triaged
low
Minor
667,727,434
flutter
Current values are missing from RangeSliderThumbShape paint() method
<!-- 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,c: proposal,P2,team-design,triaged-design
low
Critical
667,746,545
godot
Theme property descriptions don't appear for Theme resource
<!-- 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 **Steps to reproduce:** 1. Create a Theme resource 2. Add any theme property 3. Ho...
bug,topic:editor,confirmed,topic:gui
low
Minor
667,757,670
opencv
ACCESS_READ conflict with Microsoft's header Lmaccess.h
ACCESS_READ is a defined constant in Lmaccess.h if the client project is including it before Opencv headers. https://github.com/opencv/opencv/blob/afe9993376fee68e016be4a8cd9eb44d154c02d6/modules/core/include/opencv2/core/mat.hpp#L64
wontfix,category: build/install,future
low
Minor
667,767,458
kubernetes
verify-master needs to be broken up
verify-master as a job needs to be broken up in to more specific verification checks As verify-master runs multiple verification steps it has bucket list smell that results in - unwieldy log output - difficulty in assigning ownership of flake or failure - an overall runtime of[ over an hour](https://testgrid....
priority/awaiting-more-evidence,sig/testing,lifecycle/frozen
low
Critical
667,773,731
godot
Theme resource with many properties makes the inspector unusable when node is reselected
<!-- 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 **Steps to reproduce:** 1. Create a Control node and some another node 2. Create a ...
bug,topic:editor,topic:gui
low
Minor
667,828,779
youtube-dl
[ntv.com.tr] NTV Turkey Video
<!-- ###################################################################### 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
667,839,138
angular
Component's `animations` property should be of type `AnimationTriggerMetadata[]` instead of `any[]`
Hola ! # 🚀 feature request ### Relevant Package This feature request is for @angular/core ### Description As we can see in the code below, the `animations` property in the component's definition has an `any[]` type. If there is a compatibility reason for this, maybe we could be more specific. Otherwise, we ...
area: animations,cross-cutting: types,P3
low
Minor
667,940,727
TypeScript
`export default interface` with two names should be an error
The following does not report an error: ```ts export default interface A { a: string; } export default interface B { b: string; } ``` and instead makes both names refer to the merged interface. --- Sidenote: if this does not become an error for whatever reason, then this should be made to work too: ``...
Bug
low
Critical
667,962,615
flutter
Platform views are not rendering on Android API 21 & under emulator that uses Virtual Display mode
## Steps to Reproduce <!-- You must include full steps to reproduce so that we can reproduce the problem. --> 1. Run `flutter create bug`. 2. Add latest `webview_flutter` to `pubspec.yaml` ``` webview_flutter: ^0.3.22+1 ``` 3. Make `main.dart` display only a webview of `google.com` ``` import 'package:fl...
platform-android,engine,a: platform-views,e: OS-version specific,has reproducible steps,P2,platform-views: vd,found in release: 2.2,found in release: 2.5,team-android,triaged-android
low
Critical
667,966,487
rust
Compilation never finishes
Project files (**MCVE**): [bugreport.zip](https://github.com/rust-lang/rust/files/4995960/bugreport.zip) ### Meta `rustc --version --verbose`: ``` rustc 1.45.0 (5c1f21c3b 2020-07-13) binary: rustc commit-hash: 5c1f21c3b82297671ad3ae1e8c942d2ca92e84f2 commit-date: 2020-07-13 host: x86_64-apple-darwin rele...
E-needs-test,T-compiler,C-bug,I-hang
low
Critical
667,972,175
rust
[ER] One useless division by zero test
This is an enhancement request. This program scans every possible input for the foo function, showing it never gives a division by zero error: ```rust type T = u16; #[inline(never)] pub fn foo(x: T, y: T) -> T { if x > y { 100 / (x - y) } else { 100 } } fn main() { let mu...
A-LLVM,I-slow,C-enhancement,T-compiler
low
Critical
667,983,356
PowerToys
Cannot map key to "Sleep".
## ℹ Computer information - Windows build number: 18362.959 - PowerToys version: 0.19.2 - PowerToy module: Keyboard Manager ## 📝 Provide detailed reproduction steps (if any) 1. Click "Remap a key" 2. Select Key on left side. 3. Select "Sleep" on right side. ### ✔️ Expected result Pressing the remapp...
Product-Keyboard Shortcut Manager
high
Critical
668,007,560
go
x/pkgsite: mixed content warning on overview pages with links to third-party, insecure content
https://pkg.go.dev/github.com/sirupsen/logrus@v1.6.0?tab=overview triggers a mixed-content warning “Not Secure” in Chrome’s location bar. GitHub (https://github.com/sirupsen/logrus/blob/v1.6.0/README.md) serves these assets themselves via https with a `data-canonical-url` attribute containing the original source. ...
NeedsInvestigation,pkgsite,pkgsite/frontend
low
Minor
668,011,756
godot
Viewports do not render in HTML5 exports when running on some Macs.
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** Godot v3.2.2 and v3.2 have both shown this issue when exporting using default export templates. **OS/device including version:** HTML5 export using...
bug,platform:web,platform:macos,topic:rendering
low
Critical
668,015,357
rust
Unrelated Code Fails to Typecheck when Feature Enabled
When building the following wgpu-rs commit with default features, everything compiles. When the subscriber feature is enabled with `--features subscriber`, the [these two lines of code](https://github.com/gfx-rs/wgpu-rs/blob/9a9bf53a6e2e8fb26bd512d3a39ebda1c2233e32/src/util/mod.rs#L38-L39) fail to compile. They are unr...
T-compiler,A-inference,C-bug,E-needs-mcve
low
Critical
668,031,632
TypeScript
tsc reports error that LS does not
**TypeScript Version:** 3.9.7 & nightly **Search Terms:** diagnostics **Steps** 1. Clone https://github.com/amcasey/node-zwave-js 2. Check out `Repro` 3. `npm install --ignore-scripts` 4. `lerna run build` 5. Navigate to `packages/zwave-js/src/lib/driver/SendThreadMachine.ts` line 359 6. `tsc -b -f...
Bug,Rescheduled
low
Critical
668,091,144
pytorch
`torch.tensor([1, 2], dtype=torch.int).fmod(torch.tensor(0, dtype=torch.float))` leads to "RuntimeError: result type Float can't be cast to the desired output type Int"
## 🐛 Bug `torch.tensor([1, 2], dtype=torch.int).fmod(torch.tensor(0, dtype=torch.float))` leads to RuntimeError: result type Float can't be cast to the desired output type Int ## Environment PyTorch version: 1.7.0a0+79cfd85 Is debug build: Yes CUDA used to build PyTorch: Could not collect OS: De...
triaged,module: type promotion
low
Critical
668,108,885
terminal
Cannot see cursor on white background - should have an invert option
# Environment ```none Windows build number: Microsoft Windows [Version 10.0.19041.388] Windows Terminal version (if applicable): Version: 1.1.2021.0 ``` # Steps to reproduce I have read this post: <https://github.com/microsoft/terminal/issues/1203#issuecomment-632888374> Apparently I am not smart enough to ...
Area-Rendering,Area-Accessibility,Product-Terminal,Issue-Task,Priority-2
medium
Critical
668,201,418
pytorch
Cannot load certain function from dumped Torchscript file
## 🐛 Bug JIT throws `RuntimeError: classType INTERNAL ASSERT FAILED at "../torch/csrc/jit/python/pybind_utils.h":894, please report a bug to PyTorch.`, when loading **certain function** from dumped Torchscript object, (this does not happen on all the functions I tested.) Interestingly, this does not happen if d...
high priority,triage review,oncall: jit,days
low
Critical
668,214,604
TypeScript
Auto import incorrectly imports 'null'
*TS Template added by @mjbvz* **TypeScript Version**: 3.9.7 **Search Terms** - auto import - constant --- Issue Type: <b>Bug</b> const { re } = require('mathjs') 1. type this: const something = nu 2. the autoimoport will show a list of advices, including 'null' 3. then select the 'null' a...
Bug
low
Critical
668,234,626
TypeScript
Organize imports returning edit when imports are already sorted
<!-- 🚨 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,VS Code Priority,Rescheduled
low
Critical
668,253,580
flutter
Set Selected ListView element, dynamically by code
<!-- 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: scrolling,c: proposal,P3,team-framework,triaged-framework
low
Critical
668,253,796
TypeScript
Feature Request: Collapsible chained methods.
<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please help us by doing the following steps before logging an issue: * Search: https://github.com/Microsoft/TypeScript/search?type=Issues * Read the FAQ, especia...
Suggestion,Awaiting More Feedback,Domain: Outlining
low
Critical
668,254,644
pytorch
assertRaisesRegxWithHighlight isn't triggered correctly
Patch: https://github.com/pytorch/pytorch/pull/42259/files Run: test_any_return_type_disallowed cc @gmagogsfm
oncall: jit
low
Minor
668,261,636
neovim
Unlisted buffers of regular files should change to listed upon loading in window.
<!-- Before reporting: search existing issues and check the FAQ. --> - `nvim --version`: NVIM v0.5.0-590-gb39edb5b6 with hidden option on. - Operating system/version: Linux ### Actual behaviour I write a new file with `:w mynew.txt`. The new buffer created for this is unlisted. I change to this buffer with ...
enhancement
low
Minor
668,277,764
godot
GDScript: no parser error when `super()` doesn't called in derived class
**Godot version:** v4.0.dev.custom_build 5ba46ddf8 **OS/device including version:** windows 10 **Issue description:** it should remind to call `super()` if base class doesn't have any default constructor ```gdscript class A: func _init(p): pass class B extends A: func _init(): <-- no parser error he...
bug,topic:gdscript,regression
low
Critical
668,298,302
flutter
webview_flutter view doesn't rotate with the rest of the app
Having a platform view like the webview does not rotate along with the rest of the app properly. I actually think that this is a symptom of #16322. The flutter view doesn't rotate nicely, as in #16322, but seeing the webview is a platform view, it causes the contents of the webview to look like they are going outsid...
platform-ios,engine,a: quality,a: platform-views,p: webview,customer: amplify,package,has reproducible steps,P2,found in release: 2.2,found in release: 2.5,team-ios,triaged-ios
low
Major
668,299,234
godot
Can't use node path mode for Get translation node in vs
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version: v3.2.2.stable.official** <!-- Specify commit hash if using non-official build. --> **OS/device including version: GLES3** <!-- Specify GPU model, dri...
topic:visualscript
low
Minor
668,370,923
electron
Suggestion: Specify domains to be excluded from websecurity
<!-- 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]-...
enhancement :sparkles:
low
Minor
668,394,791
excalidraw
Improve selection
Right now selection observes z-index, but not size of the element. This is suboptimal. Consider this drawing: <img width="456" alt="Screen Shot 2020-07-29 at 22 49 01" src="https://user-images.githubusercontent.com/1473433/88885627-b4438680-d1ed-11ea-848d-38bbcfa1c86f.png"> If I want to select the little orange d...
enhancement
low
Major
668,406,114
flutter
Move autorolled code into separate licenses_golden files
Currently, updating any code (adding or removing any paths) in third_party is a nightmare. In theory, the process is: 1. Do all the normal work of updating the code 2. Run the license script, updating license and licenses_golden files as necessary 3. Upload the patch (and get it reviewed) 4. Wait for it to clear al...
team,engine,P2,team-engine,triaged-engine
low
Minor
668,411,260
go
x/website: include release date on dl page
It would be nice if the releases also had a line including the date they were released. I couldn't remember if I had rebuilt AMI's for 1.15rc1 or just beta1, but if the release date was present on the dl page, I would have been able to do so.
NeedsInvestigation,FeatureRequest,website
low
Major
668,418,156
flutter
[flutter_tools] Flutter doctor should validate windows host architecture
I have Windows 7 Professional SP 1 32 bit. I have just finished gathering flutter sdk and dart sdk and I am using VS code. I created my first app and I encounter this ``` flutter run Launching lib\main.dart on SM J710F in debug mode... Running Gradle task 'assembleDebug'... Snapshot not compatible with the cur...
tool,platform-windows,t: flutter doctor,P3,team-tool,triaged-tool
low
Critical
668,453,298
pytorch
KeyError: 'track_running_stats' in batchnorm.extra_repr
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: 1. `import torch` 2. `state = torch.load("./rot-000003456-020897.pt") # checkpoints can be found at here https://github.com/NVlabs/ocrorot` 3. `print(state)` <!-- If you have a...
module: printing,module: serialization,triaged
low
Critical
668,482,890
rust
Tracking Issue for the use of `?` in constants
The `?` operator expands to invoking `Try::into_result` for the argument and `Into::into` for the error of the result. In order to support these, we need to * Figure out traits-in-const: https://github.com/rust-lang/rust/issues/110395 * stabilize `impl const Trait for Type` items https://github.com/rust-lang/rust/i...
C-tracking-issue,A-const-eval
low
Critical
668,549,072
go
bytes: articulate the doc to show results of Split() given various inputs
It would be nice if `bytes.Split()` documented whether it returns an empty slice as the first/last slice of subslices if the input starts with the separator sequence or ends with the separator sequence, and also what does `bytes.Split()` return given an empty input: empty slice or a slice containing a single element - ...
Documentation,NeedsInvestigation
low
Minor
668,550,651
godot
Errors for Android and iOS plugins
<!-- 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. --> Godot 3.2.3.beta **OS/device including version:** <!-- Specify GPU model, drivers, and the...
bug,platform:ios,platform:android,topic:editor,topic:porting
low
Critical
668,575,097
TypeScript
HTMLImageElement#crossOrigin should use literal union type from allowable values
**TypeScript Version:** Nightly 2020-07-29 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** htmlimageelement crossorigin **Code** ````ts const i = new Image(10, 10); // @ts-expect-error i.crossOrigin = "abc"; // Must be "anonymous" or "use-...
Bug,Domain: lib.d.ts
low
Critical
668,605,952
TypeScript
Improve intellisense for classes that have static methods
## Search Terms intellisense static methods on top ## Suggestion Static methods should appear on top of intellisense suggestions. Or, add a way to hide other methods (see screenshot) ## Use Cases It would allow to access method name faster rather than search through whole of unneeded methods. ## Examples ...
Suggestion,Experience Enhancement
low
Minor
668,669,792
pytorch
Is it possible that one-version pytorch supports two gpu (GTX TITAN X and TITAN) using at the same time?
## 🐛 Bug I have two individual gpu cards on my computer (of which are GTX TITAN X and TITAN), but when I use pytorch to create a tensor on gpu TITAN X, it shows that "Cuda error: no kernel image is available for execution on the device". It is okay to create a tensor on gpu TITAN. Actually I noticed this issue [...
module: cuda,triaged
low
Critical
668,674,378
opencv
why cuda module's PointFilter use round towards zero not round towards nearest
##### Detailed description I have read the source code of cuda module for cv::cuda::warpAffine function. But I found that cuda module implements Nearest Interpolation use PointFilter which is not using nearest method. Why is that? Is it a bug? ##### Steps to reproduce https://github.com/opencv/opencv/blob/a...
category: gpu/cuda (contrib),needs investigation
low
Critical
668,683,660
TypeScript
proposal-record-tuple
https://github.com/tc39/proposal-record-tuple is stage-2. I haven't found related issue and I created this. I'm a little worry about the global Record object and our utils type Record<>.
Suggestion,Waiting for TC39
medium
Major
668,685,543
pytorch
frame_length reference in pytorch.stft documentation
## 📚 Documentation Hi, On the web page https://pytorch.org/docs/master/generated/torch.stft.htmlwhich documents torch.stft, normalization is defined as follows: f normalized is True (default is False), the function returns the normalized STFT results, i.e., multiplied by (frame_length)−0.5(\text{frame\_length...
module: docs,triaged
low
Minor
668,699,419
rust
Support for converting OpenOptions to c_int on UNIX
AFAICT, there's no public API for converting OpenOptions to c_int on UNIX platforms, meaning you cannot use an OpenOptions to open a file yourself using a lower level API from C. For example, this means that I cannot just re-use the OpenOptions type from std in ringbahn, which opens a file using io-uring instead of usi...
T-libs-api,C-feature-request,A-io
low
Minor
668,727,141
excalidraw
Umbrella: Line editing improvements
### features - [x] support editing multiple points at once - [x] support box-select for selecting multiple points (we'll need to not exit editor on pointerdown or if dragging occurred) - [ ] add hover state for points - [ ] Add ability to add a point on either side of a linear element #1895 - [x] support SHIFT ...
enhancement
low
Critical
668,758,983
TypeScript
Overload resolution selects most narrow overload when `any` is involved
<!-- 🚨 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
668,771,926
godot
Discrepancy between physics joints behavior and editor gizmo
**Godot version:** stable 3.2.2 Also reproduced in master cf03f90fa8d8e0fadcf22741ab75220665578371 **OS/device including version:** Windows 10 **Issue description:** Hinge and Cone joint editor gizmos don't show reliably how the joints behave in physics, which makes them extremely difficult to setup. Physi...
bug,topic:editor,topic:physics
low
Minor
668,798,360
pytorch
Not able to run quantized model on android
I have a quantized model which works on intel cpu and can be traced but fails to be run on android. Float32 model works fine on mobile though. Unfortunately, I cannot share the model. I get the following error: `java.lang.IllegalArgumentException: at::Tensor scalar type is not supported on java side` ## Environ...
oncall: mobile
low
Critical
668,821,358
youtube-dl
Add support for RCN as MSO
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
request
low
Critical
668,865,026
pytorch
Inconsistent results when trying to enable Tensor Cores on NVIDIA T4
## 🐛 Bug I am trying to figure out if my model is correctly using Tensor Cores on NVIDIA T4 but it seems that PyTorch is not enabling them correctly. Context: I'm trying to get Tensor Cores to work with I3D. The model is converted to TorchScript and I'm executing it through the C++ API. I've converted the model ...
module: cudnn,triaged,module: memory format,module: amp (automated mixed precision)
low
Critical
668,880,909
rust
WebAssembly size regression between 1.40 and 1.41
While upgrading the build configs and compiler versions in squoosh.app in [`c5c520a` (#777)](https://github.com/GoogleChromeLabs/squoosh/pull/777/commits/c5c520a71d94d0517e361da36ea2340dc6e5bdf2), we (cc @jakearchibald @surma) have noticed a significant size increase in one of the image codecs - HQX. Normally we ign...
P-medium,regression-from-stable-to-stable,O-wasm,C-bug,I-heavy
medium
Critical
668,886,926
youtube-dl
Support get thumbnail for Weibo
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
request
low
Critical
668,890,531
godot
Instancing of a scene does not instance a new ConcavePolygonShape in a collision shape
**Godot version:** 3.2.2.stable **OS/device including version:** ubuntu 18.04 **Issue description:** If you use a scene to procedurally generate static bodies using the SurfaceTool and the `shape.set_faces()` function, then it comes as a surprise to learn that each time you instance a new one it over-writes th...
topic:core,documentation
low
Critical
668,906,269
flutter
[webview_flutter] Leaking FLTJavaScriptChannel objects on iOS
In my app I have a view with a WebView widget powered by the webview_flutter package. This view gets popped onto and off of the Navigator based on user interaction with the app. I have discovered that repeatedly pushing and popping this view causes FLTJavaScriptChannel objects to leak: After pushing one web view ...
platform-ios,c: performance,p: webview,package,perf: memory,has reproducible steps,P2,found in release: 2.2,found in release: 2.5,team-ios,triaged-ios
low
Major
668,913,572
pytorch
Proper testing of `nn.Module` loading backward compatibility
Even though we recommend against saving `nn.Module` and save only the state dict to avoid this kind of issues, we actually have code that make it (mostly) work. This code should be tested. A couple of things to keep in mind: - We have multiple file formats that all should be tested - How old should the "old model...
module: nn,module: tests,module: serialization,triaged
low
Minor
668,945,105
pytorch
Instance norm annotation is incorrect
See #41361 for background Fix instance norm annotation cc @ezyang @gchanan @zou3519 @suo @gmagogsfm
high priority,triage review,oncall: jit,days
low
Minor
668,958,903
opencv
Discrepancy between gaussian blur implemented with pytorch conv and OpenCV
##### System information (version) <!-- Example - OpenCV => 4.3.0.36 - Operating System / Platform => Ubuntu 18.04 - Pytorch => 1.5.1 --> - OpenCV => 4.3.0.36 - Operating System / Platform => Ubuntu 18.04 - Pytorch => 1.5.1 ##### Detailed description As far as I know, OpenCV’s GaussianBlur is wrapping s...
category: imgproc,needs investigation,confirmed,Hackathon
low
Critical