Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
757
labels
stringlengths
4
664
body
stringlengths
3
261k
index
stringclasses
10 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
232k
binary_label
int64
0
1
35,103
7,893,191,917
IssuesEvent
2018-06-28 17:13:51
dotnet/coreclr
https://api.github.com/repos/dotnet/coreclr
opened
Bounds checks on array/span not eliminated after length check
area-CodeGen
I've got code similar to the following repro: ```C# using System; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; public class C { public static void Main() => new C().TryFormat(new char[4], out _); public bool TryFormat(Span<char> dst, out int charsWritten) { ...
1.0
Bounds checks on array/span not eliminated after length check - I've got code similar to the following repro: ```C# using System; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; public class C { public static void Main() => new C().TryFormat(new char[4], out _); public b...
non_defect
bounds checks on array span not eliminated after length check i ve got code similar to the following repro c using system using system runtime interopservices using system runtime compilerservices public class c public static void main new c tryformat new char out public boo...
0
8,102
2,611,452,468
IssuesEvent
2015-02-27 05:00:12
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
When you choose to disable land objects, the girders aren't generated too.
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Enter game mode options and make a custom set. 2. Check "disable land objects" and make sure that "disable girders" is unchecked. 3. Start the game. What is the expected output? What do you see instead? The girders aren't generated. What version of the product are you us...
1.0
When you choose to disable land objects, the girders aren't generated too. - ``` What steps will reproduce the problem? 1. Enter game mode options and make a custom set. 2. Check "disable land objects" and make sure that "disable girders" is unchecked. 3. Start the game. What is the expected output? What do you see i...
defect
when you choose to disable land objects the girders aren t generated too what steps will reproduce the problem enter game mode options and make a custom set check disable land objects and make sure that disable girders is unchecked start the game what is the expected output what do you see i...
1
55,760
11,463,295,033
IssuesEvent
2020-02-07 15:44:50
canonical-web-and-design/tutorials.ubuntu.com
https://api.github.com/repos/canonical-web-and-design/tutorials.ubuntu.com
closed
Tutorial Wanted - install and configure LDAP
Google Code In Tutorials Content Type: Tutorial Request
This tutorial will cover the installation and configuration of an OpenLDAP server. As this will be a fairly advanced tutorial, it's safe to assume the reader will have good Linux server and systems experience and will understand the security and authentication requirements of running OpenLDAP. The following docum...
1.0
Tutorial Wanted - install and configure LDAP - This tutorial will cover the installation and configuration of an OpenLDAP server. As this will be a fairly advanced tutorial, it's safe to assume the reader will have good Linux server and systems experience and will understand the security and authentication requireme...
non_defect
tutorial wanted install and configure ldap this tutorial will cover the installation and configuration of an openldap server as this will be a fairly advanced tutorial it s safe to assume the reader will have good linux server and systems experience and will understand the security and authentication requireme...
0
119,145
17,604,047,280
IssuesEvent
2021-08-17 14:59:07
Pio1006/ui
https://api.github.com/repos/Pio1006/ui
opened
CVE-2018-11499 (High) detected in multiple libraries
security vulnerability
## CVE-2018-11499 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>opennmsopennms-source-26.0.0-1</b>, <b>opennmsopennms-source-26.0.0-1</b>, <b>opennmsopennms-source-26.0.0-1</b>, <b>...
True
CVE-2018-11499 (High) detected in multiple libraries - ## CVE-2018-11499 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>opennmsopennms-source-26.0.0-1</b>, <b>opennmsopennms-source-2...
non_defect
cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries opennmsopennms source opennmsopennms source opennmsopennms source opennmsopennms source vulnerability details a use after free vulnerabi...
0
178,467
13,780,823,109
IssuesEvent
2020-10-08 15:23:21
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
opened
[CI] ConcurrentSnapshotsIT.testDeletesAreBatched fails
:Distributed/Snapshot/Restore >test-failure
**Build scan**: https://gradle-enterprise.elastic.co/s/ddwl7fzpvxuck **Repro line**: ./gradlew ':server:internalClusterTest' --tests "org.elasticsearch.snapshots.ConcurrentSnapshotsIT.testDeletesAreBatched" \ -Dtests.seed=B05CAAB2F86ED160 \ -Dtests.security.manager=true \ -Dbuild.snapshot=false \ -Dtest...
1.0
[CI] ConcurrentSnapshotsIT.testDeletesAreBatched fails - **Build scan**: https://gradle-enterprise.elastic.co/s/ddwl7fzpvxuck **Repro line**: ./gradlew ':server:internalClusterTest' --tests "org.elasticsearch.snapshots.ConcurrentSnapshotsIT.testDeletesAreBatched" \ -Dtests.seed=B05CAAB2F86ED160 \ -Dtests.secu...
non_defect
concurrentsnapshotsit testdeletesarebatched fails build scan repro line gradlew server internalclustertest tests org elasticsearch snapshots concurrentsnapshotsit testdeletesarebatched dtests seed dtests security manager true dbuild snapshot false dtests jvm arglin...
0
568,141
16,960,266,562
IssuesEvent
2021-06-29 02:07:14
cjs8487/SS-Randomizer-Tracker
https://api.github.com/repos/cjs8487/SS-Randomizer-Tracker
closed
Refactor Components
Low Priority Refactor
There are several ways to reduce the number of components we have, both by combining them into files (rather than one per file) as well as changing components to take prop values to determine state, removing the need for individual components for everything. These changes will allow logic refactors to be applied more e...
1.0
Refactor Components - There are several ways to reduce the number of components we have, both by combining them into files (rather than one per file) as well as changing components to take prop values to determine state, removing the need for individual components for everything. These changes will allow logic refactor...
non_defect
refactor components there are several ways to reduce the number of components we have both by combining them into files rather than one per file as well as changing components to take prop values to determine state removing the need for individual components for everything these changes will allow logic refactor...
0
128,233
17,465,994,670
IssuesEvent
2021-08-06 16:54:49
Esri/calcite-components
https://api.github.com/repos/Esri/calcite-components
closed
refactor(Tile and Tile Select): match Figma and utilize Tailwind
help wanted design refactor 3 - installed
Description This component needs to match Figma designs. Acceptance Criteria The component appears as it does in Figma. Related issues: - #1230 Related prs: - pr #1769 - pr #1770 - pr #1771 Design: - https://www.figma.com/file/E3SB0i5wPy7AagB7KcjF05/?node-id=1183%3A19780
1.0
refactor(Tile and Tile Select): match Figma and utilize Tailwind - Description This component needs to match Figma designs. Acceptance Criteria The component appears as it does in Figma. Related issues: - #1230 Related prs: - pr #1769 - pr #1770 - pr #1771 Design: - https://www.figma.com/file/E3SB0i5...
non_defect
refactor tile and tile select match figma and utilize tailwind description this component needs to match figma designs acceptance criteria the component appears as it does in figma related issues related prs pr pr pr design
0
325,835
27,965,082,430
IssuesEvent
2023-03-24 18:45:26
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
pkg/sql/logictest/tests/fakedist-vec-off/fakedist-vec-off_test: TestLogic_timestamp failed
C-test-failure O-robot T-sql-queries branch-release-23.1
pkg/sql/logictest/tests/fakedist-vec-off/fakedist-vec-off_test.TestLogic_timestamp [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_SqlLogicTestHighVModuleNightlyBazel/9225821?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_SqlLogicT...
1.0
pkg/sql/logictest/tests/fakedist-vec-off/fakedist-vec-off_test: TestLogic_timestamp failed - pkg/sql/logictest/tests/fakedist-vec-off/fakedist-vec-off_test.TestLogic_timestamp [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_SqlLogicTestHighVModuleNightlyBazel/9225821?buildTab=log) with ...
non_defect
pkg sql logictest tests fakedist vec off fakedist vec off test testlogic timestamp failed pkg sql logictest tests fakedist vec off fakedist vec off test testlogic timestamp with on release fatal error panic test timed out after stack goroutine testing m startalarm ...
0
195,965
6,922,581,238
IssuesEvent
2017-11-30 04:07:10
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
accounts.craigslist.org - see bug description
browser-firefox-mobile priority-critical
<!-- @browser: Firefox Mobile 59.0 --> <!-- @ua_header: Mozilla/5.0 (Android 7.0; Mobile; rv:59.0) Gecko/59.0 Firefox/59.0 --> <!-- @reported_with: web --> **URL**: https://accounts.craigslist.org/eaf?postingID=6383247401 **Browser / Version**: Firefox Mobile 59.0 **Operating System**: Android 7.0 **Tested Another Br...
1.0
accounts.craigslist.org - see bug description - <!-- @browser: Firefox Mobile 59.0 --> <!-- @ua_header: Mozilla/5.0 (Android 7.0; Mobile; rv:59.0) Gecko/59.0 Firefox/59.0 --> <!-- @reported_with: web --> **URL**: https://accounts.craigslist.org/eaf?postingID=6383247401 **Browser / Version**: Firefox Mobile 59.0 **Ope...
non_defect
accounts craigslist org see bug description url browser version firefox mobile operating system android tested another browser no problem type something else description email form glitches steps to reproduce when trying to select an email address that has bee...
0
61,378
17,023,679,648
IssuesEvent
2021-07-03 03:15:52
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
postcode should be a string?
Component: nominatim Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 10.03pm, Sunday, 6th February 2011]** Request in question: http://nominatim.openstreetmap.org/reverse?format=json&osm_type=N&osm_id=524588214&addressdetails=0 JSON does not support integers with leading zeros. I'm not sure how complex postcodes could be. Perhaps t...
1.0
postcode should be a string? - **[Submitted to the original trac issue database at 10.03pm, Sunday, 6th February 2011]** Request in question: http://nominatim.openstreetmap.org/reverse?format=json&osm_type=N&osm_id=524588214&addressdetails=0 JSON does not support integers with leading zeros. I'm not sure how comple...
defect
postcode should be a string request in question json does not support integers with leading zeros i m not sure how complex postcodes could be perhaps the best way to fix the problem is to return a string this could be done in javascript renderdata by removing the if statement with is int if we would...
1
142,985
5,487,428,799
IssuesEvent
2017-03-14 04:32:25
DavidAylaian/CarbonOS
https://api.github.com/repos/DavidAylaian/CarbonOS
opened
Printfln() is broken
bug medium priority
```c printfln("%s", "this will not work"); ``` should print `this will not work ` but instead it prints ![printfln](https://cloud.githubusercontent.com/assets/22228595/23885951/6664ef20-084d-11e7-917f-35aa6a0eb1ab.png) There are no warnings or errors left by the compiler.
1.0
Printfln() is broken - ```c printfln("%s", "this will not work"); ``` should print `this will not work ` but instead it prints ![printfln](https://cloud.githubusercontent.com/assets/22228595/23885951/6664ef20-084d-11e7-917f-35aa6a0eb1ab.png) There are no warnings or errors left by the compiler.
non_defect
printfln is broken c printfln s this will not work should print this will not work but instead it prints there are no warnings or errors left by the compiler
0
304,742
26,329,320,982
IssuesEvent
2023-01-10 09:35:39
harvester/harvester
https://api.github.com/repos/harvester/harvester
closed
[BUG] Filter the network created by storage-network in the node drive (RKE1)
kind/bug area/ui priority/1 severity/3 area/dashboard-related reproduce/always require-ui/small not-require/test-plan
**Describe the bug** <!-- A clear and concise description of what the bug is. --> storage-network will automatically create a network, and we should filter it. ![image.png](https://images.zenhubusercontent.com/60345555ec1db310c78aa2b8/319c7ae0-8e91-4103-8b2c-4f94acd33a81) **To Reproduce** Steps to reproduce the behavi...
1.0
[BUG] Filter the network created by storage-network in the node drive (RKE1) - **Describe the bug** <!-- A clear and concise description of what the bug is. --> storage-network will automatically create a network, and we should filter it. ![image.png](https://images.zenhubusercontent.com/60345555ec1db310c78aa2b8/319...
non_defect
filter the network created by storage network in the node drive describe the bug storage network will automatically create a network and we should filter it to reproduce steps to reproduce the behavior go to setting page enable storage network importing harveste into rancher creat...
0
21,939
30,446,798,942
IssuesEvent
2023-07-15 19:28:36
h4sh5/pypi-auto-scanner
https://api.github.com/repos/h4sh5/pypi-auto-scanner
opened
pyutils 0.0.1b2 has 2 GuardDog issues
guarddog typosquatting silent-process-execution
https://pypi.org/project/pyutils https://inspector.pypi.io/project/pyutils ```{ "dependency": "pyutils", "version": "0.0.1b2", "result": { "issues": 2, "errors": {}, "results": { "typosquatting": "This package closely ressembles the following package names, and might be a typosquatting attempt: ...
1.0
pyutils 0.0.1b2 has 2 GuardDog issues - https://pypi.org/project/pyutils https://inspector.pypi.io/project/pyutils ```{ "dependency": "pyutils", "version": "0.0.1b2", "result": { "issues": 2, "errors": {}, "results": { "typosquatting": "This package closely ressembles the following package names...
non_defect
pyutils has guarddog issues dependency pyutils version result issues errors results typosquatting this package closely ressembles the following package names and might be a typosquatting attempt python utils pytils silen...
0
16,126
2,872,987,048
IssuesEvent
2015-06-08 14:54:09
msimpson/pixelcity
https://api.github.com/repos/msimpson/pixelcity
closed
glass building act strange
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. turn on glass buildings What is the expected output? What do you see instead? the textures rotate really fast around the buildings. What version of the product are you using? On what operating system? 1.011 vista 64 radeon 4870 Q6600 Please provide any additional informa...
1.0
glass building act strange - ``` What steps will reproduce the problem? 1. turn on glass buildings What is the expected output? What do you see instead? the textures rotate really fast around the buildings. What version of the product are you using? On what operating system? 1.011 vista 64 radeon 4870 Q6600 Please p...
defect
glass building act strange what steps will reproduce the problem turn on glass buildings what is the expected output what do you see instead the textures rotate really fast around the buildings what version of the product are you using on what operating system vista radeon please provide any...
1
50,371
13,187,464,870
IssuesEvent
2020-08-13 03:30:01
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
ports dies if you don't specify --prefix (Trac #597)
Migrated from Trac defect tools/ports
you get: troy@zinc:~/Icecube/DarwinPorts/t2$ /opt/local/bin/port sync can't find package darwinports while executing "package require darwinports" (file "/opt/local/bin/port" line 36) <details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/597 , reported by troy and owned by nega</em></sum...
1.0
ports dies if you don't specify --prefix (Trac #597) - you get: troy@zinc:~/Icecube/DarwinPorts/t2$ /opt/local/bin/port sync can't find package darwinports while executing "package require darwinports" (file "/opt/local/bin/port" line 36) <details> <summary><em>Migrated from https://code.icecube.wisc.edu/ti...
defect
ports dies if you don t specify prefix trac you get troy zinc icecube darwinports opt local bin port sync can t find package darwinports while executing package require darwinports file opt local bin port line migrated from reported by troy and owned by nega json ...
1
67,871
21,211,810,077
IssuesEvent
2022-04-11 00:16:06
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
DOC: stats tutorials Gamma vs gamma
defect scipy.stats Documentation
Many of the stats tutorials report the distribution's CDF using `\Gamma(s, x)` and I'm wondering if `\gamma(s,x)` is in fact what was meant? [The lowercase gamma is the "lower incomplete gamma function" `\gamma(s, x) = \int_0^x t^{s-1} exp(-t) dt`, the uppercase is the "upper incomplete gamma function" `\Gamma(s, x)...
1.0
DOC: stats tutorials Gamma vs gamma - Many of the stats tutorials report the distribution's CDF using `\Gamma(s, x)` and I'm wondering if `\gamma(s,x)` is in fact what was meant? [The lowercase gamma is the "lower incomplete gamma function" `\gamma(s, x) = \int_0^x t^{s-1} exp(-t) dt`, the uppercase is the "upper i...
defect
doc stats tutorials gamma vs gamma many of the stats tutorials report the distribution s cdf using gamma s x and i m wondering if gamma s x is in fact what was meant the lowercase gamma is the lower incomplete gamma function gamma s x int x t s exp t dt the uppercase is the upper i...
1
391,941
26,915,527,193
IssuesEvent
2023-02-07 05:58:09
john-waczak/MLJGaussianProcesses.jl
https://api.github.com/repos/john-waczak/MLJGaussianProcesses.jl
opened
Update the Documentation
documentation good first issue
We should update the documentation and `README.md` using the quarto document generating during the development phase. This should include demonstrations of the GP concept as well as use of this package.
1.0
Update the Documentation - We should update the documentation and `README.md` using the quarto document generating during the development phase. This should include demonstrations of the GP concept as well as use of this package.
non_defect
update the documentation we should update the documentation and readme md using the quarto document generating during the development phase this should include demonstrations of the gp concept as well as use of this package
0
21,546
3,518,269,870
IssuesEvent
2016-01-12 12:01:27
Virtual-Labs/problem-solving-iiith
https://api.github.com/repos/Virtual-Labs/problem-solving-iiith
reopened
QA_More on Numbers_UI
Category :UI Defect raised on: 24-11-2015 Developed by:IIIT Hyd Release Number Severity :S3 Status :Open Version Number :1.1
Defect Description: In the Landing page of "More on Numbers" experiment, the 'Home' &'Problem Solving Lab' links are present outside of the page width instead the links should be placed within the page limit inorder to maintain the page utility. Actual Result: In the Landing page of "More on Numbers" experiment,...
1.0
QA_More on Numbers_UI - Defect Description: In the Landing page of "More on Numbers" experiment, the 'Home' &'Problem Solving Lab' links are present outside of the page width instead the links should be placed within the page limit inorder to maintain the page utility. Actual Result: In the Landing page of "More...
defect
qa more on numbers ui defect description in the landing page of more on numbers experiment the home problem solving lab links are present outside of the page width instead the links should be placed within the page limit inorder to maintain the page utility actual result in the landing page of more...
1
346,366
10,411,415,486
IssuesEvent
2019-09-13 13:49:27
getkirby/kirby
https://api.github.com/repos/getkirby/kirby
closed
Custom panel css/js without timestamp
difficulty: easy 🍓 priority: medium 🔜 type: enhancement ✨
**Describe the bug** It is not possible to cachebust [custom panel css/js](https://getkirby.com/docs/reference/system/options/panel#custom-panel-css). **To Reproduce** ```php 'panel' => [ 'css' => 'assets/css/custom-panel.css' ] ``` Go to yourdomain.com/panel and find in the source code: ```html <link...
1.0
Custom panel css/js without timestamp - **Describe the bug** It is not possible to cachebust [custom panel css/js](https://getkirby.com/docs/reference/system/options/panel#custom-panel-css). **To Reproduce** ```php 'panel' => [ 'css' => 'assets/css/custom-panel.css' ] ``` Go to yourdomain.com/panel and ...
non_defect
custom panel css js without timestamp describe the bug it is not possible to cachebust to reproduce php panel css assets css custom panel css go to yourdomain com panel and find in the source code html link rel stylesheet href all other css js files...
0
55,118
7,961,902,249
IssuesEvent
2018-07-13 12:35:38
zulip/zulip
https://api.github.com/repos/zulip/zulip
closed
Scrolling problems on /api and /help
area: documentation (api and integrations) area: documentation (user)
The use of perfect-scrollbar on the /api and /help pages is associated with a number of problems. * If I search the page with Ctrl+F for a word that’s out of view, the word isn’t scrolled into view. * perfect-scrollbar doesn’t feel like a native scrollbar. On my laptop, it’s entirely missing the momentum I expect...
2.0
Scrolling problems on /api and /help - The use of perfect-scrollbar on the /api and /help pages is associated with a number of problems. * If I search the page with Ctrl+F for a word that’s out of view, the word isn’t scrolled into view. * perfect-scrollbar doesn’t feel like a native scrollbar. On my laptop, it’s...
non_defect
scrolling problems on api and help the use of perfect scrollbar on the api and help pages is associated with a number of problems if i search the page with ctrl f for a word that’s out of view the word isn’t scrolled into view perfect scrollbar doesn’t feel like a native scrollbar on my laptop it’s...
0
178,663
29,952,584,220
IssuesEvent
2023-06-23 03:29:06
microsoft/microsoft-ui-xaml
https://api.github.com/repos/microsoft/microsoft-ui-xaml
closed
UI-XAML files used outdated code for icons
product-winui3 product-winui2 team-Design
There are files that still use outdated codes for icons. ![image](https://user-images.githubusercontent.com/65828559/111816539-3f889e00-88dd-11eb-85f6-e9b0f0f65256.png) https://docs.microsoft.com/windows/apps/design/style/segoe-fluent-icons-font For example - but not limited to: [microsoft-ui-xaml](https://github...
1.0
UI-XAML files used outdated code for icons - There are files that still use outdated codes for icons. ![image](https://user-images.githubusercontent.com/65828559/111816539-3f889e00-88dd-11eb-85f6-e9b0f0f65256.png) https://docs.microsoft.com/windows/apps/design/style/segoe-fluent-icons-font For example - but not li...
non_defect
ui xaml files used outdated code for icons there are files that still use outdated codes for icons for example but not limited to xaml glyph glyph please check these files and update according to your own recommendation
0
33,833
9,206,030,457
IssuesEvent
2019-03-08 12:29:12
qissue-bot/QGIS
https://api.github.com/repos/qissue-bot/QGIS
closed
make install fails: missing file
Category: Build/Install Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report
--- Author Name: **gjm -** (gjm -) Original Redmine Issue: 1332, https://issues.qgis.org/issues/1332 Original Assignee: nobody - --- From head, when doing _make install_, I get this error: ``` CMake Error at images/themes/default/cmake_install.cmake:36 (FILE): ...
1.0
make install fails: missing file - --- Author Name: **gjm -** (gjm -) Original Redmine Issue: 1332, https://issues.qgis.org/issues/1332 Original Assignee: nobody - --- From head, when doing _make install_, I get this error: ``` CMake Error at images/themes/default/cmake_install.cmake:36 (FILE): ...
non_defect
make install fails missing file author name gjm gjm original redmine issue original assignee nobody from head when doing make install i get this error cmake error at images themes default cmake install cmake file f...
0
30,557
6,155,590,735
IssuesEvent
2017-06-28 15:02:27
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
Sort is not working for columns when sortable is placed on columns in p-headerColumnGroup tag
defect
<!-- - IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATING. - IF YOU'D LIKE TO SECURE OUR RESPONSE, YOU MAY CONSIDER PRIMENG PRO SUPPORT WHERE SUPPORT IS PROVIDED WITHIN 4 hours. --> **I'm submitting a ...** (check one with "x") ``` [x] bug report => Search github fo...
1.0
Sort is not working for columns when sortable is placed on columns in p-headerColumnGroup tag - <!-- - IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATING. - IF YOU'D LIKE TO SECURE OUR RESPONSE, YOU MAY CONSIDER PRIMENG PRO SUPPORT WHERE SUPPORT IS PROVIDED WITHIN 4 hours....
defect
sort is not working for columns when sortable is placed on columns in p headercolumngroup tag if you don t fill out the following information we might close your issue without investigating if you d like to secure our response you may consider primeng pro support where support is provided within hours ...
1
79,684
28,496,378,541
IssuesEvent
2023-04-18 14:31:03
vector-im/element-desktop
https://api.github.com/repos/vector-im/element-desktop
opened
MacOS app is much slower than the webapp on the same device
T-Defect
### Steps to reproduce 1. Where are you starting? What can you see? The MacOS app is clearly slower at decoding messages than the webapp ### Outcome #### What did you expect? The same speed or even faster speed on the app than on the webapp #### What happened instead? All the contrary ^^ ### Opera...
1.0
MacOS app is much slower than the webapp on the same device - ### Steps to reproduce 1. Where are you starting? What can you see? The MacOS app is clearly slower at decoding messages than the webapp ### Outcome #### What did you expect? The same speed or even faster speed on the app than on the webapp #...
defect
macos app is much slower than the webapp on the same device steps to reproduce where are you starting what can you see the macos app is clearly slower at decoding messages than the webapp outcome what did you expect the same speed or even faster speed on the app than on the webapp ...
1
163,477
12,731,642,357
IssuesEvent
2020-06-25 09:09:40
ucl-candi/DeepReg
https://api.github.com/repos/ucl-candi/DeepReg
closed
Modify output tests to pytest style and parallelise to make CI more efficient.
CI help wanted: tests
# Issue description CI times out at 30 minutes which causes CI to fail for h5 data loaders. The total expected time it should take to finish all tests is around 40-50 minutes so an extension to the timeout is likely to fix the problem
1.0
Modify output tests to pytest style and parallelise to make CI more efficient. - # Issue description CI times out at 30 minutes which causes CI to fail for h5 data loaders. The total expected time it should take to finish all tests is around 40-50 minutes so an extension to the timeout is likely to fix the problem
non_defect
modify output tests to pytest style and parallelise to make ci more efficient issue description ci times out at minutes which causes ci to fail for data loaders the total expected time it should take to finish all tests is around minutes so an extension to the timeout is likely to fix the problem
0
21,062
3,455,074,980
IssuesEvent
2015-12-17 18:32:15
cakephp/migrations
https://api.github.com/repos/cakephp/migrations
closed
Migration Snapshot isn't exporting decimal fields correctly
Defect
We started to use migrations with an existing database, so used the `bake migration_snapshot` command as per the [docs][1]. However using this migration to build our test database on our CI platform, broke the builds. This is due to decimal fields being exported incorrectly To reproduce: Create a table as follo...
1.0
Migration Snapshot isn't exporting decimal fields correctly - We started to use migrations with an existing database, so used the `bake migration_snapshot` command as per the [docs][1]. However using this migration to build our test database on our CI platform, broke the builds. This is due to decimal fields being ex...
defect
migration snapshot isn t exporting decimal fields correctly we started to use migrations with an existing database so used the bake migration snapshot command as per the however using this migration to build our test database on our ci platform broke the builds this is due to decimal fields being exported ...
1
215,060
16,589,509,216
IssuesEvent
2021-06-01 05:32:19
LEFT-BEE/SWP1
https://api.github.com/repos/LEFT-BEE/SWP1
opened
src파일 생성 및 파일이름 변경
documentation
파일 내 수정사항 1. environ.py -> enviroment.py 로 이름변경 2. src폴더 생성후 *.py 파일 src폴더로 이동
1.0
src파일 생성 및 파일이름 변경 - 파일 내 수정사항 1. environ.py -> enviroment.py 로 이름변경 2. src폴더 생성후 *.py 파일 src폴더로 이동
non_defect
src파일 생성 및 파일이름 변경 파일 내 수정사항 environ py enviroment py 로 이름변경 src폴더 생성후 py 파일 src폴더로 이동
0
68,124
7,088,194,107
IssuesEvent
2018-01-11 20:34:57
brave/browser-laptop
https://api.github.com/repos/brave/browser-laptop
reopened
Update Muon to 4.5.37
QA/checked-Linux QA/checked-Win64 QA/checked-macOS QA/test-plan-specified muon release-notes/include
## Test plan 1. Launch Brave and open `about:brave` 2. `Muon` version should be `4.5.37` ## Description Muon changes were required for: - Brave fills in some password on sites, even though I explicitly turned off password management. #10566 - Trezor passphrase being saved to password list and offered by auto fi...
1.0
Update Muon to 4.5.37 - ## Test plan 1. Launch Brave and open `about:brave` 2. `Muon` version should be `4.5.37` ## Description Muon changes were required for: - Brave fills in some password on sites, even though I explicitly turned off password management. #10566 - Trezor passphrase being saved to password lis...
non_defect
update muon to test plan launch brave and open about brave muon version should be description muon changes were required for brave fills in some password on sites even though i explicitly turned off password management trezor passphrase being saved to password list and ...
0
63,791
8,694,550,084
IssuesEvent
2018-12-04 12:59:06
weaveworks/ui-components
https://api.github.com/repos/weaveworks/ui-components
closed
Add commit message convention to README
chore documentation
There is currently no description of how to format commit messages in this repo, even though improper messages are already being caught by husky's linter.
1.0
Add commit message convention to README - There is currently no description of how to format commit messages in this repo, even though improper messages are already being caught by husky's linter.
non_defect
add commit message convention to readme there is currently no description of how to format commit messages in this repo even though improper messages are already being caught by husky s linter
0
202,216
7,045,392,099
IssuesEvent
2018-01-01 19:04:56
benbaptist/minecraft-wrapper
https://api.github.com/repos/benbaptist/minecraft-wrapper
closed
IRC connection
high priority needs investigation OP reply needed
So this is my first time running this wrapper. And I'm getting this error, according to the traceback log. [2016-01-05 06:02:04] [Wrapper.py/INFO] Disconnected from IRC [2016-01-05 06:02:09] [Wrapper.py/INFO] Connecting to IRC... [2016-01-05 06:03:12] [Wrapper.py/ERROR] Traceback (most recent call last): [2016-01-05 0...
1.0
IRC connection - So this is my first time running this wrapper. And I'm getting this error, according to the traceback log. [2016-01-05 06:02:04] [Wrapper.py/INFO] Disconnected from IRC [2016-01-05 06:02:09] [Wrapper.py/INFO] Connecting to IRC... [2016-01-05 06:03:12] [Wrapper.py/ERROR] Traceback (most recent call las...
non_defect
irc connection so this is my first time running this wrapper and i m getting this error according to the traceback log disconnected from irc connecting to irc traceback most recent call last file wrapper py irc py line in init self connect file wrapper py irc py li...
0
53,118
13,260,933,308
IssuesEvent
2020-08-20 19:00:29
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
gulliver-modules::fancyfit test fails on SL5 32bit (Trac #746)
Migrated from Trac combo reconstruction defect
Python traceback: ```text ERROR (I3FortyTwo): PLEASE INVESTIGATE (fortytwo.py:185 in Finish) FATAL (I3FortyTwo): SOME CHECKS FAILED (fortytwo.py:186 in Finish) ERROR (I3Module): <class 'fortytwo.I3FortyTwo'>_0000: Exception thrown (I3Module.cxx:113 in void I3Module::Do(void (I3Module::*)())) Traceback (most recent ca...
1.0
gulliver-modules::fancyfit test fails on SL5 32bit (Trac #746) - Python traceback: ```text ERROR (I3FortyTwo): PLEASE INVESTIGATE (fortytwo.py:185 in Finish) FATAL (I3FortyTwo): SOME CHECKS FAILED (fortytwo.py:186 in Finish) ERROR (I3Module): <class 'fortytwo.I3FortyTwo'>_0000: Exception thrown (I3Module.cxx:113 in v...
defect
gulliver modules fancyfit test fails on trac python traceback text error please investigate fortytwo py in finish fatal some checks failed fortytwo py in finish error exception thrown cxx in void do void traceback most recent call last file build b...
1
78,891
27,811,134,807
IssuesEvent
2023-03-18 05:39:56
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
closed
ztest fails in l2arc_apply_transforms comparing calculated MAC
Type: Defect Component: Encryption Status: Stale
### System information <!-- add version after "|" character --> Type | Version/Name --- | --- Distribution Name | Ubuntu Distribution Version | 20.04 Kernel Version | 5.4.0-90 Architecture | amd64 OpenZFS Version | 2.1.99 + delphix changes ### Describe the problem you're observing The specific assertion t...
1.0
ztest fails in l2arc_apply_transforms comparing calculated MAC - ### System information <!-- add version after "|" character --> Type | Version/Name --- | --- Distribution Name | Ubuntu Distribution Version | 20.04 Kernel Version | 5.4.0-90 Architecture | amd64 OpenZFS Version | 2.1.99 + delphix changes ##...
defect
ztest fails in apply transforms comparing calculated mac system information type version name distribution name ubuntu distribution version kernel version architecture openzfs version delphix changes describe the problem you re observing the specifi...
1
46,564
13,055,935,034
IssuesEvent
2020-07-30 03:10:00
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
[cvmfs] opencl environment issues (Trac #1450)
Incomplete Migration Migrated from Trac cvmfs defect
Migrated from https://code.icecube.wisc.edu/ticket/1450 ```json { "status": "closed", "changetime": "2016-03-18T21:14:09", "description": "As seen on buildbot \"Ubuntu 14.04 (cvmfs)\", there is some sort of conflict where `libOpenCL.so` is not found, but `/etc/OpenCL/vendors` exists. Make sure that if we...
1.0
[cvmfs] opencl environment issues (Trac #1450) - Migrated from https://code.icecube.wisc.edu/ticket/1450 ```json { "status": "closed", "changetime": "2016-03-18T21:14:09", "description": "As seen on buildbot \"Ubuntu 14.04 (cvmfs)\", there is some sort of conflict where `libOpenCL.so` is not found, but `/...
defect
opencl environment issues trac migrated from json status closed changetime description as seen on buildbot ubuntu cvmfs there is some sort of conflict where libopencl so is not found but etc opencl vendors exists make sure that if we re using cv...
1
37,740
15,365,029,820
IssuesEvent
2021-03-01 22:50:52
AutoPacker-OSS/autopacker
https://api.github.com/repos/AutoPacker-OSS/autopacker
closed
Make Selenium for the new organization form
Priority: Low Service: Web App Type: Test
Make a test relating to other issues that was recently added: https://github.com/AutoPacker-OSS/autopacker/issues/79 Description: - The point with the test is to get into testing Selenium in practice while building the test while the new orginization part of the website gets developed. This test will be quite simp...
1.0
Make Selenium for the new organization form - Make a test relating to other issues that was recently added: https://github.com/AutoPacker-OSS/autopacker/issues/79 Description: - The point with the test is to get into testing Selenium in practice while building the test while the new orginization part of the websit...
non_defect
make selenium for the new organization form make a test relating to other issues that was recently added description the point with the test is to get into testing selenium in practice while building the test while the new orginization part of the website gets developed this test will be quite simple but...
0
20,700
3,408,194,760
IssuesEvent
2015-12-04 09:21:02
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Extremely slow mapping Record.into(ProxyableInterface.class)
C: Functionality P: Medium T: Defect
The following is currently rather slow in benchmarks: ```java interface Proxyable { } for (int i = 0; i < 1000000; i++) record.into(Proxyable.class); ``` ---- See also: http://www.jooq.org/doc/latest/manual/sql-execution/performance-considerations/#comment-2390864218
1.0
Extremely slow mapping Record.into(ProxyableInterface.class) - The following is currently rather slow in benchmarks: ```java interface Proxyable { } for (int i = 0; i < 1000000; i++) record.into(Proxyable.class); ``` ---- See also: http://www.jooq.org/doc/latest/manual/sql-execution/performance-consi...
defect
extremely slow mapping record into proxyableinterface class the following is currently rather slow in benchmarks java interface proxyable for int i i i record into proxyable class see also
1
41,996
10,737,987,466
IssuesEvent
2019-10-29 14:04:40
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
NPE in MultiMapService.getStats()
Module: MultiMap Team: Core Type: Defect
Probably `getStats()` called before `partitionContainers` was initialized that shut down MC service. ``` 12:51:54,821 WARN |testWithOneMapTwoSyncs[consistencyCheckStrategy:NONE, maxConcurrentInvocations:-1]| - [ManagementCenterService] hz.ClusterA-194ce8ff-a50d-44ff-a160-fbeb3a8de1580.MC.State.Sender - [127.0.0.1...
1.0
NPE in MultiMapService.getStats() - Probably `getStats()` called before `partitionContainers` was initialized that shut down MC service. ``` 12:51:54,821 WARN |testWithOneMapTwoSyncs[consistencyCheckStrategy:NONE, maxConcurrentInvocations:-1]| - [ManagementCenterService] hz.ClusterA-194ce8ff-a50d-44ff-a160-fbeb3a...
defect
npe in multimapservice getstats probably getstats called before partitioncontainers was initialized that shut down mc service warn testwithonemaptwosyncs hz clustera mc state sender hazelcast management center service will be shutdown due to exception java lang ...
1
193,049
6,877,806,776
IssuesEvent
2017-11-20 09:33:43
OpenNebula/one
https://api.github.com/repos/OpenNebula/one
opened
(live) reschedule running VMs with migrate(live)
Category: Core & System Priority: Normal Status: Pending Tracker: Backlog
--- Author Name: **Anton Todorov** (Anton Todorov) Original Redmine Issue: 4133, https://dev.opennebula.org/issues/4133 Original Date: 2015-11-04 --- Add option to Reschedule (live) that migrates the running VMs with migrate(live) I think that this way it will be faster and with less downtime. Kind Regards ...
1.0
(live) reschedule running VMs with migrate(live) - --- Author Name: **Anton Todorov** (Anton Todorov) Original Redmine Issue: 4133, https://dev.opennebula.org/issues/4133 Original Date: 2015-11-04 --- Add option to Reschedule (live) that migrates the running VMs with migrate(live) I think that this way it will ...
non_defect
live reschedule running vms with migrate live author name anton todorov anton todorov original redmine issue original date add option to reschedule live that migrates the running vms with migrate live i think that this way it will be faster and with less downtime kind reg...
0
202,580
15,287,023,915
IssuesEvent
2021-02-23 15:19:52
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: splits/largerange/size=10GiB,nodes=3 failed
C-test-failure O-roachtest O-robot branch-release-20.2 release-blocker
[(roachtest).splits/largerange/size=10GiB,nodes=3 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2657161&tab=buildLog) on [release-20.2@8c79e2bc4b35d36c8527f4c40c974f03d9034f46](https://github.com/cockroachdb/cockroach/commits/8c79e2bc4b35d36c8527f4c40c974f03d9034f46): ``` | runtime.goexit | /u...
2.0
roachtest: splits/largerange/size=10GiB,nodes=3 failed - [(roachtest).splits/largerange/size=10GiB,nodes=3 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2657161&tab=buildLog) on [release-20.2@8c79e2bc4b35d36c8527f4c40c974f03d9034f46](https://github.com/cockroachdb/cockroach/commits/8c79e2bc4b35d36c8527f...
non_defect
roachtest splits largerange size nodes failed on runtime goexit usr local go src runtime asm s wraps output in run workload init bank wraps home agent work go src github com cockroachdb cockroach bin roachprod run teamcity workload init bank r...
0
713,451
24,528,604,214
IssuesEvent
2022-10-11 14:47:21
LLK/scratch-www
https://api.github.com/repos/LLK/scratch-www
closed
Mute pop up on studio pages is too big
priority 2 Medium Impact High Severity
This is what the mute pop up looks like when you are on a studio page: <img width="1432" alt="Screen Shot 2021-07-14 at 11 41 22 AM" src="https://user-images.githubusercontent.com/68165163/125651148-c1320144-738a-46fe-afd6-141ded0a403d.png"> You can't scroll down to get the close/next button. ### Steps to Reprod...
1.0
Mute pop up on studio pages is too big - This is what the mute pop up looks like when you are on a studio page: <img width="1432" alt="Screen Shot 2021-07-14 at 11 41 22 AM" src="https://user-images.githubusercontent.com/68165163/125651148-c1320144-738a-46fe-afd6-141ded0a403d.png"> You can't scroll down to get the ...
non_defect
mute pop up on studio pages is too big this is what the mute pop up looks like when you are on a studio page img width alt screen shot at am src you can t scroll down to get the close next button steps to reproduce get muted and open the pop up on a studio page operating s...
0
67,944
21,329,952,604
IssuesEvent
2022-04-18 06:54:18
klubcoin/lcn-mobile
https://api.github.com/repos/klubcoin/lcn-mobile
opened
[Account Maintenance][Security & Privacy] Fix should change "MetaMetrics" to "KlubcoinMetrics".
Defect Should Have Minor Account Maintenance Services
### **Description:** Should change "MetaMetrics" to "KlubcoinMetrics". **Build Environment:** Prod Candidate Environment **Affects Version:** 1.0.0.prod.4 **Device Platform:** Android **Device OS:** 11 **Test Device:** OnePlus 7T Pro ### **Pre-condition:** 1. User successfully installed Klubcoin App 2. Use...
1.0
[Account Maintenance][Security & Privacy] Fix should change "MetaMetrics" to "KlubcoinMetrics". - ### **Description:** Should change "MetaMetrics" to "KlubcoinMetrics". **Build Environment:** Prod Candidate Environment **Affects Version:** 1.0.0.prod.4 **Device Platform:** Android **Device OS:** 11 **Test Devic...
defect
fix should change metametrics to klubcoinmetrics description should change metametrics to klubcoinmetrics build environment prod candidate environment affects version prod device platform android device os test device oneplus pro pre conditio...
1
18,385
3,052,131,025
IssuesEvent
2015-08-12 13:13:33
bigbluebutton/bigbluebutton
https://api.github.com/repos/bigbluebutton/bigbluebutton
closed
Simplfy the steps to broadcast video
Priority-Low Status-Verified Type-Defect
Originally reported on Google Code with ID 18 ``` Reduce the steps for broadcasting a video to the following: 1. Click "Broadcast Video" button Note: If the user does not have any video camera, this button should not be shown. After clicking, the video chat module appears. If there is = 1 one valid vide...
1.0
Simplfy the steps to broadcast video - Originally reported on Google Code with ID 18 ``` Reduce the steps for broadcasting a video to the following: 1. Click "Broadcast Video" button Note: If the user does not have any video camera, this button should not be shown. After clicking, the video chat module appea...
defect
simplfy the steps to broadcast video originally reported on google code with id reduce the steps for broadcasting a video to the following click broadcast video button note if the user does not have any video camera this button should not be shown after clicking the video chat module appear...
1
751,017
26,227,921,054
IssuesEvent
2023-01-04 20:35:57
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[YSQL] Support backspace in terminal
kind/bug area/ysql priority/medium community/request
Jira Link: [DB-4830](https://yugabyte.atlassian.net/browse/DB-4830) Currently, backspace is not supported. This makes it impossible to correct typos when typing commands. Supporting backspace will improve user experience a lot.
1.0
[YSQL] Support backspace in terminal - Jira Link: [DB-4830](https://yugabyte.atlassian.net/browse/DB-4830) Currently, backspace is not supported. This makes it impossible to correct typos when typing commands. Supporting backspace will improve user experience a lot.
non_defect
support backspace in terminal jira link currently backspace is not supported this makes it impossible to correct typos when typing commands supporting backspace will improve user experience a lot
0
456,709
13,150,972,727
IssuesEvent
2020-08-09 14:28:06
chrisjsewell/docutils
https://api.github.com/repos/chrisjsewell/docutils
closed
Suggestion to change the URLs for :RFC: role [SF:bugs:233]
bugs closed-fixed priority-5
author: pchampin created: 2013-04-30 22:15:05.865000 assigned: None SF_url: https://sourceforge.net/p/docutils/bugs/233 the :RFC: role redirects to URLs of the form: http://www.faqs.org/rfcs/rfc3986.html I prefer URLs of the form: http://tools.ietf.org/html/rfc3986 and have the following arguments for that: *...
1.0
Suggestion to change the URLs for :RFC: role [SF:bugs:233] - author: pchampin created: 2013-04-30 22:15:05.865000 assigned: None SF_url: https://sourceforge.net/p/docutils/bugs/233 the :RFC: role redirects to URLs of the form: http://www.faqs.org/rfcs/rfc3986.html I prefer URLs of the form: http://tools.ietf.o...
non_defect
suggestion to change the urls for rfc role author pchampin created assigned none sf url the rfc role redirects to urls of the form i prefer urls of the form and have the following arguments for that they are hosted by ietf which is the original source they contain much ...
0
76,354
26,391,213,705
IssuesEvent
2023-01-12 15:48:59
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
opened
Datatable: with columnToggler displays wrong headerText when header has a Link/Button
:lady_beetle: defect :bangbang: needs-triage
### Describe the bug I have some datatable columns with links/buttons specified like: ``` <p:column > <f:facet name="header"> <h:outputText value="myHeader" /> <p:commandLink action="#{myBean.xpto}" > <i class=" fa fa-pie-chart icon-black"/> ...
1.0
Datatable: with columnToggler displays wrong headerText when header has a Link/Button - ### Describe the bug I have some datatable columns with links/buttons specified like: ``` <p:column > <f:facet name="header"> <h:outputText value="myHeader" /> <p:commandLink action="#{my...
defect
datatable with columntoggler displays wrong headertext when header has a link button describe the bug i have some datatable columns with links buttons specified like ...
1
173,596
27,495,422,868
IssuesEvent
2023-03-05 04:13:02
Every-Time-Clone/every-time-iOS
https://api.github.com/repos/Every-Time-Clone/every-time-iOS
closed
[Design] 로그인 첫 화면 구현
Design
## 📌 Issue <!-- 이슈에 대해 간략하게 설명해주세요 --> 로그인 첫 화면 구현 ## 📝 To-do <!-- 진행할 작업에 대해 적어주세요 --> - [x] 로그인 첫 화면 레이아웃 - [ ] 에브리타임 로그인 버튼 누를 시 홈 화면으로 전환 (임시)
1.0
[Design] 로그인 첫 화면 구현 - ## 📌 Issue <!-- 이슈에 대해 간략하게 설명해주세요 --> 로그인 첫 화면 구현 ## 📝 To-do <!-- 진행할 작업에 대해 적어주세요 --> - [x] 로그인 첫 화면 레이아웃 - [ ] 에브리타임 로그인 버튼 누를 시 홈 화면으로 전환 (임시)
non_defect
로그인 첫 화면 구현 📌 issue 로그인 첫 화면 구현 📝 to do 로그인 첫 화면 레이아웃 에브리타임 로그인 버튼 누를 시 홈 화면으로 전환 임시
0
71,416
23,616,573,713
IssuesEvent
2022-08-24 16:22:22
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Unable to decrypt: The sender's device has not sent us the keys for this message.
T-Defect
### Steps to reproduce I simply dmed one of the people on the server I'm in. ### Outcome #### What did you expect? For the DM to go through normally #### What happened instead? The person on the other end can't see my messages and it turns out like "Unable to decrypt: The sender's device has not sent us the ke...
1.0
Unable to decrypt: The sender's device has not sent us the keys for this message. - ### Steps to reproduce I simply dmed one of the people on the server I'm in. ### Outcome #### What did you expect? For the DM to go through normally #### What happened instead? The person on the other end can't see my messages ...
defect
unable to decrypt the sender s device has not sent us the keys for this message steps to reproduce i simply dmed one of the people on the server i m in outcome what did you expect for the dm to go through normally what happened instead the person on the other end can t see my messages ...
1
16,562
2,918,327,745
IssuesEvent
2015-06-24 07:18:55
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
stats.spearmanr - wrong input arguments description
defect Documentation scipy.stats
In the axis part: axis : int or None, optional If axis=0 (default), then each column represents a variable, with observations in the rows. If axis=0, the relationship is transposed: each row represents a variable, while the columns contain observations. If axis=None, then both arra...
1.0
stats.spearmanr - wrong input arguments description - In the axis part: axis : int or None, optional If axis=0 (default), then each column represents a variable, with observations in the rows. If axis=0, the relationship is transposed: each row represents a variable, while the columns conta...
defect
stats spearmanr wrong input arguments description in the axis part axis int or none optional if axis default then each column represents a variable with observations in the rows if axis the relationship is transposed each row represents a variable while the columns conta...
1
56,504
15,116,019,081
IssuesEvent
2021-02-09 05:53:19
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
closed
mmap of immutable file behaves differently on zfs vs. ext4/btrfs
Status: Stale Type: Defect
I use an application called Geeqie to view photos. Geeqie cannot open files from zfs (0.6.3) when those files are marked immutable. However, it _can_ open them when marked immutable on ext4 or btrfs. I'm not a programmer but I believe I traced it to this line in the Geeqie source: ``` il->mapped_file = mmap(0, il->b...
1.0
mmap of immutable file behaves differently on zfs vs. ext4/btrfs - I use an application called Geeqie to view photos. Geeqie cannot open files from zfs (0.6.3) when those files are marked immutable. However, it _can_ open them when marked immutable on ext4 or btrfs. I'm not a programmer but I believe I traced it to t...
defect
mmap of immutable file behaves differently on zfs vs btrfs i use an application called geeqie to view photos geeqie cannot open files from zfs when those files are marked immutable however it can open them when marked immutable on or btrfs i m not a programmer but i believe i traced it to this li...
1
67,529
20,978,025,439
IssuesEvent
2022-03-28 16:58:58
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Fix react error on share dialog
T-Defect S-Tolerable A-Share O-Uncommon good first issue
### Steps to reproduce 1. Hover over an event 2. Select "share" in the message action bar to open the share dialog ### Outcome #### What did you expect? no error #### What happened instead? In the console I can see ``` Warning: You provided a `checked` prop to a form field without an `onChange` handler...
1.0
Fix react error on share dialog - ### Steps to reproduce 1. Hover over an event 2. Select "share" in the message action bar to open the share dialog ### Outcome #### What did you expect? no error #### What happened instead? In the console I can see ``` Warning: You provided a `checked` prop to a form f...
defect
fix react error on share dialog steps to reproduce hover over an event select share in the message action bar to open the share dialog outcome what did you expect no error what happened instead in the console i can see warning you provided a checked prop to a form f...
1
45,282
12,701,077,740
IssuesEvent
2020-06-22 17:28:38
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
[Doc] search result links don't work
Documentation defect
When using the documentation's search box, one gets 404 errors when clicking the result links. Example at https://docs.scipy.org/doc/scipy/reference/search.html?q=sum_duplicates&check_keywords=yes&area=default
1.0
[Doc] search result links don't work - When using the documentation's search box, one gets 404 errors when clicking the result links. Example at https://docs.scipy.org/doc/scipy/reference/search.html?q=sum_duplicates&check_keywords=yes&area=default
defect
search result links don t work when using the documentation s search box one gets errors when clicking the result links example at
1
102,216
11,276,981,125
IssuesEvent
2020-01-15 01:06:30
streamnative/bookkeeper
https://api.github.com/repos/streamnative/bookkeeper
opened
ISSUE-1867: BP-37: Improve configuration management for better documentation
area/documentation triage/week-8 type/proposal
Original Issue: apache/bookkeeper#1867 --- **BP** This is the master ticket for tracking BP-37 : One common task in developing bookkeeper is to make sure all the configuration settings are well documented, and the configuration file we ship in each release is in-sync with the code itself. However maintain...
1.0
ISSUE-1867: BP-37: Improve configuration management for better documentation - Original Issue: apache/bookkeeper#1867 --- **BP** This is the master ticket for tracking BP-37 : One common task in developing bookkeeper is to make sure all the configuration settings are well documented, and the configuration fil...
non_defect
issue bp improve configuration management for better documentation original issue apache bookkeeper bp this is the master ticket for tracking bp one common task in developing bookkeeper is to make sure all the configuration settings are well documented and the configuration file we shi...
0
31,450
6,527,984,154
IssuesEvent
2017-08-30 04:45:50
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
opened
DateTime equals does not compare Ticks
defect
When two DateTime objects are compared, the Ticks property is not used for the comparison. ### Steps To Reproduce https://dev.deck.net/d32b32f7cec18cd12c95ddd3f98513ac ```c# public class Program { public static void Main() { DateTime now = DateTime.Now; DateTime utcNow = now.ToUni...
1.0
DateTime equals does not compare Ticks - When two DateTime objects are compared, the Ticks property is not used for the comparison. ### Steps To Reproduce https://dev.deck.net/d32b32f7cec18cd12c95ddd3f98513ac ```c# public class Program { public static void Main() { DateTime now = DateTime....
defect
datetime equals does not compare ticks when two datetime objects are compared the ticks property is not used for the comparison steps to reproduce c public class program public static void main datetime now datetime now datetime utcnow now touniversaltime ...
1
38,850
8,971,402,938
IssuesEvent
2019-01-29 15:50:44
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
UndefinedErrorCodeException: Class name: com.hazelcast.cp.exception.CannotReplicateException
Priority: High Team: Client Team: Core Type: Critical Type: Defect
``` com.hazelcast.client.UndefinedErrorCodeException: Class name: com.hazelcast.cp.exception.CannotReplicateException, Message: Cannot replicate new operations for now at com.hazelcast.cp.internal.raft.impl.task.ReplicateTask.run(ReplicateTask.java:72) at com.hazelcast.cp.internal.NodeEngineRaftIntegration.execute...
1.0
UndefinedErrorCodeException: Class name: com.hazelcast.cp.exception.CannotReplicateException - ``` com.hazelcast.client.UndefinedErrorCodeException: Class name: com.hazelcast.cp.exception.CannotReplicateException, Message: Cannot replicate new operations for now at com.hazelcast.cp.internal.raft.impl.task.ReplicateT...
defect
undefinederrorcodeexception class name com hazelcast cp exception cannotreplicateexception com hazelcast client undefinederrorcodeexception class name com hazelcast cp exception cannotreplicateexception message cannot replicate new operations for now at com hazelcast cp internal raft impl task replicatet...
1
290,057
21,801,211,552
IssuesEvent
2022-05-16 05:34:47
jmbannon/ytdl-sub
https://api.github.com/repos/jmbannon/ytdl-sub
closed
Add documentation for plugins
documentation
Would be ideal for sphinx to automatically scrape all `Plugin` classes and display their docstrings
1.0
Add documentation for plugins - Would be ideal for sphinx to automatically scrape all `Plugin` classes and display their docstrings
non_defect
add documentation for plugins would be ideal for sphinx to automatically scrape all plugin classes and display their docstrings
0
77,818
27,178,791,089
IssuesEvent
2023-02-18 10:52:40
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
closed
zpool hangs
Type: Defect
### System information <!-- add version after "|" character --> Type | Version/Name Distribution Name | Ubuntu Distribution Version | 22.04.1 LTS Kernel Version | 5.15.0-50 Architecture | x86_64 OpenZFS Version | 2.1.4 ### Describe the problem you're observing The command zpool status hangs. What additio...
1.0
zpool hangs - ### System information <!-- add version after "|" character --> Type | Version/Name Distribution Name | Ubuntu Distribution Version | 22.04.1 LTS Kernel Version | 5.15.0-50 Architecture | x86_64 OpenZFS Version | 2.1.4 ### Describe the problem you're observing The command zpool status hangs...
defect
zpool hangs system information type version name distribution name ubuntu distribution version lts kernel version architecture openzfs version describe the problem you re observing the command zpool status hangs what additional info should i provide for deb...
1
49,081
20,573,869,407
IssuesEvent
2022-03-04 00:55:55
BCDevOps/developer-experience
https://api.github.com/repos/BCDevOps/developer-experience
closed
Alert when Postgres Has no synchronous standby
artifactory patroni ops medium priority ops and shared services
Patroni HA DB has occasionally lost it's synchronous standby and did not automatically re-initializing one. A restart of a replication member will reset the Sync Standby flag for a member. - [x] Alerting for this situation to be added - [x] Possible monitoring and auto-heal?
1.0
Alert when Postgres Has no synchronous standby - Patroni HA DB has occasionally lost it's synchronous standby and did not automatically re-initializing one. A restart of a replication member will reset the Sync Standby flag for a member. - [x] Alerting for this situation to be added - [x] Possible monitoring and auto...
non_defect
alert when postgres has no synchronous standby patroni ha db has occasionally lost it s synchronous standby and did not automatically re initializing one a restart of a replication member will reset the sync standby flag for a member alerting for this situation to be added possible monitoring and auto hea...
0
132,301
5,176,312,013
IssuesEvent
2017-01-19 00:10:50
SemanticWebBuilder/SWBPortal
https://api.github.com/repos/SemanticWebBuilder/SWBPortal
closed
El componente RecursoLastUpdatesJSP tarda 141818ms en cargar los registros
bug component:SWBPortal priority:Major resolution:Fixed
<p>El componente RecursoLastUpdatesJSP tarda 141818ms en cargar los registros por primera vez (Optimizarlo)</p> ## Affects versions * 4.2.0.5 ## Fix versions * 4.2.0.5 ## Environment <p>Tomcat 7<br/> Hipersonic<br/> Win 7</p> ## Kenai Metadata |created|updated|reporter|assignee|due|resolved|link| |---|---|---|---|...
1.0
El componente RecursoLastUpdatesJSP tarda 141818ms en cargar los registros - <p>El componente RecursoLastUpdatesJSP tarda 141818ms en cargar los registros por primera vez (Optimizarlo)</p> ## Affects versions * 4.2.0.5 ## Fix versions * 4.2.0.5 ## Environment <p>Tomcat 7<br/> Hipersonic<br/> Win 7</p> ## Kenai Meta...
non_defect
el componente recursolastupdatesjsp tarda en cargar los registros el componente recursolastupdatesjsp tarda en cargar los registros por primera vez optimizarlo affects versions fix versions environment tomcat hipersonic win kenai metadata created updated reporter ...
0
63,920
18,058,033,918
IssuesEvent
2021-09-20 10:45:47
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Slack bridge to a channel in someone else's workspace
T-Defect A-Scalar
### Steps to reproduce 1. Where are you starting? What can you see? - A partner organisation wishes to collaborate with us and has created a shared (open) slack channel, inviting the relevant people from our team into it. I invited the Element Bridge app in. I know the bridge functionality is working because it is...
1.0
Slack bridge to a channel in someone else's workspace - ### Steps to reproduce 1. Where are you starting? What can you see? - A partner organisation wishes to collaborate with us and has created a shared (open) slack channel, inviting the relevant people from our team into it. I invited the Element Bridge app in. ...
defect
slack bridge to a channel in someone else s workspace steps to reproduce where are you starting what can you see a partner organisation wishes to collaborate with us and has created a shared open slack channel inviting the relevant people from our team into it i invited the element bridge app in ...
1
52,103
13,211,389,070
IssuesEvent
2020-08-15 22:47:18
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
IceRec.IC2011-L2_V12-08-00_IceSim4compat_V5 compatible with version 10 of I3DOMCalibration (Trac #1691)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1691">https://code.icecube.wisc.edu/projects/icecube/ticket/1691</a>, reported by juancarlosand owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:12:58", "_ts": "...
1.0
IceRec.IC2011-L2_V12-08-00_IceSim4compat_V5 compatible with version 10 of I3DOMCalibration (Trac #1691) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1691">https://code.icecube.wisc.edu/projects/icecube/ticket/1691</a>, reported by juancarlosand owned by olivas</...
defect
icerec compatible with version of trac migrated from json status closed changetime ts description the latest icerec for compat is not compatible with version we need a new release with a newer version of dataclasses tha...
1
58,615
16,636,610,582
IssuesEvent
2021-06-04 00:07:36
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
opened
Error building osd-zfs during Lustre installation
Status: Triage Needed Type: Defect
<!-- Please fill out the following template, which will help other contributors address your issue. --> <!-- Thank you for reporting an issue. *IMPORTANT* - Please check our issue tracker before opening a new issue. Additional valuable information can be found in the OpenZFS documentation and mailing list archiv...
1.0
Error building osd-zfs during Lustre installation - <!-- Please fill out the following template, which will help other contributors address your issue. --> <!-- Thank you for reporting an issue. *IMPORTANT* - Please check our issue tracker before opening a new issue. Additional valuable information can be found i...
defect
error building osd zfs during lustre installation thank you for reporting an issue important please check our issue tracker before opening a new issue additional valuable information can be found in the openzfs documentation and mailing list archives please fill in as much of the template as p...
1
67,443
8,133,866,424
IssuesEvent
2018-08-19 08:44:06
NG-ZORRO/ng-zorro-antd
https://api.github.com/repos/NG-ZORRO/ng-zorro-antd
closed
[nz-timeline-item] Custom color on circle's
Ant Design Enhancement
## What problem does this feature solve? In the DOC's [nz-timeline-item](https://ng.ant.design/components/timeline/en#nz-timeline-item), the description says: "Set the circle's color to blue, red, green or other custom colors", but what "custom colors"? I tried hex color, named color and none of this worked. ## What ...
1.0
[nz-timeline-item] Custom color on circle's - ## What problem does this feature solve? In the DOC's [nz-timeline-item](https://ng.ant.design/components/timeline/en#nz-timeline-item), the description says: "Set the circle's color to blue, red, green or other custom colors", but what "custom colors"? I tried hex color, ...
non_defect
custom color on circle s what problem does this feature solve in the doc s the description says set the circle s color to blue red green or other custom colors but what custom colors i tried hex color named color and none of this worked what does the proposed api look like that property n...
0
43,710
11,800,355,095
IssuesEvent
2020-03-18 17:23:58
NREL/EnergyPlus
https://api.github.com/repos/NREL/EnergyPlus
closed
AirloopHVAC:UnitarySystem RH control broken with V9.2
Defect PriorityHigh
Issue overview -------------- Previous code refactoring broke RH control by converting a global MoistureLoad variable to an unused local variable. In other words the global MoisureLoad variable is always 0. ### Details Some additional details for this issue (if relevant): - Platform (Operating system, version)...
1.0
AirloopHVAC:UnitarySystem RH control broken with V9.2 - Issue overview -------------- Previous code refactoring broke RH control by converting a global MoistureLoad variable to an unused local variable. In other words the global MoisureLoad variable is always 0. ### Details Some additional details for this issue...
defect
airloophvac unitarysystem rh control broken with issue overview previous code refactoring broke rh control by converting a global moistureload variable to an unused local variable in other words the global moisureload variable is always details some additional details for this issue ...
1
220,116
24,562,374,455
IssuesEvent
2022-10-12 21:39:58
TreyM-WSS/concord
https://api.github.com/repos/TreyM-WSS/concord
closed
CVE-2021-33502 (High) detected in normalize-url-3.3.0.tgz, normalize-url-1.9.1.tgz - autoclosed
security vulnerability
## CVE-2021-33502 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>normalize-url-3.3.0.tgz</b>, <b>normalize-url-1.9.1.tgz</b></p></summary> <p> <details><summary><b>normalize-url-3.3...
True
CVE-2021-33502 (High) detected in normalize-url-3.3.0.tgz, normalize-url-1.9.1.tgz - autoclosed - ## CVE-2021-33502 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>normalize-url-3.3.0...
non_defect
cve high detected in normalize url tgz normalize url tgz autoclosed cve high severity vulnerability vulnerable libraries normalize url tgz normalize url tgz normalize url tgz normalize a url library home page a href path to dependency fil...
0
37,450
8,403,904,457
IssuesEvent
2018-10-11 11:12:14
PowerDNS/pdns
https://api.github.com/repos/PowerDNS/pdns
closed
pdns auth 3.4.8 crashes on API zone update with non-object JSON
auth defect rest-api
Hello! Here's a stacktrace too: ``` Apr 15 09:56:26 manage pdns[20452]: Polled security status of version 3.4.8 at startup, no known issues reported: OK Apr 15 09:56:26 manage pdns[20452]: Listening for HTTP requests on 127.0.0.1:8081 Apr 15 09:56:26 manage pdns[20452]: Creating backend connection for TCP Apr 15 09:5...
1.0
pdns auth 3.4.8 crashes on API zone update with non-object JSON - Hello! Here's a stacktrace too: ``` Apr 15 09:56:26 manage pdns[20452]: Polled security status of version 3.4.8 at startup, no known issues reported: OK Apr 15 09:56:26 manage pdns[20452]: Listening for HTTP requests on 127.0.0.1:8081 Apr 15 09:56:26 m...
defect
pdns auth crashes on api zone update with non object json hello here s a stacktrace too apr manage pdns polled security status of version at startup no known issues reported ok apr manage pdns listening for http requests on apr manage pdns creating backend...
1
63,971
18,094,941,748
IssuesEvent
2021-09-22 08:00:53
Guake/guake
https://api.github.com/repos/Guake/guake
closed
Background image renders above the search box
Type: Defect
I missed something when checking the background image feature (in #1604), background image renders above the search box, so when you hit CTRL+SHIFT+F, you can't see the search box. Search still works fine, just can't see it. Pulling in @mlouielu because they'll know most about how to remedy this having written the b...
1.0
Background image renders above the search box - I missed something when checking the background image feature (in #1604), background image renders above the search box, so when you hit CTRL+SHIFT+F, you can't see the search box. Search still works fine, just can't see it. Pulling in @mlouielu because they'll know mo...
defect
background image renders above the search box i missed something when checking the background image feature in background image renders above the search box so when you hit ctrl shift f you can t see the search box search still works fine just can t see it pulling in mlouielu because they ll know most ...
1
2,930
2,607,966,667
IssuesEvent
2015-02-26 00:42:39
chrsmithdemos/leveldb
https://api.github.com/repos/chrsmithdemos/leveldb
opened
It would be more usable to merge the android and windows version in trunk.
auto-migrated Priority-Medium Type-Defect
``` RT. ``` ----- Original issue reported on code.google.com by `hume...@gmail.com` on 28 Jul 2012 at 2:16
1.0
It would be more usable to merge the android and windows version in trunk. - ``` RT. ``` ----- Original issue reported on code.google.com by `hume...@gmail.com` on 28 Jul 2012 at 2:16
defect
it would be more usable to merge the android and windows version in trunk rt original issue reported on code google com by hume gmail com on jul at
1
27,749
5,094,046,380
IssuesEvent
2017-01-03 09:49:05
GoldenSoftwareLtd/gedemin
https://api.github.com/repos/GoldenSoftwareLtd/gedemin
closed
НДС по НМА
FA Priority-Medium Type-Defect
Originally reported on Google Code with ID 1043 ``` Почему когда я приходую НМА, на входной НДС при вводе в эксплуатацию ставится проводка Дт 01 Кт 18.01.03? НДС вроде должен приниматься к зачету равными частями 1/12 как и по основным. ``` Reported by `gs1994` on 2008-08-07 09:21:43
1.0
НДС по НМА - Originally reported on Google Code with ID 1043 ``` Почему когда я приходую НМА, на входной НДС при вводе в эксплуатацию ставится проводка Дт 01 Кт 18.01.03? НДС вроде должен приниматься к зачету равными частями 1/12 как и по основным. ``` Reported by `gs1994` on 2008-08-07 09:21:43
defect
ндс по нма originally reported on google code with id почему когда я приходую нма на входной ндс при вводе в эксплуатацию ставится проводка дт кт ндс вроде должен приниматься к зачету равными частями как и по основным reported by on
1
62,098
17,023,851,044
IssuesEvent
2021-07-03 04:10:30
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
libapache2-mod-tile cannot download 10m-populated-places.zip and 110m-admin-0-boundary-lines.zip causing install crash
Component: mod_tile Priority: minor Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 10.58pm, Friday, 25th January 2013]** OS: Ubuntu 12.10 Following directions from: http://switch2osm.org/serving-tiles/building-a-tile-server-from-packages/ libapache2-mod-tile produces a ERROR 404 when trying to download from: http://www.naturalearthdata.com...
1.0
libapache2-mod-tile cannot download 10m-populated-places.zip and 110m-admin-0-boundary-lines.zip causing install crash - **[Submitted to the original trac issue database at 10.58pm, Friday, 25th January 2013]** OS: Ubuntu 12.10 Following directions from: http://switch2osm.org/serving-tiles/building-a-tile-server-...
defect
mod tile cannot download populated places zip and admin boundary lines zip causing install crash os ubuntu following directions from mod tile produces a error when trying to download from and the files are not longer available on the server causing the install to cra...
1
535,306
15,686,281,064
IssuesEvent
2021-03-25 12:19:32
sodafoundation/delfin
https://api.github.com/repos/sodafoundation/delfin
closed
[Task manager ] Collect Storage Pool Information Periodically
Feature Medium Priority
*@NajmudheenCT commented on May 13, 2020, 5:23 AM UTC:* schedule Pool collection in periodic scheduler *This issue was moved by [kumarashit](https://github.com/kumarashit) from [sodafoundation/SIM-TempIssues#28](https://github.com/sodafoundation/SIM-TempIssues/issues/28).*
1.0
[Task manager ] Collect Storage Pool Information Periodically - *@NajmudheenCT commented on May 13, 2020, 5:23 AM UTC:* schedule Pool collection in periodic scheduler *This issue was moved by [kumarashit](https://github.com/kumarashit) from [sodafoundation/SIM-TempIssues#28](https://github.com/sodafoundation/SIM-Temp...
non_defect
collect storage pool information periodically najmudheenct commented on may am utc schedule pool collection in periodic scheduler this issue was moved by from
0
30,966
6,378,814,571
IssuesEvent
2017-08-02 13:33:55
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
Equality checking does not work properly for values returned from indexer of IList<T>
defect
Equality checking doesn't seem to work properly for values returned from the indexer of an IList<T> object. This seems to occur with value types, such as int, bool, etc. I think this might be related to issue #2909. ### Steps To Reproduce https://deck.net/ad157a75721efe6c3a242cb8cc12aff4 ```c# public class Pr...
1.0
Equality checking does not work properly for values returned from indexer of IList<T> - Equality checking doesn't seem to work properly for values returned from the indexer of an IList<T> object. This seems to occur with value types, such as int, bool, etc. I think this might be related to issue #2909. ### Steps To ...
defect
equality checking does not work properly for values returned from indexer of ilist equality checking doesn t seem to work properly for values returned from the indexer of an ilist object this seems to occur with value types such as int bool etc i think this might be related to issue steps to reprodu...
1
160,428
12,511,109,267
IssuesEvent
2020-06-02 19:55:53
NixOS/nixpkgs
https://api.github.com/repos/NixOS/nixpkgs
closed
QEMU segfault when a test VM is interactively started
0.kind: bug 6.topic: testing
**Describe the bug** On the branch 19.09, when i start a test interactively, the QEMU process segfaults. It works well when executed non interactively. **To Reproduce** ``` $ git checkout 4fd551ee2f1 $ nix-build nixos/tests/simple.nix -A driver $ ./result/bin/nixos-run-vms starting VDE switch for network 1 ...
1.0
QEMU segfault when a test VM is interactively started - **Describe the bug** On the branch 19.09, when i start a test interactively, the QEMU process segfaults. It works well when executed non interactively. **To Reproduce** ``` $ git checkout 4fd551ee2f1 $ nix-build nixos/tests/simple.nix -A driver $ ./resu...
non_defect
qemu segfault when a test vm is interactively started describe the bug on the branch when i start a test interactively the qemu process segfaults it works well when executed non interactively to reproduce git checkout nix build nixos tests simple nix a driver result bin nixos...
0
73,933
24,871,905,531
IssuesEvent
2022-10-27 15:48:38
fecgov/fecfile-web-app
https://api.github.com/repos/fecgov/fecfile-web-app
closed
Defect - When selecting "Save and Add More" for additional contacts the Telephone (Optional) field not clearing
defect
This defect is to correct when selecting the "Save and Add More" for additional contacts the Telephone (Optional) field not clearing. (Note: This error occurs when entering any of the contacts). 1. Enter an "Individual" contact including the Telephone number (Optional): ![image.png](https://images.zenhubusercont...
1.0
Defect - When selecting "Save and Add More" for additional contacts the Telephone (Optional) field not clearing - This defect is to correct when selecting the "Save and Add More" for additional contacts the Telephone (Optional) field not clearing. (Note: This error occurs when entering any of the contacts). 1. En...
defect
defect when selecting save and add more for additional contacts the telephone optional field not clearing this defect is to correct when selecting the save and add more for additional contacts the telephone optional field not clearing note this error occurs when entering any of the contacts en...
1
74,886
25,385,715,077
IssuesEvent
2022-11-21 21:39:45
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
closed
AWOL VBA facility investigation
Defect ⭐️ Facilities VBA
## Description During the data migration from the VBA database we uncovered a missing VBA Integrated Disability Evaluation System (IDES) Site at Robins Air Force Base is no longer in our system api id: vba_316m former node id: 4027 We know we had it because it is still in the migrate map table and we know it e...
1.0
AWOL VBA facility investigation - ## Description During the data migration from the VBA database we uncovered a missing VBA Integrated Disability Evaluation System (IDES) Site at Robins Air Force Base is no longer in our system api id: vba_316m former node id: 4027 We know we had it because it is still in the ...
defect
awol vba facility investigation description during the data migration from the vba database we uncovered a missing vba integrated disability evaluation system ides site at robins air force base is no longer in our system api id vba former node id we know we had it because it is still in the migrat...
1
25,285
4,281,621,508
IssuesEvent
2016-07-15 04:23:15
eczarny/spectacle
https://api.github.com/repos/eczarny/spectacle
closed
Spectacle in VMWare Unity mode causes continuous window flashing
defect investigating ★★
To reproduce: 1. Open a Windows 7 virtual machine in VMWare Fusion. Enable unity mode with view->Unity. The windows desktop is hidden. 2. Open Excel by clicking VMWare->Excel in the mac status bar at the top of the screen. 3. Click Alt->Cmd->Right in the Mac. This should move the new Excel window to the right ...
1.0
Spectacle in VMWare Unity mode causes continuous window flashing - To reproduce: 1. Open a Windows 7 virtual machine in VMWare Fusion. Enable unity mode with view->Unity. The windows desktop is hidden. 2. Open Excel by clicking VMWare->Excel in the mac status bar at the top of the screen. 3. Click Alt->Cmd->Rig...
defect
spectacle in vmware unity mode causes continuous window flashing to reproduce open a windows virtual machine in vmware fusion enable unity mode with view unity the windows desktop is hidden open excel by clicking vmware excel in the mac status bar at the top of the screen click alt cmd rig...
1
58,693
16,701,594,894
IssuesEvent
2021-06-09 03:47:12
microsoft/STL
https://api.github.com/repos/microsoft/STL
opened
P2231R1 Completing `constexpr` In `optional` And `variant`
cxx20 defect report
[P2231R1](https://wg21.link/P2231R1) Completing `constexpr` In `optional` And `variant` Feature-test macros: ```cpp #define __cpp_lib_optional INCREASED_VALUE_TO_BE_DETERMINED #define __cpp_lib_variant INCREASED_VALUE_TO_BE_DETERMINED ``` At the June 2021 virtual plenary meeting, this was accepted as a defec...
1.0
P2231R1 Completing `constexpr` In `optional` And `variant` - [P2231R1](https://wg21.link/P2231R1) Completing `constexpr` In `optional` And `variant` Feature-test macros: ```cpp #define __cpp_lib_optional INCREASED_VALUE_TO_BE_DETERMINED #define __cpp_lib_variant INCREASED_VALUE_TO_BE_DETERMINED ``` At the Ju...
defect
completing constexpr in optional and variant completing constexpr in optional and variant feature test macros cpp define cpp lib optional increased value to be determined define cpp lib variant increased value to be determined at the june virtual plenary meeting this was ...
1
145,424
5,575,391,757
IssuesEvent
2017-03-28 01:45:17
architecture-building-systems/CEAforArcGIS
https://api.github.com/repos/architecture-building-systems/CEAforArcGIS
opened
Code the program that can run the CEA and send back the result in Rhino/Grasshopper
Priority 1
![workflow status quo ubg](https://cloud.githubusercontent.com/assets/16640327/24385073/87ea9d40-139a-11e7-8518-34f6cd5ae9fa.png) Hi Darren, this issue is as we discussed when you were in Singapore. I also attached a diagram to explain the workflow. Let me know if you have any questions~
1.0
Code the program that can run the CEA and send back the result in Rhino/Grasshopper - ![workflow status quo ubg](https://cloud.githubusercontent.com/assets/16640327/24385073/87ea9d40-139a-11e7-8518-34f6cd5ae9fa.png) Hi Darren, this issue is as we discussed when you were in Singapore. I also attached a diagram to exp...
non_defect
code the program that can run the cea and send back the result in rhino grasshopper hi darren this issue is as we discussed when you were in singapore i also attached a diagram to explain the workflow let me know if you have any questions
0
138,452
18,793,930,879
IssuesEvent
2021-11-08 19:53:30
Dima2022/hygieia-workflow-github-collector
https://api.github.com/repos/Dima2022/hygieia-workflow-github-collector
opened
CVE-2019-17531 (High) detected in jackson-databind-2.5.0.jar
security vulnerability
## CVE-2019-17531 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.5.0.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2019-17531 (High) detected in jackson-databind-2.5.0.jar - ## CVE-2019-17531 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.5.0.jar</b></p></summary> <p>General...
non_defect
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file hygieia workflow github collect...
0
30,430
5,796,174,928
IssuesEvent
2017-05-02 18:49:39
devops-alpha-s17/customers
https://api.github.com/repos/devops-alpha-s17/customers
closed
Create Swagger Documentation for searching a customer
documentation
**As a** Developer **I need** to create swagger documentation for searching a customer **So that** the method is properly documented **Assumptions:** * flasgger/swagger is imported **Acceptance Criteria:** ``` Given a running service When the documentation URL is visited , Then the searching customer's do...
1.0
Create Swagger Documentation for searching a customer - **As a** Developer **I need** to create swagger documentation for searching a customer **So that** the method is properly documented **Assumptions:** * flasgger/swagger is imported **Acceptance Criteria:** ``` Given a running service When the document...
non_defect
create swagger documentation for searching a customer as a developer i need to create swagger documentation for searching a customer so that the method is properly documented assumptions flasgger swagger is imported acceptance criteria given a running service when the document...
0
33,380
7,108,038,984
IssuesEvent
2018-01-16 22:13:35
zealdocs/zeal
https://api.github.com/repos/zealdocs/zeal
closed
Oracle JDK causes Zeal to crash on Arch Linux
Component: UI/Web View Platform: Linux Resolution: Upstream Problem Type: Defect
My zeal is runing on manjaro linux, when I try to open a docset ,it exited.The log in terminal is as follows: *** Error in `zeal': free(): invalid pointer: 0x00007fcb78fd33c0 *** [1] 1887 abort (core dumped) zeal
1.0
Oracle JDK causes Zeal to crash on Arch Linux - My zeal is runing on manjaro linux, when I try to open a docset ,it exited.The log in terminal is as follows: *** Error in `zeal': free(): invalid pointer: 0x00007fcb78fd33c0 *** [1] 1887 abort (core dumped) zeal
defect
oracle jdk causes zeal to crash on arch linux my zeal is runing on manjaro linux when i try to open a docset it exited the log in terminal is as follows error in zeal free invalid pointer abort core dumped zeal
1
279,775
24,254,156,040
IssuesEvent
2022-09-27 16:18:31
xamarin/xamarin-macios
https://api.github.com/repos/xamarin/xamarin-macios
closed
[meta][xharness] azdo / ddfun specific issues
test-only-issue
These issues seems related to xharness and not the bots/devices from: https://dev.azure.com/devdiv/DevDiv/_build/results?buildId=3575009&view=ms.vss-test-web.build-test-results-tab&runId=11983954&paneView=attachments&resultId=118020 # azdo duration (table view) always shows "0:00:00.000" Makes it hard to see i...
1.0
[meta][xharness] azdo / ddfun specific issues - These issues seems related to xharness and not the bots/devices from: https://dev.azure.com/devdiv/DevDiv/_build/results?buildId=3575009&view=ms.vss-test-web.build-test-results-tab&runId=11983954&paneView=attachments&resultId=118020 # azdo duration (table view) alwa...
non_defect
azdo ddfun specific issues these issues seems related to xharness and not the bots devices from azdo duration table view always shows makes it hard to see if it s a real timeout and if so what was the allotted time for the test to run timeout too short test lau...
0
53,491
13,261,749,134
IssuesEvent
2020-08-20 20:27:52
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
cmake trunk sets CMAKE_INSTALL_PREFIX:PATH=/usr/local which cannot be written to (Trac #1524)
Migrated from Trac cmake defect
In trying `make tarball` using trunk of simulation meta-project it fails with the following error: CMake Error at cmake_install.cmake:36 (FILE): file cannot create directory: /usr/local/lib/icecube. Maybe need administrative privileges. In looking in the CMakeCache.txt file the CMAKE_INSTALL_PREFIX:PATH is incorrect...
1.0
cmake trunk sets CMAKE_INSTALL_PREFIX:PATH=/usr/local which cannot be written to (Trac #1524) - In trying `make tarball` using trunk of simulation meta-project it fails with the following error: CMake Error at cmake_install.cmake:36 (FILE): file cannot create directory: /usr/local/lib/icecube. Maybe need administrati...
defect
cmake trunk sets cmake install prefix path usr local which cannot be written to trac in trying make tarball using trunk of simulation meta project it fails with the following error cmake error at cmake install cmake file file cannot create directory usr local lib icecube maybe need administrative p...
1
429,850
12,428,834,438
IssuesEvent
2020-05-25 07:13:20
SeldonIO/seldon-core
https://api.github.com/repos/SeldonIO/seldon-core
closed
RedHat version of core servers
priority/p1
Provide RedHat certified images for: * sklearnserver * mlflow server * xgboost server * tfserving
1.0
RedHat version of core servers - Provide RedHat certified images for: * sklearnserver * mlflow server * xgboost server * tfserving
non_defect
redhat version of core servers provide redhat certified images for sklearnserver mlflow server xgboost server tfserving
0
159,944
25,082,212,304
IssuesEvent
2022-11-07 20:21:27
carbon-design-system/carbon-platform
https://api.github.com/repos/carbon-design-system/carbon-platform
closed
[tech design] RMDX
role: dev 🤖 type: tech design 🏗️
# Feature technical design RMDX (Remote MDX) ## Summary This feature describes the usage of remote mdx in a secure way that is not vulnerable to code injection and arbitrary code execution (ACE) attacks. This will supersede existing MDX processing and provide stricter parsing and rendering. This means less ove...
1.0
[tech design] RMDX - # Feature technical design RMDX (Remote MDX) ## Summary This feature describes the usage of remote mdx in a secure way that is not vulnerable to code injection and arbitrary code execution (ACE) attacks. This will supersede existing MDX processing and provide stricter parsing and rendering...
non_defect
rmdx feature technical design rmdx remote mdx summary this feature describes the usage of remote mdx in a secure way that is not vulnerable to code injection and arbitrary code execution ace attacks this will supersede existing mdx processing and provide stricter parsing and rendering this means...
0
20,656
3,392,137,244
IssuesEvent
2015-11-30 18:17:48
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
Nested class name should include parent class name even if [Namespace(false)]
defect
If parent class has [Namespace(false)] then nested class has no parent class name in own name ``` [Namespace(false)] public static class A { public class B { public B() { } } } var a = new A.B(); // should be var a = new A.B(); in jav...
1.0
Nested class name should include parent class name even if [Namespace(false)] - If parent class has [Namespace(false)] then nested class has no parent class name in own name ``` [Namespace(false)] public static class A { public class B { public B() { ...
defect
nested class name should include parent class name even if if parent class has then nested class has no parent class name in own name public static class a public class b public b var a new a b should...
1
13,458
2,757,826,567
IssuesEvent
2015-04-27 16:50:39
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
OrderList fires multiple reorder events
5.1.17 5.2.2 defect
The OrderList component supports to reorder multiple items by pressing Ctrl and using the control buttons. This is a single reorder action but it produces a reorder event per item that was reorder in that action. In my case this causes a bug. I've a p:ajax attached to the OrderList which handles the reorder event i...
1.0
OrderList fires multiple reorder events - The OrderList component supports to reorder multiple items by pressing Ctrl and using the control buttons. This is a single reorder action but it produces a reorder event per item that was reorder in that action. In my case this causes a bug. I've a p:ajax attached to the O...
defect
orderlist fires multiple reorder events the orderlist component supports to reorder multiple items by pressing ctrl and using the control buttons this is a single reorder action but it produces a reorder event per item that was reorder in that action in my case this causes a bug i ve a p ajax attached to the o...
1
16,132
2,872,987,063
IssuesEvent
2015-06-08 14:54:09
msimpson/pixelcity
https://api.github.com/repos/msimpson/pixelcity
closed
Car headlight sprites are not always facing the camera
auto-migrated Priority-Medium Type-Defect
``` side views of the sprites walking on the street ``` Original issue reported on code.google.com by `ahfat...@gmail.com` on 17 Jun 2009 at 2:00
1.0
Car headlight sprites are not always facing the camera - ``` side views of the sprites walking on the street ``` Original issue reported on code.google.com by `ahfat...@gmail.com` on 17 Jun 2009 at 2:00
defect
car headlight sprites are not always facing the camera side views of the sprites walking on the street original issue reported on code google com by ahfat gmail com on jun at
1
127,931
12,343,434,628
IssuesEvent
2020-05-15 04:00:57
swimlane/PSAttck
https://api.github.com/repos/swimlane/PSAttck
opened
Update documentation to focus on contextual data
documentation
Per comment on Reddit, main documentation should focus more on the contextual data aspect instead of strictly MITRE ATT&CK access/data.
1.0
Update documentation to focus on contextual data - Per comment on Reddit, main documentation should focus more on the contextual data aspect instead of strictly MITRE ATT&CK access/data.
non_defect
update documentation to focus on contextual data per comment on reddit main documentation should focus more on the contextual data aspect instead of strictly mitre att ck access data
0
43,568
11,758,135,526
IssuesEvent
2020-03-13 14:54:06
lagom/lagom
https://api.github.com/repos/lagom/lagom
closed
custom config resource no longer respected in 1.6.x devMode
type:defect
### Lagom Version (1.2.x / 1.3.x / etc) 1.6.0 ### API (Scala / Java / Neither / Both) Scala ### Operating System (Ubuntu 15.10 / MacOS 10.10 / Windows 10) ``` console a1kemist@system:~$ uname -a Linux system76-pc 5.3.0-7625-generic #27~1576774585~18.04~c7868f8~dev-Ubuntu SMP Thu Dec 19 20:37:32 x86_64 x86...
1.0
custom config resource no longer respected in 1.6.x devMode - ### Lagom Version (1.2.x / 1.3.x / etc) 1.6.0 ### API (Scala / Java / Neither / Both) Scala ### Operating System (Ubuntu 15.10 / MacOS 10.10 / Windows 10) ``` console a1kemist@system:~$ uname -a Linux system76-pc 5.3.0-7625-generic #27~157677458...
defect
custom config resource no longer respected in x devmode lagom version x x etc api scala java neither both scala operating system ubuntu macos windows console system uname a linux pc generic dev ubuntu smp thu dec ...
1
47,012
13,056,015,132
IssuesEvent
2020-07-30 03:23:49
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
signal injection via sni3_sn_sim is not possible for runs from 2018 (Trac #2271)
Incomplete Migration Migrated from Trac defect supernova
Migrated from https://code.icecube.wisc.edu/ticket/2271 ```json { "status": "new", "changetime": "2019-06-21T20:27:24", "description": "It is not possible to inject a supernova signal into the root files from 2018 and into some from 2017 with sni3_sn_sim. ", "reporter": "afritz", "cc": "", ...
1.0
signal injection via sni3_sn_sim is not possible for runs from 2018 (Trac #2271) - Migrated from https://code.icecube.wisc.edu/ticket/2271 ```json { "status": "new", "changetime": "2019-06-21T20:27:24", "description": "It is not possible to inject a supernova signal into the root files from 2018 and into ...
defect
signal injection via sn sim is not possible for runs from trac migrated from json status new changetime description it is not possible to inject a supernova signal into the root files from and into some from with sn sim reporter afritz ...
1
5,946
2,610,218,392
IssuesEvent
2015-02-26 19:09:28
chrsmith/somefinders
https://api.github.com/repos/chrsmith/somefinders
opened
хлебопечка delfa dbm 938 инструкция.pdf
auto-migrated Priority-Medium Type-Defect
``` '''Антип Исаков''' Привет всем не подскажите где можно найти .хлебопечка delfa dbm 938 инструкция.pdf. как то выкладывали уже '''Баян Коновалов''' Вот держи линк http://bit.ly/1b4qdkW '''Александр Чернов''' Спасибо вроде то но просит телефон вводить '''Вилий Захаров''' Неа все ок у меня ничего не списало '''В...
1.0
хлебопечка delfa dbm 938 инструкция.pdf - ``` '''Антип Исаков''' Привет всем не подскажите где можно найти .хлебопечка delfa dbm 938 инструкция.pdf. как то выкладывали уже '''Баян Коновалов''' Вот держи линк http://bit.ly/1b4qdkW '''Александр Чернов''' Спасибо вроде то но просит телефон вводить '''Вилий Захаров'''...
defect
хлебопечка delfa dbm инструкция pdf антип исаков привет всем не подскажите где можно найти хлебопечка delfa dbm инструкция pdf как то выкладывали уже баян коновалов вот держи линк александр чернов спасибо вроде то но просит телефон вводить вилий захаров неа все ок у меня ничег...
1
655
2,507,105,885
IssuesEvent
2015-01-12 16:09:57
deis/deis
https://api.github.com/repos/deis/deis
opened
Add "all buildpacks" integration tests
testing
The nightly-* jobs at https://ci.deis.io/ were too resource-intentsive for what they tested: we don't need to provision a new cluster for each buildpack test. Instead we should add a buildpacks_test.go, maybe with a build flag so it's not run by default.
1.0
Add "all buildpacks" integration tests - The nightly-* jobs at https://ci.deis.io/ were too resource-intentsive for what they tested: we don't need to provision a new cluster for each buildpack test. Instead we should add a buildpacks_test.go, maybe with a build flag so it's not run by default.
non_defect
add all buildpacks integration tests the nightly jobs at were too resource intentsive for what they tested we don t need to provision a new cluster for each buildpack test instead we should add a buildpacks test go maybe with a build flag so it s not run by default
0
12,100
2,685,003,788
IssuesEvent
2015-03-29 16:08:37
IssueMigrationTest/Test5
https://api.github.com/repos/IssueMigrationTest/Test5
closed
int/double conversion when initializing an array
auto-migrated Priority-Medium Type-Defect
**Issue by markdew...@gmail.com** _7 Feb 2008 at 1:18 GMT_ _Originally opened on Google Code_ ---- ``` The attached program gives different output when run from python and when run under shedskin. An array of doubles is initialized with an integer, and the type conversion doesn't work correctly. It appears to be a ...
1.0
int/double conversion when initializing an array - **Issue by markdew...@gmail.com** _7 Feb 2008 at 1:18 GMT_ _Originally opened on Google Code_ ---- ``` The attached program gives different output when run from python and when run under shedskin. An array of doubles is initialized with an integer, and the type conv...
defect
int double conversion when initializing an array issue by markdew gmail com feb at gmt originally opened on google code the attached program gives different output when run from python and when run under shedskin an array of doubles is initialized with an integer and the type conversi...
1
34,652
7,458,443,618
IssuesEvent
2018-03-30 10:19:58
kerdokullamae/test_koik_issued
https://api.github.com/repos/kerdokullamae/test_koik_issued
closed
Määrata crowdsourcing domeeni avaleheks ülesannete nimekiri
C: AVAR P: highest R: fixed T: defect
**Reported by sven syld on 18 Dec 2014 07:55 UTC** Juhul kui keegi satub crowdsourcing.ra avalehele, tuleb ta suunata http://crowdsourcing.ra/et/task/list/ lehele.
1.0
Määrata crowdsourcing domeeni avaleheks ülesannete nimekiri - **Reported by sven syld on 18 Dec 2014 07:55 UTC** Juhul kui keegi satub crowdsourcing.ra avalehele, tuleb ta suunata http://crowdsourcing.ra/et/task/list/ lehele.
defect
määrata crowdsourcing domeeni avaleheks ülesannete nimekiri reported by sven syld on dec utc juhul kui keegi satub crowdsourcing ra avalehele tuleb ta suunata lehele
1
32,460
6,798,952,340
IssuesEvent
2017-11-02 08:31:41
Microsoft/testfx
https://api.github.com/repos/Microsoft/testfx
closed
[Test] Desktop CLI Tests do not verify stack trace information.
bug test defect wontfix
## Description Desktop CLI Tests do not show stacktrace information correctly for x64 scenarios and hence cannot be validated. ## Steps to reproduce The code at test/E2ETests/Automation.CLI/CLITestBase.ValidateFailedTests() skips verification of stack trace information in x64. This needs to be resolved.
1.0
[Test] Desktop CLI Tests do not verify stack trace information. - ## Description Desktop CLI Tests do not show stacktrace information correctly for x64 scenarios and hence cannot be validated. ## Steps to reproduce The code at test/E2ETests/Automation.CLI/CLITestBase.ValidateFailedTests() skips verification of sta...
defect
desktop cli tests do not verify stack trace information description desktop cli tests do not show stacktrace information correctly for scenarios and hence cannot be validated steps to reproduce the code at test automation cli clitestbase validatefailedtests skips verification of stack trace infor...
1
57,304
15,729,928,003
IssuesEvent
2021-03-29 15:21:47
danmar/testissues
https://api.github.com/repos/danmar/testissues
opened
segfault in src/token.cpp:455: (this=0x0) (Trac #287)
Incomplete Migration Migrated from Trac Other defect hyd_danmar
Migrated from https://trac.cppcheck.net/ticket/287 ```json { "status": "closed", "changetime": "2009-05-08T07:58:31", "description": "version 80fe293c197e3c3688b07fdc288f64bf509f02a7 (git HEAD)\n\nThe test case is radically stripped down from a real-world example, and doesn't make much sense, c++ wise. It...
1.0
segfault in src/token.cpp:455: (this=0x0) (Trac #287) - Migrated from https://trac.cppcheck.net/ticket/287 ```json { "status": "closed", "changetime": "2009-05-08T07:58:31", "description": "version 80fe293c197e3c3688b07fdc288f64bf509f02a7 (git HEAD)\n\nThe test case is radically stripped down from a real...
defect
segfault in src token cpp this trac migrated from json status closed changetime description version git head n nthe test case is radically stripped down from a real world example and doesn t make much sense c wise it compiles though n n n ntemp...
1
79,882
29,497,218,856
IssuesEvent
2023-06-02 18:05:11
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
reopened
[ISSUE] Medical records disclosure authorization check defaults to "authorized"
526ez-Defects
## Issue Description On Step 3 of the 526EZ form, the "Supporting evidence" step, the user is prompted to either upload their private medical records or authorize a doctor to disclose them. However, it appears selecting the "No, please get my records from a doctor." option **automatically checks the box indicating the...
1.0
[ISSUE] Medical records disclosure authorization check defaults to "authorized" - ## Issue Description On Step 3 of the 526EZ form, the "Supporting evidence" step, the user is prompted to either upload their private medical records or authorize a doctor to disclose them. However, it appears selecting the "No, please g...
defect
medical records disclosure authorization check defaults to authorized issue description on step of the form the supporting evidence step the user is prompted to either upload their private medical records or authorize a doctor to disclose them however it appears selecting the no please get my reco...
1
526,268
15,284,948,479
IssuesEvent
2021-02-23 12:56:01
googleapis/doc-pipeline
https://api.github.com/repos/googleapis/doc-pipeline
closed
Only fetch the exact xrefmap files needed for the current build
priority: p1 priority: p1 type: feature request
Tarballs can specify the xrefmaps they need using the `xrefs` field in `docs.metadata`. Let's use that field to specify the exact xrefmap files needed for the current build, rather than downloading _every_ xrefmap for _every_ build. @jskeet came up with: ``` devsite://dotnet/Google.Api.Gax/2.5.0 ``` We can con...
2.0
Only fetch the exact xrefmap files needed for the current build - Tarballs can specify the xrefmaps they need using the `xrefs` field in `docs.metadata`. Let's use that field to specify the exact xrefmap files needed for the current build, rather than downloading _every_ xrefmap for _every_ build. @jskeet came up wi...
non_defect
only fetch the exact xrefmap files needed for the current build tarballs can specify the xrefmaps they need using the xrefs field in docs metadata let s use that field to specify the exact xrefmap files needed for the current build rather than downloading every xrefmap for every build jskeet came up wi...
0
420,038
12,232,043,534
IssuesEvent
2020-05-04 08:58:07
TTT-2/TTT2
https://api.github.com/repos/TTT-2/TTT2
closed
Add categories to the shop
accepted enhancement priority/low
I think the traitor/detective shop can get pretty confusing when a lot of Traitor/Detective Item addons are installed. To make the shop easier to handle. I'd like to have categories which either the server admin or any player can create to sort the items. The only alternative I could find was the favorites system...
1.0
Add categories to the shop - I think the traitor/detective shop can get pretty confusing when a lot of Traitor/Detective Item addons are installed. To make the shop easier to handle. I'd like to have categories which either the server admin or any player can create to sort the items. The only alternative I could ...
non_defect
add categories to the shop i think the traitor detective shop can get pretty confusing when a lot of traitor detective item addons are installed to make the shop easier to handle i d like to have categories which either the server admin or any player can create to sort the items the only alternative i could ...
0
438,047
12,610,279,832
IssuesEvent
2020-06-12 04:26:30
AtlasOfLivingAustralia/bie-plugin
https://api.github.com/repos/AtlasOfLivingAustralia/bie-plugin
closed
Expert distribution maps not showing on species pages
Medium-Priority
E.g. Major Mitchell's Cockatoo https://bie.ala.org.au/species/urn:lsid:biodiversity.org.au:afd.taxon:0217f06f-664c-4c64-bc59-1b54650fa23d Looks like there are two issues: - [x] spatial-service is not allowing CORS requests - [ ] bie-plugin is still requesting JSONP but spatial-service does not support it, so ...
1.0
Expert distribution maps not showing on species pages - E.g. Major Mitchell's Cockatoo https://bie.ala.org.au/species/urn:lsid:biodiversity.org.au:afd.taxon:0217f06f-664c-4c64-bc59-1b54650fa23d Looks like there are two issues: - [x] spatial-service is not allowing CORS requests - [ ] bie-plugin is still reque...
non_defect
expert distribution maps not showing on species pages e g major mitchell s cockatoo looks like there are two issues spatial service is not allowing cors requests bie plugin is still requesting jsonp but spatial service does not support it so needs to be changed to plain json and cors working s...
0
153,226
19,703,149,270
IssuesEvent
2022-01-12 18:44:27
scriptex/atanas.info
https://api.github.com/repos/scriptex/atanas.info
closed
CVE-2022-0155 (High) detected in follow-redirects-1.14.6.tgz
security vulnerability
## CVE-2022-0155 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>follow-redirects-1.14.6.tgz</b></p></summary> <p>HTTP and HTTPS modules that follow redirects.</p> <p>Library home page...
True
CVE-2022-0155 (High) detected in follow-redirects-1.14.6.tgz - ## CVE-2022-0155 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>follow-redirects-1.14.6.tgz</b></p></summary> <p>HTTP an...
non_defect
cve high detected in follow redirects tgz cve high severity vulnerability vulnerable library follow redirects tgz http and https modules that follow redirects library home page a href path to dependency file package json path to vulnerable library node modules fol...
0