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 |
|---|---|---|---|---|---|---|
639,659,684 | flutter | Documentation is not clear if ActivityAware is supported with v1 embedding. | ## Steps to Reproduce
1. Go to https://flutter.dev/docs/development/packages-and-plugins/plugin-api-migration or https://api.flutter.dev/javadoc/io/flutter/embedding/engine/plugins/activity/ActivityAware.html to learn about the Android Plugin API Migration and ActivityAware.
2. Observe `(Optional) If your plugin need... | platform-android,engine,d: api docs,e: embedder,P2,team-android,triaged-android | low | Critical |
639,750,690 | pytorch | Bump up NCCL to 2.7.3 | NCCL 2.7 has been release with p2p communication. Let's upgrade our NCCL submodule to 2.7.
https://docs.nvidia.com/deeplearning/nccl/user-guide/docs/usage/p2p.html#sendrecv
cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @rohan-varma @gqchen @aazzolini @xush6528 @osalpekar | oncall: distributed,triaged,module: nccl | low | Major |
639,784,120 | flutter | Proxy `flutter run -d web-device` output | ## Use case
When developing web apps, you typically serve the generated frontend assets from the backend server to avoid CORS, use real certificates, etc. This doesn't seem possible today with flutter unless you reverse proxy the web-server device, which lacks in browser refresh and makes the development process quit... | c: new feature,tool,framework,platform-web,c: proposal,P3,team-web,triaged-web | low | Minor |
639,784,388 | pytorch | Updating learning rate with Libtorch 1.5 and optimiser options |
This is my first question ever on Github, so please accept my apologies if I have not posted this in the right place. With the release of the 1.5 stable version of the C++ API for PyTorch, there are some changes in some of the object interfaces. For instance, now
`optimizer.options.learning_rate();`
won't work ... | module: cpp,module: optimizer,triaged | low | Minor |
639,791,335 | deno | ECDSA Certificate Support | Can we get ECDSA certificate support? Currently, deno doesn't recognize them as certificates when given to serveTLS or listenAndServeTLS (in the http standard module). | feat,cli,tls | low | Minor |
639,813,021 | godot | Mono Build fails with "Missing required property 'OutputPath' for project type 'PackageReference'." | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
v3.2.2.rc1.mono.official
**OS/device including version:**
Windows 10
**Issue description:**
Cannot build any Mono Project with MSBuild (Mono). ... | bug,platform:windows,confirmed,topic:dotnet | low | Critical |
639,821,749 | flutter | MaterialStateMouseCursor.clickable should only show "hand" pointer in Web apps | The "hand" pointer used on websites has no precedent of being used outside Web apps. The default behavior of `MaterialStateMouseCursor.clickable` should be to only return `SystemMouseCursors.click` is the application is running in a web browser.
## Use case
All non-web apps built with Flutter.
## Proposal
I... | c: new feature,framework,platform-mac,platform-windows,platform-linux,c: proposal,a: desktop,a: mouse,P2,team-framework,triaged-framework | low | Major |
639,827,553 | flutter | API to get the screen resolution | `ui.window.physicalSize` and `MediaQuery.size` (at least for the root one provided by the framework) provide the _current size_ of the Window object. On mobile platforms, this is typically the same as the screen resolution.
On web and desktop, the window can be trivially resized. If a user wishes to, e.g., size an i... | c: new feature,framework,engine,platform-web,a: desktop,P3,team-engine,triaged-engine | low | Minor |
639,839,711 | rust | Extend `#[must_use]` to more types | In particular, we should add `#[must_use]` to these "wrapper" types in the standard library:
- #67387 `Pin`
- #71368 `Option`
Both would be conditioned on whether `T` was `#[must_use]`. | T-lang,T-libs-api,A-async-await,AsyncAwait-Triaged | low | Minor |
639,891,562 | terminal | [VT Mouse Mode] No mouse tracking when window is unfocused | **NOTES** (@DHowett): gnome-terminal and xterm both emit mouse events when the window is unfocused, even on Windows. Perhaps we need to decide whether to do the same?
---
# Steps to reproduce
Use WSL profile, enable the mouse tracking mode `SGR (1006)`:
```cmd
echo -e '\e[?1003;1006h'
```
Unfocus the te... | Product-Conhost,Area-Input,Area-VT,Issue-Task | low | Minor |
639,895,952 | pytorch | [RFC] Add a RPC context manager that collects/waits for all RPC futures created in scope | Inspired by this forum post: https://discuss.pytorch.org/t/distributed-pagerank-with-pytorch/78529/17
Currently, applications need to manually collect all futures created by RPC and wait for them if necessary. This is a bit cumbersome and might even be hard if some imported libraries uses RPC.
To make it easier ... | module: bootcamp,feature,triaged,module: rpc | low | Major |
639,916,050 | flutter | Material bottom sheets do not account for keyboard visibility | Material bottom sheets require manual intervention to co-exist with visible software keyboards.
I think that this is either a bug that should be addressed, or an issue of mismatched expectations that should be clearly documented.
There have been other issues filed related to this. One such issue is here:
https:/... | framework,f: material design,a: annoyance,team-design,triaged-design | low | Critical |
639,922,816 | next.js | ISG with GIP in _app overrides cache-control of ISG page | # Bug report
When using the `unstable_revalidate` param with ISG, a header set by _app should never win.
## Additional context
From @lfades:
> Update: this is currently not the case, SSG finishes the request before it gets to _app.
>
> the custom _app in the Next.js site was setting a header, but that cau... | good first issue,type: next,Pages Router | low | Critical |
639,928,027 | pytorch | ppc64le: test cpp_extensions/rng_extension.cpp failure (without altivec override) | ## 🐛 Bug
When building the cpp_extensions tests from the master branch, on ppc64le platform, the compilation fails on the (somewhat) recent addition of rng_extension.cpp.
Note that this is in the test subdirectory, `test/cpp_extensions/rng_extension.cpp`. The
build of pytorch itself has lately been completing fin... | triaged,module: random,module: POWER | low | Critical |
639,946,275 | three.js | Add support for compressed versions of DataTexture2DArray and DataTexture3D. | Would be nice to have a way for compressed 3D Textures and TextureArray for custom shaders.
Request is done after:
https://discourse.threejs.org/t/is-it-possible-to-have-a-texture-array-of-compressed-textures/16213
##### Browser
- [x] All of them
- [ ] Chrome
- [ ] Firefox
- [ ] Internet Explorer
##### ... | Enhancement | medium | Major |
639,976,282 | flutter | webview_flutter add ability to turn off automatic image download | in Android webview you can use the setLoadsImagesAutomatically api (https://developer.android.com/reference/android/webkit/WebSettings#setLoadsImagesAutomatically(boolean)) to turn on/off automatic image download. We have some cases where we wish to turn this off (due to bandwidth constraints) but are not able to do so... | c: new feature,p: webview,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | low | Minor |
639,983,965 | three.js | displacementMap does not update normals | ##### Description of the problem
Adding a displacementMap to a MeshPhongMaterial without flatShading will offset the vertices correctly but will not correctly change the normals. The result is an object that has the right shape, but the wrong lighting.
[Fiddle demonstrating the problem](https://jsfiddle.net/mhebe... | Enhancement | low | Major |
639,996,731 | go | misc/wasm: long tasks with Go WebAssembly | <!--
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`)?
go v1.14.3
<pre>
$ go version
</pre>
### Does this issue reproduce with the latest re... | NeedsInvestigation,arch-wasm | low | Critical |
640,002,142 | flutter | Improve Images in Flutter to allow for more control over GIFs such as playback status and speed. | ## Use case
For optimization reasons I need more control over GIF images. I would like to be able to control the speed as well as control the status of the playback. In my case, I am facing performance issues on web and would like to disable the playback of the GIF when a certain number are in view on the user's scr... | c: new feature,framework,a: images,c: proposal,P2,team-framework,triaged-framework | low | Major |
640,002,314 | vscode | Implement Google Chrome-like grouped tabs | Google Chrome Beta recently announced [grouped tabs](https://blog.google/products/chrome/manage-tabs-with-google-chrome/), which is pretty awesome.
Here's the gist:

Having such a thing wit... | feature-request,workbench-tabs,keep | high | Critical |
640,070,555 | pytorch | Why does Libtorch use more memory than Pytorch does in Python? | ERROR: type should be string, got "\r\nhttps://github.com/pytorch/pytorch/issues/39927#issue-637501953" | needs reproduction,module: memory usage,triaged | low | Minor |
640,084,669 | pytorch | About torch.backends.cudnn.deterministic issue | In order to reproduce the training process, I set torch.backends.cudnn.deterministic to FALSE, but this slowed down for almost an hour. Is there any way to reproduce the training process under the condition of torch.backends.cudnn.deterministic for TRUE. Do you have any suggestions?
cc @csarofeen @ptrblck | module: cudnn,triaged | low | Major |
640,084,896 | godot | Godot Editor Drag and Drop Lag on MacOS |
**Godot version:**
3.2.1
**OS/device including version:**
macOS Catalina v10.15.5
3GHz 6-Core Intel Core i5
32gb DDR4
Intel UHD Graphics 630 1536 MB
**Issue description:**
Recently converted my work station over to mac from windows. Setup my Godot project and noticed that dragging and dropping assets fr... | bug,platform:macos,topic:editor,confirmed,topic:gui,performance | medium | Major |
640,089,007 | go | x/pkgsite: support launchpad.net in source.ModuleInfo | Add support for getting source from launchpad.net.
https://github.com/golang/pkgsite/blob/4ea5ad9/internal/source/source.go#L273
Related: #39621 | help wanted,NeedsFix,pkgsite | low | Minor |
640,097,981 | pytorch | Improve RPC test debugability | ## 🚀 Enhancement
Noticed a few issues when debugging flaky RPC tests that make it harder to debug, listed them below with some ideas on how we can address these issues
1) As part of RPC shutdown, we delete all UserRRefs and OwnerRRefs that have never been forked. This method includes a couple of condvar waits to e... | high priority,triaged,better-engineering,module: rpc | low | Critical |
640,106,882 | rust | rustc panicked when link.exe ran out of memory | I saw "we would appreciate a bug report" in the trace, so here it is! The full terminal output after I ran `cargo test`: https://gist.github.com/rtfeldman/027a3550c21381bb7d36daa0613a453a
I don't have a small project that reproduces this, and the project where I encountered it is not public, so I can't link to it di... | A-linkage,I-ICE,T-compiler,S-needs-repro | low | Critical |
640,114,013 | TypeScript | Literal Comparison for Conditional Types | <!-- 🚨 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 |
640,119,533 | flutter | The Route stack unexpectedly cleared when changing MaterialApp home | <!-- 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... | framework,f: material design,f: routes,has reproducible steps,found in release: 3.0,found in release: 3.1,team-design,triaged-design | low | Critical |
640,125,598 | next.js | Incremental Static Regeneration replaces `.amp` with `?amp=1` | # Bug report
## Describe the bug
- When the page is built with Amp and SSG config, the output url of amp page becomes `/foo.amp` (routing is `pages/[slug]`)
- In the build phase, the non-amp page `/foo` refers to `/foo.amp` in `<link rel="amphtml">` correctly.
- However when Incremental Static Regeneration is t... | good first issue,Pages Router | low | Critical |
640,128,066 | storybook | Opt-in to *not* re-mount in React on HMR | **Is your feature request related to a problem? Please describe.**
Long discussion on this here: https://github.com/storybookjs/storybook/issues/10616
The idea is that if you are willing to forgo React Hooks in your stories + decorators (instead you can just render components that use hooks), you can alter your sto... | feature request,react,core | low | Minor |
640,133,815 | pytorch | SyncBatchNorm doesn't work when I set track_running_stats False | Hi,
I try to apply a DDP to a model. However, when I set track_running_stats False, it output a error

And when I turn it to True, it works well. Then I read the source
?
<pre>
$ go version
go version go1.14.4 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</summa... | NeedsInvestigation | low | Critical |
640,165,482 | next.js | SSG with fallback doesn't generate AMP page dynamically | # Bug report
## Describe the bug
- When SSG with `fallback: true` and `amp: "hybrid"` are used together, the paths not specified in `getStaticPaths` have an invalid href in `<link rel="amphtml">` tag.
- For example, when there is a `pages/[slug].jsx` and the user visits `/bar`, the `<link rel="amphtml">` tag w... | Pages Router | low | Critical |
640,214,285 | flutter | Listener or rule for flutter_driver tests, to make automatically screenshot, if any one test failed | **Hello!**
There is huge trouble with taking automatically screenshot, if any test failed in test suite. In general I mean the same solution as it working in JUnit or TestNG.
Also I'm tried to wrap all test cases in try/catch, but it didn't work properly...
Please help if have any idea how to solve it.
Thanks in ad... | c: new feature,tool,t: flutter driver,a: debugging,c: proposal,P3,team-tool,triaged-tool | low | Critical |
640,216,686 | flutter | [flutter driver] Run a single test or group test by command | In unit/widget test I can do something like this to run only one test:
```
flutter test --plain-name="simple test name"
```
But "--plain-name" seems do not exist inside dirve, and I do not find any alternative. I try this:
```
flutter drive --target=test_driver/app.dart --release --plain-name="simple test name"... | c: new feature,tool,t: flutter driver,c: proposal,P3,team-tool,triaged-tool | low | Major |
640,227,394 | godot | Godot overwrites the Project Manager list on close | **Godot version:**
3.2.2.rc.custom_build.2e8480d56
**OS/device including version:**
Debian Buster amd64, Radeon RX550
**Issue description:**
Apparently, closing Godot forces it to overwrite the Project Manager list with whatever it was when the project was opened.
**Steps to reproduce:**
- Open a project i... | discussion,topic:editor,usability | low | Minor |
640,233,383 | flutter | [animations] Name conflict for DualTransitionBuilder | Since DualTransitionBuilder was introduced to `flutter/flutter`: https://github.com/flutter/flutter/pull/58686, this can result in a naming conflict for the `animations` package, since the `animations` package also contains an identical `DualTransitionBuilder`.
We should have the `animations` package use its own co... | package,p: animations,team-ecosystem,P3,triaged-ecosystem | low | Minor |
640,258,596 | flutter | How to disable text anti-aliasing | Trying to disable text anti-aliasing I've build my own local engine with `font.setEdging(SkFont::Edging::kAlias);` instead of `kAntiAlias` in /engine/src/flutter/third_party/txt/src/txt/paragraph_txt.cc.
Running application with local engine leads to result where text is not rendered at all, although it is seems the... | framework,engine,dependency: skia,d: api docs,a: typography,c: rendering,P2,team-engine,triaged-engine | low | Major |
640,286,430 | angular | strictTemplates and strictNullChecks doesn't work well with optional chaining in templates | <!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅
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,freq1: low,workaround2: non-obvious,area: compiler,state: confirmed,P3,compiler: template type-checking | medium | Critical |
640,320,145 | rust | Not desugaring to HRTB for closure argument | My understanding was that `FnMut(&T)` desugars to `for<'a> FnMut(&'a T)`. In this instance, it is seemingly not doing so. If you comment out line 44 then this compiles. Why is the `map` function triggering the incorrect (?) desugaring, and how can I fix it?
```rust
trait Pipe<In> {
type Out;
}
struct Ident... | A-lifetimes,A-closures,T-compiler | low | Critical |
640,333,497 | rust | Warn on assert!(always_false) | It would be useful if rustc emitted a warning on assertions when the condition can be statically proven to always be false.
Example:
```rust
pub fn meh() {
let always_false = 2 > 3;
assert!(always_false);
println!("foo");
}
```
Currently compiles cleanly without any warnings ([playground](https... | A-lints,T-compiler,C-feature-request | low | Minor |
640,353,069 | go | encoding/xml: Decoder does not decode innerxml when using a TokenReader | ### What version of Go are you using (`go version`)?
1.14.4
### 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><br><pre>
$ go env
GO111MODULE=""
GOARCH="amd64"
... | NeedsInvestigation | low | Critical |
640,377,882 | angular | optional chaining in template uses 'null', but strictTemplates treats it as 'undefined' | <!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅
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,workaround4: none,freq2: medium,area: compiler,state: confirmed,P3,compiler: template type-checking | low | Critical |
640,402,398 | godot | Viewport's Control derived nodes bug when in-editor | **Godot version:**
3.2.2 RC1
**OS/device including version:**
Ubuntu 20.04
**Issue description:**
I'm making a plugin using viewports in-editor (tool keyword) and UI doesnt work, I'm using as basis the demo 3d-in-2d.
It works when you press F6 to run game, but in-editor doesnt work.
**Steps to reproduc... | bug,topic:plugin | low | Critical |
640,440,528 | PowerToys | HTML <details> tab breaks markdown preview | Adding collapsible section in markdown using html details tag is not supported and all of the embedded markdown in the details tag is shows as is:
Use HTML tag details
\<details>
< summary >Click to expand!< /summary >
## Add collapsible section
1. All of this is shown
2. wi... | Product-File Explorer | medium | Major |
640,443,826 | youtube-dl | AT&T Tech Channel | <!--
######################################################################
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 |
640,455,898 | bitcoin | Replace all of the RecursiveMutex instances with the Mutex ones | **UPD 2023-04-18**. See a shortlist [here](https://github.com/bitcoin/bitcoin/issues/19303#issuecomment-1513337566).
---
This is a tracking issue for the long-term goal to replace all of the `RecursiveMutex` instances with the `Mutex` ones throughout the code base.
Anthony Williams (_C++ Concurrency in Action_... | Brainstorming,Refactoring | medium | Major |
640,497,834 | create-react-app | Failed 'create-react-app .' deletes current directory | <!--
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... | tag: enhancement | low | Critical |
640,542,261 | flutter | datetime keyboard input type for Samsung keyboards doesn't allow for separators | With the new date picker, the manual input entry requires a / separator which is not present in the Samsung keyboard that is invoked with the TextInputType.datetime for the InputDatePickerFormField widget.
Flutter version: 1.17.0
Device: Samsung Galaxy S6 - Android 7.0
:
```rust
impl<T: Deref, E> Result<T, E> {
/// Converts from `Result<T, E>` (or `&Result<T, E>`) to `Result<&<T as Deref>::Target, &E>`.
///
/// [`core::ops::Deref`]
pub fn as_deref(&self) -> Result<&T::Target, &E>;
}
```
I ... | T-rustdoc,S-blocked,A-intra-doc-links,D-confusing | medium | Critical |
640,561,949 | react-native | Redesign Native RedBox | ## Overview
LogBox handles most errors users see but we still display native RedBoxes in cases where:
- JavaScript has not loaded (e.g. Metro is unavailable)
- JavaScript is unavailable (e.g. a syntax error in the bundle)
- LogBox fails to render (e.g. an error in LogBox JavaScript)
- Native log errors (e.g. RCT... | Type: Discussion,Type: Enhancement,Never gets stale | medium | Critical |
640,608,667 | flutter | Refresh indicator and VoiceOver | There does not appear to be a way to trigger a `RefreshIndicator` on iOS when using VoiceOver.
| platform-ios,framework,f: material design,a: accessibility,f: cupertino,d: examples,team-design,triaged-design | low | Minor |
640,620,845 | TypeScript | improper declared type cause narrow type not work when its computed type is not union. | <!-- 🚨 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,Has Repro | low | Critical |
640,622,910 | flutter | Make a logging macro for Window embedding | Currently we're just using `stderr`; it would be good to have a logging macro that lets us adjust how we do logging over time, have debug-only vs debug-or-release logging, etc. | engine,platform-windows,a: desktop,P3,c: tech-debt,team-windows,triaged-windows | low | Critical |
640,691,235 | flutter | Document how AA works in Flutter API docs and what "conflation" artifacts are expected | As Flutter uses Skia, it's limited by Skia's AA algorithm. We have to clearly document such limitations.
See https://groups.google.com/g/skia-discuss/c/2ULlxsL8Aek/m/phyycURxAAAJ and https://github.com/flutter/flutter/issues/58547#issuecomment-639917241 for some more details. | engine,dependency: skia,d: api docs,c: rendering,P3,team-engine,triaged-engine | low | Minor |
640,694,988 | terminal | Prompt before closing pane with multiple client apps | <!--
🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨
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... | Issue-Feature,Area-Settings,Product-Terminal | medium | Critical |
640,719,145 | flutter | [SelectableText] Edit menu position is incorrect when Selected text exceeds the Screen size | ## Steps to Reproduce
1. Use `SelectableText(LONG_TEXT, showCursor: true)` **Edit:** Text needs to be longer than fits on screen
2. Highlight text -> Select All
3. Text is selected but `Copy` is not an option. Tap/LongTap will remove the selection.
<details>
<summary>flutter doctor -v</summary>
[✓] Flutter ... | platform-android,platform-ios,framework,f: material design,a: typography,has reproducible steps,found in release: 3.3,found in release: 3.6,team-design,triaged-design | low | Major |
640,738,843 | go | cmd/compile: inaccurate DWARF location information -> misleading profile | During a recent profiling session, I noticed spurious non-zero samples against lines I knew to be unreachable in the test scenario. It appears that the compiler's DWARF information is incorrect. I don't know to what extent the rest of the profiler's information is reliable.
I'm using today's tip:
```
$ go version
... | NeedsInvestigation,compiler/runtime | low | Critical |
640,753,178 | PowerToys | [FancyZones Options] Add a button to exclude a window name with a drag and drop widget | # Summary of the new feature/enhancement
I would find it faster to drag and drop a targeting crosshair over a window to add it to the list of excluded window names in the FancyZones options.
I imagine a button that looks like a crosshair that you can click to pickup, drag over a window, and drop-- then the window... | Idea-Enhancement,Help Wanted,FancyZones-Settings,Product-FancyZones,Needs-Spec | low | Minor |
640,771,496 | flutter | [video_player] StreamBuilder A VideoPlayerController was used after being disposed | When using multiple VideoPlayerControllers (with StreamBuilders) disposing the controller throws an error when the widget is built despite being disposed correctly and only once.
I have linked a demo with an complete example.
## Steps to Reproduce
1. Clone demo repo: [crtl/flutter-bugs](https://github.com/crtl/flu... | p: video_player,package,team-ecosystem,has reproducible steps,P3,found in release: 2.2,found in release: 2.3,triaged-ecosystem | low | Critical |
640,774,349 | go | runtime: unnecessary heap allocations when `range`ing over an empty array | <!--
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.2 linux/amd64
</pre>
### Does this issue reproduce... | Performance,NeedsInvestigation,compiler/runtime | low | Critical |
640,788,593 | rust | Confusing 'type mismatch' error when using function pointer as fn trait | The following code:
```rust
struct MyType;
fn parse_header<T, F: FnOnce(&MyType) -> T>(parse: F) -> T {
panic!()
}
fn make_it(val: &MyType) -> &MyType { panic!() }
pub fn from_url<'a>() -> &'a MyType {
parse_header(make_it)
}
fn main() {}
```
gives this error:
```
error[E0271]: type ... | A-diagnostics,A-lifetimes,T-compiler,D-confusing | low | Critical |
640,819,641 | TypeScript | Incorrectly inferred object property as string literal value |
<!-- 🚨 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... | Needs Investigation | low | Critical |
640,824,436 | TypeScript | Check JS doesn't narrow types properly | <!-- 🚨 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... | Needs Investigation | low | Critical |
640,831,820 | TypeScript | Fails type check for type unions as keys to the Map constructor | <!-- 🚨 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 |
640,832,844 | PowerToys | [Shortcut Guide] Improve Desktop Preview when using multiple displays | When using the Shortcut-Guide only the active window will be shown in preview. But all displays will be available in the preview area.
# Environment
```
Windows build number: Microsoft Windows [Version 10.0.18363.900]
PowerToys version: Release v0.18.2
PowerToy module for which you are reporting the bug (if ap... | Idea-Enhancement,Product-Shortcut Guide | low | Critical |
640,849,334 | pytorch | C++ API for torch.autograd.functional.jacobian | ## 🚀 Feature
<!-- A clear and concise description of the feature proposal -->
Add C++ API for [`torch.autograd.functional.jacobian`](https://pytorch.org/docs/stable/_modules/torch/autograd/functional.html#jacobian)
## Motivation
<!-- Please outline the motivation for the proposal. Is your feature request rel... | module: cpp,module: autograd,triaged | medium | Major |
640,849,446 | flutter | TabBar shadows are clipped and indicator height cannot be reduced | Hello!
To understand what am I trying to achieve, have a look at the attached image.
<img width="426" alt="Screenshot 2020-06-18 at 3 36 51" src="https://user-images.githubusercontent.com/29690177/84968863-b955e600-b117-11ea-9f6c-37d9bb3c2fb7.png">
But as you can see, the tab's shadow can not fit inside the Tab.... | framework,f: material design,has reproducible steps,found in release: 3.3,found in release: 3.7,team-design,triaged-design | low | Major |
640,878,448 | flutter | Support building Windows applications from macOS |


| c: new feature,platform-mac,platform-windows,a: desktop,a: build,P3,team-windows,triaged-windows | low | Major |
640,886,511 | godot | Abnormal Android audio recording | Gdodt Editor Version : 3.2.1 Stable
Windows Version : Win10
Android Version : 10
Phone Model : Huawei ELE-AL00
Project settings--Audio--Mix Rate : (8000、16000、or other)
default_bus_layout--Record--Format : 8-Bit
Recording parameters are normal in Windows
But the parameters are abnormal after recording on A... | bug,platform:android,topic:porting,topic:audio | low | Minor |
640,887,947 | rust | Duplicating mut Copy variables doesn't warn or error | https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=6dee1348129e0c1938c67eb66a8f62b0
```rust
fn main() {
let mut x = 0;
let closure = move || {
let mut closure2 = move || {
x += 1;
};
closure2();
println!("{}", x);
};
closure();
... | A-lints,A-closures,T-compiler,C-bug | low | Critical |
640,894,697 | react | Proposition about onInput/onChange | Hi :)
In ReactDom we can find:
``` javascript
function getTargetInstForInputOrChangeEvent(topLevelType, targetInst) {
if (topLevelType === TOP_INPUT || topLevelType === TOP_CHANGE) {
return getInstIfValueChanged(targetInst);
}
}
```
Why not adding an extra condition here like:
``` javascript
functi... | Status: Unconfirmed | medium | Critical |
640,904,622 | flutter | [Linux][GTK] Flutter apps will not display properly (Release mode) | Sometimes, Flutter app is not displayed properly. In debug mode, It seems no problem.

## Steps to Reproduce
1. $ mkdir flutter_sample
2. $ cd flutter_sample
3. $ flutte... | engine,platform-linux,c: rendering,a: desktop,a: build,a: release,P2,team-linux,triaged-linux | low | Critical |
640,905,824 | godot | Script editor loses focus (the cursor) when running the project | **Godot version:**
3.2.2.rc
**OS/device including version:**
Debian Buster amd64, Radeon RX550
**Steps to reproduce:**
- Open any script in a script editor
- Launch a project and close it
- Your blinking cursor disappeared from the script editor - I don't even know where is it. (Not only do you have to reach... | bug,topic:editor,confirmed,usability | low | Critical |
640,948,462 | go | sync: clarify WaitGroup.Done() behaviour when the counter is zero | I think it's worth noting that `WaitGroup.Done()` panics if the counter is already zero. It's currently inferrable from the docs, but not super obvious. | Documentation,NeedsInvestigation,compiler/runtime | low | Major |
640,952,413 | rust | Doctest panic line numbers are incorrect | <!--
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->
I tried this code:
```rust
/// ```
/// panic!()
/// ```
fn f() {}
```
I expected to see this happen: either
- `thread 'main' panicked at 'ex... | T-rustdoc,C-bug,A-doctests | low | Critical |
640,953,774 | flutter | UI bug: Pointer hover events pass through DraggableScrollableSheet | DraggableScrollableSheet does not prevent pointer hover events from passing through.
## Steps to Reproduce
**main.dart**
A UI that stacks a DraggableScrollableSheet on top of the page content.
*also includes an example of a workaround*
```dart
import 'package:flutter/material.dart';
void main() {
runAp... | framework,f: scrolling,a: desktop,a: mouse,has reproducible steps,P2,found in release: 3.7,found in release: 3.11,team-framework,triaged-framework | low | Critical |
640,955,964 | flutter | Hardware Acceleration status on flutter_wayland | I was trying to run a flutter application using https://github.com/chinmaygarde/flutter_wayland on ARM platform with the engine buit using the configuration given below
```
--clang \
--target-triple arm-linux-gnueabihf \
--linux-cpu arm \
--runtime-mode debug \
--embedder-... | c: new feature,engine,P3,team-engine,triaged-engine | low | Critical |
641,035,101 | angular | Whitespaces are not trimmed in Text Node with `preserveWhitespaces: false` | <!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅
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: core,area: compiler,core: basic template syntax,type: use-case,P3 | low | Critical |
641,049,422 | pytorch | Move all torch.Tensor methods to codegen | ## 🚀 Feature
The proposal is to move all (or as many as possible) of `torch.Tensor` methods as possible into codegen.
cc: @ezyang who proposed this and @kurtamohler and @Baranowski who expressed interest.
Checklist:
### `torch/tensor.py`
#### Normal methods/properties
- [ ] `register_hook`
- [ ] `retain... | module: internals,triaged,module: pybind | low | Major |
641,137,132 | flutter | [tool_crash] StateError: Bad state: Cannot add event after closing | ## Command
```
flutter run -d chrome
```
## Steps to Reproduce
1. ... flutter clean
2. ... flutter run -d chrome
3. ...
## Logs
StateError: Bad state: Cannot add event after closing
```
#0 _StreamController.add (dart:async/stream_controller.dart:596:24)
#1 _StreamSinkWrapper.add (dart:async/st... | c: crash,tool,platform-web,P2,team-web,triaged-web | low | Critical |
641,177,228 | PowerToys | FancyZones: Alow editing of Zone Numbers | Zone numbers should be editable.
FancyZones allows automatically moving of windows to the new position when changing the zone layout. For movement, the zone numbers are used. If I want to keep my layouts, but want to change the zone a window would move too, when changing the layout, changing the layout number is req... | Idea-Enhancement,Product-FancyZones | low | Major |
641,195,363 | flutter | Support for downloading videos and offline playback | ## Use case
This would be useful for video streaming applications to allow users to be able to download and play videos offline. Downloading them externally would not provide as smooth experience as downloading directly with, for example, ExoPlayer.
## Proposal
I propose that `video_player` should have an API for ... | c: new feature,p: video_player,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | low | Major |
641,211,078 | flutter | flutter web: too many copies of dart_sdk.js | It appears that we have 3 identical copies of each version of `dart_sdk.js`:
```
> find . -name dart_sdk.js | xargs ls -ltu
-rw-r--r-- 1 vsm staff 9257504 Jun 13 12:30 ./bin/cache/kernel/amd-canvaskit/dart_sdk.js
-rw-r--r-- 1 vsm staff 9257534 Jun 13 12:30 ./bin/cache/kernel/amd/dart_sdk.js
-rw-r--r-- 1 v... | tool,platform-web,P3,team-web,triaged-web | low | Minor |
641,257,948 | TypeScript | Composite (-b) projects don't report duplicate compilations | **TypeScript Version:** 4.0.0-dev.20200615
**Search Terms:** type narrowing composite build project references duplicate compilations
**Code**
* [`tsconfig.base.json`](https://github.com/JoshuaKGoldberg/ts-repro-project-narrowing/blob/5b71a26b336e6b5267d919832e076923dbb38296/tsconfig.base.json)
* [`tsconfig.js... | Suggestion,Needs Proposal | low | Critical |
641,308,837 | godot | Multiple nodes selected, Inspector shows only one object after closing the running project | **Godot version:**
3.2.2.rc
**OS/device including version:**
Windows 10 , Build 18362
**Steps to reproduce:**
- Select multiple objects -> _(inspector edits multiple objects)_
- Press F5/F6 to run the game
- Close the game and return to the engine
- Check inspector -> _(inspector edits only one object, al... | bug,topic:editor | low | Minor |
641,347,678 | flutter | [tool_crash] FileSystemException: Cannot resolve symbolic links, path = 'D:\development\flutter' (OS Error: The system cannot find the file specified., errno = 2) | ## Command
```
flutter --no-color run --machine --track-widget-creation --device-id=emulator-5554 lib\main.dart
```
## Steps to Reproduce
1. ...
2. ...
3. ...
## Logs
FileSystemException: FileSystemException: Cannot resolve symbolic links, path = 'D:\development\flutter' (OS Error: The system cannot find t... | c: crash,tool,platform-windows,P2,team-tool,triaged-tool | low | Critical |
641,453,981 | youtube-dl | Add support for Iltalehti | <!--
######################################################################
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 |
641,463,839 | godot | Ray slows down before the collision | Godot version: 3.2.1
OS/device including version: Windows10, gtx1050, GLES3
If Continuous Cd is set to Ray, there will be an unintended slowdown before the high speed collision.
By the way, if you set Static's Rotation to If you set it to 45 degrees. No slowdown occurs.
, implemented in the same manner as the core library's [slice indexing mechanism](https://doc.rust-lang.org/std/slice/trait.SliceIndex.html). This [playground link](https://play.rust-lang.org/?edition=2018... | T-libs-api,C-feature-request,A-iterators | low | Minor |
641,526,472 | pytorch | Move torch cpp Errors to c10::Error | The torch's python-like exception types defined in `csrc/Exceptions.h` [here](https://github.com/pytorch/pytorch/blob/master/torch/csrc/Exceptions.h) are based on printf string formating that can cause problems with the lifetime of the cstring.
We should move them to use the c10 version of these errors (that are alr... | module: internals,module: error checking,triaged,enhancement,better-engineering | low | Critical |
641,542,136 | flutter | Hairline stroke painting can be antialiased across fractional pixel boundaries | ## Steps to reproduce
Run the following app:
```dart
import 'package:flutter/material.dart';
void main() {
runApp(HairlineNotSoMuch());
}
class HairlineNotSoMuch extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Padding(
padding: EdgeInsets.all(50),
... | framework,a: quality,c: rendering,P3,team-framework,triaged-framework | medium | Critical |
641,546,394 | TypeScript | "export = { }" vs "let a = { }; export = a", causes discrepancy in import behavior | **TypeScript Version:** 3.9.5
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:** I searched import related bug labels
**Code**
```ts
//module a
export = {
name: 'zzxoto'
};
//module b
const EX = { name: 'zzxoto' };
export = EX;
... | Needs Investigation | low | Critical |
641,547,317 | vscode | Symbol occurrence highlighting overlaps occurrences of the selected text | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Also please test using the latest insiders build to make sure your issue has not already been... | bug,editor-rendering | medium | Critical |
641,548,084 | flutter | [flutter_tools] Have doctor validate all system requirements | It is easy for users to overlook the system requirements on the website (e.g. https://flutter.dev/docs/get-started/install/windows). We should validate them all (or as best as we can) in the doctor. | tool,P3,team-tool,triaged-tool | low | Minor |
641,574,157 | PowerToys | [PowerRename] invoke via command prompt | another use-case (that interests me) is to rename downloaded file names using regEx with PowerRenamer,
i have files with the pattern: S1E12 or S1E4 inside the name,
i have to run the tool twice in order to replace all files,
once for the single digit names (and pad them with leading zero),
and a second time for... | Idea-Enhancement,Help Wanted,Product-PowerRename | low | Minor |
641,587,442 | pytorch | Include expanded TensorOptions version of op in at:: namespace | Currently this version is only in at::native and we only have the packed `TensorOptions` version available in `at::`. This requires backends to have a hacky codegen to construct TensorOptions before calling `at::` functions.
https://github.com/pytorch/pytorch/pull/39492 | triaged,module: codegen | low | Minor |
641,620,075 | flutter | [engine][fuchsia] Need RasterThreadMerger working on Fuchsia | Currently, fuchsia does not use RasterThreadMerger. Code and test utilizing this need to be excluded using \#define(OS_FUCHSIA) flags. | engine,dependency: fuchsia,platform-fuchsia,P2,team-engine,triaged-engine | low | Minor |
641,647,456 | flutter | flutter run doesn't show notice message when removing identical print lines. | A minimum example:
```
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
/// This Widget is the main application widget.
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
for(int i=0; i<10; i++) {
print('here!');
}
return Mat... | c: new feature,tool,a: annoyance,P3,team-tool,triaged-tool | low | Critical |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.