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 |
|---|---|---|---|---|---|---|
609,844,765 | puppeteer | Add first level logging capability | I would like to propose a logging capability that allows Puppeteer user to be informed about events happening in Puppeteer and Chrome DevTools. Currently you have to [overwrite](https://github.com/webdriverio/webdriverio/blob/master/packages/devtools/src/utils.js#L304-L335) the `debug` package to access this. It would ... | feature,confirmed | low | Critical |
609,849,265 | rust | slice -> array conversion function | See the discussion here:
https://internals.rust-lang.org/t/more-about-slice-array-conversions/12251
I suggest to add two related functions (mutable and not mutable versions) that allows to replace code similar to this:
```
row.get_mut(8*x .. 8*x + 8).unwrap().try_into().unwrap()
```
In a shorter, simpler and le... | T-libs-api,C-feature-request,A-const-generics,A-slice,A-array | low | Critical |
609,860,664 | rust | Backtrace rendering inconsistent between `std::backtrace` and panics | I tried this code on nightly:
```rust
#![feature(backtrace)]
fn main() {
let backtrace = std::backtrace::Backtrace::capture();
eprintln!("{}", backtrace);
panic!();
}
```
This prints:
```
0: playground::main
at src/main.rs:4
1: std::rt::lang_start::{{closure}}
... | A-runtime,C-enhancement,T-libs-api | low | Major |
609,878,194 | flutter | Curved top edge bottom navigation Bar notch | I tried curved top edge bottom navigation Bar notch .But I failed. I use [this ](https://github.com/flutter/flutter/issues/21650#issuecomment-476412335)issue for rectangle shape notch and all is good. How can i curved top edges?
 works fine with static true but according to the ts definitions it doesnt accept static true | this is not really a bug but I didnt know what else can I qualify it as.. basically when you have a ContentChildren decorator you can pass static true and access the content children in the ngOnInit lifecycle hook however I was wondering if its safe to rely on that as it is not part of the typescript definitions for th... | type: bug/fix,breaking changes,hotlist: error messages,area: core,state: confirmed,core: queries,design complexity: low-hanging,P4 | low | Critical |
609,929,409 | youtube-dl | [h264_nvenc] How to enable decode on GPU? | I use ffmpeg and i can decode video on GPU using **h264_nvenc**
```
cmd = '{0} -i "{1}" -vcodec h264_nvenc -acodec aac "{2}"'
# {0} - ffmpeg path
# {1} - input file
# {2} - output file
```
How can i use **h264_nvenc** in post-processing options?
| question | low | Minor |
609,970,759 | rust | diagnostic: rustc points to wrong type parameters in error message | In some generic code
https://github.com/yaahc/errtools/commit/bac775562e3450ac085b33dab3b7d35d2b12dc46
I encountered an error that I expected, but a diagnostic that I did not. Specifically I have a trait like this,
```rust
pub trait WrapErr<T, E, E2> {
// ...
/// Wrap the error value with a new a... | A-diagnostics,T-compiler,A-inference,C-bug,S-needs-repro | low | Critical |
609,970,816 | PowerToys | [Image Resizer] Add options for effects (e.g shadow) | # Summary of the new feature/enhancement
One of my most common flows is to insert a screenshot into Outlook, Resize it (I no longer have to do this), and format it using the picture formatting options. (basic shadows, frames, etc.)
# Proposed technical implementation details (optional)
I'd like to see a featur... | Idea-Enhancement,Product-Image Resizer | low | Minor |
610,002,455 | go | x/pkgsite: packages with stopwords as their name don't show up in search results | ### What is the URL of the page with the issue?
https://pkg.go.dev/search?q=is
### What is your user agent?
> `Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:75.0) Gecko/20100101 Firefox/75.0`
### Screenshot
<img width="420" alt="image" src="https://user-images.githubusercontent.com/216265/80716933... | NeedsInvestigation,pkgsite,pkgsite/search | low | Minor |
610,089,188 | flutter | merge separate flags to specify the vm service port for flutter run | We have two separate flags to specify the VM service port to serve debugger traffic on, depending on whether the device you're launching is a mobile device or a flutter web device: `--host-vmservice-port` for mobile devices and `--web-port` for web ones.
This likely makes sense from the POV of the implementations, b... | tool,a: quality,c: proposal,P3,team-tool,triaged-tool | low | Critical |
610,193,360 | go | x/build: ensure there are accessible ways to test Go pre-release versions in common CI systems | The Go project and its users benefit from additional testing of pre-release versions of Go, because it leads to a stable release with fewer issues. When beta and release candidates are released, we encourage everyone to test them as much as possible and report issues that are uncovered.
There are many CI systems tha... | Builders,NeedsInvestigation,DevExp,Community | low | Minor |
610,218,744 | rust | Closure signature hinting doesn't elaborate bounds. | This currently can't infer the type of `s` ([playground](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=8b6126d6c94df72ced9ac92ebb3f1871)):
```rust
trait Foo: Fn(String) {}
impl<F> Foo for F where F: Fn(String) {}
fn hint(_: impl Foo) {}
fn main() {
hint(|s| {s.len();});
}
```
... | C-enhancement,A-closures,T-compiler,A-inference | low | Critical |
610,221,698 | pytorch | Unable to use torch.det() inside nn.DataParallel with multiple gpus | ## 🐛 Bug
Using `torch.det()` inside `nn.DataParallel` in a multi gpu environment (tested 4) is suffering from a race condition. If the execution is done sequentially, the error doesn't trigger.
## To Reproduce
```python
import torch
import torch.nn as nn
from torch.utils.data import Dataset, DataLoader
... | module: cuda,triaged,module: data parallel,module: linear algebra | low | Critical |
610,242,594 | rust | Use of tempfile for lib.def leads to non-reproducible PDBs | I've been working with a rust code base that we are trying to use a shared cache for (Bazel FWIW). As part of that I've been looking at truly bit-identical build outputs for a given set of inputs.
There are plenty of problems with PDB files on Windows (which contain debug info) because they tend to encode absolute p... | A-debuginfo,P-medium,T-compiler,O-windows-msvc,C-bug,A-reproducibility | low | Critical |
610,251,958 | pytorch | test_qnnpack_sigmoid failing on old CPU, built pytorch 1.5.0 | ## 🐛 Bug
Built from 1.5.0 source, tests fail with SIGILL illegal instruction on `test_type_conversions (__main__.TestAutograd)`. Import works.
With same system/hardware, it works on 1.4.1.
Valgrind:
```
==1765222==
F...vex amd64->IR: unhandled instruction bytes: 0xC5 0xF1 0x57 0xC9 0x4D 0x1 0xEE 0x89 0xC0 0... | module: binaries,module: build,triaged | low | Critical |
610,252,968 | youtube-dl | JohnMaxwellAcademy.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 |
610,275,557 | storybook | Allow for path based routes instead of query param based routes | **Is your feature request related to a problem? Please describe.**
I understand why the default router uses `?path=/foo` in order to handle routing, I think this allows storybook to work in the most places without a hassle. However, it's not necessarily the most usable/aesthetic way to do routing. I'd love storybook t... | feature request,core | low | Major |
610,308,385 | angular | NgFor, NgForOf (DefaultIterableDiffer + IterableChangeRecord) can leak memory | # 🐞 bug report
### Affected Package
<!-- Can you pin-point one or more @angular/* packages as the source of the bug? -->
<!-- ✍️edit: --> The issue is caused by package @angular/common
### Is this a regression?
<!-- Did this behavior use to work in the previous version? -->
<!-- ✍️--> No. I think this ha... | type: bug/fix,memory leak,area: core,state: confirmed,core: differs,P3 | medium | Critical |
610,310,748 | go | hash, crypto: add WriteByte, WriteString method to hash implementations | This proposal was initially for embedding io.ByteWriter in hash.Hash, or adding a WriteByte() method with the same signature.
This method is already added in the new maphash.Hash. Adding it elsewhere will extend the benefits in performance and usability to the other Hash implementations.
Per feedback of @ianlance... | Proposal,Proposal-Accepted | medium | Major |
610,310,869 | pytorch | NCCL fails to find cuda include dir | My cuda install is fragmented and not in one folder like its typically installed. I am trying to pass env variables for cuda include and it seems to work, but the makestep for NCCL does not pass in this variable. Just the general "Root" dir. This CUDA include dir needs to make its way down into NCCL, the build fails b... | oncall: distributed,triaged,module: nccl | low | Minor |
610,316,303 | go | cmd/go: add -debug flag (default true) to control DWARF/etc info in binary | Many gophers know that they can strip DWARF from their binaries with `-ldflags=-w`. But this is fairly cryptic, and it doesn't give the compiler the opportunity to save time and space by not generating that DWARF in the first place.
I propose we add support directly to cmd/go to say `-debug=false` or `-dwarf=false` ... | Proposal,Proposal-Accepted | medium | Critical |
610,333,217 | material-ui | [Checkbox] You can click through an overlay to check a checkbox | Paper component (elevation=1) accepts clicks from UI elements underneath. I have the following code:
```
<Popper>
<Paper>
<ClickAwayListener>
// some stuff here
</ClickAwayListener>
</Paper>
</Popper>
```
Any elements (buttons, checkboxes, etc) that sit below the popper / paper comp... | bug 🐛,on hold,component: checkbox | medium | Critical |
610,401,713 | rust | Missing symbols with thin LTO on x86_64-pc-windows-msvc | <!--
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->
I tried this code:
```rust
use aho_corasick::AhoCorasick;
use std::os::raw::c_void;
use std::slice;
#[no_mangle]
pub unsafe extern "C" fn foobar(... | A-linkage,O-windows,T-compiler,O-windows-msvc,C-bug | low | Critical |
610,408,305 | terminal | Fullscreen: enable revealing the tabs by hovering at the top of the screen | Hello,
This terminal is excellent and I would like to propose a suggeestion.
In full screen mode there doesn't seem to be a way to switch or add tabs easily. Perhaps mouse movement could popout from the edge of the screen the tabs and a way to switch between them.
I ultimately would just like to leave this up fu... | Help Wanted,Area-UserInterface,Product-Terminal,Issue-Task | low | Major |
610,433,802 | rust | Error handling of non references when expecting a references (borrow) | This is in mostly a re-post of https://github.com/diesel-rs/diesel/issues/2380
I tried this code:
I used the code from: https://docs.diesel.rs/diesel/associations/index.html
```rust
use schema::{posts, users};
#[derive(Identifiable, Queryable, PartialEq, Debug)]
#[table_name = "users"]
pub struct User {
... | C-enhancement,A-diagnostics,T-compiler,E-needs-mcve | low | Critical |
610,439,060 | rust | Async function leads to a "more general type" error | Rustc complains about a type being more general than the other when testing if the `Future` returned by an `async` function is `Send`. The same code without `async` sugar is accepted by the compiler.
This might be related to #60658.
I tried to minimize further, but removing `.flatten()`, the boxing with a trait o... | A-type-system,T-compiler,C-bug,A-async-await,AsyncAwait-Triaged,T-types | medium | Critical |
610,453,903 | pytorch | logging_is_not_google_glog.h:24:11: error: 'const int ERROR' redeclared as different kind of symbol (v1.3.0) | I have a file in my large project using ERROR as a constant already globally so i cannot change that variable as its used in many places. When i try to build i get an error from the linker because it finds both variables, whats the best way to edit "logging_is_not_google_glog.h" without breaking anything else? Anyway ... | module: build,triaged | low | Critical |
610,464,423 | rust | Missed optimization: locally constructed arrays are not promoted to constants | To reproduce, look at the optimized code for the following program ([godbolt](https://godbolt.org/z/ENtCaE)):
```rust
pub fn f(x: usize) -> i32 {
const T: [i32; 6] = [4, 8, 15, 16, 23, 42];
T[x]
}
pub fn f2(x: usize) -> i32 {
[4, 8, 15, 16, 23, 42][x]
}
```
### Expected result
The array sho... | A-LLVM,I-slow,C-enhancement,A-codegen,T-compiler,C-optimization | low | Minor |
610,467,230 | godot | 3D CollisionObject: input signals not emitted when the tree is paused | **Godot version:**
3.2.1 mono
**OS/device including version:**
MXLinux19 64bits
**Issue description:**
When the tree is paused collision objects don't receive input events.
**Minimal reproduction project:**
[PauseAndInputProblem.zip](https://github.com/godotengine/godot/files/4561925/PauseAndInputProblem... | documentation,topic:physics | low | Minor |
610,483,481 | PowerToys | [Run] Search for folders should display shallow folders first | # Summary of the new feature/enhancement
Whenever a folder is searched in the launcher, the results are displayed in a seemingly random order.
For example, searching Appdata shows me a list like:
C:\Users\alias\some_path\AppData
.
.
C:\Users\alias\Appdata
I would like the sear... | Idea-Enhancement,Product-PowerToys Run,Cost-Small,Run-Results (Indexer) | low | Minor |
610,484,876 | terminal | Consider whether we need to support "bold foreground" (like gnome-terminal) as a separate color | Many terminals _optionally_ treat `\e[1;39m` as a separate color.
gnome-terminal has a toggleable "bold foreground" option:

When it's set, `1;39` is different from `39`.
` on unsigned integers | This can be quite useful when writing macros that are generic over any integer.
For example, I just tried writing this code (bar is any of i8, i16, i32, u8, u16, u32 via a macro)
```rust
match (foo.signum(), bar.signum()) {
(1, 1) | (-1, -1) => max,
(-1, 1) | (1, -1) => min,
_ => zero,
}
```
... | T-libs-api,C-feature-request | low | Minor |
610,518,856 | go | cmd/compile: binaries contain many ..type.eq funcs | We have a meta bug for binary size (#6853), but as one specific item:
Go binaries contain many ..type.eq funcs to support == on types at runtime.
The compiler & linker could probably omit provably unneeded ones. Or even do some with slower reflect if they're large & unlikely to be needed at runtime.
Background... | NeedsInvestigation,binary-size,compiler/runtime | low | Critical |
610,537,343 | godot | set_script() fails if target node has no parent or if node is root sometimes | **Godot version:**
v3.2.1.stable.official
**OS/device including version:**
Windows 10 Home, version 1903, build 18362.778
**Issue description:**
```set_script()``` doesn't work if it's **(1)** called on a node that has been added as a child in a script or if it's **(2)** being called on the root node by a chil... | bug,topic:gdscript | low | Major |
610,542,142 | go | reflect: can't call methods on StructOf with embedded interface field | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version devel +4c78d54fdd Thu Apr 30 22:06:07 2020 +0000 darwin/amd64
Same behavior with:
$ go version
go version go1.14.2 darwin/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating sy... | NeedsInvestigation,compiler/runtime | low | Critical |
610,602,171 | create-react-app | Failed to load plugin '@typescript-eslint' declared in '.eslintrc » eslint-config-react-app#overrides[0]': Cannot find module 'typescript' | ### Describe the bug
When I run `eslint: lint whole folder` task, it fails because of the error mentioned in the title.
### Did you try recovering your dependencies?
Yes, I did.
### Which terms did you search for in User Guide?
The issue is not related to any of them, it's ESLint.
### Environment
`... | issue: needs investigation,issue: bug report | high | Critical |
610,606,478 | go | cmd/compile: more compact initialization of maps with dynamic content | Iooking into the size of `unicode.init` I found that the optimization to init maps from arrays of keys and values with a for loop instead of making an mapassign call for each key/value doesnt trigger for the maps in package unicode because the values are variables and not static.
The allowed types for this optimiza... | NeedsInvestigation,binary-size,compiler/runtime | low | Major |
610,652,585 | frp | [feature request] Add client count metrics broken down by name in prometheus metrics | Currently, it is not possible to see which clients are online in a dashboard.
There is currently this:
https://github.com/fatedier/frp/blob/23bb76397a0484485a16e1a3e990385b13ee388d/models/metrics/prometheus/server.go#L58-L63
Which is an integer of the total amount of clients connected to frps. But I wish that th... | proposal | low | Critical |
610,695,821 | excalidraw | Debounce/set interval to syncing in collaborative mode | If you start drawing diagrams and do frequent rotations / resizing/ moving shapes, it leads to at least 8-10 seconds and even goes to 15-20 seconds lag. Also, cursor sync takes good amount of bandwidth.
I tried adding debounce of around 30ms and it takes way less bandwidth compared to current state and I didn't noti... | discussion,collaboration | medium | Major |
610,709,191 | youtube-dl | arteradio.com | ## Checklist
<!--
Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl:
- First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2020.03.24. If it's not, see https://yt-dl.org/update ... | site-support-request | low | Critical |
610,749,984 | angular | fix(elements): fix type signature of `NgElementStrategy#get/setInputValue()` | Currently, the [type signature][1] of `NgElementStrategy#setInputValue()` specifies that the second `value` argument should be of type `string`.
https://github.com/angular/angular/blob/49be32c9315a5c7ff155c5b88191e504006f595b/packages/elements/src/element-strategy.ts#L32-L33
This is true when setting the property... | type: bug/fix,breaking changes,area: elements,state: confirmed,P4 | low | Critical |
610,783,728 | pytorch | Remove everything from a GPU (including drivers) | ## 🚀 Feature
Hi, it seems that once one send a Tensor to the GPU memory, it is not possible to release the memory usage of the GPU back to zero.
example:
```python
import torch
tm = torch.Tensor([1,2]).to("cuda")
!nvidia-smi
|===============================+======================+======================|
| ... | module: cuda,triaged,enhancement | low | Minor |
610,793,610 | godot | ArrayMesh created in separate Thread loses surfaces when passed to `call_deferred()` | **Godot version:**
v3.2.1, master branch
**OS/device including version:**
Windows 10 (1909)
**Issue description:**
ArrayMesh created by SurfaceTool.commit() in a separate Thread, loses its Surfaces when passed back to MainThread as a argument using call_deferred().
**Steps to reproduce:**
1. Create a separ... | enhancement,topic:core,topic:rendering,documentation | low | Critical |
610,826,401 | create-react-app | Improve release process | ### Is your proposal related to a problem?
As a contributor, I see three places how contributing can be less frustrating:
1. Release bug fixes in a patch release.
2. Release fixes from the pull request sooner.
3. If it is not possible, give explain the problem to the contributor.
My recent small [bugfix PR](... | issue: proposal,needs triage | low | Critical |
610,835,561 | TypeScript | Leading JSDoc `*` in type expression incorrectly parsed | I tried the following snippet
```js
/**
* @typedef {
* import('../src/index.js').FakeCloudwatchLogs
* } FakeCloudwatchLogs
*/
```
This did not compile with
```
test/index.js:11:6 - error TS1005: '}' expected.
11 * import('../src/index.js').FakeCloudwatchLogs
~~~~~~
```
Removin... | Bug,Domain: JSDoc | low | Critical |
610,855,883 | TypeScript | checkJS + JSDoc + inline d.ts syntax | ## Search Terms
jsdoc, interface, import, inline, d.ts file, checkJs
## Suggestion
Improve the user experience for checkJS users. Currently TypeScript checkJS supports 99% of the use cases of TypeScript and that's an amazing feat as it stands.
The support for `@typedef` with `import(...)` helps a lot !
I... | Suggestion,Awaiting More Feedback | low | Major |
610,876,300 | flutter | WidgetTester.startGesture should bounds check the offset | If you call `WidgetTester.startGesture` with coordinates that are outside the bounds of the screen no error or warning is issued.
It is also undefined if the argument to that method is physicalPixels or logicalPixels. | a: tests,framework,d: api docs,P2,team-framework,triaged-framework | low | Critical |
610,911,843 | pytorch | LSTMCell consumes x1.5 more memory on CUDA on pytorch >=1.3 comparing to pytorch 1.2 | ## 🐛 Bug
From pytroch 1.3 LSTMCell consume x1.5 more memory compared to pytorch 1.2
## To Reproduce
Steps to reproduce the behavior:
Make lstmcell object and check memory usage
```
import torch
rnn = torch.nn.LSTMCell(10, 20).cuda()
input = torch.randn(6, 3, 10).cuda()
hx = torch.randn(3, 20).cuda()... | module: rnn,module: cuda,module: memory usage,triaged | low | Critical |
610,913,432 | neovim | Indentation-aware textwidth | I would like to be able to not impose a maximum character width via `textwidth`, but still ensure that the length of every line, ignoring the whitespace at the start of the line due to indentation, is limited to a certain amount. This ensures that things like comments are formatted in a readable way.
I don't think t... | enhancement | low | Minor |
610,916,374 | pytorch | Add Compound key, make custom ops default to it (but keep internal users using CatchAll) | (to be expanded) | triaged,internals | low | Minor |
610,940,374 | electron | Retrieving the full content size, not just the visible size | <!-- As an open source project with a dedicated but small maintainer team, it can sometimes take a long time for issues to be addressed so please be patient and we will get back to you as soon as we can.
-->
### Preflight Checklist
<!-- Please ensure you've completed the following steps by replacing [ ] with [x]-... | enhancement :sparkles: | low | Minor |
611,045,524 | flutter | FormField widgets inside ListView bypass form validation and loss of text when the widgets are out of visibility. | ## Problem Description
I was making a form for inputting user information. As there were multiple fields, some fields went out of screen visibility and when I am submitting the form these fields are not validated.
When I am using FormField widgets inside ListView :
1. If all fields are visible then they all were v... | a: text input,c: new feature,framework,f: material design,f: scrolling,has reproducible steps,P3,found in release: 3.3,found in release: 3.7,team-framework,triaged-framework | medium | Critical |
611,055,935 | go | x/build: automated testing of popular, open source Go projects | Basic idea is that we'd automatically build and test a large, representative sampling of open source Go projects, to help catch regressions during the development cycle that aren't caught by tests in the Go repo itself.
Some thoughts:
If running tests is a concern for resource/security concerns, even just verifyi... | Builders,NeedsInvestigation,FeatureRequest | low | Major |
611,088,216 | vue-element-admin | 下拉选择框,点击会导致页面崩溃。 | <!--
注意:为更好的解决你的问题,请参考模板提供完整信息,准确描述问题,信息不全的 issue 将被关闭。
Note: In order to better solve your problem, please refer to the template to provide complete information, accurately describe the problem, and the incomplete information issue will be closed.
-->
## Bug report(问题描述)
在页面上添加的 el-select,在多次点击切换选项会... | not vue-element-admin bug | low | Critical |
611,089,362 | angular | Language Service: integration with custom-elements.json specification | # 🚀 feature request
While working in Angular templates, it would be valuable to have autocompletion for custom elements properties and events.
Note: VSCode currently supports for custom element attributes with html file extension.
### Relevant Package
This feature request is for @angular/language-service
... | feature,area: language-service,cross-cutting: custom elements,feature: under consideration | low | Major |
611,110,637 | flutter | TextField edit menu position problem | When there is a lot of text in the TextField, the actual height of the text exceeds the TextField a lot, so, if I select all the text, an edit menu will pop up, similar to 'copy / cut / select all'.
But the position of the edit menu will be far away from the TextField, and displayed on the first line of the actual... | a: text input,platform-ios,framework,a: fidelity,has reproducible steps,P2,found in release: 3.7,found in release: 3.9,team-ios,triaged-ios | low | Major |
611,129,768 | pytorch | Builtin FusedLayerNorm is slower than apex one | benchmarks by @myleott: https://github.com/pytorch/fairseq/issues/2012#issuecomment-622607286
(for both fp32 and fp16)
cc @ngimel @VitalyFedyunin | module: performance,module: cuda,triaged | low | Major |
611,153,954 | create-react-app | Support TypeScript namespace | https://github.com/welldone-software/why-did-you-render
> You can also manually track any component you want by setting whyDidYouRender on them like this:
```js
function BigListPureComponent() {
return <div>
//some heavy component you want to ensure doesn't happen if its not neceserry
</div>
}
BigList... | issue: proposal,needs triage | low | Minor |
611,174,405 | PowerToys | Feature Request: Crop Picture | # Summary of the new feature/enhancement
Simple interface to CROP an image
# Proposed technical implementation details (optional)
-Right-Click image
-Select "Crop Picture"
-Image appears with bounding box and horizontal and vertical handles at edges and corners
-Select one of the "aspect ratio's": original,... | Idea-Enhancement,Product-Image Resizer | low | Major |
611,177,406 | rust | opportunistically evaluate constants while populating `mir::Body::required_consts` | We can evaluate all constants that do not depend on generic parameters in https://github.com/rust-lang/rust/blob/0b958790b336738540d027d645718713849638d7/src/librustc_mir/transform/required_consts.rs#L19
We make that a `MutVisitor` that evaluates all constants that it can and replaces them in-place and only adds tho... | C-cleanup,T-compiler,A-const-eval,A-mir-opt,A-mir-opt-inlining | low | Critical |
611,203,111 | vscode | [html] No values suggested for `autocapitalize` | - VSCode Version: 1.45.0
- OS Version: macOS 10.15.4
Steps to Reproduce:
1. Copy the following to an HTML file: `<div role="" autocapitalize=""></div>`
2. Notice that there is autocompletion for the role's attribute values but, even though VS Code knows about autocapitalize's values (shown when you are autocomp... | feature-request,html | low | Minor |
611,212,278 | go | os/user: query systemd’s User/Group Record Lookup API in non-cgo environments before parsing /etc/passwd? | I recently learnt about [systemd’s “User/Group Record Lookup API via Varlink”](https://systemd.io/USER_GROUP_API/).
It’s a new service introduced by systemd v245 (released March 6th 2020) which can take the role of getpwnam(3) and related calls.
We could consider this as an option for [`os/user`](https://golang.o... | NeedsInvestigation | low | Major |
611,216,218 | flutter | Consider making resized image provider API default | Given that it benefits the memory and the intended affect is that the quality of the rendered image shouldn't see a drop. If there aren't any other downsides and once the API matures it might make sense to make this the default behavior. | framework,a: images,c: proposal,P3,team-framework,triaged-framework | low | Minor |
611,225,471 | go | cmd/go: "package … is not in GOROOT" is confusing in module mode when the package would exist in GOPATH mode | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.14.2 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go env</code> Output</summary... | NeedsInvestigation,modules | high | Critical |
611,244,141 | flutter | Widgets can't be placed in a const set due to ==/hashCode override | All widgets have an override of `==` and `hashCode` which is marked non-virtual to discourage users from implementing it: https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/widgets/framework.dart#L508
Placing a widget in a const set literal results in the diagnostic: `const_set_element_type_imp... | framework,dependency: dart,c: proposal,P2,team-framework,triaged-framework | low | Minor |
611,259,417 | flutter | Device Discovery of Custom Embedders | ## Use case
Currently the flutter tools do not provide a mechanism for custom embedders to register as a device, like how `linux` appears when running `flutter devices`. Currently for [flutter-rs](https://github.com/flutter-rs) we invoke `flutter attach` with the observatory URL, which is quite limiting. If we had s... | c: new feature,tool,engine,e: embedder,c: proposal,P3,team-engine,triaged-engine | medium | Critical |
611,261,423 | nvm | Reformat output of "nvm --help" and others to consider line-wrapping | It is very difficult to read the output of `nvm --help` (and other outputs with long lines) on the default terminal width of 80 characters. Here's what it looks like:
```
Node Version Manager (v0.35.3)
Note: <version> refers to any version-like string nvm understands. This includes
:
- full or partial versio... | feature requests | low | Major |
611,272,112 | node | VM ESM with dynamic imports resolves promises before linking is complete | <!--
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... | vm,esm | low | Critical |
611,275,401 | flutter | Embedder Engine build artifacts missing in Target build to generate AOT image | ## Generating an AOT image for Target Linux Embedder Engine requires a Host Engine build.
Required tools to generate a target AOT (linux arm/arm64) are missing from Target build, which involves needing to build for Host to get the tools.
```
out/host_release/dart-sdk/bin/dart
out/host_release/gen/frontend_serve... | engine,e: embedder,platform-linux,P2,team-engine,triaged-engine | low | Minor |
611,275,812 | TypeScript | `allowUnusedLabels` should be false in the --init configuration | **TypeScript Version:** nightly
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:** allowUnusedLabels
**Code**
Compile with `tsc --init`
```ts
console.log("a", "b"), { value: 3 };
```
**Expected behavior:** This should be an error; the clos... | Suggestion,In Discussion | low | Critical |
611,284,167 | godot | alpha Shaders on sprites cause weird issues | **Godot version:**
3.2.1
**OS/device including version:**
Windows 10
**Issue description:**
As title Suggests, editing the alpha values on a sprite with a shader causes the sprite to stretch out oddly, as seen below, as well as losing previous transparency values

2. Nothing happens.
I think it either shouldn't be shown in the context menu/command pallete, or it should work. | feature-request,git | low | Major |
611,296,642 | neovim | Scrolling problems on large files when reversing scroll direction. Letters get inserted. | <!-- Before reporting: search existing issues and check the FAQ. -->
- `nvim --version`: NVIM v0.5.0-3de9452
- `vim -u DEFAULTS` (version: ) behaves differently? Issue does not occur in Vim8 or MacVim.
- Operating system/version: macOS Catalina
- Terminal name/version: iTerm2 3.3.9
- `$TERM`: xterm-256color
#... | bug | low | Critical |
611,324,615 | flutter | [in_app_purchase] Failed pending purchases are not acknowledged (Android) | ## Steps to Reproduce
1. Load in_app_purchase plugin
2. Make a self declining purchase with a slow test card on Android
3. Restart application
4. Fetch past purchases with InAppPurchaseConnection.queryPastPurchases()
**Expected results:** Failed purchases should either be acknowledged or decoded with PurchaseS... | platform-android,p: in_app_purchase,package,a: production,P3,team-android,triaged-android | low | Critical |
611,331,067 | youtube-dl | Site support: gunstreamer.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 |
611,355,554 | godot | Cannot run Godot on virtual X desktop with xvfb-run and lavapipe | **Godot version:**
Godot 4.0(Vulkan) - 4.0.dev.custom_build. f5cd33f39
it works fine with Godot 3.2 GLES 2, 3
**OS/device including version:**
Ubuntu 20.04
**Issue description:**
When I try to open master Godot 4.0 branch in virtual X desktop, then I got a crash:
```
WARNING: XOpenIM failed
at: Di... | bug,platform:linuxbsd,topic:rendering,confirmed,topic:thirdparty,crash | low | Critical |
611,367,577 | go | x/tools/go/packages: handle import cycles in tests | In its current implementation, the `go list` driver in `go/packages` looks for the error message `import cycle not allowed` and if found appends the error's ImportStack to the error message, resulting in `import cycle not allowed: import stack: [sandbox/foo sandbox/bar sandbox/foo]`. This misses import cycles in tests,... | NeedsFix,Tools | low | Critical |
611,371,222 | TypeScript | Import star should work with export type | <!-- 🚨 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 |
611,384,331 | pytorch | Variational Dropout In RNN | ## 🚀 Feature
Original LSTM cell uses dropout that uses different mask at every time step which is ad-Hoc.According this paper we should use same dropout masks at every time step. [Variational RNN](https://arxiv.org/pdf/1512.05287.pdf)
Here is the screenshot what should ideally happen
![Screenshot_2020-05-03... | module: rnn,triaged,enhancement | low | Minor |
611,392,399 | rust | Tracking Issue for const_btree_len | This tracks stabilization of the `const_btree_len` feature, which allows calling the below in a constant expression:
- `BTree{Map,Set}::{len,is_empty}()` (#78581)
### Previously tracked here, already stable
- `BTree{Map,Set}::new()` (#71839)
### Steps
- [x] Implementation #71839
- [ ] Stabilization PR
| A-collections,T-libs-api,C-tracking-issue,A-const-eval,disposition-merge,finished-final-comment-period,Libs-Tracked | medium | Major |
611,395,427 | rust | Lifetime elision makes arg lifetime depend on return value reference | A friend of mine started to learn Rust and he found an issue he could not solve on his own.
Consider the following example:
```
fn f(_x: &u32) -> &str {
"42"
}
fn y(_s: &'static str) { }
fn main() {
let x = 42;
let z = f(&x);
y(z);
}
```
https://play.rust-lang.org/?version=stable&... | A-diagnostics,A-lifetimes,A-borrow-checker,T-compiler,D-terse | low | Critical |
611,414,554 | electron | Support keyboard shortcuts for PDF zooming | <!-- 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]-... | bug :beetle:,component/pdf-viewer,status/confirmed,9-x-y,10-x-y | low | Major |
611,423,913 | go | x/crypto/ssh: CertChecker.CheckCert ability to check against multiple principals | ### What version of Go are you using (`go version`)?
```
$ go version
go version go1.13.4 linux/amd64
```
### Does this issue reproduce with the latest release?
N/A (`x/crypto` is separate dependency)
### What operating system and processor architecture are you using (`go env`)?
N/A for this issue (Li... | NeedsInvestigation | low | Minor |
611,426,469 | godot | VisualScript. Pool Array functions without sequence port | **Godot version:**
3.2.1 Stable
**OS/device including version:**
Windows 10 64 bit
**Issue description:**
I think there's a problem in visual script with pool array variables. If you want to remove, add, insert, values to an existing pool array variable, and you add the functions "Pool XXXXXX array remove", ... | bug,topic:editor,topic:visualscript | low | Minor |
611,431,030 | flutter | Specifying cacheWidth / cacheHeight can degrade the image quality | @iskakaushik asked me to post this as a separate issue from #48885.
When using the `cacheWidth` and `cacheHeight` parameters, the resulting image has less details than without using the parameters, although they are set to the same values as the image's width and height.
I was under the assumption that if I supp... | engine,a: quality,a: images,has reproducible steps,P2,found in release: 3.7,found in release: 3.8,team-engine,triaged-engine | low | Critical |
611,438,501 | go | proposal: cmd/vet: Should check for assignments to inbuilt types | <!--
Please answer these questions before submitting your issue. Thanks!
For questions please use one of our forums: https://github.com/golang/go/wiki/Questions
-->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.14.2 darwin/amd64
</pre>
### Does this issue reproduc... | Proposal,Analysis | medium | Critical |
611,440,692 | pytorch | torch.cdist returns inconsistent result | ```python
import torch
A, B = map(torch.load('bug.pt').get, ['A', 'B'])
print(A.shape, B.shape) # torch.Size([95, 39]) torch.Size([295, 39])
D = torch.cdist(A, B)
print(D[75, 233]) # tensor(0., grad_fn=<SelectBackward>)
D_ = torch.cdist(A[75].unsqueeze(0), B[233].unsqueeze(0)).squeeze()
print(D_) # tensor(... | module: numerical-stability,module: docs,triaged,module: distance functions | medium | Critical |
611,446,852 | rust | Reuse LTO products for incremental builds when deps are unchanged | Incremental builds with LTO (`thin` or `fat`) always take the same amount of time (~10s on [my project](https://github.com/fenollp/reMarkable-tools/tree/730e3fc2c100a713abdeebeb434a9d86aa2a48cc/marauder)) when dependencies are unchanged. It seems to take as long when adding a dependency.
Is it not possible to cache ... | A-linkage,C-enhancement,I-compiletime,T-compiler | low | Critical |
611,452,071 | rust | Trait and function bounds checking differ | The reproducer is here:
```rust
use std::fmt::Debug;
pub trait Trait {
fn do_stuff(self) -> ();
}
impl<F> Trait for F
where
F: 'static + for<'a> Fn(&'a ()) -> Box<dyn 'a + Debug>,
{
fn do_stuff(self) -> () {
()
}
}
pub fn foo() {
fn assert_type<F>(f: F) -> F
where
... | A-type-system,A-trait-system,T-compiler,C-bug,T-types | low | Critical |
611,455,106 | vscode | Add support for `.XCompose` | <!-- ⚠️⚠️ 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... | feature-request,editor-input | low | Critical |
611,482,584 | flutter | showTimePicker lacks lastTime option | showDateTime method does have a lastDate argument, however showTimePicker does not. This would benefit cases where e.g. user shouldn't be allowed to pick a delivery time after work hours.
```
gintas-mac:domukpizzaapp gintas$ flutter doctor -v
[✓] Flutter (Channel master, 1.18.0-9.0.pre.98, on Mac OS X 10.15.4 19E2... | c: new feature,framework,f: material design,f: date/time picker,c: proposal,P3,workaround available,team-design,triaged-design | low | Major |
611,484,487 | neovim | sessionoptions: allow exclude nofile buffers from save | ### Actual behaviour
Currently (`neovim-0.5.0+ubuntu1+git202005022020-d13c164-00e710e`) `mksession` does not allow exclude `nofile` buffers (NERDTree windows for example) using `sessionoptions`.
### Expected behaviour
Nothing more than the title says.
| enhancement | low | Major |
611,491,060 | pytorch | torch Summary writer does not display torchvision.io.read_video output | ## Issue
I am trying to utilize the torch tensorboard [`add_video`](https://pytorch.org/docs/stable/tensorboard.html#torch.utils.tensorboard.writer.SummaryWriter.add_video) functionality to view my `.mp4` video generated from `matplotlib` figures. I first convert the `.mp4` into a `torch.Tensor` via [`torchvision.read... | module: tensorboard,oncall: visualization | low | Critical |
611,499,869 | rust | Android: Instant not advancing while the screen is off | I tried this code on Android:
```rust
let now = Instant::now();
// Wait some hours
now.elapsed().as_secs()
```
I expected to see this happen: Get some hours as a result
Instead, this happened: Got only minutes because the time while the process is sleeping / the app is "dozing" is not counted.
Nice expl... | O-android,T-libs-api,C-bug,T-libs,A-time | low | Major |
611,560,264 | godot | Inconsistent behavior in get_rect() between nodes. | **Godot version:**
3.2.1 stable
**Issue description:**
The `get_rect()` method available on a few different types, including Control, Sprite, and Image, do not behave the same.
- `Control.get_rect()`: Returns the _global_ position and size of the object.
- `Sprite.get_rect()`: Returns the _local_ position of t... | discussion | low | Minor |
611,627,236 | godot | Creating a texture3D distorts the values (unwanted filtering?) | **Godot version:**
3.2.1.stable.mono
**OS/device including version:**
Windows 10
**Issue description**:
When creating a Texture3D in code, the texture data is distorted. An entered byte value of 1 becomes 13 when read back for example. When doing the same procedure on an ImageTexture with the same setup, this ... | topic:core | low | Critical |
611,643,816 | excalidraw | Tabs in Excalidraw | Usually I need to work on multiple diagrams at the same time. Tabs should be a good way to work on different workspaces at the same time. | enhancement | high | Critical |
611,661,579 | pytorch | Documentation of _CtxMethodMixin: must be tensors? | The documentation for _CtxMethodMixin.save_for_backward seems to imply that it accepts only tensor arguments:
https://github.com/pytorch/pytorch/blob/843c0230f2928aad61a6940688da3a6cd6c4cd57/torch/autograd/function.py#L13
... as does the function name of `saved_tensors`. https://github.com/pytorch/pytorch/blob/84... | module: docs,module: autograd,triaged | low | Major |
611,709,848 | flutter | Failed to apply plugin [class 'org.gradle.api.plugins.BasePlugin'] Could not create service of type OutputFilesRepository using ExecutionGradleServices.createOutputFilesRepository() | Hello,
I am getting very frequently this weird issue. I can build and run on iOS simulator but for Android, it starts to give me compile/debug failed error, out of no where. And after day or two it becomes normal. It has happened to me 5 to 8 times, i can not pin point or retract why this is happening. Every time th... | c: crash,platform-android,tool,t: gradle,P2,team-android,triaged-android | low | Critical |
611,761,833 | rust | WebAssembly ABI mismatch between clang and rust | When I compile this C code to `wasm32-wasi`:
```c
typedef struct Vector {
int a;
int b;
} Vector;
extern int extract_a(Vector v) {
return v.a;
}
```
And this Rust code to `wasm32-wasi`:
```rust
#[repr(C)]
struct Vector {
a: i32,
b: i32,
}
extern "C" {
fn extract_a(v: ... | A-FFI,T-compiler,O-wasm,C-bug,A-ABI | medium | Critical |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.