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 |
|---|---|---|---|---|---|---|
715,031,114 | vscode | Incorrect syntax error highlighting in workspace folder list |
Issue Type: <b>Bug</b>
I use VS Code to develop WordPress plugins in PHP.
1) Create a PHP file with a syntax error in it.
2) Save it.
VS Code will highlight the file name in the folder list in red indicating the presence of an error. Further, it will red highlight all of the files parent folders all the way... | under-discussion,file-decorations | low | Critical |
715,032,939 | PowerToys | [Screen Readers - Power Toys - Power Rename]: Screen reader do not convey the confirmation feedback after successfully activating Rename button. | [Power Toys Utility - Power Rename]
**User Experience:**
If there is no notification of events relevant to user interactions, changes in the componentβs state(s), value, name, description, or boundary it would be difficult for the platforms that provide Accessibility APIs, and would in turn affect the screen reader... | Issue-Bug,Product-PowerRename,Priority-1,Area-Accessibility,Needs-Triage,A11yE+D,A11ySev3,A11yWCAG | low | Minor |
715,036,998 | go | x/tools/cmd/imports: prefer latest versions of modules | **Is your feature request related to a problem? Please describe.**
It's nice to rely on the auto-import feature, but it seems to always default to an older version.
**Describe the solution you'd like**
It would be better to always prefer the latest version of a package
**Describe alternatives you've considered*... | NeedsInvestigation,modules,Tools,gopls/imports | medium | Major |
715,042,287 | PowerToys | [Functional: Power toys Settings>Fancy Zones>Appearance]: Validations are not applied properly for R,G,B and H,S,V edit field in Appearance section. | [Power toys settings- Fancy Zones- Appearance]
User Experience:
It will impact all the users if the edit field is taking alphabet also in numeric value.
Test Environment:
"OS Version: 20221.1000
App Name: Power Toy Preview
App Version: v0.23.0
Screen Reader: Narrator"
Repro-steps:
"1. Open Power Toys Set... | Issue-Bug,Product-FancyZones,External Dependency,Priority-3,Area-Accessibility,External Dependency-WinUI 3,Status-Blocked,A11yE+D | low | Critical |
715,047,509 | pytorch | Do we have plan to offer C++ binding for prune related features. | ## π Feature
On the python side, there is a range of classes/functions to support the pruning functionality of the neural network:
https://pytorch.org/docs/stable/search.html?q=prune&check_keywords=yes&area=default
The motivation to add pruning is mentioned well in this feature request when pruning is added on py... | module: cpp,triaged,enhancement,module: pruning | low | Minor |
715,049,422 | node | url.pathToFileURL should not dedup '/' in path | Found while checking: https://github.com/nodejs/node/issues/35429
Currently it is not possible to have a path represent the file URL `new URL('file:///a//b')` when going through `url.pathToFileURL`. `url.fileURLToPath` does property preserve the `//` in the path already. This causes round trips to be lossy.
<!-- ... | url,whatwg-url | medium | Critical |
715,074,010 | rust | Provide suggestion on E0277 Sized error when `&**`/`as_ref()` would be appropriate | Given
```rust
fn foo(_: &dyn std::error::Error) {}
enum E {
A(Box<dyn std::error::Error>),
}
fn bar(e: &E) {
match e {
E::A(err) => {
foo(err);
}
}
}
```
[`rustc` currently emits](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=a67a417... | C-enhancement,A-diagnostics,A-DSTs,T-compiler,A-suggestion-diagnostics,D-newcomer-roadblock | low | Critical |
715,074,278 | PowerToys | [Screen Reader - Utility - PowerToys Run Window]: Narrator does not announce the state of the selected suggestion list after opening the PowerToys Run Window second time. | [PowerToys Run -Utility - PowerToys Run Window]
**User Experience:**
If the object role, state(s), properties, boundary, name, and description are not programmatically determinable, it would be difficult for the platforms that provide Accessibility APIs, and would in turn affect the screen reader dependent users t... | Issue-Bug,Product-PowerToys Run,Area-User Interface,Priority-3,Area-Accessibility,A11yE+D,A11yUsable | low | Minor |
715,116,772 | svelte | Top-level await | This is continuation for #5351.
The problem is that there's no way to render an asynchronously loaded component on SSR. My use-case for asynchronously loaded components is rendering JAM-stack site's content from JSON files. My JSON-files describe page content as blocks, that are different components (type) and their... | feature request | high | Critical |
715,134,841 | go | x/review/git-codereview: make 'git codereview mail' run 'git push' using --no-follow-tags | I have the `push.followTags = true` option set in my global gitconfig because it's convenient for my typical git workflows on non-Go projects. But it breaks `git codereview mail`:
```
$ git mail
remote: Processing changes: refs: 9, done
To https://go.googlesource.com/tools
! [remote rejected] HEAD -> refs/for... | NeedsDecision | low | Critical |
715,142,918 | rust | Allow applying pub(crate) visibility to query accessor functions | There are many queries in https://github.com/rust-lang/rust/blob/ea7e131435a960d154e9a5d6a9297039574ffd7d/compiler/rustc_middle/src/query/mod.rs with comments like 'do not invoke this directly - use this other function instead'. If the wrapper method in defined in `librustc_middle,` we could enforce this by applying `p... | C-enhancement,A-visibility,T-compiler,A-query-system | low | Minor |
715,149,222 | rust | interface inconsistency with char::is_ascii_... functions | There is an interface inconsistency between `char::is_ascii_...` and other `char::is_...` functions. The first all take a reference to a `char`, the latter take a `char`.
This causes point-free style on many `str` functions to be possible with the non-ascii `char::is_...` functions, but not with the `char::is_ascii_... | T-libs-api | low | Critical |
715,168,262 | angular | feat(core): narrower event binding types | <!--π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
π
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,cross-cutting: types,P3 | low | Major |
715,173,469 | tensorflow | Possibility to compile python code when @tf.function is used in TensorFlow 2.x | **System information**
- TensorFlow version (you are using): **2.3.0**
- Are you willing to contribute it (Yes/No): **No**
**Describe the feature and the current behavior/state.**
With TensorFlow 2.x, eager mode is enabled by default, so it is essential to use @tf.function to speed up the performance.
tf.funct... | stat:awaiting tensorflower,type:feature,comp:autograph | medium | Major |
715,182,662 | flutter | Write tests to track reuse of oldLayer mechanism in PaintingContext | The PaintingContext has a number of methods to push a new compositing layer into the scene description via methods such as `PaintingContext.pushClipRect(...)`. The last parameter of these methods is an optional reference to the engine layer that was created on the previous call to that method from the same RenderObject... | a: tests,framework,engine,P2,team-engine,triaged-engine | low | Minor |
715,196,502 | godot | OS Class Bugs on Linux | **Godot version:**
3.2.3 stable
**OS/device including version:**
KaOS (Arch Linux)
**Issue description:**
Using shell open produces error telling the user the path to the project doesnt exits:
```
OS.shell_open("<godot_executable_path> -d --path <project_folder_path>")
```
Using Shell execute ignor... | topic:core | low | Critical |
715,196,641 | PowerToys | Image Adjusters for Desktop Wallpaper -or- Inactive Windows | ## π Provide a description of the new feature
**Expected Behavior**
Brightness/Contrast, Gamma, Sharpness controls for whatever image (or solid color) is currently assigned to the desktop, These controls would, in effect, turn the Desktop itself into an _**image filter,**_ so that any new desktop appearance wo... | Idea-New PowerToy | low | Minor |
715,235,067 | godot | Can't access constant in the parent class inside a static function | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
3.2.3.stable
<!-- Specify commit hash if using non-official build. -->
**OS/device including version:**
Windows 10
<!-- Specify GPU model, driver... | bug,topic:gdscript,confirmed | low | Critical |
715,243,704 | rust | Handle type errors in fn args caused by type parameter divergence | [Given](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=af5fba0e96614644f655970036f29635)
```rust
fn foo<T>(a: T, b: T) {}
fn main() {
foo(42, "");
}
```
we currently emit
```
error[E0308]: mismatched types
--> src/main.rs:4:13
|
4 | foo(42, "");
| ^... | C-enhancement,A-diagnostics,T-compiler,D-newcomer-roadblock | low | Critical |
715,249,300 | flutter | InputDecoration padding isn't enough for text with OutlineInputBorder | This code:
```dart
TextFormField(
decoration: const InputDecoration(
hintText: 'Ex: Batman',
labelText: 'Gotham',
border: OutlineInputBorder(),
),
);
```
Generates this output:
 completions when (incomplete) completions are already active | <!-- β οΈβ οΈ 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... | suggest,under-discussion | low | Critical |
715,288,932 | rust | Allow using uncompressed metadata for proc-macros and dylibs | Currently, we always compress crate metadata for dylibs and proc-macros:
https://github.com/rust-lang/rust/blob/ea7e131435a960d154e9a5d6a9297039574ffd7d/compiler/rustc_interface/src/passes.rs#L928-L940
This prevents us from `mmap`-ing the metadata into memory when we decode it, since we need to read the entire fi... | C-enhancement,A-metadata,T-compiler | low | Major |
715,450,122 | rust | `mir::Constant::span` is a footgun for mir optimizations | The field is part of the `PartialEq` impl, and thus two constants that are equal except in their span will compare inequal. This causes problems in https://github.com/rust-lang/rust/pull/77551#discussion_r499759161 and https://github.com/rust-lang/rust/pull/77549#discussion_r499462146 and possibly in other places.
T... | A-diagnostics,E-mentor,T-compiler,A-MIR,E-medium,A-mir-opt | low | Major |
715,459,261 | youtube-dl | Want to have a thumbnail format conversion function. | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
- [x] I'm reporting a feature request
- [x] I've ve... | request | low | Critical |
715,486,669 | opencv | OpenCV does not find_dependency(Eigen3) for transitive link dependency | ##### System information (version)
- OpenCV => 4.2
- Operating System / Platform => All
- Compiler => All
- cmake => 3.18.3
##### Detailed description
OpenCV can be used very easily with cmake. The typical workflow is:
```
find_package(OpenCV REQUIRED)
target_link_libraries(MY_TARGET_NAME ${OpenCV_LIBS})
... | feature,priority: low,category: build/install | low | Critical |
715,510,780 | flutter | [animations] add `fullscreenDialog` support to OpenContainer as provided by MaterialPageRoute | ## Use case
The main use case is a FAB which opens into fullscreen dialog when tapped.
Currently when using `OpenContainer` the dialog will be opened as another page in the app with a "Back" button at the start of the AppBar instead of a "Close" button, as expected in fullscreen dialogs.
## Proposal
Add su... | framework,a: animation,f: material design,c: proposal,team-design,triaged-design | low | Minor |
715,530,561 | storybook | Infer multiple select control for arg type Array<Enum> | If an arg can be an array of an enum, we could infer a control of type `multi-select`, `check` or `inline-check`. Currently it just shows the default JSON textfield.
Maybe we can use `inline-check` if its 1-4 options and `multi-select` for more than that?
Example:
```
interface Props {
fileType: 'directory... | feature request,inactive,addon: controls | low | Minor |
715,534,463 | flutter | Never uninstall APK without permission | <!-- 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... | tool,c: proposal,P3,team-tool,triaged-tool | low | Critical |
715,606,617 | flutter | Disabled TextField InputDecoration errorText allocates space but is not shown | ## Steps to Reproduce
1. Create a `TextField` that has `enabled: false` and has `decoration: InputDecoration()`.
2. Code of the sample app:
```dart
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
// This widget is the root of your applicatio... | a: text input,framework,f: material design,a: typography,has reproducible steps,found in release: 3.3,found in release: 3.6,team-design,triaged-design | low | Critical |
715,643,106 | go | os: executable FileMode bit is not set on Windows | <!--
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.13.8 windows/amd64
</pre>
### Does this issue repro... | OS-Windows,NeedsInvestigation | low | Critical |
715,677,164 | vscode | Support for Apple Pencil scribble | <!-- β οΈβ οΈ 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 would like to be able to use Apple Pencil's sc... | feature-request,ios-ipados | low | Major |
715,682,651 | godot | Godot Crash while in background | **Godot version:**
3.2.3 x64 version. Using the standalone zip version.
**OS/device including version:**
Windows 7
OpenGL ES 3.0 Renderer: GeForce GTX 1050/PCIe/SSE2
**Issue description:**
I had 3 instances of Godot Editor running under a different Explorer instance. incredibly simply demo's. I went off t... | bug,platform:windows,topic:editor,needs testing,crash | low | Critical |
715,682,839 | pytorch | Unify matrix multiplications operations | ## π Feature
<!-- A clear and concise description of the feature proposal -->
Unify matrix multiplication operations
## Motivation
<!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another GitHub is... | module: sparse,triaged,open source,module: linear algebra | low | Major |
715,684,733 | opencv | Error While Reading the RTSP video stream | System information (version)
- OpenCV = 4.4.0
- Operating System / Platform = Ubuntu
- Compiler = Python 3.6.9
Getting Encoding error while Reading a video stream using RTSP as shown below. Initially the reading process starts and while running it shows this errors
[hevc @ 0x83b9940] Could not find ref with PO... | feature,priority: low,category: videoio | low | Critical |
715,726,203 | You-Dont-Know-JS | for types & grammar 2nd-edition: cover % operator nuances | https://twitter.com/getify/status/1313481495785476099 | for second edition | medium | Minor |
715,762,103 | flutter | [web] support custom local server scenarios |
## Use case
Consider you're working with a relatively large system and your developers are spinning up everything behind a reverse proxy to mimic your production environment locally with an internal sub-domain. i.e. *.dev.somesite.com.
With --web-hostname you CAN set it to 0.0.0.0 but this doesn't appear to work... | c: new feature,tool,platform-web,c: proposal,P3,team-web,triaged-web | low | Critical |
715,779,512 | go | x/tools/gopls: option to autocomplete function call without parentheses | (This is more of a question before it becomes a feature request. However, the original Slack invite link is no longer active.)
**Is your feature request related to a problem? Please describe.**
Is it possible to leave out the parentheses of a method when doing autocompletion? For example, when typing `time.No` and ... | NeedsDecision,FeatureRequest,gopls,Tools | medium | Major |
715,784,997 | pytorch | Add support for reading the whole file in from_file | ## π Feature
<!-- A clear and concise description of the feature proposal -->
Following [numpy implementation of fromfile](https://numpy.org/doc/stable/reference/generated/numpy.fromfile.html), I propose we add support for reading through the whole file via a `size=-1` argument.
## Motivation
`torch.from_file`... | module: serialization,triaged,enhancement,module: numpy | low | Minor |
715,828,172 | PowerToys | FancyZones: maximize window when the zone matches the whole screen | I have 3 monitors, and I like to keep one window in each for productivity. FancyZones help a lot in doing that, but it lacks an important feature:
When the zone matches the whole screen, the application should be maximized instead of windowed. Look this example:
Windowed by PowerToys:

**OS/device including version:**... | bug,topic:editor,topic:plugin | low | Minor |
715,858,299 | youtube-dl | Request for iQ.com | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | site-support-request | low | Critical |
715,864,178 | flutter | Make RouterInformationParser parameter in MaterialApp.router optional | Currently the MaterialApp.router has two required parameters RouterInfromationParser and RouterDelegate. For Application that does not care about route parsing but still want to leverage the router (for android back button), they do not care about RouterInfromationParser. We can make it optional so that user only need ... | framework,f: material design,f: routes,c: proposal,P3,team-design,triaged-design | low | Minor |
715,865,076 | flutter | iOS 14 crash (Simulator) -- Fatal Exception: NSInternalInconsistencyException Modifications to the layout engine must not be performed from a background thread after it has been accessed from the main thread. | The original issue was https://github.com/flutter/flutter/issues/66647. The crash was fixed on devices but not simulator. This issue is created to track the work on fixing it on the simulators.
Steps to reproduce: (Using image picker as an example, but this is more likely an engine issue, someone mentioned in https:... | c: crash,e: device-specific,platform-ios,engine,a: existing-apps,p: image_picker,package,P3,c: fatal crash,team-ios,triaged-ios | medium | Critical |
715,879,881 | pytorch | with torch.cuda.amp.autocast() get out of memory error when using with torch.no_grad() during validation | ## π Bug
<!-- A clear and concise description of what the bug is. -->
## To Reproduce
Steps to reproduce the behavior:
1. using with torch.no_grad() and autocast() at the same time
2. then get cuda out of memory error
## Environment
Google Colab
## code that work well
```python
with torch.n... | module: docs,module: autograd,triaged,module: amp (automated mixed precision) | low | Critical |
715,921,847 | rust | bootstrap: Improve the UX when run from a git worktree | it would be nice if bootstrap could auto-detect when it's being run from a git worktree and share
- the git submodule history, so it doesn't have to be refetched from the network https://github.com/rust-lang/rust/issues/77621#issuecomment-1596970050
- the config.toml from the original worktree https://github.com/rust... | T-bootstrap,E-medium,C-feature-request,A-contributor-roadblock | low | Minor |
715,950,084 | go | x/net/ipv6: ControlMessage considers HopLimit==0 as missing | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go1.14.9
</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><br><pre>
$ go env
G... | NeedsInvestigation | low | Critical |
715,958,725 | excalidraw | set up firebase CORS | Right now we allow any origin so that anyone can read/write to our firebase databse. We should set up CORS to only allow excalidraw.com domain.
Downside is collab won't work in Vercel PR previews.
/cc @petehunt | collaboration | low | Minor |
715,960,392 | rust | Type inference seems to pick up the wrong trait bound | Hi. I apologize if this is a dup (I tried to search, but is it not easy to distill this into words to search for). If it's not a dup please update the title to something more meaningful.
When trying to compile (in [play](https://play.rust-lang.org/?mode=debug&edition=2018&gist=df374da147dde2481917344b1eafbfc8))
... | A-trait-system,T-compiler,A-inference,C-bug,T-types | low | Critical |
715,960,919 | excalidraw | Do not use production firebase in development | We're currently using production database even on localhost which is bad. Apart from cluttering the production database, we could inadvertently end up with stuff like infinite loops (for read/writes) when developing related features (raking huge bills), and who knows what else.
What we should do:
- [ ] set up COR... | discussion,collaboration | low | Minor |
716,028,686 | terminal | Convert Tab's context flyout into a XAML control | Tabs currently create their context flyout menu items in a big create function. It would be nice to convert that into a custom XAML control so that the more menu items we decide to add to the flyout, the easier it will be to manage. We should also design it in a way where different types of tabs (i.e. SettingsUI tab vs... | Area-UserInterface,Product-Terminal,Issue-Task | low | Major |
716,036,207 | ant-design | Implement a retry functionality to Ant Design's Upload Component if uploading a file fails | - [ ] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate.
### What problem does this feature solve?
In certain scenarios, upload fails and for those scenarios, we have to remove the picture and upload it again. This affects user ... | Inactive | low | Minor |
716,042,647 | node | CI setup for nodejs.org release notes | <!--
Thank you for suggesting an idea to make Node.js better.
Please fill in as much of the template below as you're able.
-->
**Is your feature request related to a problem? Please describe.**
Please describe the problem you are trying to solve.
Currently the blog post for new releases is a manual process ... | build | low | Major |
716,071,735 | go | runtime: lack of checking of pointer returned by sysAlloc | Lack of checking of pointer returned by sysAlloc at [src/runtime/mpagealloc.go:395](https://github.com/golang/go/blob/930fa890c9b6a75700bda3dc4043de81350749ea/src/runtime/mpagealloc.go#L395).
Consider move nil checking into sysAlloc function itself. Currently almost all checks simply throw "runtime: cannot allocate ... | NeedsInvestigation,compiler/runtime | low | Minor |
716,074,585 | flutter | Flutter Web border lines are discontinous on buttons | I'm experiencing some issues working with buttons in Flutter Web, when I apply a border radius of more than 16.

As you can appreciate in the image the border line is discontinous.
If I reduce the border ... | framework,f: material design,platform-web,P2,team-web,triaged-web | low | Major |
716,117,309 | go | x/build/cmd/coordinator: warn if a slowbot is requested on a Go version that is known to be unsupported by the builder | If we can determine that the following two conditions are true:
- a builder requires at least Go 1.N or at most Go 1.M (e.g., via the [`MinimumGoVersion`](https://pkg.go.dev/golang.org/x/build/dashboard#BuildConfig.MinimumGoVersion) field or similar)
- the commit being asked for testing represents a Go version that... | Builders,NeedsInvestigation,FeatureRequest | low | Major |
716,136,206 | pytorch | Improve distributed documentation for NCCL_BLOCKING_WAIT | ## π Documentation
We currently only document NCCL_BLOCKING_WAIT here: https://pytorch.org/docs/master/distributed.html?highlight=nccl_blocking_wait, where we say "For nccl, this is applicable only if the environment variable NCCL_BLOCKING_WAIT is set to 1.".
We should provide some more context into what NCCL_BL... | oncall: distributed,triaged,pt_distributed_rampup,module: ddp | low | Minor |
716,208,307 | node | Background node process corrupts terminal state with tcsetattr() on exit | * **Version**: v14.9.0
* **Platform**: NixOS 21.03, Linux 5.8.11 x86_64
* **Subsystem**: `ResetStdio` in `src/node.cc`
In Bash, run the following:
```bash
node -e 'setTimeout(() => {}, 2000)' & sleep 1
```
This launches `node -e 'setTimeout(() => {}, 2000)'` in the background and `sleep 1` in the foregroun... | confirmed-bug,process | low | Critical |
716,266,759 | storybook | async configurations | **Is your feature request related to a problem? Please describe**
We have to dynamically generate some configurations based on the result of a JSON file on a server. In our case, we have a list of tenants in a JSON file, by which we want to configure addon-cssresources. But since we we just can `export parameters ...`... | feature request,configuration | medium | Major |
716,296,635 | tensorflow | Unexpected output shape when trying to convert to Frozen Graph using convert_variables_to_constants_v2 | <em>Please make sure that this is a bug. As per our
[GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md),
we only address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:bug_template</em>
**System information**
- Have I written custom co... | stat:awaiting tensorflower,type:bug,comp:core,2.6.0 | low | Critical |
716,309,470 | flutter | Initial value is changed and repeated inside AnimationController.repeat, which results into unexpected controller.value on first run | When calling `animationController.repeat()`, the controller's `value` gets set to the supplied `min` parameter _plus_ its current value.
I don't know if this is by design, or a bug, but it's very confusing:
```
final animationController = AnimationController(
vsync: this,
duration: Duration(seconds: 1),
... | framework,a: animation,d: api docs,P2,team-framework,triaged-framework | low | Critical |
716,323,060 | create-react-app | Jest configuration support for "resolver" | ### Is your proposal related to a problem?
https://github.com/facebook/jest/pull/10393 gives a simple way to add a resolver that resolves 'module' field. There's already an NPM package for it: https://www.npmjs.com/package/jest-module-field-resolver
However, at the moment I cannot pass the jest option `resolver` ... | issue: proposal,needs triage | low | Minor |
716,377,068 | TypeScript | Go to definition broken by existance of tsconfig.json in JavaScript project. | <!-- π¨ 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... | Suggestion,In Discussion | low | Critical |
716,440,017 | godot | Saving editable child as scene will remove all its children | <!-- 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 / e93af13
**Steps to reproduce:**
1. Create a scene with some multilevel hierarchy
... | bug,topic:editor,confirmed | low | Minor |
716,452,606 | node | listen: Misleading error message when directory of IPC socket does not exist | <!--
Thank you for reporting an issue.
This issue tracker is for bugs and issues found within Node.js core.
If you require more general support please file an issue on our help
repo. https://github.com/nodejs/help
Please fill in as much of the template below as you're able.
Version: output of `node -v`
P... | net | low | Critical |
716,461,964 | puppeteer | Response.buffer gives misinterpreted text instead of raw network buffer | ### Steps to reproduce
**Tell us about your environment:**
* Puppeteer version: 5.3.1
* Platform / OS version: Windows 10 (Build 2004) 64-Bit
* URLs (if applicable):
* Node.js version: 12.19.0
**What steps will reproduce the problem?**
1. Open a page that does not define the appropriate text encoding.
2... | bug,upstream,confirmed,P3 | low | Major |
716,503,204 | godot | Image.FORMAT_R8 sampler2D data is placed in the wrong color channel when using GLES2 renderer | **Godot version:**
3.2.3 stable
**OS/device including version:**
Windows 10, GLES2 renderer
**Issue description:**
When using the GLES2 renderer, if you create an Image.FORMAT_R8 ImageTexture and read from it in a shader, the data is placed in the alpha channel instead of the red channel. When using the GLES3 ... | bug,topic:rendering,topic:shaders | low | Critical |
716,576,404 | godot | Normal map glitches, depth map crashes the driver when blend shape influence set to 1 | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
Godot_v3.2.3-stable_win64.exe
**OS/device including version:**
<!-- Specify GPU model, drivers, and the backend (GLES2, GLES3, Vulkan) if graphics-... | bug,topic:rendering,topic:3d | low | Critical |
716,641,399 | vscode | resources#relativePath does not honour path casing strategy | It seems to me that [`resources.relativePath`](https://github.com/microsoft/vscode/blob/6e022766d135689a6a5f92a4f3d9ebf97b238dd0/src/vs/base/common/resources.ts#L228-L228) ignores the fact that path casing should be ignored depending on the underlying file system. As you can see here:
https://github.com/microsoft/vs... | debt,uri | low | Major |
716,664,473 | storybook | Option to stop controls changing a component in Docs view | **Is your feature request related to a problem? Please describe**
I think it can be an issue that changes made by controls in the Canvas are also applied/kept in the Docs tab. If someone is playing with the controls for a primary/blue button for example and changes it to danger/red or disabled and then navigates to th... | feature request,addon: controls | low | Minor |
716,664,863 | TypeScript | Cannot annotate a field in constructor as null using jsdoc @type | <!-- π¨ STOP π¨ STOP π¨ STOP π¨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps before lo... | Bug | low | Critical |
716,680,360 | kubernetes | client-go example fails due to race condition in fakes+informers | This is broken off of https://github.com/kubernetes/kubernetes/issues/88508 which was stalebot closed
**What happened**:
Run the example https://github.com/kubernetes/client-go/blob/master/examples/fake-client/main_test.go#L42. It will *usually* pass. However, there is an inherent race condition in the fake clien... | kind/bug,sig/api-machinery,lifecycle/frozen,triage/accepted | medium | Critical |
716,692,328 | terminal | Bind-able command to move forwards and backwards through Windows Terminal instances | <!--
π¨π¨π¨π¨π¨π¨π¨π¨π¨π¨
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... | Area-UserInterface,Product-Terminal,Issue-Task | low | Critical |
716,696,818 | vue | $scopedSlots is empty until render() | ### Version
2.6.11
### Reproduction link
[https://codepen.io/kaelwd/pen/rNLNYGL?editors=1011](https://codepen.io/kaelwd/pen/rNLNYGL?editors=1011)
### Steps to reproduce
Open the console
### What is expected?
`"ScopedComponent beforeMount" true` to be logged
### What is actually happening?
`... | bug,has PR | medium | Critical |
716,697,746 | electron | Main process disappears from dedicated Node.js devtools window on exit when awaiting debugger detach | <!-- 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]-... | platform/windows,bug :beetle:,10-x-y,11-x-y,windows 7 | medium | Critical |
716,725,781 | vscode | Add support for vertical tabs | <!-- β οΈβ οΈ 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. -->
Add a big boost in developer productivity by a... | feature-request,workbench-tabs | high | Critical |
716,739,455 | godot | Weird behaviour when executing via terminal | **Godot version:**
3.2.3 stable
**OS/device including version:**
GLES2
Linux KaOS
intel graphics 3000
**Issue description:**
I'm trying networking, and for executing 2 instances I'm using the following command:
network.sh
```
<godot_path> --path <project_path> -d --resolution 720x480 & <godot_path> -... | bug,topic:editor,needs testing | low | Major |
716,767,396 | go | x/tools/gopls: rename fails with "no object found" when the old identifier is missing a declaration | ### What version are you using?
```
~$ go version -m $(which gopls)
/usr/local/google/home/bcmills/bin/gopls: devel +186f0220d0 Mon Oct 5 11:12:24 2020 -0400
path golang.org/x/tools/gopls
mod golang.org/x/tools/gopls v0.5.1 h1:AF3Uh7HF08SZpKFfgJO6zfF3bbxyDXWqdkK4kMXiQ1o=
d... | help wanted,FeatureRequest,gopls,Tools | low | Critical |
716,768,509 | rust | (Lack of) Polymorphization can lead to an unnecessarily recursive type & make compilation fail | Main issue related to the "[polymorphization](https://rust-lang.github.io/compiler-team/working-groups/polymorphization/)" (or lack thereof) problem: #46477
___
Minimal repro:
```rust
fn foo<F : FnOnce()> (recurse: bool, f: F)
{
if recurse {
foo(false, || ())
}
f();
}
fn initial (... | C-enhancement,A-trait-system,T-compiler,A-suggestion-diagnostics,D-terse,-Zpolymorphize,C-optimization | low | Critical |
716,772,462 | go | x/tools/gopls: rename fails with "conflicts with var in same block" when the new identifier already exists | This is related to (but slightly different from) #41851.
### What did you do?
Follow the same steps to reproduce as for #41851, but for step (1) use a _declared_ identifier instead of an undeclared one.
(https://play.golang.org/p/_L1Lkry0R0o)
### What did you expect to see?
The identifier at the point, as... | NeedsDecision,FeatureRequest,gopls,Tools,Refactoring | low | Critical |
716,788,479 | PowerToys | Adjusting pipeline to show stages | Terminal has some cool stages that help quickly visualize failures. It would be helpful to quickly diagnosis failures and parallel areas such as when we add in new items.
https://github.com/microsoft/terminal/blob/master/build/pipelines/ci.yml
:
```
IP_MULTICAST_IF (since Linux 1.2)
Set the local device for a multicast socket. The argument for
setsockopt(2) is an ip_mreqn or (since Linux 3.5) ip_mreq
structure similar to IP_ADD_MEMBERSHIP... | NeedsInvestigation | low | Critical |
716,797,542 | go | x/pkgsite: clarify definitions of version in internal/frontend | There are several definitions of version in internal/frontend:
- [linkVersion](https://github.com/golang/pkgsite/blob/a6259aefc2cb18eeb59af105e688120798a3ec81/internal/frontend/versions.go#L277)
- [displayVersion](https://github.com/golang/pkgsite/blob/a6259aefc2cb18eeb59af105e688120798a3ec81/internal/frontend/ve... | NeedsFix,pkgsite | low | Minor |
716,805,136 | vscode | Add an explorer/title menu contribution point | Currently extensions can't contribute to the Explorer's title menu

It would be great to allow this. For example it would allow for a better UX in the [Toggle Excluded Files](https://marketplace.visualstudi... | feature-request,file-explorer | high | Critical |
716,818,858 | rust | Compiling project makes rustc emit STATUS_ILLEGAL_INSTRUCTION | <!--
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 was trying to compile [this 3rd party project](https://github.com/upsuper/rust-cheatsheet) with `cargo build` when I received an `exit code: 0xc000001d, ... | I-crash,A-LLVM,T-compiler,O-windows-msvc,C-bug | low | Critical |
716,875,058 | pytorch | Backpropagation for sparse matrix indexing is problematic (colab provided) | ## π Bug
When indexing the sparse matrix, it performs well in the forward, but in backpropagation, the gradients become all zeros (i.e. empty sparse matrix).
## To Reproduce
I put up a [toy case](https://colab.research.google.com/drive/1RgVT2heWNOZZi2YZeSi07Agq0k0nQl_I?usp=sharing) in colab to reproduce.
... | module: sparse,triaged | low | Critical |
716,906,431 | youtube-dl | FileNotFound after using FFmpegMerger | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | question | low | Critical |
716,908,381 | PowerToys | Taskbar Auto-Hide "Pressure sensitivity" | To avoid the taskbar showing up when there's no intention, because the mouse hits the border where the taskbar is, add a conditional, I don't know what events (if they are even called like that) developers have in windows. But when user keeps dragging the mouse towards the border the taskbar hides, only then show it up... | Idea-New PowerToy,Product-Tweak UI Design | low | Major |
716,929,015 | vscode | SCM - Diff action buttons are too far from the gutter | <!-- β οΈβ οΈ 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. -->
If I want to stage or undo a change, I click t... | feature-request,scm | low | Major |
716,954,681 | flutter | [integration_test] replace delayForFrameTimings by flushing FrameTiming when the API is ready in the engine | This is a follow up of flutter/plugins and should be done after #64808 is fixed and landed in the stable channel.
cc @liyuqian | a: tests,framework,f: integration_test,P2,team-framework,triaged-framework | low | Major |
716,988,006 | go | x/tools/gopls: support all flags regardless of their position | For the `gopls` command line, some flags must be passed directly to the `gopls` command and some flags must be passed to `serve`. This makes it difficult for editor clients to start `gopls` using the `gopls serve` command and generally leads to confusion. @ianthehat has work in progress to allow flags to be specified i... | gopls,Tools | low | Minor |
717,019,222 | flutter | Wrong Icon button touch area. | ## Steps to Reproduce
Long story, and I want to provide video simply.
https://www.dropbox.com/s/049dyzolx231jp3/Screen%20Recording%202020-10-08%20at%2012.41.56.mov?dl=0
PS: `iconBtnSize = 24.0`, and same for another two `Icon`s inside `InkResponse`s.
<!-- Finally, paste the output of running `flutter doctor -v`... | framework,f: material design,f: gestures,P2,team-design,triaged-design | low | Major |
717,075,255 | godot | Print information message to console if Dummy Audio driver is loaded. | **Godot version:**
Godot Engine v3.2.2.stable.official - https://godotengine.org
**OS/device including version:**
any
**Issue description:**
If the dummy audio driver is loaded, the console should print that fact. Otherwise, it is exceptionally hard to diagnose why a different audio driver is loaded. The du... | enhancement,topic:audio | low | Major |
717,080,933 | godot | Viewport update mode causes frame drop | **Godot version:**
v3.2.3.stable.official
**OS/device including version:**
Windows 10, GTX1050Ti (27.21.14.5655)
**Issue description:**
When canvas node with _Viewport_ texture comes from off-screen the first time, a couple frames may be skipped.
_Viewport_'s **render_target_update_mode** must be set to "When... | topic:rendering,performance | low | Major |
717,103,560 | pytorch | Reproducibility breaks down with weighted Cross Entropy loss | Hello, the following code ceases to be reproducible when the weights in cross entropy are non-integers. Hereβs the example:
```python
import numpy as np
from collections import Counter
import torch
import torch.nn as nn
import torch.optim as optim
from torch.utils.data import Dataset, DataLoader
h, w, in_... | module: loss,module: cuda,triaged,module: numerical-reproducibility,module: determinism | medium | Major |
717,145,756 | opencv | build: CPU runtime dispatching may not work properly with xcodebuild | Incorrect implementations of symbols may be exported in binary files (e.g, AVX instead of baseline SSE). Application may crash on SSE-only machines.
Caused by reordering of object files for linker by `xcodebuild` tool.
Workarounds:
- don't use `-GXcode` generator ("Unix Makefiles" or "Ninja" should work)
- disabl... | bug,optimization,category: build/install,platform: ios/osx | low | Critical |
717,175,125 | pytorch | Padding mode for ConvTransposeNd | ## π Feature
Support the padding modes implemented in ConvNd also for ConvTransposeNd
## Motivation
When using CNNs on physics models which live on periodic lattices, such as the Ising model, circular/periodic padding mode is the only sensible thing to do. When we want the CNN to output values on the lattice po... | module: convolution,triaged,function request | low | Major |
717,179,941 | vue | Warn about `this.` used in templates | ### What problem does this feature solve?
Sometimes when moving the code around, the `this.` can end up traveling with it. Or the finger memory will just type in the `this.` where none is required.
Due to a side-effect, the `this` context is indeed present, but it breaks when it's used deeper in templates (haven't ... | feature request,discussion,feat:compiler | low | Minor |
717,206,811 | flutter | [iOS] Crash in debug when opening from the home screen | #### Edit:
Current state of the issue: https://github.com/flutter/flutter/issues/67624#issuecomment-801971172
This workflow unfortunately can't work, due to changes in iOS 14. Flutter apps in debug mode on iOS 14+ can only be launched from `flutter run`, Flutter-aware tools including IDEs, or Xcode:
https://gith... | c: crash,e: device-specific,platform-ios,engine,e: OS-version specific,P2,team-ios,triaged-ios | low | Critical |
717,218,606 | pytorch | Custom attention | ## π Feature
There have been a tremendous increase in different attention modules over the recent years. It would be nice to have an ability to pass a custom attention module to either `Transformer` methods (`TransformerEncoder`, `TransformerDecoder`, `etc`).
## Motivation
Currently the `Transformer` module onl... | module: nn,triaged | low | Minor |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.