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 |
|---|---|---|---|---|---|---|
682,048,562 | go | x/pkgsite: establish guidelines for feature development for pkgsite | Following up on https://github.com/golang/go/issues/40612#issuecomment-676587998, the pkgsite team is working on processes to give users time to give feedback on large feature changes, before these features are live in production. These processes include:
- [x] Creating [milestones](https://github.com/golang/go/mile... | Documentation,NeedsInvestigation,pkgsite | low | Minor |
682,075,308 | material-ui | [core] Use hard tabs in the source for accessibility | <!-- Provide a general summary of the feature in the Title above -->
<!--
Thank you very much for contributing to Material-UI by creating an issue! ❤️
To avoid duplicate issues we ask you to check off the following list.
-->
<!-- Checked checkbox should look like this: [x] -->
- [x] I have searched the ... | accessibility,core | low | Major |
682,087,829 | pytorch | Cannot find CUDA devices when the machine stays idle for a while | From this discussion: https://discuss.pytorch.org/t/pytorch-suddenyl-stops-recognising-gpu/93384
> I am using PyTorch through Anaconda Environment and something weird happens. While working or if I leave the machine for some time and come back, PyTorch stops recognizing the GPU. And the only way it starts recognizin... | module: cuda,triaged | low | Critical |
682,131,894 | godot | GLTF Importer fails to import if compression is off | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
844251596fb6ceaaeef521611ea32e138b1adc3b
**OS/device including version:**
pop OS, 1080ti
**Issue description:**
When trying to reimport the m... | bug,topic:rendering | low | Critical |
682,146,277 | storybook | Component-level css not loading into stories | I created a react app using create-react-app, and added a button component, a css for the button. When I load the story for the button, the styles are not loaded for the button. Pasting below, the related files. Is there any configuration that I am to do, to get this up and running with styles?
[github repo for the ... | question / support,react,cra | medium | Critical |
682,147,971 | storybook | Canvas crashes with ForwardRef's error when selecting component from controls select dropdown | **Describe the bug**
Storybook's Canvas is crashing with ForwardRef errors when switching between dropdown controls, where the value is a React component. A valid use case being Material-UI Button's endIcon /startIcon props.
The initial render using the provided prop `endIcon={<div>initial</div>}` is rendering c... | feature request,has workaround,addon: controls | low | Critical |
682,148,149 | react-native | TextInput onContentSizeChange returns incorrect layout size instead of content size on Android | ## Description
The `onContentSizeChange` prop of the `TextInput` component does not work on Android as it does on iOS. On Android it seems to be returning the layout height and width of the `TextInput` view, rather than the height and width of the text.
This same issue has been reported before in https://github.com... | Component: TextInput,Platform: Android,Needs: Triage :mag:,Never gets stale | medium | Critical |
682,167,355 | vscode | Add ability to apply custom icon to Custom Editors | <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
With webviews, we can add icons we like to the w... | help wanted,feature-request,api,custom-editors | low | Major |
682,181,925 | TypeScript | TypedPropertyDescriptorMap<T> | <!-- 🚨 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 |
682,239,346 | TypeScript | Intellisense doesn't find variable in tsconfig's "paths" directory in parent folder | *TS Template added by @mjbvz*
**TypeScript Version**: 4.1.0-dev.20200818
**Search Terms**
- tsconfig
- auto import
---
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues ... | Needs Investigation | low | Critical |
682,263,847 | go | proposal: sync: add WaitContext to WaitGroup | #### background
Some times when using a `sync.WaitGroup`, I want to bound the whole action with a timeout.
I thought this had been called out in #39863 or some [other issue](https://github.com/golang/go/issues?q=is%3Aissue+sync.waitgroup+context.Context+), but I could not find anything.
#### description
We shou... | Proposal | low | Critical |
682,404,159 | flutter | clang-format incorrectly orders primary header in unit tests | Recently, when clang-formatting `*_unittests.cc` files in the engine, it's moving the primary header (i.e., the header for the class/file under test) down with all the other headers instead of leaving it first. I believe this is a regression, but I'm not 100% certain.
See https://github.com/flutter/engine/pull/20651... | team,engine,P2,team-engine,triaged-engine | low | Minor |
682,503,441 | godot | SoftBody shoots from point zero [GLES2] | <!-- 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. -->
Godot 3.2.3.rc (a6ef6b10b2)
**OS/device including version:**
<!-- Specify GPU model, dri... | bug,confirmed,topic:physics | low | Major |
682,514,340 | pytorch | Set SummaryWriter step globally | ## 🚀 Feature
Ability to set the step in `SummaryWriter` globally.
## Motivation
If you write a bunch of logs, passing in the steps to each is verbose:
```py
writer = SummaryWriter(f"/runs/{datetime.now():%m.%d-%H:%M:%S}")
for batch, (samples, labels) in enumerate(loader):
# ...
writer.add_sca... | oncall: visualization | low | Minor |
682,559,644 | pytorch | CUDA error: an illegal memory access was encountered (laugh_kernel at ...../cuda/CUDALoops.cuh:112) | ## ❓ Questions and Help
### Please note that this issue tracker is not a help form and this issue will be closed.
We have a set of [listed resources available on the website](https://pytorch.org/resources). Our primary means of support is our discussion forum:
I got two errors and I have no idea to fix it. I n... | module: cuda,triaged,module: cublas | low | Critical |
682,563,637 | create-react-app | create-react-app public, src,and scripts folder not created | Need Help
----------------------
use : `npx create-react-app react-app-test`


Not inst... | priority: low (needs more information),stale,issue: install problem | low | Major |
682,583,394 | opencv | Add colmap txt and bin importer | COLMAP is one of the most popular open source SfM 3D reconstruction Tool with state of the art contributions from top researchers.
I think it would be nice if OpenCV would have the capabilities of importing a 3d reconstruction consisting of 3d map points, 2d-3d correspondences, intrinsics of the different cameras an... | feature,future | low | Minor |
682,592,828 | TypeScript | Support generics on first class functions | <!-- 🚨 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 |
682,642,314 | pytorch | torch.utils.tensorboard.SummaryWriter.add_histogram() execution time explodes with each epoch. | ## ❓ Questions and Help
After each training epoch I log histograms of model parameters using _SummaryWriter.add_histogram()_. When I set _weight_decay=0_ in my optimizer everything works as expected (see left image below). However, when I set weight decay to some non-zero value, e.g. _weight_decay=0.1_, the histogram ... | oncall: visualization | low | Minor |
682,648,890 | TypeScript | [Request] Warn on void && Short circuit | ## Suggestion
Typescript should warn that `expr` will never be evaluated in the following
```ts
void [condition] && [expr]
```
## Example
```ts
const bar = () => void condition && foo();
``` | Suggestion,Awaiting More Feedback | low | Minor |
682,663,370 | flutter | Debugger: the stop button does not stop the app | ## Steps to Reproduce
1. Start-debug any flutter app in Android Studio
2. Click the stop button
**Expected results:** IDE stops debugging and the app terminates
**Actual results:** IDE stops debugging but the app keeps working on the device
Command line `flutter run` and then 'q' works so it has to be an I... | e: device-specific,platform-android,tool,P2,team-android,triaged-android | low | Critical |
682,700,989 | TypeScript | Service worker types for service worker event listener | <!-- 🚨 STOP 🚨 STOP 🚨 STOP 🚨
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
Please help us by doing the following steps before lo... | Bug,Help Wanted,Domain: lib.d.ts,PursuitFellowship | low | Critical |
682,704,740 | opencv | ONNX loader : does not support "ones_like" | ##### System information (version)
- OpenCV => 4.4
- Operating System / Platform => Ubuntu 18.04
- Compiler => gcc/g++ 8.4.0
##### Detailed description
Trying to load an onnx model and i get the stack trace:
```
opencv-4.4.0/modules/dnn/src/dnn.cpp:604: error: (-2:Unspecified error) Can't create layer "ones_... | feature,priority: low,category: dnn,category: dnn (onnx) | low | Critical |
682,714,197 | go | net/http: ResponseHeaderTimeout not honoured - response from server not visible to implementing part | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.15 windows/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes it does
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go env</code> Output<... | NeedsInvestigation | low | Critical |
682,736,443 | rust | Unused `format!()`s are not optimised away | I was slightly surprised to see that code like this:
```
pub fn foo() {
format!("Hello {}", 4);
}
```
does not get optimised to a nop. It still calls `format!()`. This is surprising from a user point of view - you're calling a function, but it seems like it has no side effects and I don't use the result, ... | I-slow,T-compiler,A-mir-opt | low | Critical |
682,781,792 | react-native | .measure returns undefined on Android unless collapsable=false or onLayout are specified | ## Description
If you call `.measure` on a ref to a `View` on Android but you don't also have `onLayout` or `collapsable={false}` specified then `.measure` will call its success callback with `undefined`.
This issue got closed but it was never fixed https://github.com/facebook/react-native/issues/3282
Seems it go... | Platform: Android,Needs: Triage :mag:,Needs: Repro | high | Critical |
682,804,193 | godot | Go to the defination shows wrong doc with the same identifier in diffrent bases. | **Godot version:** 3.2.2
**OS/device including version:** Linux
**Issue description:** As the title says if I ctrl+click on `print` identifier in any base it always goes to `@GDScript.print`. It seems that this only happens with the global scope.
**Steps to reproduce:**
1. Copy the script below and ctrl+cl... | bug,topic:gdscript,topic:editor | low | Minor |
682,815,214 | go | x/tools/gopls: consider moving methods inside its type in outline view | It would be nice if we could look at some type in outline view and see all of the methods declared on that type in one place.
At the moment type and its methods separated

| Thinking,FeatureRequest,gopls,Tools | low | Major |
682,942,923 | godot | RigidBody box collision shape failing collision detection through convex and concave shapes when impulse is applied, on Bullet | **Godot version:**
3.2.2-stable_win64; 3.2.3-beta1_win64; 3.2.3-rc3_win64;
**OS/device including version:**
Windows 10, 64bit
**Issue description:**
When applying a moderate to strong impulse to a RigidBody (BoxShape), the body will very often go through both ConvexPolygonShape and ConcavePolygonShape (cre... | bug,confirmed,topic:physics | medium | Critical |
682,966,470 | flutter | localeListResolutionCallback fires multiple times and reports incorrect locale list | NOTE: I've created a public repo with a demonstration project in it to save time for someone who wants to look into this. It is
[here](https://github.com/nhwilly/resolution_callback).
## Problem 1 - Callback fires multiple times when language changes
When launching the app, this callback is fired once, as per ... | framework,a: internationalization,has reproducible steps,P2,found in release: 3.7,found in release: 3.10,team-framework,triaged-framework | low | Major |
683,024,789 | pytorch | backward for dense+sparse does not work | ## 🐛 Bug
## To Reproduce
```
a=torch.randn(2,3).to_sparse().requires_grad_(True)
c=torch.randn(2,3)
sum2=c+a
loss=sum2.sum()
loss.backward()
```
results in
```
Function AddBackward0 returned an invalid gradient at index 1 - expected type TensorOptions(dtype=float, device=cpu, layout=Sparse, requires_gr... | module: sparse,module: autograd,triaged | low | Critical |
683,055,834 | godot | Vulkan: Viewport's `keep_3d_linear` property not reimplemented yet | **Godot version:** Git 4e52c75a981f3704a01f702ffd14cc626ea32ec7
**OS/device including version:** Fedora 31, GeForce GTX 1080 (NVIDIA 440.100)
**Issue description:** Viewport's `keep_3d_linear` property hasn't been reimplemented yet in the Vulkan renderer. That property is available in 3.2.2.
**Steps to reprodu... | topic:rendering,topic:3d | low | Major |
683,066,961 | flutter | The method 'getElementForInheritedWidgetOfExactType' was called on null | Internal: b/165559233
Stacktrace:
Thread 0 main thread CRASHED
```
NoSuchMethodError: The method 'getElementForInheritedWidgetOfExactType' was called on null.
Receiver: null
Tried calling: getElementForInheritedWidgetOfExactType()
at Actions._visitActionsAncestors (actions.dart:457)
at Actions.invoke (act... | a: text input,framework,customer: money (g3),f: focus,P2,c: fatal crash,team-framework,triaged-framework | low | Critical |
683,074,345 | flutter | Safe area padding differs per platform on device with cutout in fullscreen | Android reports 0 if SystemChrome is hidden iOS does not.
What is the intended behaviour?
## Steps to Reproduce
<!-- You must include full steps to reproduce so that we can reproduce the problem. -->
1. Create fresh project:
2. Change two files:
A: To enable true fullscreen on Android modify styles.xml... | platform-android,framework,engine,a: layout,has reproducible steps,P2,found in release: 3.7,found in release: 3.10,team-android,triaged-android | low | Major |
683,075,433 | pytorch | Remove warning, and update documentation. | As mentioned [here](https://github.com/pytorch/pytorch/pull/31125#issuecomment-673654283), the warning in LambdaLR should be removed and replaced by a simple note in the load/save state_dict documentation.
cc @jlin27 @vincentqb @gchanan | module: docs,module: optimizer,triaged | low | Minor |
683,087,660 | TypeScript | Show constructor jsdoc when constructing a class | <!-- 🚨 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... | Bug,Help Wanted,Domain: Quick Info,PursuitFellowship | low | Critical |
683,089,100 | excalidraw | Allow setting shouldForceLoadScene from url parameter | I'd like to be able to force an iframe to load a new scene. It would be nice to be able to add a hash parameter to have it not pop up the warning. | enhancement | low | Minor |
683,093,638 | flutter | Accessibility scroll in iOS does not match native | ```dart
import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
void main() => runApp(MaterialApp(home: MyTabbedPage()));
class MyTabbedPage extends StatefulWidget {
@override
_MyTabbedPageState createState() => _MyTabbedPageState();
}
class _MyTabbedPageState extends State<MyTa... | platform-ios,framework,a: accessibility,a: fidelity,f: gestures,has reproducible steps,P2,found in release: 3.9,team-ios,triaged-ios | low | Minor |
683,103,361 | go | x/pkgsite: change browser URL to canonical path | If the URL passed to the frontend is `path@version`.
it resolves this internally to `module@version/suffix`.
and all the links it puts on the page have this form. However, the
browser URL still says "path@version".
We could use `window.history.replaceState` to change the browser URL without a page reload. Acc... | help wanted,NeedsInvestigation,pkgsite | low | Minor |
683,107,919 | go | x/pkgsite: improve documentation on worker architecture and how documentation is rendered | Add the following:
- [ ] Describe and link to worker endpoints in [server.go](https://go.googlesource.com/pkgsite/+/refs/heads/master/internal/worker/server.go#93) to doc/worker.md
- [ ] Describe how packages are added, and link to module proxy documentation:
- https://golang.org/cmd/go/#hdr-Module_proxy_protoco... | Documentation,help wanted,NeedsFix,pkgsite | low | Minor |
683,160,360 | pytorch | torch.load(.., map_location='cpu') fails when unserializing cuda tensors on a cpu-only device serialized with pickle | ## 🐛 Bug
`torch.load(X, map_location='cpu')` fails when unserializing cuda tensors on a cpu-only device if `X` is, for example, a list of tensors serialized with `pickle.dump`.
## To Reproduce
Steps to reproduce the behavior:
1. Create cuda tensors on gpu-capable device
1. Serialize said tensors as a list... | module: pickle,module: serialization,triaged | low | Critical |
683,174,337 | flutter | Consider adding initialization callback to runApp | Developers often need to run some set of behaviors near app initialization that require various Flutter services. The typical remedy is to invoke some kind of direct initialization of an internal Flutter binding before calling `runApp()`, for example:
```dart
void main() {
WidgetsFlutterBinding.ensureInitialized... | framework,customer: crowd,c: proposal,a: annoyance,P3,team-framework,triaged-framework | medium | Critical |
683,181,728 | pytorch | [JIT] Using Any type variable inside can produce incorrect results due to type unification problems | ## 🐛 Bug
If a variable is defined outside of an `if` with `Any` type and then mutated inside the `if`, the variable will not appear as an output of the `if`, potentially leading to incorrect results.
## To Reproduce
```
import torch
from typing import Any
def fn(x) -> Any:
a: Any = "four"
if x.shap... | oncall: jit,weeks | low | Critical |
683,199,969 | pytorch | OffsetCalculator.cuh(and THCIntegerDivider.cuh) should be available with PyTorch cpu-only binaries | OffsetCalculator is a crucial component of torchcsprng: both CPU and CUDA RNGs uses it. Unfortunately I had to copy those headers to torchcsprng because they are available only with CUDA-enabled binaries. I'd like to rename them from `.cuh` to `.h` and put them with CPU headers.
PS: OffsetCalculator doesn't depend o... | module: internals,triaged,better-engineering,csprng | low | Minor |
683,200,416 | rust | UI test failures with parallel-compiler=true | I changed the `config.toml` to say
```
parallel-compiler = true
```
and ran `x.py test`.
I got this result:
```
failures:
[ui] ui/associated-types/defaults-cyclic-fail-1.rs
[ui] ui/associated-types/defaults-cyclic-fail-2.rs
[ui] ui/privacy/privacy2.rs
[ui] ui/privacy/privacy3.rs
... | A-testsuite,T-compiler,C-bug,WG-compiler-parallel | low | Critical |
683,208,085 | TypeScript | Contextually type 'await ...' whose value is unused to 'void | PromiseLike<void>' | ## Search Terms
contextual type await void
## Suggestion
When contextually typing an `await` whose expression is unused, we should use the contextual type of `void`:
```ts
// "today" assumes https://github.com/microsoft/TypeScript/pull/39817
async function foo() {
// today: Promise<unknown>
// propo... | Suggestion,Experimentation Needed | low | Minor |
683,216,971 | flutter | [in_app_purchase] Purchase stream only delivers pending purchases once per app session | **Situation:**
When I start my app I subscribe to the `purchaseUpdatedStream` to receive any pending purchases that were not previously handled.
```dart
InAppPurchaseConnection
.instance
.purchaseUpdatedStream
.listen(...);
```
**Problem:**
The stream only produces the purchases one... | p: in_app_purchase,package,a: annoyance,team-ecosystem,P3,triaged-ecosystem | low | Minor |
683,220,048 | pytorch | Abort message: ‘terminating with uncaught exception of type c10::Error: _ivalue_ INTERNAL ASSERT FAILED at ../torch/csrc/jit/api/object.cpp:19, please report a bug to PyTorch. (_ivalue at ../torch/csrc/jit/api/object.cpp:19) | ## 🐛 Bug
When i’m loading a pt file in c++:
> Abort message: 'terminating with uncaught exception of type c10::Error: _ivalue_ INTERNAL ASSERT FAILED at ../torch/csrc/jit/api/object.cpp:19, please report a bug to PyTorch. (_ivalue at ../torch/csrc/jit/api/object.cpp:19)
## To Reproduce
I just write a new ... | oncall: jit,oncall: mobile | low | Critical |
683,235,094 | TypeScript | Improve error messages for return values within annotated arrow functions. | ## Search Terms
Domain: Error Messages arrow function annotation fresh return type
## Suggestion
Currently, when an arrow function is annotated with a function signature type, any errors which occur point to the variable being assigned. Here's an example:
```tsx
type SplitName = (name: string) => {
fi... | Suggestion,Experience Enhancement | low | Critical |
683,348,675 | TypeScript | Allow export type for module = none | <!-- 🚨 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,In Discussion | low | Critical |
683,439,574 | rust | 0x prefix for hexadecimal and pretty-printed Debug cannot be specified separately in std::fmt | In `std::fmt`:
- `x` prints integers in hexadecimal format
- `#x` prefixes hexadecimal numbers with a 0x
- `#?` pretty-prints the Debug formatting (e.g. one vector element per line)
The problem is that those are not orthogonal. `#x?` will both add 0x and pretty-print. There does not seem to be a way to get one b... | T-libs-api,C-feature-request | low | Critical |
683,461,914 | react | Discussion: Async cleanups of useEffect | Hi 👋
I've been asking about this on Twitter but was told that the issues here might be better to discuss this stuff.
My general concern is that async cleanups might lead to weird race conditions. It may be unwarranted but the concept itself sounds quite alarming to me and I'd like to discuss this, if possible.
... | Type: Discussion | medium | Critical |
683,465,098 | TypeScript | [pedantic] Disallow access member from any 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,In Discussion | low | Critical |
683,472,873 | storybook | addon-docs: No props for component in node_modules | **Describe the bug**
I've created a mono repo which holds a component package and a cra+stroybook+ts project. The storybook project installs and imports the component package in its stories, but docs does not show the props of the component.
- component package correctly builds dist and types
- if I create a com... | feature request,block: argstable | medium | Critical |
683,494,130 | godot | Global keybind on key 'L' when Godot is opened via symlink | <!-- 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. -->
- Godot_v3.2.2-stable_mono_win64
**OS/device including version:**
<!-- Specify GPU model, ... | bug,platform:windows,topic:porting | low | Minor |
683,503,798 | TypeScript | Add type operators that can answer "given function type T, what is the type of its return value when arguments P are passed in?" | <!-- 🚨 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 | medium | Critical |
683,522,424 | flutter | Chmod error while trying to run the default project | When I try to run the default project using `flutter run`, the gradle task "assembleDebug" fails because of a chmod command that cannot run.
<details>
<summary>logs</summary>
```
[ +79 ms] executing: [/home/alexandre/snap/flutter/common/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
... | c: crash,tool,t: gradle,platform-linux,P2,team-tool,triaged-tool | low | Critical |
683,524,570 | TypeScript | Add alternative to `extends` that performs shallow excess property checking | <!-- 🚨 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 |
683,527,572 | pytorch | ModuleDict does not preserve order of initializing dictionary | ## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
## To Reproduce
```
>>> torch.nn.ModuleDict({'b': torch.nn.Linear(10, 10), 'a': torch.nn.Linear(20, 20)})
ModuleDict(
(a): Linear(in_features=20, out_features=20, bias=True)
(b): Linear(in_features=10, out_features=10, bias=True)
)
... | module: nn,triaged | low | Critical |
683,542,556 | PowerToys | Provide an SVG WIC codec to enable the use of SVG in many applications | SVG is a great format but most applications cannot use it directly, forcing people to export their vector graphics to PNG images before using them in most apps.
To improve the use of SVG in Windows, a WIC (Windows Imaging Component) decoder (input codec part only) could be provided. Any application that uses WIC to al... | Idea-New PowerToy | low | Major |
683,616,114 | terminal | Pane opening animation should not flash the default pane backdrop | ##### follow up to #7364
When we open a new pane there's a brief time when you can see the pane background color as the new pane slides in. This is because we _immediately_ create the Row/Col definitions, so even if we animate the first pane getting smaller, the first pane only has half the parent grid to render int... | Help Wanted,Area-UserInterface,Product-Terminal,Issue-Task,Priority-3 | low | Minor |
683,642,909 | go | mailing lists: build a permanent archive at ml.golang.org | As of recently, it looks like a Google account is required to access Google Groups.
For example, loading this security release announcement on mobile or in an incognito tab leads to a login page:
https://groups.google.com/g/golang-announce/c/NyPIaucMgXo/m/GdsyQP6QAAAJ
This is plainly unacceptable for announcemen... | NeedsInvestigation,Community | low | Major |
683,649,198 | material-ui | [Popper] Leverage ResizeObserver | https://codesandbox.io/s/practical-kalam-jz2ew?file=/src/Demo.js
open the popper by clicking on the button
1. When scrolling (fast) it does not remain in position but jiggles around
2. When using "keepMounted" open the popper, close it -> additional white space at bottom of page
3. When the height of the conten... | new feature,component: Popper | low | Major |
683,650,334 | godot | Extended Resource's resource_name not shown over remote scene view | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
3.2 branch commit 9bf5a0b791faf8e960bdb07009b5fe8003206e4f
**OS/device including version:**
Arch Linux
**Issue description:**
And extended `R... | bug,topic:editor,confirmed | low | Minor |
683,654,894 | flutter | [flutter_driver] Remove timeout parameters, which cause flakiness/incorrect tests | The timeout parameter for `waitFor` commands only affect the host-side Future. The serialized command sent to client continues to execute on every frame. If the condition is never met, it affects the performance measurements significantly. | tool,t: flutter driver,a: quality,c: proposal,P3,team-tool,triaged-tool | low | Major |
683,704,845 | next.js | Hot Reloading not working in Next.js 9 using custom routing, styled components and withApollo example | # Bug report
We are running `"dev": "cross-env NODE_ENV=development babel-node src/server.js",` to start nextjs in dev mode from our server.js file
We see the compiled successfully message when making changes to the pages/components folder
, or create a new app just for iOS.
This test verifies that tap gestures are forwarded to a child view.
cc @cyanglaz | a: tests,platform-ios,engine,a: platform-views,P2,team-ios,triaged-ios | low | Minor |
683,731,344 | pytorch | Add support of random state generator objects to nn.init module | ## 🚀 Feature
Most of init functions xavier_uniform_/ xavier_normal_ under the hood use torch.uniform_ and torch.normal_ which support generator objects however these init functions don't.
## Motivation
Code reproducibility. If not using global manual_seeds it becomes increasingly tough to keep track without gener... | module: nn,triaged,enhancement,module: initialization | low | Minor |
683,737,917 | flutter | undefined reference to `fcntl64@GLIBC_2.28' `log2@GLIBC_2.29' `pow@GLIBC_2.29' | <!-- 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,platform-linux,a: desktop,a: build,P2,team-linux,triaged-linux | low | Critical |
683,785,765 | PowerToys | Virtual Desktop Continuous Looper | ## 📝 Allows user to loop through virtual desktop continuously from either direction
_What is the expected behavior of the proposed feature? What is the scenario this would be used?_
While holding down Ctrl+Windows, and tapping on Left or Right key, it allows user to loop through all the available virtual desktop... | Idea-New PowerToy,Product-Virtual Desktop | low | Major |
683,792,097 | go | x/build: trybot build orphaned on SIGQUIT | One of my recent x/tools presubmit is hung, due to the android-amd64-emu builder apparently being in an unrecoverable 'running' state.
Ongoing log [here](https://farmer.golang.org/temporarylogs?name=android-amd64-emu&rev=9679b307334bce77cc6e50751956a4c717e9458c&st=0xc00385d040&subName=tools&subRev=f34753f77acda89dbc63... | Builders,NeedsInvestigation | low | Critical |
683,807,290 | godot | Usage of EditorNode singleton in CanvasItemEditor plugin | <!-- 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. -->
8c4f556
**Issue description:**
<!-- What happened, and what was expected. -->
So I notice... | discussion,topic:core,topic:editor | low | Minor |
683,822,941 | pytorch | Inference performance regression caused by hacky_wrapper_for_legacy_signatures | Not exactly a bug, more of a status check + data point for prioritization of a known issue.
In internal CI, @xwang233 observed https://github.com/pytorch/pytorch/commit/0494e0ad707b8cc266c81b723f622a76e4b64dc4 caused extensive inference performance regressions (between 5 and 17%, depending on model, batch size, and ... | module: performance,module: internals,triaged,module: dispatch | low | Critical |
683,852,446 | godot | Default .csproj template: Error CS0012:...You must add a reference to assembly ‘netstandard. | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:** 3.2.3-rc4 Mono
<!-- Specify commit hash if using non-official build. -->
**OS/device including version:** Windows 10
<!-- Specify GPU model, driver... | discussion,documentation,topic:dotnet | low | Critical |
683,921,011 | godot | Remote scene tree: Unable to see internal Objects of extended Resource unless it's under an array | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
3.2 branch at commit 9bf5a0b791faf8e960bdb07009b5fe8003206e4f
**OS/device including version:**
Arch Linux
**Issue description:**
Internal `Ob... | bug,topic:editor,confirmed | low | Minor |
683,937,161 | PowerToys | [FancyZones] Allow Alt-Tab to drag into zone. | ## 📝 Provide a description of the new feature
Add an alternative Alt Tab. Have it work like Ctrl-Alt-Tab (but just using Alt-Tab), and allow the mouse to drag an app from it to a zone
---
If you'd like to see this feature implemented, add a 👍 reaction to this post.
| Idea-Enhancement,Product-FancyZones | low | Minor |
683,950,485 | pytorch | Training Large Neural Networks with Constant Memory using a New Execution Algorithm | ## 🚀 Feature
Training Large Neural Networks with Constant Memory using a New Execution Algorithm
https://arxiv.org/abs/2002.05645
Request to implement this in pytorch training.
L2L is also able to fit models up to 50 Billion parameters on a machine with a single 16GB V100 and 512GB CPU memory and without requiri... | module: nn,module: memory usage,triaged,needs research | low | Minor |
683,973,429 | youtube-dl | Please add new url www.trainedbyjp.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 |
683,986,129 | pytorch | CUDAGuard might not create CUcontext | ## 🐛 Bug
CUDAGuard and OptionalCUDAGuard are used to set cuda devices. In CUDAGuardImpl::setDevice() function current device index is first checked and if it's equal to new device then cudaSetDevice() is not called and corresponding CUcontext object will not be created. That can be a problem for third party librari... | module: cuda,triaged | low | Critical |
683,994,228 | rust | Add `cargo fix` support for switching to intra-doc links | This will be tricky for several reasons.
- It needs pulldown support to look at the links even if they're not broken. [`Event`](https://docs.rs/pulldown-cmark/0.7.2/pulldown_cmark/enum.Event.html) and [`Tag`](https://docs.rs/pulldown-cmark/0.7.2/pulldown_cmark/enum.Tag.html) seem like they should work.
- Rustdoc ne... | T-rustdoc,E-hard,A-resolve,C-feature-request,A-intra-doc-links,A-suggestion-diagnostics | low | Critical |
684,015,562 | youtube-dl | Site support for https://ww1.animesepisodes.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 |
684,059,488 | PowerToys | [PowerRename] Rename converting decimal numbers to hexadecimal | Proposed Feature: Bulk renaming decimal numbers to hexadecimal equivalents with PowerRename
Example: frame0056 frame0038
frame0107 ---> frame006B
frame0352 frame0160 | Idea-Enhancement,Help Wanted,Product-PowerRename | low | Major |
684,059,775 | TypeScript | Provide an editor-level warning when including output files | Something that we noticed with internal codebases, as well as even [with RxJS](https://github.com/ReactiveX/rxjs/blob/15311529fa1b880ed469b6c253cd0be7ff2f98a1/tsconfig.json) is that `tsconfig.json`s are incorrectly configured for editor scenarios and include folders like `dist` and `lib`. This means you end up with slo... | Suggestion,Needs Proposal | low | Critical |
684,067,607 | go | encoding/json: use different error type for unknown field if they are disallowed | On Go 1.15 and below, json decoder returns a generic error when unknown fields are disallowed (via `Decoder.DisallowUnknownFields`. See https://github.com/golang/go/blob/master/src/encoding/json/decode.go#L737-L739
It may be useful to return a different error type so the caller can detect when it is the case.
Th... | NeedsInvestigation,FeatureRequest | low | Critical |
684,073,672 | storybook | v6 source-loader / addon-storysource not working, when default and named export of stories are defined in two different files | **Describe the bug**
When we separate the default export of a story and the definition of a named exported story into two different files, then source loader / addon-storysource modules are not working. Story tab in tha add-on panel shows up as empty
This scenario works fine in v5 but fails in v6
**To Reproduce*... | bug,addon: storysource,source-loader | low | Critical |
684,081,844 | node | Modules doc direct execution test invalid under "type": "module" | Trying to emulate the Python `__main__` check for testing purposes, I found the description in
["Accessing the Main Module"](https://nodejs.org/dist/latest-v14.x/docs/api/modules.html#modules_accessing_the_main_module) is unhelpful when package.json is set to ES modules mode "type": "module".
Suggesting `if (requi... | esm | low | Critical |
684,088,632 | pytorch | Trying to build PyTorch from source with LLD 8 fails | ## 🐛 Bug
Trying to build PyTorch from source with LLD 8 fails with error messages like:
```
ld: error: can't create dynamic relocation R_X86_64_DTPOFF32 against symbol: at::internal::lazy_init_num_threads()::init in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text reloca... | module: build,triaged,module: static linking | low | Critical |
684,103,594 | terminal | Add command-line option start terminal minimized | <!--
🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨
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... | Product-Terminal,Issue-Task,Area-Commandline | high | Critical |
684,115,961 | rust | Suggest copy_from_slice for erroneous array assignment | Currently, this code spews out a lot of text about `Sized` and traits ([playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=6c3bda5e4d3b756181604463d3fac2b6)):
```rust
fn main() {
let a = [1, 2, 3, 4];
let b = [0, 1];
b[0..2] = a[0..2];
}
error[E0277]: the size for v... | A-diagnostics,T-compiler,A-suggestion-diagnostics,D-newcomer-roadblock | low | Critical |
684,116,332 | ant-design | Modal: Children for mask (contentMask) in Modal component | - [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate.
### What problem does this feature solve?
If we have children for mask, we can put custom content outside of modal card
### What does the proposed API look like?
```
... | Inactive | low | Minor |
684,120,544 | go | cmd/compile: some missing BCE cases | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.15 linux/amd64
</pre>
### Does this issue reproduce with the latest release?
Yes
### What did you do?
```golang
package foo
func f(a []int) {
//a = a[:256] // works
_ = a[255] // doesn't work (edit: before 1... | Performance,NeedsInvestigation,compiler/runtime | low | Major |
684,128,459 | storybook | Independent CHP level 1 with storybook versioning | According to the new docs of v6, supporting package storybook versioning, there're some requirements we need to meet:
1. `Support for /stories.json` - Is there some sort of Storybook API that provides this stories.json file?
1. `Support for /metadata.json and the releases field.` - Same question.
Docs ref: https://st... | bug,help wanted,api: stories,documentation,core | medium | Major |
684,129,961 | go | cmd/go: unrecognized command line option '-rdynamic' when compiling to Android | ### What version of Go are you using (`go version`)?
<pre>
$ go version
go version go1.15 windows/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</summar... | NeedsInvestigation | low | Critical |
684,131,478 | pytorch | Data loader struct pack issue(overflow)? | ## 🐛 Bug
I am using pytorch data loader and runs into some strange error as below, we generate training data in each hour. and I run this experiment to just read training data csv file and parse line by line, no real training stuff is going. we define the dataloader `__get_item_ ` to get a single file out of bunch ... | module: multiprocessing,module: dataloader,triaged | low | Critical |
684,143,554 | godot | get_stack() returns a empty arrary in EditorPlugin | **Godot version:**
Godot Engine v3.2.2.stable.mono.official (c) 2007-2020 Juan Linietsky, Ariel Manzur & Godot Contributors.
**OS/device including version:**
Windows 10
**Issue description:**
I want to use get_stack() in my editor plugin to show line numbers of failing tests.
When call 'get_stack()' insid... | bug,topic:editor,topic:plugin | low | Minor |
684,163,273 | rust | can't install rustc-docs component: `detected conflict: 'share/doc/rust/html/rustc'` | ````
info: downloading component 'rustc-docs'
info: installing component 'rustc-docs'
info: Defaulting to 500.0 MiB unpack ram
9.9 MiB / 9.9 MiB (100 %) 2.9 MiB/s in 3s ETA: 0s
info: rolling back changes
error: failed to install component: 'rustc-docs-x86_64-unknown-linux-gnu', detected conflict: '"share/... | T-infra,C-bug,T-release | medium | Critical |
684,163,665 | rust | rustdoc does not pass `-C link-arg` through to doctests | I have a C bindings project, all the tests pass with LTO and without, but when I pass `-C linker-plugin-lto` the regular tests pass but the rustdoc tests fail to link:
It looks like the problem is related to the fact that `rustdoc` uses `ld` even though the regular build uses `lld` (because I pass `-C link-arg=-fuse-l... | A-linkage,T-rustdoc,C-bug,A-doctests | low | Critical |
684,169,181 | vscode | [theme] allow variables in the color theme definition file | <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
Support of using already defined colors in a the... | feature-request,themes | low | Major |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.