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 |
|---|---|---|---|---|---|---|
573,885,971 | godot | C# Creating arrayMesh with indices gives ERR_INVALID_PARAMETER error | **Godot version:**
3.1.1-stable-mono_win64
**OS/device including version:**
Windows 7 SP1
**Issue description:**
When trying to create an arrayMesh in C# with indices i get
> E 0:00:02:0247 Condition ' p_arrays[ai].get_type() != Variant::POOL_INT_ARRAY ' is true. returned: ERR_INVALID_PARAMETER servers/visual_... | discussion,topic:dotnet | low | Critical |
573,950,364 | TypeScript | Declaration emit should not inline type definitions | **TypeScript Version:** 3.8.3, 3.8.1, probably others
**Search Terms:**
declaration inlining, dts inlining, declaration inline, inline literal, declaration literal
**Code**
```ts
// parent.ts
import { num, obj } from "./child"
export const reExportNum = num;
export const reExportObj = obj;
```
```t... | Needs Investigation | medium | Critical |
573,952,504 | youtube-dl | Site support request: audius.co | <!--
######################################################################
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 |
573,980,778 | vue | Swapping from functional to non-functional component using v-if does not change v-data-* attribute. | ### Version
2.6.11
### Reproduction link
[https://codesandbox.io/embed/heuristic-brown-u7rvw?fontsize=14&hidenavigation=1&theme=dark](https://codesandbox.io/embed/heuristic-brown-u7rvw?fontsize=14&hidenavigation=1&theme=dark)
### Steps to reproduce
Click the tick box.
### What is expected?
It s... | bug | low | Minor |
574,001,025 | godot | [Bullet] 3D: long (+300 m) collision shapes for static bodies resulting in strange behaviour | **Godot version:**
3.2 stable official
**OS/device including version:**
Windows 10 Home
**Issue description:**
In 3D, when making large or long collision shapes for static bodies, strange behaviour occurs, if a rigid body rolls or pass on it.
Setting the collision shape for a static body, and setting the coll... | bug,confirmed,topic:physics,topic:3d | low | Critical |
574,011,834 | pytorch | [docs] Unclear description of indices arg in torch.index_put_ | https://pytorch.org/docs/master/tensors.html#torch.Tensor.index_put_
`
Puts values from the tensor value into the tensor self using the indices specified in indices (which is a tuple of Tensors). The expression tensor.index_put_(indices, value) is equivalent to tensor[indices] = value
`
However if we follow the... | module: docs,triaged | low | Critical |
574,023,561 | go | cmd/compile: spurious "cannot use reflect.Kind(9) … as type uint64 in assignment" on darwin-amd64-race builder | [2020-03-01T21:02:40-e44cda3/darwin-amd64-race](https://build.golang.org/log/60b8a176634d0f45bf048c11aab56185d0a8d3a0)
```
# encoding/xml [encoding/xml.test]
/var/folders/9w/4l2_g3kx01x199n37fbmv3s80000gn/T/workdir-host-darwin-10_14/go/src/encoding/xml/marshal.go:849:62: cannot use reflect.Kind(9) (type reflect.Ki... | NeedsInvestigation,compiler/runtime | low | Critical |
574,025,886 | pytorch | pip --requirement installs incorrect CUDA version | ## Issue description
When installing PyTorch using pip with requirements file provided it installs PyTorch for CUDA 9.2 while when installed from command line it would install for CUDA 10.1.
[requirements.txt](https://github.com/pytorch/pytorch/files/4275930/requirements.txt)
INline:
```
torch==1.4.0
torchv... | module: dependency bug,module: binaries,oncall: releng,triaged | low | Critical |
574,033,843 | go | go/types: SIGSEGV in (*Checker).exprInternal | ```
#!watchflakes
post <- log ~ `SIGSEGV(.*\n)*\ngoroutine \d+ \[.+\]:\n(\s*.+\n)*go/types\.\(\*Checker\)\.(?:rawExpr|exprInternal)`
```
[2020-03-01T21:04:30-a4f7b08/darwin-amd64-nocgo](https://build.golang.org/log/5bf8057cb3fef78574cf666b1c6c06198d423825)
<details>
```
go_test.go:2345: # strings_test
... | NeedsInvestigation,compiler/runtime | medium | Critical |
574,036,791 | bitcoin | Make fee estimation mockable via RPC | Right now the only(?) test we have that exercises interesting fee estimation codepaths is `feature_estimate_fee.py`. For fee-bumping and other tests it would make sense to allow test authors to quickly construct fluctuating fee scenarios at will.
related: https://github.com/bitcoin/bitcoin/issues/18240 | Feature | low | Minor |
574,048,208 | go | x/build/maintner/maintnerd, x/build/maintner: changes are hard to review and test | This issue is to note that it is currently difficult and time-intensive to review changes to the maintner server. Changes to the server are risky and can cause crashes, or worse, incorrect data to be written. Many services depend on the maintner server being stable and correct.
It has some tests, but they're not eno... | Builders,NeedsInvestigation | low | Critical |
574,053,077 | deno | Make `Deno.readDir` actually streaming | probably with async iterator | feat,cli | low | Major |
574,085,335 | TypeScript | types 'new (...args: any) => E' and wrapper types constructor for primitive types have no overlap | <!-- 🚨 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 | low | Critical |
574,119,126 | material-ui | [CSP] Issue with inline-style and Content Security Policy | According to the documentation, to support the CSP header, a nonce needs to be added to the style-src directive (https://mui.com/material-ui/guides/content-security-policy/). However, a number of Material-UI components make use of inline style attributes (e.g. Tabs - https://github.com/mui/material-ui/blob/5c96f3cad765... | discussion,core | medium | Critical |
574,130,029 | pytorch | [C++ API Parity] Incorrect documentation for optim initialization in serialization docs | https://pytorch.org/cppdocs/api/function_namespacetorch_1a99dc9f736064b2179cc58e6436f7a021.html#exhale-function-namespacetorch-1a99dc9f736064b2179cc58e6436f7a021
https://pytorch.org/cppdocs/api/function_namespacetorch_1a4b369494adfb10b9a005aeb0bb6207cb.html#exhale-function-namespacetorch-1a4b369494adfb10b9a005aeb0bb... | module: docs,module: cpp,module: optimizer,triaged | low | Minor |
574,142,687 | vscode | Awaiting Terminal processId never returns value on Windows | The PowerShell extension [creates a console using the `vscode.window.createTerminal` API](https://github.com/PowerShell/vscode-powershell/blob/3dff85b849f61b34776517e05fa02297342f6ecc/src/process.ts#L106-L111) and then [tries to log its PID with `terminal.processId`](https://github.com/PowerShell/vscode-powershell/blob... | bug,api,terminal-process | low | Critical |
574,142,822 | flutter | Add flutter upgrade --hotfix | Users may want to upgrade to the most recent hotfix, but wait on upgrading to the most recent stable. | c: new feature,tool,P3,team-tool,triaged-tool | low | Minor |
574,209,266 | material-ui | [ErrorBoundary] New ErrorBoundary Component | <!-- Provide a general summary of the feature in the Title above -->
This ticket is to track ideas/rationale for material-ui including an ErrorBoundary component.
I would like to contribute this component to material-ui, as described below.
- [x] I have searched the [issues](https://github.com/mui-org/material-u... | new feature | low | Critical |
574,213,538 | go | cmd/compile: branch elimination opportunites when comparing constants | <!--
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>
latest
</pre>
### Does this issue reproduce with the latest release?
Yes
#... | Performance,NeedsInvestigation,compiler/runtime | medium | Critical |
574,223,412 | pytorch | RPC API Changes for TensorPipes | ## 🚀 Feature
In order for RPC Agent to support the full functionality of TensorPipes' fast point-point communication, the following API-level changes will need to be made:
* Results Placement: Process A can send a message to Process B with instructions to send the result of the computation to Process C. We must al... | triaged,module: rpc | low | Minor |
574,229,057 | pytorch | Autograd deep copy avoidance optimization unsound in the presence of views | Right now, we have the following optimization in accumulate grad:
```
// under following condition, we can avoid clone()
if (!GradMode::is_enabled()
&& !new_grad.is_sparse()
&& new_grad.is_contiguous()
&& new_grad.use_count() <= 1 + !post_hooks().empty()) {
// first check ... | module: autograd,triaged | low | Minor |
574,238,382 | pytorch | Enable profiler tracing tests on windows | ## 🚀 Feature
As mentioned in https://github.com/pytorch/pytorch/pull/33987/files, the tests for `export_chrome_trace` in `test/test_autograd.py` are currently disabled on Windows due to a file permission issue.
A correct fix here would be to pass the file object directly to `export_chrome_trace`, however, this wou... | feature,triaged | low | Minor |
574,290,205 | go | cmd/compile: use staticuint64s | CL 216401 introduced a new static array of uint64s running from 0 to 255.
Two follow-ups here:
* We should use it in the compiler instead of staticbytes for byte-sized values (see https://go-review.googlesource.com/c/go/+/216401/2/src/runtime/iface.go#531).
* We should use it in the compiler for larger-sized i... | Suggested,Performance,help wanted,NeedsFix,compiler/runtime | medium | Major |
574,294,596 | TypeScript | Go to definition shouldn't go to the import/require/aliased statement | *TS Template added by @mjbvz*
**TypeScript Version**: 3.8.3
**Search Terms**
- go to definition
- require
- node / nodejs
---
```js
const { c } = require('./a');
c();
```
When I `CTRL + CLICK` `c`, I want to go to the definition of `c` inside `a.js`, not to the require statement.
Currently
- `g... | Bug | low | Minor |
574,298,576 | flutter | Semantic buttons in TextSpan with gesture recognizer weren't read consecutively. | Internal bug: b/150621008
The client is building a `TextSpan` via:
```dart
child: RichText(
text: TextSpan(
text: '',
children: [...]
```
Inside TextSpan there's a bunch of children that may or may not be "links". The links like this:
```dart
TextSpan(
text: someLoremIpsumText,
sty... | platform-android,framework,a: accessibility,customer: dream (g3),has reproducible steps,customer: peppermint,P2,found in release: 3.7,found in release: 3.10,team-android,triaged-android | low | Critical |
574,301,611 | godot | 3.2 Stable Mono - Exported standalone custom resource has default/null field values, arrays of custom resources work as expected | **Godot version:**
3.2 Stable Mono
**OS/device including version:**
Windows 10
**Issue description:**
Custom resources exported by themselves are not initialized properly. Ex:
```cs
public class MyCustomResource : Resource {
[Export]
public string Id { get; private set; } = "my resource id"
}
```
... | topic:dotnet | low | Critical |
574,335,711 | nvm | Support Node Aliases | Hey, I was wondering what it would take to get nvm to support these aliases?
https://github.com/nodejs/package-maintenance/issues/236
Is this something you are interested in? | feature requests | low | Major |
574,345,726 | flutter | Cupertino Date picker with Reachability in IOS accessibility on | ## Steps to Reproduce
<!-- You must include full steps to reproduce so that we can reproduce the problem. -->
1. Run `flutter create bug`.
2. Update the files as follows:
[bug 2.zip](https://github.com/flutter/flutter/files/4278733/bug.2.zip)
1. create an application that shows CupertinoDatePicker
2. ... | platform-ios,framework,a: accessibility,f: cupertino,customer: crowd,has reproducible steps,found in release: 3.3,found in release: 3.7,team-design,triaged-design | low | Critical |
574,366,716 | rust | Consider integrating with OSS-Fuzz? | (Similar to my issue for regex: https://github.com/rust-lang/regex/issues/650)
[OSS-Fuzz](https://google.github.io/oss-fuzz/) is a Google-provided service that can automatically and continuously fuzz OSS code and report bugs for discovered issues.
[The requirement for being accepted](https://google.github.io/oss-... | C-enhancement,T-compiler | low | Critical |
574,375,059 | rust | Very hard to read error when returning `?` from closure not returning Result or Option | The original code:
```rust
// '[' expr ']' | '(' argument* ')' | '.' ID | '->' ID | '++' | '--'
fn match_postfix_op(&mut self) -> SyntaxResult<Option<Locatable<impl Fn(Expr) -> ExprType>>> {
let needs_id = |this: &mut Self, constructor: fn(Box<Expr>, InternedStr) -> ExprType| {
let star... | C-enhancement,A-diagnostics,T-compiler,A-suggestion-diagnostics,D-papercut | low | Critical |
574,380,354 | rust | Improve diagnostics when a type does not impl a trait despite #[derive]'ing it |
_Originally posted by @simonbuchan in https://github.com/rust-lang/rust/issues/26925#issuecomment-593708712_
I think I would be a lot happier with the current situation with "just" adding more information to the compiler diagnostic.
At the moment, you get something like:
```
error[E0599]: no method named `clo... | C-enhancement,A-diagnostics,T-compiler | low | Critical |
574,382,232 | pytorch | autograd with TorchScript does not match finite differences | ## 🐛 Bug
Some code does not match finite differences (`torch.autograd.gradcheck`) if scripted. Below is a minimum reproducible example:
## To Reproduce
```python
import torch
torch.set_default_dtype(torch.float64)
def func(arg: torch.Tensor) -> torch.Tensor:
a = (arg * 1.001)[None]
b, = torch.u... | high priority,triage review,oncall: jit | low | Critical |
574,436,521 | rust | Tracking issue for more precise coroutine captures | Today, valid programs using coroutines (and async/await) are rejected by the compiler because it thinks certain values may be held across yields when they are not.
Examples / to do: (please add more as they come up)
- [x] https://github.com/rust-lang/rust/issues/57017
- [x] https://github.com/rust-lang/rust/issu... | A-type-system,E-hard,C-enhancement,T-compiler,A-coroutines,A-async-await,AsyncAwait-Triaged,T-types | medium | Major |
574,485,762 | storybook | MDX Props table doesn't display props of external library component | I have a use-case where I want to document in my storybook a material-ui component and get all of it's props to be displayed in the table.
As a naive approach, here was my mdx doc file:
```mdx
import { Meta, Story, Preview, Props } from "@storybook/addon-docs/blocks";
import { Button } from "@material-ui/core";
... | feature request,addon: docs,block: props | medium | Major |
574,486,204 | rust | Tracking Issue for the `avr-interrupt`/`avr-non-blocking-interrupt` calling convention/ABI | <!--
Thank you for creating a tracking issue! 📜 Tracking issues are for tracking a
feature from implementation to stabilisation. Make sure to include the relevant
RFC for the feature if it has one. Otherwise provide a short summary of the
feature and link any relevant PRs or issues, and remove any sections that ar... | T-lang,B-unstable,C-tracking-issue,WG-embedded,O-AVR,S-tracking-needs-summary,A-hardware-interrupts | low | Critical |
574,518,210 | scrcpy | Lock video rotation to landscape but display in portrait | Hello, please let me know if this is the right place to ask.
I'm having problem with screen rotation of the device, basically the screen orientation (portrait, 1080x1920) & input capture (click) are correct, but the video stream of the screen are not (c.f. screenshot 1 & output 1)
```
❯ ninja -Cx && ./run x --l... | rotation | medium | Major |
574,519,277 | flutter | [in_app_purchase] autoConsume should be false by default | By what it looks like, in_app_purchases autoCompletes transactions by default:
```
Future<bool> buyConsumable({@required PurchaseParam purchaseParam, bool autoConsume = true});
```
I presume those auto-consumed purchases are not verified against app licence and therefore might be spoofed. By setting `autoConsume`... | p: in_app_purchase,package,c: proposal,team-ecosystem,P3,triaged-ecosystem | low | Minor |
574,544,473 | flutter | Provide system font info in initial configuration on Linux | Material should be using the system font; on most platforms we have a specific font (Roboto, San Francisco, etc.) but on Linux we should be getting that information from the system. E.g., on Ubuntu it should be Ubuntu, but that wouldn't be right for Debian.
The current thinking is that we should query the system for... | framework,engine,platform-linux,c: proposal,a: desktop,P3,team-linux,triaged-linux | low | Major |
574,546,392 | go | net/http: improve proxy handling | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.14 darwin/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><b... | NeedsInvestigation | low | Critical |
574,578,042 | pytorch | torch::jit::script::Object::attr should throw AttributeError instead of RuntimeError | ## 🐛 Bug
Not doing so breaks the `hasattr` builtin, as per https://docs.python.org/3/library/functions.html#hasattr
## To Reproduce
```python
import torch
nt = torch.classes._TorchScriptTesting_PickleTester([3, 4])
print(hasattr(nt, "non_existent_attr"))
```
```
Traceback (most recent call last):
... | oncall: jit,triaged | low | Critical |
574,622,756 | angular | Enter and leave animations don't behave as expected with parent-child relationships | # 🐞 Bug report
### Affected Package
@angular/animation or @angular/core
### Is this a regression?
I've made a Stackblitz with Angular 9, 8 and 7. All versions have this problem.
### Description
There is a problem when you nest a component with an :enter and :leave animation inside a parent which is condit... | type: bug/fix,area: animations,freq3: high,P3 | medium | Critical |
574,694,383 | pytorch | ExceptionWrapper cannot handle exceptions with more than one argument | ## 🐛 Bug
_utils.py: ExceptionWrapper cannot handle exceptions with more than one argument
## To Reproduce
Steps to reproduce the behavior:
1. Create a DataLoader
2. Raise an error that takes multplie arguments in the constructor, eg. `urllib.error.HTTPError`
```
/torch/_utils.py", line 394, in reraise... | module: dataloader,module: error checking,triaged | low | Critical |
574,755,740 | rust | Resolving recursive traits with type parameters requires exponential memory in certain cases | This is an extremely niche case, but after asking about it on the rust community Discord I was told I should open an issue.
When trying to compile this code, the memory use (and compile time) increases exponentially with the nesting depth of `I`:
```rust
trait Op<S, T> {
type Result;
}
impl<
I: Op... | C-enhancement,A-trait-system,I-compiletime,T-compiler,I-compilemem,T-types,fixed-by-next-solver | low | Critical |
574,782,447 | flutter | hide the samples related commands from `flutter create` | We should hide the sample related commands from `flutter create`. IDEs don't call these anymore - they instead identify samples in-line in the source code you have open, and show hyperlinks to open the hosted versions of these samples in the generated docs.
And, the samples aren't pedagogical getting started flutter... | tool,P3,team-tool,triaged-tool | low | Minor |
574,793,352 | opencv | DNN - Add support for XNNPACK Target for NN acceleration on ARM Devices | I'd love to see XNNPACK as an inference engine for DNN, especially for running models on low-powered ARM devices. Thanks!
https://github.com/google/XNNPACK | optimization,feature,category: dnn,platform: arm | low | Minor |
574,813,616 | material-ui | Popover - Cannot close Popover when using screen reader (Voiceover w/ Safari on Mac and iPad) | - [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 😯
Currently you are unable to close a Popover when you are using a screen reader. I tested this on ... | accessibility,component: Popover | low | Major |
574,852,016 | flutter | flutter run (when spawned from external script) crashes when its stdin is written to | <!-- 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: crash,tool,has reproducible steps,P2,found in release: 3.0,found in release: 3.1,team-tool,triaged-tool | low | Critical |
574,855,027 | rust | [rustdoc] Fuzzy search in rustdoc should be configurable | I was in the std docs, and searched for "then" looking specifically for things that are "then" or "and_then". I ended up getting a LOT of results for "len"
I find that for things like grep, rg, search and replace, ctags, etc., when searching code, I want either exact matches, or exact machines (case insensitive).
... | T-rustdoc,C-feature-request | low | Minor |
574,859,197 | go | x/build: investigate possibility of supporting Go tests that require use of Docker in trybots/builders | We would like the trybots to be able to run a docker container.
The discovery site needs a postgres database to run tests, and we've been starting it in our CI with `docker run`.
An alternative would be to install postgres in the trybot image, but that's probably more difficult and definitely less general. | Builders,NeedsInvestigation,FeatureRequest | low | Major |
574,878,784 | TypeScript | Path based Code navigation to /index.js seems broken | - VSCode Version: 1.42.1
- OS Version: Mac OS
Steps to Reproduce:
Code navigation seems broken when you import by path and the file is actually in an index.js file.
There are a couple of scenarios relevant to developing in react-native
1. import from another package in a monorepo `import SomeComponent from 'co... | Suggestion,Experience Enhancement | low | Critical |
574,887,848 | TypeScript | Add extract to parameter refactoring for JS/TS in vscode | <!-- 🚨 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,Domain: Refactorings | low | Critical |
574,902,408 | go | text/template: JSEscape generates invalid JSON | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.14 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 | low | Critical |
574,905,367 | TypeScript | Inference from rest parameters has strange inconsistent results | ```ts
declare function foo(...x: readonly any[]): any
type FooParams = Parameters<typeof foo>;
declare function bar(...x: readonly number[]): any
type BarParams = Parameters<typeof bar>
```
**Expected**:
* `FooParams` is `any[]` or `readonly any[]`
* `BarParams` is `number[]` or `readonly number[]`
... | Needs Investigation | low | Major |
574,982,380 | flutter | Add platform screenshot capability to package:integration_test | add screenshot capability to e2e web integration tests.
These screenshots should be easy to trigger from the widget tests, but should be taken on the platform (by the browser's driver).
| a: tests,c: new feature,framework,customer: crowd,c: proposal,f: integration_test,P1,team-framework,triaged-framework | medium | Critical |
574,989,508 | node | Docs only shows version subset in navigation | * **Browser version**: Chrome Version 80.0.3987.106
* **Operating system**: macOS 10.14
When viewing a given API reference on the website, there's an option to view another version:
<img width="688" alt="Screen Shot 2020-03-03 at 11 13 02 AM" src="https://user-images.githubusercontent.com/2036040/75810734-fac8ae... | doc,meta | medium | Major |
574,993,073 | flutter | Engine repo should be able to run tests that depends on the framework. | This issue tracks the effort of making engine repo run flutter driver and e2e tests.
Flutter driver integration tests are not currently set up to be run in the engine.
When we fix engine code that is not directly testable in the engine, for example, platform view related code. We would need to create an integration... | framework,engine,c: proposal,P3,team-engine,triaged-engine | low | Major |
575,018,560 | TypeScript | Release Automation Meta Issue | We're trying to find ways to reduce the amount of manual work that a release requires. This currently includes
* [x] https://github.com/microsoft/TypeScript/issues/36863
* [ ] https://github.com/microsoft/TypeScript/issues/36864
* [ ] https://github.com/microsoft/TypeScript/issues/34818
More may be added to thi... | Infrastructure,Meta-Issue | low | Minor |
575,023,722 | pytorch | END_HANDLE_TH_ERRORS_PYBIND prevents pybind11 Exception translation | ## 🐛 Bug
[pybind11 allows exception translation](https://pybind11.readthedocs.io/en/stable/advanced/exceptions.html#built-in-exception-translation) by [catching and translating C++ exceptions](https://github.com/pybind/pybind11/blob/1376eb0e518ff2b7b412c84a907dd1cd3f7f2dcd/include/pybind11/detail/internals.h#L215).... | triaged,module: pybind | low | Critical |
575,030,805 | flutter | CupertinoBar color does not update with brightness, for dark mode. | <!-- 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... | framework,f: cupertino,has reproducible steps,found in release: 3.3,found in release: 3.7,team-design,triaged-design | medium | Critical |
575,032,351 | PowerToys | [Shortcut Guide] App specific guide for foreground app | App specific shortcut guide for any configured app using a modifier + foreground running application.
The Shortcut Guide would function normally with the Windows key long press, but what if you added a modifier key and getting an app specific Shortcut Guide to load when pressing a modifier key whilst the app X is i... | Idea-Enhancement,Product-Shortcut Guide | low | Major |
575,036,269 | rust | [libs] add recursive variant of `fs::read_dir` | ## Motivation
As part of the [`fs` module](https://doc.rust-lang.org/std/fs/index.html) there exist various recursive and non-recursive operations. `create_dir` and `create_dir_all`. `remove_dir` and `remove_dir_all`. But to read the contents of a directory there currently only exists [`read_dir`](https://doc.rust-l... | T-libs-api,C-feature-request | medium | Critical |
575,170,636 | rust | riscv: unable to use atomics with linker-plugin-lto | <!--
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.
-->
The following code compiles fine without `linker-plugin-lto`, but fails to compile when it is enabled:
```rust
#![no_std]
#![no_main]
use core::syn... | A-linkage,T-compiler,C-bug,WG-embedded,A-atomic | low | Critical |
575,197,216 | opencv | imread(3.4.8version) can not read old version jpg\png。may be JPEG ver 90 do not support ver62? | <!--
If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses.
If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute).
Please:
* Read the documentation to test with the latest de... | incomplete | low | Critical |
575,223,802 | godot | Strange flickering when Timer calls a function that adds an animated label | **Godot version:**
3.2
**OS/device including version:**
Windows 10 v1909
**Issue description:**
When calling a function that dynamically creates a ui object that shows text which is animated with a tween, it shows ok. But if a timer calls the function, it flickers.
**Steps to reproduce:**
unzip the project,and r... | bug,confirmed,topic:gui | low | Minor |
575,239,812 | rust | std::env members need to document "process global" risks. | I've hit a few bugs in various crate test suites where 2 different tests both modify POSIX ENV, and then execute code and assertions based on those changes.
Often, this works simply due to the code being fast enough, but you can randomly get weird failures due to the data races in `ENV`, due to `ENV` being shared be... | C-enhancement,T-libs-api,A-docs,A-process | low | Critical |
575,269,559 | pytorch | Support vars/__dict__ on torch.return_types tuples e.g. topk | It is sometimes useful to convert them to dict (for custom serialization purposes) and supporting `__dict__` method would be an idiomatic solution | triaged,enhancement | low | Major |
575,274,277 | go | runtime: ThreadSanitizer failed to allocate / CHECK failed | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.14 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,compiler/runtime | low | Critical |
575,288,541 | go | net: Interfaces() does not return all interfaces on Windows | <!-- Please answer these questions before submitting your issue. Thanks! -->
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13.4 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Y
### What operating system and processor architecture ar... | NeedsInvestigation | low | Critical |
575,331,189 | godot | Mono: AutoLoad inheriting Node still gives error: Script does not inherit a Node | ___
***Bugsquad note:** This issue has been confirmed several times already. No need to confirm it further.*
___
**Godot version:**
3.2 stable mono
**OS/device including version:**
Debian 10
**Issue description:**
```
E 0:00:00.662 start: Script does not inherit a Node: res://AutoLoad/GodotUtilities.... | bug,confirmed,topic:dotnet | high | Critical |
575,342,425 | flutter | [camera] Support for multiple cameras at once | I am trying to initialize multiple cameras at once just like a [bothie feature in nokia phones](https://www.lifewire.com/what-is-a-bothie-4158927),
<img src="https://images-eu.ssl-images-amazon.com/images/G/31/img17/Wireless/CEEX/Nokia8/ingress/1._CB514833683_.jpg" width=400>
As of now only one camera can be ini... | c: new feature,customer: crowd,p: camera,package,team-ecosystem,P3,triaged-ecosystem | high | Critical |
575,347,606 | pytorch | [docs] Unclear arg spec for torch.full | https://pytorch.org/docs/master/torch.html?highlight=torch%20full#torch.full
`fill_value – the number to fill the output tensor with.`
the arg spec or the arg description doesn't specify if the "number" must be Python scalar or if Torch scalar is also fine. It also doesn't specify if the device of the Torch scala... | module: docs,triaged,module: numpy | low | Minor |
575,352,053 | go | x/mobile: gomobile version doesn't work when not checked out under GOPATH or not built in GOPATH mode |
### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.13.4 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
yes
### What operating system and processor architecture are you using (`go env`)?
amd64
linux
### What did you do?
gomobile vers... | NeedsInvestigation,mobile | low | Critical |
575,352,272 | TypeScript | JSDoc: @inheritDoc disregards optionality of parameters from parent class method | <!-- 🚨 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,Effort: Difficult,Domain: JSDoc,feature-request | low | Critical |
575,415,766 | neovim | :redir terminated by signal SIGABRT | <!-- Before reporting: search existing issues and check the FAQ. -->
- `nvim --version`: `NVIM v0.5.0-415-gf8f41d088`
- `vim -u DEFAULTS` (version: 8.1.2292) works
- Operating system/version: osx Catalina
### Steps to reproduce using `nvim -u NORC`
```
nvim -u NORC -c 'redir @*| exe "!ls" | redir END'
```
... | bug | low | Minor |
575,436,795 | TypeScript | Guidance on reducing heap usage of large typings? | I maintain google/schema-dts which generates typings for schema.org JSON-LD. The generated typings are ~10k loc and involves a lot of type unions (e.g. Thing can be Organization or CreativeWork or Person or ...), and these can get pretty nested.
Compiling these works for me and the vast majority of users. But I get ... | Docs | low | Critical |
575,440,939 | godot | Instancing certain scenes in threads is extremely slow | **Godot version:**
3.2.stable.official
**OS/device including version:**
Ubuntu 19
**Issue description:**
When calling `load(path).instance()` in a thread, I would expect the performance to be similar as outside of a thread, maybe slightly slower. With certain scenes, this is the case. For example, instancing a... | topic:core,confirmed,performance | low | Major |
575,463,920 | rust | false negative unused_mut: if let x .. = &mut | ````rust
fn main() {
let mut word = "hello".to_string();
if let Some(_) = &mut word.chars().last() { // here
word.push_str(" word");
}
println!("{}", word);
}
````
In this example, the `mut` in `if let Some(char) = &mut word.chars().last() {` is redundant but the compiler issued no wa... | A-lints,A-borrow-checker,T-compiler,C-bug | low | Minor |
575,545,748 | youtube-dl | Site support request : NRJ.fr (podcasts) | <!--
######################################################################
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 |
575,569,082 | flutter | Support simple dragging | In some cases it would be great to be able to drag widgets (like dialogs) inside the dimensions of the phone or inside a widget without exchaning any data or having a specific drop target - i. e. moving a dialog to see what is below it.
Draggable and DropTarget seems to be disproportionate and to complicated to impl... | c: new feature,framework,P3,team-framework,triaged-framework | low | Minor |
575,581,501 | go | x/text/language: Match() choses the wrong Tag | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.14 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 | low | Critical |
575,664,648 | flutter | Support for @2x, @3x, etc naming convention for images | <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you hav... | tool,framework,a: assets,a: images,c: proposal,P3,team-framework,triaged-framework | low | Critical |
575,676,338 | pytorch | RuntimeError with torch.unique: radix_sort: failed on 2nd step: invalid argument | ## 🐛 Bug
Hello, I encountered the following error when using `torch.unique` inside my code:
```
File "/new_envs/lib/python3.7/site-packages/torch/functional.py", line 471, in unique
return_counts=return_counts,
RuntimeError: radix_sort: failed on 2nd step: invalid argument
```
The line causing this prob... | module: cuda,triaged,module: sorting and selection | medium | Critical |
575,740,681 | youtube-dl | Add Vlare support | <!--
######################################################################
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 |
575,740,829 | pytorch | CustomFromMask pruning stores a copy of the user-provided mask | ## 🐛 Bug
(Not a bug, strictly speaking, because it doesn't compromise correctness, but still an issue because it affects model size).
The pruning method called `CustomFromMask` in `torch/nn/utils/prune.py` is designed to prune parameters by applying a user-provided mask. An instance of this class is then attached ... | module: nn,triaged,module: pruning | low | Critical |
575,805,206 | rust | More precise drop elaboration | #68943 and #68528 changed drop elaboration to reduce the number of `Drop` terminators emitted for enums. Originally, these PRs were intended only to solve #66753, but they also resulted in [significant perf improvements](https://perf.rust-lang.org/compare.html?start=a8437cf213ac1e950b6f5c691c4d2a29bf949bcd&end=d9051341... | C-enhancement,I-compiletime,T-compiler,A-MIR | low | Critical |
575,832,354 | storybook | MDX: sbdocs classes are applied to html elements, and they collide with styles applied from classnames. | **Describe the bug**
Storybook CSS is cancelling out CSS for classNames that I'm writing.
**To Reproduce**
1. Create a `.mdx` file with the following:
```
import { Meta } from "@storybook/addon-docs/blocks";
<Meta title="Foo/Bar" />
<Preview>
<h2 className="font-big">Hello World</h2>
</Preview>
`... | question / support,theming,addon: docs,mdx | medium | Critical |
575,863,886 | rust | Confusing diagnostics where the error mentions Sized but not that a trait bound is not implemented (where it would be for a Sized type). | This comes from the [user forum](https://users.rust-lang.org/t/wrapping-boxed-errors/38951), [playground](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=66943a8d8e850922681779926208b1fd), moved from #27964:
```rust
use std::error::Error;
fn library_function<F1, E1>(f1: F1) -> Result<(), E... | C-enhancement,A-diagnostics,T-compiler,D-terse | low | Critical |
575,864,081 | go | x/build/cmd/gopherbot: check if next release release branch exists before considering it for backports | It occurred to me know that we can implement a better heuristic. If a release branch for the next version of Go does not exist yet, gopherbot should not consider creating a backport issue for that version.
Related to #37672.
/cc @toothrot @cagedmantis | Builders,NeedsInvestigation | low | Minor |
575,880,065 | TypeScript | VSCode Angular 9 Auto-Import for Custom Libraries |
*TS Template added by @mjbvz*
**TypeScript Version**: 3.8.3
**Search Terms**
- angular
---
I'm currently building an Angular 9 Library using VSCode (version 1.42.1 on MAC OS). I followed the Angular Tutorial on how to create libraries - https://angular.io/guide/creating-libraries.
I also added schemat... | Needs Investigation | low | Major |
575,901,157 | flutter | ImageFilter.matrix and ImageFiltered do not provide an origin alignment property | The following gist is an example of how to use a `Transform` widget or an `ImageFiltered` widget to achieve a similar effect. The `Transform` widget will render its child anew with each change of the matrix, but the `ImageFiltered` widget will use a simpler, possibly more cacheable, pixel filter on the untransformed ch... | engine,a: images,has reproducible steps,P2,found in release: 3.3,found in release: 3.7,team-engine,triaged-engine | low | Major |
575,917,209 | pytorch | `torch.norm` is 113x slower than `torch.sqrt(a**2 + b**2)` | ## 🐛 Bug
`torch.norm` is really slow compared to `torch.sqrt(a**2 + b**2)`. The specific `input_` size is based on the output of `torch.stft`.
## To Reproduce
```python
import torch
import timeit
import numpy
input_ = torch.randn(500, 1000, 2)
def version_one(input_):
a, b = input_.unbind(-1)... | module: performance,triaged,module: linear algebra | low | Critical |
575,949,484 | TypeScript | Allow narrowing type based on others properties when creating a new object | ## Search Terms
- narrowing type
## Suggestion
Currently, TypeScript isn't narrowing the type based on others properties that is defined while creating a new object. For example. Let's say the we have the following function:
```ts
type TParams = { kind: 'name', value: string } | { kind: 'age', value: numbe... | Suggestion,Awaiting More Feedback | low | Minor |
575,951,897 | flutter | floating SliverAppBar keep elevation when hidden | ## Use case
In google news for example the shadow stays visible even if the appbar is scrolled away.
So you have a small shadow below the status bar when the appbar is hidden.
## Proposal
It would be nice if this would be possible with SliverAppBar. | framework,f: material design,c: proposal,team-design,triaged-design | low | Minor |
575,963,841 | flutter | Plugin linking fails using local engine: Flutter.framework/Flutter, building for iOS-arm64 but attempting to link with file built for iOS Simulator-x86_64 | Similar to https://github.com/flutter/flutter/issues/50568 but for plugins when building with a non-fat local engine (only x86 or only arm)
```
ld: warning: ignoring file /Users/m/Downloads/app5/ios/Flutter/Flutter.framework/Flutter, building for iOS-arm64 but attempting to link with file built for iOS Simulator-x8... | tool,t: xcode,P2,team-tool,triaged-tool | low | Critical |
575,981,409 | kubernetes | systemd specs should be in-repo | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
https://git... | kind/bug,sig/release,lifecycle/frozen,needs-triage | medium | Critical |
575,995,951 | electron | Request for webview full page capture API | ### Problem Description
I'm working on an app that renders a URL in `<webview>` and takes screenshots from it. `<webview>.capturePage([rect])` API can be used to capture the visible content but there is no way to capture the **entire page length** i.e content beyond the visible region with scrollbar. I have tried cha... | enhancement :sparkles: | low | Major |
576,067,357 | go | spec: disallow duplicate keys via variables in keyed constructors | <!--
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 go1.13.8 darwin/amd64
</pre>
### Does this issue reproduce with the l... | NeedsDecision | low | Critical |
576,080,743 | go | runtime: save CPU registers for the frame calling runtime.sigpanic | When a OS signal/exception causes a panic a call to runtime.sigpanic is pushed onto the goroutine stack but a debugger has no way to recover the state of the CPU registers for the frame that caused the signal to happen. Having them would be useful for debugging optimized executables (where some variables may be registe... | NeedsInvestigation,Debugging,compiler/runtime | low | Critical |
576,109,681 | flutter | AndroidView and UiKitView are not clickable | As the title suggests i'm using the androidView to display a particular image.
The problem is that AndroidView is not clickable, wrapping it in a gesturedetector the onTap is never called when i click the widget,but onTapCancel,onDoubleTap,onLongPress can working
```java
GestureDetector(
onTap: (){ print... | framework,engine,f: gestures,a: platform-views,has reproducible steps,P2,found in release: 3.7,found in release: 3.8,team-engine,triaged-engine | low | Major |
576,133,072 | vue | Vue form inputs broken on IE11 on browser refresh | ### Version
2.6.11
### Reproduction link
[https://codepen.io/affeman/pen/LYVzzYw](https://codepen.io/affeman/pen/LYVzzYw)
### Steps to reproduce
Not reproducible in CodePen but the code is the same used in the Vue official documentation (See below)
1. Go to https://vuejs.org/v2/guide/forms.html#... | browser quirks | low | Critical |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.