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 |
|---|---|---|---|---|---|---|
538,717,907 | flutter | General improvements to theming | Currently the Themeing system is difficult to use and understand.
For example what theme is applied to what? I just want to set the AppBar Text
I want to set every property in the application when using Theme's. How do we do this. It needs to be extremely well documented.
I found this in App Bar, that cent... | framework,f: material design,a: quality,team-design,triaged-design | low | Major |
538,720,358 | TypeScript | [formatter] Semicolon is not removed on class member with initializer | *Template info added by @mjbvz*
**TypeScript Version**: 3.8.0-dev.20191216
**Search terms:**
- Format
- semicolons
---
Issue Type: <b>Bug</b>
This is a bug report for the built-in TypeScript formatter.
I set to remove semicolons:
```
"typescript.format.semicolons": "remove",
```
However, semi... | Bug,Domain: Formatter | low | Critical |
538,726,331 | TypeScript | class-factory mixins in type declaration files are impossible. (allow implicit return types in declaration files somehow) | <!-- π¨ 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 | low | Critical |
538,810,804 | pytorch | Memory management is inefficient which limits performance | I encountered an out of memory error during training
RuntimeError: CUDA out of memory. Tried to allocate 1.86 GiB (GPU 0; 31.72 GiB total capacity; 24.58 GiB already allocated; 1.28 GiB free; 5.08 GiB cached)
Clearly there are enough memory, but probably due to fragmentation it cannot allocate 1.86G continuous me... | module: performance,module: cuda,module: memory usage,triaged | low | Critical |
538,821,028 | youtube-dl | Site Support Request For Feet9 | <!--
######################################################################
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 |
538,829,982 | pytorch | Optimizing DLRM for CPU | ## π Feature
A number of optimization and performance tuning for DLRM on CPU
## Motivation
Recommendation systems are one of the most common DL workloads in the cloud or enterprise server room. Very often the recommendation system burns most compute cycles in the data center among all DL workload. DLRM is a st... | module: performance,feature,module: cpu,triaged | low | Major |
538,896,986 | flutter | Document platform channel restrictions whose violations lead to "ServicesBinding.defaultBinaryMessenger was accessed before the binding was initialized." | Hi. I just updated my Flutter SDK. Then when I tried to run my main flutter project where i used Sharedpreferences before the runApp, I got this `ServicesBinding.defaultBinaryMessenger was accessed before the binding was initialized` error. Then I added `WidgetsFlutterBinding.ensureInitialized()` before `runApp`. My ap... | c: crash,d: api docs,customer: crowd,P2,a: plugins,team-framework,triaged-framework | low | Critical |
538,953,259 | godot | Animations not looping on inherited scenes from a 3D gltf animated mesh | ___
***Bugsquad note:** This issue has been confirmed several times already. No need to confirm it further.*
___
**Godot version:**
Commit 3aa46a58cd3ae5f327929d127ac5fef0733176c9
Latest master from december 16, 2019
**OS/device including version:**
Linux Pop_OS! 19.10
**Issue description:**
In... | bug,topic:editor,confirmed,usability,topic:import,topic:animation,topic:3d | medium | Critical |
538,983,372 | godot | Joints spring settings | Add settings to spring param.
`set_flag_z(Generic6DOFJoint.FLAG_ENABLE_LINEAR_LIMIT,true)
set_param_y(Generic6DOFJoint.PARAM_LINEAR_UPPER_LIMIT,1)`
works, but -
`set_flag_y(Generic6DOFJoint.FLAG_ENABLE_LINEAR_SPRING,true)`
and _stiffness_ and _damping_ is missing
documentation not provide info:
`set("linear_spri... | enhancement,documentation,topic:physics | low | Minor |
538,992,187 | godot | Weird error "get_node" | **Godot version:**
3.2 beta3
**OS/device including version:**
win7-64
**Issue description:**
I have this error :` Error 15,1: The method "get_node" isn't declared in the current class.`
in this line:
`onready var pos_spawn_enemy_mid:Vector2 = $Ground/SpawnPivots/EnemyMid.position`
in terminal i have this erro... | bug,topic:gdscript | low | Critical |
539,046,956 | pytorch | DDP/MP not yielding nontrivial speedup | ## π Bug
Following the tutorial from https://pytorch.org/tutorials/intermediate/ddp_tutorial.html I implemented a distributed policy gradient reinforcement learning algorithm. Using the script below I benchmarked 1000 steps on a simple gym environment and recorded the time per worker. Since I'm on a six core machi... | module: performance,module: multiprocessing,triaged,module: data parallel | low | Critical |
539,047,230 | rust | [rustdoc] Hide items from search but leave it clickable under publiced module | In #67346, I wanted to hide HashMap from search under `hash_map` module.
[](https://imgur.com/TkkiEV6.png)
It could be nice to have a way to
* hide items from search but leave it under other publicized module
* display only one in search for items th... | T-rustdoc | low | Minor |
539,075,228 | vscode | Peek call hierarchy should resend prepareCallHierarchy request after switch the direction | In the normal "Show Call Hierarchy" view, both switching the direction and refresh will resend a prepareCallHierarchy request.
But in the "Peek Call Hierarchy" view, switching the direction doesn't resend a prepareCallHierarchy request. It's better to keep consistent with the normal call hierarchy view. Generally we... | under-discussion,callhierarchy | low | Minor |
539,086,183 | pytorch | sklearn and pytorch incompatibility issue | ## π Bug
Import `torch` after `sklearn` causes a segfault.
## To Reproduce
```
import sklearn
import torch
print(torch.__version__)
print(sklearn.__version__)
```

In reverse order:
```
i... | needs reproduction,module: crash,triaged | low | Critical |
539,098,256 | TypeScript | Namespace as first-class citizen | <!-- π¨ 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 | low | Critical |
539,101,537 | material-ui | [Popover] Don't hide scrollbar | - [x] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate.
## Summary π‘
In the [documentation](https://material-ui.com/components/popover/#popover), it is written: "The scroll and click away are blocked unlike with the Popper com... | new feature,component: Popover,priority: important | low | Major |
539,114,821 | rust | Problem with `PartialEq` | When I try to `derive(PartialEq)` for type I get weird compilation error in generated code, but I'm sure it should be fine.
Here's [link to playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=e2671b59bb8fc53d14fded0842a0c0d8)
| A-DSTs,T-compiler,C-bug | low | Critical |
539,115,626 | create-react-app | IE11 support doesn't work in dev mode, even after adding all polyfills and enabling ie11 support | <!--
Please note that your issue will be fixed much faster if you spend about
half an hour preparing it, including the exact reproduction steps and a demo.
If you're in a hurry or don't feel confident, it's fine to report bugs with
less details, but this makes it less likely they'll get fixed soon... | issue: bug | medium | Critical |
539,131,569 | flutter | [webview_flutter] Navigation delegate does not have the same behavior on Android and iOS | ## TL;DR:
The navigation delegate is called several different times on iOS versus Android, which may make custom navigation handler difficult to maintain. The solution would be to rely on `isForMainFrame` to know if we enter the delegate on a real user interaction or not, but it may be confusing sometimes.
## Ste... | a: fidelity,p: webview,package,team-ecosystem,has reproducible steps,P2,found in release: 2.2,found in release: 2.5,triaged-ecosystem | low | Critical |
539,138,051 | opencv | There seems to be a bug in modules/calib3d/src/stereobm.cpp at line 685. | <!--
If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses.
If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute).
Please:
* Read the documentation to test with the latest de... | category: calib3d | low | Critical |
539,165,675 | electron | Create an alwaysOnTopOfWindow browser option to allow windows to be always on top of specific windows | ### Preflight Checklist
<!-- Please ensure you've completed the following steps by replacing [ ] with [x]-->
* [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project.
* [x] I agree to follow the [Code of Conduct](https://github.com/electron/... | enhancement :sparkles: | low | Minor |
539,171,681 | flutter | No link local adapter when personal hotspot is enabled on iOS | This sometimes causes mDNS to fail when host and device are connected to public wifi.
From: https://github.com/flutter/flutter/issues/46698 @dnfield says:
> When hotspot is enabled, we don't get a link local adaptor. And by default, when I'm otherwise connected, that adaptor is disabled. We should look to see if ... | c: new feature,platform-ios,tool,a: quality,customer: crowd,P2,team-ios,triaged-ios | low | Minor |
539,172,424 | go | x/build: report failures fast but still make all test results available | (This feature request/enhancement is related to issue #34119, the goal is to improve developer experience at the expense of using more computational resources.)
In https://github.com/golang/go/issues/14305#issuecomment-565093254, there is discussion of whether to use -k on which branches, and on post-submit only vs ... | Builders,NeedsInvestigation,FeatureRequest | low | Critical |
539,175,748 | terminal | Code Health: Update existing winrt properties to use `GETSET_PROPERTY` when possible | Pretty self explanatory. Classes with a bunch of
```c++
uint32_t TerminalSettings::DefaultForeground()
{
return _defaultForeground;
}
void TerminalSettings::DefaultForeground(uint32_t value)
{
_defaultForeground = value;
}
```
Is an enormous amount of boilerplate... | Help Wanted,Product-Terminal,Issue-Task,Area-CodeHealth | low | Minor |
539,175,836 | terminal | Add a setting to disable mouse-wheel scrolling | This is in lieu of having actual mouse bindings. Some people might actually want the mouse to not scroll, or might want to pass the mouse scrolling through.
Until we have proper mouse bindings, this settings should suffice.
###### note 11/8/2021
This task is a "instead of #1553" task. If we just do #1553, then... | Help Wanted,Area-TerminalControl,Area-Settings,Product-Terminal,Issue-Task,good first issue | low | Major |
539,175,971 | terminal | Use an indeterminate progress ring on the tab before a tab is "connected" |
Browsers will often use a little spinning animation to indicate that a tab is loading before displaying the favicon. For shells like wsl and the Azure connector, we could maybe do something similar, where we keep it on the spinner until we get the first byte.
This would probably require support from WinUI for prog... | Help Wanted,Area-UserInterface,Product-Terminal,Issue-Task | low | Minor |
539,176,018 | terminal | Add support for pane switching via tab switcher | As brought up in the tab switcher spec, we probably also want people to be able to navigate panes with that switcher.
cc @leonMSFT since I stole this idea straight from his spec. | Area-UserInterface,Product-Terminal,Issue-Task | low | Minor |
539,176,326 | terminal | Make `Pane` a proper WinRT type |
Pretty self explanatory. Right now they're plain c++ types, but in reality they should be exposed as projected WinRT types, so they can be used across binary boundaries. | Product-Terminal,Issue-Task,Area-CodeHealth,Priority-2 | low | Major |
539,176,379 | terminal | Scenario: Add support for 3rd-party extensions | Updated thread from #555
Now that we have a better understanding of what work will be needed to support 3rd party extensions ("plugins"), this thread is the megathread to track all the work that's needed to support them.
Before any real work can begin here, we're waiting on some support from the Windows operating... | Area-Extensibility,Product-Terminal,Issue-Scenario | medium | Critical |
539,189,447 | pytorch | `clip_grad_norm` allows negative `max_norm` values | ## π Feature
<!-- A clear and concise description of the feature proposal -->
Hello,
This is not really a feature request, nor a bug report, more a "additional check" proposal.
## Motivation
<!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always... | module: nn,triaged,enhancement | low | Critical |
539,203,270 | flutter | Add color gradient support to polygon in google_maps_flutter | <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you hav... | c: new feature,p: maps,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | medium | Critical |
539,203,529 | terminal | Create a connection for simple testing Windows Terminal performance | Right now, the Windows Terminal's perf is pretty tightly bound to the perf of conpty. It might be a little hard for us to be able to really analyze the performance bottlenecks of the Terminal, if we're also hitting the bottlenecks of conpty in another thread.
To aid in debugging, I think we should add another connec... | Area-Performance,Area-TerminalConnection,Product-Terminal,Issue-Task | low | Critical |
539,216,550 | PowerToys | Improve test coverage for Runner | # Summary of the new feature/enhancement
There is currently no test coverage for the runner project.
# Proposed technical implementation details (optional)
1. Identify business logic and test cases that should be applied for the runner.
2. Provide unit tests that can be applied without a redesign of the ru... | Area-Tests,Area-Quality | low | Minor |
539,222,426 | terminal | Design a way for TerminalConnections to receive arbitrary (JSON?) arguments | This will allow a connection type to peer into the _profile_ that spawned it to get more information out of it, like a `port` from a telnet profile and a `username` from an SSH profile. | Issue-Feature,Area-TerminalConnection,Area-Settings,Product-Terminal | low | Minor |
539,242,651 | deno | Default timeouts and size limits for `Deno.serve` | Deno tries to have similar standard library as Go which is great, but... Keep in mind that event Go authors made some mistakes when initially developed std. For example by default HTTP server and client doesn't add any timeouts. In order to have production ready HTTP server in Go you would want to add Read/Write timeou... | feat,ext/http | low | Critical |
539,274,760 | rust | Cargo fix generates broken code for type names passed to derives | When a type is given to a proc macro as a string, such as in https://github.com/diesel-rs/diesel/blob/6e2d467d131030dc0bbce4e4801c7bee7bcbf0dd/diesel/src/type_impls/primitives.rs#L20, `cargo fix --edition` will incorrectly generate `crate::"::old_type::Path"`. If there are nested types inside, such as https://github.co... | A-lints,A-macros,T-compiler,C-bug,A-suggestion-diagnostics,E-needs-mcve,D-invalid-suggestion,A-edition-2018 | low | Critical |
539,286,507 | react-native | Nested Text with onPress / TouchableOpacity Bug | Hey there. I found an issue when rendering nested Text elements. It's almost the exact same as this ticket: https://github.com/facebook/react-native/issues/1030
I was able to get it to sort of work. I had to add an `onPress` to the Text component.
Problems:
- TypeScript says there isn't an `onPress` on Text elem... | Component: TouchableOpacity,Bug,Never gets stale | high | Critical |
539,294,909 | angular | ExpressionChangedAfterChecked error improvements for Ivy | PR #34381 improves `ExpressionChangedAfterChecked` error by adding property name for property bindings and also the content of the entire property interpolation. There are few more things that we can improve:
- [x] ~~for attribute bindings and interpolations, include attribute name and the entire expression (similar... | feature,hotlist: error messages,freq3: high,area: core,core: change detection,feature: in backlog | low | Critical |
539,300,241 | go | go/doc: Examples includes example functions with returns | As documented at https://golang.org/pkg/testing#hdr-Examples, an example function is expected to have no parameters and no returns. `doc.Examples` considers [functions with parameters](https://github.com/golang/go/blob/4b21702fdcd17aee6a52a74cc68c7c9b0ed1b7e3/src/go/doc/example.go#L65-L67) as invalid examples and skips... | NeedsDecision | low | Major |
539,323,920 | pytorch | [jit] Python type hints in TorchScript classes don't work | The `self.s` assignments should be equivalent, but only the `torch.jit.annotate` one actually works
```python
@torch.jit.script
class SimpleNulls:
def __init__(self):
self.a = None
# self.s = torch.jit.annotate(Optional[str], None)
self.s : Optional[str] = None
self.b = Fal... | oncall: jit,triaged | low | Minor |
539,331,797 | flutter | `testWidgets` should assert that all SystemChannels are in the same state as at the start of the test | We should do this before https://github.com/flutter/flutter/issues/47233
Currently, tests can do things like `setMockMethodCallHandler` on various system channels. This actually changes global state, and the test is not held accountable for resetting it. This can cause problems for other tests, particularly if the ... | a: tests,framework,c: API break,c: proposal,P3,team-framework,triaged-framework | low | Minor |
539,349,926 | vscode | Add a command to add multicursors to all Highlight Occurences | One issue with F2 to rename is it doesn't "update as you type". That's the main reason I went for the current multi-cursor approach to do auto rename tag.
@aeschli and me talked a bit about having a `mirrorCursorProvider`, so this functionality can be available to more languages...But now I'm wondering if we can eas... | feature-request,editor-multicursor,editor-symbols | low | Major |
539,350,844 | TypeScript | "Did you mean parent object or child property?" in error messsages | Discussed with @RyanCavanaugh from his personal dev experience.
It's common to get an error message when accidentally using an inner property of an object. Similarly, we might forget to actually fetch an inner property of an object.
```ts
// @strict: true
interface Person {
residence: House;
}
interfac... | Suggestion,Help Wanted,Effort: Moderate,Domain: Error Messages,Experience Enhancement | low | Critical |
539,356,392 | pytorch | Error "builtin cannot be used as a value" when add Python snippets in C++ | ## π Bug
It looks like a great way to define methods in Python format from C++, for debugging and testing purpose.
However, I realized that not all eager-mode definitions are accepted.
## To Reproduce
As an example, if I add this snipped in my test,
```
script::Module m("m");
m.define(R"JIT(
d... | oncall: jit,low priority,triaged | low | Critical |
539,366,666 | flutter | non-zero status exit from Android emulator process should throwToolExit | When the tool spins up an Android emulator here:
https://github.com/flutter/flutter/blob/a15a81be218f8b2fa2f63d7cd0f8cb0b3a6c2e08/packages/flutter_tools/lib/src/android/android_emulator.dart#L51
the process can come back with a non-zero status and useful information in the message and/or stdout and stderr. Since ... | c: crash,platform-android,tool,P2,team-android,triaged-android | low | Critical |
539,370,250 | TypeScript | Report error cannot emit file if any of the output file is going to write output of referenced project | Found as part of investigating #35468 where referencing project overwrites `index.js` at same location as refereced projects output. | Bug | low | Critical |
539,370,924 | pytorch | torch.scatter_logsumexp | ## π Feature
torch.scatter_add will distribute values over an output tensor, summing if multiple values land in the same destination coordinate.
torch.logsumexp performs addition in linear space of quantities with log-space values, useful for adding probabilities which are stored as log likelihoods, for example.
... | triaged,function request,module: scatter & gather ops | low | Major |
539,398,378 | rust | Implicit jobserver token is yielded by rayon | Rayon is currently yielding the implicit token "owned" by the process which means we can end up in a situation where e.g. a `-j1` build has more than 1 rustc running (even though only one of them is actively running, but they're all consuming memory and other resources, so this is a bug).
The current intended fix is... | T-compiler,C-bug,WG-compiler-parallel | low | Critical |
539,411,971 | TypeScript | "types" field in package.json pointing to a `.ts` file in node_modules results in the file being compiled and type checked | Continuing from https://github.com/Microsoft/TypeScript/issues/22228
cc @evil-shrike
I have this issue.
@mhegazy said
> the lib has either `"types": "index.ts"` or a `.ts` file at its root. which is wrong. a library should not expose its sources, only its declarations.
But features like inferred return t... | Suggestion,Awaiting More Feedback | low | Critical |
539,419,711 | flutter | [url_launcher] Result doesn't fire on early dismissal (iOS) | If you launch a URL on iOS and hit the Done button before the initial load completes, the FlutterResult never fires back to the caller.
I think the SafariVC delegate method which fires the FlutterResult does not get called in this case. | platform-ios,p: url_launcher,package,P2,team-ios,triaged-ios | low | Major |
539,422,667 | go | cmd/link: should log searching directory | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13 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,compiler/runtime | low | Critical |
539,565,558 | create-react-app | Remove fsevents from optionalDependencies | Is there a reason why `fsevents` is in the optional dependencies at the react-scripts package? It's never used. | issue: proposal | low | Major |
539,615,504 | TypeScript | Add support for URI style import | # Search Terms
browser es module import url
## Suggestion
Related issues: #28985, #19942
In browser and deno, import from a "package" is different from the node style.
```ts
// it's valid in browser but not in TypeScript
import lodash from "https://unpkg.com/lodash-es@4.17.15/lodash.js";
// it's val... | Suggestion,In Discussion | high | Critical |
539,637,375 | angular | Route is overridden with base href in Location | <!--π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
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,freq2: medium,area: router,state: confirmed,router: URL parsing/generation,router: config matching/activation/validation,P3 | low | Critical |
539,650,536 | godot | Make upgrading Godot remove existing .mono and .import directories. | **Godot version:** Since the `.mono` and `.import` directories were added.
**OS/device including version:** N/A
**Issue description:** With newer versions of Godot (especially upgrades such as 3.1 to 3.2), `.mono` (and sometimes `.import`) directories, being left untouched, cause issues when building/running/expo... | enhancement,topic:import | low | Major |
539,652,530 | create-react-app | HOST is ignored in yarn start command (see #2843 as reference) | Reopening of #2843 as it is locked and resolved.
In all Unix networking a bind call is based on HOST and PORT.
E.g. you can bind two servers, one to 123.123.123.123:3000 and one to 127.0.0.1:3000.
The authors in #2843 propose that this is confusing and disallow starting of a dev server (`yarn start`) when the po... | issue: proposal | low | Critical |
539,708,742 | pytorch | Support DataParallel with PackedSequence | ## π Feature
Ability to feed PackedSequence into DataParallel model as input. This can reduce wasteful data transfer when dealing with variable length data.
## Motivation
Dealing with variable length data as input to DataParallel is painful. If you put them into a python list, DataParallel scatter them along wron... | oncall: distributed,module: bootcamp,triaged,enhancement,module: data parallel | low | Critical |
539,717,361 | storybook | Add Flutter Support | I love storybook and would like a Flutter support for it...
I known that today it only works for js frameworks, but can we change it?
Have you considered changing storybookjs to just storybook? i love js stack, but storybook is already big enough to support other languages. Dart for example...
I can't help a lot ... | feature request | high | Critical |
539,736,386 | godot | Animation position shifts by 0.0001 second, regardless of animation step size | I'm using Godot 3.2.beta3 on Windows 10 Home, this issue was the same for beta2.
When using the AnimationPlayer for 2D animation, using a bonerigged (Polygon2D, Skeleton2D, Bone2D) character, when I try to step between keypositions in my animation using the up and down arrows next to the "animation position" text bo... | bug,topic:editor,regression,topic:animation | low | Critical |
539,755,149 | rust | Windows DllMain name is exported | On Windows, Rust exports the name of `DllMain` (`std`) / `_DllMainCRTStartup` (`no_std`), which is not standard behaviour and unwanted in most cases (that I am aware of). [As far as I understand](https://github.com/rust-lang/rust/issues/37530#issuecomment-259799687) this happens because they must be marked with either ... | A-linkage,O-windows,T-compiler,O-windows-msvc,C-bug | low | Major |
539,763,615 | rust | Missing StorageLive and StorageDead Statements for some locals | It seems that the StorageLive and StorageDead statements are not generated for every local of a function.
I tried this code:
```rust
pub fn main() {
let mut x = 5;
x = call(x);
}
fn call(i: usize) -> usize {
i * 2
}
```
I expected to see something like this happen:
```
fn call(_1: usize)... | T-compiler,A-MIR,C-bug | low | Critical |
539,772,659 | godot | VERTEX in canvas_item shader: visibility problem | **Godot version:**
3.2 beta 4
**OS/device including version:**
Windows 7
**Issue description:**
Hello everyone, I find it difficult to unambiguously attribute this to a bug or a flaw, there was the following problem: when Sprite or Polygon2D is entirely off the screen, the engine does not draw it, and this is logi... | enhancement,topic:rendering,confirmed,topic:shaders,topic:2d | low | Critical |
539,783,388 | pytorch | Add option in LSTM layer to access all cell states of all time steps | ## π Feature
<!-- A clear and concise description of the feature proposal -->
The LSTM layer in torch.nn should have the option to output the cell states of all time steps along with the hidden states of each time step.
## Motivation
<!-- Please outline the motivation for the proposal. Is your feature request ... | feature,module: nn,module: rnn,triaged | low | Major |
539,838,940 | pytorch | cuDNN convolution does not handle empty input tensor | ## π Bug
Discovered by @ngimel
code
```python
import torch
print(torch.__version__)
print(torch.version.cuda)
b = torch.nn.Conv2d(32, 32, 2, bias=False, padding=1)
a = torch.randn(2, 32, 0, 5)
print('cpu:', b(a).shape)
b.cuda()
a = a.cuda()
print('cuda:', b(a).shape)
```
output
```
1.4.0.dev20... | module: cudnn,module: cuda,triaged,small | low | Critical |
539,858,110 | flutter | TextField Cut/Copy/Paste popup menu is clipped on iOS using Larger Text setting | ## Steps to Reproduce
1. Run the Flutter Gallery sample application on a real iOS device.
2. Select Material > Text fields.
3. Type some text into one of the fields.
4. Double-tap on the text just entered to expose the Cut | Copy | Paste popup menu.
5. Notice the popup menu text is clipped on the bottom half.
#... | a: text input,platform-ios,framework,f: material design,a: accessibility,a: fidelity,a: typography,has reproducible steps,found in release: 3.3,found in release: 3.7,team-design,triaged-design | low | Major |
539,858,791 | pytorch | [jit] `del` with slices doesn't work | See #31273
cc @suo | oncall: jit,triaged | low | Minor |
539,858,988 | flutter | We should probably warn people if OS generated files aregetting included in their assets | See https://github.com/flutter/flutter/issues/46163#issuecomment-565780153 - we probably want to warn people if they're inadvertently including something like `.DS_Store` in their assets. | tool,a: assets,P3,team-tool,triaged-tool | low | Minor |
539,875,355 | PowerToys | Side by side virtual desktops on widescreen monitors | # Summary of the new feature/enhancement
Iβve always been a big fan of side by side window snapping; but wish I could pin specific apps/windows to a particular side and have them do all their window management within that rect. Obvious cases; browser on the left, vs code on the right, etc.
# Proposed technical i... | Idea-Enhancement,Product-Virtual Desktop | low | Major |
539,887,726 | godot | Unable to move parts in a new animation for a 2D character who already has animations | **Godot version:**
->3.1.1 stable.flathub
->3.1.2 stable.official
I witnessed the issue on both versions, just to verify that it wasn't an issue related only to the flatpak version.
**OS/device including version:**
->Ubuntu Linux 19.04 64bit Vanilla Gnome on Xorg
->Ryzen 2400G
->Radeon RX 560 (Polaris11, DRM 3... | bug,topic:editor | low | Minor |
539,898,204 | PowerToys | Storage Allocation Visualizer | I want to know what's using space on my various storage devices. I've used WinDirStat but it's dated and is certainly an un-modern UI, un-Fluent UI.
Would appreciate the ability to delete, recycle, or show items in Explorer.
| Idea-New PowerToy | low | Minor |
539,907,663 | godot | AnimationTree animation flickering | **Godot version:**
3.1.2 >
**OS/device including version:**
Linux
**Issue description:**
All the animations that execute the AnimationTree are flickering IF you leave one animation in the AnimationPlayer with the AutoPlay flag. You have no error and this mistake is hard to identify and resolve. It's better to ... | bug,topic:core,confirmed,usability | low | Critical |
539,930,838 | PowerToys | Customize Explorer Navigation Pane | # Summary of the new feature/enhancement
I would like a PowerToy that allows the user to easily customize which root items appear in the File Explorer Navigation pane.
For example, currently I use [registry edits like this](https://www.tenforums.com/tutorials/7299-add-remove-recycle-bin-navigation-pane-windows-10... | Idea-New PowerToy,Product-Tweak UI Design,Product-File Explorer | low | Major |
539,935,031 | flutter | Image.network's caching strategy is problematic | Currently, `Image.network` will cache the decoded version of the image in the `ImageCache` under the following circumstances:
- The cache max allowed size is > 0
- The cache is not already full
One problem we have is that if the network image is > cache size, we automatically resize it to make the cache bigger a... | framework,c: performance,a: images,perf: memory,P3,team-framework,triaged-framework | medium | Critical |
539,935,325 | TypeScript | Poor parameter elaboration | 
From https://twitter.com/artyorsh/status/1206695784101695496 | Needs Proposal,In Discussion,Domain: Error Messages,Experience Enhancement | low | Minor |
539,936,413 | flutter | It should be possible to exclude an image from the ImageCache | A large sliver list or grid of images can cause serious memory issues when scrolling because of caching. By default, we'll cache every image child we can during scrolling, and we don't get to clean up until later. A recent PR https://github.com/flutter/flutter/pull/46357 has tried to address this (and contains some ve... | framework,c: performance,f: scrolling,a: images,perf: memory,P2,team-framework,triaged-framework | low | Major |
539,941,446 | three.js | Serializing custom classes should use a known type | (title originally "[suggestion] Examples should extend `this.name`, not `this.type`")
##### Description of the problem
The example components generally override the `type` property of custom objects/materials/etc., like [Water](https://github.com/mrdoob/three.js/blob/dev/examples/js/objects/Water.js) or the [PMRE... | Suggestion | low | Major |
539,945,015 | youtube-dl | youtube_dl.utils.UnsupportedError: Unsupported URL: | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | geo-restricted | low | Critical |
539,988,205 | PowerToys | Colored Tabs for Virtual Desktops | # Summary of the new feature/enhancement
Tabs can be colorized.
<!--
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).
-->
If you've got a lot of tabs it can be hard to quickly find the right o... | Idea-Enhancement,Product-Virtual Desktop | low | Minor |
540,046,414 | pytorch | Integrate `torch.xxx` and `Tensor.xxx` | ## π Feature
Make all `torch.xxx` and `Tensor.xxx` that shares the same name actually the same function.
## Motivation
Most functions from `torch` and methods from `Tensor` that shares the same name actually does the same thing. `a.xxx(b)` is equal to `Tensor.xxx(a,b)` and is equal to `torch.xxx(a,b)`. Theref... | triaged,module: ux | low | Minor |
540,074,193 | PowerToys | quick action to hide/show icons on the desktop | # Summary of the new feature/enhancement
In the desktop's Right click context menu there is an option to hide/show desktop icons, this power toy could let the user set a quick action like a double click on the desktop or a keyboard shortcut to toggle this option
<!--
A clear and concise description of what the prob... | Idea-New PowerToy,Product-Tweak UI Design | medium | Critical |
540,082,792 | pytorch | DataParallel doesn't properly handle kwargs | ## π Bug
When DP is given a specified non-tensor kwarg and the batch tensor doesn't have enough elements to scatter to each device, a weird error is thrown:
```py
In [5]: import torch
...: import torch.nn as nn
...:
...: class Net(nn.Module):
...: def forward(self, x, *, delta=2):
...: ... | module: nn,triaged,module: data parallel | medium | Critical |
540,096,044 | pytorch | Make RRef.to_here() non-blocking | ## π Feature
Currently, when creating a Remote Ref and fetching it to the local worker with `to_here()`, we tie up a thread while waiting for the future to be resolved. This could potentially be expensive and we should not block the thread if the user does not need the value immediately.
## Pitch
Add a non-bloc... | triaged,module: rpc | low | Minor |
540,100,429 | kubernetes | Namespace controller cannot keep up with e2e namespace deletion rate | **What happened**:
e2e tests deleting namespaces timed out waiting for namespace cleanup. this was the root cause of https://github.com/kubernetes/kubernetes/issues/86181.
I graphed namespace controller lag times:
* from namespace delete to start of processing by the namespace cleanup controller (average 3:36, min... | kind/bug,priority/important-soon,sig/api-machinery,lifecycle/frozen | low | Minor |
540,148,362 | flutter | Flutter drawer open gesture can't properly be disabled for the drawer and endDrawer separately | I am making an app with a hamburger drawer on the left, but also another drawer on the other side. Everything is running fine, but I want to disable the open gesture by swiping left ONLY for the endDrawer. There is an ugly way of disabling the gesture by setting the drawerEdgeDragWidth to 0, but by doing this, both dra... | framework,f: material design,d: stackoverflow,c: proposal,team-design,triaged-design | low | Minor |
540,206,130 | flutter | Cupertino back gesture are disabled when using PageRouteBuilder | ## Use case
I am using `PageRouteBuilder` to add fade transition to some of my routes.
I've noticed however that the swipe to go back on IOS is not working when doing so! Which is something I'm used to as an IOS user.
Which left me with either choosing a very pleasing to the eye page transitions or better user exp... | c: new feature,framework,f: cupertino,f: routes,P3,workaround available,team-design,triaged-design | medium | Critical |
540,225,300 | TypeScript | "paths" option should allow untyped entries | ## Search Terms
paths option untyped declare module
## Suggestion
The existing `"paths"` option allows you to control the types used for bare specifiers in your source code, by mapping them as keys to a list of candidate target specifiers.
```js
// tsconfig.json
{
"paths": {
// <bare-specifier>: [... | Suggestion,Awaiting More Feedback | low | Critical |
540,233,189 | pytorch | Distributed hangs on process termination with world_size=1 | ## π Bug
This was originally reported by @adamlerer. Turning it into an issue.
## To Reproduce
```python
from tempfile import TemporaryDirectory
from unittest import TestCase, main
class TestInitPg(TestCase):
def setUp(self):
self.basedir = TemporaryDirectory()
self.addCleanup(self.basedir.clean... | oncall: distributed,module: bootcamp,triaged | low | Critical |
540,259,906 | flutter | Can I get a data of clipboard on flutter driver? | I am doing a test for copying clipboard data. I found I can't import `package:flutter/services.dart` on driver. How can I do if I want to test clipboard data?
Thanks in advance for your help. | a: tests,tool,d: api docs,t: flutter driver,c: proposal,P3,team-tool,triaged-tool | low | Major |
540,270,816 | TypeScript | multi return type declaration emit not as expected | <!-- π¨ 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... | Needs Investigation | low | Critical |
540,275,595 | PowerToys | Overlay of commands / shortcuts / keys pressed - Screencast Mode | # Summary of the new feature/enhancement
It would be great to have a Screencast mode similar to what VSCode features:
https://code.visualstudio.com/updates/v1_31#_screencast-mode
Very useful for making demos and tutorials.
# Proposed technical implementation details
I can see the need for some basic contr... | Idea-New PowerToy,Product-Tweak UI Design | high | Critical |
540,276,943 | TypeScript | Heap of out memory for recursive type |
**TypeScript Version:**
3.8.0-dev.20191219
**Search Terms:**
heap out of memory, recursive, crash
**Code**
```ts
export type PathOf<
T extends { [x: string]: any },
Path extends [K1?, K2?, K3?, K4?, K5?, K6?, K7?, K8?, K9?, K10?, K11?, K12?, K13?],
K1 extends keyof T,
K2 extends keyof T[K1],
... | Bug | low | Critical |
540,367,022 | pytorch | Mnasnet0_5 first layer shape incorrect | ## π Bug
Documentation here lays out the code for Mnasnet as used in pytorch: https://pytorch.org/docs/stable/_modules/torchvision/models/mnasnet.html
Running this with alpha = 0.5 results in a depth[0] of 16 but the first layer of mnasnet0_5 has 32, indicating it has been trained with alpha = 1
Output from m... | triaged,module: vision | low | Critical |
540,373,923 | flutter | FocusNode change notifier not called when focused TextField is removed | The following test will fail the final expect:
```
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
Widget buildApp(Widget body) {
return MaterialApp(
home: Scaffold(
body: body,
),
);
}
TextField buildTextField(FocusNode focus) {
return Text... | a: text input,framework,f: material design,customer: octopod,f: focus,has reproducible steps,found in release: 3.0,found in release: 3.1,team-design,triaged-design | low | Critical |
540,375,100 | rust | Irrelevant error caused by illegal blanket impl | I have a minimal example, using stable rustc 1.39.0:
`Cargo.toml`:
```
[package]
name = "minimal"
version = "0.1.0"
authors = ["Erlend Langseth <3rlend@gmail.com>"]
edition = "2018"
[dependencies]
# Actix
actix = "0.9.0-alpha.2"
actix-web = "2.0.0-alpha.6"
actix-rt = "1.0.0"
actix-http = "1.0.0"
... | A-diagnostics,T-compiler,C-bug,S-needs-repro | low | Critical |
540,408,424 | pytorch | Slow clip_grad_norm_ because of .item() calls when run on device | ## Issue description
While profiling a slow training process of a quite deep network I got the following results:

Given I saw the problem was the `.item()` call would copy the values from the GPU crossing ... | module: performance,module: cuda,triaged,module: norms and normalization | low | Critical |
540,434,733 | PowerToys | Implement more taskbar customization features with FalconX as a PowerToy | # Summary of the new feature/enhancement
This feature would help users to have more customization options for their taskbars without any dangerous registry editing tools etc. It allows users to position their taskbar icons in the center of the taskbar similar to the dock approach on other OS.
It also allows the u... | Idea-New PowerToy,Product-Tweak UI Design | low | Major |
540,443,510 | pytorch | DataParallel has different tensor copy behavior if batch size = 1 | A probable bug:
https://github.com/pytorch/pytorch/blob/master/torch/nn/parallel/data_parallel.py#L149-L150
parallel_apply would splice the data and copy it onto corresponding GPUs (not sure if it uses non_blocking=True under the hood, but maybe it's a good idea!)
If batch_size equals to 1, DP assumes that the data ... | triaged,module: data parallel | low | Critical |
540,465,862 | go | encoding/json: SyntaxError does not have "json:" prefix | It was my understanding that most errors created inside of a standard library package should be prefixed with the package name. For example, the error message for `sql.ErrNoRows` is `errors.New("sql: no rows in result set")`, not `errors.New("no rows in result set")`.
Some errors in the `json` package are returned w... | NeedsDecision | low | Critical |
540,482,362 | pytorch | Disable PSIMD? Why Pytorch is trying to download PSimd when PSIMD_SOURCE_DIR is defined? | Can I disable PSimd during installation of Pytorch from source? Why is Pytorch trying to download PSimd to /pytorch/build/confu-srcs/psimd even when PSIMD_SOURCE_DIR is defined? PSimd is already in third_party packages, hence makes no sense why downloading is necessary? These options do not disable PSimd:
`BUILD_CAF... | module: build,triaged | low | Minor |
540,567,204 | electron | Memory leak when opening and closing windows | ### Issue Details
* **Electron Version:**
* 5, 6, 7, 8
* **Operating System:**
* Windows 10
* **Last Known Working Electron version:**
* ?
### Expected Behavior
Opening and closing window should not increase memory
### Actual Behavior
Memory will increase for each window even after the window has ... | 11-x-y | medium | 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.