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
587,081,697
flutter
Use system setting for font smoothing
Moved from https://github.com/google/flutter-desktop-embedding/issues/524. See that issue for details. Blocked on #39690
c: new feature,engine,platform-linux,a: desktop,P3,team-linux,triaged-linux
low
Minor
587,086,502
neovim
Display a diff for a buffer that was changed outside the current editing session
<!-- Before reporting: search existing issues and check the FAQ. --> - `nvim --version`: 0.4.3 - Operating system/version: Ubuntu 19.04 - Terminal name/version: gnome-terminal 3.34 - `$TERM`: xterm-256color ### Steps to reproduce using `nvim -u NORC` 1. Open a file to edit in neovim. 2. Open the same file in...
enhancement
low
Major
587,168,612
nvm
$(nvm_sanitize_path "${NPM_CONFIG_PREFIX}");: command not found
Getting this in my shell when I open a new bash tab: ``` $(nvm_sanitize_path "${NPM_CONFIG_PREFIX}");: command not found ``` in my ~/.bashrc I have: ``` export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_com...
needs followup
medium
Critical
587,199,554
pytorch
Method/constructor which takes as input angle and magnitude and returns a complex tensor
cc @ezyang @anjali411 @dylanbespalko
triaged,module: complex
low
Major
587,203,546
neovim
non-string Lua errors in vim.loop callbacks cause segfault
<!-- Before reporting: search existing issues and check the FAQ. --> - `nvim --version`: NVIM v0.4.3 - Operating system/version: Linux 5.5.10 ### Steps to reproduce using `nvim -u NORC` ``` nvim -u NORC -c 'lua vim.loop.new_idle():start(function() error() end)' ``` Using `new_idle` to get a function to r...
has:repro,bug-crash,lua
low
Critical
587,213,597
node
Retry on failed ICU data load, ignoring NODE_ICU_DATA or --icu-data-dir
Related to #30825 (I had the idea during its discussion) and, from the icebox, #3460 **Is your feature request related to a problem? Please describe.** Currently, Node with an invalid/missing ICU data directory ( set with NODE_ICU_DATA or --icu-data-dir ) just fails. ```shell $ nvm i --lts Installing latest LT...
i18n-api,cli
low
Critical
587,231,913
flutter
Consider converting system channels to standard codec
Currently many of the Flutter framework's system channels use the JSON codec, presumably purely for legacy reasons. This is not ideal for a number of reasons: - Not all languages/platforms have a standard JSON library, so some embeddings (e.g., our Windows and Linux embeddings) need to use/link/ship a third-party JSON...
framework,c: proposal,P2,team-framework,triaged-framework
low
Major
587,291,021
youtube-dl
Support for Onlyfans
## Checklist - [x] I'm reporting a new site support request - [x] I've verified that I'm running youtube-dl version **2020.03.24** - [x] I've checked that all provided URLs are alive and playable in a browser - [x] I've checked that none of provided URLs violate any copyrights - [x] I've searched the bugtracker ...
site-support-request
low
Critical
587,341,337
ant-design
Popconfirm does not work on Dropdown item
- [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/antd-bug-popconfirm-in-dropdown-tiw9l) #...
🐛 Bug,Inactive,4.x,3.x
medium
Critical
587,367,651
vue
Object with prototype of `null` cannot be displayed using text interpolation
### Version 2.6.11 ### Reproduction link [https://codepen.io/hezedu/pen/GRJYXGR](https://codepen.io/hezedu/pen/GRJYXGR) ### Steps to reproduce vue: 2.6.11 https://github.com/vuejs/vue/blob/a59e05c2ffe7d10dc55782baa41cb2c1cd605862/dist/vue.runtime.js#L96-L102 ```js toString(Object.create(null); ...
improvement
medium
Critical
587,378,377
TypeScript
Module plugin template is misleading
**Expected behavior:** I followed the template exactly and it can't do what it's claiming you can do. I would expect from the template that I could extend an existing module with a new function. https://www.typescriptlang.org/docs/handbook/declaration-files/templates/module-plugin-d-ts.html **Actual behavior:**...
Docs
low
Minor
587,413,838
PowerToys
Source code line number and highlighter
Having written a number of articles and books, making code listings stand out and be able to reference in text takes some work. The following website: "[http://www.planetb.ca/syntax-highlight-word](http://www.planetb.ca/syntax-highlight-word)" takes a code snippet copied from VS, and after selecting the language, will ...
Idea-New PowerToy
low
Critical
587,423,016
electron
Cookie 'before-added' event
<!-- 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:
medium
Major
587,439,499
vue-element-admin
edge 访问浏览器报错
<!-- 注意:为更好的解决你的问题,请参考模板提供完整信息,准确描述问题,信息不全的 issue 将被关闭。 Note: In order to better solve your problem, please refer to the template to provide complete information, accurately describe the problem, and the incomplete information issue will be closed. --> ## Bug report 用edge浏览器打开页面,点击刷新,侧边栏不能点击 #### S...
polyfill
low
Critical
587,444,200
pytorch
NCCL version upgrade for PyTorch
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> Build PyTorch from source code would fail on some old Linux release. This issue has been described here: https://github.com/NVIDIA/nccl/issues/244, and Nvidia folks had it fixed (https://github.com/NVIDIA/nccl/commit/7f2b337e703d73ed369937c999...
module: build,triaged
low
Critical
587,504,599
flutter
[Proposal] Icon support Linux desktop application
## Use case The default Linux application icon looks ugly...🥴 Flutter is way worthy than that... 😎 ![image](https://github.com/flutter/flutter/assets/38415384/b692cff9-63aa-409a-b845-a9c4de7537dc) ## Proposal This looks much better (photo-shopped) ![image](https://github.com/flutter/flutter/assets/38...
c: new feature,tool,a: quality,platform-linux,c: proposal,a: desktop,a: build,P3,team-linux,triaged-linux
high
Critical
587,524,896
TypeScript
Incorrectly typed argument variant
**TypeScript Version:** 3.8.3 **Search Terms:** Parameters, Array, Overloading, Type inference **Code** ```ts type VariantA = [(err: Error, data: string) => any] type VariantB = [(data: string) => any, (err: Error) => any] type Args = VariantA | VariantB function fn (...rest: Args): void { /* do some...
Bug
low
Critical
587,539,005
pytorch
How to support single-process-multiple-devices in DistributedDataParallel other than CUDA device
Hi, I am investigating to extend the DistributedDataParallel to other accelerator devices than CUDA devices. Not only to support single-process-single-device but also to support the single-process-multiple-devices and multple-processes-multiple-devices. There are a lot of CUDA dependency in the DistributedDataPa...
oncall: distributed
low
Minor
587,566,986
angular
With ivy, injecting a parent directive with the @host annotation fails in nested structures
# 🐞 bug report ### Is this a regression? Yes, in angular 8 this works fine. But after an update to angular 9 it stops working. If I opt-out ivy in the tsconfig.app.json ("enableIvy": false) it is working again. ### Description The problem occurs if a parent directive is injected with the @Host annotation in ne...
type: bug/fix,freq2: medium,area: core,state: confirmed,core: di,P3
low
Critical
587,575,696
godot
Image stretch when Window Resize is enabled
**Godot version:** 3.2.1 **OS/device including version:** macOS Catalina 10.15.4 / MacBookPro11,1 **Issue description:** If Window Resize is enabled, the image gets stretched horizontally. It doesn't matter is Fullscreen is enabled or not. The problem occurs in both situations. ![Screenshot 2020-03-25 at 1...
platform:macos,topic:porting
medium
Critical
587,616,315
go
proxy.golang.org: long cache TTL causes confusing UX for 'go get <module>@<branchname>'
<!-- 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.14.1 windows/amd64 </pre> ### Does this issue reprodu...
NeedsInvestigation,modules,proxy.golang.org
low
Critical
587,639,522
TypeScript
Set as executable files that are intended to be binaries
<!-- 🚨 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
medium
Critical
587,659,114
godot
OS.execute trouble with shell evaluation ("export PATH=test && echo $PATH" doesn't work)
**Godot version:** 3.2.1 **OS/device including version:** macos **Issue description:** OS.execute("/bin/bash", ['-c',"export PATH=test && echo $PATH"], true, output,true) print(output) print result [/usr/bin:/bin:/usr/sbin:/sbin ] don't work **Steps to reproduce:** **Minimal reproduction project:** ...
bug,platform:linuxbsd,platform:macos,topic:porting,confirmed
low
Major
587,659,752
godot
[TextureRect] rect_scale when changing texture
**Godot version:** 3.2.1.stable **OS/device including version:** Windows 10 Pro **Issue description:** (Atleast when using animations) When changing a texture (from "null") on the TextureRect it briefly resets the rect_scale to 1,1. **Steps to reproduce:** - Create a control and put a texture rect inside i...
bug,topic:rendering
low
Minor
587,677,110
go
cmd/compile: consider extending '-spectre' option to other architectures
@rsc recently added a `-spectre` flag to the compiler and implemented a couple of speculative execution exploit mitigations on amd64. These involved using conditional moves to prevent out of bounds indexed memory accesses (`-spectre=index` added in https://golang.org/cl/222660) and making use of call stack optimization...
Security,NeedsInvestigation,compiler/runtime
low
Major
587,719,279
flutter
SliverPersistentHeader initial state
## Proposal `SliverPersistentHeader` / `SliverPersistentHeaderDelegate` This header has two main status - minExtent (collapsed) and maxExtent(expanded) Initially, this header is in expanded status. I think this header can be collapsed initally Just like SearchBar on android. It can be expanded or iconified (colla...
c: new feature,framework,f: scrolling,would be a good package,P3,team-framework,triaged-framework
low
Minor
587,749,382
node
Describe alternatives to require.extensions
https://nodejs.org/api/modules.html#modules_require_extensions says `require.extensions` is deprecated. Per https://github.com/TypeStrong/ts-node/issues/641 and https://github.com/TypeStrong/ts-node/issues/989 there are no alternatives. They reference further the documentation of @babel/node, @babel/register, and c...
module,deprecations
low
Major
587,756,776
material-ui
[docs] Allow providing a custom theme and preview it live
<!-- Provide a general summary of the feature in the Title above --> We're going to make a lot of modifications to our theme soon, and I was thinking that it'd be really cool if I could enter a custom theme (JS and all) in the material-ui docs, through an inline editor, and navigate through all the docs with that them...
priority: important,design,scope: docs-infra
low
Major
587,766,574
kubernetes
Stop applying the beta.kubernetes.io/os and beta.kubernetes.io/arch
It seems that according to plan, kubenrnetes 1.18 will remove support for the `beta.kubernetes.io/os` and` beta.kubernetes.io/arch` labels. Will we still do this work? --- https://kubernetes.io/docs/reference/kubernetes-api/labels-annotations-taints/
area/kubelet,sig/node,kind/feature,priority/important-longterm,lifecycle/frozen,triage/accepted
medium
Critical
587,783,734
pytorch
runtime error when loding heavy dataset
## 🐛 Bug i used torch.save to save two very big tensors one being the training dataset and the other one being the test dataset (separated by torch.utils.data.random_split) the original tensor was of size (4803, 354, 4000) when i do that it’s very slow to save (wich is understandable), both files have the sam...
needs reproduction,triaged
low
Critical
587,840,615
godot
Extra suffix is not appended at the end of a binary name in some cases
**Godot version:** 3.0, 4.0 **OS/device including version:** Windows 10, likely any other OS. **Steps to reproduce:** ## With mono module enabled: ``` scons platform=windows target=release_debug bits=64 module_mono_enabled=yes mono_glue=no extra_suffix=mygame ``` Results in binary name such as: `godot...
bug,topic:buildsystem
low
Critical
587,869,569
TypeScript
New error: Type 'string' is not assignable to type 'string & ...'
https://github.com/material-components/material-components-web-components/blob/b1862998d80f4b0b917c817e6efde15a2504d8da/packages/linear-progress/src/mwc-linear-progress-base.ts#L109 ``` packages/linear-progress/src/mwc-linear-progress-base.ts:109:9 - error TS2322: Type 'string' is not assignable to type 'string & (...
Docs
low
Critical
587,874,956
rust
Layout for enums does not match MIR (and types) very well
Enum layout computation entirely ignores ZST uninhabited ("absent") variants, which can lead to the layout being quite different in structure from the user-visible enum: * if there are more than 1 non-absent variants, `Variants::Multiple` is used. * if there is exactly 1 non-absent variant, `Variants::Single` is used...
C-cleanup,T-compiler,A-MIR,A-layout
low
Minor
587,877,388
flutter
Reliance on iana.org for localizations is flakey
`dev/tools/localization/localizations_utils.dart` references iana.org which is causing CI to fail sometimes. We should have local mirrors. example from cirrus: ``` ▌22:06:09▐ ELAPSED TIME: 5.306s for bin/cache/dart-sdk/bin/dart dev/tools/localization/bin/gen_localizations.dart --material in . Unhandled exceptio...
team,tool,a: internationalization,c: proposal,P2,team-tool,triaged-tool
low
Critical
587,887,630
rust
Tracking Issue for `-Z src-hash-algorithm`
This is the tracking issue for the unstable option `-Z src-hash-algorithm` ### Steps - [x] Implementation PR #69718 - [ ] Adjust documentation - [ ] Stabilization PR ### Unresolved Questions - Should we have a separate option in the target specification to specify the preferred hash algorithm, or continue to...
A-debuginfo,T-compiler,B-unstable,C-tracking-issue,S-tracking-needs-summary,A-CLI
low
Major
587,891,985
flutter
if (kRelease) return null; does not treeshake
## Use case Flutter framework uses the following pattern: ``` DiagnosticPropertiesBuilder get builder { if (kReleaseMode) return null; if (_cachedBuilder == null) { _cachedBuilder = DiagnosticPropertiesBuilder(); value?.debugFillProperties(_cachedBuilder); } return _cache...
c: new feature,framework,c: performance,dependency: dart,perf: app size,P3,team-framework,triaged-framework
low
Critical
587,953,480
pytorch
torch.jit.script works for x*sigmoid(x) but not for x*sin(x)
cc: @ptrblck ## 🐛 Bug In the following example, I observe that `x * sigmoid(x)` is JITted as expected. In the first call to `foo`, I see 1 GPU kernel for sigmoid and 1 for mul. In the second call, I see 1 call to `kernel_0` which is the JITted kernel. However, if I replace `sigmoid` wtih `sin`, seemingly anothe...
oncall: jit,triaged
low
Critical
587,967,148
flutter
Include Gradle version in tool crash GitHub template
Include in the **Flutter Application Metadata** section. https://github.com/flutter/flutter/blob/2dda1297bb499b84de89321c1b19e40516038f5d/packages/flutter_tools/lib/src/reporting/github_template.dart#L133-L143
tool,t: gradle,a: triage improvements,P3,team-tool,triaged-tool
low
Critical
587,967,309
TypeScript
New error: Type of property 'defaultProps' circularly references itself in mapped type
https://github.com/nteract/nteract/blob/af734c46893146c617308f4ae1e40bf267e8875f/packages/connected-components/src/header-editor/styled.ts#L24 ``` packages/connected-components/src/header-editor/styled.ts:24:34 - error TS2615: Type of property 'defaultProps' circularly references itself in mapped type 'Pick<Forward...
Needs Investigation,Rescheduled
medium
Critical
587,967,332
flutter
Create way to automate updating of dev/tools/localization/language_subtag_registry.dart
`dev/tools/localization/language_subtag_registry.dart` is cached from iana.org, `dev/tools/localization/gen_subtag_registry.dart` generates it but there is nothing that is automatically generating it regularly. related pr: https://github.com/flutter/flutter/pull/53286
tool,framework,a: internationalization,P2,team-framework,triaged-framework
low
Minor
587,977,260
pytorch
MacOS Error: subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--target', 'install', '--config', 'Release', '--', '-j', '12']' returned non-zero exit status 1.
When trying to install Pytorch from source with CUDA enabled, I get the following error after running the last command in the set of instructions for installation (https://github.com/pytorch/pytorch#from-source). ninja: error: '/usr/local/cuda/lib/libnvToolsExt.dylib', needed by 'lib/libtorch_cuda.dylib', missing a...
module: build,module: cuda,triaged,module: macos
low
Critical
587,978,972
create-react-app
include support for jest-runner-groups
### 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..." --> I'd like to categorize my jest tests so that I can run only a certain subset of them. ### Describe the solution you'd like <!-- Provide a...
issue: proposal,needs triage
low
Minor
587,981,534
pytorch
PyTorch / libtorch executables fail when built against libcuda stub library
## 🐛 Bug PyTorch's cmake setup for CUDA includes a couple `stubs/` directories in the search path for `libcuda.so`: https://github.com/pytorch/pytorch/blob/v1.4.0/cmake/public/cuda.cmake#L179 Searching for libcuda in the stubs/ directories is needed in various cases, for example when: - the build host is G...
high priority,module: binaries,module: build,triaged
low
Critical
588,003,454
flutter
Text on desktop Windows 10 looks rough(no antialiasing)
Flutter channel: master Flutter version: 1.16.3-pre.40 Windows 10 build: 19592 Monitor native resolution: 3840x2160 System resolution: 2560x1440 Scaling: 100% [![Annotation-2020-03-25-141948.png](https://i.postimg.cc/7L5vFdWk/Annotation-2020-03-25-141948.png)](https://postimg.cc/qtHZnbrb) Left is flutter, righ...
engine,platform-windows,a: typography,a: desktop,P3,team-windows,triaged-windows
medium
Critical
588,017,406
flutter
[animations] Allow different containers for source of open and target of closing animation
## Use case I'm using OpenContainer with a FAB to open a new screen and add a new item to a list of OpenContainer Cards. The problem is once you add a new item, the OpenContainer animates back into the FAB which is confusing visually. My implementation is very similar to: https://github.com/flutter/packages/blob/m...
c: new feature,package,c: proposal,p: animations,team-ecosystem,P3,triaged-ecosystem
low
Major
588,020,866
react
Bug: Event handlers on custom elements work on the client but not on the server
<!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest version of the relevant React packages to make sure your issue has not already been fixed. --> React version: 16.13.1 ## Steps To Reproduce ```js ReactDOMServer.renderT...
Component: Server Rendering,Type: Needs Investigation
low
Critical
588,032,350
flutter
Channels are ~2x slower on Android versus iOS
Microbenchmarks from https://github.com/gaaclarke/MessagingTiming Things are going to be a bit slower because of JNI, 1ms seems excessive. **Math:** (0.4µs / 2.5µs) * (1000µs / 80µs) = 2 **Android:** ![Screenshot_20200325-173045](https://user-images.githubusercontent.com/30870216/77591755-e0e93980-6ead-11ea-...
platform-android,engine,c: performance,perf: speed,P3,team-android,triaged-android
low
Major
588,032,524
electron
Closing a child window brings a previously activate application to the front and the parent window is sent to the back
### 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 sea...
platform/windows,bug :beetle:,8-x-y,10-x-y
medium
Major
588,034,686
flutter
Review flutter attach performance
On a simple test, it takes ~8s to connect to an already running flutter observatory via `flutter attach`. Though ~3s was from cleaning up the devfs and closing the process. Log gist at https://gist.github.com/xster/5becc4937c2cef8d5e84660d0601abd1 There's a 2397ms apparently pure Dart part in the middle of the p...
tool,c: performance,a: existing-apps,P2,team-tool,triaged-tool
low
Major
588,053,097
TypeScript
New error: Type instantiation is excessively deep and possibly infinite.
This one's actually new in 3.8. There are some additional errors in 3.9 - I'll post them below. https://github.com/davidkpiano/xstate/blob/2e0bd5dcb11c8ffc5bfc9fba1d3c66fb7546c4bd/packages/core/src/stateUtils.ts#L157 ``` packages/core/src/stateUtils.ts:157:36 - error TS2589: Type instantiation is excessively de...
Needs Investigation
low
Critical
588,076,178
flutter
Don't destroy engine by default in the activity if the engine was provided by a subclass
https://cs.opensource.google/flutter/engine/+/master:shell/platform/android/io/flutter/embedding/android/FlutterFragmentActivity.java;l=552 is conceptually at odds with https://cs.opensource.google/flutter/engine/+/master:shell/platform/android/io/flutter/embedding/android/FlutterFragmentActivity.java;l=150
platform-android,engine,P2,team-android,triaged-android
low
Minor
588,081,805
pytorch
torch::normal only supports (double, double), but at::normal supports (double, double) / (double, Tensor) / (Tensor, double) / (Tensor, Tensor)
`torch::normal` only supports (double, double) as input, but `at::normal` supports (double, double) / (double, Tensor) / (Tensor, double) / (Tensor, Tensor) as input. Python `torch.normal` also supports all four types of inputs (https://pytorch.org/docs/stable/torch.html#torch.normal), and we should do the same for ...
module: cpp,triaged
low
Minor
588,101,099
pytorch
[JIT] dropout fails on legacy mode
## 🐛 Bug ## To Reproduce Steps to reproduce the behavior: On pytorch master build (1.5.0a0+efbd6b8), run ```python python test/test_jit_legacy.py -k test_dropout_cuda ``` The test fails. ## Expected behavior However, ```python python test/test_jit.py -k test_dropout_cuda ``` passes...
oncall: jit,triaged
low
Critical
588,122,896
opencv
Support the property CAP_PROP_SETTINGS under linux
##### System information (version) <!-- Example - OpenCV => 4.2 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2017 --> - OpenCV => 4.2 - Operating System / Platform =>Ubuntu 18.04: - Compiler => Qt Creator 4.11.0 ##### Detailed description when I use Videocapture , I want to ...
feature,priority: low,category: videoio(camera)
low
Critical
588,134,871
create-react-app
Add new template for TypeSafe GraphQL (Apollo + GraphQL codegen) like Typescript template.
### 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..." --> No ### Describe the solution you'd like <!-- Provide a clear and concise description of what you want to happen. --> As GraphQL (Apol...
issue: proposal,needs triage
low
Minor
588,183,524
pytorch
Shared-QK transformer for the transformer (nn.activation.MultiheadAttention) module in PyTorch?
## 🚀 Feature <!-- A clear and concise description of the feature proposal --> We can reduce the number of parameters by sharing the linear projection layers for queries and keys in the nn.Transformer and nn.activation.MultiheadAttention modules. I think we edit the init and forward function in nn.activation.Mul...
module: nn,triaged,needs research
low
Major
588,208,950
godot
RigidBody sometimes misses reporting a contact
**Godot version:** 3.2.1 **Issue description:** The body_entered signal is sometimes not triggered on contact. Not entirely random, but depending on phsyics settings. **Steps to reproduce:** Download minimal project and watch the bounce counter in the console. **Minimal reproduction project:** https://www....
bug,topic:physics,needs testing
low
Major
588,220,014
go
cmd/go: go get -u with GIT_TERMINAL_PROMPT=1 combines separate git username/password prompts, which can lead to password being exposed
<!-- 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.14.1 linux/amd64 </pre> ### Does this issue reproduce with the ...
NeedsDecision,GoCommand
low
Critical
588,231,398
godot
WebGL warning about TEXTURE_CUBE_MAP in Firefox
**Godot version:** 3.2.1-stable **OS/device including version:** Mageia 8 x86_64 Firefox 73.0.1, 74.0 (albeit with other bug #37245), Beta 75.0b8 and Nightly 76.0a1. **Issue description:** When running the simple MRP from #37245 in Firefox, the following warnings are displayed in the Web Console: ``` Error:...
bug,platform:web,topic:rendering,confirmed
low
Critical
588,257,048
vscode
Event for onWill|DidRename|Create|Delete should indicate what caused the event (explorer vs workspace edit)
Backstory: https://github.com/redhat-developer/vscode-java/issues/1222#issuecomment-603750889 We have events that fore before and after files are being created, deleted, or renamed. They fire when users manipulate files, e.g. in the explorer, or when the workspace-edits-api is used. There are cases in which it is va...
feature-request,api,file-io
low
Minor
588,279,068
ant-design
Carousel RTL sliding direction
- [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 [https://ant.design/components/carousel-cn/#components-carousel-demo-basic](https://ant.design/components/carousel-cn/#components-carousel-demo-basic...
help wanted,Inactive,rtl
low
Major
588,308,620
youtube-dl
nzgeo.com videos
<!-- ###################################################################### 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
588,312,928
flutter
Smoke-test that localhost servers are allowed by developer's computer
## Steps to Reproduce <!-- Please tell us exactly how to reproduce the problem you are running into. --> 1. dev channel v1.16.2 , run web Exception ## Logs Launching lib\main.dart on Chrome in debug mode... Building application for the web... Finished with error: SocketException: Failed to create serv...
tool,customer: crowd,platform-web,P2,team-web,triaged-web
low
Critical
588,366,127
godot
Signal 'files_dropped' not emitting when engine is run as administrator
**Godot version:** 3.2.1.stable.official **OS/device including version:** Windows 10 x64 **Issue description:** Engine doesn't react when a file or multiple files are dropped over game window. Sample project still works with 3.2 build. **Steps to reproduce:** connect _SceneTree_ with _files_dropped_ signal. ...
bug,platform:windows,topic:editor,confirmed
low
Major
588,381,633
TypeScript
"export class" does not compile with outfile=foo (module=none, es6)
**TypeScript Version:** 3.8.3 **Search Terms:** **Code** ```jsonc { "$schema": "http://json.schemastore.org/tsconfig", "compilerOptions": { "module": "none", "target": "es6", "types": [], "outFile": "newFile.js" // <- important }, "files": [ "main.ts" ] ...
Bug
low
Critical
588,453,197
rust
Macro Invocations Behave Questionable Regarding Semicolons
### Calling Statement Macros with “return values”? Macros can be used both for expressions and for sequences of statements. The latter being useful to create new definitions (e.g. one or even multiple `let` clause(s)). I’m observing that the general rule that _expressions ending in a “Block” of type `()` don’t need...
A-frontend,A-parser,A-macros,T-lang,C-bug
low
Critical
588,458,523
youtube-dl
Ucha.se -- Teaching - Lessons
## Checklist - [x ] I'm reporting a new site support request - [x ] I've verified that I'm running youtube-dl version **2020.03.24** - [x ] I've checked that all provided URLs are alive and playable in a browser - [x ] I've checked that none of provided URLs violate any copyrights - [x ] I've searched the bugtra...
site-support-request
low
Critical
588,461,264
scrcpy
how to install scrcpy correctly on deepin.
I had problems with the installation on deepin. I looked at similar problems but none solved them. stormtrooper@stormtrooper-C4T7:~$ scrcpy INFO: scrcpy 1.12.1 <https://github.com/Genymobile/scrcpy> ERROR: '/usr/local/share/scrcpy/scrcpy-server' does not exist or is not a regular file (manually) stormtrooper@stor...
snap
low
Critical
588,476,662
TypeScript
Private members have implicit any type in generated declaration files
It seems the bug that was fixed in #36216 is happening again: When generating delcarations for private class members, no type information is appended which causes the declaration file to generate errors when imported into a project with noImplicitAny enabled. **TypeScript Version:** 3.8.3 **Code** ```ts // ...
Needs Investigation
low
Critical
588,491,505
vue
"refInFor" searches upwards of inline-template boundary
### Version 2.6.11 ### Reproduction link [https://jsfiddle.net/b71adnym/2/](https://jsfiddle.net/b71adnym/2/) ### Steps to reproduce Nest a component with an inline-template that has a ref in a v-for. ### What is expected? component.$ref.ref should point to the respective element. ### What...
bug
low
Minor
588,494,678
TypeScript
`import './file.json'`: This module is declared with using 'export ='
In short, JSON files's implied type definition is always defined via `export =`, even if I'm using `module: es2015`, causing it to error unless I use an unnecessary flag (`allowSyntheticDefaultImports`) **TypeScript Version:** 3.9.0-dev.20200326 **Search Terms:** import require json module commonjs es2015 ...
Suggestion,In Discussion
low
Critical
588,526,944
excalidraw
Allow loading a drawing from URL
I saw [this tweet](https://twitter.com/excalidraw/status/1243185992531677184) and like the idea that Excalidraw can actually be used as an open "drawing" format by other apps. It would be nice if apps could "export to Excalidraw" using a simple link, something like: ``` https://excalidraw.com/?load=[url-encoded js...
enhancement
medium
Major
588,570,991
rust
Tracking issue for `Write::write_all_vectored`
This is a tracking issue for `io::Write::write_all_vectored`. Feature gate: `#![feature(write_all_vectored)]`. **Steps**: - [x] Implement the RFC (#70612). - [ ] Stabilization PR. **Unresolved questions**: - [ ] Can we improve the API? Currently the method takes the `IoSlice`s as mutable slice and modifies ...
T-libs-api,B-unstable,C-tracking-issue,A-io,Libs-Tracked
medium
Critical
588,589,044
godot
Windows always appear on first screen
**Godot version:** 5f1107aa3 **OS/device including version:** Windows 10 **Issue description:** Any new Window will appear on the first screen (monitor). IMO they should appear on the same screen as parent Window. **Steps to reproduce:** 1. Open Godot editor 2. Move it to second screen 3. Add node 4. Di...
bug,topic:editor,confirmed,usability
low
Major
588,591,481
pytorch
Multiprocessing map gets stuck if doing inference on loaded model
## 🐛 Bug When doing inference on a loaded model through the torch.multiprocessing.map function the code gets stuck. The same does not apply if I use a model that is not loaded (e.g. I just instantiate one with random weights) or if I do not use multiprocessing but use the loaded model. I guess is somewhat relat...
module: multiprocessing,triaged
medium
Critical
588,678,350
create-react-app
[Docs] Add details regarding custom environment file usage to the "Environment Variables" section.
### 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..." --> We currently found it a little confusing to discover how arbitrary `dotenv` files could be used. The information is there on the [Deployment p...
issue: proposal,needs triage
low
Minor
588,726,316
pytorch
Support tensor.cumsum() for 1-dim tensors
``` >>> torch.rand(3).cumsum() Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: cumsum() received an invalid combination of arguments - got (), but expected one of: * (name dim, torch.dtype dtype) * (int dim, torch.dtype dtype) ``` Currently one must pass `dim=0` or `dim=-...
triaged,module: numpy
low
Critical
588,729,041
godot
HeightMapShape collision does not update properly when the body is translated
Godot 3.2.1 Godot 3.1 Windows 10 64 bits Following this issue (have a read for insights): https://github.com/Zylann/godot_heightmap_plugin/issues/129 Adding a `HeightMapShape` to a static body in the editor (through the use of tool scripts) works fine, until the body is moved to a non-origin position. *All ray...
bug,topic:physics
low
Minor
588,732,293
terminal
While in fullscreen mode, terminal does not resize properly when changing screen resolution
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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-Bug,Area-UserInterface,Product-Terminal,Priority-3
low
Critical
588,793,229
flutter
_RenderButtonBarRow issues
_RenderButtonBarRow has a bunch of problems in its design: 1. It lays out its children multiple times, which is highly dubious. It violates our "single-pass" layout concept, and is thus potentially O(N^2). It's also dangerous in the case of descendants that do non-idempotent layout (e.g. that trigger behaviour when ...
framework,f: material design,P2,team-design,triaged-design
low
Major
588,809,567
flutter
Support UIAutomator tests of Flutter module in existing android app
Hello. I've been on investigation on flutter and made a decision that flutter is wonderful to cover legacy applications. However, when it comes to integration testing (or acceptance testing) with legacy applications, I've been failing to figure out how. Here is my situation. ![image](https://user-images.gith...
a: tests,tool,d: examples,a: existing-apps,P3,team-tool,triaged-tool
low
Critical
588,837,641
pytorch
TorchScript can't use lists in conditionals
## 🐛 Bug This is a reasonably common pattern in Python for testing if a list is empty. Seems like TorchScript could support it by just teaching the frontend to translate it to `if len(ls) != 0:` ## To Reproduce Steps to reproduce the behavior: ```python import torch.utils.collect_env torch.utils.collect...
oncall: jit,triaged,enhancement
low
Critical
588,846,667
TypeScript
Add Command-Line Syntax-Only Validation
## Search Terms Keywords I searched: - Syntax - Validation ## Suggestion I would like to see a command line option that makes `tsc` only validate the syntax of TypeScript (and possibly JavaScript) files within the project, but does not perform type checking. It would not emit any files. ## Use Cases - ...
Suggestion,Awaiting More Feedback
low
Critical
588,894,064
deno
Consume source maps from JavaScript files
Current Deno will remap stack traces on files that have been compiled by Deno, as Deno caches both the original file and the emitted map, and loads those from the cache. When consuming JavaScript with source maps from other sources (like already compiled code) Deno does not handle the source map and ignore source map ...
feat,cli
medium
Critical
588,955,311
TypeScript
Syntax error in a union type which contains a callback type
<!-- 🚨 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 b...
Suggestion,Experience Enhancement
low
Critical
588,962,752
rust
Implement conversion traits for usize/isize together with a portability lint
[This PR](https://github.com/rust-lang/rust/pull/37423) was closed 3.5 years ago just prior to the development of the [portability lint RFC](https://github.com/rust-lang/rfcs/blob/master/text/1868-portability-lint.md). In light of the portability lint RFC having been accepted, we should be able to resurrect that PR. ...
T-lang,T-libs-api
medium
Critical
588,997,696
TypeScript
Clarify class property initializer behavior
## The problem Briefly, if a class property isn't initialized with the declaration, it will be initialized as `undefined`, no matter how you initialize it in constructor. This will lead to v8 performance issue because of property type transition in many cases. So I think it's very important to mention the behavio...
Docs
low
Major
589,042,781
flutter
Add support for Ascender, Descender, XHeight alignment widgets.
Reopening #25018 since it was closed without resolution. When laying out Text widgets, it is sometimes necessary to align them by the top of the capital letter or the bottom of lowercase letters like 'y'. There is a Baseline widget, but no way to align text by its ascender, descender, or x-height. For a helpful d...
c: new feature,framework,a: typography,c: proposal,P3,team-framework,triaged-framework
low
Minor
589,056,567
flutter
build apk --release crash. Execution failed for task ':app:minifyReleaseWithProguard'
cant build/run app and flutter doctor shows everything is ok: ----------------------------- flutter doctor -v [✓] Flutter (Channel stable, v1.12.13+hotfix.8, on Linux, locale en_US.UTF-8) • Flutter version 1.12.13+hotfix.8 at /home/USER/Android/flutter • Framework revision 0b8abb4724 (6 weeks ago), 2020-0...
c: crash,platform-android,tool,t: gradle,a: release,P2,team-android,triaged-android
low
Critical
589,059,162
react
Batching makes it difficult to perform imperative actions like focus
React version: 16.9.5 ## Steps To Reproduce 1. Overwrite batched updates with the following code: `ReactDOM.unstable_batchedUpdates = callback => callback()` 2. Batched updates aren't actually overwritten. ## Reasoning I recognize that this may not be classified as bug because it isn't a documented feature...
Type: Discussion
medium
Critical
589,063,227
pytorch
RuntimeError during converting Reformer model to TorchScript
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: 1. install reformer-pytorch from https://github.com/lucidrains/reformer-pytorch 2. install transformers 3. Run script ```python import torch import torch.nn as nn import torch.nn.fu...
triage review,oncall: jit,triaged
low
Critical
589,071,324
pytorch
`torch.bernoulli` and `torch.rand` to support `dtype=torch.bool` kwarg (and sypport operation of `tensor.uniform_` on bool tensors)
``` ----> 1 torch.bernoulli(torch.rand(10), dtype = torch.bool) TypeError: bernoulli() received an invalid combination of arguments - got (Tensor, dtype=torch.dtype), but expected one of: * (Tensor input, torch.Generator generator, Tensor out) * (Tensor input, float p, torch.Generator generator) ``` Related...
module: distributions,triaged
low
Critical
589,071,493
TypeScript
[Feature] Utility type for T[keyof T] or new keyword valueof
## Search Terms typeof keyof utlity type ## Suggestion **Alternative 1:** Create a new Utility type expressing `T[keyof T]` Example `Value<T> = T[keyof T]`. **Alternative 2:** Create a new keyword equivalent to `T[keyof T]` Example `valueof T = T[keyof T]` ## Use Cases While `T[keyof T]` is short an...
Suggestion,Awaiting More Feedback
medium
Major
589,073,665
pytorch
Support bool input tensors for argmax / argmin / sort / topk and other functions
argmax and other functions make sense for finding position of True element. Functions working with uint8 should likely be able to handle torch.bool as well. ``` In [16]: torch.__version__ Out[16]: '1.5.0.dev20200310' ``` ``` In [11]: torch.ones(3, dtype = torch.bool).argmax() --------------------------------...
triaged,enhancement,module: reductions
low
Critical
589,100,135
rust
`ninja` is only used in Windows builds on CI.
AFAICT this is the only thing that adds `--enable-ninja`, and it's Windows-only: https://github.com/rust-lang/rust/blob/b9ac29169ac541a64471b83d8019cd0b442f8065/src/ci/scripts/install-ninja.sh#L9-L16 We also autodetect `ninja` and use it, but only for MSVC specifically (#43767 / #44084). On top of being (suppose...
A-LLVM,C-enhancement,T-infra
low
Minor
589,120,669
pytorch
Fail to load torch script model
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> When following this tutorial: https://pytorch.org/tutorials/advanced/cpp_export.html Step 3, executing this command with my model: ./example-app <path_to_model>/traced_resnet_model.pt produces an error when trying to load model. ##...
oncall: jit,triaged
low
Critical
589,122,408
pytorch
Apple Review Rejected. ITMS-90338: Non-public API usage In Pytorch For iOS
I use LibTorch(1.4) in pod. But When I upload the ipa binary file, Apple Review Rejected. The Email content is as below: ITMS-90338: Non-public API usage - The app references non-public symbols in Easy Math: _daxpy_, _dcopy_, _ddot_, _dgemm_, _dgemv_, _dger_, _dscal_, _saxpy_, _scopy_, _sdot_, _sgemm_, _sgemv_, _sger_...
triaged,module: ios
low
Minor
589,129,268
rust
CI logs should be split by build steps, or stages at the very least.
Right now most of the build is under a single "run the build" CI step, which results in massive logs (e.g. #70468), even if for common tasks like looking at a failure, only a small part is relevant. At the very least we could do something like this to split it up: * `./x.py build --stage 0` * `./x.py build --stage...
C-enhancement,T-infra
low
Critical
589,134,736
rust
#[repr(transparent)] for str and String
Similarly to https://github.com/rust-lang/rust/issues/52976, I'd suggest that `str` and `String` should have a guaranteed transparent representation of `[u8]` and `Vec<u8>` correspondingly. They are a newtype wrappers of these types under the hood anyway, and I don't see any reasons why they would need to behave dif...
T-libs-api,A-repr
low
Major
589,184,038
go
cmd/asm: update where NOFRAME is valid
The current comment for `NOFRAME` in `runtime/textflag.h` says: ``` // TODO(mwhudson): only implemented for ppc64x at present. ``` It's been implemented for lots (all?) architectures since. Check our coverage and update (delete) this comment. @mwhudson @zhangfannie
Documentation,NeedsFix,compiler/runtime
low
Minor