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 |
|---|---|---|---|---|---|---|
626,156,604 | pytorch | [TensorPipe] Errors in pipeWrite should clear out the future in pendingResponseMessage | ## 🐛 Bug/Enhancement
In this code block: https://github.com/pytorch/pytorch/blob/e07ee1954d5d8f47617173fe7aee8db49e64c4c9/torch/csrc/distributed/rpc/tensorpipe_agent.cpp#L378-L381 it doesn't appear that the future stored in `clientPipe.pendingResponseMessage_` is cleared out when there is an early return, although ... | triaged,module: rpc,module: tensorpipe | low | Critical |
626,211,204 | pytorch | Problems implementing complex support for acosh, asinh, tanh | ## 🐛 Bug
There is an unexpected behavior (on Windows and MacOS) while trying to implement complex support for `acosh, asinh, atanh` Unary Ops. (Please see: https://github.com/pytorch/pytorch/pull/38388)
For Windows VS2019, CUDA 10.1:
```
Input Tensor: tensor([(0.0000+0.0000j), (1.2300+infj), (-0.0600+nanj)... | triaged,module: complex | low | Critical |
626,241,374 | godot | Models with blend shape are not rendered correctly on Android | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:** Godot Engine v3.2.1.stable
<!-- Specify commit hash if using non-official build. -->
**OS/device including version:** OnePlus G1910 GPU:Adreno(TM)... | bug,platform:android,topic:rendering,confirmed,topic:3d | low | Major |
626,245,039 | pytorch | `torch.backends` undocumented | ## 📚 Documentation
As title, `torch.backends` is undocumented
Related issue: https://github.com/pytorch/pytorch/issues/12468
FYI, here is the search suggestions for `torch.b`. Seems that many people are searching for `torch.backends.cudnn.{benchmark, deterministic, enabled}`
, and I ran into an issue with omnifunc being (kinda) async. As far as I know, omnifunc should be always a sync call.
For example, I tried to create a simple fallbac... | enhancement,lsp,completion | medium | Major |
626,412,470 | angular | Make it possible to reason about content to project (content projection and content queries unification) | There are multiple use-cases where one would like to reason about content provided to a component (check if content was provided at all, count the number of items etc.).
To make the discussion more concrete let's consider the following markup ([full runnable scenario](https://stackblitz.com/edit/angular-ivy-sumkgl... | feature,area: core,core: queries,core: content projection,type: use-case,needs: discussion | high | Critical |
626,414,099 | flutter | MissingPluginException thrown when setting up the add-to-app platform channel | pubspec.yaml
```
version: 1.0.0+1
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter_easyrefresh: ^2.1.1
flutter_swiper : ^1.1.4
flutter:
sdk: flutter
```
flutter channel --> master
**1.When I initialize the MethodChannel in the FragmentActivity configureFlutterEngine**
```
class... | platform-android,engine,d: api docs,a: existing-apps,P2,team-android,triaged-android | low | Critical |
626,433,370 | create-react-app | Any plans to do nightly releases in the near future? | ### Is your proposal related to a problem?
Not really related to a problem. In the last couple of months I have found myself in a situation where I was really interested in testing something that was merged in the master branch, but not yet released. Happened to me now with the [experimental support for fast refresh](... | issue: proposal,needs triage | low | Major |
626,453,639 | flutter | [camera] Unable To Get High Quality/Full Frame Image & Camera Stretching Issue | ```console
I/CameraDeviceState(31088): Legacy camera service transitioning to state IDLE
I/RequestQueue(31088): Repeating capture request set.
W/LegacyRequestMapper(31088): convertRequestMetadata - control.awbRegions setting is not supported, ignoring value
W/LegacyRequestMapper(31088): Only received metering recta... | p: camera,package,team-ecosystem,has reproducible steps,P2,found in release: 2.0,found in release: 2.2,triaged-ecosystem | low | Critical |
626,470,780 | vscode | [json] JSONSchema draft 2019-09 support | <!-- ⚠️⚠️ 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. -->
JSONSchema draft-07 is currently supported but `http://json-schema.org/draft/2019-09/schema... | help wanted,feature-request,json | high | Critical |
626,497,848 | go | proposal: net/http: Add NewDefaultTransport function | We would like to be able to use the default options for `http.Transport` without modifying the global, or worrying about whether anyone has modified the transport, or having to typecast it to call `Clone`. I propose adding a `NewDefaultTransport() *Transport` function to the http package. It should return a new `Transp... | Proposal | low | Major |
626,524,159 | TypeScript | strict boolean expressions compilerOption | ## Search Terms
require strict boolean
## Suggestion
add yet another --strict check into compilerOptions, to only allow expressions that evaluate to Boolean for all conditional branching - `if`, `for`, `while`, `?:` ternary operator, etc
basically this TSLint rule, built into TS compiler
https://palantir.g... | Suggestion,In Discussion | low | Critical |
626,526,140 | flutter | platformOverride/isWidgetCreationTracked service extensions do not respond until terminating | When running on web, these service extensions appear as loaded, but if I call them they seem to not respond (until I terminate the app, then they fail).
```
[2:44:25 PM] [Observatory] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Isolate","event":{"type":"Event","kind":"ServiceExtensionAdded","... | framework,dependency: dart,platform-web,P3,team-web,triaged-web | low | Critical |
626,534,354 | flutter | Combine past and future IAP purchases as one stream | # Use case
I would like to listen to a stream of both past and future purchases, so i always have the complete list of non-consumable purchases and active subscribtions.
I would like to do so, to know which purchases the user has made at startup, but also at a later time whilst using the app, if he decide to purc... | c: new feature,p: in_app_purchase,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | low | Minor |
626,540,055 | react | exhaustive-deps: custom effects should support async functions | We have a custom hook, `useAsyncEffect`, which works like `useEffect` except it accepts an async function. We would like to check the deps of this function using `exhaustive-deps`, but that lint rule is going a bit beyond its name and also checking the type of function we pass.
The `exhaustive-deps` rule can't know ... | Type: Discussion,Component: ESLint Rules | medium | Critical |
626,575,265 | PowerToys | Reset the settings | # 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).
-->
Just wanna ask for the option to reset the PowerToys settings. After fiddling around with them ... | Idea-Enhancement,Product-Settings,Area-User Interface | medium | Major |
626,616,038 | godot | OS.execute() should work the same whether run within the editor or within an exported binary | <!-- 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. -->
v3.2.stable.official
**OS/device including version:**
<!-- Specify GPU model, drivers, a... | discussion,topic:core | low | Minor |
626,619,219 | go | net/http: Transport.Clone breaks HTTP/2 | <!--
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.10 darwin/amd64
</pre>
### Does this issue reprodu... | Documentation,NeedsInvestigation | low | Critical |
626,630,483 | angular | Content projection with `select` can be confusing | ### Description
Content projection with the `select` attribute can be confusing for users. `select` only works on root-level elements, but sometimes users will wrap an element in `<ng-container *ngIf="...">`, not realizing that the `ng-container` is unnecessary. In their mind this is just some control flow logic but... | area: core,core: content projection,type: confusing,P3 | low | Major |
626,657,594 | electron | Add whenReady API to BrowserWindows to await their set up/rendering | ### Preflight Checklist
* [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project.
* [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to.
* [x] I have sea... | enhancement :sparkles:,component/BrowserWindow | low | Major |
626,670,125 | pytorch | Add support for rsample to MixtureSameFamily Distribution | ## 🚀 Feature
It would be great if MixtureSameFamily had the rsample() functionality so as to make the parameters of the MixturesameFamily distribution trainable.
## Motivation
rsample() is a valuable tool for making the parameters defining distributions trainable. Mixture Models have recently been added to t... | module: distributions,triaged,enhancement | medium | Major |
626,682,360 | TypeScript | Incorrect Indenting Behavior in VS | ***Ported from https://github.com/dotnet/roslyn/issues/44607 by @DanielRosenwasser***
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/content/problem/1050808/wrong-indenting-2.html)._
---
<p>Found this problem was reported before, appears to have been... | Visual Studio,Needs Investigation,Domain: Smart Indentation | low | Major |
626,687,527 | material-ui | [Tabs] Keyboard navigation does not work with disabled tabs | - [x] The issue is present in the latest release.
- [x] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate.
## Current behavior
Tabs keyboard navigation does not behave correctly when there are disabled tab items
## Expected ... | accessibility,component: tabs | low | Major |
626,690,101 | TypeScript | Change default inference from arrays to tuples and primitives to literals | I am working on functional project now and I'm getting a lot of errors related to too wide type inference for values. It looks like
```typescript
function test(a: { data: 1 | 2 }) { return a }
const a = { data: 2 }
// Types of property 'data' are incompatible.
// Type 'number' is not assignable to type '2'.ts(23... | Suggestion,Awaiting More Feedback | medium | Critical |
626,693,396 | storybook | Controls: boolean control throws a red warning | **Describe the bug**
Playing with `"@storybook/addon-controls": "6.0.0-beta.17"` I got this warning after clicking a boolean control, which is the `inverseColors` input (at the beggining of the screenshot):

- Tooltip
- NavigationRail
- ReorderableList
- Stepper
- TimePicker
- Chip
- DataTable
- Hyperlinks (n... | c: new feature,framework,f: material design,f: cupertino,a: mouse,team-design,triaged-design | medium | Critical |
626,810,061 | TypeScript | Code generated for optional call could be optimized when the result is unused | The generated code for optional chaining is a little verbose when the "return" value of the expression is not being used. For example, when simply calling a function:
```typescript
maybe.close?.()
```
Here is a more [complete example](https://www.typescriptlang.org/play/#code/C4TwDgpgBAsghiARhAwgGwPYGc6LdAXigG... | Suggestion,Help Wanted,Effort: Moderate,Experience Enhancement | low | Minor |
626,814,683 | PowerToys | [Run] Ability to pin first result for query | # Summary of the new feature/enhancement
Wox has the ability to set a first result for a specific query to improve the search results.
E.g. when often using visual studio, typing "vis" brings up VS Code first and then VS. I want to have VS as a first result (
# Proposed technical implementation details (optional)... | Idea-Enhancement,Product-PowerToys Run,Area-User Interface | low | Minor |
626,826,186 | flutter | [tool_crash] ProcessException: Process exited abnormally:Command: C:\Users\BAYOH\Downloads\chat_app-master\chat_app-master\android\gradlew.bat, OS error code: 1 | ## Command
```
flutter build apk
```
## Steps to Reproduce
1. ...
2. ...
3. ...
## Logs
ProcessException: Process exited abnormally:
FAILURE: Build failed with an exception.
* What went wrong:
Project 'app' not found in root project 'android'.
* Try:
Run with --stacktrace option to get the stack... | c: crash,tool,t: gradle,P2,team-tool,triaged-tool | low | Critical |
626,861,211 | TypeScript | Ensure find-all-refs works on unresolved locals | Spoke with @amcasey about this one.
Given the following
```ts
blah.yadda.yadda
```
`blah` will be an unresolved and should be an error, but we still want find-all-references on this symbol to work reasonably well. This is especially important in the mode described in #37713, where TypeScript won't have acces... | Suggestion,In Discussion,Experimentation Needed,Domain: Symbol Navigation,Rescheduled | low | Critical |
626,866,747 | godot | Tree control contents draw over border | **Godot version:**
v3.2.1 stable
**OS/device including version:**
Fedora 32 (64 bit), RX 5700 XT using Navi10 driver, GLES3.
**Issue description:**
The contents of Tree controls draw over any border. This can be seen in the editor.
 => { // changing to $feat:tt makes it work
is_x86_feature_detected!($feat)
};
}
fn main() {
let _ = is_x86_feature_detected!("mmx"); // works
let _ = my_is_x86_feature_detected!("mmx"); // does not work
}
```
```... | O-x86_64,T-compiler,A-SIMD,C-bug,O-x86_32 | low | Critical |
627,014,455 | pytorch | Negative stride values in `as_strided` | ## 🐛 Bug
`as_strided` accepts negative stride values, but acts as though the stride value is equal to one.
<!-- A clear and concise description of what the bug is. -->
## To Reproduce
Steps to reproduce the behavior:
``` python
x = torch.arange(16)
x.as_strided((4, ), (-42, ), 8)
# tensor([ 8, 9, 10, ... | module: internals,module: error checking,triaged,module: memory format | low | Critical |
627,035,129 | scrcpy | Demo mode by passing a flag | - [x] I have checked that a similar [feature request](https://github.com/Genymobile/scrcpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22feature+request%22) does not already exist.
**Is your feature request related to a problem? Please describe.**
Right now I'm using [this](https://android.googlesource.com/platform/fra... | feature request,custom actions | low | Minor |
627,050,795 | TypeScript | ElementCSSInlineStyle.style should not be read-only | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps b... | Bug,Domain: lib.d.ts | low | Critical |
627,059,498 | pytorch | Try Address Sanitizer in MSVC builds | ## 🚀 Feature
<!-- A clear and concise description of the feature proposal -->
According to https://www.codeproject.com/Articles/5269130/Address-Sanitizer-in-Visual-Cplusplus, x64 ASAN will be added in Visual C++ Update 16.7 Preview 1. Maybe we can have a try.
## Motivation
<!-- Please outline the motivation fo... | module: windows,triaged | low | Major |
627,077,413 | flutter | Add pixelRatio matchesGoldenFile() | I am not to sure with this one, but wouldn't it make sense to be able to pass a pixelRatio for the output image to `matchesGoldenFile`. Currently the golden file has the size of the surface in logical pixels. If I want to have an image that represents the exact pixels of my phone we would need sth. like `pixelRatio` wh... | a: tests,c: new feature,framework,c: proposal,P3,team-framework,triaged-framework | low | Major |
627,115,127 | rust | Cycle error through variance computation when using `-> _`. | Reduced example ([playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=ffcbdecd32014759e9c2b83f57bcd186)):
```rust
struct Wrapper<T>(T);
fn foo<T>(x: Wrapper<T>) -> _ {
drop(x);
}
```
```
error[E0391]: cycle detected when processing `foo`
--> src/lib.rs:3:1
|
3 | fn fo... | T-compiler,A-inference,C-bug | low | Critical |
627,118,393 | excalidraw | Display the current filename somewhere in the UI | RE: #1668 I just realized that to help the user decide whether they need to hit "Save" or "Save as" button, we might want to display the current filename somewhere in the UI if it's not there already -- I don't remember seeing it -- maybe browser tab title on desktop, not sure about mobile.
CC @tomayac | enhancement | low | Major |
627,145,153 | terminal | Simulate the X11 select buffer | X11 provides multiple buffers (clipboards / pasteboards) with different semantics. The copy buffer is used for things that persist in the buffer. The select buffer shares some of the behaviour of copy-and-paste and some of drag-and-drop. Like drag-and-drop, the source is responsible for the storage of the buffer con... | Issue-Feature,Area-TerminalControl,Product-Terminal | low | Major |
627,167,748 | create-react-app | eslint-loader should not cache, when process.env.EXTEND_ESLINT === 'true' | ### Is your proposal related to a problem?
<!--
Provide a clear and concise description of what the problem is.
For example, "I'm always frustrated when..."
-->
When I change my `.eslintrc.js` the changes are not reflected in `react-scripts start`. I found a **workaround** in #9007 described by @Josema to ... | issue: proposal,needs triage | medium | Major |
627,211,351 | pytorch | [mobile] Running on armeabi-v7a is inconsistent with arm64-v8a | ## ❓ Questions and Help
Hello, I run a torch model on Android, but the results on armeabi-v7a and arm64-v8a are quite different.Is there any problem? Or I need to set parameters to run different environments? Thank you
| oncall: mobile | low | Minor |
627,270,143 | pytorch | Add numerically stable log1mexp = log(1 - exp(-|x|)) function | ## 🚀 Feature
Add the implementation for a numerically stable `log(1 - exp(-|x|))` function.
See https://cran.r-project.org/web/packages/Rmpfr/vignettes/log1mexp-note.pdf
Ref https://www.rdocumentation.org/packages/VGAM/versions/1.1-3/topics/log1mexp
## Motivation
The function can be implemented using othe... | module: numerical-stability,triaged,enhancement,function request | low | Major |
627,286,217 | flutter | [web]Display keyboard unable to click on other textfield on safari browser. | <!-- 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... | a: text input,platform-ios,platform-web,e: OS-version specific,has reproducible steps,P3,browser: safari-ios,team-framework,triaged-framework,found in release: 3.19,found in release: 3.20 | low | Critical |
627,310,543 | pytorch | pytorch-crf model to onnx conversion | ## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
## To Reproduce
i'd like to report an onnx conversion issue when the`pytorch-crf` library is used.
( pytorch-crf : https://github.com/kmkurn/pytorch-crf/blob/master/torchcrf/__init__.py )
**1. model i used**
- https://github.com/dsind... | module: onnx,triaged | low | Critical |
627,312,510 | godot | Can't change type of custom node/scene in scene tree | <!-- 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.1, 3.2.2beta3, master d19257eb
**OS/device including version:**
<!-- Specify GPU mod... | bug,topic:editor,topic:plugin | low | Major |
627,362,442 | pytorch | SummaryWriter `add_hparams` should support adding new hyperparameters | ## 🐛 Bug
When calling `SummaryWriter().add_hparams` with new hyperparameters, keys that do not exist in the first call do not appear in the hyperparameter dashboard output.
## To Reproduce
```python
#!/usr/bin/env python3
from torch.utils.tensorboard import SummaryWriter
with SummaryWriter() as w:
... | enhancement,oncall: visualization | low | Critical |
627,387,625 | terminal | UX for different StartupTaskState | I feel like for this (and the other `StartupTaskState`) we should display a warning of some sort. But I'd be ok with just ignoring these cases for now and linking a new GitHub issue for a separate PR.
_Originally posted by @carlos-zamora in https://github.com/microsoft/terminal/pull/4908_
----
Additional context:
... | Help Wanted,Area-UserInterface,Product-Terminal,Issue-Task | low | Minor |
627,428,218 | PowerToys | Persistent, sorted, filterable Action Center/Notification history | # Summary of the new feature/enhancement
The current Action Center is quite often frustratingly useless. Notification items may pop up and I may be in the middle of something and not look quick enough, but then it is no-where to be seen in the Action Center, or if it does show up, I click it and nothing happens(when i... | Idea-New PowerToy | low | Minor |
627,450,551 | pytorch | Naming inconsistency: padding_mode vs pad_mode + F.conv* docs ops miss padding_mode arg at all | [torch.stft](https://pytorch.org/docs/stable/torch.html?highlight=stft#torch.stft) uses `pad_mode`
[grid_sample](https://pytorch.org/docs/stable/nn.functional.html#torch.nn.functional.grid_sample) uses `padding_mode`
[nn.Conv3d](https://pytorch.org/docs/stable/nn.html?highlight=conv3d#torch.nn.Conv3d) uses `paddi... | triaged,module: ux | low | Minor |
627,463,571 | terminal | Cannot send CTRL+C signal to remote machine while terminal is rendering text | <!--
🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨
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-Performance,Issue-Bug,Product-Terminal,Priority-2 | medium | Critical |
627,465,462 | rust | Suboptimal debug codegen for integer division with a constant rhs | Codegen for division in general needs to generate code to panic if the division will panic (e.g. divide by zero or integer overflow). In the case of constants, however, it looks like rustc *almost* optimizes debug codegen but not quite. For example this code:
```rust
#[no_mangle]
pub extern fn foo(a: i32) -> i32 {
... | C-enhancement,A-codegen,T-compiler,A-mir-opt | low | Critical |
627,482,001 | PowerToys | [Image Resizer] Option to Flip images horizontally and vertically | Idea-Enhancement,Product-Image Resizer | low | Minor | |
627,498,854 | godot | Editor destroys scene or sometimes crashes through cyclic reference | **Godot version:**
3.2.1.stable.mono.official
**Issue description:**
The editor in some cases crashes trying to serialize cyclic references when saving a scene that contains itself or produces invalid scene files.
For existing scenes that are being dragged into itself the editor already prevents it, but not for t... | bug,topic:editor,crash | low | Critical |
627,510,295 | pytorch | Current implementation of c10::complex does not support being used in shared memory | Open an issue here in case this task is forgotten.
We are unable to declare a `c10::complex` array for shared memory in a CUDA kernel. The initialization of `c10::complex` needs to be changed to fix it.
Note:
```C++
struct A {
int a = 0;
A() = default;
};
__global__ void f(A *p) {
__shared__ A ... | triaged,module: complex | low | Critical |
627,523,227 | TypeScript | Intellisense concatenates field description from subtypes | <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps b... | Bug,Domain: Quick Info | low | Critical |
627,530,323 | TypeScript | Intellisense does not appear in JSX attributes for union types | <!--
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:** Nightly
<!-- Search terms you tried before loggin... | Bug,Domain: Quick Info | low | Minor |
627,530,503 | electron | Standardize About window across platforms | <!-- 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:,platform/windows | low | Minor |
627,535,688 | youtube-dl | request option '--playlist-elapsed-max' | ## Checklist
- [x] I'm reporting a feature request
- [x] I've verified that I'm running youtube-dl version **2020.05.29**
- [x] I've searched the bugtracker for similar feature requests including closed ones
## Description
Requesting a new command line switch which specifies the ***maximum elapsed time*** al... | request | low | Critical |
627,540,491 | flutter | Android PlatformView created from View of an existing Fragment does not work correctly | <!-- 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,engine,a: platform-views,e: OS-version specific,P3,team-android,triaged-android | low | Critical |
627,544,450 | flutter | [l10n] Localization class is not generated when used in a package | ## Steps to Reproduce
When using l10n in a project with app(s) and multiple packages, it seems that it only works (generates the localization class) if the template arb and `l10n.yaml` are located in the app.
Our project has the following structure:
```
apps/
|
--- app1
--- app2
packages
|
--- pa... | tool,a: internationalization,c: proposal,P3,team-tool,triaged-tool | low | Minor |
627,556,245 | PowerToys | Blur background while alt+tabbing | Just that | Idea-New PowerToy | low | Minor |
627,556,786 | flutter | Switching from master -> stable with startup lock, shlock: unlink(flutter/bin/cache/.upgrade_lock): Operation not permitted | On `master` [d9144bf]
```
$ flutter doctor
Waiting for another flutter command to release the startup lock...
```
Because the `flutter/bin/cache/.upgrade_lock` directory exists.
When I check out `stable` [5f21edf8b ] and run `flutter doctor` I get:
```
$ flutter doctor
shlock: unlink(/Users/magder/Pr... | tool,P2,team-tool,triaged-tool | low | Minor |
627,557,629 | node | OutgoingMessage should set writable false | In #33131 we aligned `OutgoingMessage` to properly set the `destroyed` property. We should do the same for `writable` in order to properly align with streams. | http,stream | low | Minor |
627,569,146 | rust | narrowing_rem, narrowing_and | To remove some unsafe "as" casts and keep the code safe (lossless) and nice, sometimes I'd like to use a rem+cast. So what do you think about adding this to the stdlib?
```rust
trait NarrowRem<Out> {
fn narrowing_rem(&self, den: Out) -> Out;
}
impl NarrowRem<u8> for u16 {
fn narrowing_rem(&self, den: ... | T-libs-api,C-feature-request | medium | Critical |
627,576,871 | youtube-dl | HTTP Error 401 when downloading playlist from ufcfightpass.com | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | account-needed | low | Critical |
627,590,321 | pytorch | Differentiable Optimizers | ## 🚀 Feature
Let's design below what an API for differential optimizers would look like. The goal is to facilitate the implementation of differential optimizer for libraries such as [higher](https://github.com/facebookresearch/higher/) (e.g. [section 4](https://arxiv.org/pdf/1910.01727.pdf))
Related discussions ... | feature,module: nn,module: optimizer,triaged | low | Major |
627,590,526 | pytorch | Let future.wait() take in an optional timeout | ## 🚀 Feature
When debugging RPC-related messages under faulty scenarions, we can sometimes end up calling `future->wait()` on a future that will never be set, resulting in hard to debug issues. Allowing `wait()` to take in an optional timeout and use that in the condvar wait could be useful to ease the debugging in t... | triaged,enhancement,module: rpc | low | Critical |
627,635,532 | pytorch | Tensorboard,graph in pytorch 1.4 is more complicated than pytorch 1.1? | Hi, I encountered some difficulties while using tensorboard.
case 1 and case 2 use the same pytorch code to plot graph.
**case 1: pytorch 1.1, tensorboard 1.15, the graph is very intuitive.
case 2: pytorch 1.4, tensorboard 1.15,but the graph is very very complicated and difficult to understand. I want to know why... | module: tensorboard,oncall: visualization | low | Critical |
627,657,864 | PowerToys | Option to Automatically Resize File Explorer Preview Relative to Window Size |
With my file explorer window maximized, I like to have a larger preview pane size so I can see more of my selected file's content. There is plenty of "extra space" not occupied by my folder content details, so I typically increase the preview pane size to see more my selected file's content. However, if I shrink the ... | Idea-New PowerToy | low | Major |
627,663,418 | pytorch | Caffe 2 android app not working with proguard and minifyEnabled | ## 🐛 Bug
I used this app
https://github.com/bwasti/AICamera
It ran fine when i used it without using proguard and minifyEnabled true
debug {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
... | caffe2 | low | Critical |
627,664,877 | godot | Animation_begin emitter not working as expected | <!-- 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.1 stable
**OS/device including version:**
<!-- Specify GPU model, drivers, and the b... | discussion,topic:core,documentation | low | Minor |
627,666,577 | flutter | Warn about a non existing Class in AndroidManifest.xml application element | <!-- 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... | platform-android,tool,a: quality,P2,team-android,triaged-android | low | Critical |
627,687,078 | rust | Refactor improper_ctypes to separate "UCG questions" from linting decisions | (Elaborating on https://github.com/rust-lang/rust/issues/66220#issuecomment-557537105)
I think that the current state of `improper_ctypes` is difficult to maintain and extend -- especially once we add [more lints that are similar but distinct](https://github.com/rust-lang/rust/pull/72700) -- because it's a big pile ... | C-enhancement,A-lints,A-FFI,T-compiler,L-improper_ctypes | low | Minor |
627,705,808 | youtube-dl | Generic format names for Odnoklassniki don't work |
- [x] I'm reporting a broken site support
- [x] I've verified that I'm running youtube-dl version **2020.05.29**
- [x] I've checked that all provided URLs are alive and playable in a browser
- [x] I've checked that all URLs and arguments with special characters are properly quoted or escaped
- [x] I've searched t... | cant-reproduce | low | Critical |
627,718,915 | PowerToys | FancyZone Can't Tell Difference Between Chrome Shortcuts | I use multiple Chrome Shortcuts configured to Open as a Window. This results in multiple Chrome windows that are used for a specific site/purpose. Gmail, Messages, IRC, Photos, etc. FancyZones isn't able to distinguish between those windows and drops them all into the same zone.
Example of how to create the shor... | Idea-Enhancement,Product-FancyZones | low | Minor |
627,737,185 | excalidraw | add test helpers for element manipulation | Current issues for clicking (but applies in general):
1. clicking elements is currently too low-level (`mouse.down(coords); mouse.up(coords)`)
2. More importantly, it's not obvious such action actually clicked on the element because it may be covered by a menu. In that case, the test may not be written in a way tha... | test | low | Minor |
627,738,853 | excalidraw | write more regression tests | There's still many parts of the application we have zero tests for. Please add anything to the list below that comes to mind.
- [ ] updating scene properties
- [ ] element property updating (via menu)
- [ ] contextMenu
- [ ] dialogs
- [x] comprehensive history tests
- [ ] collaborative mode | test | low | Minor |
627,739,778 | excalidraw | fix test cases leaks/race conditions | I'm not quite sure what's going on, but several times I've written a test case, it behaves differently when running it in isolation (`it.only`) as opposed to running all tests in file (`regressionTests.test.tsx`).
I'm not talking about snapshots. When the test was run in isolation, all passed, but when run with othe... | bug,test | low | Minor |
627,742,781 | rust | "Unnecessary" braces have an influence | On `1.45.0-nightly (2020-05-29 4bd32c98047a809ba5fd)`
```rust
fn f() -> usize {
{1usize} - 1usize
}
```
Intuitively, I would expect these braces to be redundant **and also have no influence**, but they do. The compiler expects a `()` type and then considers the minus sign a unary operator.
```
warning: unne... | C-enhancement,A-diagnostics,T-compiler | low | Critical |
627,769,623 | material-ui | [Tabs] Improve tab panels mounting behavior | Based on #21241, we might have an opportunity to improve the `TabPanel` mounting behavior. We can potentially fix these problems:
- Lost states between different panels (by keeping the panels mounted)
- Improve the performance of panel transitions (by mounting the panels ahead of time)
- Improve the SEO support (b... | new feature,component: tabs | high | Major |
627,781,878 | flutter | HttpException: Unexpected response (unsolicited response without request) - related to DNS Blocking software | Testing Flutter on Arch Linux this error happens every time a new application (generated by "flutter create") is executed for the second time, or after a second "hot reload".
The only "temporary fix" found is to delete the "~/.gradle" folder, but this cause a redownload of the gradle dist bundle at the next applicat... | c: crash,tool,dependency: dart,P3,dependency: dart:io,team-tool,triaged-tool | low | Critical |
627,782,579 | PowerToys | New PowerToy: Alt + Tab menu customisations | # Summary of the new feature/enhancement
New Power Toy: Ability to control the size of the Alt+Tab menu and disable previews
It would be helpful if we could control the size of the Alt+Tab menu (having it not correspond with the screen resolution) and disable the previews as a method of saving space, much like how ... | Idea-New PowerToy,Product-Tweak UI Design,Product-Virtual Desktop | low | Minor |
627,783,267 | flutter | When CupertinoPageScaffold is placed inside CupertinoTabScaffold, their resizeToAvoidBottomInset attributes stack and cause visual bugs with the navigation bar when the onscreen keyboard is present | When `CupertinoPageScaffold` is placed inside `CupertinoTabScaffold`, their `resizeToAvoidBottomInset` attributes stack and cause visual bugs with the navigation bar when the onscreen keyboard is present.
~~The workaround is setting the `resizeToAvoidBottomInset` of the `CupertinoPageScaffold` or `CupertinoTabScaffo... | platform-ios,framework,f: cupertino,has reproducible steps,P2,found in release: 3.3,found in release: 3.6,team-ios,triaged-ios | low | Critical |
627,806,241 | PowerToys | Preview of HTML file that includes pictures | # Environment
```
Windows build number: Microsoft Windows [Version 10.0.19041.264]
PowerToys version: v0.18.1
PowerToy module for which you are reporting the bug (if applicable): File Explorer Preview
```
# Steps to reproduce
1. Create image foo.png (I used MSPaint and screenshot)
2. Create html file: ```<... | Idea-Enhancement,Product-File Explorer | low | Critical |
627,822,321 | terminal | Avoid closing window when close last tab. | <!--
🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨
I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING:
1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement.
2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further expl... | Issue-Feature,Area-UserInterface,Product-Terminal | medium | Critical |
627,845,798 | pytorch | Compilation errors | Hello,
i am building Pytorch on Ubuntu 18.04 for the Titan- Black Card (Compute-Capability = 3.5).
I get the following error while compiling:
/home/csverma/Disk/Software/MLearn/Pytorch/pytorch/bld/lib/libtorch_cpu.so: undefined reference to `dnnl::impl::bfloat16_t::operator float() const'
/home/csverma/Disk/Softwar... | module: build,triaged,module: mkldnn | low | Critical |
627,848,229 | godot | Instance binding data on GDNativeLibrary objects never gets freed | Godot 3.2.2 beta3
Windows 10 64 bits
`Object` instances can hold GDNative instance binding data (for example, that data can correspond to class wrappers inside of NativeScript libraries). This data is normally freed in the destructor of `Object`... unless `ScriptServer::finish_languages();` is called before. In suc... | bug,topic:gdextension | low | Critical |
627,857,279 | flutter | Compiler errors are really ugly | At some point in the last few months we ended up making compiler errors much more ugly:
```
$ flutter create dummy_compiler_error
...
$ cd dummy_compiler_error
$ sed -i '$d' lib/main.dart
$ flutter run
Launching lib/main.dart on Lenovo TB 8504F in debug mode...
Running Gradle task 'assembleDebug'... ... | tool,t: gradle,a: quality,P2,team-tool,triaged-tool | low | Critical |
627,867,529 | rust | stdio handles (stdin, stdout, stderr) should be `Seek` at least on Unix | Currently, `std::io::Stdin` et al do not implement `Seek`.
It is true that a Unix program is not guaranteed that its stdin/stdout/stderr will be seekable. Often they won't be. But, they may be. If stdin is redirected from a file, for example, `lseek` (the system call) will work fine.
The `Seek` trait does not p... | C-enhancement,T-libs-api | low | Major |
627,871,085 | deno | Caching and loading non-importable resources | ## Problem
I often find myself needing to load non-JavaScript non-TypeScript assets, and various problems arise:
* Local module (in git repo) has to use `fs` but remote module has to use `fetch`.
* The assets cannot be cached.
* The assets cannot be bundled.
## Suggestion
Add some way to annotate assets usi... | cli,suggestion | medium | Critical |
627,929,627 | youtube-dl | Possible to get the file paths of all files related to a video downloaded with youtube-dl | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Carefully read and work through this check lis... | question | low | Critical |
627,938,024 | TypeScript | Allow type-only named re-exports along with assigned export in the same file | ## Search Terms
allow export types assigned =
## Suggestion
The suggestion is to allow compilation of files that do both `export =` and `export type {}`.
## Use Cases
For modules that target both TypeScript and CommonJS usage it would allow consolidating all exports for both module systems in one file (a... | Suggestion,In Discussion | low | Major |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.