Unnamed: 0
int64
9
832k
id
float64
2.5B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
7
112
repo_url
stringlengths
36
141
action
stringclasses
3 values
title
stringlengths
4
323
labels
stringlengths
4
2.67k
body
stringlengths
23
107k
index
stringclasses
4 values
text_combine
stringlengths
96
107k
label
stringclasses
2 values
text
stringlengths
96
56.1k
binary_label
int64
0
1
794
10,550,587,885
IssuesEvent
2019-10-03 11:26:12
Cha-OS/colabo
https://api.github.com/repos/Cha-OS/colabo
opened
Net or Server accessing errors
IMPORTANT UX.UsrOnBoard+AvoidUsrErr backend moderation performance reliability
- if the server is unavailable, inform the user, e.g. after several retries or HTTP request FAIL response - let him TRY again. - NOTIFICATIONS or TOOLBAR Status - you're offline (re-introduce it from the old code) - you're net is weak
True
Net or Server accessing errors - - if the server is unavailable, inform the user, e.g. after several retries or HTTP request FAIL response - let him TRY again. - NOTIFICATIONS or TOOLBAR Status - you're offline (re-introduce it from the old code) - you're net is weak
reli
net or server accessing errors if the server is unavailable inform the user e g after several retries or http request fail response let him try again notifications or toolbar status you re offline re introduce it from the old code you re net is weak
1
534
8,391,959,645
IssuesEvent
2018-10-09 16:15:29
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
System.Net.Sockets.SocketException: An attempt was made to access a socket in a way forbidden by its access permissions
area-System.Net.Http.SocketsHttpHandler bug needs more info tenet-reliability
Migrated from [#3575](https://github.com/aspnet/Home/issues/3575)... The call from my Asp.NET Core app is just a standard http get to retrieve OData metadata, e.g. `GET /api/odata/asset/$metadata `- this works 99.9% of the time but occasionally it fails and I get a HttpRequestException reported in Application Insigh...
True
System.Net.Sockets.SocketException: An attempt was made to access a socket in a way forbidden by its access permissions - Migrated from [#3575](https://github.com/aspnet/Home/issues/3575)... The call from my Asp.NET Core app is just a standard http get to retrieve OData metadata, e.g. `GET /api/odata/asset/$metadat...
reli
system net sockets socketexception an attempt was made to access a socket in a way forbidden by its access permissions migrated from the call from my asp net core app is just a standard http get to retrieve odata metadata e g get api odata asset metadata this works of the time but occasionally i...
1
32,279
8,824,395,070
IssuesEvent
2019-01-02 16:51:31
docker/docker.github.io
https://api.github.com/repos/docker/docker.github.io
closed
FROM syntax spec is not clear about hash algo
content/builder
File: [engine/reference/builder.md](https://docs.docker.com/engine/reference/builder/), CC @gbarr01 I was getting really stuck on the docs for the `FROM` directive in the `Dockerfile` format, which says: FROM <image>[@<digest>] [AS <name>] So I was using: FROM alpine@3d44fa76c2c83ed9296e4508b436ff58...
1.0
FROM syntax spec is not clear about hash algo - File: [engine/reference/builder.md](https://docs.docker.com/engine/reference/builder/), CC @gbarr01 I was getting really stuck on the docs for the `FROM` directive in the `Dockerfile` format, which says: FROM <image>[@<digest>] [AS <name>] So I was using: ...
non_reli
from syntax spec is not clear about hash algo file cc i was getting really stuck on the docs for the from directive in the dockerfile format which says from so i was using from alpine as build which produces invalid reference format after much searching and not f...
0
1,092
13,041,829,055
IssuesEvent
2020-07-28 21:08:34
mozilla/hubs
https://api.github.com/repos/mozilla/hubs
closed
Move from node-sass to dart-sass
enhancement reliability
I think we could improve developer experience by moving from `node-sass` to `dart-sass`. `node-sass` works fine, but uses a native module using`node-gyp` that requires Python 2.7 to be installed. `node-dart` is a drop in replacement and doesn't have this dependency.
True
Move from node-sass to dart-sass - I think we could improve developer experience by moving from `node-sass` to `dart-sass`. `node-sass` works fine, but uses a native module using`node-gyp` that requires Python 2.7 to be installed. `node-dart` is a drop in replacement and doesn't have this dependency.
reli
move from node sass to dart sass i think we could improve developer experience by moving from node sass to dart sass node sass works fine but uses a native module using node gyp that requires python to be installed node dart is a drop in replacement and doesn t have this dependency
1
57,977
11,812,356,942
IssuesEvent
2020-03-19 20:00:17
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Do not pass value types to Object.ReferenceEquals
api-suggestion area-System.Runtime code-analyzer untriaged
Calls to `ReferenceEquals` where we can detect a value type is being passed in are invariably wrong, as the value type will be boxed, and regardless of its value, `ReferenceEquals` will always return `false`. **Category**: Reliability
1.0
Do not pass value types to Object.ReferenceEquals - Calls to `ReferenceEquals` where we can detect a value type is being passed in are invariably wrong, as the value type will be boxed, and regardless of its value, `ReferenceEquals` will always return `false`. **Category**: Reliability
non_reli
do not pass value types to object referenceequals calls to referenceequals where we can detect a value type is being passed in are invariably wrong as the value type will be boxed and regardless of its value referenceequals will always return false category reliability
0
570
8,656,706,433
IssuesEvent
2018-11-27 19:12:37
m3db/m3
https://api.github.com/repos/m3db/m3
opened
Make peers bootstrapper auto-detect when all other peers are not bootstrapped and return success
C: Bootstrap G: Data Integrity P: Medium T: Reliability T: Usability area:db
Right now when catastrophic failures happen (all nodes crash due to datacenter powerloss or all the nodes run out of disk space or OOM around the same time), recovery can become very difficult if any of the nodes encounter corrupt commitlogs. The reason for this is that if the commitlog bootstrapper encounters any corr...
True
Make peers bootstrapper auto-detect when all other peers are not bootstrapped and return success - Right now when catastrophic failures happen (all nodes crash due to datacenter powerloss or all the nodes run out of disk space or OOM around the same time), recovery can become very difficult if any of the nodes encounte...
reli
make peers bootstrapper auto detect when all other peers are not bootstrapped and return success right now when catastrophic failures happen all nodes crash due to datacenter powerloss or all the nodes run out of disk space or oom around the same time recovery can become very difficult if any of the nodes encounte...
1
265,211
8,343,633,001
IssuesEvent
2018-09-30 07:14:52
minio/minio
https://api.github.com/repos/minio/minio
closed
minio some node return 403
community priority: medium triage
<!--- Provide a general summary of the issue in the Title above --> ## Expected Behavior work better <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> ## Current Behavior there is a clusters of 4 nodes ,but sometime...
1.0
minio some node return 403 - <!--- Provide a general summary of the issue in the Title above --> ## Expected Behavior work better <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> ## Current Behavior there is a clus...
non_reli
minio some node return expected behavior work better current behavior there is a clusters of nodes ,but sometime will return from http response, http header like this http forbidden accept ranges bytes content security policy block all mixed content server minio release ...
0
2,203
24,137,608,714
IssuesEvent
2022-09-21 12:37:30
Azure/PSRule.Rules.Azure
https://api.github.com/repos/Azure/PSRule.Rules.Azure
opened
Enable purge protection for App Configuration stores
ms-hack-2022 rule: app-configuration pillar: reliability
# Rule request ## Suggested rule change App Configuration supports purge protection to extend the protection provided by soft-delete. Purge protection limits data loss causes by accidental and malicious purges of deleted configuration stores by enforcing an mandatory retention interval. This feature only appli...
True
Enable purge protection for App Configuration stores - # Rule request ## Suggested rule change App Configuration supports purge protection to extend the protection provided by soft-delete. Purge protection limits data loss causes by accidental and malicious purges of deleted configuration stores by enforcing an m...
reli
enable purge protection for app configuration stores rule request suggested rule change app configuration supports purge protection to extend the protection provided by soft delete purge protection limits data loss causes by accidental and malicious purges of deleted configuration stores by enforcing an m...
1
28,870
11,705,970,798
IssuesEvent
2020-03-07 19:07:22
vlaship/ws
https://api.github.com/repos/vlaship/ws
opened
CVE-2020-9547 (Medium) detected in jackson-databind-2.8.11.3.jar
security vulnerability
## CVE-2020-9547 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.11.3.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core stre...
True
CVE-2020-9547 (Medium) detected in jackson-databind-2.8.11.3.jar - ## CVE-2020-9547 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.11.3.jar</b></p></summary> <p...
non_reli
cve medium detected in jackson databind jar cve medium severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file tmp ws scm ws build gradle path to vulnerable libra...
0
167,439
6,338,381,020
IssuesEvent
2017-07-27 04:11:25
apex/up
https://api.github.com/repos/apex/up
opened
Better error when creds are missing
Priority UX
will do the wizard style thing later to get people set up, in Beta or 0.1.0, but for now the default AWS stuff sucks: ``` ⨯ error deploying to us-west-2: fetching function config: NoCredentialProviders: no valid providers in chain. Deprecated. For verbose messaging see aws.Config.CredentialsChainVerboseErrors ```
1.0
Better error when creds are missing - will do the wizard style thing later to get people set up, in Beta or 0.1.0, but for now the default AWS stuff sucks: ``` ⨯ error deploying to us-west-2: fetching function config: NoCredentialProviders: no valid providers in chain. Deprecated. For verbose messaging see aws.Con...
non_reli
better error when creds are missing will do the wizard style thing later to get people set up in beta or but for now the default aws stuff sucks ⨯ error deploying to us west fetching function config nocredentialproviders no valid providers in chain deprecated for verbose messaging see aws con...
0
550
8,553,686,135
IssuesEvent
2018-11-08 02:04:49
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
opened
Repeatedly calling Utf8JsonReader.Read() after a JsonReaderException has been thrown should continue to fail deterministically.
area-System.Text.Json tenet-reliability up-for-grabs
This was brought up in the API review. We should validate that multi retries to read after we enter a failure state continues to fail reliably and deterministically. cc @marek-safar, @GrabYourPitchforks
True
Repeatedly calling Utf8JsonReader.Read() after a JsonReaderException has been thrown should continue to fail deterministically. - This was brought up in the API review. We should validate that multi retries to read after we enter a failure state continues to fail reliably and deterministically. cc @marek-safar, @Gra...
reli
repeatedly calling read after a jsonreaderexception has been thrown should continue to fail deterministically this was brought up in the api review we should validate that multi retries to read after we enter a failure state continues to fail reliably and deterministically cc marek safar grabyourpitchfor...
1
360,147
10,684,759,617
IssuesEvent
2019-10-22 11:13:22
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
olymptrade.com - see bug description
browser-firefox engine-gecko priority-normal
<!-- @browser: Firefox 71.0 --> <!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://olymptrade.com/platform **Browser / Version**: Firefox 71.0 **Operating System**: Linux **Tested Another Browser**: Yes **Problem type**...
1.0
olymptrade.com - see bug description - <!-- @browser: Firefox 71.0 --> <!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://olymptrade.com/platform **Browser / Version**: Firefox 71.0 **Operating System**: Linux **Tested A...
non_reli
olymptrade com see bug description url browser version firefox operating system linux tested another browser yes problem type something else description charts on the trading site won t load steps to reproduce this is a binary options trading site today the chart...
0
181,654
14,072,873,509
IssuesEvent
2020-11-04 03:05:11
red/red
https://api.github.com/repos/red/red
closed
Linux->Windows cross-compilation doesn't work
status.built status.tested type.bug
**Describe the bug** Wanted to explore this opportunity because apparently R2 for Linux compiles about ~10% faster than R2 for Windows... ``` -=== Red Compiler 0.6.4 ===- Compiling /home/test/1/3.red ... ...compilation time : 901 ms Target: MSDOS Compiling to native code... *** Red/System Compiler Inter...
1.0
Linux->Windows cross-compilation doesn't work - **Describe the bug** Wanted to explore this opportunity because apparently R2 for Linux compiles about ~10% faster than R2 for Windows... ``` -=== Red Compiler 0.6.4 ===- Compiling /home/test/1/3.red ... ...compilation time : 901 ms Target: MSDOS Compiling ...
non_reli
linux windows cross compilation doesn t work describe the bug wanted to explore this opportunity because apparently for linux compiles about faster than for windows red compiler compiling home test red compilation time ms target msdos compiling to na...
0
3,631
3,509,383,387
IssuesEvent
2016-01-08 22:26:51
godotengine/godot
https://api.github.com/repos/godotengine/godot
opened
GridMap is outdated when compared to TileMap
enhancement topic:core usability
There is no way to set friction for GridMap, or set physic layer/mask. The missing properties are in the 'Collision' section of TileMap: ![gridmapcollision](https://cloud.githubusercontent.com/assets/6129594/12211105/324048ca-b65f-11e5-84c0-3d90d1b26ea0.png)
True
GridMap is outdated when compared to TileMap - There is no way to set friction for GridMap, or set physic layer/mask. The missing properties are in the 'Collision' section of TileMap: ![gridmapcollision](https://cloud.githubusercontent.com/assets/6129594/12211105/324048ca-b65f-11e5-84c0-3d90d1b26ea0.png)
non_reli
gridmap is outdated when compared to tilemap there is no way to set friction for gridmap or set physic layer mask the missing properties are in the collision section of tilemap
0
77,258
7,569,666,431
IssuesEvent
2018-04-23 06:00:47
backdrop/backdrop-issues
https://api.github.com/repos/backdrop/backdrop-issues
closed
Use new JavaScript to detect timezone
pr - reviewed & tested by the community status - has pull request type - feature request
## Describe your issue or idea Modern JavaScript can now detect timezones directly from the browser, rather than just getting the offset from GMT. We should use this increased accuracy method to set the site and user timezones when displaying a timezone element. ~Because we can more accurately detect timezone, we...
1.0
Use new JavaScript to detect timezone - ## Describe your issue or idea Modern JavaScript can now detect timezones directly from the browser, rather than just getting the offset from GMT. We should use this increased accuracy method to set the site and user timezones when displaying a timezone element. ~Because we...
non_reli
use new javascript to detect timezone describe your issue or idea modern javascript can now detect timezones directly from the browser rather than just getting the offset from gmt we should use this increased accuracy method to set the site and user timezones when displaying a timezone element because we...
0
681,713
23,321,031,748
IssuesEvent
2022-08-08 16:23:34
TerryCavanagh/diceydungeons.com
https://api.github.com/repos/TerryCavanagh/diceydungeons.com
closed
Once per battle cards appear in Next Up even after they've been used
reported in launch v1.0 C - Rare/requires weird actions 3 - Has Positive/Neutral Effects Priority
Noticed with Encore finale card, used it to take another turn and then I cycled my deck. It was in the Next Up section despite not actually being drawn since it is once per battle.
1.0
Once per battle cards appear in Next Up even after they've been used - Noticed with Encore finale card, used it to take another turn and then I cycled my deck. It was in the Next Up section despite not actually being drawn since it is once per battle.
non_reli
once per battle cards appear in next up even after they ve been used noticed with encore finale card used it to take another turn and then i cycled my deck it was in the next up section despite not actually being drawn since it is once per battle
0
269,688
23,459,219,502
IssuesEvent
2022-08-16 11:42:10
wazuh/wazuh-qa
https://api.github.com/repos/wazuh/wazuh-qa
opened
Release 4.3.7 - Release Candidate 1 - E2E UX tests - Wazuh Dashboard
team/qa subteam/qa-storm type/manual-testing
The following issue aims to run the specified test for the current release candidate, report the results, and open new issues for any encountered errors. ## Modules tests information ||| |----------------------------------|------ | | **Main release candidate issue** | [#14188](https://github.com/wazuh/wazuh/issue...
1.0
Release 4.3.7 - Release Candidate 1 - E2E UX tests - Wazuh Dashboard - The following issue aims to run the specified test for the current release candidate, report the results, and open new issues for any encountered errors. ## Modules tests information ||| |----------------------------------|------ | | **Main re...
non_reli
release release candidate ux tests wazuh dashboard the following issue aims to run the specified test for the current release candidate report the results and open new issues for any encountered errors modules tests information main rele...
0
260,630
19,679,330,167
IssuesEvent
2022-01-11 15:22:10
elastic/ecs
https://api.github.com/repos/elastic/ecs
closed
Canvas representation of ECS fields
documentation
@MikePaquette created a Canvas representation of our ECS fields and offered that it might be helpful to link to it from an issue in this repo in order to make it accessible, later. I'm creating this issue so that we don't lose sight of this resource.
1.0
Canvas representation of ECS fields - @MikePaquette created a Canvas representation of our ECS fields and offered that it might be helpful to link to it from an issue in this repo in order to make it accessible, later. I'm creating this issue so that we don't lose sight of this resource.
non_reli
canvas representation of ecs fields mikepaquette created a canvas representation of our ecs fields and offered that it might be helpful to link to it from an issue in this repo in order to make it accessible later i m creating this issue so that we don t lose sight of this resource
0
1,333
15,053,953,450
IssuesEvent
2021-02-03 16:51:35
microsoft/VFSForGit
https://api.github.com/repos/microsoft/VFSForGit
closed
`gvfs clone` failing to find `GVFS.Hooks.exe`
affects: mount-reliability type: bug
Some users are struggling with `gvfs clone` with a warning that `GVFS.Hooks.exe` is missing.
True
`gvfs clone` failing to find `GVFS.Hooks.exe` - Some users are struggling with `gvfs clone` with a warning that `GVFS.Hooks.exe` is missing.
reli
gvfs clone failing to find gvfs hooks exe some users are struggling with gvfs clone with a warning that gvfs hooks exe is missing
1
214,432
24,077,699,103
IssuesEvent
2022-09-19 01:01:30
AkshayMukkavilli/Analyzing-the-Significance-of-Structure-in-Amazon-Review-Data-Using-Machine-Learning-Approaches
https://api.github.com/repos/AkshayMukkavilli/Analyzing-the-Significance-of-Structure-in-Amazon-Review-Data-Using-Machine-Learning-Approaches
opened
CVE-2022-36015 (Medium) detected in tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl
security vulnerability
## CVE-2022-36015 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl</b></p></summary> <p>TensorFlow is an open source machine learni...
True
CVE-2022-36015 (Medium) detected in tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl - ## CVE-2022-36015 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.13.1-cp27-cp27...
non_reli
cve medium detected in tensorflow whl cve medium severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file finalproject requirement...
0
358,089
25,177,072,422
IssuesEvent
2022-11-11 10:13:09
vives-dust/framework
https://api.github.com/repos/vives-dust/framework
closed
Join documents based on id's
documentation enhancement
https://github.com/feathersjs-ecosystem/feathers-mongoose#populate Apperently you need to whitelist this. Already did this for necessary models. Here is some test code for devicesensors intersection (works): ```ts import { Service, MongooseServiceOptions } from 'feathers-mongoose'; import { Application } fro...
1.0
Join documents based on id's - https://github.com/feathersjs-ecosystem/feathers-mongoose#populate Apperently you need to whitelist this. Already did this for necessary models. Here is some test code for devicesensors intersection (works): ```ts import { Service, MongooseServiceOptions } from 'feathers-mongoos...
non_reli
join documents based on id s apperently you need to whitelist this already did this for necessary models here is some test code for devicesensors intersection works ts import service mongooseserviceoptions from feathers mongoose import application from declarations import ...
0
64,619
6,912,899,567
IssuesEvent
2017-11-28 13:40:28
ckeditor/ckeditor-dev
https://api.github.com/repos/ckeditor/ckeditor-dev
opened
Failing PFW nested_list test on built version
type:failingtest
## Are you reporting a feature request or a bug? Failing test ## Provide detailed reproduction steps (if any) After building CKEditor test `/plugins/pastefromword/generated/nested_list` is failing. It seems like full preset allows too many plugins and some unwanted styling is present in markup.
1.0
Failing PFW nested_list test on built version - ## Are you reporting a feature request or a bug? Failing test ## Provide detailed reproduction steps (if any) After building CKEditor test `/plugins/pastefromword/generated/nested_list` is failing. It seems like full preset allows too many plugins and some unwant...
non_reli
failing pfw nested list test on built version are you reporting a feature request or a bug failing test provide detailed reproduction steps if any after building ckeditor test plugins pastefromword generated nested list is failing it seems like full preset allows too many plugins and some unwant...
0
177
5,027,162,964
IssuesEvent
2016-12-15 14:50:24
LeastAuthority/leastauthority.com
https://api.github.com/repos/LeastAuthority/leastauthority.com
closed
Signup process can complete without usable grid due to S3 bucket creation failure
bug reliability signup
If the attempt to create the grid's S3 bucket fails (for example, because `<S3Error object with Error code: SlowDown>`), the signup process continues. The end result is a grid that is configured to use an S3 bucket that doesn't actually exist. This results in an error when trying to upload any shares to the grid.
True
Signup process can complete without usable grid due to S3 bucket creation failure - If the attempt to create the grid's S3 bucket fails (for example, because `<S3Error object with Error code: SlowDown>`), the signup process continues. The end result is a grid that is configured to use an S3 bucket that doesn't actuall...
reli
signup process can complete without usable grid due to bucket creation failure if the attempt to create the grid s bucket fails for example because the signup process continues the end result is a grid that is configured to use an bucket that doesn t actually exist this results in an error when tryi...
1
2,394
25,128,021,917
IssuesEvent
2022-11-09 13:14:56
Azure/PSRule.Rules.Azure
https://api.github.com/repos/Azure/PSRule.Rules.Azure
closed
Azure Database for MySQL should have backup configured
rule: mysql pillar: reliability
# Rule request ## Suggested rule change Azure Database for MySQL should have backups of the data files and the transaction log. <!-- A clear and concise description of the what the rule should check and why. --> ## Applies to the following The rule applies to the following: - Resource type: **[Microso...
True
Azure Database for MySQL should have backup configured - # Rule request ## Suggested rule change Azure Database for MySQL should have backups of the data files and the transaction log. <!-- A clear and concise description of the what the rule should check and why. --> ## Applies to the following The rul...
reli
azure database for mysql should have backup configured rule request suggested rule change azure database for mysql should have backups of the data files and the transaction log applies to the following the rule applies to the following resource type additional context ...
1
912
11,582,167,044
IssuesEvent
2020-02-22 01:36:41
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
C#: Typing goto case (ValueTuple<,>) in switch statement crashes Visual Studio
Area-Compilers Bug Tenet-Reliability
**Version Used**: VS2019 16.4.2 .NET Core 3.1 **Steps to Reproduce**: 1. Use the following code ```c# static void Example(object a, object b) { switch ((a, b)) { case (string str, int[] arr) _: break; case (string str, decimal[] arr) _: break; } } ...
True
C#: Typing goto case (ValueTuple<,>) in switch statement crashes Visual Studio - **Version Used**: VS2019 16.4.2 .NET Core 3.1 **Steps to Reproduce**: 1. Use the following code ```c# static void Example(object a, object b) { switch ((a, b)) { case (string str, int[] arr) _: b...
reli
c typing goto case valuetuple in switch statement crashes visual studio version used net core steps to reproduce use the following code c static void example object a object b switch a b case string str int arr break ...
1
201
5,325,715,786
IssuesEvent
2017-02-15 00:45:51
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
opened
Processes may be leaked when docker are killed repeatedly in a short time frame
area/docker area/reliability sig/node
Forked from #37580 If docker gets killed repeated in a short time frame (while kubelet is running and trying to create containers), some container processes may get reparented to PID 1 and continue running, but no longer visible from the docker daemon. This can be produced by running the `Network should recover f...
True
Processes may be leaked when docker are killed repeatedly in a short time frame - Forked from #37580 If docker gets killed repeated in a short time frame (while kubelet is running and trying to create containers), some container processes may get reparented to PID 1 and continue running, but no longer visible from t...
reli
processes may be leaked when docker are killed repeatedly in a short time frame forked from if docker gets killed repeated in a short time frame while kubelet is running and trying to create containers some container processes may get reparented to pid and continue running but no longer visible from the d...
1
1,656
18,069,568,800
IssuesEvent
2021-09-21 00:09:12
Azure/azure-sdk-for-java
https://api.github.com/repos/Azure/azure-sdk-for-java
closed
[BUG] sending batch every minute but still gets error intermittently "The connection was inactive for more than the allowed 300000 milliseconds and is closed by container 'LinkTracker'"
question Event Hubs Client customer-reported pillar-reliability needs-author-feedback
**Describe the bug** I am sending a message batch to eventhub via EventHubProducerClient every Minute. But still intermittently the link tracker closes the link stating no activity since 30 minutes (Send or receive) The connection was inactive for more than the allowed 300000 milliseconds and is closed by container...
True
[BUG] sending batch every minute but still gets error intermittently "The connection was inactive for more than the allowed 300000 milliseconds and is closed by container 'LinkTracker'" - **Describe the bug** I am sending a message batch to eventhub via EventHubProducerClient every Minute. But still intermittently the...
reli
sending batch every minute but still gets error intermittently the connection was inactive for more than the allowed milliseconds and is closed by container linktracker describe the bug i am sending a message batch to eventhub via eventhubproducerclient every minute but still intermittently the link tra...
1
281,302
30,888,594,313
IssuesEvent
2023-08-04 01:33:05
Nivaskumark/kernel_v4.1.15
https://api.github.com/repos/Nivaskumark/kernel_v4.1.15
reopened
WS-2021-0545 (Medium) detected in multiple libraries
Mend: dependency security vulnerability
## WS-2021-0545 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linuxlinux-4.6</b>, <b>linuxlinux-4.6</b>, <b>linuxlinux-4.6</b></p></summary> <p> </p> </details> <p></p> <details...
True
WS-2021-0545 (Medium) detected in multiple libraries - ## WS-2021-0545 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linuxlinux-4.6</b>, <b>linuxlinux-4.6</b>, <b>linuxlinux-4.6</...
non_reli
ws medium detected in multiple libraries ws medium severity vulnerability vulnerable libraries linuxlinux linuxlinux linuxlinux vulnerability details perf report fix memory leaks around perf tip this is an automated id intended to aid in discovery ...
0
636,331
20,597,584,276
IssuesEvent
2022-03-05 19:00:55
grage03/prello
https://api.github.com/repos/grage03/prello
closed
Router
frontend low priority
It is necessary to add or correct the following points: - [x] Going to another page should use the name, not the address - [x] UILink
1.0
Router - It is necessary to add or correct the following points: - [x] Going to another page should use the name, not the address - [x] UILink
non_reli
router it is necessary to add or correct the following points going to another page should use the name not the address uilink
0
2,038
22,798,371,313
IssuesEvent
2022-07-11 01:32:45
StormSurgeLive/asgs
https://api.github.com/repos/StormSurgeLive/asgs
closed
Reduce chattiness and checking remote permissions in opendap_post2.sh
bug enhancement important non-critical opendap reliability
When posting to most remote servers (not fortytwo), the opendap_post2.sh script must check to see if it is creating directories, and if so, will most likely need to change permissions on those directories so that other Operators can also post there. However, it is often the case that it is not the entire directory hier...
True
Reduce chattiness and checking remote permissions in opendap_post2.sh - When posting to most remote servers (not fortytwo), the opendap_post2.sh script must check to see if it is creating directories, and if so, will most likely need to change permissions on those directories so that other Operators can also post there...
reli
reduce chattiness and checking remote permissions in opendap sh when posting to most remote servers not fortytwo the opendap sh script must check to see if it is creating directories and if so will most likely need to change permissions on those directories so that other operators can also post there howeve...
1
244,109
20,610,380,628
IssuesEvent
2022-03-07 07:57:31
hoppscotch/hoppscotch
https://api.github.com/repos/hoppscotch/hoppscotch
opened
[bug]: can not start via docker
bug need testing
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior  ERR_PNPM_RECURSIVE_RUN_NO_SCRIPT  None of the packages has a "do-prod-start" script ### Steps to reproduce docker run --rm --name hoppscotch -p 3000:3000 hoppscotch/hoppscotch:latest > hoppscotch-app@2.2....
1.0
[bug]: can not start via docker - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior  ERR_PNPM_RECURSIVE_RUN_NO_SCRIPT  None of the packages has a "do-prod-start" script ### Steps to reproduce docker run --rm --name hoppscotch -p 3000:3000 hoppscotch/hoppscot...
non_reli
can not start via docker is there an existing issue for this i have searched the existing issues current behavior  err pnpm recursive run no script  none of the packages has a do prod start script steps to reproduce docker run rm name hoppscotch p hoppscotch hoppscotch latest ...
0
128,078
5,048,334,738
IssuesEvent
2016-12-20 12:33:38
TASVideos/BizHawk
https://api.github.com/repos/TASVideos/BizHawk
closed
snes BSX support
Assigned-zeromus auto-migrated Core-BSNES Priority-Low Type-Enhancement
``` i'm not sure BSX roms can be detected. if so, detect it. we may need to put them in the gamedb. otherwise, we need a special rom load option. bsnes 0.87 requires specially selected load options. ``` Original issue reported on code.google.com by `zero...@zeromus.org` on 20 Apr 2014 at 11:15
1.0
snes BSX support - ``` i'm not sure BSX roms can be detected. if so, detect it. we may need to put them in the gamedb. otherwise, we need a special rom load option. bsnes 0.87 requires specially selected load options. ``` Original issue reported on code.google.com by `zero...@zeromus.org` on 20 Apr 2014 at 11:15
non_reli
snes bsx support i m not sure bsx roms can be detected if so detect it we may need to put them in the gamedb otherwise we need a special rom load option bsnes requires specially selected load options original issue reported on code google com by zero zeromus org on apr at
0
1,739
19,320,089,174
IssuesEvent
2021-12-14 03:50:11
livepeer/go-livepeer
https://api.github.com/repos/livepeer/go-livepeer
closed
improve contextual logging
site reliability
It's very difficult these days to use go-livepeer logs to ascertain what's going wrong with a particular broadcast, as most logs. I propose the following for our logs: 1. Any log that occurs within the context of a stream should have a `manifestId` listed. Ditto with `sessionId` for logging that occurs within the...
True
improve contextual logging - It's very difficult these days to use go-livepeer logs to ascertain what's going wrong with a particular broadcast, as most logs. I propose the following for our logs: 1. Any log that occurs within the context of a stream should have a `manifestId` listed. Ditto with `sessionId` for l...
reli
improve contextual logging it s very difficult these days to use go livepeer logs to ascertain what s going wrong with a particular broadcast as most logs i propose the following for our logs any log that occurs within the context of a stream should have a manifestid listed ditto with sessionid for l...
1
97,832
20,425,162,811
IssuesEvent
2022-02-24 02:29:03
haproxy/haproxy
https://api.github.com/repos/haproxy/haproxy
opened
16 new coverity findings
type: code-report
### Tool Name and Version coverity ### Code Report ```plain ** CID 1475448: Null pointer dereferences (FORWARD_NULL) /src/hlua.c: 7203 in hlua_httpclient_snd_yield() ________________________________________________________________________________________________________ *** CID 1475448: Null pointer derefe...
1.0
16 new coverity findings - ### Tool Name and Version coverity ### Code Report ```plain ** CID 1475448: Null pointer dereferences (FORWARD_NULL) /src/hlua.c: 7203 in hlua_httpclient_snd_yield() ________________________________________________________________________________________________________ *** CID 14...
non_reli
new coverity findings tool name and version coverity code report plain cid null pointer dereferences forward null src hlua c in hlua httpclient snd yield cid null poi...
0
19,320
3,439,527,352
IssuesEvent
2015-12-14 10:02:53
jgirald/ES2015C
https://api.github.com/repos/jgirald/ES2015C
closed
Grabació escena civilización Persa
Animation Character Design Documentation High Priority Persian Team A Video
### Descripción Grabar las tomas de video necesarias para componer un video de presentación de la civilización Persa ### Acceptance criteria Tomas de video preparadas para su composición ### Esfuerzo estimado 4h
1.0
Grabació escena civilización Persa - ### Descripción Grabar las tomas de video necesarias para componer un video de presentación de la civilización Persa ### Acceptance criteria Tomas de video preparadas para su composición ### Esfuerzo estimado 4h
non_reli
grabació escena civilización persa descripción grabar las tomas de video necesarias para componer un video de presentación de la civilización persa acceptance criteria tomas de video preparadas para su composición esfuerzo estimado
0
73,226
24,512,264,062
IssuesEvent
2022-10-10 23:14:33
scipy/scipy
https://api.github.com/repos/scipy/scipy
opened
BUG: stats: `_axis_nan_policy_factory` adds unnecessary markup to the function's docstring
defect scipy.stats
### Describe your issue. When viewing the docstring for `scipy.stats.gmean` in ipython (e.g. `In [27]: gmean?`), the `See Also` section shows up as: ``` See Also -------- :func:`numpy.mean` Arithmetic average :func:`numpy.average` Weighted average :func:`hmean` Harmonic mean ``` In the sou...
1.0
BUG: stats: `_axis_nan_policy_factory` adds unnecessary markup to the function's docstring - ### Describe your issue. When viewing the docstring for `scipy.stats.gmean` in ipython (e.g. `In [27]: gmean?`), the `See Also` section shows up as: ``` See Also -------- :func:`numpy.mean` Arithmetic average :f...
non_reli
bug stats axis nan policy factory adds unnecessary markup to the function s docstring describe your issue when viewing the docstring for scipy stats gmean in ipython e g in gmean the see also section shows up as see also func numpy mean arithmetic average func...
0
13,919
9,106,782,974
IssuesEvent
2019-02-21 01:21:07
coreos/ignition
https://api.github.com/repos/coreos/ignition
closed
Ignition Logs Configuration to journalctl
area/security kind/friction
# Bug # Ignition logs all parsed and fetched configuration to journalctl. This is a security risk for organizations which send all journalctl output to a central log storage. At the very least, using ignition_file for secure configurations (keys/secrets) must be warned against in the documentation. ## Operating S...
True
Ignition Logs Configuration to journalctl - # Bug # Ignition logs all parsed and fetched configuration to journalctl. This is a security risk for organizations which send all journalctl output to a central log storage. At the very least, using ignition_file for secure configurations (keys/secrets) must be warned aga...
non_reli
ignition logs configuration to journalctl bug ignition logs all parsed and fetched configuration to journalctl this is a security risk for organizations which send all journalctl output to a central log storage at the very least using ignition file for secure configurations keys secrets must be warned aga...
0
538
8,432,632,329
IssuesEvent
2018-10-17 03:06:54
dotnet/project-system
https://api.github.com/repos/dotnet/project-system
closed
NRE in TaskDelayScheduler
Bug Project-System-CPS Tenet-Reliability
Observed debugging 031b0db6d. ![image](https://user-images.githubusercontent.com/350947/46945196-15778580-d06c-11e8-85cb-aac8bdf7a71f.png) `cancel` is `true`, so line 131 must have run, and `PendingUpdateTokenSource` would not have been `null`. To have `cts` equal `null` on line 135, `PendingUpdateTokenSource`...
True
NRE in TaskDelayScheduler - Observed debugging 031b0db6d. ![image](https://user-images.githubusercontent.com/350947/46945196-15778580-d06c-11e8-85cb-aac8bdf7a71f.png) `cancel` is `true`, so line 131 must have run, and `PendingUpdateTokenSource` would not have been `null`. To have `cts` equal `null` on line 135...
reli
nre in taskdelayscheduler observed debugging cancel is true so line must have run and pendingupdatetokensource would not have been null to have cts equal null on line pendingupdatetokensource must have been cleared between and presumably a callback on cancellation did on th...
1
2,200
24,121,809,908
IssuesEvent
2022-09-20 19:26:37
NVIDIA/spark-rapids
https://api.github.com/repos/NVIDIA/spark-rapids
closed
[BUG] Segfault when partitioning empty batch
bug reliability
**Describe the bug** While trying one of the potential fixes for #3244 I encountered a surprising segfault in `GpuPartitioning` and cudf `Table.partition`. Here's the relevant details from the hs_err file: ``` siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x0000000000000000 [...] Stack: ...
True
[BUG] Segfault when partitioning empty batch - **Describe the bug** While trying one of the potential fixes for #3244 I encountered a surprising segfault in `GpuPartitioning` and cudf `Table.partition`. Here's the relevant details from the hs_err file: ``` siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), ...
reli
segfault when partitioning empty batch describe the bug while trying one of the potential fixes for i encountered a surprising segfault in gpupartitioning and cudf table partition here s the relevant details from the hs err file siginfo si signo sigsegv si code segv maperr si addr ...
1
1,094
13,063,362,096
IssuesEvent
2020-07-30 16:25:22
FoundationDB/fdb-kubernetes-operator
https://api.github.com/repos/FoundationDB/fdb-kubernetes-operator
closed
Cannot control fdbcli timeouts
reliability
In testing we managed to exhaust storage disk space in a cluster; this caused status json to end up taking 12 seconds, longer than the hardcoded 10 second timeout for admin commands. I can understand not wanting a longer default timeout, but couldn't see anyway for user controlled timeouts: I think it would be nice ...
True
Cannot control fdbcli timeouts - In testing we managed to exhaust storage disk space in a cluster; this caused status json to end up taking 12 seconds, longer than the hardcoded 10 second timeout for admin commands. I can understand not wanting a longer default timeout, but couldn't see anyway for user controlled ti...
reli
cannot control fdbcli timeouts in testing we managed to exhaust storage disk space in a cluster this caused status json to end up taking seconds longer than the hardcoded second timeout for admin commands i can understand not wanting a longer default timeout but couldn t see anyway for user controlled time...
1
1,173
13,534,304,268
IssuesEvent
2020-09-16 05:22:48
Azure/azure-sdk-for-java
https://api.github.com/repos/Azure/azure-sdk-for-java
closed
[BUG] Downloading of hdinsight-mgmt 1.3.5 via maven + ivy yields invalid zip
HDInsight Mgmt customer-reported tenet-reliability
**Describe the bug** Hello! I am trying to use the Azure SDK for Java to use the hdinsight management library. I specifically am looking to use version `1.3.5`, as it is the only version, as far as I can tell, with `com.microsoft.azure.management.hdinsight.v2018_06_01_preview.DiskEncryptionProperties`. I downl...
True
[BUG] Downloading of hdinsight-mgmt 1.3.5 via maven + ivy yields invalid zip - **Describe the bug** Hello! I am trying to use the Azure SDK for Java to use the hdinsight management library. I specifically am looking to use version `1.3.5`, as it is the only version, as far as I can tell, with `com.microsoft.azure...
reli
downloading of hdinsight mgmt via maven ivy yields invalid zip describe the bug hello i am trying to use the azure sdk for java to use the hdinsight management library i specifically am looking to use version as it is the only version as far as i can tell with com microsoft azure man...
1
36,955
9,933,339,449
IssuesEvent
2019-07-02 12:06:42
jupyterlab/jupyterlab
https://api.github.com/repos/jupyterlab/jupyterlab
closed
Enable Publish from Windows
tag:Build System tag:DevOps type:Maintenance
We should support publishing from a Windows machine. We ran into https://bugs.python.org/issue31226 when trying to publish 1.0.0. For dev_mode, we should have a `clean:node` command that removes all node_modules. This should be called before trying to create the `sdist` if on Windows: https://github.com/jupyterlab...
1.0
Enable Publish from Windows - We should support publishing from a Windows machine. We ran into https://bugs.python.org/issue31226 when trying to publish 1.0.0. For dev_mode, we should have a `clean:node` command that removes all node_modules. This should be called before trying to create the `sdist` if on Windows:...
non_reli
enable publish from windows we should support publishing from a windows machine we ran into when trying to publish for dev mode we should have a clean node command that removes all node modules this should be called before trying to create the sdist if on windows we can refactor the logic ...
0
51,149
10,590,848,877
IssuesEvent
2019-10-09 09:36:23
codemastermick/FrameTracker
https://api.github.com/repos/codemastermick/FrameTracker
closed
Fix "similar-code" issue in src/app/components/melee-summary/melee-summary.component.ts
codeclimate
Similar blocks of code found in 2 locations. Consider refactoring. https://codeclimate.com/github/codemastermick/FrameTracker/src/app/components/melee-summary/melee-summary.component.ts#issue_5d99117006d4c10001000120
1.0
Fix "similar-code" issue in src/app/components/melee-summary/melee-summary.component.ts - Similar blocks of code found in 2 locations. Consider refactoring. https://codeclimate.com/github/codemastermick/FrameTracker/src/app/components/melee-summary/melee-summary.component.ts#issue_5d99117006d4c10001000120
non_reli
fix similar code issue in src app components melee summary melee summary component ts similar blocks of code found in locations consider refactoring
0
72,954
3,393,412,126
IssuesEvent
2015-12-01 00:06:52
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
ETCD Authentication model in Kubernetes
priority/P2 team/control-plane
Does Kubernetes support the Authentication model of ETCD to Connect the Components . ETCD authentication module https://github.com/coreos/etcd/blob/master/Documentation/authentication.md
1.0
ETCD Authentication model in Kubernetes - Does Kubernetes support the Authentication model of ETCD to Connect the Components . ETCD authentication module https://github.com/coreos/etcd/blob/master/Documentation/authentication.md
non_reli
etcd authentication model in kubernetes does kubernetes support the authentication model of etcd to connect the components etcd authentication module
0
8,446
10,459,359,712
IssuesEvent
2019-09-20 10:44:26
jiangdashao/Matrix-Issues
https://api.github.com/repos/jiangdashao/Matrix-Issues
opened
[INCOMPATIBILITY] ProtocolSupport
Incompatibility
## Troubleshooting Information `Change - [ ] to - [X] to check the checkboxes below.` - [X] The incompatible plugin is up-to-date - [X] Matrix and ProtocolLib are up-to-date - [X] Matrix is running on a 1.8, 1.12, 1.13, or 1.14 server - [X] The issue happens on default config.yml and checks.yml - [X] I've tested ...
True
[INCOMPATIBILITY] ProtocolSupport - ## Troubleshooting Information `Change - [ ] to - [X] to check the checkboxes below.` - [X] The incompatible plugin is up-to-date - [X] Matrix and ProtocolLib are up-to-date - [X] Matrix is running on a 1.8, 1.12, 1.13, or 1.14 server - [X] The issue happens on default config.ym...
non_reli
protocolsupport troubleshooting information change to to check the checkboxes below the incompatible plugin is up to date matrix and protocollib are up to date matrix is running on a or server the issue happens on default config yml and checks yml i ve test...
0
190,487
6,818,953,725
IssuesEvent
2017-11-07 08:26:03
joshleeb/pylon
https://api.github.com/repos/joshleeb/pylon
closed
Compatibility Issues Across Platforms
HIGH PRIORITY investigation web
**Goal** Improve the usability of PylonWeb across all platforms. **Approach** Explore compatibility issues that PylonWeb may be having across other platforms, especially on Mobile. **Notes**
1.0
Compatibility Issues Across Platforms - **Goal** Improve the usability of PylonWeb across all platforms. **Approach** Explore compatibility issues that PylonWeb may be having across other platforms, especially on Mobile. **Notes**
non_reli
compatibility issues across platforms goal improve the usability of pylonweb across all platforms approach explore compatibility issues that pylonweb may be having across other platforms especially on mobile notes
0
345,503
30,818,348,578
IssuesEvent
2023-08-01 14:46:07
red-hat-storage/ocs-ci
https://api.github.com/repos/red-hat-storage/ocs-ci
closed
Test test_change_reclaim_policy_of_pv failed
TestCase failing Squad/Green
Failed test cases: tests/manage/pv_services/test_change_reclaim_policy_of_pv.py::TestChangeReclaimPolicyOfPv::test_change_reclaim_policy_of_pv[CephBlockPool-Delete] tests/manage/pv_services/test_change_reclaim_policy_of_pv.py::TestChangeReclaimPolicyOfPv::test_change_reclaim_policy_of_pv[CephBlockPool-Retain] Erro...
1.0
Test test_change_reclaim_policy_of_pv failed - Failed test cases: tests/manage/pv_services/test_change_reclaim_policy_of_pv.py::TestChangeReclaimPolicyOfPv::test_change_reclaim_policy_of_pv[CephBlockPool-Delete] tests/manage/pv_services/test_change_reclaim_policy_of_pv.py::TestChangeReclaimPolicyOfPv::test_change_rec...
non_reli
test test change reclaim policy of pv failed failed test cases tests manage pv services test change reclaim policy of pv py testchangereclaimpolicyofpv test change reclaim policy of pv tests manage pv services test change reclaim policy of pv py testchangereclaimpolicyofpv test change reclaim policy of pv ...
0
2,339
24,796,126,225
IssuesEvent
2022-10-24 17:25:23
ppy/osu
https://api.github.com/repos/ppy/osu
closed
Client crashed after editing qualifier result
area:tournament type:reliability
### Type Crash to desktop ### Bug description The game will be crushed if you quit "edit seeding result" fast enough by opening an "incomplete" team. The game version is a special version given on #20781, but I guess the latest stable lazer version have same error. Steps to reproduce: 1. Edit `braket.json` unde...
True
Client crashed after editing qualifier result - ### Type Crash to desktop ### Bug description The game will be crushed if you quit "edit seeding result" fast enough by opening an "incomplete" team. The game version is a special version given on #20781, but I guess the latest stable lazer version have same error. ...
reli
client crashed after editing qualifier result type crash to desktop bug description the game will be crushed if you quit edit seeding result fast enough by opening an incomplete team the game version is a special version given on but i guess the latest stable lazer version have same error ste...
1
692,583
23,741,266,255
IssuesEvent
2022-08-31 12:39:00
StackExchange/dnscontrol
https://api.github.com/repos/StackExchange/dnscontrol
closed
Providers should lazy-authenticate
Type: Enhancement Priority: p4 - Lowest
Some providers don't authenticate until needed. Others authenticate on initialization (newPROVIDER()). Neither is better. Users appreciate early authentication because it validates the credentials early, giving feedback right away if they have invalid creds. However by doing it that way, many providers authentic...
1.0
Providers should lazy-authenticate - Some providers don't authenticate until needed. Others authenticate on initialization (newPROVIDER()). Neither is better. Users appreciate early authentication because it validates the credentials early, giving feedback right away if they have invalid creds. However by doing ...
non_reli
providers should lazy authenticate some providers don t authenticate until needed others authenticate on initialization newprovider neither is better users appreciate early authentication because it validates the credentials early giving feedback right away if they have invalid creds however by doing ...
0
1,360
3,918,683,899
IssuesEvent
2016-04-21 13:26:30
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
closed
April release
category: release / binary P1 type: process
I'll try to create the candidate today, from the release candidate in Google: mainline: 759bbfedbd8acd1324211d68b69e302478428e32 cherry-picks: - 1250fdac4c7769cfa200af8b4f9b061024356fea - ba8700ee63efe26c1a09d288129ced18a265ff89 - Rollback of https://bazel-review.googlesource.com/#/c/3220/
1.0
April release - I'll try to create the candidate today, from the release candidate in Google: mainline: 759bbfedbd8acd1324211d68b69e302478428e32 cherry-picks: - 1250fdac4c7769cfa200af8b4f9b061024356fea - ba8700ee63efe26c1a09d288129ced18a265ff89 - Rollback of https://bazel-review.googlesource.com/#/c/3220/
non_reli
april release i ll try to create the candidate today from the release candidate in google mainline cherry picks rollback of
0
69,615
13,300,087,903
IssuesEvent
2020-08-25 10:46:30
jaa0124/iris_classifier
https://api.github.com/repos/jaa0124/iris_classifier
closed
Probar modelo VGG-16
code
Este modelo viene incluído en la librería de Keras y se le proporcionará como input las muestras sin tratar. [VGG-16](https://keras.io/api/applications/vgg/#vgg16-function)
1.0
Probar modelo VGG-16 - Este modelo viene incluído en la librería de Keras y se le proporcionará como input las muestras sin tratar. [VGG-16](https://keras.io/api/applications/vgg/#vgg16-function)
non_reli
probar modelo vgg este modelo viene incluído en la librería de keras y se le proporcionará como input las muestras sin tratar
0
2,212
24,188,478,980
IssuesEvent
2022-09-23 15:13:07
ppy/osu
https://api.github.com/repos/ppy/osu
closed
Crash when creating multiplayer room
type:reliability
### Type Crash to desktop ### Bug description When I clicked the Create button the game crashed to desktop leaving this in stdout: ``` $ ~/osu.AppImage Unhandled exception. osu.Framework.Graphics.Drawable+InvalidThreadForMutationException: Cannot mutate the Transforms on a Loaded Drawable while not on the update ...
True
Crash when creating multiplayer room - ### Type Crash to desktop ### Bug description When I clicked the Create button the game crashed to desktop leaving this in stdout: ``` $ ~/osu.AppImage Unhandled exception. osu.Framework.Graphics.Drawable+InvalidThreadForMutationException: Cannot mutate the Transforms on a L...
reli
crash when creating multiplayer room type crash to desktop bug description when i clicked the create button the game crashed to desktop leaving this in stdout osu appimage unhandled exception osu framework graphics drawable invalidthreadformutationexception cannot mutate the transforms on a l...
1
249,833
18,858,241,421
IssuesEvent
2021-11-12 09:32:35
nvbinh15/pe
https://api.github.com/repos/nvbinh15/pe
opened
[DG] Opt block UML error
type.DocumentationBug severity.Low
Page 8 DG, the return arrow and the activation bar of `EmployeeUI` should be inside the `opt` block. Same issues in the other part of the same diagram (`opt` and `alt` blocks) ![Screen Shot 2021-11-12 at 17.31.31.png](https://raw.githubusercontent.com/nvbinh15/pe/main/files/7a015273-e667-4992-9a00-7c0b479b1fa0.png) ...
1.0
[DG] Opt block UML error - Page 8 DG, the return arrow and the activation bar of `EmployeeUI` should be inside the `opt` block. Same issues in the other part of the same diagram (`opt` and `alt` blocks) ![Screen Shot 2021-11-12 at 17.31.31.png](https://raw.githubusercontent.com/nvbinh15/pe/main/files/7a015273-e667-49...
non_reli
opt block uml error page dg the return arrow and the activation bar of employeeui should be inside the opt block same issues in the other part of the same diagram opt and alt blocks
0
979
11,943,547,717
IssuesEvent
2020-04-02 23:36:05
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
Ternary operator bool?someVoid():default gives "Failed to emit module".
Area-Compilers Bug Tenet-Reliability
**Version Used**: DotNetCore, any version. Not sure about other frameworks. **Steps to Reproduce**: 1. write code: ``` class Program { static void Main() { var someBool = new System.Random().Next(0, 2) == 1; _ = someBool ? SomeVoid() : default; } public static void SomeVoid() { return; ...
True
Ternary operator bool?someVoid():default gives "Failed to emit module". - **Version Used**: DotNetCore, any version. Not sure about other frameworks. **Steps to Reproduce**: 1. write code: ``` class Program { static void Main() { var someBool = new System.Random().Next(0, 2) == 1; _ = someBool ? So...
reli
ternary operator bool somevoid default gives failed to emit module version used dotnetcore any version not sure about other frameworks steps to reproduce write code class program static void main var somebool new system random next somebool so...
1
290
6,023,244,843
IssuesEvent
2017-06-07 23:23:25
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
opened
IDE stop responding completely while a big C# file was edited.
Area-IDE Tenet-Reliability
I edited a big C# file. IDE got slower and slower to respond. Eventually it stop responding at all, I had to kill the process. I captured a dump before killing the process, it is available upon request. CC @Pilchie
True
IDE stop responding completely while a big C# file was edited. - I edited a big C# file. IDE got slower and slower to respond. Eventually it stop responding at all, I had to kill the process. I captured a dump before killing the process, it is available upon request. CC @Pilchie
reli
ide stop responding completely while a big c file was edited i edited a big c file ide got slower and slower to respond eventually it stop responding at all i had to kill the process i captured a dump before killing the process it is available upon request cc pilchie
1
2,765
27,578,378,999
IssuesEvent
2023-03-08 14:36:52
cosmos/ibc-rs
https://api.github.com/repos/cosmos/ibc-rs
opened
[Transfer App] Missing token transfer APIs for `is_account_blocked` and `set_port`
A: bug A: breaking O: reliability
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for opening an issue! ✰ v Before smashing the submit button please review the template. v Please also ensure that this is not a duplicate issue :) ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > >...
True
[Transfer App] Missing token transfer APIs for `is_account_blocked` and `set_port` - <!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for opening an issue! ✰ v Before smashing the submit button please review the template. v Please also ensure that this is ...
reli
missing token transfer apis for is account blocked and set port ☺ v ✰ thanks for opening an issue ✰ v before smashing the submit button please review the template v please also ensure that this is not a duplica...
1
884
11,424,905,668
IssuesEvent
2020-02-03 18:43:48
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
Visual Studio crashes when adding a parameter to a function
Area-IDE Bug Developer Community IDE-IntelliSense Tenet-Reliability
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/content/problem/854342/visual-studio-crashes-when-adding-a-parameter-to-a.html)._ --- [regression] [worked-in:16.4] I have a method with two overloads: ``` Private Function MonthToActualYearMonth(ByVal theMo...
True
Visual Studio crashes when adding a parameter to a function - _This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/content/problem/854342/visual-studio-crashes-when-adding-a-parameter-to-a.html)._ --- [regression] [worked-in:16.4] I have a method with two overl...
reli
visual studio crashes when adding a parameter to a function this issue has been moved from i have a method with two overloads private function monthtoactualyearmonth byval themonth as myenumtype as integer public shared function monthtoactualyearmonth byval theyear as integer byval themonth as ...
1
56,789
8,125,078,493
IssuesEvent
2018-08-16 19:42:21
att/ast
https://api.github.com/repos/att/ast
closed
ksh man page again - questionable doubled description --
documentation
**Description of problem:** There are 2 `set -B` description lines. I do not use brace expansion so I do not know which, if either, is the correct one. **Ksh version:** Version A 93v-1328-g2e6acdf2 **How reproducible:** Always. **Steps to reproduce:** 1. man ksh 2. Skip to the description of the `set` co...
1.0
ksh man page again - questionable doubled description -- - **Description of problem:** There are 2 `set -B` description lines. I do not use brace expansion so I do not know which, if either, is the correct one. **Ksh version:** Version A 93v-1328-g2e6acdf2 **How reproducible:** Always. **Steps to reproduce...
non_reli
ksh man page again questionable doubled description description of problem there are set b description lines i do not use brace expansion so i do not know which if either is the correct one ksh version version a how reproducible always steps to reproduce man k...
0
771
10,476,292,521
IssuesEvent
2019-09-23 18:15:49
microsoft/BotFramework-DirectLineJS
https://api.github.com/repos/microsoft/BotFramework-DirectLineJS
opened
Unhappy path: resume interruption, due to network error
0 Reliability 0 Streaming Extensions
1. Start a conversation 1. Fake a network interruption 1. Resume the network Make sure the bot and client and continue to communicate both ways without significant delays.
True
Unhappy path: resume interruption, due to network error - 1. Start a conversation 1. Fake a network interruption 1. Resume the network Make sure the bot and client and continue to communicate both ways without significant delays.
reli
unhappy path resume interruption due to network error start a conversation fake a network interruption resume the network make sure the bot and client and continue to communicate both ways without significant delays
1
5,753
3,985,389,819
IssuesEvent
2016-05-07 21:03:23
tgstation/-tg-station
https://api.github.com/repos/tgstation/-tg-station
closed
Revheads shouldn't instalose if they disconnect
Feature Request Not a bug Usability
>inb4 feedback forum here is why: 1. only 3 heads of staff, so the game scales it down to there only being 1 revhead 2. said revhead's internet decides to shit itself 40 seconds into the round 3. the round instantly ends 4. the revhead reconnects and is met with anger/a ban
True
Revheads shouldn't instalose if they disconnect - >inb4 feedback forum here is why: 1. only 3 heads of staff, so the game scales it down to there only being 1 revhead 2. said revhead's internet decides to shit itself 40 seconds into the round 3. the round instantly ends 4. the revhead reconnects and is met with ...
non_reli
revheads shouldn t instalose if they disconnect feedback forum here is why only heads of staff so the game scales it down to there only being revhead said revhead s internet decides to shit itself seconds into the round the round instantly ends the revhead reconnects and is met with ange...
0
751
10,347,988,198
IssuesEvent
2019-09-04 18:42:07
dotnet/coreclr
https://api.github.com/repos/dotnet/coreclr
closed
Could not load file or assembly ... The object already exists. (0x80071392)
area-AssemblyLoader bug reliability
We're running .NET Core 3.0.0-preview7-27912-14 in SQL Server test infra and we're seeing a puzzling assembly load error. I've never seen this before and neither has the internet it looks like from some quick searches. It appears to be some sort of race in the assembly loader. We've had 92 hits over the past 20 days...
True
Could not load file or assembly ... The object already exists. (0x80071392) - We're running .NET Core 3.0.0-preview7-27912-14 in SQL Server test infra and we're seeing a puzzling assembly load error. I've never seen this before and neither has the internet it looks like from some quick searches. It appears to be som...
reli
could not load file or assembly the object already exists we re running net core in sql server test infra and we re seeing a puzzling assembly load error i ve never seen this before and neither has the internet it looks like from some quick searches it appears to be some sort of race in the...
1
397
7,294,595,389
IssuesEvent
2018-02-26 01:09:03
dotnet/project-system
https://api.github.com/repos/dotnet/project-system
reopened
Visual studio 15.6 preview 3 crashes on solution load
Area-New-Project-System Bug Feature - Up-to-date Resolution-No Repro Tenet-Reliability Urgency-Soon
15.6 crashes on load of this solution https://github.com/btrepp/vspreviewcrash Repro steps Clone repo paket install Open solution in 15.6 preview 3 Expected behavior Solution loads like in 15.5.6 Actual behavior A popup with "a non fatal error has occured" appears, but then VS locks up Known workarounds None...
True
Visual studio 15.6 preview 3 crashes on solution load - 15.6 crashes on load of this solution https://github.com/btrepp/vspreviewcrash Repro steps Clone repo paket install Open solution in 15.6 preview 3 Expected behavior Solution loads like in 15.5.6 Actual behavior A popup with "a non fatal error has occure...
reli
visual studio preview crashes on solution load crashes on load of this solution repro steps clone repo paket install open solution in preview expected behavior solution loads like in actual behavior a popup with a non fatal error has occured appears but then vs locks up known wor...
1
586,461
17,578,155,596
IssuesEvent
2021-08-16 00:53:58
pterodactyl/panel
https://api.github.com/repos/pterodactyl/panel
closed
Re-installing a server bypasses the "file_denylist"
bug high priority
### Is there an existing issue for this? - [X] I have searched the existing issues before opening this issue. ### Current Behavior Files added in the denylist can be edited, deleted and renamed by the user after a server reinstall ### Expected Behavior The files should not be able to be modified by anyone, even af...
1.0
Re-installing a server bypasses the "file_denylist" - ### Is there an existing issue for this? - [X] I have searched the existing issues before opening this issue. ### Current Behavior Files added in the denylist can be edited, deleted and renamed by the user after a server reinstall ### Expected Behavior The file...
non_reli
re installing a server bypasses the file denylist is there an existing issue for this i have searched the existing issues before opening this issue current behavior files added in the denylist can be edited deleted and renamed by the user after a server reinstall expected behavior the files ...
0
152,817
12,127,164,804
IssuesEvent
2020-04-22 18:15:16
aces/Loris
https://api.github.com/repos/aces/Loris
closed
[MRI Violations] Modifications to mri_protocol table are not saved
23.0.0-testing Bug
**Describe the bug** I access the MRI violations module as a user that has the permission to edit the MRI protocol. I make a valid edit of the MRI protocol table and the system asks if I am sure I want to proceed. I confirm that I want to and my modification seems to be saved but if I access another page (say, Access ...
1.0
[MRI Violations] Modifications to mri_protocol table are not saved - **Describe the bug** I access the MRI violations module as a user that has the permission to edit the MRI protocol. I make a valid edit of the MRI protocol table and the system asks if I am sure I want to proceed. I confirm that I want to and my modi...
non_reli
modifications to mri protocol table are not saved describe the bug i access the mri violations module as a user that has the permission to edit the mri protocol i make a valid edit of the mri protocol table and the system asks if i am sure i want to proceed i confirm that i want to and my modification seems ...
0
24,792
6,575,278,389
IssuesEvent
2017-09-11 15:34:33
LukasKalbertodt/luten
https://api.github.com/repos/LukasKalbertodt/luten
closed
Preparation overview page & general settings
K-new-feature P-preparation-state S-preparation V-student W-code W-database W-design W-web
Students can: - tick "Random partner" or specify a specific partner - choose their preferred language (En or De) The page also needs to show explanation what the student has to do. Additionally a "my status" box would be nice: it shows whether or not the student has done everything they have to. These setting...
1.0
Preparation overview page & general settings - Students can: - tick "Random partner" or specify a specific partner - choose their preferred language (En or De) The page also needs to show explanation what the student has to do. Additionally a "my status" box would be nice: it shows whether or not the student has...
non_reli
preparation overview page general settings students can tick random partner or specify a specific partner choose their preferred language en or de the page also needs to show explanation what the student has to do additionally a my status box would be nice it shows whether or not the student has...
0
1,248
14,289,399,860
IssuesEvent
2020-11-23 19:11:53
argoproj/argo
https://api.github.com/repos/argoproj/argo
closed
Better malformed resource handling
enhancement epic/reliability
# Summary Currently, if you load an malformed resource (e.g. using `kubectl apply`) we have the following behaviour: * The controller will ignore them malformed resource, just logging the error. * The UI and CLI will error if you try to list the namespace the resource is in, or if you try to get the resource. ...
True
Better malformed resource handling - # Summary Currently, if you load an malformed resource (e.g. using `kubectl apply`) we have the following behaviour: * The controller will ignore them malformed resource, just logging the error. * The UI and CLI will error if you try to list the namespace the resource is in, ...
reli
better malformed resource handling summary currently if you load an malformed resource e g using kubectl apply we have the following behaviour the controller will ignore them malformed resource just logging the error the ui and cli will error if you try to list the namespace the resource is in ...
1
85
2,504,543,906
IssuesEvent
2015-01-10 09:59:35
bitcoin/bitcoin
https://api.github.com/repos/bitcoin/bitcoin
closed
configure error on OSX: No working boost sleep implementation found
Bug Build system Priority Low
Trying to compile git head on OSX 10.7.5 with ```./configure --without-qt --disable-tests --disable-debug```, it fails with: checking whether the Boost::Chrono library is available... yes checking for exit in -lboost_chrono-mt... yes configure: error: No working boost sleep implementation found I ha...
1.0
configure error on OSX: No working boost sleep implementation found - Trying to compile git head on OSX 10.7.5 with ```./configure --without-qt --disable-tests --disable-debug```, it fails with: checking whether the Boost::Chrono library is available... yes checking for exit in -lboost_chrono-mt... yes ...
non_reli
configure error on osx no working boost sleep implementation found trying to compile git head on osx with configure without qt disable tests disable debug it fails with checking whether the boost chrono library is available yes checking for exit in lboost chrono mt yes ...
0
301
6,199,823,117
IssuesEvent
2017-07-05 22:40:09
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
SigHelp crashes on conditional indexer
Area-IDE Bug Tenet-Reliability
```C# using System.Collections.Generic; class C { void Main() { List<int> x; var y = x?[$$].Count } } ``` Crashes invoking sighelp at $$
True
SigHelp crashes on conditional indexer - ```C# using System.Collections.Generic; class C { void Main() { List<int> x; var y = x?[$$].Count } } ``` Crashes invoking sighelp at $$
reli
sighelp crashes on conditional indexer c using system collections generic class c void main list x var y x count crashes invoking sighelp at
1
1,422
16,015,651,943
IssuesEvent
2021-04-20 15:41:54
Azure/azure-sdk-for-java
https://api.github.com/repos/Azure/azure-sdk-for-java
opened
Event Hubs: Investigate Stress test results
Azure.Core Event Hubs amqp tenet-reliability
Investigate findings in the stress test results/create bugs for them if they require more investment. Dependent on #20784
True
Event Hubs: Investigate Stress test results - Investigate findings in the stress test results/create bugs for them if they require more investment. Dependent on #20784
reli
event hubs investigate stress test results investigate findings in the stress test results create bugs for them if they require more investment dependent on
1
739
10,256,364,457
IssuesEvent
2019-08-21 17:29:39
lookit/lookit-api
https://api.github.com/repos/lookit/lookit-api
closed
Allow families to see their videos, & add some additional details to past studies
Participant planned recruitment/engagement reliability of data collection size: 10
*Pain Point*: Once parents participate in a study, there is no immediate confirmation that it "worked" and Lookit has their data, or any later confirmation that it has been used to do cool science. They also do not have automatic access to their own data, although they often want to see their videos; instead, a researc...
True
Allow families to see their videos, & add some additional details to past studies - *Pain Point*: Once parents participate in a study, there is no immediate confirmation that it "worked" and Lookit has their data, or any later confirmation that it has been used to do cool science. They also do not have automatic access...
reli
allow families to see their videos add some additional details to past studies pain point once parents participate in a study there is no immediate confirmation that it worked and lookit has their data or any later confirmation that it has been used to do cool science they also do not have automatic access...
1
15,655
5,164,736,280
IssuesEvent
2017-01-17 11:27:36
punker76/gong-wpf-dragdrop
https://api.github.com/repos/punker76/gong-wpf-dragdrop
closed
Selecting an item and the mouse quickly changes selection before drag is started
bug imported from google code
_Original author: gro...@gmail.com (November 07, 2009 19:14:39)_ When clicking an item and moving the mouse quickly, rather than a drag on the item that was clicked on being dragged, sometimes the selection changes before the drag is started. This is particularly noticeable if clicking the item causes the UI to loc...
1.0
Selecting an item and the mouse quickly changes selection before drag is started - _Original author: gro...@gmail.com (November 07, 2009 19:14:39)_ When clicking an item and moving the mouse quickly, rather than a drag on the item that was clicked on being dragged, sometimes the selection changes before the drag is ...
non_reli
selecting an item and the mouse quickly changes selection before drag is started original author gro gmail com november when clicking an item and moving the mouse quickly rather than a drag on the item that was clicked on being dragged sometimes the selection changes before the drag is started...
0
566,106
16,796,141,777
IssuesEvent
2021-06-16 04:02:02
woocommerce/google-listings-and-ads
https://api.github.com/repos/woocommerce/google-listings-and-ads
opened
Global Offers
priority: high type: enhancement type: epic
Currently GLA [syncs all product all target countries ](https://github.com/woocommerce/google-listings-and-ads/pull/319) This approach works but creates a lot of overhead/resource consumption such as API requests, product counts & a real risk we'll keep hitting our quotas quickly (a small number of merchants can use...
1.0
Global Offers - Currently GLA [syncs all product all target countries ](https://github.com/woocommerce/google-listings-and-ads/pull/319) This approach works but creates a lot of overhead/resource consumption such as API requests, product counts & a real risk we'll keep hitting our quotas quickly (a small number of m...
non_reli
global offers currently gla this approach works but creates a lot of overhead resource consumption such as api requests product counts a real risk we ll keep hitting our quotas quickly a small number of merchants can use up the quota if they have a large number of products and select to target all countrie...
0
66,169
16,552,721,908
IssuesEvent
2021-05-28 10:25:18
apache/shardingsphere
https://api.github.com/repos/apache/shardingsphere
closed
Use different ports between test cases to support Maven parallel execution
good first issue in: test type: build
## Feature Request ### Is your feature request related to a problem? When execute Maven command in parallel, test cases failed. ```bash mvn clean install -T1C ``` ``` [ERROR] 2021-05-26 19:39:11.162 [Thread-1] o.a.c.test.TestingZooKeeperServer - From testing server (random state: false) for instance: Insta...
1.0
Use different ports between test cases to support Maven parallel execution - ## Feature Request ### Is your feature request related to a problem? When execute Maven command in parallel, test cases failed. ```bash mvn clean install -T1C ``` ``` [ERROR] 2021-05-26 19:39:11.162 [Thread-1] o.a.c.test.TestingZo...
non_reli
use different ports between test cases to support maven parallel execution feature request is your feature request related to a problem when execute maven command in parallel test cases failed bash mvn clean install o a c test testingzookeeperserver from testin...
0
1,835
20,257,477,710
IssuesEvent
2022-02-15 01:39:23
Azure/azure-sdk-for-java
https://api.github.com/repos/Azure/azure-sdk-for-java
closed
[BUG] OutOfMemoryError only get events from Azure EventHub
question Event Hubs Client customer-reported pillar-reliability needs-author-feedback no-recent-activity
My application consumes memory up to the limit, even just getting the events from the hub and taking no action. java version: 16 azure-messaging-eventhubs:5.10.1 azure-messaging-eventhubs-checkpointstore-blob:1.10.0 I have two consumers as per the following code: ![image](https://user-images.githubusercontent....
True
[BUG] OutOfMemoryError only get events from Azure EventHub - My application consumes memory up to the limit, even just getting the events from the hub and taking no action. java version: 16 azure-messaging-eventhubs:5.10.1 azure-messaging-eventhubs-checkpointstore-blob:1.10.0 I have two consumers as per the fo...
reli
outofmemoryerror only get events from azure eventhub my application consumes memory up to the limit even just getting the events from the hub and taking no action java version azure messaging eventhubs azure messaging eventhubs checkpointstore blob i have two consumers as per the following...
1
231,098
7,623,669,061
IssuesEvent
2018-05-03 15:37:15
quipucords/quipucords
https://api.github.com/repos/quipucords/quipucords
closed
Investigate Process.terminate issue in docker container
bug priority - high
## Specify type: - Bug ### Priority: - High ___ ## Description: This is a possible bug. QE logs have shown instances where the pause/cancel task doesn't stop processing even though the python Process.terminate() method has been called. This issue is to investigate whether the pause/cancel work differently w...
1.0
Investigate Process.terminate issue in docker container - ## Specify type: - Bug ### Priority: - High ___ ## Description: This is a possible bug. QE logs have shown instances where the pause/cancel task doesn't stop processing even though the python Process.terminate() method has been called. This issue is ...
non_reli
investigate process terminate issue in docker container specify type bug priority high description this is a possible bug qe logs have shown instances where the pause cancel task doesn t stop processing even though the python process terminate method has been called this issue is ...
0
210
5,378,548,295
IssuesEvent
2017-02-23 15:13:29
LeastAuthority/leastauthority.com
https://api.github.com/repos/LeastAuthority/leastauthority.com
closed
implement DKIM, to further reduce perceived spamminess of email we send
back burner enhancement reliability signup
Implementing DKIM requires signing emails (without any of the end-to-end value of signing) and is generally much more involved than SPF (issue #126), so I propose to punt on it unless and until we have evidence it's needed.
True
implement DKIM, to further reduce perceived spamminess of email we send - Implementing DKIM requires signing emails (without any of the end-to-end value of signing) and is generally much more involved than SPF (issue #126), so I propose to punt on it unless and until we have evidence it's needed.
reli
implement dkim to further reduce perceived spamminess of email we send implementing dkim requires signing emails without any of the end to end value of signing and is generally much more involved than spf issue so i propose to punt on it unless and until we have evidence it s needed
1
224,429
24,773,349,343
IssuesEvent
2022-10-23 12:28:58
sast-automation-dev/easybuggy4django-41
https://api.github.com/repos/sast-automation-dev/easybuggy4django-41
opened
Pillow-5.1.0.tar.gz: 21 vulnerabilities (highest severity is: 9.8)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Pillow-5.1.0.tar.gz</b></p></summary> <p>Python Imaging Library (Fork)</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/89/b8/2f49bf71cbd0e9...
True
Pillow-5.1.0.tar.gz: 21 vulnerabilities (highest severity is: 9.8) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Pillow-5.1.0.tar.gz</b></p></summary> <p>Python Imaging Library (Fork)</p> <p>Library home page: ...
non_reli
pillow tar gz vulnerabilities highest severity is vulnerable library pillow tar gz python imaging library fork library home page a href path to dependency file path to vulnerable library found in head commit a href vulnerabilities cve sever...
0
398
7,296,143,068
IssuesEvent
2018-02-26 09:47:31
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
Pod will be created again and again when we have not enough cpu.
area/reliability lifecycle/stale sig/node
## Pod will be created again and again when we have not enough cpu and will not be delete. #### version ``` [root@iZbp14tmy66i2l0ln0vwreZ ~]# kubectl version Client Version: version.Info{Major:"1", Minor:"5", GitVersion:"v1.5.1", GitCommit:"82450d03cb057bab0950214ef122b67c83fb11df", GitTreeState:"clean", BuildDat...
True
Pod will be created again and again when we have not enough cpu. - ## Pod will be created again and again when we have not enough cpu and will not be delete. #### version ``` [root@iZbp14tmy66i2l0ln0vwreZ ~]# kubectl version Client Version: version.Info{Major:"1", Minor:"5", GitVersion:"v1.5.1", GitCommit:"82450d...
reli
pod will be created again and again when we have not enough cpu pod will be created again and again when we have not enough cpu and will not be delete version kubectl version client version version info major minor gitversion gitcommit gittreestate clean builddate ...
1
580
8,701,780,659
IssuesEvent
2018-12-05 12:37:37
Cha-OS/colabo
https://api.github.com/repos/Cha-OS/colabo
opened
data preserving and reusage - bandwidth issue
IMPORTANT enhancement performance refactoring reliability
as I've done in `colabo/src/frontend/dev_puzzles/rima/aaa/rima-aaa.service.ts:: getUsersInActiveMap` we can use previously loaded data again for different components
True
data preserving and reusage - bandwidth issue - as I've done in `colabo/src/frontend/dev_puzzles/rima/aaa/rima-aaa.service.ts:: getUsersInActiveMap` we can use previously loaded data again for different components
reli
data preserving and reusage bandwidth issue as i ve done in colabo src frontend dev puzzles rima aaa rima aaa service ts getusersinactivemap we can use previously loaded data again for different components
1
2,942
30,476,993,949
IssuesEvent
2023-07-17 17:15:48
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
Issue in analyzer callbacks for nested actions in symbol start analyzers
Bug Area-Analyzers Tenet-Reliability untriaged
Issue found by the unit test skipped in https://github.com/dotnet/roslyn/pull/68385/commits/2e0f6b90a568b1e0033f9ed785ff22c8a8fe96af. Core issue is as follows: 1. Create a symbol start analyzer that registers nested operation actions for code within named types 2. Register symbol end action for the outer type, but...
True
Issue in analyzer callbacks for nested actions in symbol start analyzers - Issue found by the unit test skipped in https://github.com/dotnet/roslyn/pull/68385/commits/2e0f6b90a568b1e0033f9ed785ff22c8a8fe96af. Core issue is as follows: 1. Create a symbol start analyzer that registers nested operation actions for cod...
reli
issue in analyzer callbacks for nested actions in symbol start analyzers issue found by the unit test skipped in core issue is as follows create a symbol start analyzer that registers nested operation actions for code within named types register symbol end action for the outer type but not for the nest...
1
775
10,476,332,464
IssuesEvent
2019-09-23 18:21:21
microsoft/BotFramework-DirectLineJS
https://api.github.com/repos/microsoft/BotFramework-DirectLineJS
opened
Unhappy path: resume interruption, after token is renewed
0 Reliability 0 Streaming Extensions
> This can be folded into the previous "expired token" test, but must be clearly separated for their test expectations. 1. Start a conversation 1. Kill the connection by letting the token expire 1. Renew the token 1. Resume the conversation with same conversation ID and renewed token Make sure: - The bot and ...
True
Unhappy path: resume interruption, after token is renewed - > This can be folded into the previous "expired token" test, but must be clearly separated for their test expectations. 1. Start a conversation 1. Kill the connection by letting the token expire 1. Renew the token 1. Resume the conversation with same con...
reli
unhappy path resume interruption after token is renewed this can be folded into the previous expired token test but must be clearly separated for their test expectations start a conversation kill the connection by letting the token expire renew the token resume the conversation with same con...
1
8,890
12,391,646,360
IssuesEvent
2020-05-20 12:50:39
loic-lopez/UMVC
https://api.github.com/repos/loic-lopez/UMVC
closed
Improve code coverage on UMVC.Editor
Requirement UMVC Editor enhancement
Improve code coverage by adding tests to: - [x] CreateSettingsWindow - [x] CreateMVCWindow - [x] Singleton.UMVC - [x] UMVC.Editor.Extensions namespace - [x] Asset.cs - [x] WindowsManager.cs - [x] Abstracts/Window.cs See uncovered files at: [codecov.io/loic-lopez/UMVC/Editor](https://codecov.io/gh/loic-lopez...
1.0
Improve code coverage on UMVC.Editor - Improve code coverage by adding tests to: - [x] CreateSettingsWindow - [x] CreateMVCWindow - [x] Singleton.UMVC - [x] UMVC.Editor.Extensions namespace - [x] Asset.cs - [x] WindowsManager.cs - [x] Abstracts/Window.cs See uncovered files at: [codecov.io/loic-lopez/UMVC/E...
non_reli
improve code coverage on umvc editor improve code coverage by adding tests to createsettingswindow createmvcwindow singleton umvc umvc editor extensions namespace asset cs windowsmanager cs abstracts window cs see uncovered files at
0
212,072
7,228,125,457
IssuesEvent
2018-02-11 05:16:25
openshift/origin
https://api.github.com/repos/openshift/origin
closed
How to make CNI work with redhat/openshift-ovs-multitenant?
component/networking kind/question lifecycle/stale priority/P3
I'm trying to configure a cluster manually (not using Ansible) as I described in https://github.com/openshift/origin/issues/13959. But I didn't found how to configure the network for communication between master and nodes. Can anyone help me about how to configure a network plugin in Origin? ##### Version openshif...
1.0
How to make CNI work with redhat/openshift-ovs-multitenant? - I'm trying to configure a cluster manually (not using Ansible) as I described in https://github.com/openshift/origin/issues/13959. But I didn't found how to configure the network for communication between master and nodes. Can anyone help me about how to co...
non_reli
how to make cni work with redhat openshift ovs multitenant i m trying to configure a cluster manually not using ansible as i described in but i didn t found how to configure the network for communication between master and nodes can anyone help me about how to configure a network plugin in origin ver...
0
641,277
20,823,094,221
IssuesEvent
2022-03-18 17:23:52
googleapis/nodejs-logging-winston
https://api.github.com/repos/googleapis/nodejs-logging-winston
closed
Add support to print structured logging to STDOUT
priority: p2 type: feature request api: logging
**Is your feature request related to a problem? Please describe.** There are problems reported by users about inability to flush logging data in serverless environments like Cloud Functions reported in [598](https://github.com/googleapis/nodejs-logging-winston/issues/598). **Describe the solution you'd like** Add ...
1.0
Add support to print structured logging to STDOUT - **Is your feature request related to a problem? Please describe.** There are problems reported by users about inability to flush logging data in serverless environments like Cloud Functions reported in [598](https://github.com/googleapis/nodejs-logging-winston/issu...
non_reli
add support to print structured logging to stdout is your feature request related to a problem please describe there are problems reported by users about inability to flush logging data in serverless environments like cloud functions reported in describe the solution you d like add support to prin...
0
2,459
25,525,379,070
IssuesEvent
2022-11-29 01:28:45
NVIDIA/spark-rapids
https://api.github.com/repos/NVIDIA/spark-rapids
closed
[FEA] scans should log what file(s) caused an exception in cuDF
good first issue reliability
When cuDF fails to process a file (or files in the coalescing/cloud readers) we don't always know what file we need to look into easily. Our readers should try/catch calls to cuDF and log the original exception from cuDF but also add what file(s) were being read and any other pertinent metadata (I'd like to see file...
True
[FEA] scans should log what file(s) caused an exception in cuDF - When cuDF fails to process a file (or files in the coalescing/cloud readers) we don't always know what file we need to look into easily. Our readers should try/catch calls to cuDF and log the original exception from cuDF but also add what file(s) were...
reli
scans should log what file s caused an exception in cudf when cudf fails to process a file or files in the coalescing cloud readers we don t always know what file we need to look into easily our readers should try catch calls to cudf and log the original exception from cudf but also add what file s were bei...
1
128
4,122,253,252
IssuesEvent
2016-06-09 00:57:21
dotnet/coreclr
https://api.github.com/repos/dotnet/coreclr
closed
SIGSEGV_libcoreclr.so!AllocateObject
blocking-release bug GC reliability
**The notes in this bug refer to the Ubuntu.14.04 dump [wj3wzs5j](https://rapreqs.blob.core.windows.net/bryanar/BodyPart_4fa8883e-f6d9-47b1-9c02-2d1ce6156ddb?sv=2015-04-05&sr=b&sig=UZCJEECgbzT09rj4horT5AyCQWb%2FtHO87O0J7euBYbg%3D&st=2016-05-20T21%3A11%3A44Z&se=2017-05-20T21%3A11%3A44Z&sp=r). Other dumps are available ...
True
SIGSEGV_libcoreclr.so!AllocateObject - **The notes in this bug refer to the Ubuntu.14.04 dump [wj3wzs5j](https://rapreqs.blob.core.windows.net/bryanar/BodyPart_4fa8883e-f6d9-47b1-9c02-2d1ce6156ddb?sv=2015-04-05&sr=b&sig=UZCJEECgbzT09rj4horT5AyCQWb%2FtHO87O0J7euBYbg%3D&st=2016-05-20T21%3A11%3A44Z&se=2017-05-20T21%3A11%...
reli
sigsegv libcoreclr so allocateobject the notes in this bug refer to the ubuntu dump other dumps are available if needed to repro this issue you will likely have to disaable the oom killer and dissable memory overcommit using the following directions append these lines to etc sysctl conf ...
1
154,358
12,201,440,931
IssuesEvent
2020-04-30 07:14:03
plazi/BLR-website
https://api.github.com/repos/plazi/BLR-website
reopened
BLR website testing: access to data: API
testing BLR UI website
Late at night, what is obvious what we forgot and is the real strenght, is that we have one, may be two APIs. Zenodeo, and and Zenodo. We really must provide a link for API users on the front page, or at least a level below, and we must make a strong statement that this website is just scratching the surface of what ...
1.0
BLR website testing: access to data: API - Late at night, what is obvious what we forgot and is the real strenght, is that we have one, may be two APIs. Zenodeo, and and Zenodo. We really must provide a link for API users on the front page, or at least a level below, and we must make a strong statement that this webs...
non_reli
blr website testing access to data api late at night what is obvious what we forgot and is the real strenght is that we have one may be two apis zenodeo and and zenodo we really must provide a link for api users on the front page or at least a level below and we must make a strong statement that this webs...
0
473,460
13,642,672,400
IssuesEvent
2020-09-25 15:52:34
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
opened
[studio] Update delete to become a flag on the record of a publishable operation
enhancement priority: high
Deleting an item or a package will become a flag or similar on the item record. Publishing of delete is no longer immediate and can be treated like any create/update event. The publisher will execute the delete as a command much like create/update by deleting the file in `published`. Ping me to finalize the design...
1.0
[studio] Update delete to become a flag on the record of a publishable operation - Deleting an item or a package will become a flag or similar on the item record. Publishing of delete is no longer immediate and can be treated like any create/update event. The publisher will execute the delete as a command much like c...
non_reli
update delete to become a flag on the record of a publishable operation deleting an item or a package will become a flag or similar on the item record publishing of delete is no longer immediate and can be treated like any create update event the publisher will execute the delete as a command much like create u...
0
905
11,580,116,530
IssuesEvent
2020-02-21 19:26:10
microsoft/azuredatastudio
https://api.github.com/repos/microsoft/azuredatastudio
closed
Potential listener leak at new View needs to be investigated
Area - Reliability Bug Impact: Stress Triage: Done
<!-- Please search existing issues to avoid creating duplicates. --> <!-- Also please test using the latest insiders build to make sure your issue has not already been fixed. --> <!-- Use Help > Report Issue to prefill these. --> - Azure Data Studio Version: Master Steps to Reproduce: 1. SQL Nb Test - Stres...
True
Potential listener leak at new View needs to be investigated - <!-- Please search existing issues to avoid creating duplicates. --> <!-- Also please test using the latest insiders build to make sure your issue has not already been fixed. --> <!-- Use Help > Report Issue to prefill these. --> - Azure Data Studio Ve...
reli
potential listener leak at new view needs to be investigated report issue to prefill these azure data studio version master steps to reproduce sql nb test stress mode after around iterations pops the following potential leak at new view file e mssqltoolsagentworkspace ...
1
84,726
15,728,258,573
IssuesEvent
2021-03-29 13:37:37
ssobue/spring-preauth-session
https://api.github.com/repos/ssobue/spring-preauth-session
closed
CVE-2020-5421 (Medium) detected in spring-web-5.1.10.RELEASE.jar
security vulnerability
## CVE-2020-5421 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-web-5.1.10.RELEASE.jar</b></p></summary> <p>Spring Web</p> <p>Library home page: <a href="https://github.com/s...
True
CVE-2020-5421 (Medium) detected in spring-web-5.1.10.RELEASE.jar - ## CVE-2020-5421 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-web-5.1.10.RELEASE.jar</b></p></summary> <p...
non_reli
cve medium detected in spring web release jar cve medium severity vulnerability vulnerable library spring web release jar spring web library home page a href path to dependency file spring preauth session pom xml path to vulnerable library root repository org spr...
0
793
10,545,589,528
IssuesEvent
2019-10-02 19:29:32
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
System.Net.HttpListenerException : An operation was attempted on a nonexistent network connection with GCStress
area-System.Net bug os-windows tenet-reliability up-for-grabs
Test failed in System.Net.HttpListener.Tests.dll, the test output log as following: set COMPlus_GCStress=3 set XUNIT_PERFORMANCE_MIN_ITERATION=1 set XUNIT_PERFORMANCE_MAX_ITERATION=1 call F:\repos\corefx\bin\testhost\netcoreapp-Windows_NT-Debug-x64\\dotnet.exe xunit.console.netcore.exe System.Net.HttpListener.Tes...
True
System.Net.HttpListenerException : An operation was attempted on a nonexistent network connection with GCStress - Test failed in System.Net.HttpListener.Tests.dll, the test output log as following: set COMPlus_GCStress=3 set XUNIT_PERFORMANCE_MIN_ITERATION=1 set XUNIT_PERFORMANCE_MAX_ITERATION=1 call F:\repos\cor...
reli
system net httplistenerexception an operation was attempted on a nonexistent network connection with gcstress test failed in system net httplistener tests dll the test output log as following set complus gcstress set xunit performance min iteration set xunit performance max iteration call f repos cor...
1
1,382
15,704,914,049
IssuesEvent
2021-03-26 15:32:14
FoundationDB/fdb-kubernetes-operator
https://api.github.com/repos/FoundationDB/fdb-kubernetes-operator
closed
Self conflict
question reliability
I'm not entirely sure how this comes about, but the operator manages to self-conflict fairly regularly. <details> <summary>Here's a log snippet</summary> ``` 2020-06-19T03:23:29.742Z INFO controller Retrying reconcilation {"reason": "Waiting for pod fdb-test/fdb-test-cluster/fdb-test-cluster-statel...
True
Self conflict - I'm not entirely sure how this comes about, but the operator manages to self-conflict fairly regularly. <details> <summary>Here's a log snippet</summary> ``` 2020-06-19T03:23:29.742Z INFO controller Retrying reconcilation {"reason": "Waiting for pod fdb-test/fdb-test-cluster/fdb-tes...
reli
self conflict i m not entirely sure how this comes about but the operator manages to self conflict fairly regularly here s a log snippet info controller retrying reconcilation reason waiting for pod fdb test fdb test cluster fdb test cluster stateless to be ready ...
1
191,303
22,215,739,941
IssuesEvent
2022-06-08 01:18:45
Nivaskumark/kernel_v4.1.15
https://api.github.com/repos/Nivaskumark/kernel_v4.1.15
reopened
CVE-2019-5489 (Medium) detected in linuxlinux-4.6
security vulnerability
## CVE-2019-5489 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.6</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.kerne...
True
CVE-2019-5489 (Medium) detected in linuxlinux-4.6 - ## CVE-2019-5489 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.6</b></p></summary> <p> <p>The Linux Kernel</p> <p>L...
non_reli
cve medium detected in linuxlinux cve medium severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files mm mincore c ...
0
3,037
31,791,106,037
IssuesEvent
2023-09-13 03:26:54
hackforla/ops
https://api.github.com/repos/hackforla/ops
closed
[SPIKE] Set up AWS billing notifications alarms
size: 2pt role: Site Reliability Engineer feature: monitoring
### Overview Currently, we have no safe guards in place if an AWS service costs more than anticipated. AWS has measures in place with tools like Cloudwatch. Let's investigate how to set up a cloudwatch alarm and see if we can set up notifications ### Action Items - [x] Investigate HFLA's incubator AWS setup - [x]...
True
[SPIKE] Set up AWS billing notifications alarms - ### Overview Currently, we have no safe guards in place if an AWS service costs more than anticipated. AWS has measures in place with tools like Cloudwatch. Let's investigate how to set up a cloudwatch alarm and see if we can set up notifications ### Action Items ...
reli
set up aws billing notifications alarms overview currently we have no safe guards in place if an aws service costs more than anticipated aws has measures in place with tools like cloudwatch let s investigate how to set up a cloudwatch alarm and see if we can set up notifications action items i...
1
149
4,343,371,636
IssuesEvent
2016-07-29 01:21:14
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
opened
Gargantuan source files can be silently treated as being much smaller
Area-Compilers Bug Tenet-Reliability
**Version Used**: 1.3.1.60616 and recent sync to master **Steps to Reproduce**: * Run the following script ``` C# string program = "class P { static void Main() { System.Console.WriteLine(\"hello\"); } }"; string garbage = "@#%@#^@#^!#%#@$%@^"; File.WriteAllText("big.cs", program + garbage, Encoding.ASCII);...
True
Gargantuan source files can be silently treated as being much smaller - **Version Used**: 1.3.1.60616 and recent sync to master **Steps to Reproduce**: * Run the following script ``` C# string program = "class P { static void Main() { System.Console.WriteLine(\"hello\"); } }"; string garbage = "@#%@#^@#^!#%#@$...
reli
gargantuan source files can be silently treated as being much smaller version used and recent sync to master steps to reproduce run the following script c string program class p static void main system console writeline hello string garbage ...
1
240,346
7,801,122,059
IssuesEvent
2018-06-09 17:16:57
tine20/Tine-2.0-Open-Source-Groupware-and-CRM
https://api.github.com/repos/tine20/Tine-2.0-Open-Source-Groupware-and-CRM
closed
0013106: Update Tinebase from 10.16 to 10.24 fails
Bug Mantis Setup high priority
**Reported by ingoratsdorf on 20 May 2017 00:03** Tinebase introduced a filesystem preview in 10.23, however during upgrade from 10.16 to 10.17 there is a call for filesystem.stat that will fail as Tinebase tries a DB JOIN LEFT with the preview field and subsequently fails (as preview db field will only be added in 1...
1.0
0013106: Update Tinebase from 10.16 to 10.24 fails - **Reported by ingoratsdorf on 20 May 2017 00:03** Tinebase introduced a filesystem preview in 10.23, however during upgrade from 10.16 to 10.17 there is a call for filesystem.stat that will fail as Tinebase tries a DB JOIN LEFT with the preview field and subsequent...
non_reli
update tinebase from to fails reported by ingoratsdorf on may tinebase introduced a filesystem preview in however during upgrade from to there is a call for filesystem stat that will fail as tinebase tries a db join left with the preview field and subsequently fails as preview d...
0
1,575
17,153,215,257
IssuesEvent
2021-07-14 00:58:00
ppy/osu
https://api.github.com/repos/ppy/osu
closed
Osu!Lazer doesn't open window
missing details type:reliability
This has been a problem for a while, and I enjoy Lazer over stable because of the mania keystrokes. It's been happening for over 3 months now, with me trying to open lazer and nothing happening. I assume it was because one time it was bugging, and I continued to restart it, and then it wouldn't open from then on. I'm c...
True
Osu!Lazer doesn't open window - This has been a problem for a while, and I enjoy Lazer over stable because of the mania keystrokes. It's been happening for over 3 months now, with me trying to open lazer and nothing happening. I assume it was because one time it was bugging, and I continued to restart it, and then it w...
reli
osu lazer doesn t open window this has been a problem for a while and i enjoy lazer over stable because of the mania keystrokes it s been happening for over months now with me trying to open lazer and nothing happening i assume it was because one time it was bugging and i continued to restart it and then it w...
1
1,501
16,608,422,852
IssuesEvent
2021-06-02 08:00:12
Azure/azure-sdk-for-java
https://api.github.com/repos/Azure/azure-sdk-for-java
closed
[BUG] Azure-storage-blob Hitting PoolAcquireTimeoutException on getAccountInfo call.
Azure.Core Client HttpClient customer-reported needs-author-feedback no-recent-activity question tenet-reliability
**Describe the bug** A clear and concise description of what the bug is. ***Exception or Stack Trace*** `reactor.core.Exceptions.ReactiveException: reactor.netty.internal.shaded.reactor.pool.PoolAcquireTimeoutException: Pool#acquire(Duration) has been pending for more than the configured timeout of 45000ms reacto...
True
[BUG] Azure-storage-blob Hitting PoolAcquireTimeoutException on getAccountInfo call. - **Describe the bug** A clear and concise description of what the bug is. ***Exception or Stack Trace*** `reactor.core.Exceptions.ReactiveException: reactor.netty.internal.shaded.reactor.pool.PoolAcquireTimeoutException: Pool#acq...
reli
azure storage blob hitting poolacquiretimeoutexception on getaccountinfo call describe the bug a clear and concise description of what the bug is exception or stack trace reactor core exceptions reactiveexception reactor netty internal shaded reactor pool poolacquiretimeoutexception pool acquire...
1
342,091
30,608,061,435
IssuesEvent
2023-07-23 09:01:47
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
closed
Fix raw_ops.test_tensorflow_TruncateDiv
TensorFlow Frontend Sub Task Failing Test
| | | |---|---| |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5635438832/job/15266431343"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5635438832/job/15266431343"><img src=https://img.shields.io/badge/-success-success></a> ...
1.0
Fix raw_ops.test_tensorflow_TruncateDiv - | | | |---|---| |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5635438832/job/15266431343"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5635438832/job/15266431343"><img src=https://im...
non_reli
fix raw ops test tensorflow truncatediv torch a href src numpy a href src jax a href src tensorflow a href src paddle a href src
0
1,690
18,714,787,754
IssuesEvent
2021-11-03 02:03:00
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
Are significant numbers of OperationCanceledException in RoslynCodeAnalysisService normal? Is SolutionChecksumUpdater being too aggressive?
Bug Area-IDE Need More Info Tenet-Reliability
**Version Used**: VS 2019, 16.10.3 **Steps to Reproduce**: Unsure. Issue is sporadic. ------------------ * I have a sporadic issue (on multiple machines) where VS is much slower and less responsive than it should be, especially in the C# text editor. * I made a trace with WPR and had a look with WPA ...
True
Are significant numbers of OperationCanceledException in RoslynCodeAnalysisService normal? Is SolutionChecksumUpdater being too aggressive? - **Version Used**: VS 2019, 16.10.3 **Steps to Reproduce**: Unsure. Issue is sporadic. ------------------ * I have a sporadic issue (on multiple machines) where VS...
reli
are significant numbers of operationcanceledexception in roslyncodeanalysisservice normal is solutionchecksumupdater being too aggressive version used vs steps to reproduce unsure issue is sporadic i have a sporadic issue on multiple machines where vs is m...
1