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
678,373,799
excalidraw
dark mode: detect user's color theme preference
Since [Dark mode](https://github.com/excalidraw/excalidraw/pull/2006) has landed, it would be nice if we could use system's color theme as default `prefers-color-scheme`
enhancement
medium
Critical
678,374,187
PowerToys
[WinAppDriver] Shortcut Guide test failure
The Shortcut Guide tests fail because of https://github.com/microsoft/WinAppDriver/issues/1081
Issue-Bug,Product-Shortcut Guide,Area-Tests,External Dependency
low
Critical
678,379,128
bitcoin
RPC level Timeout feature
We had an instance of a single RPC request blocking for a while. I suspect it was because the RPC client socket got closed ungracefully and the RPC request's reply was just blocking there until the server eventually dropped the socket. (probably a network related problem) The problem is that while the request was bl...
Feature,RPC/REST/ZMQ
low
Critical
678,381,073
flutter
PageStorage strange behavior without describe in docs
Simple code: ```dart import 'package:flutter/material.dart'; void main() { runApp(PageStorageTest()); } class PageStorageTest extends StatefulWidget { @override _PageStorageTestState createState() => _PageStorageTestState(); } class _PageStorageTestState extends State<PageStorageTest> { PageSto...
framework,d: api docs,P2,team-framework,triaged-framework
low
Critical
678,386,729
storybook
Button control type
With the Knobs addon I could include a button and associated handler... is this possible with the Controls addon? ``` import { button } from '@storybook/addon-knobs'; const label = 'Do Something'; const handler = () => doSomething('foobar'); const groupId = 'GROUP-ID1'; button(label, handler, groupId); `...
feature request,addon: controls
medium
Critical
678,418,356
pytorch
`torch.distributions.Categorical` crashes with illegal instruction
## πŸ› Bug I created a fresh environment with python 3.7 and pytorch 1.6 to use the newest release of Kornia. However, I find that my old code is broken and I could trace it down to `torch.distributions.Categorical` using illegal instructions. Note that it appears very environment-specific (see Environment section) ...
module: crash,module: distributions,triaged
low
Critical
678,432,632
svelte
Values in an outro transition are sometimes determined at render time
**Describe the bug** Values in an outro (`out:`) transition are sometimes determined at render time, rather than at transition time. More specifically, this happens when the the outro is on elements in an `#each` block. I have determined that this is indeed the case by putting logs in the svelte transition code. **...
stale-bot
low
Critical
678,466,497
flutter
Restricting Map Bounds
According to Google documentation, we developer can restrict the map bounds by providing the restriction latLngBounds but, when checking flutter GoogleMap it does not expose such functionally. <details> <summary>Restricting Map Bounds - developers.google.com</summary> ## Maps control bounds restriction...
c: new feature,p: maps,package,c: proposal,team-ecosystem,P3,triaged-ecosystem
low
Minor
678,479,102
node
Potential Regression/Change: Connection doesn't reset on HEAD
<!-- 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...
http
low
Critical
678,494,235
storybook
Import .md (and not .mdx file) as Docs Only page?
### Bug or support request summary Is it possible to directly import a normal `.md` file (such as a `README.md` file) into a story for display? Or, is it possible to import a `.md` file as a Docs Only page? If so, how would I go about doing that? So far, I've only been able to get that working by copying the cont...
question / support,addon: docs
medium
Critical
678,495,525
pytorch
Implement map-style caching DataSet as PyTorch build-in DataSet.
This is follow-up of #35642 proposal and discussion under #39274 implementation. Proposed API: Option 1: ```python c_map_dataset = CachingDataSet(map_dataset) ``` Option 2: ```python c_map_dataset = CachingDataSet(map_dataset, maxsize = 32) # specify max size of default LRU cache ``` Option 2: ```python...
module: bootcamp,module: dataloader,triaged
low
Major
678,518,328
terminal
Animate Theme transition, maybe other color changes too?
_Big s/o to @stmoy who helped point me at the fact that this is possible with XAML._ refer to: https://docs.microsoft.com/en-us/windows/uwp/design/motion/motion-in-practice#implicit-animations Also refer to the "Implicit Transitions" page in the xaml controls gallery. ![implicit-transitions-sample](https://user-...
Help Wanted,Area-UserInterface,Product-Terminal,Issue-Task,Priority-3
low
Minor
678,534,407
flutter
Consider MSIX as a build option
There have periodically been requests for an installation solution for Windows (see discussion in https://github.com/flutter/flutter/issues/53167, and https://github.com/flutter/flutter/issues/63646, for examples). While there isn't a single install optionβ€”and in fact, an installer isn't actually necessary for some dis...
c: new feature,tool,platform-windows,a: desktop,a: build,P3,team-windows,triaged-windows
medium
Major
678,541,924
go
x/tools/go/analysis/passes/shadow/cmd/shadow: Failure/success of the linter depends also on filename, not just the content
<!-- 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 1.14.6 </pre> ### Does this issue reproduce with the latest release?...
NeedsInvestigation,Tools,Analysis
low
Critical
678,616,445
create-react-app
Licensing template files
When creating a new React app using [the template](https://github.com/facebook/create-react-app/tree/v3.4.1/packages/cra-template) the new project is necessarily based on those files. Presumably the files are under the [MIT License](https://github.com/facebook/create-react-app/blob/v3.4.1/LICENSE) that covers the rest ...
needs triage
low
Major
678,674,291
flutter
Add new Cupertino calendar date picker mode
Apple introduced a new full calendar date picker mode in iOS 14 https://developer.apple.com/design/human-interface-guidelines/ios/controls/pickers/ ![date-picker-date_2x-1](https://user-images.githubusercontent.com/156888/90176697-37241f80-dd5e-11ea-9c82-7d2546f7d36f.png)
c: new feature,platform-ios,framework,f: date/time picker,f: cupertino,customer: crowd,P3,team-ios,triaged-ios
high
Critical
678,688,805
flutter
Add new Cupertino time picker mode
Apple introduced a new time picker mode for iOS 14 ![Screen Shot 2020-08-13 at 12 39 21 PM](https://user-images.githubusercontent.com/156888/90179252-03e38f80-dd62-11ea-8c16-97032073dcd5.png)
c: new feature,platform-ios,framework,f: date/time picker,a: fidelity,f: cupertino,P3,team-ios,triaged-ios
medium
Major
678,694,782
go
x/pkgsite: confusing scrolling (and header scrolls off the top)
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What is the URL of the page with the issue? https://pkg.go.dev/os?tab=doc ### What is your user agent? Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537....
NeedsInvestigation,pkgsite,UX,pkgsite/dochtml
low
Minor
678,695,782
TypeScript
"Convert to async function" generates incorrect code for nested return statements
**TypeScript Version:** 4.1.0-dev.20200813 **Search Terms:** "convert to async function" "return" **Code** Original Code as written: ```ts function getTheNumber2(): Promise<number> { return Promise.resolve() .then(() => { // This is a constant to make the example easier, ...
Bug,Domain: Refactorings
low
Minor
678,705,347
godot
C# SIGSEGV when using custom setter / getter
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** <!-- Specify commit hash if using non-official build. --> 3.2.3.rc3.mono **OS/device including version:** <!-- Specify GPU model, drivers, and the b...
bug,platform:macos,needs testing,topic:dotnet,crash
low
Critical
678,708,449
terminal
Correct Conhost.UIA.Tests failures
With the tests being re-enabled with Helix in automation, I've turned off the ones that are failing. They need to be fixed and restored. This is the list for Conhost.UIA.Tests: - `ExperimentalTabTests.CheckExperimentalDisableState` - `ExperimentalTabTests.CheckRegistryWritebacks` - `ExperimentalTabTests.CheckShor...
Product-Conhost,Issue-Task,Area-CodeHealth
low
Critical
678,716,316
create-react-app
Production build behaves different from development
I copied parts from another project into a newly created 'CRA' app. In development everything was working fine, but running the production build resulted in very strange errors somewhere in react (basically the error didn't help at all). After some try and error I found the issue to be with the exports: ``` O...
issue: bug report
low
Critical
678,746,448
pytorch
BUILD_PYTHON switched to OFF at second run of CMake
## πŸ› Bug If we run `mkdir -p build && cd build && cmake <args...> ../`, we got the following summary with `-- Python library : python3.6m`: ``` -- ******** Summary ******** -- General: -- CMake version : 3.18.1 -- CMake command : /usr/local/bin/cmake -- System : L...
module: build,triaged
low
Critical
678,749,798
terminal
Consider refactoring CommandPalette + Switcher => LiveFilteringListView
There's a good core of an implementation here for a live filtering list view, and I believe that having it serve two leaders (command palette and tab switcher) may unnecessarily complicate its implementation. Is there something we can do about that?
Area-UserInterface,Product-Terminal,Issue-Task,Area-CodeHealth,Area-CmdPal
low
Major
678,750,582
flutter
[web] download goldens from https for windows web engine unit tests
Git command is failing when run inside the code, for the unit tests. We can download the git repo for goldens (https://stackoverflow.com/questions/13636559/how-to-download-zip-from-github-for-a-particular-commit-sha) and unzip the content using https://api.dart.dev/stable/2.9.1/dart-io/GZipCodec-class.html.
platform-web,P2,team-web,triaged-web
low
Minor
678,763,945
go
cmd/go/internal/modload: refactor global state into exported struct type
The `modload` package has a lot of global state. In general, variables that are set once during initialization and global caches are fine. But `buildList` and `loader` in particular cause problems, since most exported functions either read values out of them or replace and overwrite them. It's frequently not obvious wh...
NeedsFix,GoCommand
medium
Critical
678,766,203
storybook
Cannot use SB hooks (`useArgs`) in React component rendered inside decorator or render function.
**Describe the bug** **To Reproduce** Steps to reproduce the behavior: 1. Create a sample app using CRA (I am using typescript) 2. Run `npx sb init` to setup storyboard 3. Install `@storybook/api` to get `useArgs` hook. 4. Use the code snippet below in the `Button.stories.tsx`. 5. Notice the error on `Hello`...
question / support,documentation,has workaround,args
medium
Critical
678,767,535
flutter
macOS error due to missing entitlements should point developer to the documentation
It's very common to load a URL as one of the first things you do when writing an application. On macOS, this immediately fails: ``` flutter: SocketException: Connection failed (OS Error: Operation not permitted, errno = 1), address = example.com, port = 443 ``` The fix is described in https://flutter.dev/deskto...
tool,platform-mac,dependency: dart,a: first hour,a: desktop,a: annoyance,P3,team-macos,triaged-macos
low
Critical
678,771,915
pytorch
No vectorization for int8 and uint8
Currently there are `Vec256<int16_t>`, `Vec256<int32_t>`, and `Vec256<int64_t>`, but there is no `Vec<int8_t>` or `Vec<uint8_t>`. Do we have an interest in adding those?
triaged,module: vectorization,better-engineering
low
Minor
678,775,914
godot
get_drive_count() not working on Windows export
**Godot version:** 3.2.3 RC3 **OS/device including version:** Windows 10 64 bit **Issue description:** dir.get_drive_count() returns 0 on exported game (release and debug) dir.get_drive_count() returns 3 on same project when run from editor <--CORRECT RESULT **Steps to reproduce:** var dir = Directo...
bug,platform:windows,topic:porting,confirmed,needs testing
low
Critical
678,781,793
youtube-dl
wyborcza.pl extractor
<!-- ###################################################################### 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
678,782,658
flutter
[flutter_tools] document CHROME_EXECUTABLE as a way to configure arbitrary chromium installations
CHROME_EXECUTABLE can point to an executable path for any version of chrome/chromium
tool,d: api docs,P3,team-tool,triaged-tool
low
Minor
678,821,044
opencv
kernel parameter for dilate and erode functions allowed to be None
##### System information (version) - OpenCV => 4.4 - Operating System / Platform => Mac Catalina - Compiler => Precompiled opencv-python on pip ##### Detailed description In the Python API, both the `erode()` and `dilate()` functions have a required `kernel` parameter (previously it was an optional `element` p...
question (invalid tracker),category: imgproc,category: documentation,affected: 3.4
low
Critical
678,826,503
pytorch
undefined symbol: FLAGS_caffe2_keep_on_shrink
My ENV: **Ubuntu 20.04 + CUDA 1**1 . Failed to `import torch` installed by **pip**, with the following ERROR messages: ``` βœ— python Python 3.8.2 (default, Jul 16 2020, 14:00:26) [GCC 9.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import torch Traceback (most re...
caffe2,triaged
low
Critical
678,850,950
tensorflow
tf.data.experimental.dense_to_ragged_batch fails with inputs from generator with unspecified shape in TF 2.3
**System information** - Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Both - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows + Linux (Colab) - Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: N/A - Tenso...
stat:awaiting tensorflower,type:bug,comp:data,TF 2.11
low
Critical
678,857,349
node
Tracking Issue: commit queue issues and feedback
`commit-queue` can be used to land pull requests. It is still experimental, so when using please remember to check if the Pull Request landed successfully. Please share any failed landings here so we can keep track of issues, our landing process is quite complex and full of edge cases, we'll need to tweak the `commit-q...
meta
high
Critical
678,886,586
node
GitHub Actions: rebase commits to target branch before running tests
Running rebase (like we do on Jenkins) should give us a more accurate result and in the rare cases when a PR is opened while the target branch was broken, a rerun will fix it (today we need to rebase manually and force-push).
build,test
low
Critical
678,918,732
flutter
"flutter run --release" and "d"
When you run `flutter run --release` it doesn't list `d` as an option, but pressing "d" seems to quit the app. I would have expected it to quit the tool but leave the app running, and be documented as "detach" or some such.
tool,P3,team-tool,triaged-tool
low
Minor
678,932,207
terminal
Panes should have editable titles
# Description of the new feature/enhancement Having a title per tab is nice, but I have run into situations where I would much rather name each pane to help with multitasking. I have not seen this feature listed on #1000 and I feel like this can be of use for #7075. Below is Terminator on linux. Double-clicking the ti...
Issue-Feature,Help Wanted,Area-UserInterface,Product-Terminal
low
Major
678,972,628
electron
Ability to disable pdf viewer
### Preflight Checklist * [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have sea...
enhancement :sparkles:
low
Major
678,976,321
react
Bug: click event is attached to createPortal
<!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest version of the relevant React packages to make sure your issue has not already been fixed. --> React version: 16.13.1 ## Steps To Reproduce use createPortal will have c...
Component: DOM,Resolution: Needs More Information,Type: Discussion
low
Critical
678,981,590
godot
Physics2DDirectSpaceState.insersect_point() does not exclude TileMaps passed in the exclude parameter
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** <!-- Specify commit hash if using non-official build. --> 3.2.2-stable **OS/device including version:** <!-- Specify GPU model, drivers, and the bac...
bug,topic:physics
low
Minor
679,000,685
godot
Delete key deletes local node while in remote scene
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** v3.2.2.stable.official <!-- Specify commit hash if using non-official build. --> **OS/device including version:** Windows 10 Home 10.0.18363 Build 1...
bug,topic:editor,usability
low
Minor
679,025,632
TypeScript
Generators with extended unions, null and undefined produces compiler errors
I've run into a weird problem in a project that uses async generators. I've reduced the problematic code to the example below, which also fails in a similar way that my actual code does. There seem to be several conditions that must be fulfilled: 1. Type `T` is a union. 2. The argument generator extends `T` (wi...
Needs Investigation,Rescheduled
low
Critical
679,054,755
flutter
Im using Stepper in hebrew, the continue button appears in hebrew text but there is an overflow
![Screen Shot 2020-08-14 at 13 12 16](https://user-images.githubusercontent.com/67031389/90239183-d06f3680-de2f-11ea-8d19-700c13f6b113.png) <!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * http...
framework,f: material design,a: internationalization,team-design,triaged-design
low
Critical
679,095,474
excalidraw
behavior: closing multi-point shapes
Currently when you move/create last point close to the first (~10px), we auto-close the shape. This is not a real point merge, the two points are still retained separately. This has following behavior: 1. It creates a sharp corner: ![image](https://user-images.githubusercontent.com/5153846/90244714-9bfc7a00...
discussion
low
Critical
679,131,751
PowerToys
[KBM] Swapping Win and Alt does not work for shortcuts like Win-R (Run)
<!-- **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. --> ## β„Ή Computer information - PowerToys version: v0.20.1 - PowerToy Utility: what's this? - Running P...
Issue-Bug,Product-Keyboard Shortcut Manager
medium
Major
679,169,017
rust
Improve "visibility" of rustdoc books ("stable" and unstable ones)
Currently, very few people know the existence of https://doc.rust-lang.org/nightly/nightly-rustc/rustdoc/ and of https://doc.rust-lang.org/rustdoc/what-is-rustdoc.html, which is a shame considering how huge is the amount of available options and tips. I suggested adding those links (the unstable one only in unstable...
T-rustdoc,A-docs
low
Minor
679,189,814
rust
.rodata bloat with aligned zero sized objects
<!-- 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 #![allow(unused_variables, unused_mut)] #[repr(align(0x200000))] pub struct Page2MiB; pub fn main() { // Version...
A-linkage,C-bug,C-optimization
medium
Critical
679,244,958
storybook
Controls: string literal union types render as text fields when args supplied
**Describe the bug** For string literal union types, text fields should render as select dropdowns when args are supplied. **To Reproduce** Steps to reproduce the behavior: 1. Create a TypeScript React component with a string literal union type (e.g., `'foo' | 'bar' | 'baz'`). 2. Create a story for the compo...
bug,addon: controls
medium
Critical
679,289,043
pytorch
torch.dot throws an error for input tensors of different dtypes
We should add type promotion for `torch.dot` and [`[WIP]torch.vdot`](https://github.com/pytorch/pytorch/pull/43004) to have numpy like API. ``` >>> torch.dot(torch.tensor([1j]), torch.tensor([2])) Traceback (most recent call last): File "<stdin>", line 1, in <module> RuntimeError: dot : expected both vectors t...
triaged,enhancement,module: numpy,module: type promotion
low
Critical
679,321,876
PowerToys
[Run] Switch to running app instead of opening a new one
## πŸ“ PowerToys Run Auto Focus PowerToys opens a new instance of an app even if there is an instance. Focusing on that instance instead of opening a new one would be quite handy. Maybe a checkbox for toggling this behaviour? --- If you'd like to see this feature implemented, add a πŸ‘ reaction to this post.
Idea-Enhancement,Product-PowerToys Run
high
Critical
679,384,168
pytorch
LSTM::permute_hidden breaks Liskov substitution principle
While working on PR https://github.com/pytorch/pytorch/pull/43068, I found a method on `LSTM` which breaks the Liskov substitution principle. The class `LSTM` inherits from `RNNBase` and redefines a method called `permute_hidden` which returns two tensors ([ref](https://github.com/pytorch/pytorch/blob/fcc10d75e1a0c1c24...
module: rnn,module: typing,triaged
low
Minor
679,386,063
opencv
Window stops updating
##### System information (version) - OpenCV => 4.2 - Operating System / Platform => Ubuntu 18.04 - Compiler => gcc ##### Detailed description The named window that I create and am using to display images eventually stops updating. No errors are thrown and the call for imshow and waitkey still go through as n...
priority: low,category: highgui-gui,needs investigation,category: 3rdparty
low
Critical
679,404,822
flutter
Cannot deobfuscate proguard android stack trace
I use proguard to obfuscate my android app. However, the `mapping.txt` does not appear to include any of the symbols from the stack trace, or even any of the functions defined in my app's lib directory. build.gradle ``` buildTypes { release { signingConfig signingConfigs.release shrinkReso...
platform-android,tool,a: build,P2,team-android,triaged-android
low
Minor
679,434,322
storybook
Upgrading to v6 has caused performance issues with large inline Base 64 encoded images
**Describe the bug** We were including our images inline in Javascript, and up to the most recent version of Storybook, they were working with no issues whatsoever. They are large-ish (one was 21k and the other 82k - expanding up to 28k and 111k in JS), but we've never had any issues. When used in Firefox, they fai...
bug,has workaround,performance issue,addon: docs,block: source
low
Critical
679,443,519
youtube-dl
Youtube: Only downloading last 2 hours of 3 hour video. (with hack as a workaround)
## Checklist - [x] I'm reporting a broken site support - [x] I've verified that I'm running youtube-dl version **2020.07.28** - [x] I've checked that all provided URLs are alive and playable in a browser - [x] I've checked that all URLs and arguments with special characters are properly quoted or escaped - [x] I...
yt-dlp
medium
Critical
679,444,851
flutter
Ensure root a11y view is not redundantly invalidated on Android
Requested labels: accessibility, android, engine, (and maybe others). According to [this code in AccessibilityBridge.java](https://github.com/flutter/engine/blob/dbf7e831199d1af7f9f5e334a08b9cca669fd119/shell/platform/android/io/flutter/view/AccessibilityBridge.java#L943), it looks like the `rootAccessibilityView` s...
team,platform-android,engine,a: accessibility,P2,team-android,triaged-android
low
Major
679,450,118
rust
Expotential compile time with recursive trait bounds
<!-- 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. --> While developing diesel we've hit a surprising increase in compile time caused by our trait impls for tuples. See https://github.com/diesel-rs/diesel/issue...
A-trait-system,I-compiletime,T-compiler,C-bug
low
Critical
679,462,688
pytorch
Enable torch.optim typechecks during CI
`TestTypeHints.test_run_mypy_strict` should pass with `[mypy-torch.optim.*]` deleted from `mypy.ini`. Depends on gh-43089, which moves type annotations inline. cc @ezyang @malfet @rgommers
module: typing,triaged
low
Minor
679,466,829
rust
Missing lifetime in associated type triggers suggestion that requires `generic_associated_types`
<!-- 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 struct Foo<'a,R>{ phantom: std::marker::PhantomData<&'a R> } #[derive(Debug)] pub struct FooIter<'a, R> { read...
A-diagnostics,T-compiler,C-bug,A-suggestion-diagnostics
low
Critical
679,495,487
godot
C# Visual Studio Code - Start Debugging
The ability to edit the project and solution in visual studio code and studio is amazing and works great. The only issue I have run into is when I use Visual Studio Code to start debugging it prevents the main Godot IDE from being able to start the debugging. **NOTE:: I am using the extension C# Tools for Godot**...
bug,topic:editor,topic:dotnet
low
Critical
679,500,195
flutter
Enable image_decoder_unittests on Fuchsia
This test suite is hardcoded to use OpenGL
a: tests,customer: fuchsia,engine,platform-fuchsia,P2,team-engine,triaged-engine
low
Minor
679,512,068
transformers
BERT and SpanBERT for Coreference Resolution
# 🌟 New model addition ## Model description This is a recent approach for co-reference resolution using BERT, implemented from the papers [BERT for Coreference Resolution: Baselines and Analysis](https://arxiv.org/abs/1908.09091) and [SpanBERT: Improving Pre-training by Representing and Predicting Spans](https:/...
New model
low
Major
679,520,563
pytorch
New function for CTC decoding
## πŸš€ Feature New function for decoding the results trained from CTC Loss. ## Motivation <!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another GitHub issue, please link here too --> 1. I want a ...
module: nn,triaged,enhancement,needs design
low
Major
679,527,268
rust
diagnostics two unused_import warnings instead of one
<!-- 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: you need `iced = "0.1.1"` as dep for this to build ```rust use iced::{ button, executor, scrollable, slider, text_input, Align...
A-diagnostics,T-compiler,C-bug,D-verbose
low
Critical
679,533,741
svelte
contenteditable with removed by user html nodes inside "if" block throws an error on update
**Describe the bug** If you have html nodes inside `contenteditable` block, which are wrapped with `{#if}{/if}` β€” removing that nodes will throw an error after update. **Logs** `Uncaught (in promise) TypeError: Cannot read property 'removeChild' of null at detach at Array.forEach at HtmlTag.d a...
stale-bot,temp-stale
low
Critical
679,549,908
tensorflow
Image-Scaling Attacks: Discuss threat and mention secure scaling options to prevent attacks
## URL(s) with the issue: https://www.tensorflow.org/api_docs/python/tf/image/resize ## Description of issue: TensorFlow is vulnerable to image-scaling attacks if specific scaling algorithms and parameters are used. These attacks allow an adversary to arbitrarily change the output image of a downscaling operati...
comp:ops,type:docs-feature
low
Major
679,577,367
godot
Creating signals generates no code in external editor
***Bugsquad edit:** This issue has been confirmed several times already. No need to confirm it further.* ___ **Godot version:** 3.2.2 stable **OS/device including version:** linux mint 64 bit **Issue description:** I am using latest VSCode. External editor opens/switches to vscode when accessing code...
bug,topic:editor,confirmed
high
Critical
679,578,539
youtube-dl
[RUTV] russia.tv: Failed to parse JSON (caused by ValueError.....
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
cant-reproduce
low
Critical
679,592,790
neovim
Alternative to vim `norestore` to exclude a terminal buffer from history/jumplist
I cannot find any way to avoid adding a terminal buffer to the jump list, Vim has an option that can be passed to `termopen` called `norestore` that accomplishes that. Is there a way to do the same in neovim?
enhancement,terminal
low
Minor
679,593,741
create-react-app
Support babel macros on dependencies.
Currently, CRA only supports babel macros when they are in the application's code. It doesn't support macros on dependencies. ### Is your proposal related to a problem? Yes. I have an internal library meant to be used by several React applications. This library uses [the babel plugin "preval" through a babe...
issue: proposal,needs triage
low
Critical
679,602,007
TypeScript
Using 'Key in keyof ArrayType' always returns an Array regardles of the value manipulation applied
<!-- 🚨 STOP 🚨 𝗦𝗧𝗒𝗣 🚨 𝑺𝑻𝑢𝑷 🚨 Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section! Please help us by doing the following steps b...
Needs Investigation
low
Critical
679,602,347
youtube-dl
How to automatically resume?? [Errno 11001]
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check lis...
question
low
Critical
679,607,560
pytorch
[docs] LR schedulers' get_last_lr missing in docs online
https://pytorch.org/docs/master/search.html?q=get_last_lr&check_keywords=yes&area=default# ![image](https://user-images.githubusercontent.com/1041752/90317248-3f2fbb00-df28-11ea-8d29-0ee16e078b3f.png) shows nothing. despite get_last_lr being recommended by PyTorch warnings for getting the last computed lr cc @...
module: docs,triaged
low
Minor
679,612,164
go
x/tools/gopls: add a work-around for file watching bug in VS Code
VS Code currently does not allow the language server to watch files outside of the workspace root: https://github.com/microsoft/vscode/issues/100870. This means that users who open subdirectories of modules or modules with replace directives may see bugs because `gopls`'s view of the workspace state is incorrect. ...
gopls,Tools,gopls/metadata
low
Critical
679,621,125
scrcpy
Copy / Paste Broken on Android 10
- [X] I have read the [FAQ](https://github.com/Genymobile/scrcpy/blob/master/FAQ.md). - [X] I have searched in existing [issues](https://github.com/Genymobile/scrcpy/issues). **Environment** - OS: Windows 10 - scrcpy version: v1.16 - installation method: Windows release - device model: Samsung Galaxy S9 ...
copy_paste,root
medium
Critical
679,625,374
godot
Saved OccluderPolygons get scaled incorrectly
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** <!-- Specify commit hash if using non-official build. --> 3.2.2-stable **OS/device including version:** <!-- Specify GPU model, drivers, and the b...
bug,topic:editor
low
Minor
679,627,227
godot
Division by float 0 in rasterizer_scene_high_end_rd.cpp
**Godot version:** 4.0.dev.custom_build. 69c81309c **OS/device including version:** <!-- Specify GPU model, drivers, and the backend (GLES2, GLES3, Vulkan) if graphics-related. --> **Issue description:** When I open project then dividing by float 0 happens: ``` servers/rendering/rasterizer_rd/rasterize...
bug,topic:rendering
low
Critical
679,633,786
godot
Implicit conversion from type 'CharType' to type 'char' changed the value in file_access.cpp
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 4.0.dev.custom_build. 69c81309c **OS/device including version:** Ubuntu 20.04 **Issue description:** Error ``` core/os/file_access.cpp:309:1...
bug,topic:core
low
Critical
679,634,498
flutter
WidgetSpans not working in the override of buildTextSpan in a custom TextEditingController
Here is the code I am using: ``` class MentioningTextEditingController extends TextEditingController { BuildContext context; MentioningTextEditingController({String text}) : super(text: text); @override TextSpan buildTextSpan({TextStyle style, bool withComposing}) { return TextSpan( style:...
framework,d: api docs,a: typography,a: error message,P3,team-framework,triaged-framework
low
Critical
679,639,125
bitcoin
qa: Functional tests are intrinsic vulnerable to timeouts
On master (3ab2582c7fe76d2839ab493512758d5601903c86) with this patch: ```diff --- a/src/net.cpp +++ b/src/net.cpp @@ -2868,7 +2868,7 @@ int64_t CConnman::PoissonNextSendInbound(int64_t now, int average_interval_secon int64_t PoissonNextSend(int64_t now, int average_interval_seconds) { - return now + (int...
Brainstorming,Tests
low
Critical
679,641,525
godot
PosKey in tilemap use int16_t but allows to set to this variable int(int32_t)
**Godot version:** 4.0.dev.custom_build. 69c81309c **OS/device including version:** Ubuntu 20.04 **Issue description:** ``` scene/2d/tile_map.cpp:838:17: runtime error: implicit conversion from type 'int' of value 61913 (32-bit, signed) to type 'int16_t' (aka 'short') changed the value to -3623 (16-bit, s...
bug,topic:core
low
Critical
679,645,599
PowerToys
[KBM] Shift Right remains logically pressed in this particular scenario
**Computer Information** * PowerToys version: v0.20.1 * PowerToy Utility: Keyboard Manager * Running PowerToys as Admin: no * Windows build number: 2004 (Build 19041.450) **Steps to Reproduce** ![image](https://user-images.githubusercontent.com/3206696/104110724-b81a1f80-52da-11eb-91cf-7a278868c8f3.png) **...
Issue-Bug,Product-Keyboard Shortcut Manager,Priority-3
low
Major
679,647,390
TypeScript
[PROPOSAL] Support @augments/@extends attached to an Object types
<!-- 🚨 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
679,647,885
pytorch
Missing caffe2_pybind11_state in pip install after cmake.
## πŸ› Bug Our build workflow is to 1. build by with CMake (and put in whatever args we need) 2. install it as a standalone lib 3. install (1) again with basically `pip install .`, which will be very fast as it's already built and contains all args we need. Recently we noticed something is broken (may not be a ...
module: build,triaged,module: pybind
low
Critical
679,650,338
pytorch
out kwargs are sometimes inconsistent with returned named tuple field name (and in some cases, cannot be made consistent)
For multi-return functions (functions that return multiple tensors), one reasonable invariant one might expect for the keyword argument name for passing in an explicit out tensor to match the named field of the named record returned by the function in question. Unfortunately, this is not the case for the following f...
triaged,module: codegen
low
Minor
679,652,909
pytorch
torch.multinomial with replacement=True produces inaccurate results for large number of categories
## πŸ› Bug `torch.multinomial` with `replacement=True` produces very inaccurate results when number of categories is large (and/or probabilities have very different values) ## To Reproduce One of the ways to reproduce (there could be multiple ways to construct adversarial examples): ``` import torch for ncat i...
module: numerical-stability,module: distributions,triaged
low
Critical
679,659,615
pytorch
Accessing tensor by element is super slow
Benchmark: ```python import torch import numpy N = 128 a = torch.zeros((N, N)) b = torch.zeros((N, N)) c = torch.zeros((N, N)) d = numpy.zeros((N, N)) e = numpy.zeros((N, N)) f = numpy.zeros((N, N)) def manual_add(a, b, c): for i in range(N): for j in range(N): a[i,j] = b[i,j...
module: performance,triaged
low
Major
679,679,055
go
x/tools/gopls: add regression tests for file watching
Some cases that lack coverage: - [ ] Moving a declaration to a new file - [ ] Adding a new declaration to the same file - [ ] Adding a new declaration a different file - [ ] Check that closing a buffer clears errors * Real-life example: You switch branches with 1 open file in your editor and see errors becaus...
Testing,gopls,Tools
low
Critical
679,680,235
rust
Thread 'rustc' has overflowed its stack on dumb program
It's me again! Back this time with something that throws a spanner in the works for rustc without it taking multiple hundred gigabytes of memory and several days to compile. It's an Advent of Code challenge once more - and this time I tried to solve everything at compile time with macro abuse and types. [Here](https://...
I-ICE,E-needs-test,T-compiler,C-bug,S-has-mcve
medium
Critical
679,681,628
pytorch
Tracing can leak CUDA memory when using tensor constants
``` import torch import gc from torch.testing._internal.common_cuda import initialize_cuda_context_rng initialize_cuda_context_rng() gc.collect() start = torch.cuda.memory_allocated(0) def fn(t): result = torch.ger(t, torch.tensor([-0.1117, -0.4966, 0.1631, -0.8817, 0.2891, 0.4899, -0.3853, -0.71...
oncall: jit,months
low
Minor
679,685,027
pytorch
When modified the model python file, the pytorch will raise the KeyError of this file
## πŸ› Bug <!-- A clear and concise description of what the bug is. --> ## To Reproduce When I modified the model python file when the script is running, the pytorch will raise the KeyError of this file and stop running. This bug exists in pytorch 1.4. Even I upgrade it to 1.6, it still exists yet. Here is the ...
triaged,module: data parallel
low
Critical
679,685,919
godot
Error on startup
Please help I'm on Godot version 3.2 and I can't pass the error It went on like this: ``` 0(6) : error C7538:OpenGL doesn't allow "highp" after "inout" 0(35) :error C7538:OpenGL doesn't allow "highp" after "inout" 0(51) : error C7538:OpenGL doesn't allow "highp" after "inout" 0(52) :0(6) : error C7538:OpenGL ...
platform:windows,topic:rendering
low
Critical
679,690,402
go
cmd/cgo: cgo + static const int results in "undefined reference" on linux
<!-- 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.7 linux/amd64 </pre> ### Does this issue reproduce...
help wanted,NeedsInvestigation,compiler/runtime
low
Critical
679,695,579
node
Crash at node::AsyncWrap::QueueDestroyAsyncId(const v8::FunctionCallbackInfo<v8::Value>&)
* **Version**: v14.7.0 * **Platform**: ubuntu 19.04 ### What steps will reproduce the bug? I cannot sure, but for me, It needs repl environment for reproduce. It's unstable, because of related function called by garbage collector. ![KakaoTalk_20200816_145432145](https://user-images.githubusercontent.com/...
async_hooks
low
Critical
679,701,271
pytorch
Add CutMix transform to torchvision.transforms
## πŸš€ Feature <!-- A clear and concise description of the feature proposal --> **CutMix** augmentation strategy: patches are cut and pasted among training images where the ground truth labels are also mixed proportionally to the area of the patches. ## Motivation <!-- Please outline the motivation for the proposa...
triaged,module: vision
low
Major
679,712,769
rust
x.py tidy doesn't ignore untracked files
Tidy exists as an external tool that `x.py` calls, and it has a fixed set of paths that it ignores. Which is unlike other `x.py` commands which ignore untracked files. This causes problems when some of the ignored paths get moved. eg: as part of https://github.com/rust-lang/rust/commit/2c31b45ae878b821975c4ebd94cc1e...
C-enhancement,T-bootstrap
low
Critical
679,714,626
youtube-dl
Unable to download video from http://www.fccbrea.org/fcclive.
<!-- ###################################################################### 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
679,724,345
pytorch
Non-conforming variable identifiers in JIT code errors / printouts: e.g. "Tensor 0"
**UPD**: Original title: "slice(None) and maybe slice in general is not supported in JIT" Originally reported in https://github.com/pytorch/pytorch/issues/41625#issuecomment-662064959 ```python def tensor_dim_slice(tensor, dim, dim_slice): return tensor[(dim if dim >= 0 else dim + tensor.dim()) * (slice(None...
oncall: jit
low
Critical