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
552,240,784
terminal
Default color indices set through SetConsoleScreenBufferInfoEx do not propagate to the propsheet
# Environment ```none Windows build number: 10.0.18363.0 ``` # Steps to reproduce 1. Create a new "Windows Console Application" project. 2. Compile and run the code. ```cpp #include <windows.h> #include <stdio.h> int main() { HANDLE hStdOut = GetStdHandle(STD_OUTPUT_HANDLE); if (hStdOut == ...
Product-Conhost,Issue-Bug,Area-Settings,Priority-2
low
Critical
552,288,752
pytorch
Segmentation fault in C++ API torch::from_blob(...).clone()
## πŸ› Bug Code crashes in C++ API when torch tensor is read from specific buffer ## To Reproduce build and run this code in release build ```c++ #include <iostream> #include <torch/extension.h> int main() { std::string buffer; buffer.resize((1 << 19) + 128); std::memset(buffer.data(), 0,...
module: cpp,triaged
low
Critical
552,308,792
godot
You can override the new method to return a different object
**Godot version:** 3.2 RC2 **OS/device including version:** Windows 10 **Issue description:** You can override the new constructor method to return a different class. I cannot find anywhere that makes this clear that you can do this or whether or not you should. If your intended to be able to do this, then it ...
discussion,topic:gdscript
low
Critical
552,364,001
flutter
please include scale control option in the google_maps_flutter package
c: new feature,p: maps,package,c: proposal,team-ecosystem,P3,triaged-ecosystem
low
Major
552,378,447
go
testing: testing Log functions do not capture timestamp
<!-- 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.13.6 linux/amd64 </pre> ### Does this issue reprodu...
NeedsInvestigation
medium
Critical
552,383,504
opencv
Support audio in OpenCV
Hello! At the moment, OpenCV library and deep learning do not stand still. Already more often systems are observed where audio and video are simultaneously used for processing. Therefore, question arose of creating a `audioio` module. Plan of integrate `audioio` module: To try support ALSA (Advanced Linux So...
feature
low
Minor
552,383,861
material-ui
choice chips and filter chips as input element
Hello everyone, I didn't find an issue for this so I though it would be good to open one. In the material.io documentation they mention [choice chips](https://material.io/components/chips/#choice-chips) as a way of selecting a single value out of a set of values. They also mention filter chips as a way to select mu...
new feature
low
Major
552,412,265
go
cmd/go: mod why -m is not strict when parsing an import path
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.13.6 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are ...
help wanted,NeedsFix,modules
low
Critical
552,434,916
godot
Dictionary exporting not showing default value
**Godot version:** 3.1.1 **OS/device including version:** Windows 10 **Issue description:** When exporting a dictionary on a script the default assigned dictionary is not shown on the Inspector as expected. Instead, an empty dictionary is shown. I attached two screenshots, one with the declaration of the dictionar...
bug,topic:editor
low
Major
552,451,730
go
cmd/dist: cmd/internal/objabi/zbootstrap.go is not removed
I noted that on Linux amd64, with go1.14beta1-137-g71239b4f49, after calling `make.bash`, `clean.bash` does not remove the file `cmd/internal/objabi/zbootstrap.go`. I have confirmed the problem using `git status --ignored`.
help wanted,NeedsInvestigation
low
Major
552,464,059
pytorch
[C++] Don't use DeprecatedTypeProperties in torch::utils::reorder_tensors_like
This is a followup to https://github.com/pytorch/pytorch/issues/29161. As per https://github.com/pytorch/pytorch/issues/29161#issuecomment-558308534, DeprecatedTypeProperties needs to be removed from the very last use site before it can be completely gotten rid of. cc @ezyang @gchanan @ngoldbaum
module: internals,triaged
low
Minor
552,483,506
godot
[Bullet] Changing 3D gravity in BulletPhysics does not work as expected
**Godot version:** 3.2 RC 2 **OS/device including version:** Windows 10 / PC **Issue description:** I'm trying to make a game where the gravity changes during runtime. This does not work as expected. - Changing the gravity in _Ready() works fine - Changing the gravity in _Process(float delta) just slows the d...
bug,topic:physics,topic:dotnet
low
Major
552,592,137
youtube-dl
Screenopsis support request
<!-- ###################################################################### 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
552,596,545
youtube-dl
Radiohead Library support request
<!-- ###################################################################### 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
552,637,051
create-react-app
Allow default hostnames for fetch() in production
### Problem I'm always frustrated when I'm making a `create-react-app` app that's hosted in S3 (or other static hosting) and the backend API app is hosted elsewhere. Locally I can use ``` "proxy": "http://localhost:5000", ``` and ``` await fetch(`/someEndpoint`) ``` will proxy the request and dis...
issue: proposal
low
Minor
552,766,256
create-react-app
Specify a standard filename under terserOptions
### Is your proposal related to a problem? The current `npm run build` extracts the License comments and put them in a file that ends in a non standard extension `.LICENCSE`. This causes problem for servers like IIS to return 404 for request to the file. It also causes serviceWorker to break due to the file not bein...
issue: proposal,needs triage
low
Minor
552,806,727
create-react-app
Update dependencies webpack
β”œβ”€β”¬ @storybook/addon-storyshots@5.3.7 β”‚ └─┬ @storybook/core@5.3.7 β”‚ β”œβ”€β”¬ corejs-upgrade-webpack-plugin@2.2.0 β”‚ β”‚ └── webpack@4.41.5 deduped β”‚ └── webpack@4.41.5 deduped β”œβ”€β”¬ @storybook/react@5.3.7 β”‚ └── webpack@4.41.5 └─┬ react-scripts@3.3.0 └── webpack@4.41.2 Hi, when I am using storybook, I have ...
issue: proposal,needs triage
low
Minor
552,817,844
vue
v-bind with empty key
### Version 2.6.11 ### Reproduction link [https://jsfiddle.net/andrewharvey4/k6r3uzby/10/](https://jsfiddle.net/andrewharvey4/k6r3uzby/10/) ### Steps to reproduce v-bind an object with a empty string key ### What is expected? vue not to crash, it to either be silently ignored or a warning but not a fatal e...
improvement,warnings
low
Critical
552,827,929
create-react-app
Slow `ForkTsCheckerWebpackPlugin` compilation compared to running `tsc` directly
### Describe the bug Recently we've upgraded our CRA setup to the latest version of `react-scripts` (from 3.0.1 to 3.3.0 at the time of writing) and we noticed a _really significant_ increase in compilation times on our CI server. Instead of a couple of minutes (~5 mins) compiling the application, the total compilat...
issue: needs investigation
low
Critical
552,857,001
godot
3.2 RC1 Transparent material appear opaque when opaque prepass used [GLES2]
Godot version: Godot 3.2 RC1 OS/device including version: Windows 10 Issue description: Setting a material as transparent and opaque prepass, alpha channel behaves weird. This was working perfectly on 3.1 and 3.2 the behaviour is shown in the attached gif: ![opaque_prepass_transparent](https://user-images.github...
bug,topic:rendering,confirmed
low
Major
552,892,423
scrcpy
audio recording via line-in
Hi, I love your tool, and I am using it for several scenarios. There is a very special need for the windows version, but I am not able to do the coding stuff by myself. Is there anyone in the crew or the community able to help me out? Due to known limitations (issue #14 ) it is not possible to record audio on wi...
audio
low
Major
552,934,150
go
proposal: net/http: add a ServeConn method to http.Server to handle net.Conn
``` // x/net/http func (s *Server) ServeConn(c net.Conn, opts *ServeConnOpts) ``` or ``` // github.com/valyala/fasthttp func (s *Server) ServeConn(c net.Conn) error ```
Proposal,NeedsInvestigation
medium
Critical
552,935,671
go
runtime: use standard prefix for GODEBUG logs
<!-- 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.13.1 linux/amd64 </pre> ### Does this issue reproduce...
NeedsDecision,compiler/runtime
medium
Critical
552,941,637
opencv
I am unable to run the command detail_ImageFeatures().descriptors in Python
### System Version(Information) - OpenCV =>4.1.2 (Python 3.7.3) - Operating System / Platform => Windows 10 64 Bit - Hardware => Dell Inspiron 7460 - Compiler/Interpreter => Jupyter Notebooks - GPU =>NVIDIA 940MX **Detailed Description** I am unable to access a public data member of cv::detail::ImageFeat...
bug,category: python bindings,category: stitching
low
Major
553,005,208
scrcpy
Feature request: Add shortcut to swipe home screen left/right
I have a hard time finding the right spot on a home screen where I can use the mouse to swipe to get to the next/previous home screen. What usually happens is the action triggers Android to move the nearest icon or widget. Edit: Removed reference to long press.
feature request
low
Minor
553,040,974
pytorch
Segmentation fault in lazyInitCUDA -> CUDAHooks::initCUDA -> THCMagma_init -> magma_init
## πŸ› Bug I have two machines, on one the latest development version of PyTorch works as expected, on the other a very simple example program terminates with a segfault. I trained a neural network on the machine where everything works as expected, then reduced the code to a minimal program showing the problem. ##...
needs reproduction,module: cuda,triaged,module: third_party
low
Critical
553,042,235
pytorch
DataParallel does not work with sparse parameters
## πŸ› Bug DataParallel does not work with sparse parameters. The root issue is located in the model replication part of DataParallel. I have a fix proposal for this and can make a pull request : https://github.com/madlag/pytorch/commit/a64aacd4168ac73f50ee9e6ed16cfdca8e22af1d (this fixes completely DataParallel f...
triaged,module: data parallel
low
Critical
553,114,609
pytorch
Numba Enhancement Proposal (NBEP) 7: External Memory Management Plugins
Raising here to solicit feedback on a proposal for External Memory Management support in [Numba]( https://numba.pydata.org ) (also called NBEP 7). Discussion is occurring in [this repo]( https://github.com/gmarkall/nbep-7 ). Please take a look and raise issues/PRs as you see fit. Thanks in advance for your feedback! ...
feature,triaged
low
Minor
553,121,238
TypeScript
Go to Definition for Angular (9.0.0-rc.9) project breaks
#### OS and VSCode version - VSCode Version: 1.41.1 - OS Version: Ubuntu Mate 18.04 - Typescript versions tested: 3.6.4 (version from node_modules) , 3.7.3 (current version used in VSCode), ms-vscode.vscode-typescript-next-3.8.20200119 (using VSCode plugin) - Angular version: 9.0.0-rc.9 #### Problem description ...
Needs Investigation
low
Critical
553,134,748
flutter
Blend modes for Widgets
<!-- 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,P3,team-framework,triaged-framework
low
Critical
553,153,604
rust
typeck: diverging binding in pattern does not generate unreachable_code
The following should probably result in the lint being emitted: ```rust #![feature(never_type)] pub fn foo(maybe_never: Option<!>) { match maybe_never { Some(_never) => { println!("foo"); } None => {} } } ``` as `_never` is matched on, and it has a diverging typ...
C-enhancement,A-lints,T-compiler,C-bug
low
Minor
553,179,769
rust
Add Default Lint to Ensure Match Arm Bindings do not Shadow Local Variables.
Given the following code: ```rust fn foo(x: u32) -> u32 { let a = 100; let b = 200; let c = 300; match x { c => 3, b => 2, a => 1, _ => 0 } } ``` we currently emit: ```rust warning: unreachable pattern --> <source>:8:7 | 7 | c => 3, | - matc...
C-enhancement,A-lints,A-diagnostics,T-compiler,D-newcomer-roadblock
low
Major
553,182,352
go
x/build/cmd/gopherbot: should not parse comments inside most markdown
In https://github.com/golang/go/issues/36508#issuecomment-576915859 @ianlancetaylor told somebody how to remove a label later and put the instructions in backticks but gopherbot still parsed it. It should try a bit to avoid finding directives in formatted text. /cc @andybons @dmitshur @toothrot
Builders,NeedsFix
low
Minor
553,195,700
pytorch
[JIT] Make `torch.jit.script` work on all objects which we can represent as IValues
## πŸš€ `torch.jit.script` on all representable mutable PyObjects In our current implementation python objects are copied between on the boundary between the JIT and python. This results in issues like https://github.com/pytorch/pytorch/issues/31129 and https://github.com/pytorch/pytorch/issues/30421, and we've had i...
oncall: jit,triaged
low
Minor
553,210,732
create-react-app
Evaluate esModule options in webpack loaders
`css-loader` and `style-loader` now support a `esModule` option to emit to ESM instead of CJS, which can improve tree shaking/module concatenation in webpack, but I haven't had a chance to see if it's compatible with our other CSS loaders. `file-loader` and `url-loader` now enable `esModule` by default, but have dro...
issue: needs investigation
low
Minor
553,221,760
go
cmd/cover: (html output) UI accessibility issues, unfriendly to screen reader
### What version of Go are you using (`go version`)? go 1.13, go 1.14 Recently on golang-nuts, "Is it possible to get code coverage information in a way that does not assume you can see color?" https://groups.google.com/g/golang-nuts/c/DY4O9UXMr9M?pli=1 In this case, "see color" refers to a screen reader ...
ExpertNeeded,help wanted,NeedsInvestigation
medium
Critical
553,244,946
flutter
CupertinoPageRoute. Left to Right Animation Transition support ?
## Use case Before opening a PR, i would like to know if flutter team is interested in a flag we could pass to `CupertinoPageRoute` to decide what direction we want the animation to perform: - Right to left (current behavior) - Left to Right (not implemented) I hacked around with https://github.com/flutter/fl...
framework,f: cupertino,f: routes,c: proposal,P3,team-design,triaged-design
low
Major
553,319,689
storybook
Addon docs fails to render prop table correctly when type is imported from a .tsx file (.ts works as expected)
Works πŸ‘ (table shows both `other` and `foo` props) ```typescript // Bar.ts export type BarProps = { foo?: string } // Other.tsx import { BarProps } from './Bar' type OtherProps = BarProps & { other?: number } const Other = (props: OtherProps) => <span {...props}>Other</span> ``` --- D...
question / support,typescript,addon: docs,block: props
medium
Major
553,372,626
opencv
OpenCV Seamless Clone CUDA Support
`void cv::seamlessClone` works very well to blend images seamlessly. However this process takes more time than other OpenCV operation. OpenCV image processing can be accelerated using OpenCV with GPU support like `cv::cuda::resize`. All of the supported reference can be found here https://docs.opencv.org/master/d1/d1a/...
feature,priority: low,category: gpu/cuda (contrib)
low
Major
553,394,142
material-ui
Consistent disabled state for all components
<!-- Provide a general summary of the issue in the Title above --> At the moment, the disabled color of the slider is [`theme.palette.grey[400]`](https://github.com/mui-org/material-ui/blob/master/packages/material-ui/src/Slider/Slider.js#L145). Other inputs use [`theme.palette.action.disabled`](https://github.com/m...
design: material,breaking change
low
Critical
553,410,230
TypeScript
Proposal: Allow a name bound to a class value to be used in a type position to reference the class's instance type
# Proposal: Allow a name bound to a class value to be used in a type position to reference the class's instance type ## What? In TypeScript, when a class is created and bound to a name via a class declaration, the name can be used in both value and type positions. In contrast, when a class is bound to a name via ...
Suggestion,In Discussion
medium
Critical
553,428,664
flutter
GestureDetector's velocity is always 0.0 on IOS with VoiceOver.
Device: IPhone8 OS: IOS 1. Turn on VoiceOver. 2. Swipe with three fingers. **Expected results:** Velocity from GestureDetector. **Actual results:** Velocity is 0.0. ```dart GestureDetector( onHorizontalDragEnd: (details) { print('horizontal'); print(details.primaryVelocity); // 0.0 }, ...
platform-ios,framework,a: accessibility,f: gestures,has reproducible steps,P2,found in release: 3.7,found in release: 3.8,team-ios,triaged-ios
low
Major
553,507,571
pytorch
TracerWarning When Using Tensor Size in Torchscript Trace
## πŸ› Bug When the size of a tensor during a Torchscript trace is used to compare the size of a dimension against a Python integer, a tracer warning is issued stating that converting a tensor to a Python boolean might cause the trace to be incorrect. A tensor is not being converted to a boolean, the output from size...
oncall: jit,triaged
low
Critical
553,522,707
flutter
frameBuilder or loadingProgressBuilder error handling support
## Use case The spec for image loading for our product specifies that there is a different placeholder image shown before an image is loaded and when the image loading fails. Let's call it an errorPlaceholder. Implementing this with the current Image widget is not possible because there's no way to access the onE...
framework,customer: dream (g3),c: proposal,P3,team-framework,triaged-framework
low
Critical
553,546,171
rust
SIMD-enabled utf-8 validation
## Introduction The ["Parsing Gigabytes of JSON per second"](https://branchfree.org/2019/02/25/paper-parsing-gigabytes-of-json-per-second/) post ([ArXiv - langdale, lemire](https://t.co/MgQINMJlNB?amp=1)) proposes a novel approach for parsing JSON that is fast enough that on many systems it moves the bottleneck to t...
C-enhancement,A-Unicode,T-libs-api,A-SIMD,T-libs,A-target-feature
high
Major
553,560,303
vscode
Editor title being read out once suggestion is accepted
found by @pawelurbanski 1. Open the suggest widget 2. Accept a suggestion 3. Editor aria label is begin read out :bug: The issue I believe is that the focus moves back to the editor which makes ScreenReaders read out the editor aria label. I am not sure how to tackle this and am open to suggestions @pawelurban...
bug,upstream,macos,accessibility,windows
medium
Critical
553,565,326
pytorch
RuntimeError: has_marked_unused_parameters_ INTERNAL ASSERT FAILED at /pytorch/torch/csrc/distributed/c10d/reducer.cpp:290, please report a bug to PyTorch.
## πŸ› Bug ``` Phase=train CNN_AE_supervised( (encoder): CNN_encoder( (conv1): Conv2d(1, 16, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1)) (conv2): Conv2d(16, 16, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1)) (pool): MaxPool2d(kernel_size=2, stride=2, padding=0, dilation=1, ceil_mode=Fal...
oncall: distributed,triaged
low
Critical
553,594,695
go
libgo: SEGV in runtime test TestChan on ppc64le
<!-- 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.14beta1 gccgo (GCC) 10.0.1 20200122 (experimental) linux/...
NeedsInvestigation
medium
Critical
553,596,630
rust
Error message [E0423] "expected value, found built-in attribute `start`" is confusing
[Playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=d80302b4633e9c6b07744fd31e1a2330): ```rust fn one_char_range(s: &str, offset: usize) -> &str { &s[start..start + 1] } ``` ``` error[E0423]: expected value, found built-in attribute `start` --> src/lib.rs:2:8 | 2 | ...
C-enhancement,A-diagnostics,A-resolve,T-compiler,D-confusing
low
Critical
553,606,245
TypeScript
Declaration includes incorrect 'any' types for inferred nested property members
**TypeScript Version:** 3.5.3 **Search Terms:** declaration any inferred type **Code** I'm using some helper functions to construct type guards where the type predicate is inferred: ```ts const isObject = (value: unknown): value is { [key: string]: unknown } => typeof value === 'object' && value !== nu...
Bug
low
Minor
553,713,991
pytorch
Don't unnecesarily send cleanup dist autograd context RPCs to other nodes
## Enhancement: Don't unnecesarily send cleanup dist autograd context RPCs to other nodes Currently if node A sends an RPC to B to clean up a given dist autograd context, B will propagate this information and send out its own messages too. It could be possible that B pointlessly sends out a message to A, creating an u...
module: bootcamp,triaged,better-engineering,module: rpc
low
Minor
553,732,942
TypeScript
JSDoc doesn't show param info for parameter properties using @param
*TS Template added by @mjbvz* **TypeScript Version**: 3.8.0-beta **Search Terms** - quickInfo - jsdoc --- <!-- 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...
Suggestion,Domain: Quick Info,Experience Enhancement
low
Major
553,741,608
godot
Fail to capture microphone input on macOs - AudioUnitRender error -10863
**Godot version:** 3.1.1.stable.custom_build **OS/device including version:** MacMini - macOS Catalina 10.15.2 **Issue description:** When trying to record microphone input on macOs it throws an AudioUnitRender error -10863. ![](https://i.imgur.com/g3jVF58.png) FYI, I already patched the microphone permiss...
bug,platform:macos,topic:audio
low
Critical
553,744,282
rust
Code generation quality for a recursive function
After reading [this blog post](https://thomashartmann.dev/blog/feature(slice_patterns)/) recently, I was very happily surprised with the quality of the code generation for the following function : ```rust fn middle(xs: &[u32]) -> Option<&u32> { match xs { [_, inner @ .., _] => middle(inner), ...
I-slow,C-enhancement,A-codegen,T-compiler,A-slice-patterns,WG-llvm,C-optimization
low
Critical
553,744,774
ant-design
Affix is stakable
- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? If there are multiple Affix components on the page, they are stakable and will not be overlapped. ### What does the proposed A...
πŸ’‘ Feature Request,Inactive
low
Minor
553,772,967
pytorch
LibTorch operates very slowly on data blobs from GPU
## πŸ› Bug <!-- A clear and concise description of what the bug is. --> If `dArray` is a pointer to GPU global memory, you can create a tensor using that poiner as follows: ```C++ 1. const size_t N = 10000000; 2. cudaMalloc(&dArray, N * sizeof(float)); 3. auto options = torch::TensorOptions().dtype(torch::kFloat...
module: performance,module: cuda,triaged
low
Critical
553,803,722
pytorch
Tensor.random_ is not implemented for bool on CUDA(but implemented on CPU)
``` In [1]: import torch In [2]: a = torch.empty((3, 3), dtype=torch.bool, device='cpu') In [3]: a.random_() Out[3]: tensor([[False, True, False], [False, True, True], [False, True, False]]) In [4]: a = torch.empty((3, 3), dtype=torch.bool, device='cuda') In [5]: a.random_() ------...
module: cuda,triaged,module: random
low
Critical
553,810,287
pytorch
TorchScript C++ API Tracking Issue
Things we need to clean up in the TorchScript C++ API ## πŸš€ Feature - [ ] torch::save and torch::load should work on both C++ serialized models and data created from torch.save/toch.load - [ ] Simple constructors for Tuple, List, and Dict in the torch namespace `torch::Tuple(<vector of Ivalues>)`, `torch::List(std...
oncall: jit,triaged
low
Minor
553,813,233
flutter
attempting to encode an image causes widget test to hang
## Steps to Reproduce 1. Run `flutter create bug`. 2. Update the files as follows: replace the contents of `test/widget_test.dart` with: ``` import 'dart:ui'; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { ...
a: tests,engine,a: images,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-engine,triaged-engine
low
Critical
553,837,227
vscode
Soft-wrap JSON following a newline \n in a string
Given JSON like the following I would like to be able to opt-into soft-wrapping following any `\n` within a JSON string. Such that this: ![image](https://user-images.githubusercontent.com/452414/72941037-3fb6f900-3d2d-11ea-9012-556ada28dacc.png) Would render in the text editor similar to this when the feature is ...
feature-request,editor-wrapping
medium
Critical
553,871,397
TypeScript
Typescript error highlighting not working with project references
*TS Template added by @mjbvz* **TypeScript Version**: 3.8.0-beta **Search Terms** - composite - references - error reporting - diagnostics --- <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. -->...
Bug
low
Critical
553,881,197
flutter
Discussion: Alternative way for TextSpan.recognizer?
Currently the _painting_ package depends on the _gestures_ package only by the last stronghold, `TextSpan`. More specifically, - `TextSpan.recognizer`. - `InlineSpanSemanticsInformation.recognizer`, which is the semantics information collected from `TextSpan.recognizer`. - `InlineSpan.recognizer`, which is deprecate...
framework,f: gestures,a: typography,c: proposal,P2,team-framework,triaged-framework
low
Minor
553,893,007
rust
Diagnostics for mismatched generic types for constructors accessed via Self could show where the mismatch occurs
In this code, I used `Self::VariantName` to construct a new enum. However, since `Self` is treated as `Wrapper<T>`, I get an error when I try to populate `Self::There` / `Wrapper<T>::There` with a value of type `U`: ```rust enum Wrapper<T> { There(T), NotThere, } impl<T> Wrapper<T> { fn map<U>(se...
C-enhancement,A-diagnostics,A-associated-items,T-compiler,D-confusing,D-papercut
low
Critical
553,904,917
go
net: document potential values for the "Op" in net.OpError
The current documentation reads: ```go // OpError is the error type usually returned by functions in the // net package. It describes the operation, network type, and address of an error. type OpError struct { // Op is the operation which caused the error, such as // "read" or "write". Op string...
Documentation,NeedsInvestigation
low
Critical
553,919,874
flutter
Fuchsia Message Loop implementation is susceptible to idle wakes.
This is being temporarily reverted in https://github.com/flutter/engine/pull/15903. Once the underlying issue (described below) is patched, this patch can be re-landed. The original regression was introduced in https://github.com/flutter/engine/pull/14007. The message loop implementations may be asked to wake up mul...
customer: fuchsia,engine,P2,team-engine,triaged-engine
low
Minor
553,936,963
pytorch
Pytorch 1.4 does not detect gpu
## πŸ› Bug Installing pytorch 1.4 does not detect GPU, but pytorch-1.2 does work fine. ## To Reproduce Steps to reproduce the behavior: 1. Create a new environment using conda: `conda create -n py14 python=3.7` 1. Activate the conda environment `conda activate py14` 1. Install pytorch using the command `cond...
module: cuda,triaged
low
Critical
553,938,875
opencv
Please make an official OpenCV bindings for R
To whomsoever it may concern, As an avid R user, I would humbly request if OpenCV.org could create an official bindings of OpenCV for R. R users like me have to migrate to Python to use OpenCV to its full potential. Please it is a very humble request if this could be made possible. Thanks Best Regards
feature,category: build/install
low
Minor
553,954,609
rust
Add sanity checking for query keys
We frequently see issues where a query parameter ends up containing something that it's not supposed to (an inference variable, a placeholder region, etc): https://github.com/rust-lang/rust/issues/68477 and https://github.com/rust-lang/rust/issues/64964 are recent examples. Currently, incremental compilation must be...
C-cleanup,T-compiler
low
Critical
553,977,664
godot
ImageTexture.create_from_image RGB8 black on Android
**Godot version:** 3.2 RC 2 3.2 RC 2 Mono 3.2.3 GLES2, GLES3 **OS/device including version:** Linux Mint 19.3 Exported -> Working as expected Google Pixel 3a -> Texture is broken and black **Issue description:** Any image, loaded or created dynamically with the format RGB8 (Possibly others) will show up ...
bug,platform:android,topic:rendering,confirmed
medium
Critical
554,002,781
pytorch
Bug in add_param - functionality for tensorboard (scatter matrix view)
## πŸ› Bug The add_param() functionality in torch.utils.tensorboard doesn't keep the type of the hyperparameter when writing them to tensorboard file. As a result the hparams are ordered in a alphabetic order instead of a numeric one (if the hparm type is float for instance). Another resulting behavior is that tensor...
module: tensorboard,oncall: visualization
low
Critical
554,010,806
next.js
TypeError: handler is not a function only when deployed to firebase but not when serve
# Examples bug report ## with-firebase-hosting ## Error: > handler is not a function - Downloaded the sample using the instructions in the description and ensuring everything works - Integrated custom `express` server to handle redirection see https://github.com/jojonarte/with-express-firebasehosting-next - Te...
good first issue,examples
low
Critical
554,015,783
vscode
[css] text-underline-position value completion is wrong
https://developer.mozilla.org/en-US/docs/Web/CSS/text-underline-position ![image](https://user-images.githubusercontent.com/4033249/72968813-90c5fc00-3dc4-11ea-8958-0481f94e1681.png) `under` should be there.
bug,css-less-scss
low
Minor
554,029,248
pytorch
addition of attention based techniques to pytorch
## πŸš€ Feature <!-- A clear and concise description of the feature proposal --> Stand alone self attention and attention augmented convolution networks perform better than standard convolution networks on image classification experiments, I think these two should be added to PyTorch. ## Motivation <!-- Please ou...
module: nn,module: convolution,triaged,function request
low
Minor
554,060,312
TypeScript
Support `@extends` tag for ES5-style classes
<!-- 🚨 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,Awaiting More Feedback
low
Critical
554,126,929
godot
Memory leak(?) when using "Creation CollisionPolygon2D Sibling"
**Godot version: 3.1.2 stable win64 ** **OS/device including version: Windows 10** **Issue description:** I was playing arroun with the "create CollisionPolygon" sprite tool. I generated one with lots of points, so godot and my game got very laggy. (I did some tests before with more simplification and my program ...
bug,topic:core,confirmed
low
Major
554,128,084
go
net/mail: add helpers for msg-id
[RFC 5322 section 3.6.4](https://tools.ietf.org/html/rfc5322#section-3.6.4) defines message identification fields which require parsing (e.g. they can contain CFWS). `net/mail` already provides helpers for `Date` and address lists. Would some helpers for `Message-ID` and message identifier lists be a welcome addition? ...
NeedsInvestigation,FeatureRequest
low
Minor
554,146,412
rust
Severe slowdown when wrapping a [MaybeUninit<T>; N] in a struct
Consider the following function: ```rust #![feature(maybe_uninit_extra)] use std::{mem::MaybeUninit, ops::Range}; const N: usize = 10_000; const RANGE: Range<u32> = 2500..7500; fn foo() -> u32 { unsafe { let mut array = MaybeUninit::<[MaybeUninit<u32>; N]>::uninit().assume_init(); l...
I-slow,C-enhancement,A-codegen,T-compiler
low
Major
554,170,999
flutter
Inconsistency in the documentation about MainActivity content for v2 embedding enabled
The documentation seems inconsistency about the content of the `MainActivity` class of a app created with android embedding v2 enabled (default). 1. https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects say to replace the `onCreate` method with a `configureFlutterEngine` method 2. https://flut...
platform-android,engine,d: wiki,P2,team-android,triaged-android
low
Minor
554,184,271
pytorch
Batched torch.eig() and gradient of torch.eig() for real eigenvalues
## πŸš€ Feature I propose myself to implement the batched and gradient calculation (backward) for `torch.eig` if the eigenvalues are all real. ## Motivation The cases where the matrix is real non-symmetric and has real eigenvalues can have quite a lot of applications, for example, for a real invertible matrix `P...
module: autograd,triaged,module: batching,module: linear algebra
low
Critical
554,187,760
rust
Compile error in main code when doc-testing a crate that has the same name as a module
In a crate that has the same name as a top-level module, exporting a name from this module causes rustdoc (and only rustdoc) to error when it is ran. ```rust // Crate name: `this_crate`. mod this_crate { pub struct Item; } pub use this_crate::Item; ``` <details> <summary>error[E0659]: `this_crate` is ambig...
T-rustdoc,C-bug,A-doctests
low
Critical
554,247,999
react
Bug: styles object using css variables and both a shorthand and a specific property renders incorrectly
React does not produce the correct css inline styles when using css variables for both the shorthand property and another specific one (like `padding` and `paddingRight`). The styles object: ```js { padding: "calc(var(--spacing) * 1)", paddingRight: "calc(var(--spacing) * 3)", paddingBottom: "calc(var(-...
Component: DOM,Type: Discussion
low
Critical
554,260,347
godot
viewport texture transparency glitch if use panorama_sky from this viewport.
**Godot version:** 3.2 rc2. 3.1.2 work correctly. **OS/device including version:** win10 64 **Issue description:** If i use viewport for panorama_sky in node WorldEnvinronment, and use this viewport for sprite texture, then with the change in the size of the sprite, its transparency changes. It should not be l...
bug,topic:rendering,confirmed
low
Critical
554,265,387
create-react-app
Option to override Chrome when starting dev server
### Is your proposal related to a problem? From the docs: > By default, Create React App will open the default system browser, favoring Chrome on macOS. This doesn't _really_ make sense; it either opens the default browser or it doesn't. For example, if: 1. I have Firefox and Chrome open 2. Firefox is my d...
issue: proposal,needs triage
low
Minor
554,300,287
flutter
[camera] give computeBestCaptureSize option
I have been trying to take photos with maximum resolution with the flutter camera plugin. however, the resolution of the captured images does never have the best capture size available through Camera2 API, independently of the ResolutionPreset parameter. Looking at the code I found that the capture size is always us...
c: new feature,p: camera,package,c: proposal,team-ecosystem,P3,triaged-ecosystem
low
Minor
554,300,524
flutter
Flutter dev server breaks seekTo() in video_player when playing from assets.
When testing an audio only (MP3) file, VideoPlayerController seekTo(Duration position) always resets the current position to zero when targeting web and using a Chrome client. It works correctly with an AVD.
c: new feature,tool,a: video,platform-web,p: video_player,package,P3,team-web,triaged-web
medium
Major
554,340,429
TypeScript
Jsdoc @this show incorrect type in inherited method
<!-- 🚨 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...
Bug
low
Critical
554,345,155
pytorch
[jit] Use `typing.get_type_hints` instead of parsing types manually
This is an weird case but it illustrates the problem (copied from #16492): ```python import torch import typing from typing import List, Tuple Tuple = {torch.Tensor : int} def g() -> Tuple[torch.Tensor]: return 2 print(typing.get_type_hints(g)) g = torch.jit.script(g) print(g.graph) ``` The pr...
oncall: jit,triaged
low
Minor
554,360,167
godot
Editing values inside a sub-inspector cannot be undone if the sub-inspector gets hidden
Godot 3.2 rc1 I was editing a Theme, then unfolded a StyleBox inside it, from which I modified a few `expand_margin_*` properties. Then I wanted to undo what I've done, but Ctrl+Z had no effect. This might be reproducible with any nested inspector. 1) Open this `theme.tres` in the inspector: [theme.zip](https://...
bug,topic:editor,confirmed
low
Minor
554,366,899
rust
Tracking issue for RFC 2700: numeric constants as associated consts
This is a tracking issue for [the RFC 2700](https://github.com/rust-lang/rfcs/blob/master/text/2700-associated-constants-on-ints.md) (rust-lang/rfcs#2700): "Deprecate stdlib modules dedicated to numeric constants and move those constants to associated consts". **Steps:** - [x] Add new constants (see #68325) - [...
B-RFC-approved,T-libs-api,C-tracking-issue,Libs-Tracked
medium
Critical
554,375,386
pytorch
"Tried to register multiple operators with the same name and the same overload name" error is confusing
I wrote this registration: ``` auto registry2 = torch::RegisterOperators() // Some operations need to be transformed to their batched versions .op("aten::mv", torch::RegisterOperators::options() .kernel(VMapModeKey, [] (const Tensor& a, const Tensor& b) -> Tensor { return a...
triaged,module: dispatch,better-engineering
low
Critical
554,386,395
go
net/http: wrap more errors?
While trying to understand some net/http errors, I found that many net/http errors don't wrap their underlying errors yet (run `grep -R "fmt.Errorf.*%v" net/http` to see some). @bradfitz are you open to making the default be to wrap errors in net/http? That is, can someone do a somewhat indiscriminate pass through n...
NeedsInvestigation
low
Critical
554,405,263
pytorch
MultivariateNormal.rsample: use eigen-decomposition when Cholesky fails
## πŸš€ Feature Similar to [what BoTorch did here](https://github.com/pytorch/botorch/blob/3d8976f51d3bba0f730557ed61668d343df3ff1f/botorch/sampling/qmc.py#L136-L143), for `MultivariateNormal.rsample`, shall we support [in this line](https://github.com/pytorch/pytorch/blob/master/torch/distributions/multivariate_norma...
module: distributions,triaged,enhancement,module: linear algebra
low
Major
554,439,047
flutter
Allow users to pass in Xcode build settings as env variables to "flutter build ios-framework" FLUTTER_XCODE_
This was done for all other commands via env variables with the `FLUTTER_XCODE_` prefix (like `FLUTTER_XCODE_CODE_SIGN_STYLE`) with https://github.com/flutter/flutter/pull/43553 but was missed when creating `build ios-framework` command. Example that should work, but doesn't: ``` $ FLUTTER_XCODE_IPHONEOS_DEPLOYMEN...
platform-ios,tool,a: existing-apps,P3,team-ios,triaged-ios
low
Major
554,458,804
rust
Lint missing Copy impl/derive on fully public types.
Any public `enum`/`struct` which has only `pub` fields and isn't `#[non_exhaustive]`, can be "manually copied", i.e. a new value can always be produced by copying out the data fields (of the active variant, in the `enum` case) and passing the values back to the constructor. Therefore, we might want to lint cases in ...
A-lints,T-lang,C-feature-request
low
Major
554,469,246
flutter
Auto-submit bot should set the commit message of the squashed commit
This came up in the Flutter Engine weekly about the behavior of the commit queue opted into via the "waiting for the tree to go green" label. @dnfield clarified that only the headline of the primary commit message is kept while the descriptions are discarded. Some commit authors put a [significant](https://github.com/f...
team-infra,P2,triaged-infra
low
Critical
554,478,747
pytorch
Reduce RPC branches for Python/Built-inOp/TorchScript
## πŸš€ Improvement Built-inOp/TorchScript code paths could be packed together. After #32466 and #30630 Consolidate `pyRpcBuiltin` and `rpcTorchscript`. `pyRemoteBuiltin` and `remoteTorchscript`. Also, in `rpc/api.py`, `def _invoke_rpc` should have 3 branches and perhaps a better name. Overall, the goal...
oncall: jit,triaged,module: rpc
low
Minor
554,493,242
TypeScript
Support a file blacklist in tsserver configuration options
My scenario is this: suppose I'm working in my editor, and I open a file which, by chance, crashes the language service. Repeatedly. (usually because of it's size or shape). Today, after the service crashes 5 times in short order, the service is disabled by the editor (which if it crashes on load, is what will occur). ...
Suggestion,In Discussion,Domain: TSServer
low
Critical
554,498,001
TypeScript
Nullish coalescing should always include the type of the right operand
<!-- 🚨 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,In Discussion
low
Critical
554,498,807
go
cmd/link: trailing padding after "Go" in ELF note name
https://www.sco.com/developers/gabi/latest/ch5.pheader.html#note_section says [emphasis added]: > namesz and name > The first namesz bytes in name contain a null-terminated character representation of the entry's owner or originator. There is no formal mechanism for avoiding name conflicts. By convention, vendors...
help wanted,NeedsFix,compiler/runtime
low
Major
554,521,619
pytorch
[feature request] Out-variant and dtype argument for torch.argmax / torch.argmin / torch.argsort (and friends)
It could save a lot of memory when relevant axis is very thin (e.g. 2 or 3 element-sized axis), and the result is known to fit in a byte (x8 memory save) cc @heitorschueroff
module: memory usage,triaged,module: sorting and selection,function request,module: reductions
low
Major