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 |
|---|---|---|---|---|---|---|
424,588,793 | TypeScript | Symbol definition improvement | <!-- ๐จ STOP ๐จ ๐ฆ๐ง๐ข๐ฃ ๐จ ๐บ๐ป๐ถ๐ท ๐จ
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please read the FAQ first, especially the "Common Feature Requests" section.
-->
## Search Terms
<!-- List of keywords you searched for before creating this issu... | Suggestion,In Discussion | low | Critical |
424,591,482 | flutter | Change viewportFraction dynamically in PageController | <!-- Thank you for using Flutter!
Please check out our documentation first:
* https://flutter.io/
* https://docs.flutter.io/
If you can't find the answer there, please consider asking a question on
the Stack Overflow Web site:
* https://stackoverflow.com/questions/tagged/flutt... | c: new feature,framework,P2,team-framework,triaged-framework | low | Critical |
424,659,533 | TypeScript | refactoring for listing parameters from single line to column and back | parameters
```ts
// before
function fn(a: A, b: B, c: C) { /*..*/ }
// after
function fn(
a: A,
b: B,
c: C
) { /*..*/ }
// and back
function fn(a: A, b: B, c: C) { /*..*/ }
```
arguments
```ts
// before
return foldArray(toReversed(values), toListOf<T>(), (result, value) => add(result, ... | Suggestion,Awaiting More Feedback | low | Minor |
424,674,770 | TypeScript | syntax to control over distributivness | from: https://github.com/Microsoft/TypeScript/issues/30569#issuecomment-476007534
so basically we need a way to say it clear and loud in the language whether we want:
```ts
Promise<A> | Promise<B>
```
or
```ts
Promise<A | B>
```
as a result of a type operation | Suggestion,In Discussion | medium | Major |
424,679,779 | react-native | JavaScript strings with NULL character are not handled properly | ## ๐ Bug Report
JavaScript strings with NULL character are not handled properly
## To Reproduce
```jsx
<Text style={styles.welcome}>{'Hello \u0000 World'}</Text>
```
The text is cuted to Hello
It does not happen when Debug JS Remotely.
## Expected Behavior
Hello World
## Code Example
https://github.co... | JavaScript,Bug,Never gets stale | medium | Critical |
424,691,645 | pytorch | Add layer-wise adaptive rate scaling (LARS) optimizer | ## ๐ Feature
Add a PyTorch implementation of layer-wise adaptive rate scaling (LARS) from the paper "[Large Batch Training of Convolutional Networks](https://arxiv.org/abs/1708.03888)" by You, Gitman, and Ginsburg. Namely, include the implementation found [here](https://github.com/noahgolmant/pytorch-lars) in the `... | feature,module: optimizer,triaged | medium | Major |
424,691,705 | godot | Complex model render incorrectly using GLES3 unless increasing blend shape max buffer size | **Godot version:**
3.1 official
**OS/device including version:**
Windows 10, Vega 8 and Intel integrated, latest drivers
**Issue description:**
Imported model is not completly rendered when using GLES3, but it does when using GLES2, it also rendered correctly in versin 3.0.6
**Steps to reproduce:**
I'm lin... | enhancement,topic:rendering,documentation,topic:import,topic:3d | low | Major |
424,709,346 | godot | Support offset in BoneAttachment | When adding a BoneAttachment to a Skeleton, the BoneAttachment's position is set to that of the bone it is attached to. This makes sense, but then if you explicitly alter the transform of the BoneAttachment in the editor, it always goes back to the bone's position at runtime. This is causing us issues, as the only bone... | enhancement,topic:core | low | Major |
424,719,040 | rust | Cannot implement trait on type alias involving another trait's associated type | When trying to implement `From` for nalgebra types, I discovered the following surprising behavior:
crate2/src/lib.rs
```rust
pub trait Foo {
type Bar;
}
pub struct Baz;
impl Foo for Baz {
type Bar = ();
}
pub struct Quux<T>(pub T);
pub type Corge = Quux<<Baz as Foo>::Bar>;
```
crate1/s... | A-type-system,A-associated-items,T-compiler,C-bug,T-types | low | Critical |
424,753,998 | svelte | `bind:group` does not work with nested components | I'm trying to bind a store variable to group of checkboxes and it works till I move checkbox into a separate component, after that only one checkbox can be chosen at a time, here's an example from repl: https://gist.github.com/imbolc/e29205d6901d135c8c1bd8c3eec26d67 | feature request | high | Critical |
424,767,122 | ant-design | ่ฏทไธบ่กจๆ ผ (Table) ็ปไปถๆทปๅ ไธไธชๆฐๆฎ่ก (tr) ๅ็ป็ๅ่ฝใ | - [ ] 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?
็จ่กจๆ ผๅฑ็คบๆฐๆฎ็ๆถๅ๏ผๅธๆ่ฝๅฐๅ
ทๆๅ
ณ่็ๆฐๆฎ่กๅ็ปๅฑ็คบ๏ผๆฏๅฆ็จ่พนๆก็บฟๅฐๅคไธชๆฐๆฎ่กๆก่ตทๆฅไฝไธบไธไธชๆดไฝๆฅๅฑ็คบใ
### What does the proposed API look like?
```js
const data = [
... | ๐ก Feature Request,Inactive | medium | Major |
424,798,765 | go | net/url: make URL parsing return an error on IPv6 literal without brackets | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
go version go1.11.2 windows/amd64
</pre>
### Does this issue reproduce with the latest release?
<pre>
yes
</pre>
### What operating system and processor architectu... | help wanted,NeedsFix | medium | Critical |
424,800,710 | electron | TitleBar/MenuBar Settings | Good day
I like Electron because it has a good code implementation.
BrowserWindow has a lot of nice options for customization
[https://electronjs.org/docs/api/browser-window](url)
But I hope you will add some simple options for TitleBar customization
For some easy applications, change a color bar is more than en... | enhancement :sparkles: | low | Minor |
424,872,689 | flutter | PaintingStyle should have a strokeAndFill enum value | Hi,
I know that this has been removed here https://github.com/flutter/engine/pull/3037
Is there any reason to remove this?
Or any other solution to avoid hitting the same pixels twice with a stroke draw and a fill draw? | framework,engine,d: api docs,P3,team-engine,triaged-engine | medium | Critical |
424,918,202 | scrcpy | can you make scrcpy work on ip stream .like play on live on any browser and media player | feature request | low | Minor | |
424,920,401 | rust | [eRFC] Include call graph information in LLVM IR | ## Summary
Add an experimental compiler feature / flag to add call graph information, in
the form of LLVM metadata, to the LLVM IR (`.ll`) files produced by the
compiler.
## Motivation
(This section ended up being a bit long winded. The TL;DR is improving existing
stack analysis usage tools.)
Stack usag... | A-LLVM,T-compiler,WG-embedded,needs-fcp,A-CLI | medium | Major |
424,934,543 | scrcpy | Hotkeys for record screen | To record a video I need to run the command:
```scrcpy -r file.mkv```
This method is inconvenient if the scrcpy is already running and I need to make a video. I will have to return to the console, close the program, enter the command. After recording the video, I will have to close the scrcpy and reopen it without pa... | feature request,record | low | Major |
424,949,450 | vscode | [html] bracket matching in strings | Issue Type: <b>Bug</b>
In HTML the minor sign inside of tags is sometimes recognised as opening a new tag.
For Example:
`<div data-ng-if="(something <= 0)" class="alert alert-warning">`

VS Code vers... | bug,html | low | Critical |
424,956,527 | go | x/tools/cmd/goimports: prefer main module requirements | <!-- 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.1 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture ar... | NeedsInvestigation,Tools | low | Critical |
424,959,472 | opencv | New JasPer release fixing CVEs | JasPer 2.0.16 got recently released.
I would like to see a transition to OpenJPEG as suggested in https://github.com/opencv/opencv/issues/5849 but in the meantime I think updating the sources for libjasper might be a good idea since it fixes two CVEs.
I would have created a PR instead but looking at the to me unf... | category: imgcodecs | low | Minor |
424,982,212 | react | Memoized components should forward displayName | **Do you want to request a *feature* or report a *bug*?**
I'd like to report a bug.
**What is the current behavior?**
First of all, thanks for the great work on fixing https://github.com/facebook/react/issues/14807. However there is still an issue with the current implementation.
`React.memo` does not forwa... | Type: Enhancement,Component: Shallow Renderer | medium | Critical |
424,995,504 | flutter | google_maps_flutter package - CameraPosition does not follow location updates | The GoogleMap widget already is getting the location and listening to location updates if it is instantiated with myLocationEnabled. I would like it to be able to do two additional things with this information:
1. Instantiate the map with the CameraPosition set to the user's current location.
2. Update the CameraPos... | c: new feature,p: maps,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | low | Minor |
425,000,028 | pytorch | improve jit error message for legacy constructor | Reported by @jph00
> new_tensor is a legacy constructor and is not supported in the JIT
It'd be helpful to know in the error message what the non-legacy alternative is. | module: docs,triaged | low | Critical |
425,011,574 | go | x/net/nettest: extend TestConn with optional interface checks | EDIT: we'll proceed with Option 1.
---
For the same project as discussed in #30984, I'm using `nettest.TestConn` to test a custom `net.Conn` implementation.
Now that I've got the basics covered, I realize it'd be useful to be able to extend the tests to make sure that my `CloseRead`/`CloseWrite` methods that a... | Proposal,Proposal-Accepted | low | Minor |
425,015,793 | flutter | Support better scaling of Android platform views | Right now when a scale transform is applied to an AndroidView the texture is drawn scaled without scaling the virtual display and the internal view.
This can be improved by sending the scale factors to the PlatformViewsController and calling [setScaleX](https://developer.android.com/reference/android/view/View.html#... | platform-android,framework,a: platform-views,c: proposal,P2,team-android,triaged-android | low | Minor |
425,043,188 | pytorch | UnpicklingError when trying to load multiple objects from a file | ## ๐ UnpicklingError when trying to load multiple objects from a file
Pickle allows to dump multiple self-contained objects into the same file and later load them through subsequent reads. The pickling mechanism from PyTorch has the same behavior when using an in-memory buffer like `io.BytesIO`, but raises an error... | module: pickle,module: serialization,triaged | low | Critical |
425,071,304 | vue | TypeScript: Vue types $attrs should be type Record<string, any> | ### Version
2.6.10
### What is expected?
`Vue.prototype.$attrs` should be type `Record<string, any>` and not `Record<string, string>`.
Since `2.4.0`, `vm.$attrs` has contained extracted bindings not recognized as props. The type of these values is unknown.
### Steps to reproduce
Take the following component... | typescript | medium | Critical |
425,105,330 | go | x/net/nettest: add TestListener API | I'm currently implementing my own `net.Listener` (see also #30984 and #31033), https://godoc.org/github.com/mdlayher/vsock#Listener, and would like to ensure it is in full compliance with the `net.Listener` contract; that is:
- Accept blocks until a connection is receive, or it is interrupted
- Close terminates the... | Proposal,Proposal-Accepted | low | Major |
425,122,888 | TypeScript | Enum redeclared as var inside block scope | <!-- ๐จ 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 |
425,140,496 | vscode | [json] Provide support for highlighting the source of the error in json files rather than highlighting the entire file | In VSCode, I have a RunConfigurationSchema.json file and a runconfig.json file open. When I edit my runconfig.json file and I make an invalid change to a parameter (as seen for the 'framework' parameter in the picture attached); all the lines in the json file are highlighted and underlined with green squiggly lines. It... | feature-request,json | low | Critical |
425,170,780 | rust | Add guidance when unused_imports fires on an item only used in cfg(test) | This is a very common source of confusion for new Rust users: They import a module for use in tests, then get an "unused import" warning when building a non-test target. Meanwhile, removing the import breaks their tests. [See here](https://users.rust-lang.org/t/seemingly-invalid-unused-import-warning/21465) for an exam... | C-enhancement,A-lints,T-compiler,A-libtest,A-suggestion-diagnostics,D-confusing,D-newcomer-roadblock | low | Major |
425,172,751 | godot | [3.x] Autocomplete of vars fails unless directly below and also if line previously had error | **Godot version:**
3.1 64-bit
**OS/device including version:**
Windows 10
**Issue description:**
Autocomplete does not work
**Steps to reproduce:**
Hello,
New user here. Two autocomplete bugs that I encountered on using Godot for the first time, hampering my ability to learn and use the editor/languag... | bug,topic:gdscript,topic:editor | low | Critical |
425,198,177 | go | x/review: use alternative remote repository | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.12.1 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
yes
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go env</code> Output</summary... | NeedsInvestigation | low | Critical |
425,199,998 | go | cmd/compile: pack structs containing anonymous fields more tightly | I attempted to refactor some common fields (E) out of a struct (T1), yielding (T2). Unfortunately, this changed the packing of the fields, which makes this refactoring infeasible in this case.
```go
type E struct {
X int
B uint8
}
type T1 struct {
X int
B uint8
C uint8
}
type T2 struct {
E
C u... | Performance,NeedsInvestigation,compiler/runtime | low | Minor |
425,202,876 | godot | [Bullet] Convex Collision Sibling wrong margin with Bullet | **Godot version:**
3.1
**OS/device including version:**
Windows 10 x64 / NVIDIA GeForce GTX 1060 6GB / Intel Core i7 4790K
**Issue description:**
When a CollisionShape is created from a mesh using "**Create Convex Collision Sibling**", it's being it is getting away from the bottom cube by the "collision marg... | bug,discussion,confirmed,documentation,topic:physics | low | Major |
425,235,348 | flutter | Make SnackBarAction's check for Scaffold nullOk | Currently its not possible to use a SnackBar with a SnackBarAction somewhere other than a Scaffold (like a persistent, global SnackBar) because of the SnackBarAction's attempt to hide the SnackBar through the Scaffold.
It seems all that would have to be changed is _handlePressed in _SnackBarActionState changing the ... | framework,f: material design,c: proposal,P3,team-design,triaged-design | low | Minor |
425,235,633 | godot | RayShape2D Collides with the bottom of one way collision tiles | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
<!-- Specify commit hash if non-official. -->
v3.1.stable.official (Steam)
**OS/device including version:**
<!-- Specify GPU model and drivers if ... | bug,confirmed,topic:physics | low | Critical |
425,319,953 | vscode | Debug: Server ready action pattern should have validation | Testing #71074
When I input an invalid regex in the `serverReadyAction.pattern` field, there is no JSON validation or warning on debug start:

| bug,feature-request,debug | low | Critical |
425,321,685 | angular | ReactiveForms: FormGroup.removeControl doesn't call control.setParent(null) | # ๐ bug report
### Affected Package
`@angular/forms`
### Is this a regression?
Most probably no.
### Description
The `FormGroup` class' `removeControl` method does not call `setParent(null)` for the target control. This appears to be an inconsistency in the implementation.
Our expectation is that ... | area: forms,P4 | low | Critical |
425,342,005 | flutter | [tool]Provide better feedback when "Initializing Gradle" | Take a look at #26077, #25808 and especially #15106, all of which are about the "Initializing Gradle" step taking forever, and all of which have been closed with no changes, despite tons of people having (apparently) the same problem.
There seem to be a number of issues - it downloads 400MB of Gradle (wtf), I get th... | tool,t: gradle,a: quality,c: proposal,P3,team-tool,triaged-tool | low | Critical |
425,350,620 | rust | compiletest: emit time spent for each test suite | Right now we have test suites with thousands of files each. It would be useful for compiletest to indicate how long it takes when it runs each such suite, so that someone reviewing where time is going during testing can know where the bulk of time overall is being spent without having to stare at the output holding a s... | A-testsuite,C-enhancement,T-bootstrap,E-medium,A-compiletest | low | Minor |
425,383,503 | create-react-app | Defer loading of code-split CSS | I have used code splitting to split my CRA code which is working great. However, I want to be able to delay the loading of certain CSS files. For example, I lazy load my page's footer using reat-lazyload (which loads the component as you scroll down the page) but the CSS is always loaded in on the load of the page by C... | issue: needs investigation | low | Major |
425,420,793 | kubernetes | Separate cacher is created for each version of a resource | This is forked from https://github.com/kubernetes/kubernetes/issues/51825 which was closed without fixing this particular issue.
Currently a separate cacher is created for every version of an API.
That may introduce a significant overhead for both memory (every object is kept in memory) as well as CPU (each cacher ... | kind/bug,sig/scalability,sig/api-machinery,priority/important-longterm,lifecycle/frozen | medium | Critical |
425,443,687 | vscode | No clue that server ready action is running | re https://github.com/Microsoft/vscode/issues/71074
* have a slow vm
* configure service action to open external app
* have firefox as default browser (which likely is slow starting or installing updates on start)
* start debugging
* nothing happens... firefox isn't showing UI, the debug output doesn't hint towa... | feature-request,debug | low | Critical |
425,448,265 | pytorch | [CPP] Allow binding config structs into the Python front end | ## ๐ Feature
Allow binding config structs into the Python front end.
Like
```
struct config
{
int x_min, x_max, y_min, y_max;
}
torch::jit::RegisterStruct("config::config", &config)
```
## Motivation
Right now, I have to pass configs into the custom ops by arguments. Which gets really hairy in p... | oncall: jit,module: cpp | low | Minor |
425,453,208 | scrcpy | kudos and compliments! | I just wanted to compliment you on this excellent effort. This is an unbelievably stable and useful project. I couldn't find any other way to compliment this project on github so I thought that amoung the sea of issues and feature requests, that I would drop one that's just a compliment. You can close/delete or do what... | wontfix | low | Major |
425,460,467 | godot | AutoExposure flickering wildly when framebuffer allocation = 2D | **Godot version:**
81292665d5dcc991d3c9341245b269193329ee22 (latest master as of this issue), but occurs since at least 3.1
**OS/device including version:**
Antergos, kernel 5.0.4-arch1-1-ARCH
NVIDIA GeForce GTX 1080 Ti, proprietary drivers, version 418.56
**Issue description:**
AutoExposure causes screen to... | bug,topic:rendering,confirmed,topic:2d | low | Critical |
425,469,329 | vscode | Accessibility service not firing onDidChangeAccessibilitySupport | Found testing https://github.com/Microsoft/vscode/issues/67744
All testing was done in the explorer view.
I turned on NVDA and saw that the list keyboard navigation changed.
When I turned off NVDA, I expected that the list keyboard navigation would go back to the new filtering behavior. It did not.
I reload... | upstream,accessibility,windows,workbench-launch,upstream-issue-linked,chromium | low | Major |
425,507,418 | flutter | showSearch keyboardType | You don't always search with text, some times you search with numbers, there should be an option to show a numeric TextInputType on a showSearch screen. | c: new feature,framework,f: material design,c: proposal,P3,team-design,triaged-design | low | Minor |
425,512,047 | go | net/http/httptest: make it possible to use a Server (TLS or not) to test cookies | # httptest.NewTLSServer uses a cert that is not valid for localhost
<!-- 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.1 darwin/amd64
</pre>
### Does this issue reproduce with the latest re... | help wanted,NeedsInvestigation,FeatureRequest | low | Critical |
425,514,249 | vscode | Call hierarchy: use different icons to express semantics of call graph nodes | testing #71083:
Since all nodes of a call graph are functions, representing them with a function icon does not provide additional information:

Instead we could use different icons to expr... | feature-request,callhierarchy | low | Minor |
425,565,628 | vscode | File Provider: support symbolic link operations | With the new file service we can support move/copy across file system providers for files and folders. However, if one of the items is a symbolic link, there is currently no way to re-create such a link on the target provider.
In node.js terms there is a method called [`symlink`](https://nodejs.org/docs/v10.2.0/api... | feature-request,api,remote,file-io | low | Minor |
425,581,631 | godot | mesh render problems with concave n-gons | **Godot version:**
3.1 stable
**OS/device including version:**
Windows 10, GTX 1080, 417.71
**Issue description:**
Imported a self made model, and got a wrong rendering in the preview window.
Model is made with blender. Exported wavefront object is correctly rendered when imported back into an empty blender p... | bug,documentation,topic:import | low | Critical |
425,583,883 | flutter | "flutter" tool should check for announcements | We should have a well-defined location where we store announcements, and the flutter tool should check this location regularly and report currently-active announcements when it is run.
Such announcements should also be reported to IDEs using `--machine`.
We would use this relatively rarely. One example of when we... | c: new feature,tool,from: study,customer: product,P2,team-tool,triaged-tool | low | Major |
425,593,881 | TypeScript | Incremental --build, then delete generated js file, then another incremental --build does not recreate js file | <!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** 3.4.0-dev.20190326
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
incremental
**Code**
tsconfig.json:
```json
{... | Suggestion,Awaiting More Feedback,Domain: --incremental | high | Critical |
425,644,053 | vscode | http.systemCertificates requires window reload | Testing #71108.
Following the steps in the test item, once I'm in a state at which the extension receives data from the server, unchecking `http.systemCertificates` has no effect. I need to reload the window to make the extension through an error again. | bug,proxy | low | Critical |
425,652,657 | TypeScript | Change API for compiler option "target" to use strings instead of numbers | Currently, `ScriptTarget.ESNext` has different values depending on which version of TS you are using.
This makes it very hard for clients of tsserver to resiliently allow users to specify "ESNext" and have it work across changes to `ScriptTarget`.
After discussing with @RyanCavanaugh and @weswigham, it seems to mak... | Needs Investigation | low | Minor |
425,663,594 | flutter | Platform messages sent before Flutter initializes are lost | There are many cases where the platform will respond to lower-level events prior to Flutter fully initializing. For example (on Android):
- Execution via a shortcut
- Push notifications
- Low-level callbacks
- App/Deep links
In these instances, the platform may wish to notify Flutter that these things have hap... | c: new feature,engine,a: fidelity,c: proposal,P3,team-engine,triaged-engine | low | Minor |
425,711,015 | youtube-dl | Error on litv.tv | F:\youtube-dl 2019.03.18>youtube-dl -i https://www.litv.tv/vod/comi
c/content.do?content_id=VOD00142950
[LiTV] VOD00142950: Downloading webpage
[LiTV] VOD00142950: Downloading JSON metadata
ERROR: Unable to download JSON metadata: HTTP Error 405: Method Not Allowed (cau
sed by HTTPError()); please report this issu... | geo-restricted | low | Critical |
425,739,330 | flutter | Closing BottomSheet - managing bottomsheet controller is a pain | In order to replace the bottom sheet you need to first close it, if it already exists, then showBottomSheet.
The Scaffold.of(context) method is very useful when showing a bottom sheet, but you have to save the controller returned by Scaffold.showBottomSheet() in order to be able to close it, because you can't just s... | framework,f: material design,a: quality,c: proposal,P3,team-design,triaged-design | low | Minor |
425,767,944 | three.js | GLTFExporter: support animations from multiple scenes | Currently has this:
```javascript
for ( var i = 0; i < options.animations.length; ++ i ) {
processAnimation( options.animations[ i ], input[ 0 ] );
}
```
This should be based on input[j] | Enhancement | low | Minor |
425,803,242 | TypeScript | Pull required references from referenced projects. | ## Search Terms
Inherit references from referenced project.
Pull required references from referenced projects.
## Suggestion
I have projects that have references to other projects, but one other project has references to another project it is dependent on. That seems to be completely ignored, and is causing ... | Suggestion,Awaiting More Feedback | low | Critical |
425,827,913 | TypeScript | Allow "T extends enum" generic constraint | TypeScript has a discrete `enum` type that allows various compile-time checks and constraints to be enforced when using such types. It would be extremely useful to allow generic constraints to be limited to enum types - currently the only way to do this is via `T extends string | number` which neither conveys the inten... | Suggestion,Awaiting More Feedback | high | Critical |
425,835,718 | pytorch | Jit fail with TracingCheckError with tracing model with layers created after init. | ## ๐ Bug
Jit fail with TracingCheckError with tracing model with layers created after init.
## To Reproduce
``` python
import torch
from torch import nn
class InputDepthAdapter(nn.Module):
def __init__(self, channels):
super().__init__()
self.channels = channels
self.r... | oncall: jit | low | Critical |
425,919,623 | TypeScript | Add support for using declaration | <!-- ๐จ STOP ๐จ ๐ฆ๐ง๐ข๐ฃ ๐จ ๐บ๐ป๐ถ๐ท ๐จ
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please read the FAQ first, especially the "Common Feature Requests" section.
-->
## Search Terms
using-declaration, using, declaration, overload
<!-- List of ... | Suggestion,Awaiting More Feedback | low | Critical |
426,034,784 | flutter | UI collapses when writing in TextFormField | I am trying to make simple UI where there is a column with three elements. The first one is a listview, the second one is a TextFormField and last one is a container. When I try to type in the TextFormField then the bottom container also replaces which I don't understand.
Here is my code to help you understand my pr... | c: new feature,framework,f: material design,d: stackoverflow,c: proposal,P3,team-design,triaged-design | low | Minor |
426,110,298 | flutter | RefreshProgressIndicator looks weird without square constraints | If I put a `RefreshProgressIndicator` in a `SizedBox` with an unequal `width` and `height`, I end up with an animating elliptical spinner drawn over a circular background. I don't think that this is intended.
Either the background should also be elliptical or the spinner should be constrained to be circular. (My p... | framework,f: material design,a: fidelity,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-design,triaged-design | low | Minor |
426,110,410 | kubernetes | Volume operation metrics improvements | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
* Filter out user configuration errors from system errors
* Separately measure storage plugin time from pure Kubernetes overhead
* Measure total latency from a K8s user's perspective (time from creating... | sig/storage,kind/feature,lifecycle/frozen | low | Critical |
426,142,230 | flutter | [Discussion] Scope spanning multiple screens | Having a way to manage scopes in Flutter.

(From https://proandroiddev.com/dagger-2-part-ii-custom-scopes-component-dependencies-subcomponents-697c1fa1cfc)
_An example:_
The login is implemented using multiple pages (which are manage... | framework,customer: crowd,c: proposal,a: error message,P3,team-framework,triaged-framework | medium | Critical |
426,143,026 | pytorch | Make it easier to figure out what CuDNN convolution algorithm we actually chose | While debugging #12484 I wanted PyTorch to tell me which cuDNN convolution algorithm it selected. But I have no way of getting it to do so, except running nvprof and reading the tea leaves. | module: cudnn,module: logging,triaged | low | Critical |
426,164,192 | TypeScript | allow inline intellisense comment on es6 export |
## Search Terms
intellisense export
## Suggestion
allow inline intellisense documentation of es6 export, or at least propagate the intellisense comments of the exported package. currently nothing is exported (other than type definitions)
## Use Cases
allows for index files for large libraries to ha... | Suggestion,Experience Enhancement | low | Minor |
426,171,310 | godot | [3.x] Code completion is not full for custom functions | **Godot version:** 3.1
**OS/device including version:** Ubuntu 18.04
**Issue description:**
Code completion does not provide parameter hints for custom functions if they are used from a script other than they are declared in.
```gdscript
# one script
extends Object
class_name KnownClass
func test(param:... | bug,topic:gdscript,topic:editor,confirmed | low | Minor |
426,187,886 | flutter | Allow switching to verbose mode without having to kill the flutter tool | It would be nice if verbose logging can be turned on via a keyboard shortcut:
r - hot reload
R - hot restart
v - enable/disable verbose logging
This is a minor FR. Motivation is to support users who either forget to pass the `-v` flag or use flutter tooling in build/run subsystems that wrap `flutter` tools wher... | c: new feature,tool,P3,team-tool,triaged-tool | low | Minor |
426,201,449 | three.js | UniformUtils.cloneUniforms() does not clone arrays of objects. | ##### Description of the problem
Right now in `UniformUtils.cloneUniforms` when a uniform is a THREE object, it properly clones it, and when it is an array of primitives, it properly slices it, but if the uniform is an array of THREE objects (say an array of Vector3), it does not clone the individual objects.
The... | Enhancement | low | Major |
426,207,610 | flutter | Embedded Android views may send accessibility events before the accessibility bridge knows about them | Right now the main problem with this is that it might result with the Android accessibility framework asking the accessibility bridge for an embedded node (we do generate the flutter<-->embedded ID mapping on the fly when an event is sent) and the bridge cannot create the node as the bounds of the embedded view are not... | platform-android,framework,a: accessibility,a: platform-views,P2,team-android,triaged-android | low | Major |
426,214,240 | neovim | Cursorline has unwanted underline in DiffChange/DiffAdd regions | - `nvim --version`: v0.3.4
- Vim (version: v8.1, patches 1-577) behaves differently?
- Operating system/version: macOS 10.13.6 (High Sierra)
- Terminal name/version: iTerm2
- `$TERM`: tmux-256color (but behavior is same outside tmux with xterm-256color)
### Steps to reproduce using `nvim -u NORC`
```
# Creat... | compatibility,bug-regression,display,core,highlight | low | Major |
426,221,214 | godot | Remember the last used folder for materials and others | **Godot version:**
3.1
**OS/device including version:**
Windows 10 x64 / NVIDIA GeForce GTX 1060 6GB / Intel Core i7 4790K
**Issue description:**
If I do repetitive tasks like insert materials that are in subfolders, Godot always returns to the `res://` folder, so for each operation, I have to repeat all s... | enhancement,topic:editor,usability | low | Minor |
426,226,498 | flutter | [Inspector] Widget mode tool tips don't respect SafeArea | From @willlarche
Using inspector widget mode on iPhone X+, the notch occludes the tool tip for selected widgets in that general area.

They should respect the MediaQuery p... | framework,f: inspector,P2,team-framework,triaged-framework | low | Minor |
426,229,308 | go | x/build/cmd/gopherbot: doesn't close re-opened backport issues | Issue #29270 was filed about gopherbot being too aggressive about closing backport issues. It fought humans (more than one time) who tried to re-open a backport issue. /cc @bradfitz
The fix to that issue was to have gopherbot check for a `gi.HasEvent("reopened")` event and not consider any re-opened backport issues.... | help wanted,Builders,NeedsFix | low | Critical |
426,234,100 | go | net/http/httputil: Reverse Proxy X-Forwarded-For include Port | In the reverse proxy the port is not being added to the header `X-Forwarded-For`. The port is not a requirement but optional. From RFC 7329
```
If the server receiving proxied requests requires some
address-based functionality, this parameter MAY instead contain an IP
address (and, potentially, a port number... | help wanted,NeedsFix,FeatureRequest | low | Minor |
426,251,350 | go | math/big: optimize amd64 asm shlVU and shrVU for shift==0 case | When `shift == 0`, `shlVU` and `shrVU` reduce to a memcopy. When `z.ptr == x.ptr`, it further reduces to a no-op. The pure Go implementation has these optimizations, as of https://go-review.googlesource.com/c/go/+/164967. The arm64 implementation has one of them (see https://github.com/golang/go/issues/31084#issuecomme... | Performance,help wanted,NeedsFix | low | Minor |
426,300,927 | TypeScript | [Design Policy] Consider JSDoc feature parity with Typescript | ## Search Terms
jsdoc parity, jsdoc equivalence, jsdoc
## Suggestion
The JSDoc mode of TypeScript is very useful in cases where a build step (esp for node libraries for example) isn't desired or when other constraints prevent not writing in JS. However it can be annoying when trying to implement something that... | Meta-Issue | medium | Critical |
426,307,198 | TypeScript | Type narrowing on object properties lost in async IIFE | <!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** 3.4.0-dev.20190327
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
narrowing iife control flow
**Code**
```ts
declare... | Suggestion,Experience Enhancement | low | Critical |
426,355,918 | rust | Rust generate erroneous debug line information for non-local panic handlers | Related to https://github.com/rust-lang/rust/issues/55352, Rustc 1.33 generates incorrect debugging information for panic handlers not in the current crate:
Compiling:
```rust
// Taken from https://github.com/rust-lang/rust/issues/55352
pub struct Person {
pub name: String,
pub age: u32
}
pub fn... | A-debuginfo,T-compiler,E-help-wanted,C-bug | low | Critical |
426,500,666 | godot | Can't use `new()` or reference own class name in static function (fixed in `master`) | IMO title is pretty self explanatory. I'll provide some code I used to write:
```gdscript
# @param string|null name
# @param int|BaseType type
static func build(name, type = 0): # Argument|int
# --- SOME CODE ---
return new(name, type)
```
Now I get: Parser Error: Method 'new' is not declared in the c... | bug,topic:gdscript,confirmed | medium | Critical |
426,505,396 | rust | eventual goal: re-remove leak-check from compiler | PR #58592 re-added the so-called leak check.
Re-adding the leak-check masked a number of bugs, where you need to use `-Z no-leak-check` to observe them again.
We plan to eventually re-remove the leak check. But before doing so, we need to double-check that all of the aforementioned masked bugs are either fixed, o... | T-compiler,C-tracking-issue,S-tracking-unimplemented,T-types | low | Critical |
426,509,598 | flutter | Add shadow to an image or icon | Hi all! I searched for an answer on how to do this I didn't find it. I tried copying [this method](https://github.com/flutter/flutter/issues/3402) used for shadowing text, but couldn't make it work for my image.
Basically, I had an image of an icon (like the one below). I wanted to use it as a button (the iOS style)... | c: new feature,framework,P3,team-framework,triaged-framework | medium | Critical |
426,523,759 | flutter | webview_flutter black screen | 
| e: device-specific,framework,f: routes,p: webview,package,c: rendering,team-ecosystem,has reproducible steps,P2,found in release: 2.2,found in release: 2.5,triaged-ecosystem | low | Critical |
426,532,318 | flutter | Return data with popUntil | Navigator.pop supports returning data, I wonder why popUntil doesn't?
Ideally it should also accept a result argument, and pass it to the pop method it calls.
Would flutter team accept a such proposal? | c: new feature,framework,f: routes,P3,team-framework,triaged-framework | high | Critical |
426,573,772 | react | Noscript tags no longer rendering components in 16.5.0 | **Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
Starting in version 16.4.3, the following code:
```
<noscript>
<a href="/cat">Cat</a>
<a href="/dog">Dog</a>
</noscript>
```
is being rendered in the browser as:
```
<noscript></noscript>
```
... | Type: Discussion | low | Critical |
426,597,099 | react | Dancing between state and effects - a real-world use case | I started this as a gist but Dan mentioned that this would be a good discussion issue so here goes. I've been writing with and refactoring code into hooks for a while now. For 95% of code, they are great and very straight-forward once you get the basic idea. There are still a few more complex cases where I struggle wit... | Type: Discussion | high | Critical |
426,648,338 | opencv | custom deallocator | ##### Detailed description
The constructor for OpenCV matrices that takes user allocated memory should allow the user to provide a custom deallocator function that is called when the `cv::Mat` goes out of scope.
When a `cv::Mat` is cunstructed from a pointer to data and passed around, it is hard to keep track of ... | feature,category: core | low | Minor |
426,652,677 | opencv | Mat::copyTo should not re-allocate existing data | follow up of the discussion in #14175.
Currently `Mat::copyTo` will re-allocate the `dst` storage if dimensions or type mismatch (e.g. if src is larger, but also if dst is larger).
This is typically not the desired behavior and should lead to an assertion, which was already implemented in 62ed6cdc742db2f3065f2c472d... | category: core,RFC | low | Minor |
426,683,511 | TypeScript | If node_modules is excluded by default, it should not be part of a confusing documentation example | Hi,
This is not a code issue but documentation that leads to confusion. By default node_modules folder is excluded for tsc. This is good (I guess), but the following documentation https://www.typescriptlang.org/docs/handbook/tsconfig-json.html has an example using node_modules as a folder to exclude. Personally I thi... | Docs | low | Minor |
426,695,212 | flutter | FloatingActionButton tap recognition has clicking problems with Transform | I am building a complex action menu consisting of multiple FloatingActionButtons. Unfortunately if a FAB is using transform, there are problems with clicking. If the example below is executed you will see that the button can be pressed at the lower half of it, but not on the upper half of it. It seems to me, that you c... | framework,f: material design,f: gestures,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-design,triaged-design | low | Major |
426,700,386 | TypeScript | `readonly` mapped type modifiers for `Map` / `ReadonlyMap` | ## Search Terms
ReadonlyMap
ReadWrite
Writable
## Suggestion
3.4.0-rc introduced the ability to use readonly mapped type modifiers with arrays.
(https://devblogs.microsoft.com/typescript/announcing-typescript-3-4-rc/)
It would be useful if the same syntax worked on
## Use Cases
This is useful in... | Suggestion,In Discussion | low | Minor |
426,704,564 | TypeScript | Unconstrained generics are incorrectly assignable to _any_ "Partial" type | <!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** 3.4.0-dev.201xxxxx
**Code**
```ts
declare let x: Partial<HTMLElement>;
function f<T>(y: T) {
x = y;
}
f({ innerHtml: Symbol() }); // this is blatantly incompatible with `HTMLEl... | Bug | low | Critical |
426,724,120 | scrcpy | Register as unlock agent | Android allows you to disable locking with SmartLock:
- when connected to a WIFI network
- when connect to a bluetooth device
- when phone is at position
So, should be cool to disable locking when scrcpy is running. | feature request | low | Minor |
426,806,999 | opencv | Draw lines with transparency x( serveral lines with difference transparency on a color image (not using addWeighted that is slow I have 500 lines) on Color image | I know there is a addWeighted method. But what I need is draw many lines, every line with different transparency.
Which means, can not using N mask to draw then addWeighted, that too slow speed.
To draw a line on BGR format image:
```
line(img_a, p1, p2, c, 2, CV_AA);
```
It does not add alpha even c is S... | category: imgproc,priority: low | low | Major |
426,871,949 | go | x/tools/analysis/passes/httpresponse: check whether http.Response Body is closed. | [httpresponse](https://github.com/golang/tools/tree/master/go/analysis/passes/httpresponse) really helps you to avoid a mistake when using net/http package.
But it only whether your function call of `Body.Close()` is in correct line or not.
So I recently created own linter to check "whether you call `Body.Close()` ... | NeedsInvestigation,Tools,Analysis | low | Critical |
Subsets and Splits
GitHub Issues Containing Next.js References
Filters training data to find examples mentioning "next.js", providing basic keyword search capability but offering limited analytical value beyond simple retrieval.