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 |
|---|---|---|---|---|---|---|
613,989,078 | flutter | [Focus] When Focus cycles in a Scrollable, the focused item should be scrolled into view | ```dart
void main() => runApp(App());
class App extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
home: Material(
child: ListViewFocusRepro(),
),
);
}
}
class ListViewFocusRepro extends StatelessWidget {
@override
Widget ... | framework,a: accessibility,a: desktop,f: focus,has reproducible steps,P2,found in release: 3.3,found in release: 3.5,team-framework,triaged-framework | low | Major |
613,989,459 | pytorch | Resnet Model always predicting same label | I am currently playing around with PyTorch trying to successfully attempt facial recognition on a custom dataset of 48 classes with over 5000 images using Resnet50. During training my training and validation set accuracies are fairly high in the regions of 99% for both sets, however when I attempt to test my model on a... | triaged,module: vision | low | Critical |
614,013,377 | PowerToys | Path Shortener | A "**Destination path too long**" fix tool
When copying folders sometimes the new location exceeds the max character length
Goal:
- Visualize and shorten long paths exceeding X characters.
- Additionally, search for folders/file names longer than X.
| Idea-New PowerToy | low | Minor |
614,014,351 | pytorch | Split more pages into sub-topics | ## 📚 Documentation
gh-37419 split up the "heaviest" pages into a leading pages and subpages. More can be done to split up pages (these have the most lines of HTML):
- [ ] [`docs/source/quantization.rst](https://pytorch.org/docs/stable/quantization.html)
- [ ] [`docs/source/tensors.rst`](https://pytorch.org/docs/s... | module: docs,triaged,module: doc infra,open source | low | Minor |
614,018,521 | tensorflow | Remove GCC_HOST_COMPILER_PREFIX as it may be out of sync with GCC_HOST_COMPILER_PATH | **System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): RHEL 7.5
- TensorFlow installed from (source or binary): source
- TensorFlow version: 2.2.0
- Python version: 3.7.4
- Bazel version (if compiling from source): 2.0.0
- GCC/Compiler version (if compiling from source): 7.3.0
**De... | stat:awaiting tensorflower,type:build/install,subtype: ubuntu/linux,TF 2.2 | low | Critical |
614,020,943 | pytorch | Formatting of topic and sub-topic pages | ## 📚 Documentation
After gh-37419, there are now [subtopic pages](https://pytorch.org/docs/master/generated/torch.is_tensor.html#torch.is_tensor) underneath the [main topic pages](https://pytorch.org/docs/master/torch.html).
Should the subtopic pages have a right-navbar to indicate where they fall inside the to... | module: docs,triaged,module: doc infra | low | Minor |
614,039,222 | electron | Child window minimizes to a black rectangle | <!-- 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:,8-x-y,11-x-y | medium | Major |
614,044,994 | nvm | Document that curl is required for nvm to work | ## Use case
I tried `nvm install 12.16.2` on an Ubuntu install that didn’t come with curl and nvm hung. (Oddly, `nvm install --lts` worked.)
## Workaround
If curl is required (and my error was not due to some other issue), it should be documented in the readme. e.g.,
```
## Prerequisites
- curl
```
... | needs followup,installing nvm | low | Critical |
614,051,621 | go | cmd/link: support -linkmode=internal with Cgo | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version devel +3afa74115b Sun Apr 12 15:37:29 2020 +0000 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor architecture are you using (`go env`)?
<details><... | NeedsInvestigation,FeatureRequest,compiler/runtime | low | Critical |
614,053,104 | PowerToys | Share a zone for video conference apps | # Summary of the new feature/enhancement
It would be great to be able to share a zone in Fancyzones in Teams/Skype
crutkas: strongly believe #279 is the correct solution here
| Idea-Enhancement,FancyZones-Layouts,Product-FancyZones | high | Critical |
614,055,625 | rust | Confusing error message "this doc comment doesn't document anything" when there is a syntax error right after a comment | I tried this code:
```rust
/// Some documentation. Below "async" is before "pub" by mistake.
async pub fn hello() {}
fn main() {
}
```
I expected to see this happen: a clear error message telling me about the mistake (`async` before `pub`).
Instead, this happened:
```
error: expected item after doc ... | C-enhancement,A-diagnostics,A-parser,T-compiler | low | Critical |
614,094,353 | terminal | Method to suppress the default CTRL+C/CTRL+V mapping specifically for WSL; profile-specific keybindings? | Editor's Note (@DHowett-MSFT): This may be a good place to track profile-specific keybindings?
With the _classic_ Windows terminal, <kbd>Ctrl</kbd>+<kbd>c</kbd> and <kbd>Ctrl</kbd>+<kbd>v</kbd> can be used for copy and paste when working within a Windows shell just as I would expect/prefer. However, when using WSL, ... | Issue-Feature,Area-Settings,Product-Terminal | high | Critical |
614,097,280 | vscode | Use contentEditable for our hidden accessibility textArea | Investigate into using `contenteditable` instead of a plain `textArea` for our hidden accessibility field.
It migh have performance implications, but it would allow us to have richer accessibility content on each line. Including line number, breakpoints etc.. | accessibility,editor-core,under-discussion | low | Major |
614,162,496 | TypeScript | `typeChecker.getTypeArguments` returns unexpected extra type argument | **TypeScript Version:** 3.8.3
**Search Terms:** getTypeArguments
**Code**
Given input like
```ts
class X extends Y<string> {}
```
Call `typeChecker.getTypeArguments(typeChecker.getTypeAtLocation(...))` on the `Y<string>` node.
**Expected behavior:**
You get back one type argument (string).
**Ac... | Bug,Help Wanted | low | Critical |
614,171,481 | go | Gerrit: messy merge commits created when merges are not fresh | Gerrit took it upon itself to create a merge commit to merge CL 227650, itself a merge commit, because there was a commit on the target branch after the parent of the merge under review.
392a746b15 was created by Gerrit because d41987bb5b was on master after the parent of e067ce5225.
```
* 49367815c7 - (dev.bori... | Unfortunate,NeedsDecision | low | Major |
614,184,829 | pytorch | torch.cuda.nccl.init_rank does not handle "uid" properly, causing runtime error | ## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
``torch.cuda.nccl.init_rank`` does not handle argument ``uid`` properly, causing runtime error (expected 128 bytes, found 14xxxxxxxxxxxxx)
> "14xxxxxxxxxxxxx" is a 15-digit 10-based integer around 140T
After some research, I found ``id_len... | module: cuda,triaged,module: nccl | low | Critical |
614,196,173 | godot | Light2D not working on rotated polygon on bones | ver. 3.2.1 (gle3)
win 10
Moving Light2D over polygon stops working if bones are rotated or in certain position.
I have attached TSCN - mostly light works, but if you rotate polygon to some extent it stops working.
-> open TSCN
-> player (KinematicBody2D with bones and polygons) is rotated 90 degrees
-> Selec... | bug,topic:rendering | low | Minor |
614,203,892 | rust | Bors links to the wrong build in GitHub Actions | When bors reports that a build failed in GitHub Actions, it links to the "bors build finished" meta-job instead of the actual job tha failed. This makes the UX for our contributors worse. | T-infra,A-github-actions | low | Critical |
614,251,267 | TypeScript | Suggestion: short-circuit type inference for ternary operators when both branches have the same type | From https://github.com/squidfunk/typescript-issue-38339-repro (courtesy of @squidfunk)
**TypeScript Version:** 3.9.1-rc
**Search Terms:**
Subtype reduction, ternary
**Code**
```ts
import { JSX } from "preact"
type IntrinsicElements = JSX.IntrinsicElements[keyof JSX.IntrinsicElements]
export typ... | Domain: Performance | low | Major |
614,277,804 | pytorch | Support Slicing of ModuleList during JIT model tracing/scripting | ## 🐛 Bug
Torch.jit.trace fails if model slicing is used anywhere within the model functions.
Steps to reproduce the behavior:
Say you have VGG16 model like below -
```python3
class VGG16_frontend(nn.Module):
def __init__(self,block_num=5,decode_num=0,load_weights=True,bn=False,IF_freeze_bn=False):
... | oncall: jit,module: bootcamp,triaged,large,medium | low | Critical |
614,278,948 | pytorch | Quantile Regression Loss | When interested in fitting an unknown probability distribution using a neural network model, we are sometimes interested in quantile regression. I suggest we add the quantile regression loss to the losses we have in pytorch.
* Example implementation [here](https://medium.com/the-artificial-impostor/quantile-regressi... | module: nn,triaged,OSS contribution wanted | low | Major |
614,279,376 | go | x/tools/present: no section headers in Markdown syntax | IIRC we used to be able to use `*` and `**` for section and subsection headers. It appears as though that's no longer the case: `#` terminates the content [1] (without an error...?), and `##` is a subsection header.
Not sure if this is a bug or feature request.
1: As in, no header is displayed and no content is d... | NeedsInvestigation | low | Critical |
614,306,399 | terminal | MongoDB linewrap isn't working. | # Environment
```none
Windows build number: [run `[Environment]::Replicable in CMD and Powershell]
Windows Terminal version (if applicable): 0.11.1251.0
Any other software?
None.
```
# Steps to reproduce
Run Mongo in the windows terminal and fill the first line with text.
# Expected behavior
Linewra... | Product-Conpty,Area-Server,Issue-Bug,Priority-2,Impact-Correctness | low | Major |
614,322,785 | flutter | Strip plugins created from `dev_dependencies` from release-mode apps | 2024-11-21 update from @matanlurey:
- Android work https://github.com/flutter/flutter/issues/157949 /cc @camsim99
- iOS/macOS work https://github.com/flutter/flutter/issues/74274 /cc @cbracken
---
Currently the flutter tool creates a plugin for all package dependencies, even though in the dev_dependencies s... | a: tests,tool,a: build,f: integration_test,P2,blocked,a: plugins,team-tool,triaged-tool | low | Critical |
614,340,752 | flutter | SceneDisplayLag events have incorrect duration on Fuchsia | Sample measurements:
```
frame_target_time
"610779766332"
current_frame_target_time
"16666666"
vsync_transitions_missed
"-36646"
```
| customer: fuchsia,framework,dependency: fuchsia,platform-fuchsia,P2,team-framework,triaged-framework | low | Minor |
614,351,453 | pytorch | Div by zero error not triggered and inf not returned when dividing by 0 for some dtypes | ## 🐛 Bug
For some combinations of types, division by an integer tensor with value zero neither throws an error nor returns inf, instead returning either -2^63 or 2^63-1 (for dtype torch.int64), with the sign either consistent with the sign of the numerator or not depending on if the operation is done on the GPU or ... | module: numerical-stability,triaged,module: type promotion | low | Critical |
614,355,976 | terminal | [Scenario] 2 Resize 2 Reflow | During 1.0, we discovered a ton of bugs in our resize with reflow implementation, and now that we need to keep both the conpty and the terminal in sync on these things, it's more important than ever to do these things right.
I'm collecting up all the straggling tasks I've found that might _possibly_ be related.
... | Product-Conpty,Area-CodeHealth,Issue-Scenario | low | Critical |
614,363,379 | pytorch | DNNL's backward pass much slower when using nn.grad.conv2d_input and nn.grad.conv2d_weight | ## 🐛 Bug
Hello, DNNL's performance is much worse in the backward pass of a custom convolution operation. When stride > 1 performance further decreases. Number of calls to the dilated_conv2d operation increases heavily and the backward pass is about 100x slow. You can find the profiling data for the forward and back... | module: autograd,module: nn,triaged,module: mkldnn | low | Critical |
614,371,165 | create-react-app | Give me the token | ### Is your proposal related to a problem?
I am currently dealing with an unexpected token issue, but I don't know what special character has been inserted
<img width="446" alt="image" src="https://user-images.githubusercontent.com/97965/81348521-0fdcf880-9073-11ea-814e-c18433894340.png">
### Describe the solu... | issue: proposal,needs triage | low | Critical |
614,375,308 | flutter | Allow backdrop filter to be used as blur effect behind Scaffold's drawer and endDrawer | ## Use Case
Currently I have my Scaffold's `drawerScrimColor` set to `Colors.grey.withOpacity(0.5)`. I wanted to change this to something closer to the "Frosted Glass" effect which seems to be achievable using the BackdropFilter widget.
I was able to achieve this desired effect by modifying the lines 554-556 in d... | c: new feature,framework,f: material design,c: proposal,P3,team-design,triaged-design | low | Minor |
614,386,286 | flutter | Add a flag to flutter pub/packages to use a self-signed cert file | See https://github.com/flutter/website/issues/2472
This would work by plumbing a tool flag to the `DART_VM_OPTIONS` environment variable of the pub subprocess environment. | c: new feature,tool,customer: crowd,P2,team-tool,triaged-tool | low | Minor |
614,387,477 | flutter | Flutter drive --use-existing-app should accept either http or ws vm service uri. | c: new feature,tool,t: flutter driver,P2,team-tool,triaged-tool | low | Minor | |
614,388,628 | flutter | [Web] Unexpected anti aliasing with custom painter on web only. | When using a `CustomPainter` to draw multiple rects on top of each other, flutter web seems to be applying anti-aliasing, even when the `Paint` objects have `isAntiAlias = false`.
## Steps to Reproduce
In the following example, I'm trying to paint a `white` box on top of a `black` box of equal size. Because `isAn... | engine,platform-web,e: web_html,has reproducible steps,P3,found in release: 3.10,found in release: 3.12,team-web,triaged-web | low | Critical |
614,395,286 | vscode | Provide some richer (optional) UI for custom tree views | Refs: #96927
It would be great to have some richer optional UI components that could be enabled within a custom view, e.g.
- [x] Search/Filter box
- [ ] General input box
- [ ] "Details" pane -- kind of like a footer to show details about the selected item(s)
- [x] Richer hovers https://github.com/microsoft/vs... | feature-request,tree-views | high | Critical |
614,411,446 | rust | Optimize away bounds check in loop indexing into slice, given an assertion | I wrote a simple loop indexing into a slice, to test rustc's ability to optimize away bounds checks if it knows an index is in bounds. Even with this very simple test case, I can't seem to get rust to omit the bounds checks no matter what `assert!` I add. (I know that I could trivially write this code using iterators i... | A-LLVM,I-slow,C-enhancement,E-needs-test,T-compiler,C-optimization | medium | Critical |
614,412,893 | TypeScript | Ignore Specific Error [AGAIN] | Yes, this is a duplicate of #11051, but that issue is closed and this **NEEDS** to be addressed.
People use Typescript for more than just Javascript compilation now. There are tons of transpilers that convert TS to all sorts of useful languages. Typescript must have a proper way to disable certain error codes projec... | Suggestion,Awaiting More Feedback | medium | Critical |
614,423,025 | pytorch | ImportError: libtorch_cpu.so: cannot open shared object file: No such file or directory |
## Issue description
Attempting to run Detectron 2, getting the above error
## Code example
python demo.py –config-file ../configs/COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml --webcam \ --opts MODEL.WEIGHTS detectron2://COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x/137849600/model_final_f10217.pk... | module: build,triaged | low | Critical |
614,423,044 | go | cmd/go: trim build cache incrementally | Can't reproduce reliably, but...
After running `go test`, I am sometimes seeing the test complete successfully (prints "ok ... pkg ... time"), and then it appears to hang for an indefinite period of time. Sending SIGINT does not terminate the process. Sending SIGTERM does. This happens with std lib tests (strings, c... | NeedsInvestigation | medium | Critical |
614,434,751 | vscode | up-vote release note features | <!-- ⚠️⚠️ 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. -->
Allow up-voting of features in (and via) the rel... | question-discussion | low | Minor |
614,446,218 | tensorflow | tf.Module.name_scope overrides parent scopes | **System information**
- Have I written custom code: Yes
- OS Platform and Distribution: macOS 10.15.5
- Mobile device if the issue happens on mobile device: n/a
- TensorFlow installed from (source or binary): binary
- TensorFlow version (use command below): 2.2.0
- Python version: 3.6.8
- Bazel version (if comp... | comp:tensorboard,stat:awaiting tensorflower,type:bug,TF 2.5 | low | Minor |
614,510,939 | storybook | Addon-docs: Pretty json in Props table | **Is your feature request related to a problem? Please describe.**
No
**Describe the solution you'd like**

If the input value is object, the content is not pretty, so, it looks terrible
**Describe alt... | feature request,addon: docs,block: argstable | low | Minor |
614,530,415 | PowerToys | Resize windows with alt right click | # Summary of the new feature/enhancement
Resize windows with alt right click
Sometimes my cursor is to far from the windows edge and I click something I didn't mean to click on another window. With this feature the user would just hold the alt key while right clicking near the edge they want to resize. I know some ... | Idea-New PowerToy,Product-Always On Top | medium | Major |
614,556,218 | godot | AutoComplete dialog doesn't resize when clipped | **Godot version:**
3.2.1.stable.offical
**OS/device including version:**
win 10 home 10.0.18362 build 18362
HP laptop 15-da0xxx
**Issue description:**
When the autocomplete dialogue is clipped by the text editor region it doesn't add scrollbars.
**Steps to reproduce:**
open the script editor and resize the wind... | bug,topic:editor,usability | low | Minor |
614,565,080 | rust | constant reference has unstable address acrosss compilation units. | Consider the following code, split across two crates:
```rust
//crate_b; lib.rs:
#![feature(const_fn)]
pub const fn give_ptr<T>(x: &T) -> *const T { x as *const T }
pub const MY_CONST: &'static i32 = &1;
pub const fn my_const_ptr() -> *const i32 { give_ptr(MY_CONST) }
//crate_a; depends on crate_b; main.... | A-docs,C-bug,A-const-eval | low | Critical |
614,566,731 | rust | Enhance Error Message For Misusing Methods As Functions | Consider the following example ([playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=56822f4bd3c9bb8bf0bdaa8f3e75e967)):
```rust
struct S;
trait T {
fn some(&self) {}
}
impl T for S {}
fn main() {
let s = S;
s.some();
s::some();
}
```
If there is ... | C-enhancement,A-diagnostics,A-resolve,T-compiler,D-papercut | low | Critical |
614,588,888 | opencv | Please add seamlessClone do openCV.js | In mean while are there some alternatives? | feature | low | Minor |
614,618,927 | opencv | Add decompression bombs protection | https://libpng.sourceforge.io/decompression_bombs.html | feature,category: imgcodecs,effort: few days | low | Major |
614,633,900 | flutter | Xcode build failed due to concurrent builds. | Xcode build failed due to concurrent builds. Retry in 2 seconds.
Xcode build failed due to concurrent builds. Retry in 4 seconds.
Xcode build failed due to concurrent builds. Retry in 8 seconds.
I see this message every time I run my app and then build gets succeeded after some tries. I created a new app it's no... | c: crash,platform-ios,tool,t: xcode,P3,team-ios,triaged-ios | medium | Critical |
614,663,622 | TypeScript | JSDoc import integration doesn't support return-style AMD modules | <!--
Please try to reproduce the issue with the latest published version. It may have already been fixed.
For npm: `typescript@next`
This is also the 'Nightly' version in the playground: http://www.typescriptlang.org/play/?ts=Nightly
-->
**TypeScript Version:** 4.0.0-dev.20200508
also 3.8.3 (and presumably any ot... | Awaiting More Feedback | low | Critical |
614,669,042 | flutter | [animations] PageTransitionSwitcher doesn't work well with IndexedStack | I want to use PageTransitionSwitcher with IndexedStack to display my tab pages.
If I don't set a **ValueKey** to **IndexedStack**, it doesn't animate but the IndexStack works well.
If **I do** set a **ValueKey**, it animates but IndexedStack rebuilds all the time and causes the tab page's state to be lost. Which defe... | package,p: animations,team-ecosystem,P3,triaged-ecosystem | medium | Critical |
614,672,029 | node | WIP label vs convert to draft? | Should we remove the WIP label in favor converting PR's to drafts? Update the collaborator guidelines maybe? Or what is the thoughts on this? | meta | low | Minor |
614,677,144 | flutter | [video_player] Better exception message on iOS devices if the video fails to play | ## Steps to Reproduce
<!-- You must include full steps to reproduce so that we can reproduce the problem. -->
1. Create an application on iOS with the [video_player](https://pub.dev/packages/video_player)
2. Use a server which does not support [HTTP range header](https://developer.mozilla.org/en-US/docs/Web/HTTP... | platform-ios,customer: crowd,p: video_player,package,a: error message,has reproducible steps,P2,found in release: 3.10,found in release: 3.11,team-ios,triaged-ios | low | Critical |
614,701,019 | rust | std::process::Command should probably implement Display | At the moment, `Command` does not implement `Display`. However, it's often useful to display `Command` for the end user, the most common case being that the command failed, and you want to display an error message. If `cmd.to_string()` returned something like `cargo --metadata --manifest-path ./foo/Cargo.toml`, that wo... | T-libs-api,C-feature-request,A-process | low | Critical |
614,713,475 | flutter | Changing into using Swift UI instead of Storyboard | <!-- 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-ios,tool,t: xcode,c: proposal,P3,team-ios,triaged-ios | low | Critical |
614,719,575 | rust | cfg_accessible does not respect feature gating | (Since `cfg(version)`'s support for nightly is under discussion, I decided to check how `cfg(accessible)`'s support was going. I realise it is far from done, but since it's possible to write a testcase for this now I thought it would be worth having an issue to make sure it's not forgotten.)
```rust
#![feature(cfg_... | T-lang,requires-nightly,F-cfg_accessible | low | Critical |
614,752,688 | flutter | [VoiceOver] Confusing "Page -9223xxxxxx of 9223xxxxxx" when double tapping on the status bar time | When a flutter app is running with Voice Over on, selecting the iOS statusbar's time and double tapping causes Voice over to read some weird message.
The message is something like: "Page -9223xxxxxx of 9223xxxxxx". I've attached an image with the voice over text being read.
The code that reproduces it easily is:
... | platform-ios,framework,engine,a: accessibility,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-ios,triaged-ios | low | Major |
614,782,074 | pytorch | Add helpers to save/load RPC-based models | Currently, there is no convenient ways to save and load RPC models. Applications need to implement this in the user code, e.g., by using RPC to tell all participating works to trigger local save/load. Moreover, we intentionally disabled RRef pickling to avoid messing up reference count, which makes the save/load proces... | feature,triaged,module: rpc | low | Minor |
614,800,360 | TypeScript | TypeScript service: inconsystent behaviour between OpenExternalProject / CloseExternalProject commands on Windows | In WebStorm we use external projects for configs with non-standard names e.g. tsconfig.app.json.
The life-cycle is very simple:
1. Open an external project using
```
{"sessionId":1588939608894,"seq":6,"type":"request","command":"openExternalProject","arguments":{"projectFileName":"C:\\BuildAgent\\temp\\buildTmp\\u... | Bug | low | Critical |
614,825,228 | go | x/build/cmd/gerritbot: should determine author from first commit rather not last | When an imported PR has many commits, the Gerrit CL author is seemingly determined by taking the git author of the latest commit in the PR.
I think it may be better to take the git author of the first commit rather than last. That way, if an additional contributor adds more commits, the author of the CL would not ch... | Builders,NeedsInvestigation,FeatureRequest,Community | low | Minor |
614,829,934 | pytorch | Pybind11 cpp extensions broken with pytorch v1.5.0 | ## 🐛 Bug
Dear community,
I am a dev from [KeOps project](https://github.com/getkeops/keops/) building optimized operations written in C++/Cuda that are compatible with pytorch (among others scientific languages).
We successfully build python modules compatible with pyTorch since the pyTorch v0.2... But the l... | high priority,module: build,module: docs,module: cpp,triaged,module: regression | medium | Critical |
614,832,280 | flutter | [gen_l10n] Exposing tool's options when using l10n.yaml to configure | When running `gen_l10n` from the command line, there are descriptions for each option that are available to the user. When using `l10n.yaml` to configure and use the gen_l10n tool, we should still have a good way to share the list of available options with users, as well as descriptions for how to use the tool. | tool,a: internationalization,c: proposal,P3,team-tool,triaged-tool | medium | Major |
614,849,729 | godot | Mono build StackOverflowException when opening project in editor | **Godot version:**
Godot_v3.2.1-stable_mono_win64.exe
**OS/device including version:**
Windows 8.1
**Issue description:**
Godot editor crashes
**Steps to reproduce:**
Open a project to edit
**What happened**
I was editing C# script. Saved it and clicked on Build in Godot editor and it crashed. Tried t... | bug,topic:editor,topic:dotnet,crash | low | Critical |
614,851,278 | neovim | cursor shape in st | <!-- Before reporting: search existing issues and check the FAQ. -->
- `nvim --version`:
```
NVIM v0.4.3
Build type: Release
LuaJIT 2.1.0-beta3
Compilation: /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/neovim-U5Ub0w/neovim-0.4.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_... | bug,tui,complexity:low | low | Critical |
614,867,051 | go | image/gif: "not enough image data" on gif that works in browser | There are images which browsers can render but which image/gif chokes on.
The following runs successfully for most gifs:
```
import (
"fmt"
"image/gif"
"os"
)
const example = "sample.gif"
func main() {
fmt.Println("attempting to read gif")
file, err := os.Open(example)
if err... | NeedsInvestigation | low | Major |
614,873,283 | TypeScript | New "persistentDocumentation" and removeComments | <!-- 🚨 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 |
614,885,924 | flutter | [web] Can't place breakpoint to debug framework tests | Repro:
flutter run -d chrome -t test/painting/image_provider_test.dart --start-paused
Able to put breakpoint in web engine but not in the test itself. | tool,a: debugging,platform-web,P3,team-web,triaged-web | low | Critical |
614,903,394 | youtube-dl | Site support request for mixdrop.to | <!--
######################################################################
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 |
614,904,915 | go | x/build/cmd/gopherbot: for repos not mirrored to GitHub, close issues listed under "Fixes" when CL is submitted (to an active branch) |
I recently sent a series of CLs (ending with https://golang.org/cl/232742) to fix a gollvm bug, https://github.com/golang/go/issues/38728.
Gopherbot noticed the CLs as they were put up, adding "mentioned" notices to the issue:
` Change https://golang.org/cl/232742 mentions this issue: gollvm: add workaround fo... | Builders,NeedsFix,FeatureRequest | low | Critical |
614,909,885 | pytorch | test_cpp_warnings_have_python_context_cpu fails under some build configurations | On my local DEBUG build I have
```
======================================================================
FAIL: test_cpp_warnings_have_python_context_cpu (__main__.TestTorchDeviceTypeCPU)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/data/user... | module: tests,triaged | low | Critical |
614,912,381 | godot | Container can't be shrunk past children when clip content is enabled | **Godot version:**
3.2.1
**OS/device including version:**
Windows 10 Pro Education 64 bit
**Issue description:**
Containers like VBoxContainer can't be shunk down to clip its content when clip content is enabled
this makes the clip content option useless on containers since there will never be anything to c... | discussion,topic:gui | low | Critical |
614,917,358 | pytorch | TorchScript to support == None, != None | ## 🐛 Bug
We do support `is None`, `is not None` in TorchScript. We should also allow `== None` and `!= None` because unless the comparison operator is overwritten for the left hand side they behave equivalently.
Note that PEP8 recommends `is` version, but both work in python (https://docs.quantifiedcode.com/pyth... | oncall: jit,triaged | low | Critical |
614,925,627 | rust | const validation hides sibling validation errors | If a const validation finds an invalid part of a constant, it reports that one error and bails out, this means that
```rust
#![feature(const_transmute)]
static FOO: (&bool, &bool) = unsafe { std::mem::transmute((&42u8, &43u8)) };
```
gives us just
```
type validation failed: encountered 0x2b at .1.<deref>,... | C-enhancement,A-diagnostics,T-compiler,A-const-eval | low | Critical |
614,926,614 | pytorch | [JIT] Aliased Python references to script::Object escape IValue reference counting | Test class: https://github.com/pytorch/pytorch/pull/38141
Test script:
```
import torch
class AliasTest(torch.nn.Module):
def __init__(self):
super().__init__()
self.cpp = torch.classes._TorchScriptTesting._AliasTester([300, 400])
self.alias = [self.cpp]
m = torch.jit.script... | oncall: jit,triaged | low | Critical |
614,978,165 | go | proposal: cmd/go: configurable extra vcs paths | Go module vcs identification is currently based on an array of regular expressions (vcsPaths) for known hosting platforms. https://github.com/golang/go/blob/98d20fb23551a7ab900fcfe9d25fd9cb6a98a07f/src/cmd/go/internal/get/vcs.go#L1026-L1083 There is a generic fallback regular expression that requires the vcs name be in... | Proposal,Proposal-Hold,modules | medium | Major |
614,995,354 | excalidraw | title tooltips are not discoverable enough | Someone asked me what the lock icon did and after I explained they asked me to add a tooltip. We already have one implemented with `title` html attribute which is taking a second to show up.
We implemented a custom tooltip for the badge icon. We should think about using it for all the places where we use title. | enhancement | low | Minor |
614,998,688 | pytorch | Python script name with "profile.py" will run twice | ## 🐛 Bug
Python script name with "profile.py" will run twice
## To Reproduce
1. (optional) Create an empty folder outside pytorch source code foder.
2. Create a new file with name "profile.py".
3. Add following code to the file
```python
import torch
print(torch.__version__)
print("hello world")
```... | needs reproduction,triaged | low | Critical |
615,023,897 | flutter | [proposal] Make "value" required for "DropdownMenuItem" | `DropdownButtonFormField` is not showing the value provided into `value` param.
Facing this on the latest Flutter version (`1.17.0`)
## Steps to Reproduce
1. Run `flutter create bug`.
2. Run the code bellow
3. Try to select a item in the dropdown field...
**Expected results:** The selected value should b... | c: new feature,framework,f: material design,c: proposal,P3,team-design,triaged-design | low | Critical |
615,039,681 | pytorch | OneCycleLR raises "Tried to step { step_num + 1 } times" after the value is more than expected. | I am not sure but maybe it is better to remove +1 in the print statement because it rises only when num_step is greater than total_steps, therefore, debugging without +1 will be a bit clearer.
```
if step_num > self.total_steps:
raise ValueError("Tried to step {} times. The specified number of total s... | triaged | low | Critical |
615,049,518 | flutter | IOSPlatformView: document that the [FlutterPlatformView view] should not return a new instance every time its called | The `view` API is declared here:
https://github.com/flutter/engine/blob/master/shell/platform/darwin/ios/framework/Headers/FlutterPlatformViews.h#L22
After we implemented the unobstructed platform view. We need the embedded view to be cached. As a result, the platform view implementer must not create a new instance o... | platform-ios,framework,d: api docs,a: platform-views,P3,team-ios,triaged-ios | low | Major |
615,071,345 | TypeScript | Decorator mixin intellisense working improperly | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps b... | Needs Investigation | low | Critical |
615,073,063 | pytorch | valgrind says libtorch has memory leak | linux c++ app with libtorch
valgrind report that at::native::mm_cpu_out in libtorch_cpu.so cause "possibly loss" in memory leak checking. | module: memory usage,triaged | low | Minor |
615,074,774 | PowerToys | [KBM] Visualizer and Tester | # Summary of the new feature/enhancement
<!--
A clear and concise description of what the problem is that the new feature would solve.
Describe why and how a user would use this new functionality (if applicable).
-->
A keyboard manager can't be "perfect" and "complete" without an actual visualization for the ne... | Idea-Enhancement,Product-Keyboard Shortcut Manager,Area-User Interface | low | Minor |
615,076,328 | PowerToys | Teaching Tips in PowerToys | # Summary of the new feature/enhancement
<!--
A clear and concise description of what the problem is that the new feature would solve.
Describe why and how a user would use this new functionality (if applicable).
-->
PowerToys has many tools which have complicated terminology or certain "not-straightforward" co... | Idea-Enhancement,Area-User Interface,Area-OOBE | low | Minor |
615,092,897 | flutter | Reusing the same type of items in the sliver can bring better performance | ## Use case
Our app uses the flutter list component sliver to display the results on the search results page. The feature of this page is an infinitely long list. There are a total of 5 kinds of cards, and one of them will appear in a large number, with a probability of about 80%.
&n... | c: new feature,framework,f: material design,f: scrolling,c: proposal,perf: speed,P3,team-design,triaged-design | low | Major |
615,104,136 | pytorch | Feature Request: Log uniform candidate sampler | Analogous to TensorFlow's https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/log-uniform-candidate-sampler.
This was first proposed in https://github.com/pytorch/pytorch/issues/3718.
cc @albanD @mruberry | feature,module: nn,triaged | low | Minor |
615,104,442 | pytorch | Feature Request: Sampled softmax loss | Analogous to TensorFlow's https://www.tensorflow.org/api_docs/python/tf/nn/sampled_softmax_loss.
This was first proposed in #3718.
cc @albanD @mruberry @jbschlosser | feature,module: nn,module: loss,triaged | low | Minor |
615,106,707 | vscode | Quick fix from hover interaction issues | Steps to Reproduce:
1. hover over a problem
2. click on Quick fix link
=> 🐛 menu appears somewhere?
=> hover closes?
I would either expect the hover to stay and the menu to appear right below, or at least that the menu appears below the problem.
, and some... | Suggestion,Awaiting More Feedback | low | Major |
615,110,941 | flutter | Android Instant App Support | I reviewed the previous discussion [here](https://github.com/flutter/flutter/issues/16833#issuecomment-447151309), but it seems that Instant App is not supported, and the APK growing up again.
## Steps to Reproduce
1. create new flutter app.
1. build a release appbundle.
1. generate the apks file from the appbu... | c: new feature,platform-android,framework,engine,c: performance,a: size,perf: app size,a: release,P3,team-android,triaged-android | low | Major |
615,116,799 | pytorch | test_interpolate_nearest_scale_3d in test_nn takes too long to run | It's timing out on an internal test runner. Maybe there's a way we can keep the test effective but speed it up?
cc @mruberry | module: tests,triaged | low | Minor |
615,116,939 | pytorch | test_LocalResponseNorm_3d_custom_params (test_nn.TestNN) takes too long to run | This test is timing out in one of our internal test runners.
cc @mruberry | module: tests,triaged | low | Minor |
615,117,015 | pytorch | test_ReplicationPad3d (test_nn.TestNN) takes too long to run | This test is timing out in one of our internal test runners.
cc @mruberry | module: tests,triaged | low | Minor |
615,160,157 | pytorch | Can't Build Pytorch0.4.1 From Source | I am trying to build Pytorch0.4.1 from the source on my Ubuntu18.04 desktop PC. The environment details are as follows,
- OS: Ubuntu 18.04
- GPU: RTX 2080 Supper
- CUDA: 10.2
- Anaconda Environment with Python 3.6
I used the following commands to install Pytorch from source,
1. conda install numpy ninja pyyam... | module: build,triaged | low | Critical |
615,168,068 | flutter | [tool_crash] FileSystemException: Creation failed, OS Error: L’étiquette présente dans le tampon du point d’analyse n’est pas valide., errno = 4393 | ## Command
```
flutter run -d chrome
```
## Steps to Reproduce
1. ...
2. ...
3. ...
## Logs
FileSystemException: Creation failed, OS Error: L’étiquette présente dans le tampon du point d’analyse n’est pas valide.
, errno = 4393
```
#0 _Directory.createSync (dart:io/directory_impl.dart:133:7)
#1 ... | c: crash,tool,platform-web,P2,team-web,triaged-web | low | Critical |
615,177,672 | neovim | E173 (n more file(s) to edit) seems like an erroneous "error" | <!-- Before reporting: search existing issues and check the FAQ. -->
- `nvim --version`: NVIM v0.4.3
- `vim -u DEFAULTS` (version: ) behaves differently? No.
- Operating system/version: Ubuntu 18.04
- Terminal name/version: # GNOME Terminal 3.28.2 using VTE 0.52.2 +GNUTLS -PCRE2
### Steps to reproduce using `n... | enhancement,ux | low | Critical |
615,197,257 | go | x/net/webdav: FileSystem interface should include CopyFile | WebDAV requires support for the `COPY` method (defined in [RFC 2518 section 8.8](https://tools.ietf.org/html/rfc2518#section-8.8)). Go's WebDAV server implementation in `golang.org/x/net/webdav` implements it, however [the current implementation](https://github.com/golang/net/blob/7e3656a0809f6f95abd88ac65313578f80b00d... | NeedsInvestigation | low | Minor |
615,210,060 | TypeScript | Assigning array values by index treats Array<A> | Array<B> as Array<A | B> | <!-- 🚨 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... | Suggestion,In Discussion | low | Critical |
615,223,577 | pytorch | Why no `torch.randperm_like`? | ## ❓ Questions and Help
I am looking at various tensor generators in the `torch` module and I've noticed, that `torch.randperm` seems to miss a `randperm_like` alternative, although it supports all the necessary flags (`dtype`, `device` and `layout`).
I want to permute the elements of a tensor `a` along an axis, ... | triaged,enhancement,module: tensor creation | low | Minor |
615,252,422 | rust | Weird nonsesnical 'one type is more general than the other' error | Getting mismatched types error despite exactly the same types. Works when called from some areas of project, fails from other areas.
I tried this code:
https://github.com/AS207960/whois-email, function send_mail in client.rs, called from sender.rs line 161.
I expected to see this happen: Works as if called from ... | A-diagnostics,A-lifetimes,C-bug,D-terse | low | Critical |
615,268,349 | godot | Node2D.visible Value Set Incorrectly When Not Using Setter Function | **Godot version:**
3.2.1 Stable
**OS/device including version:**
KDE Neon 5.18/Intel Atom x7-8700
**Issue description:**
Behavior differs on `Node2D.visible` when setting using `Node2D.visible` versus using the setter function `Node2D.set_visible(boolean)`.
```
prints(unit.qInfo.visible, unit.tile.is_visib... | bug,topic:gdscript | low | Minor |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.