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
651,695,126
go
html/template: unexpected semantic differences compared to text/template
I ported the text/template tests over to html/template and discovered some semantic differences between the two that I did not expect. In html/template: - Missing values format as empty strings, while in text/template they format as `<no value>`. For example: - {"map .NO", "{{.MSI.NO}}", "<no value>",...
NeedsInvestigation
low
Critical
651,697,178
terminal
Epic: Settings UI Completion
_written and maintained by @carlos-zamora_ Settings UI Issue: #1564 Settings UI PR: #8048 Settings UI Spec & Design: #6720 Now that it has merged to main, there are a few follow-up items to work on. This scenario tracks follow-up tasks from that PR, and other features we are committing to for Windows Terminal v...
Product-Terminal,Issue-Scenario,Area-SettingsUI
low
Critical
651,709,268
godot
EditorPlugin.make_visible() is called multiple times when selecting a node handled by the plugin
Godot 3.2.2 Windows 10 64 bits I made a plugin which can handle `Spatial`, and I noticed that when I select an object (here a `Spatial` node), Godot calls `make_visible()` multiple times: once `make_visible(true)`, then `make_visible(false)`, then `make_visible(true)` again. This is wasting calls to a function tha...
bug,topic:editor,topic:plugin
low
Minor
651,719,019
rust
ICE trying to link corrupt/bogus static library
<!-- Thank you for finding an Internal Compiler Error! 🧊 If possible, try to provide a minimal verifiable example. You can read "Rust Bug Minimization Patterns" for how to create smaller examples. http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/ --> This is a pretty weird one; we bump...
A-linkage,I-ICE,T-compiler,C-bug
low
Critical
651,720,861
godot
EditorPlugin.make_visible() is called multiple times when already visible and selecting another object the plugin handles
Godot 3.2.2 Windows 10 64 bits As a continuation of https://github.com/godotengine/godot/issues/6459#issuecomment-653980413 I made a plugin which can edit a specific object with a graph editor. Selecting that object shows it (throught `make_visible`), and clicking on a `GraphNode` may allow to inspect properties...
bug,topic:editor,confirmed,topic:plugin
low
Minor
651,753,454
pytorch
out= resizing (and restriding) behavior is confusing
Today in PyTorch we may resize and restride tensors provided to as arguments to `out`. For example: ``` a = torch.tensor([1, 2, 3]) b = torch.tensor([4, 5, 6]) out = torch.empty(2) torch.add(a, b, out=out) : tensor([5., 7., 9.]) ``` Here a tensor of two elements is provided as the out argument, but the tens...
module: bc-breaking,triaged,module: numpy,module: safe resize,topic: bc breaking
medium
Critical
651,775,069
svelte
Support for "High Order Component" / Wrapper / Forwarding
**Is your feature request related to a problem? Please describe.** I want to build a "transparent" lazy-loading component. This component should load a target component asynchronously, and when ready, delegate everything to this target. This lazy-component should be generic: it should work for every target compon...
feature request,temp-stale
low
Major
651,795,043
go
x/pkgsite: include experiments in the cache key
The active experiments should be part of the cache key, so a cached page is only displayed if the experiments are the same.
NeedsInvestigation,pkgsite
low
Minor
651,798,608
TypeScript
Auto-completions from global type definitions don't work without initial text
*TS Template added by @mjbvz* **TypeScript Version**: 3.9.6 **Search Terms** - untitled - suggest / suggestions --- I'm not sure if this is the right place to open the issue (I also don't know where the TS language server is on github), so if it isn't, move the issue to the right place please :) Steps ...
Bug,Domain: Completion Lists
low
Minor
651,853,157
opencv
setMouseCallback() causes "error: (-27:Null pointer) NULL window handler" in Python / on PyPi version 4.3.0.36
##### System information (version) - OpenCV => 4.3.0.36 - Operating System / Platform => Ubuntu 18.04 64 Bit - Compiler => Unknown (installed from PyPi on Python 3.6.8) ##### Detailed description This is a bug triggered on `cv2.setMouseCallback` and seemingly the QT backend, which reports the following error...
category: python bindings,category: highgui-gui,incomplete
low
Critical
651,858,279
opencv
projectpoints distortion handling (and possibly ignore some points in the projection)
##### System information (version) Example - OpenCV => 4.3 - Operating System / Platform => Ubuntu - Compiler => gcc version 4.8.5 ##### Detailed description I'm opening this issue after the question I put a couple of days ago in the answers website. I'll copy here only the relevant part of the question rel...
category: calib3d,RFC
low
Critical
651,861,885
youtube-dl
Apple iTunes Podcasts 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
651,864,453
TypeScript
IntelliSense Import Stops Working After One Import
*TS Template added by @mjbvz* **TypeScript Version**: 3.9.5 **Search Terms** - npm link - linux - auto import --- <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to a...
Needs Investigation,Rescheduled
low
Critical
651,865,796
pytorch
Human-readable names and operations for TorchScript model graphs
<mirroring an internal FB Task on GH for consolidation of issue tracking> For visualization and debugging purposes, we'd like to be able to parse the graph of a TorchScript model and display it in an easy-to-understand format in TensorBoard. For regular models, we trace the model, inline the graph, and parse it...
triage review,oncall: jit,TSUsability,TSRootCause:PoorIRVisibility
low
Critical
651,893,747
flutter
Draggable's feedback cannot access InheritedWidgets because it doesn't share the same BuildContext as Draggable
Here is a code example of the problem: https://dartpad.dev/9b23c8bdfbe53e41bbeba2f055f88eff If you replace the line with `Text("blah")` with `DataMessage()` then `Draggable` works. The problem is a widget that uses a `InheritedWidget.dependOnInheritedWidgetOfExactType` will return null for the `feedback` case. No...
framework,f: material design,has reproducible steps,a: null-safety,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design
low
Major
651,911,312
flutter
flutter video player udp protocol not working
I have a `udp` stream like this `udp://192.168.54.23:2500` but `flutter video player` not accepting the `udp stream`. it only accepts `tcp stream`. How do i play this `udp` video stream in player ? __`flutter doctor -v output`__ ```dart [√] Flutter (Channel stable, v1.17.5, on Microsoft Windows [Version 10.0.1...
c: new feature,p: video_player,package,team-ecosystem,P3,triaged-ecosystem
low
Major
651,932,129
TypeScript
tsserver should implement the Language Server Protocol
## Search Terms language server protocol ## Suggestion > As the language server protocol ( https://github.com/Microsoft/language-server-protocol ) is getting more and more popularity and clients ( https://github.com/Microsoft/language-server-protocol/wiki/Protocol-Implementations ), it would be very useful to ...
Suggestion,Committed,Domain: TSServer
high
Critical
651,991,269
youtube-dl
Request for option to prevent archiving of generic identifiers like "default, init, manifest, master"
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
request
low
Critical
652,080,430
rust
Strange .cloned() error message mentioning iterators
I'm unsure why the error message for this code mentions iterators; there aren't any, I thought. ```rust fn main() { Some(1).cloned(); } ``` ([Playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=5de4c57cd625e8482d579c226cb0c74e)) Errors: ``` Compiling playground v0...
C-enhancement,A-diagnostics,A-trait-system,T-compiler,D-confusing,D-papercut,D-newcomer-roadblock
low
Critical
652,111,511
PowerToys
Photoshop Documents (PSD, PSB, AI, etc) Preview on Explorer Add-ons
# Summary of the new feature/enhancement Add support to preview of PSD too. Generally, this is a request to support more file types. I want to be able to preview PSDs like a photo.
Help Wanted,Product-File Explorer
high
Critical
652,113,397
flutter
iOS archived version problem after releasing to TestFlight using XCode 11.4/11.5
<!-- 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...
platform-ios,tool,P2,team-ios,triaged-ios
low
Critical
652,169,370
scrcpy
Build on ubuntu 20.04 failed
he Meson build system ``` Version: 0.53.2 Source dir: /home/kenneth/Projects/scrcpy Build dir: /home/kenneth/Projects/scrcpy/build_test Build type: native build Project name: scrcpy Project version: 1.14 Appending CFLAGS from environment: '-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-st...
build
low
Critical
652,271,959
pytorch
Cannot define v_dim in MultiheadAttention
## πŸ› Bug I am trying to define the dimensions of features of the values in the multiheaded attention operation. However, when I set this value it raises an AssertionError. ## To Reproduce ``` emb_dim = 10 num_heads = 1 v_dim = 4 multihead_attn = nn.MultiheadAttention(emb_dim, num_heads=num_heads, vdim=v_d...
module: nn,triaged
low
Critical
652,276,000
react-native
useWindowDimensions() returns swapped height and width in iOS
## Description When tested with iPad simulator, the `useWindowDimensions(...)` hook returns incorrect width and height. ## React Native version: Run `react-native info` in your terminal and copy the results here. ```bash info Fetching system and libraries information... System: OS: macOS 10.15.5 CPU...
Platform: iOS,API: Dimensions,Never gets stale
medium
Critical
652,342,409
flutter
Camera retuning this error Error waiting to drain: Connection timed out (-110))
I am using the camera plugin version [camera: ^0.5.8+2] and one of our app users Is getting this error. ``` CameraException(CameraAccess, CAMERA_ERROR (3): waitUntilIdle:1656: Camera 1: Error waiting to drain: Connection timed out (-110)) ``` Model details are as follows: {"model":"SM-J720F","platform":"And...
e: device-specific,platform-android,p: camera,package,P2,team-android,triaged-android
low
Critical
652,358,009
terminal
Allow the user to set the minimum window size
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further expl...
Help Wanted,Area-Settings,Product-Terminal,Issue-Task,Priority-3,good first issue
medium
Critical
652,390,398
go
runtime: deprecate SetCPUProfileRate and replace body with panic
Long ago we had runtime.SetCPUProfileRate and runtime.CPUProfile as the interface to profiling. And runtime/pprof was layered on top of them. At some point we realized that this was not a good enough interface, and we made the runtime export hooks directly to runtime/pprof. We marked CPUProfile deprecated and replaced...
NeedsFix,compiler/runtime
low
Major
652,404,248
go
x/pkgsite: add function to set up frontend server
There are several places in the code where we set up a `frontend.NewServer`: - `cmd/frontend`: https://github.com/golang/pkgsite/blob/master/cmd/frontend/main.go#L94-L123 - `internal/frontend/server_test.go`: https://github.com/golang/pkgsite/blob/master/internal/frontend/server_test.go#L990-L1031 - `internal/test...
NeedsFix,pkgsite
low
Minor
652,443,991
java-design-patterns
View Helper pattern
Description: The View Helper design pattern aims to separate the business logic from the presentation layer by using helper components to handle processing and formatting. This enhances the maintainability and modularity of the code by promoting a clear separation of concerns. Main Elements of the Pattern: - **View He...
epic: pattern,type: feature
low
Major
652,447,752
java-design-patterns
Asynchronous Page pattern
**Description:** The Asynchronous Page Design Pattern allows for the decoupling of long-running tasks from the main flow of a web page, providing a more responsive and interactive user experience. This pattern is particularly useful for web applications where certain operations, like data retrieval or processing, can t...
info: help wanted,epic: pattern,type: feature
low
Minor
652,448,695
java-design-patterns
Caching Filter pattern
**Description:** The Caching Filter design pattern aims to improve the performance and scalability of an application by caching the results of expensive operations and reusing them for identical subsequent requests. This pattern is particularly useful in scenarios where the same data is frequently requested, and the co...
info: help wanted,epic: pattern,type: feature
low
Major
652,453,335
java-design-patterns
Data Transfer Hash pattern
**Description:** The Data Transfer Hash design pattern is used to transfer a large amount of data between different parts of a system or across systems. This pattern uses a hash map to store data as key-value pairs, which facilitates easy data retrieval and manipulation. The primary elements of this pattern include: -...
epic: pattern,type: feature
low
Major
652,454,991
java-design-patterns
DAO Factory pattern
**Description:** The DAO (Data Access Object) Factory design pattern is used to abstract and encapsulate all access to the data source, providing a clean separation between the business logic and the data access logic. This pattern enables the application to switch between different data sources and provides a mechanis...
info: help wanted,epic: pattern,type: feature
medium
Major
652,457,671
java-design-patterns
Procedure Access Object pattern
### Description: Implement the Procedure Access Object (PAO) design pattern in the project. The PAO pattern centralizes the logic to access stored procedures in the database, providing a uniform interface for executing these procedures. This helps in decoupling the business logic from the data access logic, promoting a...
info: help wanted,epic: pattern,type: feature
low
Minor
652,458,236
java-design-patterns
PK Block Generator pattern
## Description The PK Block Generator design pattern is a structural pattern that allows for efficient and modular generation of blocks of code or data. This pattern is particularly useful in scenarios where blocks of data need to be generated dynamically based on varying input parameters. The main elements of the PK ...
info: help wanted,epic: pattern,type: feature
low
Minor
652,459,096
java-design-patterns
Stored Procedures for Primary Keys pattern
**Description:** Implement the Stored Procedures for Primary Keys design pattern. This pattern centralizes the creation of primary key values in a database through stored procedures. The primary objective is to ensure unique and sequential key generation across different parts of an application. By utilizing stored pro...
info: help wanted,epic: pattern,type: feature
low
Major
652,461,269
java-design-patterns
Tuple Table pattern
**Description:** The Tuple Table design pattern is a structural pattern that provides a flexible way to manage complex data structures. It is used to store and manipulate a collection of tuples (fixed-size collections of elements) in a tabular format. This pattern is particularly useful when dealing with databases or a...
info: help wanted,epic: pattern,type: feature
low
Minor
652,468,132
java-design-patterns
Service Adapter pattern
### Description: The Service Adapter design pattern aims to provide a bridge between different interfaces, enabling them to work together seamlessly. This pattern involves creating an adapter class that translates one interface for a class into an interface compatible with another class. The key elements of the pattern...
epic: pattern,type: feature
low
Minor
652,470,794
java-design-patterns
Transactional Context pattern
### Description Implement the Transactional Context design pattern which ensures that a set of operations are executed within a transaction context, maintaining atomicity, consistency, isolation, and durability (ACID properties). This pattern is essential for managing transactions in complex systems, providing a mechan...
epic: pattern,type: feature
low
Critical
652,473,107
java-design-patterns
Lock Manager pattern
**Description:** The Lock Manager design pattern is a concurrency control mechanism used to manage access to shared resources in a multi-threaded environment. This pattern ensures that multiple processes or threads do not simultaneously access a shared resource in a way that causes conflicts. The key elements of the Lo...
info: help wanted,epic: pattern,type: feature
low
Major
652,483,468
go
crypto/x509: check the Key Usage extension
We currently ignore the Key Usage extension because some old roots had gotten it wrong. Things probably improved by now and we can take a stab at following the spec again. AFAIK other verifiers do check them.
NeedsFix
low
Major
652,490,519
java-design-patterns
Coarse-Grained Lock pattern
## Description The Coarse-Grained Lock design pattern is a concurrency control strategy where a single lock is used to protect a large portion of code or multiple related resources. This approach simplifies lock management by reducing the number of locks needed and minimizing the potential for deadlocks. However, it c...
epic: pattern,type: feature
low
Minor
652,495,267
java-design-patterns
Database Session State pattern
### Description: The Database Session State design pattern is used to manage user session data by storing it in a relational database. This pattern is particularly useful for maintaining session state across multiple servers in a web farm or distributed system, ensuring consistency and reliability. ### Main Elements o...
epic: pattern,type: feature
low
Minor
652,495,755
java-design-patterns
Dependent Mapping pattern
**Description:** The Dependent Mapping design pattern is used to handle situations where the mapping of one object depends on the mapping of another object. This pattern is particularly useful in scenarios where there are complex relationships between objects and their corresponding database tables. It ensures that dep...
info: help wanted,epic: pattern,type: feature
low
Major
652,496,538
vscode
Hover widget should restrict height when it's too large
Context: https://github.com/microsoft/vscode/issues/97496#issuecomment-652651297 ![image](https://user-images.githubusercontent.com/2193314/86819678-d7d73f00-c03c-11ea-976e-8d47c4a95a3e.png)
bug,help wanted,workbench-hover
low
Minor
652,498,689
java-design-patterns
Foreign Key Mapping pattern
**Description:** The Foreign Key Mapping design pattern is used to maintain relationships between tables in a relational database by using foreign keys. This pattern helps in establishing and enforcing referential integrity between related entities. The implementation of this pattern typically involves: 1. Adding fore...
epic: pattern,type: feature
low
Major
652,500,087
java-design-patterns
Identity Field pattern
### Description The Identity Field design pattern ensures that each object in a system has a unique identifier, which can be used to track the object independently of its database representation. This pattern is particularly useful in systems where objects need to be reconstituted from a persistent storage medium, ens...
epic: pattern,type: feature
medium
Major
652,500,799
svelte
Restriction of one top level style block causing issues
**Is your feature request related to a problem? Please describe.** I've created a tool which preprocesses HTML and scans class names for functional CSS. This CSS is then translated into styles using CSS variables which are inserted into the HTML using style blocks. A unique class name is also added to the element so t...
feature request,stale-bot,compiler,temp-stale
low
Critical
652,501,467
java-design-patterns
Implicit Lock pattern
## Description The Implicit Lock design pattern ensures that only one thread can execute a particular section of code at a time without requiring explicit lock management by the developer. This is particularly useful in environments where multiple threads need to interact with shared resources, preventing data corrupti...
epic: pattern,type: feature
low
Critical
652,503,684
java-design-patterns
Layer Supertype pattern
### Description: The Layer Supertype design pattern is used to provide a common base class for all objects in a particular layer. This pattern simplifies code maintenance and enforces consistency across similar objects. By implementing a layer supertype, we can centralize common behaviors and properties, reduce code du...
epic: pattern,type: feature
low
Major
652,510,264
java-design-patterns
Pessimistic Offline Lock pattern
### Description The Pessimistic Offline Lock design pattern ensures that only one process can access a particular resource at a time, preventing concurrent modifications and ensuring data consistency. This pattern is particularly useful in distributed systems where multiple processes might attempt to modify the same da...
epic: pattern,type: feature
low
Major
652,511,133
java-design-patterns
Query Object pattern
### Description: The Query Object design pattern encapsulates database queries as objects, allowing for the creation and reuse of complex queries in a more readable and maintainable manner. This pattern separates query construction from execution, promoting single responsibility and enhancing code maintainability. It i...
epic: pattern,type: feature
low
Major
652,512,179
java-design-patterns
Record Set pattern
### Description: Implement the Record Set design pattern to facilitate operations on a collection of records, akin to a database result set. This pattern allows for easy manipulation, retrieval, and iteration of records within a software system. The Record Set pattern is particularly useful for applications that requir...
epic: pattern,type: feature
low
Major
652,514,223
java-design-patterns
Remote Facade pattern
### Description: The Remote Facade design pattern is an architectural pattern used to provide a coarse-grained interface to a set of fine-grained objects in a distributed system. This pattern helps to reduce the number of remote calls, thus improving performance and encapsulating the complexities of interactions betwee...
epic: pattern,type: feature
low
Major
652,515,006
java-design-patterns
Row Data Gateway pattern
### Description: The Row Data Gateway pattern provides an object-oriented interface to a single row in a database table, encapsulating the database access logic within a gateway class. This pattern allows for a clear separation between business logic and database operations, enabling more maintainable and testable code...
epic: pattern,type: feature
low
Major
652,517,016
java-design-patterns
Server Session State pattern
### Description: Implement the Server Session State design pattern, which involves maintaining a user's session state on the server. This pattern helps manage user session data efficiently in a scalable and secure manner. The main elements of the pattern include: - **Session State Management:** Store user session dat...
epic: pattern,type: feature
low
Minor
652,519,663
java-design-patterns
Table Data Gateway pattern
### Description: The Table Data Gateway pattern provides a way to encapsulate all the SQL operations for a single table or view within a gateway class. This pattern allows for a single point of access to the data in a table, ensuring a clean separation between the database and the application logic. The key elements of...
info: help wanted,epic: pattern,type: feature
low
Major
652,521,930
go
cmd/vet: structtag field repeats json warning with valid override
### What version of Go are you using (`go version`)? <pre> $ go version go version go1.14.1 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,Tools,Analysis
low
Critical
652,522,524
java-design-patterns
Transform View pattern
**Description:** The Transform View design pattern is a method used to separate the presentation and business logic layers in software development. This pattern involves transforming data from the model into a format suitable for rendering in the view. The key elements of this pattern include: 1. **Data Transformation...
epic: pattern,type: feature
low
Major
652,523,759
java-design-patterns
Two Step View pattern
### Description: The Two Step View design pattern is used to separate the process of generating dynamic web content into two distinct phases: data preparation and data presentation. This separation allows for more modular, maintainable, and testable code. The pattern is particularly useful for web applications with com...
epic: pattern,type: feature
low
Major
652,526,305
go
x/website, x/pkgsite: net/http.ServeMux.Handle example reads poorly if shown as a complete program
<!-- 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.4 darwin/amd64 </pre> ### Does this issue reproduc...
Documentation,NeedsInvestigation
low
Critical
652,531,582
electron
Distinguish hard and soft reloads from the "devtools-reload-page" event
### Problem Description It should be possible to understand if the user wanted a soft or a hard reload from the "devtools-reload-page" event, so that it can be hijacked and the correct kind of reload can be then re-triggered. ### Proposed Solution Either adding a property for this to the emitted event, or add...
enhancement :sparkles:
low
Minor
652,535,717
pytorch
Add a function to convert SyncBatchNorm layers back to BatchNorm Layers
`SyncBatchNorm` provides a classmethod to convert `BatchNorm` layers to `SyncBatchNorm` layers: https://github.com/pytorch/pytorch/blob/881c1adfcd916b6cd5de91bc343eb86aff88cc80/torch/nn/modules/batchnorm.py#L510-L556 It will be helpful to provide an API to do the reverse conversion as well. cc @albanD @mruber...
module: bootcamp,feature,module: nn,triaged
low
Major
652,593,775
flutter
[Web] RenderParagraph.getBoxesForSelection broken test
[Skip Audit] These two tests are broken based on incorrect results from `RenderParagraph.getBoxesForSelection`: Test: https://github.com/flutter/flutter/blob/8ed8b06ac5a1028e689d87592543880882a516da/packages/flutter/test/rendering/paragraph_test.dart#L56 Result: ``` 03:34 +511 ~23 -2: /tmp/flutter sdk/package...
a: tests,framework,a: typography,platform-web,P3,team-web,triaged-web
low
Critical
652,595,907
flutter
[Web] RenderParagraph.getWordBoundary broken test
[Skip audit] The following test is broken on web based on an incorrect result from RenderParagraph.getWordBoundary Test: https://github.com/flutter/flutter/blob/8ed8b06ac5a1028e689d87592543880882a516da/packages/flutter/test/rendering/paragraph_test.dart#L79 Result: ``` 03:34 +511 ~23 -3: /tmp/flutter sdk/pack...
a: tests,framework,a: typography,platform-web,P3,team-web,triaged-web
low
Critical
652,598,753
flutter
[Web] RenderParagraph.size broken tests
[Skip audit] The following two tests are broken based on an incorrect result from RenderParagraph.size. RenderParagraph.maxLines appears to be related. Test: https://github.com/flutter/flutter/blob/8ed8b06ac5a1028e689d87592543880882a516da/packages/flutter/test/rendering/paragraph_test.dart#L96 Result: ``` 03:...
a: tests,framework,a: typography,platform-web,P3,team-web,triaged-web
low
Critical
652,604,196
flutter
[Web] RenderParagraph fails to drawFrame in broken tests
[Skip audit] The following tests break while laying out the RenderParagraph. They all have similar stack traces, including one below for the four of them. Tests: https://github.com/flutter/flutter/blob/8ed8b06ac5a1028e689d87592543880882a516da/packages/flutter/test/rendering/paragraph_test.dart#L331 https://github...
a: tests,framework,a: typography,platform-web,P3,team-web,triaged-web
low
Critical
652,614,574
go
cmd/compile: unnecessary nil pointer check
``` package main type T [8]byte func f(p *T, i int) byte { return p[i] } ``` This code generates a nil pointer check on `p`. ``` 0x000e 00014 (/Users/khr/gowork/tmp1.go:6) MOVQ "".p+32(SP), DX 0x0013 00019 (/Users/khr/gowork/tmp1.go:6) TESTB AL, (DX) <- nil pointer check 0x0015 00021 (/User...
Performance,NeedsInvestigation,compiler/runtime
low
Minor
652,615,058
flutter
[Web] Key simulation does not work on web
[Skip audit] Following up on this comment from skipped test: https://github.com/flutter/flutter/blob/8ed8b06ac5a1028e689d87592543880882a516da/packages/flutter/test/rendering/editable_test.dart#L938 I wasn't able to find another issue referencing key simulation support for web. This appears to affect these 4 ski...
a: tests,a: text input,team,framework,platform-web,P3,c: tech-debt,team: skip-test,team-web,triaged-web
low
Critical
652,618,415
flutter
Support motionEventIds in android_view test
a: tests,engine,a: platform-views,P2,team-engine,triaged-engine
low
Minor
652,657,408
flutter
[Web] RawKeyEvent valid assertion broken in tests
[Skip Audit] These two tests are broken for web. They should assert due to invalid unicodeScalarValues. Tests: https://github.com/flutter/flutter/blob/8ed8b06ac5a1028e689d87592543880882a516da/packages/flutter/test/services/raw_keyboard_test.dart#L1100 https://github.com/flutter/flutter/blob/8ed8b06ac5a1028e689d8...
a: tests,a: text input,team,framework,platform-web,P3,c: tech-debt,team: skip-test,team-web,triaged-web
low
Critical
652,664,013
go
x/net/html: doesnt support attributes without values ie <script async "foo.js">
<!-- 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.4 windows/amd64 </pre> ### Does this issue rep...
NeedsInvestigation
low
Critical
652,677,095
kubernetes
dnsConfig applies RFC-1123 too broadly to searches
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: RFC-1123 defines restrictions to host names. In Kubernetes, these restrictions are also applied to object names. However, for search strings in dnsConfig, names that are perfectly valid according t...
sig/network,kind/feature,triage/accepted
medium
Critical
652,712,832
pytorch
max_pool2d always compute indices even when it's not required
https://github.com/pytorch/pytorch/blob/bdc00196d1b63a339a5b9b6aaec44cefe069a6ea/aten/src/ATen/native/Pooling.cpp#L145-L147 Proposed fix by @albanD : - if the user explicitly calls, it, they must have a good reason to ask for the indices. - If they call `torch.max_pool2d`, then in the implementation of this in "ATe...
module: nn,triaged,enhancement,module: pooling
low
Minor
652,719,255
pytorch
DDP should provide an option for not touching grad of locally unused params
## πŸ› Bug <!-- A clear and concise description of what the bug is. --> For multi task training with different ranks running different tasks, parameters of inactive tasks are unused locally, even though used globally. By default DDP would allreduce these parameters and update all with the mean of grad across all ran...
oncall: distributed,feature,triaged
medium
Critical
652,735,479
flutter
Don't strip binaries in unoptimized modes.
This should aid debugging as the symbols will be available directly to debuggers. Today, the unstripped variants are present in the `exe.unstripped` directory. Developers who work on the engine have to manually point their tools to this location. One potential issue with this is that I am not completely sure if unop...
c: new feature,engine,P3,team-engine,triaged-engine
low
Critical
652,757,118
pytorch
Missing Code for Audio Classification Tutorial
## πŸ“š Documentation It looks as though the code is missing for the [Audio Classification Tutorial](https://pytorch.org/tutorials/beginner/audio_classifier_tutorial.html). I didn't see code in the html document or at the [linked GitHib url](https://github.com/pytorch/tutorials/blob/master/beginner_source/audio_classi...
module: docs,triaged
low
Minor
652,763,802
flutter
Imbalanced calls to PlatformView::NotifyCreated and NotifyDestroyed will cause unnecessary surface re-creation.
Today, the Flutter engine platform view expects that calls to NotifyCreated and NotifyDestroyed are balanced. However, at least the iOS embedding might call NotifyCreated multiple times. This leads to re-creation of the surface and synchronization of all Flutter engine managed threads. This is unnecessary and slows dow...
engine,c: performance,P2,team-engine,triaged-engine
low
Major
652,770,366
rust
Re-exported tuple struct changes field visibility depending on how it is imported
I think this is a bug in the compiler, but if that isn't the case, it is at least a diagnostics bug that should definitely be addressed. The error message is very confusing and doesn't indicate the actual issue that needs to be addressed. Here's a fairly minimal reproduction: ([Rust Playground](https://play.rust-lang.o...
C-enhancement,A-diagnostics,A-resolve,T-compiler
low
Critical
652,839,807
go
x/tools/go/analysis/passes/shadow/cmd/shadow: fixing shadowed errs results in code more likely to cause errors
<!-- 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 1.14.4 </pre> ### Does this issue reproduce with the latest relea...
NeedsInvestigation,Tools,Analysis
low
Critical
652,965,824
flutter
[proposal] ability to change text overflow on the TextField
If the user inputs more text than can fit into the available space of a single line `TextFormField`, then end of the text is simply cropped. In debug mode, an overflow warning is also displayed on screen. Unlike the `Text` widget however, the `TextFormField` does not have an `overflow` parameter so that we can for...
a: text input,c: new feature,framework,f: material design,c: proposal,P2,team-text-input,triaged-text-input
low
Critical
653,018,178
youtube-dl
Please add poptv.com
<!-- ###################################################################### 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
653,074,614
neovim
provide VertSplitNC for splits not adjacent to the current window
I currently use different highlights for `StatusLine` and `StatusLineNC`, to brighten the status line of the current window, making it easy to see at a glance. I'd love to do the same for the vertical splits surrounding the current window and non-current windows, making the former brighter than the latter. The hi...
enhancement,highlight
low
Critical
653,086,268
godot
Android build is (sometimes) missing referenced .NET assemblies
**Godot version:** 3.2.1 (3.2.2 has some breaking changes so I have not updated yet) **OS/device including version:** Ubuntu 20.04 LTS Linux devtop-home 5.4.0-40-generic #44-Ubuntu SMP Tue Jun 23 00:01:04 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux Multiple version of Android **Issue description:** In my proj...
bug,platform:android,topic:porting,topic:dotnet
low
Critical
653,119,217
flutter
Debug WebSocket - make it throw exception with more extra information
Thanks very much for this wonderful library! <!-- 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...
engine,dependency: dart,c: proposal,a: error message,P3,team-engine,triaged-engine
low
Critical
653,125,086
tensorflow
Autograph applied to Keras Custom Loss during Eager Execution
**System information** - Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10, x64 - TensorFlow installed from (source or binary): binary (pip) - TensorFlow version (use command below): TF 2.4.0.dev2...
type:bug,comp:keras,comp:autograph,TF 2.2
medium
Critical
653,138,420
angular
[Ivy] Animation events @trigger.start and @trigger.done are emitted after ngOnDestroy
<!--πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”… 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. πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…πŸ”…...
area: animations,state: confirmed,P3
low
Critical
653,146,510
flutter
Allow text wrapping behavior to be controlled
when the word is very long, the text wrap will be not good. at web, we can use `word-break: break-all;` to solve it. so, can flutter add the feature? ## Use case ```dart MaterialApp( theme: new ThemeData(), home: Scaffold( body: Center( child: Container( width: 100.0, child:...
c: new feature,framework,engine,a: typography,P3,team-engine,triaged-engine
medium
Critical
653,148,528
flutter
Failed to apply plugin [id 'com.android.internal.version-check']
Hello, I am experiencing issues building an android application on flutter. The IOS app complies with no problems. The issue seems to be along the lines of Gradle versioning for the third-party flutter plugin. However, the plugin itself shouldn't be a problem because (I) I can import it in an empty project withou...
c: crash,platform-android,tool,a: build,P3,a: plugins,team-android,triaged-android
medium
Critical
653,243,074
PowerToys
[FancyZones] Only snap near top of the screen.
Title sort of says it all. I use/used windock and I was able to configure it to only snap when I was near the top of the monitor. This allowed me to drag windows around and have them not snap without having to hold shift. As an example I opened the calculator and tried to move it and it immediately filled out the entir...
Idea-Enhancement,FancyZones-Dragging&UI,Product-FancyZones
low
Minor
653,256,349
vscode
Investigate use of ts external project for notebooks
There is https://github.com/Microsoft/TypeScript/wiki/Standalone-Server-%28tsserver%29#external-project which seems to allow us to support JS and TS in notebooks - in the sense of a notebook is a project (see https://github.com/microsoft/notebook-extension-samples/blob/master/notebook-language-guide/notebook-language-g...
feature-request,typescript,notebook
low
Minor
653,259,637
vscode
Zooming with Ctrl+MouseWheel doesn't update configuration
Issue Type: <b>Bug</b> Zooming with Ctrl+MouseWheel doesn't update the configuration `window.zoomLevel`, `editor.fontSize` or `editor.lineHeight` and there is no `editor.fontZoomLevel` configuration so if there is anything on an extension that depends on it, it won't work properly. From what I've seen in the code...
feature-request,editor-core
low
Critical
653,300,140
flutter
FloatingActionButtonAnimator getRotationAnimation issue
**Issue #25123 already open but @NBTX is unable to reopen it, please make sure to check it out.** > ## Steps to Reproduce > 1. Create a MaterialApp and Scaffold > 2. Try to apply a `floatingActionButtonAnimation` > 3. The results are ignored. > > ## Logs > ```shell > [ ] Connected to _flutterView/0x73...
framework,a: animation,f: material design,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-design,triaged-design
low
Critical
653,351,359
pytorch
TORCH_CUDA_ARCH_LIST deprecation warning
## πŸ› Bug During build with `TORCH_CUDA_ARCH_LIST=5.2 python setup.py install` a warning is shown: ``` In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST to cmake instead of implicitly setting it as an env variable. This will become a FATAL_ERROR in future version of pytorch. ``` ...
module: build,triaged,enhancement
low
Critical
653,389,743
TypeScript
TypeScript doesn't error on late definition/initialization of variables from outside an async closure.
**TypeScript Version:** 4.0-beta and Nightly (as of writing) <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** async closure variable initialization **Code** ```ts async function doSomething(): Promise<void> { const x = setTimeout(() => { ...
Suggestion,Awaiting More Feedback
low
Critical
653,413,708
kubernetes
Investigate use of e2e framework's flake report
The e2e test framework, has a flake report utility https://github.com/kubernetes/kubernetes/blob/master/test/e2e/framework/flake_reporting_util.go. As far as we know, there is no current usage of this utility but it is mentioned as useful for https://github.com/kubernetes/kubernetes/issues/66239. We should invest...
kind/cleanup,kind/feature,help wanted,sig/testing,priority/important-longterm,lifecycle/frozen,area/e2e-test-framework
low
Major
653,418,057
rust
Unique references to temporary empty arrays are not actually unique
```rust fn two_muts<T>(a: &mut [T], b: &mut [T]) { assert_ne!(a.as_ptr(), b.as_ptr()); } fn main() { two_muts::<u8>(&mut [], &mut []); } ``` I expected this code to compile and exit without effect; instead, I get an assertion error. It seems that, when passing in unique references to temporary empty...
T-compiler,C-bug,A-array
low
Critical
653,422,166
TypeScript
Unmet parameter type in function call is misleading the compiler when those parameters involve inherited interfaces
<!-- 🚨 STOP 🚨 STOP 🚨 STOP 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section! Please help us by doing the following steps before lo...
Bug
low
Critical
653,460,341
godot
GlobalTransform being called from nowhere on node not in tree.
**Godot version:** 3.2.2 **OS/device including version:** Windows 10; C# **Issue description:** When I debug and example project: I create 3 nodes unnatached to the scene tree. I then try to set a boolean on these nodes in a seperate thread, but this seems to break execution: https://i.gyazo.com/3f1fb76...
bug,topic:dotnet
low
Critical
653,461,418
TypeScript
Property does not exist on `globalThis` immediately after declaring it
**Code** ```ts declare module "buf" { global { class Buffer {} } import Buf = globalThis.Buffer; export { Buf as Buffer }; } ``` **Expected behavior:** No errors. **Actual behavior:** `Property 'Buffer' does not exist on type 'typeof globalThis'.` **[Playground Link](http...
Suggestion
low
Critical