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
528,834,757
go
runtime: being unable to allocate across scavenged and unscavenged memory leads to fragmentation blow-up in some cases
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.12.13 darwin/amd64 go version go1.13.4 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? Yes. Tested on <pre>go vers...
NeedsInvestigation
low
Critical
528,839,499
go
cmd/go: support "-x" in most of go mod commands
https://golang.org/cl/208558 surfaces "-x" flag support in `go mod download`. We think "-x" may make sense for most of other `go mod` commands that involve non-trivial commands execution underneath. @jayconrod @bcmills
help wanted,NeedsInvestigation,GoCommand,modules
low
Major
528,847,561
youtube-dl
Add option for merging opus audio into mp4 containers
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
request
low
Critical
528,860,657
rust
Documentation for Implemented Traits Confusing for Beginners
[I posted in Reddit](https://www.reddit.com/r/rust/comments/e1zoja/documentation_seems_to_be_missing_methods/) about a method that seemed to be missing in the [Range documentation](https://doc.rust-lang.org/std/ops/struct.Range.html), and it was explained to me that this method (`map`) came from a different trait calle...
T-rustdoc,C-enhancement,A-trait-system,A-docs
low
Major
528,861,394
go
runtime: always set up TLS on all G-register architectures?
Currently, on G-register architectures (i.e. all non-x86), we set up TLS only when cgo is used, by libc. The reason is probably that the G register is reserved in Go code and so it should always be valid. However, there are more and more cases where we call external functions even in a non-cgo program, for example, VDS...
NeedsDecision,compiler/runtime
low
Minor
528,897,078
pytorch
Add single input/output tensor scatter/gather to ProcessGroup base class
## πŸš€ Feature Additional collectives that operate on a single input and single output tensor. ## Motivation The collectives defined in `ProcessGroup.hpp` today may take multiple input tensors and write to multiple output tensors. If a single process uses multiple model replicas located on multiple GPUs, it ...
oncall: distributed,triaged,enhancement
low
Minor
528,900,131
terminal
Add option for more subtle pane focus border
# Description of the new feature/enhancement I feel like the images in #3060 are quit misleading. While the accent border isn't distracting in these images because of the bright colors set for the terminal, using normal terminal settings, the accent border is screaming for attention. # Proposed technical implementa...
Area-UserInterface,Product-Terminal,Issue-Task
low
Major
528,906,941
TypeScript
Triple slash type reference doesn't use baseUrl/typeRoots
In a directory named `test`: ```ts // @Filename: tsconfig.json { "compilerOptions": { "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "moduleResolution": "node", "module": "commonjs" }, "files": [ "welove.ts", ] } // @Filename: ex.d...
Bug
low
Critical
528,913,105
flutter
Allow PageView to set a cacheExtent
b/260361075 It would be nice to have a `PageView` that has a `cacheExtent` specified, so that pages could be pre-built. This is currently blocked because the iOS accessibility bridge does not look for an `allowImplicitScrolling` flag on the parent scrollable - it only looks to see if there are additional scroll ...
framework,c: proposal,customer: money (g3),P2,team-framework,triaged-framework
low
Critical
528,917,333
kubernetes
Migrate kube-controller-manager flags to kube-controller-manager.config.k8s.io
This is part of migrating the Kube-controller-manager command-line to a Kubernetes-style API as part of [componet working group](https://github.com/kubernetes/community/blob/master/wg-component-standard/README.md) **What would you like to be added**: Following flags should be migrated to to Kubernetes-style vers...
kind/feature,lifecycle/frozen,wg/component-standard
low
Major
528,921,700
go
x/tools/gopls: improve command-line help output
I installed `golang.org/x/tools/gopls@latest` and tried to look at its command-line tool options (rename, etc). First I tried `-h`, since this is a typical way to make Go tools show usage: ``` $ gopls -h Usage of gopls: -debug string Serve debug information on the supplied address -listen string ...
gopls,Tools
low
Critical
528,962,043
opencv
DNN Torch import is missing several layers
##### System information (version) - OpenCV => master (4.2.x) - Operating System / Platform => Linux 64 Bit - Compiler => gcc9 ##### Detailed description I try to import a dnn model from torch, and several layers cannot be created. The model is for deblurring images: https://arxiv.org/abs/1612.02177 Thi...
feature,category: dnn
low
Major
528,997,013
terminal
Support resetting the colors via OSC 104, 110, 111...
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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...
Product-Conhost,Help Wanted,Area-VT,Issue-Task
low
Critical
529,009,093
go
x/net/http2: cannot create 'MaxConcurrentStreams' streams with a single ClientConn
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.13.3 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture are you using (`go env`)? <details><summary><code>go env</code> Output</summar...
NeedsInvestigation
low
Critical
529,012,058
pytorch
Torchscript Precision Issue with PyTorch/vision pretrained model inception v3
## πŸ› Bug This bug was referenced here https://github.com/pytorch/pytorch/issues/12719 but it doesn't seem fully resolved. For example, if you set the batch size >= 12, trace gives a tracer warning indicating precision issues. ## To Reproduce Steps to reproduce the behavior: ```python import torch import to...
oncall: jit,triaged
low
Critical
529,013,752
TypeScript
bug `createTemplateMiddle()` and `createTemplateTail()` do not work with escaped chars
See https://github.com/microsoft/TypeScript/commit/a74f109f95a43c70311ee551dd1c4a9b42fbd4f5#r36149273 When creating tagged template literals programmatically one can pass in cooked and raw text. The raw text is then checked by rescanning it and checking it is the same as the cooked text. There is a bug in this c...
Bug
low
Critical
529,020,464
go
cmd/go/internal/modload: refactor error handling
A number of exported functions in `modload` call `base.Errorf` and `base.Fatalf`. Instead of printing to stderr and exiting, functions in this package should return errors (ideally structured errors). This will make commands with non-standard error handling like `go list -e`, `go build -n`, and `go mod download -json` ...
NeedsFix,GoCommand,modules
low
Critical
529,045,645
godot
Input system breaks if the game window loses focus when there's a mouse button down
Hello. I've already had this happening when I was using 3.1 mono on Windows 7 x64, I've tried 3.1.1 and 3.2 beta2 and it's still happening. I'll copy/paste the details from a post I made on Reddit to ask if anyone else was experiencing this. It does happen even with an empty project, so it shouldn't be my code. A...
bug,platform:windows,topic:core,confirmed,topic:input
medium
Major
529,056,152
youtube-dl
Be able to download metadata from DRM protected video
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
request
low
Critical
529,064,241
kubernetes
PV controller races with itself when you prebind a PVC
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Offshoot of h...
kind/bug,sig/storage,lifecycle/frozen
low
Critical
529,065,891
kubernetes
Do we still need PV controller resync?
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Semi related ...
kind/bug,sig/storage,lifecycle/frozen
low
Critical
529,092,591
flutter
[camera] Allow custom resolution and aspect ratio
there are only 5 enum selections.and we can not customize the size of picture which i take. i want to get a pic with low's 320*240 (4:3) and high quality.but i can not make it. Why the resolution and aspect ratio should be bound together, how to set them separately and take photos of various quality with specific aspe...
c: new feature,customer: crowd,p: camera,package,c: proposal,team-ecosystem,P3,triaged-ecosystem
medium
Critical
529,106,605
go
x/arch/x86/x86asm: missing Control-flow Enforcement instructions; e.g. ENDBR64
As a follow-up of #18665, instructions related to *Control-flow Enforcement* are currently not recognized by the `x/arch/x86` disassembler. Example link at play.golang.org: https://play.golang.org/p/xz6V8cSREWF ```go package main import ( "fmt" "golang.org/x/arch/x86/x86asm" ) func main() { // ref...
NeedsInvestigation
low
Critical
529,130,737
go
path/filepath: Walk walks through the same dir over and over again on build with gomobile iOS
<!-- 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.4 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture a...
NeedsInvestigation,mobile
medium
Critical
529,133,152
go
x/build/cmd/gerritbot: sometimes fails to close PR after its imported CL is submitted
We should investigate why gerritbot didn't close a PR that was imported into Gerrit as a CL and submitted. - PR #35751 - imported as [CL 208318](https://golang.org/cl/208318) See https://github.com/golang/go/pull/35751#issuecomment-558859722 for more details. Thanks @odeke-em for noticing and reporting.
help wanted,Builders,NeedsFix
low
Minor
529,159,572
youtube-dl
Site Request: EPTV www.europarl.europa.eu/ep-live/
## Checklist - [x] I'm reporting a new site support request - [x] I've verified that I'm running youtube-dl version 2019.11.22 - [ ] 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 for si...
site-support-request
low
Critical
529,181,238
flutter
Build aar fails if one plugin depends on another plugin in gradle.
I have a project structured like this: project | - pluginA | - some directory | - pluginB pluginA depends on pluginB. When run flutter build aar in project directory, I got this: <details> <summary>error</summary> ``` [ +13 ms] Gradle task assembleAarDebug failed with exit code ...
c: crash,platform-android,tool,t: gradle,P2,team-android,triaged-android
low
Critical
529,182,953
pytorch
Adding a function to change the process_group in DistributedDataParallel
## πŸš€ Feature Adding a function to change the `process_group `in `DistributedDataParallel` ## Motivation In current Pytorch, once `DistributedDataParallel `is initialized, `process_group ` will be fixed if I understand correctly. But sometimes different `process_groups ` might be in need for different iterations....
oncall: distributed,triaged
low
Minor
529,191,810
terminal
Hebrew char taf Χͺ (accessible by comma key on hebrew keyboard) appears in settings
# A quick note: First off, loving v. 0.7. Secondly, this is a ridiculously minor bug that I haven't been able to even reproduce on my own machine. Don't really bother fixing it, I guess. But it's still undefined behavior, and I thought you might want to know that something like this can happen. # Environment `...
Help Wanted,Issue-Bug,Area-UserInterface,Product-Terminal,Priority-3
low
Critical
529,208,261
kubernetes
Refactor kubelet with node status plugin and registry
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Part of https://github.com/kubernetes/kubernetes/issues/84681 Add node status `Plugin` and `Registry` for node status functions registration. ```go // Plugin is the node status plugin which updat...
sig/node,kind/feature,lifecycle/frozen
low
Critical
529,213,260
pytorch
LibTorch, Error in 'xxx': free(): invalid pointer
## πŸ› Bug Hi, maybe I found a bug in LibTorch while run codes in CentOS, the codes are very simplify. I have try it in 2 CentOS Machines and 1 Ubuntu Machine, Ubuntu Machine can run it normally, but all of the CentOS Machines run it like follow outputs. ## To Reproduce Steps to reproduce the behavior: 1. do...
needs reproduction,module: cpp,triaged
low
Critical
529,215,642
go
cmd/cover: support -mod and other build flags
<!-- 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.4 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes, it does ### What operating system and processor archit...
NeedsFix,modules
low
Critical
529,216,985
terminal
Pane split vertically is different on non-English keyboard layouts
I'm using an English/US Windows 10 Pro 18362 with Danish keyboard layout. And the short cut for pane split vertically is Alt + Shift + "+"
Issue-Docs,Needs-Tag-Fix
low
Minor
529,254,174
rust
thread 'rustc' panicked at 'called `Result::unwrap()` on an `Err` value: DistinctSources(DistinctSources
Compiler panics. Debugging info attached. I would expect the compiler not to crash and print an error. [out.txt](https://github.com/rust-lang/rust/files/3896340/out.txt)
I-ICE,E-needs-test,T-compiler,C-bug
medium
Critical
529,258,308
bitcoin
rfc: store PSBTs in wallet
Now that #16944 has landed the GUI can create a PSBT and put it on the clipboard. The user can then use this with e.g. [HWI](https://github.com/bitcoin-core/HWI): ``` hwi --fingerprint=00000000 signtx ``` But if something goes wrong and clipboard loses the PSBT, they have to start over. #17509 adds support ...
Feature,Brainstorming,Wallet
low
Minor
529,275,219
godot
Incorrect GridMap cursor offset in 3D Half Resolution view
**Godot version:** 3.2 beta 2 official **OS/device including version:** macOS Catalina 10.15.1 **Issue description:** When "Half Resolution" option is enabled in the 3D view settings, the GridMap offsets the cursor by 2x from the top-left of viewport. ![2019-11-27 13 55 32](https://user-images.githubusercon...
bug,topic:editor,confirmed,topic:3d
low
Minor
529,290,586
vscode
Api for editor insets
This issue track the API proposal for editor insets. The current proposal is this https://github.com/microsoft/vscode/blob/ffe3749d5afb046f289d04f915d8d4ade47c028e/src/vs/vscode.proposed.d.ts#L135-L147
feature-request,api-proposal,editor-insets
high
Critical
529,309,712
electron
Publish a list of Electron dependencies
<!-- 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:,documentation :notebook:
low
Major
529,329,928
rust
Print address on SIGSEGV
It can be useful while debugging to find out if it is a null pointer / `NonNull::dangling()` pointer, or if it points just enough past the stack guard to not be detected as stack overflow. It would also be useful to print if the access was a read, write or execution.
A-runtime,E-hard,T-libs-api,C-feature-request
low
Critical
529,352,910
angular
Vague error when a comment is inside interpolated expression
<!--πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”… Oh hi there! πŸ˜„ To expedite issue processing please search open and closed issues before submitting a new one. Existing issues often contain information about workarounds, resolution, or progress updates. πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…...
type: bug/fix,hotlist: error messages,freq1: low,area: compiler,state: confirmed,P4,compiler: parser
low
Critical
529,367,121
godot
Connections to Method doesn't update
**Godot version:** 3.2.beta2 **OS/device including version:** Solus 4 Gnome **Issue description:** When disconnecting signals from a method using the editor interface they still show up in the **signals connected to method** interface. Even after saving the scene. They only update after reopening the scene. ...
bug,topic:editor,confirmed
low
Major
529,390,544
go
x/tools/go/packages: needs more explanations and examples
Edit: It looks I used this package wrongly. On the other hand, I think the docs of this package is lack of detailed explanations and examples. I converted this issue to a document enrichment request. For examples, what are "the package as compiled for the test" and "the test binary". And some command line argument exam...
Documentation,NeedsInvestigation,Tools
low
Critical
529,396,468
vscode
Debug: call stack commands arguments
We need to do a couple of things: 1. Currently for commands which are contributed for threads we pass the `threadId` as a `number` argument. However this is not enough when you are debugging multiple sessions. Since the `threadId` does not uniquly identify the thread across sessions. Due to that we should send a struc...
debug,debt
low
Critical
529,404,625
TypeScript
Allow using type parameters and return types with overloaded class constructors
<!-- 🚨 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
529,407,055
node
buffer: implement pooling mechanism for Buffer.allocUnsafe
### The problem At the moment `Buffer.allocUnsafe` uses a pre-allocated internal `Buffer` which is then sliced for newly allocated buffers, when possible. The size of the pool may be configured by setting `Buffer.poolSize` property (8KB by default). Once the current internal buffer fills up, a new one is allocated b...
buffer
medium
Major
529,437,363
go
os/exec: add example of handling exec.Error and exec.ExitError
https://golang.org/pkg/os/exec provides `exec.Error` and `exec.ExitError` error types and doesn't document how to check and distinguish between them. ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.13.4 linux/amd64 </pre> ### What did you do? I am using https://go...
Documentation,help wanted,NeedsFix
low
Critical
529,482,167
storybook
In the Docs addon, import description from a Readme file
**Is your feature request related to a problem? Please describe.** The docs addon default functionality is awesome, except that the description field is populated from JSDocs within the component file. **Describe the solution you'd like** An parameter for the docs addon to use a .mdx file for the description that ...
feature request,addon: docs
low
Minor
529,514,659
godot
Pixel offset when resizing or zooming
**Godot version:** 3.1.2 RC1 Mono and 3.1.1 Mono **OS/device including version:** Windows 10 **Issue description:** I have two textures aligned next to each other. Both are at integer positions and scale. Problem is that they drift apart, or get inside of each other when zooming or resizing the window, even in t...
bug,confirmed,topic:gui
low
Critical
529,526,120
pytorch
[Tensorboard] nothing appears in the projector tab
## πŸ› Bug When running the add_embedding example provided in the official [documentation](https://pytorch.org/docs/stable/tensorboard.html#torch.utils.tensorboard.writer.SummaryWriter.add_embedding), I am unable to visualize the output in Tensorboard. When loading the projector page, it's blank. Yet the image and gr...
needs reproduction,module: tensorboard,oncall: visualization
low
Critical
529,528,848
flutter
Don't include dev_dependencies in native build scripts
## Use case I'm maintaining a package providing bindings to sqlite via `dart:ffi`. For Android apps, we need to compile sqlite3 as a dynamic library that gets put into the apk. For iOS and non-Flutter Dart apps, we use the sqlite3 library from the system, if available. Since `dart:ffi` is still in an early stage,...
c: new feature,tool,P3,team-tool,triaged-tool
low
Major
529,532,373
pytorch
Warn about driver CUDA mismatch in torch.cuda.is_available()
## πŸ› Enhancement The `torch.cuda.is_available()` should print a warning if the GPU driver is too old to support the CUDA version installed with PyTorch. If the system does not have a GPU or PyTorch was built without CUDA support, the function should return False but remain silent to avoid spamming less useful messa...
module: cuda,triaged,enhancement
low
Minor
529,560,342
pytorch
Version 1.3 no longer supporting Tesla K40m?
## πŸ› Bug I am using a Tesla K40m, installed pytorch 1.3 with conda, using CUDA 10.1 ## To Reproduce Steps to reproduce the behavior: 1. Have a box with a Tesla K40m 1. `conda install pytorch cudatoolkit -c pytorch` 1. show cuda is available ``` python -c 'import torch; print(torch.cuda.is_available());...
module: binaries,module: docs,module: cuda,triaged
high
Critical
529,560,985
flutter
A way to observe child size changes
There are use cases for observing a child's layout parameters whenever they change. `Customer: dream` were recently asking for an easy way to observe a subtree's size. To unblock `customer: dream` they are using this snippet: https://github.com/amirh/size_observer/blob/master/lib/size_observer.dart#L12 I'm filin...
c: new feature,framework,customer: dream (g3),P3,team-framework,triaged-framework
low
Major
529,564,487
pytorch
Document memory characteristics of in-place ops
## πŸ“š Documentation Users typically expect in-place operations to save memory over out of place variants. There are some cases, e.g. when mixed-type operations will perform the op into a different tensor of a common dtype, or when (after https://github.com/pytorch/pytorch/pull/30429), performing certain operations o...
module: sparse,module: docs,triaged,enhancement,module: type promotion
low
Minor
529,579,445
godot
AutoLoads can be named "_"
**Godot version:** 3.2 beta 2 **OS/device including version:** Pop OS 19.04 **Issue description:** The singleton name-check allows to call singletons "_", "__", etc. You **cannot** do `_.some_thing` You **can** do `__.some_thing` ![Screenshot from 2019-11-27 22-11-44](https://user-images.githubusercontent...
enhancement,topic:editor,usability
low
Minor
529,581,186
pytorch
[FR] nn.init.* accept None as input tensor
## πŸš€ Feature It would be great if `nn.init.*` methods accept `None` as the input (and do noop in that case). ## Motivation Greatly simplifies the common pattern: ```py def init(m): if isinstance(m, (nn.Linear, nn.Conv2d)): nn.init.normal_(m.weight, 0, 0.02) ...
module: nn,triaged,enhancement
low
Minor
529,587,744
youtube-dl
Pony.fm
<!-- ###################################################################### 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
529,589,106
go
cmd/go: error isn't properly reported when running go list on cgo package with missing pkg-config
<!-- 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.3 darwin/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and processor architecture a...
NeedsFix,GoCommand
medium
Critical
529,605,014
flutter
Expose more APIs to interact with app in driver API
Internal: b/140894344 Customer dream ran into some limitations of our driver API. It seems like we could make things better by some minor changes: - In addition to `tap`, expose `tapAt` (taking a DriverOffset). - In addition to `scroll`, expose `scrollFrom` (taking a DriverOffset) (and maybe rename it `drag`/`drag...
c: new feature,framework,t: flutter driver,P3,team-framework,triaged-framework
low
Minor
529,615,801
TypeScript
type destructuring
## Search Terms type destructuring ## Suggestion Allow destructuring syntax when assigning `type` ## Use Cases Dynamically assign a type as the type of an other type's property. ## Examples Where `AutocompleteService` is a class, `PlacesServiceStatus` is an enum, and `AutocompletePrediction` is an interfac...
Suggestion,Awaiting More Feedback
low
Minor
529,620,919
flutter
Expand output paths for `flutter build ios-framework`, allow ~
## Steps to Reproduce ``` flutter build ios-framework --output=~/Desktop/FlutterFrameworks/ ``` Creates a `~` directory in the working directory instead of expanding ~
c: new feature,platform-ios,tool,dependency: dart,a: existing-apps,P3,team-ios,triaged-ios
low
Major
529,645,259
TypeScript
Smarter errors around `Function.length`
I don't know how often other people have encountered this, but here goes: In the same vein as our uncalled function checks, most usages of `Function.length` are _probably_ an error. Here's a toy example that just bit me: ```ts declare function getResult(): string[]; for (let i = 0; i< getResult.length; i++) { get...
Domain: Error Messages
low
Critical
529,703,988
go
proposal: crypto/x509: reloading certificates from disk
[From][1] #24254: > I wonder if there is any real use case for reloading the system cert pool. One use case is long-running processes that now have to jump through hoops to update their view of the system cert pool (e.g. openshift/cloud-credential-operator#113). On Unix, [the loading logic][2] is expensive, tra...
Proposal,Proposal-Crypto
low
Major
529,729,984
PowerToys
[FancyZones] add support for afwn [a few windows niceties] store app window layout and positioning keyboard shortcuts
# Summary of the new feature/enhancement <!-- A clear and concise description of what the problem is that the new feature would solve. Describe why and how a user would use this new functionality (if applicable). --> Add support for afwn [ a few windows niceties ] store app [ [https://microsoft.com/en-us/p/a-fe...
Idea-Enhancement,Product-FancyZones
low
Minor
529,734,823
node
Migration of core modules to primordials
This is a tracking issue for the migration of core modules to use builtins from the `primordials` object. At the moment, for performance-sensitive code, only static methods and global functions should be migrated. V8 8.0 might have the optimization that we need to migrate prototype methods.
meta
high
Major
529,770,157
TypeScript
Go to definition for class members hidden with Symbols takes to symbol itself
As a developer working with Custom Elements classes that have their class members available in runtime, I would like to use `Symbol` to [hide internal methods and properties](https://component.kitchen/blog/posts/hiding-internal-framework-methods-and-properties-from-web-component-apis) from the public API. The drawba...
Suggestion,Experience Enhancement
low
Critical
529,806,176
angular
dev-infra / perf: clan-up existing benchpress benchmarks
Benchpress benchmarks in the https://github.com/angular/angular/tree/master/modules/benchmarks could use some cleanup as they accumulated a bit of technical debt through incremental changes over time. Cleanups to consider are listed below. ### Remove "unused" benchmarks As a rule of thumb we should only have /...
area: performance,refactoring,P3
low
Critical
529,841,148
create-react-app
Support setupProxy.mjs
### Is your proposal related to a problem? Now as Node.JS 13.2 [un-prefixed ES 6 Modules](https://nodejs.org/en/blog/release/v13.2.0/), I'd like to use ES 6 imports in my setupProxy.mjs, but CRA forces me to use `setupProxy.js`. ### Describe the solution you'd like Next to `setupProxy.js`, allow to use `setupP...
issue: proposal,needs triage
low
Major
529,857,362
godot
Release templates handle command line debugging arguments
**Godot version:** 3.1.1.stable.official - linux_x11_64_release **OS/device including version:** Linux **Issue description:** I don’t know how critical this is, but I noticed that release builds handle command line arguments almost as well as debug builds. Examples: ``` $ ./your_game.x86_64 --help $ ./you...
discussion,topic:core
low
Critical
529,861,061
godot
CPUParticles in Gles2 do not render through Viewport when billboard is setted to enabled or paricle_billboard.
**Godot version:** 3.1.1 Stable 3.1.2-rc1 3.2-beta2 **OS/device including version:** Windows 10 64bit NVidia gtx 1060 Drivers 436.30 **Issue description:** CPUParticles in GLES2 do not render through Viewport when billboard is setted to enabled or paricle_billboard. **Steps to reproduce:** See minimal ...
bug,topic:rendering,confirmed,topic:particles
low
Critical
529,876,610
go
runtime: HeapSys increases until OOM termination
<!-- 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.4 darwin/amd64 </pre> ### What operating system and processor architecture are you using? Host machine - mac, Catalina 10.15.1, core i7, 2.5...
NeedsInvestigation,compiler/runtime
low
Critical
529,895,736
go
net/http/httputil: ReverseProxy doesn't support TCP half-close when HTTP is upgraded
<!-- 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.4 linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes. ### What operating system and processor architecture a...
NeedsFix
low
Critical
529,923,729
node
child_process: ERR_INVALID_ARG_TYPE on .kill()
* **Version**: Electron v4.2.12 - Node v10.11.0 * **Platform**: Windows 10 64-bit * **Subsystem**: child_process We are getting the following stack trace when killing a child_process: ``` root ERROR TypeError [ERR_INVALID_ARG_TYPE]: The "err" argument must be of type number. Received type undefined at val...
child_process
low
Critical
529,987,408
vscode
Can `editorBracketMatch.foreground` theme colour be added please?
The following bracket match theme colours are available to be customised. * `editorBracketMatch.background`: Background color behind matching brackets. * `editorBracketMatch.border`: Color for matching brackets boxes. Can a further one be added: `editorBracketMatch.foreground` to theme the actual text of the bra...
help wanted,feature-request,editor-bracket-matching
medium
Critical
530,014,845
rust
Rustdoc: description at reexports
One line description (is there official name of this?) is not displayed at reexports in generated html. I want one line description of reexported items to be displayed at reexports.
T-rustdoc,C-feature-request
low
Minor
530,025,323
scrcpy
Need shortcut keys on main build for screen density,screen orientation and app specific touches. I made it to work but its not optimized
Well here is a gist of what this is about. I am on ubuntu and run scrcpy on different workspace like this: ![image](https://user-images.githubusercontent.com/48447141/69824626-7ba17680-1234-11ea-806d-c61ef99601be.png) I am a newbie on c programming but i found a way to make shortcut key work for changing screen de...
feature request
low
Minor
530,026,572
vscode
Extension tests improperly activate instance from dist folder
<!-- 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 fixed: https://code.visualstudio.com/insiders/ --> I have come across an issue with an extension I am working on where the extension tests seem to b...
under-discussion,extensions-development
low
Critical
530,038,782
vscode
JavaScript: Improve indentation on insert with trailing newline
Let's say I have the following JS snippet: ```JS () => { a } () => { b } ``` Now select the entire 'a' part, from the start of line 1 to the start of line 4, i.e. including a trailing newline, and insert it at the start of the line now containing 'b'. The result is this: ```JS () => { a } ...
help wanted,typescript,javascript,editor-autoindent,under-discussion,on-unit-test
low
Critical
530,048,161
rust
Both the name of and the docs for `MaybeUninit::uninit_array()` make what it actually does somewhat unclear
Basically, based on the name of the function, and also the part of the docs for it that says: `Create a new array of MaybeUninit<T> items, in an uninitialized state.` I initially had the impression that it internally amounted to: `MaybeUninit::<[MaybeUninit<T>; LEN]>::uninit()` and returned an uninitialized...
C-enhancement,T-libs-api,A-docs,A-array
low
Minor
530,051,066
vscode
[folding] add command unfold block comments
On key bindings, the Fold Level 2 for me works great but it folds methods AND block comments. As there's an option to "Fold all block comments" I think it would be useful to exist also an option for the unfolding of block comments.
help wanted,feature-request,editor-folding
low
Major
530,100,926
TypeScript
maintain certain class property characteristics in mapped types, like protected/private visibility, and instance property vs instance function
## Search Terms mapped types with protected private members ## Suggestion Feature request: Allow types/interfaces to contain member visibility as well as property type ("instance member function" vs "instance member property") and perhaps other intrinsics. Or at least keep these characteristics intact in...
Suggestion,Awaiting More Feedback
medium
Critical
530,125,450
pytorch
[ONNX] Support affine_grid_generator
```python import torch import torch.nn as nn class Model(nn.Module): def __init__(self): super(Model, self).__init__() def forward(self, theta, size): return torch.nn.functional.affine_grid(theta, size, align_corners=None) model = Model() theta = torch.ones((1, 2, 3)) size = torch.Size((...
module: onnx,triaged,enhancement,onnx-triaged
medium
Critical
530,127,801
flutter
Ensure Android embedding works with Navigation component
Jetpack has introduced a Navigation component: https://developer.android.com/guide/navigation/navigation-getting-started This ticket is to ensure that `FlutterFragment` can work with the Navigation component, and to produce any relevant docs/guides for add-to-app developers to do so.
platform-android,engine,a: existing-apps,P2,team-android,triaged-android
low
Major
530,153,273
vscode
Incorrect keyboard shortcut shown in menu.
<!-- 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 fixed: https://code.visualstudio.com/insiders/ --> <!-- Use Help > Report Issue to prefill these. --> - VSCode Version: 1.40.2 (also happens in 1.4...
bug,help wanted,upstream,linux,menus,confirmed,chromium
low
Major
530,201,131
pytorch
`F.interpolate` returns unexpected result when dealing with output size `1`
## πŸ› Bug Generally, when shrinking a image to half of its height/weight, `F.interpolate` with `mode='bilinear'` and `align_corners=False` should be equivalent to `F.avg_pool2d(2)`, and I use this fact to try out things like "will using better interpolation rather than pooling get better result" and etc. But I fo...
module: nn,triaged,module: vision,module: interpolation
low
Critical
530,213,187
flutter
[TextEditingController] listeners are triggered inconsistently
- at andriod 1. type 1 2.delete it console shows: 1 (space) - at ios 1. type 1 2. delete it console shows: 1 1 (space) Maybe I am not understood, so you can see this simple demo about that problem [demo](https://github.com/sweatfryash/TextField_Demo) <details> <summary>sample</summary>...
a: text input,platform-ios,framework,P2,found in release: 2.2,team-ios,triaged-ios
low
Major
530,250,508
ant-design
The Select component with showAction focus and click is closed immediately when the previously selected component has a blur action with an expensive function
- [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-input-select-bug-moend) ### Steps t...
Inactive
low
Critical
530,351,188
vscode
[css] Support for SVG 2 CSS Properties
SVG 2 introduces the possibility of setting SVG properties in CSS (see [CSS Tricks' post](https://css-tricks.com/svg-properties-and-css/) under "Element-specific properties -> "Positioning SVG elements"). This means this example should be valid: ```css circle { r: 2; cx: 10; cy: 100; } path { d: 'L0...
help wanted,feature-request,css-less-scss
medium
Critical
530,359,727
PowerToys
Uniform error handling & reporting
# Summary of the new feature/enhancement Currently there's no established flow for reporting errors to the user, e.g. when some of the saved settings are missing/malformed or some system API call failed. Also there're multiple places in the code where all exceptions are silently swallowed. I suggest establishing e...
Area-Runner,Area-Quality,Priority-1,Area-Logging
low
Critical
530,365,732
pytorch
Assertion `index >= -sizes[i] && index < sizes[i] && "index out of bounds"` failed.
## πŸ› Bug lambda [](int)->auto::operator()(int)->auto: block: [0,0,0], thread: [3,0,0] Assertion `index >= -sizes[i] && index < sizes[i] && "index out of bounds"` failed. lambda [](int)->auto::operator()(int)->auto: block: [0,0,0], thread: [6,0,0] Assertion `index >= -sizes[i] && index < sizes[i] && "index out of b...
module: cuda,module: error checking,triaged
low
Critical
530,380,531
godot
Procedural Generation for Android app
@#**Godot version:** 3.1.1 **OS/device including version:** Linx Mint 19.2 **Issue description:** Collision mesh crashes the app on GLES2 **Steps to reproduce:** click the buttons in the minimal reporduction project. **Minimal reproduction project:** https://we.tl/t-zesbP4RB7P Hello, I have an iss...
bug,platform:android,topic:porting,topic:physics
low
Critical
530,431,708
rust
Printing of closure types and MIR closure constructors
Quoting @eddyb in https://github.com/rust-lang/rust/pull/66850#issuecomment-559599865 > I'm not that happy with `[closure@PATH::{{closure}}#n ...]`, but it's consistent with what we have so far, if we want to go further I'd prefer something like this: > ```rust > foo<T>::{closure#0} { q:&i32, t:&T } > ``` > (yes...
A-pretty,C-enhancement,A-closures,T-compiler,A-MIR
low
Minor
530,446,705
fastapi
First-class session support in FastAPI
### Is your feature request related to a problem All of the security schemas currently supported by FastAPI rely on some sort of "client-server synergy" , where, for instance, the client is expected to know and remember an OAuth token or the user credentials to be sent via headers. This works fairly well for single-...
feature,reviewed
high
Critical
530,463,224
create-react-app
Improve comments for file-loader
### Is your proposal related to a problem? Right now, `file-loader` is setup to "catch" all files that were not handled by other loaders. But for some reason we *exclude* only some extensions and not the others. There is a comment that tries to explain this: https://github.com/facebook/create-react-app/blob/29c...
issue: proposal,needs triage
low
Critical
530,478,972
opencv
Feature request: support batch resize
##### System information (version) - OpenCV => 4.1.2 - Operating System / Platform => Ubuntu 18.04 - Compiler => gcc 8.3 ##### Detailed description We already have resize functionality [link](https://docs.opencv.org/4.1.2/da/d54/group__imgproc__transform.html#ga47a974309e9102f5f08231edc7e7529d) (cuda version [...
feature,priority: low,category: gpu/cuda (contrib)
low
Minor
530,480,090
go
gollvm: runc runtime error, broken pipe
<!-- 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 gollvm LLVM 10.0.0svn linux/amd64 </pre> ### Does this issue reproduce with the latest release? Yes ### What operating system and process...
NeedsInvestigation
low
Critical
530,492,263
storybook
Addon-docs: Markdown summary / details blocks should have sbdocs escape hatches
**Describe the bug** Markdown support collapsable blocks by default with the following syntax: ``` <details><summary>Here's a quick reminder about moment</summary> bla bla </details> ``` MDX support this fine but the escape hatches are missing. ![image](https://user-images.githubusercontent.com/794579/698...
bug,addon: docs,mdx
low
Critical
530,497,671
pytorch
`index_select` with multidimensional `index`
## πŸš€ Feature Let [`index_select`](https://pytorch.org/docs/stable/torch.html#torch.index_select) work with a multidimensional `index`. ## Motivation Index the input tensor along a given dimension using the entries in a multidimensional array of indices. For example, ``` a = b.index_select(-1, c) ``` should ...
feature,triaged,module: advanced indexing
medium
Major
530,502,624
godot
2D View Helpers are only displayed in the Select Mode
**Godot version:** 3.2.beta **OS/device including version:** Solus 4 Gnome **Issue description:** Helpers currently are not shown in other 2D View modes, like the Move Mode, they only show in the Select Mode, which is not very helpful. It would be great if they also show at least in the Move Mode, they are ver...
enhancement,topic:editor
low
Minor
530,505,461
godot
Unable to access iOS Photo Library
**Godot version:** 3.2 Beta 2 **OS/device including version:** Pop OS 19.1 **Issue description:** Unable to access iOS Photo Library **Steps to reproduce:** in iOS export settings, add a PhotoLibrary usage description ![Screenshot from 2019-11-29 14-19-11](https://user-images.githubusercontent.com/24432...
bug,platform:ios,topic:porting
low
Major