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 |
|---|---|---|---|---|---|---|
754,164,525 | pytorch | Can sublist a nn.Sequential subclass | ## 🐛 Bug
Subclassing nn.Sequential prevents to access children modules as `seq[1:4]`. I use it to encapsulate several layers in one predefined class and have that new when printing the whole model instead of a Sequential. As a workaround, I could define a function that returns a regular nn.Sequential.
## To Re... | module: nn,triaged | low | Critical |
754,175,637 | rust | internal compiler error when inferring `_` type for Associated Type bound | <!--
Thank you for finding an Internal Compiler Error! 🧊 If possible, try to provide
a minimal verifiable example. You can read "Rust Bug Minimization Patterns" for
how to create smaller examples.
http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/
-->
Rust compiler error for simple code like this... | I-ICE,A-associated-items,P-high,T-compiler,regression-from-stable-to-stable,C-bug,glacier,S-bug-has-test,T-types,A-trait-objects | low | Critical |
754,204,759 | react | TypeError: Cannot read property 'setExtraStackFrame' of undefined | I try Upgrade to the New JSX Transform in my project.(According to the official tutorial.)
I used production react in development environment,I see this error.
but, if used development react in development environment, every thing is ok.
React version:
17.0.1
## The current behavior
TypeError: Cannot read p... | Type: Discussion | medium | Critical |
754,231,304 | vscode | Progress: cannot cancel | Testing #111250
It does not seem possible to cancel the operations from the explorer, e.g. download (tried download from a remote Codespace). | feature-request,file-explorer | low | Major |
754,235,465 | vscode | Align upload & download progress between desktop and web | Testing #111250
I think the download progress for web is more detailed compared to what we have now for desktop and it would be great to align. Though I am not sure if this possibly requires some infrastructure on the file service layer.
. Which seemed a bit odd to me as I was hoping to be pointed to [pyTorch](https://twitter.com/PyTorch )
Is there a specifi... | module: docs,triaged | low | Minor |
754,314,274 | vscode | SCM - go to next/previous change (Alt-F5) should cycle between files | In #18059, @Tyriar requested that this work like "go to next problem" (F8), but the way it's been implemented there's a crucial difference - upon reaching the end of the file, it goes back to the top, rather than the next changed file! This means, for example, that when reviewing changes prior to staging, I end up runn... | help wanted,feature-request,scm | medium | Major |
754,323,128 | flutter | [buildroot] create_updated_flutter_deps.py should deal with new dependencies | https://github.com/flutter/buildroot/blob/master/tools/dart/create_updated_flutter_deps.py should deal with new dependencies being added to dart/sdk/DEPS. That would enable the auto roller to pick these up automatically instead of us having to do it manually.
Background https://github.com/flutter/engine/pull/22794.
... | engine,P2,team-engine,triaged-engine | low | Minor |
754,331,681 | rust | Tracking Issue for `const_heap` | This is a tracking issue for https://github.com/rust-lang/const-eval/issues/20
The feature gate for the issue is `#![feature(const_heap)]`.
The general design can be found [here](https://hackmd.io/h2O2vkj3RimrBTfm9hvZWA#AllocRef-allocGlobal-and-allocConstGlobal)
### About tracking issues
Tracking issues are use... | A-allocators,T-lang,T-libs-api,C-tracking-issue,A-const-eval,needs-rfc,Libs-Tracked,S-tracking-impl-incomplete,F-const_heap | medium | Critical |
754,335,390 | pytorch | [docs] A single additional summary page for diag* methods | Currently there is `diag`, `diagonal`, `diag_embed`, `fill_diagonal_`, `diagflat`. And the user has to click around them to find what they do. It would be nice to have a single compact table about their functionality (including whether they return a view or a copy)
cc @jlin27 @mruberry | module: docs,triaged | low | Minor |
754,347,231 | godot | Godot displays particles correctly only in editor (.obj formatted mesh). | Godot version:
Godot 3.2.4 beta 3
OS/device including version:
GLES3, i5-4570, GTX 1060 6gb (455 drivers), 16 gb ram, Ubuntu 20.04 lts
Issue description:
Godot doesn't seem to display particle effect properly when playing the scene. I suspect that it is because custom mesh is imported in obj format.
In edit... | bug,topic:editor,topic:import,topic:particles | low | Critical |
754,372,891 | godot | Local to Scene property doesn't work on PackedScene Resources | <!-- 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 using non-official build. -->
3.2.3official
**OS/device including version:**
<!-- Specify GPU model, drivers, and th... | bug,topic:core | low | Critical |
754,386,373 | pytorch | [feature request] Keyword-only device argument (and maybe dtype) for torch.meshgrid | Since it's a factory function, it would be useful to have a device (and maybe a dtype) argument
cc @ezyang @bhosmer @smessmer @ljk53 @bdhirsh @ailzhang | module: internals,feature,triaged | low | Minor |
754,401,654 | vscode | [theme icons] Include color class in ThemeIcon.asClassName() | Including a class for the color in the result of `ThemeIcon.asClassName()` would potentially simplify supporting icon colors.
From https://github.com/microsoft/vscode/issues/109460#issuecomment-735871587 | feature-request,themes | low | Minor |
754,481,241 | TypeScript | "Extract to function": rename doesn't always works | <!-- 🚨 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,Domain: Refactorings | low | Critical |
754,485,853 | rust | std::alloc::Global.shrink returns an error if realloc returns null | Some allocators do not (wish to) permit reducing the size of a large allocation below a certain threshold. This leaves the GlobalAlloc::realloc implementation with two choices to handle such shrink operations:
- Create a new, smaller allocation, copy the contents from the large to the small allocation, free the larg... | A-allocators,T-libs-api,C-bug | low | Critical |
754,501,769 | PowerToys | [Color Picker] Keyboard Shortcuts for Color Picker zoom in and out and to move the picker | *Add keyboard shortcuts to zoom (+ - - ) and using arrow keys to control the picker for pixel accuracy.*
###### Pending work from #5372 | Idea-Enhancement,Area-Accessibility,Product-Color Picker | low | Minor |
754,504,954 | PowerToys | [Color Picker] Color dropper cursor when color picking | *Change cursor to a color dropper when in color-picking mode.*
###### Pending work from #5379 | Idea-Enhancement,Product-Color Picker | low | Major |
754,533,490 | flutter | [Proposal][video_player] [android]: Video status + controls in notification center | Hi I found that with video_player, after you leave the app, pauses the video and that's fine. But I would like to have a possibility to listen to the video in the background and have notification like all music apps have. With audio stream controls, so I will be able to take video from pause from the notification cente... | c: new feature,platform-android,p: video_player,package,c: proposal,P3,team-android,triaged-android | low | Minor |
754,545,157 | svelte | #each block doesn't change when a new state is triggered by a transitioning component inside an #if condition | **Describe the bug**
`#each` block doesn't change when a new state is triggered by a transitioning component.
The weird glitch is happening when the `#each` block is placed inside an `#if` in combination with a transitioning component and Promise loaded items.
**To Reproduce**
Please check the following repl - ht... | bug | low | Critical |
754,546,634 | storybook | Styles not getting applied in storybook v6 - using postcss/css modules | **Describe the bug**
Every time I run storybook none of the styles/classes are not getting applied to the components. The component stories are generated ok just with no styles.
But when I add the components into an app it all works fine.
**To Reproduce**
Running the command `start-storybook -c .storybook -p 6... | question / support,react | low | Critical |
754,546,790 | create-react-app | tsconfig.json gets overwritten the moment the CRA typescript project is closed and opened in VSCode |
### Describe the bug
All your changes to tsconfig.json in a CRA typescript project will be lost the moment you close and open your project in VSCode.
Note that, I do not run any commands like yarn start, etc yet.
tsconfig.json is automatically getting overwritten the moment project is closed and reopened!.... | needs triage,issue: bug report | medium | Critical |
754,558,469 | TypeScript | Parser does not reject `await a as any ** 1` | <!-- 🚨 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,Help Wanted,Effort: Moderate,Domain: Transforms | low | Critical |
754,589,645 | godot | TileMap shader is relative to each quadrant | **Godot version:**
v3.2.3.stable.mono.official
**OS/device including version:**
Arch Linux
Windows 10
Geforce GTX 970
**Issue description:**
This is the same issue as reported in #6547, because it still exists in the recent stable version. The optimization of TileMap that renders the map into quadrants makes... | documentation,topic:shaders | low | Minor |
754,621,326 | godot | Progressbar - fill has undesired stretching at low values | <!-- 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 using non-official build. -->
3.2.3.stable.mono.official
**OS/device including version:**
<!-- Specify GPU model, driver... | bug,confirmed,topic:gui | low | Major |
754,687,742 | vscode | Extension bisect unable to find 2 bad extensions | Ref #111495
I installed two annoying extensions, and clicked "still bad" when either of them were active. Eventually I got into a bad state where the bisect tool determined the problem to be within core.
... | extensions,under-discussion,bisect-ext | low | Major |
754,695,804 | vscode | Consider adding a clear condition option | Testing #111425
In a standard flow, this seems clunkier than necessary.
1. [Mouse] Right click > Edit Condition
2. [Keyboard] Backspace. Enter.
| feature-request,debug | low | Major |
754,711,202 | rust | Passing `-C panic=abort` still attempts to link in `libunwind` when targeting `i686-pc-windows-gnu` on `v1.44+` | ### Summary
When cross-compiling from a Linux distribution that provides SLJL mingw32, linker errors about `libunwind` symbols are a known issue (https://github.com/rust-lang/rust/issues/12859). The generally-accepted workaround is to disable exception handling (via `-C panic=abort`) which should disable the need t... | A-runtime,A-linkage,O-windows,A-cross,P-high,T-compiler,regression-from-stable-to-stable,C-bug,O-x86_32 | medium | Critical |
754,713,054 | pytorch | Operator registration doesn't work with noexcept functions on some compilers (c10::guts::is_function_type rejects noexcept) | @fmassa reported that this registration:
```
namespace vision {
int64_t cuda_version() noexcept {
#ifdef WITH_CUDA
return CUDA_VERSION;
#else
return -1;
#endif
}
} // namespace vision
// ...
m.def("_cuda_version", &vision::cuda_version);
```
failed with:
```
stderr: In file included from... | module: internals,triaged | low | Critical |
754,725,592 | flutter | Audit API docs for null safety | We should go through our API docs and make sure they're all updated for null safety.
See also https://github.com/flutter/flutter/issues/71503 about the samples. | framework,d: api docs,a: quality,a: null-safety,P2,team-framework,triaged-framework | low | Minor |
754,726,387 | scrcpy | dark grey (almost black) on device is dark green in scrcpy | is there a way to tweak the black level? it seems to me that almost black is showing as dark green for me.

;
impl<I, J> Index<(I, J)> for Board {
type Output = String;
fn index(&self, in... | C-enhancement,A-diagnostics,A-trait-system,T-compiler,A-suggestion-diagnostics,D-confusing,D-invalid-suggestion | low | Critical |
754,836,104 | flutter | [web] Add E2E test for pointer events | See related issue: https://github.com/flutter/flutter/issues/70529 | a: tests,engine,platform-web,P2,team-web,triaged-web | low | Minor |
754,862,154 | pytorch | Remove remaining native:: references from non-native ATen | @iseeyuan recently made a patchset to make ATen compileable completely separately from ATen_cpu. This does not work if you have references to native:: functions from not the native/ folder. He fixed all sites which were blocking him.
However, it turns out there are a number of native:: references that still remain. ... | module: internals,triaged | low | Major |
754,911,840 | create-react-app | sometimes fast refresh not work with anonymous function component | create-react-app version 4.0.1
run create-react-app demo i get a initially project.
if i change App.js file from
```
function App () {
…
}
export default App
````
to
```
export default () => {
…
}
```
so i only change the function compnent from App to anonymous,then fast refresh don’t wo... | needs triage | low | Minor |
754,914,900 | godot | TextureProgress value doesn't change when dragging mouse over Value's input box in Inspector | **Godot version:**
3.2.3
**OS/device including version:**
Windows 10
**Issue description:**
*What happened:* The value didn't change when I dragged my mouse. If I drag my mouse extremely far, it changes the value by 1 (or whatever value Step was set to).
*What was expected:* The value to go up or down as I mo... | enhancement,topic:editor,usability | low | Minor |
754,931,182 | material-ui | [TouchRipple] Do not trigger it when scrolling | I've checked #3407, but I honestly think it's still not fixed, or is it back?!
https://www.dropbox.com/s/jm36onjlml8j9oq/IMG_3636.MOV
Thanks a lot. | duplicate,component: ButtonBase | medium | Major |
754,956,102 | rust | `InstrumentCoverage` requires information from HIR that might need to be available via MIR | Coverage requires the spans for the `FnSig` and `hir::Body`.
It also uses the `hir::Body` to compute a function hash, required by LLVM intrinsic `instrprof.coverage`.
According to this code review comment:
https://github.com/rust-lang/rust/pull/79109#discussion_r533817538
> MIR strives to be a self-containe... | T-compiler,A-HIR,A-MIR,A-code-coverage | low | Minor |
754,990,463 | PowerToys | [PowerRename] Option to set an offset for date/time | Reference #909 for this feature improvement
Right now I'm still using [AdvancedRenamer](https://www.advancedrenamer.com/) instead of PowerRename because of 2 features I'm missing:
* Rename based on files `Date taken` attribute instead of `File Created` date (covered by #6151)
* Option to set some manual offset f... | Idea-Enhancement,Product-PowerRename | low | Minor |
755,035,624 | flutter | flutter build aar --output-dir command line argument | <!-- 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,platform-android,tool,a: existing-apps,c: proposal,a: build,a: release,P3,team-android,triaged-android | low | Critical |
755,047,205 | TypeScript | Error when trying to assign a subclass of a base class with generics to `typeof` of that base class | **TypeScript Version:** 4.1.2
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:** class generic extends typeof 2322
I stumbled upon a type error when trying to assign a subclass of a base class with generics to `typeof` of that base class.
**Code*... | Bug,Has Repro | low | Critical |
755,051,055 | pytorch | provide example for distributed training with iterative dataloaders | Hi
I need to make iterative datasets work with distributed training, for this I shard the data which does not work, see my issue here https://github.com/pytorch/xla/issues/2657 to pytorch XLA team but this is in fact related to pytorch team to me, there is NO documentation or proper examples showing how to do it, I re... | oncall: distributed,module: dataloader,triaged | low | Minor |
755,079,312 | pytorch | Caffe2 upsample do not support float times output_size |
Hi all,
I export a quantized model (with output_size=7x7, and input size is 4x4)
to onnx, and I try to run it on caffe2 backend. And I found that the height_scale is 1 but not 1.75 according the [code](https://github.com/pytorch/pytorch/blob/f02753fabb8116ab202fd56b3fcaf9389b7cade6/caffe2/operators/quantized/int... | oncall: mobile | low | Minor |
755,098,496 | rust | Compiler asks for already present bound | While working on RustCrypto/stream-ciphers#195. I got roughly the following code:
```rust
use generic_array::{GenericArray, ArrayLength, typenum::{Unsigned, Quot, U16}};
use core::ops::Div;
pub trait Foo: Copy + Default {
type Size: Unsigned;
fn load<N>(block: &GenericArray<u8, N>) -> GenericArray<S... | A-trait-system,A-associated-items,T-compiler,C-bug,E-needs-mcve | low | Critical |
755,104,653 | ant-design | Wrong trigger event `afterVisibleChange` of <Popover> <Tooltip> <Popconfirm> | - [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate.
### Reproduction link
[](https://codesandbox.io/s/antd-reproduction-template-forked-38t08?fil... | help wanted,Inactive,improvement | low | Major |
755,168,086 | pytorch | test_inverse setup is flaky using MKL>=2020.1 on certain CPUs and fails on CUDA | ## 🐛 Bug
`test_inverse` fails after updating MKL to >=2020.1 (we used 2019.1 previously) on DGX1V nodes (8x V100) in `float32`.
### Root cause
While debugging we could narrow down the root cause to the test setup in [`random_fullrank_matrix_distinct_singular_value`](https://github.com/pytorch/pytorch/blob/bcc85... | module: cuda,triaged,module: mkl,shadow review | low | Critical |
755,224,034 | pytorch | RuntimeError: CUDNN_STATUS_BAD_PARAM when testing environment | full repo:
`
Traceback (most recent call last):
File "C:/Users/ps/PycharmProjects/pythonProject2/main.py", line 98, in <module>
outputs = model(images)
File "C:\Program Files\Python37\lib\site-packages\torch\nn\modules\module.py", line 727, in _call_impl
result = self.forward(*input, **kwargs)
File... | oncall: distributed | low | Critical |
755,270,817 | rust | when program cause std::io::Error, can take the current path? | below code is a example about program cause error
```rust
use std::fs;
fn main() -> std::io::Result<()> {
let conf = read_cargo_conf()?;
println!("conf:{}", conf);
let lock = read_cargo_lock()?;
println!("lock:{}", lock);
Ok(())
}
fn read_cargo_conf() -> std::io::Result<String> {
... | C-enhancement,T-libs-api | low | Critical |
755,350,386 | pytorch | RTX 3090 setup vs 2x RTX 2080TI setup slower? Help.. | Hi all,
I have a question on the setup for pytorch which is bothering me a lot. I have one setup with the following specs:
**SETUP A** (Data Parallel)
2x RTX 2080 TI MSI Gaming X Trio
1x Threadripper 1950X
96 GB RAM (2600MHz)
Another setup with:
**SETUP B** (Single GPU)
1x RTX 3090 ZOTAC Trinity
1x Thr... | module: performance,triaged,module: data parallel | medium | Major |
755,392,000 | flutter | Strange flickering on Windows desktop when hovering over checkboxes on Windows | with my current Flutter Desktop App on Windows one of our Testers reports a flickering when using the flutter_map plugin when he hovers above a checkbox on the screen which probably triggers a rebuild. Please see attached video.
It seem to depend on the windows monitor scaling factor and the window size.
Unfortunatel... | engine,platform-windows,c: rendering,a: desktop,P2,team-windows,triaged-windows | low | Major |
755,407,251 | TypeScript | Language services formatting for `else` on newline | ## Search Terms
* format else
* formatted else
* fomatter newline
* formatting newline
## Suggestion
When the formatting option for the opening brace on newline for control blocks is true, it would make sense to have the `else` on it's online as well.
## Use Cases
Using typescript-formatter with VS Co... | Suggestion,Awaiting More Feedback | low | Minor |
755,413,988 | PowerToys | [Color Picker] Activation behavior "Picker and editor" allows to open picker and editor parallel | <!--
**Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**.
Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue.
-->
## ℹ Computer information
- PowerToys version: 0.27.0
- PowerToy Utility: Color Picker
- Running Po... | Idea-Enhancement,Area-User Interface,Product-Color Picker | low | Minor |
755,427,615 | storybook | Support compact ArgsTable option in DocBlocks | **Is your feature request related to a problem? Please describe**
I would like to be able to use the "compact" option for ArgsTable when using it in MDX like so:
```
import { ArgsTable } from '@storybook/addon-docs/blocks';
<Story name="Main" args={{variant: 'primary'}} parameters={{layout: 'centered'}}>
{(... | feature request,inactive,addon: docs,block: argstable | low | Minor |
755,432,476 | TypeScript | Generic type sometimes returns never instead of actual template parameter type | **TypeScript Version:** 3.6+
**Search Terms:** enum, extends, never, template parameters
**Code**
```ts
enum FL4 { Absurd, False, True, Unknown }
type Classify< Left, Right > = Left extends Right
? Right extends Left
? [ Left , '==', Right ]
: [ Left , '<:', Right ]
: Right extends Left
... | Bug,Help Wanted,Experimentation Needed | low | Major |
755,467,280 | vscode | [html] handle HTML-escaped characters in JavaScript attribute properties |
Issue Type: <b>Bug</b>
- Create an HTML attribute with JS in it, such as a button `onclick` event.
- Since attributes cannot use raw double quotes (Already used to open/close the attribute, HTML will give a syntax error), use `"`.
- VSC will incorrectly mark it as an error
**Example**
```<button onc... | bug,html | low | Critical |
755,499,179 | terminal | Consolidate Scrolling actions | # Description of the new feature/enhancement
After #8459, we'll have the following scroll actions:
- `scrollUp`
- `scrollDown`
- `scrollUpPage`
- `scrollDownPage`
- `scrollToTop`
- `scrollToBottom`
This seems to be a case of us introducing new _actions_ when we should be introducing new _arguments_ instead.... | Issue-Feature,Area-Settings,Product-Terminal | low | Minor |
755,499,452 | godot | Godot crashes when using extended Translation class in script | <!-- 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 using non-official build. -->
3.2.3
**OS/device including version:**
<!-- Specify GPU model, drivers, and the backend (G... | bug,topic:gdscript,confirmed,crash | low | Critical |
755,501,105 | ant-design | Resizing Autocomplete with "width 100%" does not resize the dropdown | - [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate.
### Reproduction link
[](https://codesandbox.io/s/non-case-sensitive-autocomplete-antd491-for... | help wanted,Inactive | low | Minor |
755,505,817 | flutter | Roll benchmark | Our copy of google/benchmark is pretty old, and the docs don't match up anymore.
We should be able to roll it using a combination of the changes from flutter/buildroot#415 and https://github.com/flutter/engine/pull/22804, but the metrics_center code needs to be updated for some new output that the newer version giv... | a: tests,engine,P3,team-engine,triaged-engine | low | Minor |
755,534,088 | flutter | CupertinoNavigationBar incorrect dark mode theming with MaterialApp | `CupertinoNavigationBar` background and text styling not respecting theme, even when using a `cupertinoOverrideTheme` workaround, as seen in the simplified code sample below. The background of the app is also different.
Expected (same code sample, with `CupertinoApp` instead):
<img width="736" alt="Screenshot 2020-... | framework,f: material design,f: cupertino,has reproducible steps,found in release: 3.3,found in release: 3.7,team-design,triaged-design | low | Major |
755,539,014 | flutter | The Material color API is not well suited for null safety | The material color palette has a set of named colors with pre-set saturations of 50,100,200,300,400,500,600,700,800, and 900: https://material.io/resources/color/#!/?view.left=0&view.right=0
In the current Flutter API, this is encoded as a static named getters (e.g. `green`) on `Color` with an `[]` operator for gett... | framework,f: material design,a: null-safety,P3,team-design,triaged-design | low | Major |
755,548,757 | flutter | "The relevant error-causing widget" misleads when the exception is thrown from user code | Steps to reproduce:
1. `flutter create dummy`
2. `cd dummy`
3. `nano lib/main.dart`
4. add a `throw 'hello';` statement on line 64, the first line of the `_MyHomePageState.build` method.
5. save and quit the editor
6. `flutter test`
Expected results:
Exception is reported, pointing clearly to line 64.
Actu... | c: crash,framework,a: first hour,a: quality,a: error message,has reproducible steps,P2,found in release: 3.7,found in release: 3.9,team-framework,triaged-framework | low | Critical |
755,557,880 | rust | Compiler suggests restricting bound to only blanket impl for trait instead of just the trait | As with all diagnostics bugs, the title of this issue is almost completely unhelpful in understanding what I'm talking about, so let me show you some code.
(If you want to cut to the chase [here's a playground that showcases the whole bug](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=b2ec3... | C-bug,A-suggestion-diagnostics | low | Critical |
755,603,401 | opencv | OpenCV 5.0 | Discussion thread for https://github.com/opencv/opencv/wiki/OE-5.-OpenCV-5.
Please note that some topics, such as 3D module, are discussed in the corresponding threads.
**Upd. We now have a [dedicated OpenCV 5.0 project](https://github.com/orgs/opencv/projects/1) to finally make it!**
| evolution | medium | Major |
755,608,598 | vscode | Git - Add a command palette option for git rm | <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
I'd like to be able to open the command palette ... | help wanted,feature-request,git | medium | Major |
755,612,593 | rust | Bad Error Message: error[E0277]: the trait bound `T: Generator<ResumeTy>` is not satisfied | ### error message
Hello! This is a bug report for a confusing/bad error message:
```rust
Compiling bug v0.1.0 (E:\Users\keith\Documents\Projects\bug)
error[E0277]: the trait bound `T: Generator<ResumeTy>` is not satisfied
error[E0308]: mismatched types
--> src\main.rs:76:25
|
14 | .filte... | A-diagnostics,T-compiler,C-bug,A-async-await,AsyncAwait-Triaged | low | Critical |
755,627,764 | rust | Add support for branch coverage in source-based coverage | Similarly to what is being done in LLVM and Clang: https://reviews.llvm.org/D84467. | C-enhancement,A-code-coverage | high | Critical |
755,636,423 | pytorch | [bug][libtorch] torch::load seeks to the start of the input stream before reading | ## 🐛 Bug
The behavior of torch::load makes it impossible to read multiple tensors from a stream, as it will seek to the beginning of the stream before reading the tensor. The corresponding writing function torch::save does not seek to the beginning of the stream.
## To Reproduce
```cpp
torch::Tensor x = torch:... | module: serialization,triaged,needs design | low | Critical |
755,637,153 | flutter | [MacOS] Add headless engine support for platform views / FlutterGLCompositor | Currently, FlutterGLCompositor will not be created if _viewController is nil which is the case for headless engines.
As a result, platform views will not work without the compositor.
We need to find a solution to creating a FlutterGLCompositor with a nil FlutterViewController for headless engines.
cc @cyanglaz... | engine,platform-mac,a: desktop,P2,team-macos,triaged-macos | low | Minor |
755,646,928 | flutter | [google_sign_in] Add future that completes when the plugin is (really) ready. | ## Use case
Google Sign In (web) is some times slow to start up and silently sign in the current user; however there's no way for app developers to let users know about this delay.
There's currently a future in the plugin side that can be used to compute the initialization status of the plugin, without having to ... | c: new feature,p: google_sign_in,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | low | Major |
755,654,492 | deno | Allow to set process title | `deno install --name <name>` allow to specify the name of executable file.
Unfortunately, the name of running process is still `deno` eg Activity Monitor on Mac.
How can I change the process name, equivalent of `process.title` in Node.js ? | cli,suggestion | low | Major |
755,675,410 | kubernetes | Migrate private registry e2e tests away from gcr.io/k8s-authenticated-test | Part of umbrella to migrate kubernetes e2e test images/registries to community-owned infrastructure: https://github.com/kubernetes/k8s.io/issues/1458
Followup to https://github.com/kubernetes/kubernetes/issues/97002
The registry is used by the following kubernetes e2e tests:
- [sig-apps] ReplicaSet should serve ... | priority/important-soon,kind/cleanup,sig/node,area/release-eng,sig/apps,sig/testing,sig/release,lifecycle/frozen,needs-triage,sig/k8s-infra | medium | Critical |
755,705,730 | godot | Godot with mono crashes when opening a project with the name contains a comma | **Godot version:**
v3.2.4.beta.mono.custom_build. 639fdefc1
**OS/device including version:**
Windows 10
**Issue description:**
The engine crashes when opening a project with a comma-separated name.
```
Godot Engine v3.2.4.beta.mono.custom_build.639fdefc1 - https://godotengine.org
WinTab context creation... | bug,topic:editor,confirmed,topic:dotnet,crash | low | Critical |
755,734,039 | flutter | Stack widget does not clip children wrapped in Align | According to this documentation: [flutter.dev/go/clip-behavior](flutter.dev/go/clip-behavior), Stack is one of the few widgets that will clip it's children by default (as `{Clip clipBehavior = Clip.hardEdge}` is the default). However, even with a simple example (which I've pasted below) this is not the case for childre... | framework,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-framework,triaged-framework | low | Critical |
755,734,405 | flutter | debugOnRebuildDirtyWidget and debugPrintRebuildDirtyWidgets don't work reliably for RenderObjectElements | For example, if you set debugPrintRebuildDirtyWidgets to true, you'll never see it print that a ColoredBox is being built.
| framework,a: quality,a: debugging,has reproducible steps,P3,found in release: 3.10,found in release: 3.12,team-framework,triaged-framework | low | Critical |
755,775,505 | bitcoin | addnode RPC call should return success/failure indicator | Calling `bitcoin-cli addnode i-am-not-an-address onetry` fails immediately and permanently, but does not give any indication that happened. Having `addnode .. onetry` instead block and return either an error or indicate the peer id of the new connection would probably be better. See also https://github.com/bitcoin/bitc... | Feature | low | Critical |
755,811,330 | TypeScript | [Meta] Refactors of React hooks | <!-- 🚨 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 |
755,811,550 | go | database/sql: shutdown connections gracefully | It would be nice to have a way to ask `sql.DB` to shutdown its connections gracefully. There's a `SetMaxIdleConns()` method that can be set to `-1` to clear out all idle connections. However, this does not shutdown any active connections gracefully.
Our use-case is due to database credentials being rotated using Vau... | NeedsInvestigation | low | Minor |
755,856,080 | electron | Support Extensions in custom protocols | <!-- As an open source project with a dedicated but small maintainer team, it can sometimes take a long time for issues to be addressed so please be patient and we will get back to you as soon as we can.
-->
### Preflight Checklist
<!-- Please ensure you've completed the following steps by replacing [ ] with [x]-... | enhancement :sparkles: | low | Major |
755,968,588 | go | cmd/go: add global ignore mechanism for Go tooling ecosystem | UPDATE: The summary of the accepted proposal at: https://github.com/golang/go/issues/42965#issuecomment-1974089649.
- - -
## Problem
For non-trivial (often multi-language) projects it's often desirable to make all the Go tools (including `gopls`) ignore certain directories.
Some of the examples could be t... | Proposal,Proposal-Accepted,GoCommand,modules | high | Critical |
755,975,435 | PowerToys | [Run][New Plugin] Regex line search (full text search) | Could powerrun also search the content of text files, pdfs etc. (Similar to https://github.com/phiresky/ripgrep-all)
| Idea-Enhancement,Product-PowerToys Run,Run-Plugin | low | Major |
755,986,845 | storybook | Docs addon is not showing story code (No code available) unless you provide an unused variable into the function parameters | **Describe the bug**
The docs addon is showing the error `No code available` if you do not provide a variable into the story function, regardless if the variable is used or not.
**To Reproduce**
```json
"@storybook/addon-a11y": "6.1.9",
"@storybook/addon-actions": "6.1.9",
"@storybook/addon-backgro... | bug,addon: docs,source-loader | medium | Critical |
755,997,435 | flutter | When fullSizeContentView is set, paddings should be exposed through MediaQuery | When [`fullSizeContentView`](https://developer.apple.com/documentation/appkit/nswindow/stylemask/1644646-fullsizecontentview) is set on the NSWindow's StyleMask, the native title bar is gone and the close/min/max buttons are moved into the content. We should re-expose that value in the MediaQuery padding. Otherwise, th... | c: new feature,framework,engine,platform-mac,a: fidelity,a: quality,a: desktop,P2,team-macos,triaged-macos | low | Minor |
756,003,158 | TypeScript | Incorrect any type distilled from extended generic after typeof check | **TypeScript Version:** 4.1.2 and 4.2.0-dev.20201202
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:** extended generic typeof any
**Code**
```ts
type Identifier = string;
interface Identifiable {
readonly id: Identifier;
}
class Dropd... | Bug | low | Major |
756,010,114 | opencv | GAPI: dangling reference warning in gapi_infer_ie_test.cpp | ##### System information (version)
<!-- Example
- OpenCV => 4.2
- Operating System / Platform => Windows 64 Bit
- Compiler => Visual Studio 2017
-->
- OpenCV => master (7a5c2e9df1a208b10d5b6be549b2b28225321ba7)
- Operating System / Platform => mac OS X
- Compiler => AppleClang 12.0.0.12000032
##### Detaile... | category: g-api / gapi | low | Critical |
756,020,543 | react-native | Transform rotate style property doesn't work properly on ios | ### Description
I use @react-native-community/slider and I needed to rotate the slider.
To do so I used the css property transform, and rotate. It works well on android, but not on ios.
The slider stay to it's original position.
When I change the rotate value while I'm visualizing the slider, it rotates after the... | Platform: iOS,Issue: Author Provided Repro | low | Minor |
756,055,952 | go | crypto/tls: add support for Certificate Compression (RFC 8879) | [RFC 8879](https://www.rfc-editor.org/rfc/rfc8879.html) has recently been published. The RFC describes a way to compress the TLS certificate chain when using TLS 1.3.
Compressing the certificate chain reduces the number of bytes exchanged during the handshake. While sending fewer bytes is always a win for performanc... | NeedsDecision,FeatureRequest | low | Major |
756,072,176 | youtube-dl | ArteKino Festival | ## Checklist
- [x] I'm reporting a new site support request
- [x] I've verified that I'm running youtube-dl version **2020.12.02**
- [x] I've checked that all provided URLs are alive and playable in a browser
- [x] I've checked that none of provided URLs violate any copyrights
- [x] I've searched the bugtracker ... | site-support-request | low | Critical |
756,112,470 | godot | Large amount of print_line causing lockup switching from Project Manager to Editor while debugging with Qt Creator | <!-- 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 using non-official build. -->
Godot 3.2.4 dev
Godot 4.0 master latest version df4fe11
**OS/device including version:**
... | bug,topic:core,confirmed | low | Critical |
756,127,586 | PowerToys | Rearrange Taskbar buttons when labels are visible | Reorder Taskbar items of the same program
Currently we can click and hold a taskbar item of a running program and move it. But if more than one instances of a program are running, all of them move around. For example, if there are 3 explorer windows open, there is no way to reorder their taskbar buttons.
This has... | Idea-New PowerToy | low | Minor |
756,131,689 | godot | iOS: Wrong texture reads from Sprite with shader material and Light2D |
**Godot version:** 3.2.4-beta 1, 2, 3
**OS/device including version:** iOS / GLES2
**Issue description:**
This occurs on iOS target only (not on Android, MacOS, nor on Windows) and only in GLES2. Batching is disabled.
A Sprite with a custom shader swapping between 4 textures and a Light2D under a CanvasLayer.... | bug,topic:rendering,regression,topic:shaders,topic:2d | low | Critical |
756,133,631 | create-react-app | NPM Start issue | Hi,
I have installed node to learn react. When I create a react app using `npx create-react-app`, all the files are downloaded. But when I trying running `npm start`, it doesn't do anything. I have tried re-installing node and vs code but nothing see,s to work.
The file I'm working on is called github-finder.
Npm ve... | needs triage | low | Critical |
756,178,256 | godot | Cannot compile Android templates with Mono in the 3.2 branch on Windows (conflict with MonoGCHandle typedef) | **Godot version:**
3.2 branch 9df3d06
**OS/device including version:**
Windows 10 64-bit
VS 2019 Native tools Command Prompt x64
**Issue description:**
Firstly I compiled the stable branch of 3.2 with mono enabled (following the instructions)
Also compiled mono for android (https://github.com/godotengine/god... | bug,platform:windows,platform:android,topic:buildsystem,topic:dotnet | low | Critical |
756,232,603 | rust | Stabilize `#![feature(staged_api)]` | The idea behind it is to allow users to mark items as not yet stable for their crates, allowing them to change it without requiring to make a new major release. It'll will require a few changes though. Currently, the `unstable` attribute looks like this:
```rust
#[unstable(feature = "some_feature", reason = "some r... | T-rustdoc,T-compiler,C-feature-request,needs-rfc,A-rustdoc-ui | low | Major |
756,287,733 | angular | Make ChangeDetectorRef#detach() work with most child components | # 🚀 feature request
### Relevant Package
@angular/core
### Description
Detaching views is (sometimes) absolutely necessary for good performance.
```html
<item *ngFor="let item of longList" [value]="item"></item>
```
Whenever a single `item` is invalidated (even for a mousemove event), Angular has t... | feature,area: core,core: change detection,feature: under consideration | low | Major |
756,308,833 | create-react-app | CSS Module class name collisions | I raised this as a [Discussion](https://github.com/facebook/create-react-app/discussions/10092) but haven't had any bites!
Hi! I work at [Skyscanner](https://www.skyscanner.net/). We build our UIs with React, and use `react-scripts` to build our micro-frontends and our component library [Backpack](https://backpack.... | issue: proposal,needs triage | 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.