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
747,093,063
pytorch
pytorch is not linked with support for cuda devices
## ❓ Questions and Help I make .cpp with libtorch1.6.0 and cuda101. But when I run the program, it shows that "pytorch is not linked with support for cuda devices" . what should I do to solve it?Here is my cmakelist.txt: `cmake_minimum_required(VERSION 2.4.5) project("MC") SET(CMAKE_PREFIX_PATH "/data/MY/libs/libto...
module: build,module: cuda,triaged
low
Minor
747,093,851
storybook
6.1: Module resolution with baseUrl
**Describe the bug** Upgrading to 6.1 failed to compile `Module not found: Error: Can't resolve 'components/**/**'` when using baseUrl with typescript, also fails using alias with typescript. It obviously **Screenshots** If applicable, add screenshots to help explain your problem. **Additional context** I thi...
feature request,has workaround,typescript
low
Critical
747,098,951
opencv
Should KalmanFilter be copied?
##### System information (version) <!-- Example - OpenCV => 4.0 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2017 --> ##### Detailed description KalmanFilter class is Shallow Copy at present, but I think it should be a Deep Copy. Mat type in class member is Shallow Copy defa...
category: video
low
Minor
747,104,270
PowerToys
Put windows into a "Presenter" or other mode based on your selected preferences
## 📝 Description of requested feature As someone who presents a lot from home now, I have a very consistent physical setup with a ultrawide display in front of me and a SB3 to the right of me as my secondary monitor. For presentations that means I am swapping my surface book from its native high resolution and 200%...
Idea-New PowerToy
low
Major
747,137,990
flutter
[State Restoration] Bottom Sheet
To show a bottom sheet, one needs to call `Scaffold.of(context).showBottomSheet`, which takes a builder for the content to display when the bottom sheet is displayed. AFAICT, there's no straightforward way for users to make the bottom sheet state restorable and we may need to provide this support directly in the `Scaff...
framework,f: material design,a: state restoration,team-design,triaged-design
low
Minor
747,164,139
PowerToys
Map a Windows global shortcut to a shortcut for a particular application
Map a keyboard chord from the Windows level to a chord for a specific program. As an example. map "WIN+Ctrl+E" to send a "Ctrl+N" to Outlook. This would allow me from any context to open a new email window. This would replace my current procedure of first starting PowerToys launcher, typing "< outlook", selecting...
Idea-New PowerToy
low
Major
747,172,270
create-react-app
error to create project in react
The directory react-app contains files that could conflict: package.json Either try using a new directory name, or remove the files listed above
stale
low
Critical
747,242,469
neovim
After first ui attach event, modifications to g:clipboard won't register
version: `NVIM v0.5.0-828-g0a95549d6` If the ui attaches first (and nvim finds another provider, say tmux), later :checkhealth reports FVimClipboardProvider because it sees the current `g:clipboard`, but nvim actually isn't using it. Can be worked around with: 1. Do not attach the UI until the initial `let g:c...
bug
low
Minor
747,268,503
create-react-app
Typescript 4.1: Redundant console output
running `react-scripts build` will always result in the same information printed to the console - despite the change already being applied to the `tsconfig.json`. ``` $ yarn build yarn run v1.22.0 $ react-scripts build The following changes are being made to your tsconfig.json file: - compilerOptions.jsx must...
needs triage,issue: bug report
low
Minor
747,330,320
create-react-app
Don't lock Jest minor & patch versions
### Describe the bug I upgraded jest to v26.6.3 and turns out react-scripts is expecting specific jest version down to patch version - 26.6.0 I would appreciate if we could lock it down only to major version - 26.x.x or if there is any strong reason to 26.6.x But I expect that any minor and patch versions should...
stale,needs triage,issue: bug report
low
Critical
747,352,635
pytorch
[RFC] CUDA-aware future for distributed
We're working on adding CUDA support to the RPC module, and we're revamping the ProcessGroups by having them return Futures rather than Works. For those purposes we're designing a general-purpose Future class that can handle CUDA tensors (and thus work with CUDA streams). The FutureNCCL class would be merged with/repla...
oncall: distributed,triaged,module: rpc,module: c10d
low
Major
747,352,995
rust
Compiler suggests type conversion on LHS of assignment
```rust fn main() { let mut foo: u16 = 0; foo = Some(0u32).unwrap(); } ``` ([Playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=2c8725c87e4820a453fb93a92037299f)) Errors: ``` Compiling playground v0.0.1 (/playground) error[E0308]: mismatched types --> ...
T-compiler,C-bug,A-suggestion-diagnostics
low
Critical
747,353,023
vscode
[html] move mdn link to the right
It would make it so much easier if you could move the MDN Reference link to the right when the mouse hover over an element's properties. I keep accidentally clicking on the link instead of the property. It's happening too many times. Please move the link to the right.
feature-request,html
low
Minor
747,372,369
ant-design
[Form.Item] when isRenderProps && (shouldUpdate || dependencies) && hasName === true, unable to render the contents of the Item correctly
- [ ] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/antd-reproduction-template-forked-kt57i) ...
Inactive
low
Minor
747,378,266
create-react-app
appTsConfig.compilerOptions[option] = value <------- Error after install typescript react project when i npm start please help
I did use npx create-react-app my-app --template typescript to create react typescript project then i npm start it show the error appTsConfig.compilerOptions[option] = value I have tried alot of times to create new one but its showing same error
stale,needs triage
medium
Critical
747,392,304
godot
iOS SKPaymentTransactionStateFailed not generating a purchase failed event
**Godot version:** 3.2.3 **OS/device including version:** iOS 12.4, Xcode 11.3 **Issue description:** When a transaction fails because of an itunes login error xcode debug is showing `status transaction failed!` Per `in_app_store.mm` I would expect an event.error to show in console but this is never happ...
bug,platform:ios,topic:porting
medium
Critical
747,399,513
create-react-app
Support to pre-render and standard template for use
### Is your proposal related to a problem? <!-- Provide a clear and concise description of what the problem is. For example, "I'm always frustrated when..." --> With my development team we saw CRA as the fastest option to lift a configured project without redoing the wheel, we are building an eccommerce fr...
issue: proposal,needs triage
low
Minor
747,417,983
pytorch
[doc] example for pairwise distance matrix
## 📚 Documentation In deep metric learning we usually have to compute a pairwise similarity/distance matrix. For example, the cosine distance matrix `pdist` is computed as: ```python x = th.rand(10, 128) # a batch of 128-dim embedding vectors for 10 samples x = th.nn.functional.normalize(x, p=2, dim=-1) pdist ...
module: docs,module: nn,triaged,module: distance functions
low
Minor
747,456,964
vscode
[html] HTML line wrapping on paste occurs before auto-indenting
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Also please test using the latest insiders build to make sure your issue has not already been...
bug,html
low
Critical
747,484,291
pytorch
Provide torchscript support for staticmethods for classes derived from Enum
## 🚀 Feature Currently, Enum classes and staticmethods are torchscript supported separately, but it seems like when together is not. Below code is not working: ```python import torch from enum import Enum from typing import Optional class Modes(Enum): NEAREST = 0 BILINEAR = 1 @stati...
oncall: jit
low
Minor
747,487,156
flutter
[Docs] Update theme_data.dart docs to explain what the default values are
The default values are not explained in `ThemeData`. For example: https://api.flutter.dev/flutter/material/ThemeData/dividerTheme.html We probably need a sweeping change here that makes it clear what the default value of these ThemeData properties is.
framework,f: material design,d: api docs,P2,team-design,triaged-design
low
Minor
747,520,522
angular
Angular valid template with all the strict flags on results in DOMException.
# 🐞 bug report ### Description When compiling angular template there are no issues having `<app-test-component ([var1]="true">` but this results in `DOMException`. Angular is fine having any gibberish atributes, not only `([var1]`, it's just an example of a typo that is more likely to happen in real life scenario....
area: compiler,P3,compiler: parser
low
Critical
747,521,708
node
investigate flaky test-repl-history-navigation
https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubi81_sharedlibs_openssl111fips_x64/23622/console ```console 00:11:05 not ok 1837 parallel/test-repl-history-navigation 00:11:05 --- 00:11:05 duration_ms: 3.266 00:11:05 severity: fail 00:11:05 exitcode: 1 00:11:05 stack: |- 00:11:05...
repl,flaky-test
low
Critical
747,588,583
flutter
TextField in NestedScrollView scrolls editing line out view port
On Android I can only edit the first lines of a TextField that is embedded inside a NestedScrollView. Lines further down are scrolled out of sight when I try to edit them. * Not tested on iOS or web. * Tested on Android emulator and real hardware. ## Steps to Reproduce <!-- You must include full steps to reprod...
a: text input,framework,f: material design,f: scrolling,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-design,triaged-design
low
Critical
747,611,859
create-react-app
Too many cpu and ram usage on production build
Hello. I have some problems with production build. react-scripts build use many ram, up to 9 GB. Current environment: - React. 17.0.1 - react-scripts 4.0.0 - Typescript 4.1.2 But this problem from react scripts 3.*.* , TS 4.0.* and react 16 I installed craco and add webpack bar. Build hangs on 90% and "addi...
needs triage
medium
Critical
747,678,922
react-native
Android) Switch track is not visible when it is disabled and the parent has a dark background
## Description Switch doesn't display the track if: - It is an Android device - Switch has `disabled={true}` - Container background is `black` ## Expected Results Switch should display the track with a gray color ## Snack, code example, screenshot, or link to a repository: snack: https://snack.expo.io/@rube...
Issue: Author Provided Repro,Platform: Android,Component: Switch
low
Minor
747,705,189
flutter
Refactor fml::RefPtr/WeakPtr to just be std::shared_ptr, std::weak_ptr
These classes do not really offer improvements over the `std` counterparts at this point, and we are no longer restricted by tonic living elsewhere.
c: new feature,engine,P3,team-engine,triaged-engine
low
Minor
747,721,282
rust
Consider providing an universal way to read (proc macro) dylib metadata.
In https://github.com/EmbarkStudios/rust-gpu/pull/268, I used `rustc_codegen_llvm`'s implementation of `get_dylib_metadata`, in order to support proc macros, and also found out that `rustc_codegen_cranelift` uses the `object` crate for its `get_dylib_metadata`. (Both the LLVM and the `object`-based implementation extr...
A-codegen,A-metadata,T-compiler,A-proc-macros
low
Minor
747,723,504
create-react-app
Can't store secret keys in .env & .env.local files
stale,needs triage,issue: bug report
low
Minor
747,734,601
pytorch
[JIT] Constant Propagation Shouldn't Run on Values that Escape the Graph
## 🐛 Bug When dictionary constants are used to initialized `Dict` type variables, it seems that the constants are shared by all variables that use them, and that all modifications of the logically distinct variables modify the same underlying dictionary. ## To Reproduce ``` from typing import Dict, List, Optiona...
oncall: jit,days
low
Critical
747,820,899
create-react-app
React script version 4.0.0 does not reloads the browser when new changes are made
### Describe the bug I have been trying to create a new react app using `npx` and when I make changes to that new react app, the changes do not automatically get reflected in the browser. As far as I have seen, it works when use another version of react script like `3.4.4` but when I use the latest `4.0.0` it does n...
needs triage,issue: bug report
low
Critical
747,838,318
pytorch
torch.float128 datatype
## 🚀 Feature It would be great to have a torch.float128 datatype for computations that require more precision. I understand that this datatype might not be supported by Cuda, but for many of the models that I run, there are many small calculations that in runs on cpu faster than gpu. ## Motivation In modeling ...
feature,triaged,module: numpy
low
Minor
747,865,062
TypeScript
remove-unused-identifier codefix-all doesn't remove redundant `var`
```ts function g(y: number) { var y: number } ``` **Expected behavior:** ```ts function g() { } ``` **Actual behavior:** ```ts function g() { var y: number } ``` This is weird code so it's low priority to fix it. Another example: ```ts function g() { var z: number var ...
Bug
low
Minor
747,866,296
TypeScript
Template literal types not giving autocomplete suggestions
<!-- 🚨 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,Domain: Completion Lists,Experience Enhancement
low
Critical
747,887,642
opencv
-215:Assertion failed !empty() in function 'forward'
##### System information (version) <!-- Example - OpenCV => 4.2 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2017 --> - OpenCV => 4.5.0 - Operating System / Platform => iOS 14.1 - Compiler => :Xcode 12.1 (12A7403) ##### Detailed description I'm getting this error: libc+...
category: dnn
low
Critical
747,905,483
pytorch
[FR] bool tensor should support basic arithmetics
## 🚀 Feature Numpy supports this (e.g., `100-x`) and I don't know why that we can't type promote bool torch tensors. cc @izdeby @mruberry @rgommers @heitorschueroff @nairbv
triaged,module: numpy,module: type promotion,module: boolean tensor
low
Minor
747,910,179
scrcpy
Permission denied, ERROR: Could not execute "adb push"
Hi there, can anyone help me? I have a conflict between two versions of adb: local android-sdk (41) and version from scrcpy snap package (39). I tried to run scrcpy like that: `ADB=~/.local/Android/Sdk/platform-tools/adb scrcpy` But unfortunately, it doesn't work: `` INFO: scrcpy 1.16 <https://github....
adb,snap
low
Critical
747,961,682
rust
[rustdoc, request] Please bundle local relative resources (favicon, logo, whatever)
For some of my crates I have a favicon and logo within the repo but have to point to them via public links like this: ```rust #![doc(html_logo_url = "https://github.com/jnqnfe/pulse-binding-rust/raw/master/logo.png", html_favicon_url = "https://github.com/jnqnfe/pulse-binding-rust/raw/master/favicon.ico")] ...
T-rustdoc,C-feature-request
low
Critical
747,987,156
opencv
There may be some errors about `cv::HoughCircles`?
Consider that the size of cv::Mat `edges` is different from the size of the accumulator. Since the size of accumulator is (edges.rows + 2, edges.cols + 2), the vote should be cast at 2d range [1, edges.rows] x [1, edges.cols]. Therefore, I think the following modifications should be made. https://github.com/o...
bug,category: imgproc
low
Critical
747,988,397
godot
Area2D's signals *_entered and *_exited do not fire predictably during movement dependent on speed and size.
**Godot version:** v3.2.3.stable.official **OS/device including version:** Windows 10 Home 64-bit (10.0 Build 19041) **Issue description:** Area2D's signals body_entered, body_exitedm, area_entered and area_exited do not fire predictably dependent on the size and speed of the objects involved. **Steps to re...
bug,confirmed,topic:physics
low
Major
748,002,420
godot
When raycasting in editor (Tool), collisions only register within bodies' original bounding box area (fixed in `master`)
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.2.3.Stable **OS/device including version:** Intel(R) Core(TM) i7-5820K, GTX 970, Windows 10 Pro **Issue description:** When raycasting in e...
bug,topic:editor,confirmed,topic:physics
low
Major
748,003,149
godot
range() function strange behaviour with arguments >= 2^24
**Godot version:** Godot Engine v3.2.3.stable.official **OS/device including version:** Windows 10 Home 64bit ver. 2004 (build 19041.630) Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz 2.59GHz 16GB OpenGL ES 2.0 Renderer: GeForce GTX 1650/PCIe/SSE2 OpenGL ES 2.0 Batching: ON **Issue description:** from arguments ...
bug,topic:core,confirmed
low
Major
748,008,539
rust
Cannot refer to item inside function from module inside function
I tried this code (https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=8c1861ee7e07799c5897f37f0aa2f849): ```rust fn main() { mod foo { use super::*; fn foobar() { bar(); } } fn bar () {} } ``` This fails to compile: ...
A-resolve,T-lang,C-bug
medium
Critical
748,029,210
godot
Red/green gradient appearing in editor backgrounds
**Godot version:** Godot v3.2.1 Official **OS/device including version:** Windows 10, iGPU, GLES2 (?) **Issue description:** Sometimes the background of my editor has a red/green gradient in the background. It seems to get worse and worse (more iterations?) periodically, until I restart the editor. **...
bug,topic:rendering
low
Major
748,053,851
pytorch
Custom exception for out of memory
## 🚀 Feature Have a custom Exception for CUDA Out of Memory, rather than `RuntimeError` ## Motivation Sometimes when running models close to the max capacity of the gpu, you can run into out of memory errors. One possibility is to catch the RuntimeError and continue to the next batch. Since the error is generic y...
high priority,feature,triaged,better-engineering
low
Critical
748,055,909
godot
C#: Failed to determine namespace and class for script (with generic classes)
**Godot version:** 3.2.3.stable.mono.official **OS/device including version:** Win 10 **Issue description:** Getting errors when building when using inheriting from a Generic CSharp classes with a tuple parameter. The build goes through and everything seems to work fine though, so it's no big deal (at least fo...
bug,topic:dotnet
low
Critical
748,058,696
godot
Command line exporting needlessly opens the editor window
**Godot version:** v3.2.3.stable.official **OS/device including version:** macOS Catalina **Issue description:** When exporting via the command line (running with the `--export` option), Godot opens the editor window for some reason, and then closes it a few seconds later after the export is done. I want to b...
bug,topic:editor,topic:export
low
Major
748,066,076
flutter
Lost connection to virtual device (VScode)(Windows)
I have started using flutter on VScode. It runs existing page very well but whenever i click "run without debugging" vs lose its connection with emulator after several seconds even if i don't change anything. I have looked other issues but i couldn't fix the problem. Then, I tried Android Studio and it worked very well...
platform-android,tool,platform-windows,P3,team-android,triaged-android
medium
Critical
748,088,218
godot
is_valid_ip_address doesn't allow some 5 digit ports
**Godot version:** <!-- Specify commit hash if using non-official build. --> 3.2.3 **OS/device including version:** <!-- Specify GPU model, drivers, and the backend (GLES2, GLES3, Vulkan) if graphics-related. --> Linux Zorin OS 15 **Issue description:** <!-- What happened, and what was expected. --> Some va...
bug,topic:core
low
Major
748,089,038
pytorch
Add Go to high level interface
Would love to see “GoTorch” implemented to improve upon the awfulness in python. We’d have better tools to debug and explain NNs in Go, and then an actual typed system.
feature,triaged
low
Critical
748,091,139
youtube-dl
Split a long live stream into parts
Hello. I am running youtube-dl in the background. ```bash youtube-dl https://www.youtube.com/watch?v=NZ-ElsvYKyo &> /dev/null & ``` Accordingly, I no longer have control over it and it works in the background. It would be convenient to set the maximum time that the program will run in the options. When f...
request
low
Minor
748,100,503
vscode
Aborting an update results in a failed rollback and unusable installation
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Also please test using the latest insiders build to make sure your issue has not already been...
bug,install-update,windows
low
Critical
748,113,784
rust
Cross-compiling from x86_64 to arm64 on macOS 11.1 fails to compile stage1 std artifacts
When cross-compiling either v1.48 or master@d806d656578 from x86_64 to arm64 on MacBook Air (M1, 2020) running macOS 11.1 Beta (20C5048l) and Xcode 12.3 beta (12C5020f), the compilation fails when trying to build the stage1 std artifacts for stage2: ``` % uname -m arm64 % grep -E "^(build|host|target) =" config.t...
O-macos,O-x86_64,A-cross,T-bootstrap,O-AArch64
low
Critical
748,125,484
PowerToys
Ability to mirror Windows Taskbar layout
I've seen numerous taskbar improvement suggestions on here, but none involving taskbar mirroring. This could be a simple start to the numerous taskbar improvements already on here. **SUMMARY** Taskbar mirroring enables users to flip the taskbar layout horizontally or vertically depending on taskbar orientation. ...
Idea-New PowerToy,Product-Tweak UI Design
low
Minor
748,136,563
godot
Sprite / TextureRect using ViewportTexture render incorrectly when viewport changes size
**Godot version:** 3.2.3 **OS/device including version:** Retina Macbook Pro 2015 macOS Mojave **Issue description:** A Sprite or TextureRect (with "expand" off) using a ViewportTexture does not render properly when the size of the viewport changes. Behavior appears to be the same whether in editor or r...
bug,topic:rendering
low
Critical
748,148,756
youtube-dl
Add cli --on-download-complete hook.sh
Hello. It would be convenient to manage downloads if youtube-dl sends a request when the video is fully downloaded. Aria2 has a similar feature: `aria2c --on-download-complete hook.sh http://example.org/file.iso`
request
low
Minor
748,188,762
rust
Rustdoc generate wrong doc for declarative macro generated by derive macro.
<!-- 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. --> First, write a derive macro which generates a declarative macro: ```rust use quote::quote; #[proc_macro_derive(MyDeriveMacro)] pub fn derive_my_der...
T-rustdoc,A-macros,C-bug,A-proc-macros
low
Critical
748,203,099
flutter
Verbose Linux build output contains double prefixes
<!-- 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...
tool,a: quality,P3,team-tool,triaged-tool
low
Critical
748,208,135
opencv
Object Detection Support in Point Cloud
Hi, OpenCV has plans to build a 3D Module. We are working on object detection in point cloud with some undergraduates in SUSTech. We plan to implement this feature using the [3DSSD Method](https://arxiv.org/pdf/2002.10187.pdf). We could discuss it here!
feature,category: objdetect,RFC
low
Major
748,210,547
flutter
Proposal to add Listener to dismiss popups (Share, AlertDialog)
<!-- 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...
framework,f: material design,c: proposal,team-design,triaged-design
low
Critical
748,222,924
godot
Godot doesn't warn you that many particle settings won't work for billboard 3D Particles unless particle billboard is selected
**Godot version:** 3.2.3 / 3.2.4 beta 1 / 3.2.4 beta 2 **OS/device including version:** Windows 10 **Issue description:** For 3D particles, settings like Scale Curves, and Velocity Random (for Angular Velocity) don't do anything unless you go into the Material Override -> Parameters -> Billboard mode and selec...
enhancement,topic:editor,usability,topic:particles
low
Critical
748,269,287
vscode
[css] Support for CSS3 speech properties voice-family, voice-pitch, voice-range and voice-stress
<!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ --> Using CSS3 speech properties in a style sheet currently causes Code to display warnings "Unknown property", so I'd like to request you add support for the following properties: - `voice-family` - `voice-pitch` - `voice-range` - `voice-stress` Exa...
feature-request,css-less-scss
low
Minor
748,277,005
pytorch
Management of Gpu memory to avoid memory errors
## 🚀 Feature Better use of the GPU memory: that the training of the models can according to the memory available on the GPU and automatically define the best mini-batch size (split the batch into several parts) to avoid the memory error . For large images, cut the image into several parts to try to reduce the risk of...
feature,module: memory usage,triaged
low
Critical
748,308,865
go
cmd/link: panic: sym already present in installSym on FreeBSD/amd64
This happened on the same runner as #42658, though I don't see what that could have to do with anything unless I'm just very unlucky and these are hardware issues or something. Like that one, I can't reproduce it after the first time. <!-- Please answer these questions before submitting your issue. Thanks! For que...
NeedsInvestigation,compiler/runtime
low
Critical
748,330,015
vscode
Ctrl+click on `file:` link in Debug Console in devcontainer opens host filesystem instead
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Also please test using the latest insiders build to make sure your issue has not already been...
bug,help wanted,debug
low
Critical
748,360,593
PowerToys
[FancyZones] Allow the "Hold to Activate" button be something other than shift, or don't have drag zones active by default
Hello, I would like to request that when dragging a window to allow something other than the shift key to be the activation key. Either that, or when that setting is disabled, don't have the drag zones be active by default, I would be fine with simply using a non-primary mouse key as the only method of activation a...
Idea-Enhancement,Product-FancyZones,Area-App Compat
low
Minor
748,364,105
godot
"CanvasShaderGLES2: Fragment shader compilation failed" on BlueStacks emulator
**Godot version:** Godot 3.2.3 stable, Godot 3.2.4 beta2 **OS/device including version:** Android 7.1.1 on gles2 (android emulator BlueStacks 4.240.30.1002) on Windows 7 64 bit **Issue description:** Hello, I have a problem with my mobile game. I Exported app from godot and installed it on android emulator...
bug,platform:android,topic:rendering,confirmed
low
Critical
748,377,829
godot
Can't change editor shortcuts for next/previous script
**Godot version:** 3.2.3 stable **OS/device including version:** Windows 10 OpenGL ES 3.0 Renderer: GeForce GTX 1080/PCIe/SSE2 **Issue description:** I opened the "Shortcuts" tab in the editor settings and changed the "Next script" and "Previous script" shortcuts under the "Script Editor" section to <kbd>...
bug,topic:editor
low
Major
748,418,620
pytorch
hangs indefinitely at os.waitpid()
If you have a question or would like help and support, please ask at our [forums](https://discuss.pytorch.org/). If you are submitting a feature request, please preface the title with [feature request]. If you are submitting a bug report, please fill in the following details. ## Issue description When using ...
high priority,module: docs,module: multiprocessing,module: error checking,triaged,module: deadlock
low
Critical
748,545,002
create-react-app
Cannot read property ‘matches’ of undefined after upgrade from 4.0.0 to 4.0.1
On windows after updating react-scripts from 4.0.0 to 4.0.1 npm install npm ERR! Cannot read property 'matches' of undefined npm ERR! A complete log of this run can be found in: After downgrade to 4.0.0 it works again
stale,needs triage,issue: bug report
low
Major
748,551,266
create-react-app
Issues with running npx create-react-app on node 15.2.1
When I run `npx create-react-app appname` I get the following error message: ``` You are running `create-react-app` 4.0.0, which is behind the latest release (4.0.1). We no longer support global installation of Create React App. Please remove any global installs with one of the following commands: - npm unin...
stale,needs triage,issue: bug report
medium
Critical
748,638,771
scrcpy
Support for MacOS Big Sur (v11+)
- [x] I have checked that a similar [feature request](https://github.com/Genymobile/scrcpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22feature+request%22) does not already exist. Check! Confirmed. **Is your feature request related to a problem? Please describe.** Yes, my request is for support for the latest MacOS, ...
homebrew
low
Minor
748,661,643
go
runtime: Running two go program with 1GB mem GC not releases free package variable mem
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.15.5 linux/amd64 </pre> ### Does this issue reproduce with the latest release? yes ### What operating system and processor architecture are you using (`go env`)? <details><summary><code>go env</code> Output</summary...
NeedsInvestigation,compiler/runtime
low
Critical
748,669,805
TypeScript
Incorrect inference/autocompletion on generic arrays, when values can be inferred from a defined object.
**TypeScript Version:** 4.1.2 **Search Terms:** Autocompletion, incorrect, values, inference, generic, array, object, keys **Summary:** When an interface/a type has an object with generic keys, and an array of those keys, the array values cannot be infered from the object keys. **Code** ```ts interface ...
Suggestion,Help Wanted,Effort: Moderate,Domain: Completion Lists,Experience Enhancement,Experimentation Needed
low
Critical
748,672,615
ant-design
The filterOptions are not working in Select OptGroup
- [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. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/option-group-antd485-forked-p6wuq?file=/ind...
💡 Feature Request,Inactive
low
Major
748,679,522
go
cmd/compile: function argument value escapes no matter the run-time condition
<!-- 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.5 linux/amd64 </pre> ### What operating system and...
NeedsInvestigation,compiler/runtime
low
Critical
748,695,637
pytorch
Error occurred when trying to call "torch::jit::load"method for loading ".pt" file on IOS
## ❓c10::Error: Could not find schema for aten::empty.memory_format. ### Problem description - Hi, I am using this depth estimation algorithm [BTS](https://github.com/cogaplex-bts/bts) to predict my pics and it works well on my Ubuntu 18,04. - PyTorch 1.8 binary is builded from source that includes the Metal back...
oncall: jit,oncall: mobile
low
Critical
748,715,523
TypeScript
Allow generic yield* types
## Search Terms generic yield asterisk type preserve ## Suggestion Currently, the `yield*` construct doesn't work properly with generic types. I would like to see these kinds of situations get proper types: ```ts function* foo<T extends Iterable<any>>(x: T) { yield* x; } // Inferred return type: `Ge...
Suggestion,Help Wanted,Effort: Moderate,Rescheduled
low
Minor
748,734,358
pytorch
Add parameter "half_pixel_center =False" to the Bilinear function
## 🚀 Feature <!-- A clear and concise description of the feature proposal --> Add parameter "half_pixel =False" to the Bilinear function ## Motivation For Tensorflow, onnx, Opencv, NNAPI and SNPE, the function with half_pixel_centers=false is all supported in these platform. Furthermore, 'half_pixel_centers=true' ...
triaged,enhancement,module: interpolation
low
Minor
748,772,775
flutter
RefreshIndicator behaviour doesn't match native and ability to specify a custom builder
This issue relates to mismatches of `RefreshIndicator` with swipe to refresh [material specs](https://material.io/design/platform-guidance/android-swipe-to-refresh.html#behavior-placement) and native behaviour Related issue about `RefreshProgressIndicator` #71086 ## Description This is how `RefreshIndicator` beh...
framework,f: material design,c: proposal,P2,team-design,triaged-design
low
Major
748,810,328
TypeScript
Flexibility of template literal types for enums
## Search Terms template literal type enum permutations ## Suggestion Typescript 4.1 brought template literal types, which make it simple to express all the possibilities of permutations of unions of string types concatenated together. It would be cool if there was some equivalent syntax for expressing enum ke...
Suggestion,Awaiting More Feedback
low
Minor
748,852,629
material-ui
[Select] menu breaks when container has CSS transform property
<!-- Provide a general summary of the issue in the Title above --> If I pass a container to the `MenuProps` of a Select component, and add `transform` to one of its parents , then the position and size of the menu is set incorrectly. I think this is happening because this creates a new stacking context? Although the...
bug 🐛,component: select
low
Critical
748,867,120
flutter
TextFormField (and TextField) widgets do not wrap text correctly
Similar to the issues reported in #18761, the input fields in Flutter suffer from the same disfunction. Currently, the text input fields in Flutter do not wrap their input correctly. Instead of breaking a word in the middle and wrapping the remainder to the next line, Flutter is breaking the string at the word bound...
a: text input,framework,f: material design,dependency: skia,a: typography,P2,team-design,triaged-design
low
Major
748,880,930
godot
Mouse pointer disappears when switching to a 3D scene with a Camera node in it
<!-- 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. --> v3.2.3.stable.official, through Scoop. **OS/device including version:** <!-- Specify GPU...
bug,topic:editor,confirmed
low
Minor
748,910,222
create-react-app
css build error
in App.css, i append follow code to it. ```css :root { --distance: 44px; } div {margin-top: calc(var(--distance)*-1/2);} ``` after, run ``` npm run build ``` ![image](https://user-images.githubusercontent.com/30104912/99982630-c624e700-2de5-11eb-8d00-e40bd6d478f8.png)
needs triage,issue: bug report
low
Critical
748,924,271
godot
Exported PackedScene Field - Rightclick->Edit for assigned resource not working
<!-- 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,usability
low
Minor
749,000,100
TypeScript
Allow protected/private index signatures
<!-- 🚨 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,Needs Proposal,Awaiting More Feedback
low
Critical
749,015,589
rust
cycle errors for unevaluated constants in the param env
```rust // check-pass #![feature(generic_const_exprs)] #![allow(incomplete_features)] struct Foo<T>(T); fn test() where [u8; { let _: Foo<[u8; 3 + 4]>; 3 }]: Sized {} ``` ends up failing with ``` error[E0391]: cycle detected when simplifying constant for the type system `test::{constant#0}` -...
T-compiler,C-bug,A-const-generics,F-generic_const_exprs,I-cycle
low
Critical
749,049,440
pytorch
conv_transpose3d returns different result when the input and kernel are mkldnn tensors
## 🐛 Bug We implemented a upsampler using conv_transpose3d, it works correctly with CPU and GPU backend, but when I tested it with mkldnn, the output is incorrect. In the example below, upsampling a 1x4x4 tensor returns a 1x8x8 tensor, but when the input and kernel are converted using to_mkldnn, the output is a 1x2...
high priority,module: dependency bug,module: convolution,triaged,module: mkldnn
low
Critical
749,067,258
flutter
App Clip uncompressed size is larger than 10MB
Submitting a minimal app currently exceeds the 10mb uncompressed size limit with a ITMS-90865: Thinned app clip size is too large on `1.24.0-8.0.pre.344`. Compressed, thinned IPA is 4.6mb, but the current uncompressed breakdown is: Total: 11,289,773 bytes ``` [ 320] AppClip.app ├── [ 90K] AppClip ├── ...
platform-ios,a: size,P2,team-ios,triaged-ios
low
Critical
749,070,222
flutter
Wrap flutter/settings channel in embedder.h API(s)
Basic functionality should be available to embedders via stable APIs, rather than needing to use method channels that don't have the same stability guarantees. We should wrap the information provided via the flutter/settings channel (preferred time format, OS theme, others if added) with one or more embedder.h APIs. ...
c: new feature,engine,e: embedder,P3,team-engine,triaged-engine
low
Minor
749,170,339
youtube-dl
Site support - Domestika
<!-- ###################################################################### 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
749,228,818
flutter
Wrap flutter/platform channel in embedder.h API(s)
Basic functionality should be available to embedders via stable APIs, rather than needing to use method channels that don't have the same stability guarantees. We should wrap the information provided via the flutter/platform channel (e.g., clipboard) with one or more embedder.h APIs. For clipboard, we should either ...
c: new feature,engine,e: embedder,P3,team-engine,triaged-engine
low
Minor
749,229,986
flutter
Wrap flutter/mousecursor channel in embedder.h API(s)
Basic functionality should be available to embedders via stable APIs, rather than needing to use method channels that don't have the same stability guarantees. Setting mouse cursors should be handled via an embedder.h callback registration (likely via the configuration struct where many other callbacks are set up). ...
c: new feature,engine,e: embedder,P3,team-engine,triaged-engine
low
Minor
749,230,673
flutter
Wrap flutter/textinput channel in embedder.h API(s)
Basic functionality should be available to embedders via stable APIs, rather than needing to use method channels that don't have the same stability guarantees. We should wrap text input with embedder.h APIs. This should probably be done after we revisit the way state is managed and coordinated between the framework ...
c: new feature,engine,e: embedder,P3,team-engine,triaged-engine
low
Minor
749,232,872
flutter
☂ Eliminate the need for embedder.h clients to use system channels
Basic functionality should be available to embedders via stable APIs, rather than needing to use method channels that don't have the same stability guarantees. Currently, that's not the case. We should work to make the desktop embeddings channel-free, and then in the future whenever we add an important channel (as we d...
engine,e: embedder,a: desktop,P3,team-engine,triaged-engine
low
Minor
749,267,414
flutter
Unable to compile an AppBundle containing multiple CPU architectures, while using a local engine
## Description So, the current flutter engine/framework does not allow GIF insertion. I have modified the engine and framework so that it supports basic Google Keyboard GIF insertion. That said, I have a local engine that I've compiled, and now would like to make an AppBundle build, suitable for the Play Store with ...
platform-android,tool,P3,team-android,triaged-android
low
Critical
749,269,890
pytorch
TorchScript: Optional sized lists cannot be called with optional scalar values
## 🐛 Bug Given a schema containing an optional sized list (e.g. `int[1]?`), I should be able to call this with a variable of type `int?` but `torch.jit.script` will fail to compile it. ## To Reproduce Reproduce with this script: ```python import torch.fft from typing import Optional def fn(t, n: Optiona...
oncall: jit,days
low
Critical
749,301,136
rust
Rustc suggests the same method twice when a mismatched type is found
<!-- 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 let what_rustc_thinks = clean::Item::from_def_id_and_parts(did, Some(name), kind, cx); ``` I expected to see this happen...
T-compiler,C-bug,A-suggestion-diagnostics,D-invalid-suggestion,D-verbose
low
Critical
749,304,268
TypeScript
unnecessary generic type in quick info for class methods in some namespaces
**TypeScript Version:** 3.9, 4.0, 4.1 **Search Terms:** generic namespace interface signature method **Code** ```ts interface Foo<S> {} namespace Foo { export class Bar<T> {} } const a = new Foo.Bar<number>() ^^^ hover on it! ``` **Expected behavior:** ``` constructor Foo...
Bug,Domain: Quick Info
low
Critical