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
76,618
26,513,799,857
IssuesEvent
2023-01-18 19:09:14
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Forcetype a date time / timestamp field to Instant then has no way to use `DSL.current*()` functions
T: Defect
### Expected behavior If I have a type that I convert to java `Instant` using forced types and code generation, my table changes the type from say `Timestamp` or `INT` (Unix Time) to `Instant` in the generated code. Great! But now I can't use a default function like `DSL.current*()` functions to set it. * `cur...
1.0
Forcetype a date time / timestamp field to Instant then has no way to use `DSL.current*()` functions - ### Expected behavior If I have a type that I convert to java `Instant` using forced types and code generation, my table changes the type from say `Timestamp` or `INT` (Unix Time) to `Instant` in the generated code. ...
defect
forcetype a date time timestamp field to instant then has no way to use dsl current functions expected behavior if i have a type that i convert to java instant using forced types and code generation my table changes the type from say timestamp or int unix time to instant in the generated code ...
1
28,131
5,434,657,567
IssuesEvent
2017-03-05 09:31:37
yadayada/acd_cli
https://api.github.com/repos/yadayada/acd_cli
closed
Question: What makes "security profile" more secure?
documentation
I'm looking at https://acd-cli.readthedocs.io/en/latest/authorization.html and I read the following quote. "There is a fast and simple way and a secure way." What makes one way more secure than the other?
1.0
Question: What makes "security profile" more secure? - I'm looking at https://acd-cli.readthedocs.io/en/latest/authorization.html and I read the following quote. "There is a fast and simple way and a secure way." What makes one way more secure than the other?
non_defect
question what makes security profile more secure i m looking at and i read the following quote there is a fast and simple way and a secure way what makes one way more secure than the other
0
2,933
2,649,057,835
IssuesEvent
2015-03-14 15:10:13
aj-r/CarpoolPlanner
https://api.github.com/repos/aj-r/CarpoolPlanner
closed
Switch to Twilio for SMS messages
enhancement to-test
TextNow is just too unreliable. Use Twilio for SMS messages instead. Unfortunately there will be "Send from Twilio trial account" at the beginning of each message, unless you pay $0.0075 per text. Which may be worth considering.
1.0
Switch to Twilio for SMS messages - TextNow is just too unreliable. Use Twilio for SMS messages instead. Unfortunately there will be "Send from Twilio trial account" at the beginning of each message, unless you pay $0.0075 per text. Which may be worth considering.
non_defect
switch to twilio for sms messages textnow is just too unreliable use twilio for sms messages instead unfortunately there will be send from twilio trial account at the beginning of each message unless you pay per text which may be worth considering
0
86,198
16,851,029,179
IssuesEvent
2021-06-20 14:10:10
luluyuzhi/yuzhicode
https://api.github.com/repos/luluyuzhi/yuzhicode
closed
[leetcode]l1672. 最富有客户的资产总量
No Semicolon array leetcode
给你一个 m x n 的整数网格 accounts ,其中 accounts[i][j] 是第 i​​​​​​​​​​​​ 位客户在第 j 家银行托管的资产数量。返回最富有客户所拥有的 资产总量 。 客户的 资产总量 就是他们在各家银行托管的资产数量之和。最富有客户就是 资产总量 最大的客户。   示例 1: > 输入:accounts = [[1,2,3],[3,2,1]] > 输出:6 解释: 第 1 位客户的资产总量 = 1 + 2 + 3 = 6 第 2 位客户的资产总量 = 3 + 2 + 1 = 6 两位客户都是最富有的,资产总量都是 6 ,所以返回 6 。 示例 2: > ...
1.0
[leetcode]l1672. 最富有客户的资产总量 - 给你一个 m x n 的整数网格 accounts ,其中 accounts[i][j] 是第 i​​​​​​​​​​​​ 位客户在第 j 家银行托管的资产数量。返回最富有客户所拥有的 资产总量 。 客户的 资产总量 就是他们在各家银行托管的资产数量之和。最富有客户就是 资产总量 最大的客户。   示例 1: > 输入:accounts = [[1,2,3],[3,2,1]] > 输出:6 解释: 第 1 位客户的资产总量 = 1 + 2 + 3 = 6 第 2 位客户的资产总量 = 3 + 2 + 1 = 6 两位客户都是最富有的,资...
non_defect
最富有客户的资产总量 给你一个 m x n 的整数网格 accounts ,其中 accounts 是第 i​​​​​​​​​​​​ 位客户在第 j 家银行托管的资产数量。返回最富有客户所拥有的 资产总量 。 客户的 资产总量 就是他们在各家银行托管的资产数量之和。最富有客户就是 资产总量 最大的客户。   示例 : 输入:accounts 输出: 解释: 第 位客户的资产总量 第 位客户的资产总量 两位客户都是最富有的,资产总量都是 ,所以返回 。 示例 : ...
0
84,614
3,670,059,166
IssuesEvent
2016-02-21 16:45:49
enklt/web
https://api.github.com/repos/enklt/web
closed
Billeder skalerer mærkeligt
Enhancement High priority
Vi skal have fundet en løsning på skaleringen af medarbejderbilleder og nyhedsbilleder, da de på større skærmstørrelser bliver aflange og så er det kun toppen af billederne der ses. Eksempel: <img width="1680" alt="screen shot 2016-02-04 at 8 15 29 pm" src="https://cloud.githubusercontent.com/assets/13694222/12826599/...
1.0
Billeder skalerer mærkeligt - Vi skal have fundet en løsning på skaleringen af medarbejderbilleder og nyhedsbilleder, da de på større skærmstørrelser bliver aflange og så er det kun toppen af billederne der ses. Eksempel: <img width="1680" alt="screen shot 2016-02-04 at 8 15 29 pm" src="https://cloud.githubusercontent...
non_defect
billeder skalerer mærkeligt vi skal have fundet en løsning på skaleringen af medarbejderbilleder og nyhedsbilleder da de på større skærmstørrelser bliver aflange og så er det kun toppen af billederne der ses eksempel img width alt screen shot at pm src
0
393,347
26,988,355,292
IssuesEvent
2023-02-09 17:47:05
OneDrive/samples
https://api.github.com/repos/OneDrive/samples
closed
No Download File Url
documentation area:Picker
I've implemented the Javascript client logic into my app and can successfully show the file picker to a user and allow them to select file(s) from their OneDrive, however when I receive the file information in the message handler after selecting the files there doesn't appear to be a 'Download Url' value. I was expect...
1.0
No Download File Url - I've implemented the Javascript client logic into my app and can successfully show the file picker to a user and allow them to select file(s) from their OneDrive, however when I receive the file information in the message handler after selecting the files there doesn't appear to be a 'Download Ur...
non_defect
no download file url i ve implemented the javascript client logic into my app and can successfully show the file picker to a user and allow them to select file s from their onedrive however when i receive the file information in the message handler after selecting the files there doesn t appear to be a download ur...
0
65,376
19,433,945,113
IssuesEvent
2021-12-21 15:02:11
hazelcast/hazelcast-cpp-client
https://api.github.com/repos/hazelcast/hazelcast-cpp-client
closed
problem with Dockerfiles
Type: Defect
See the docker build log from Jenkins: ``` 14:25:12 Step 1/11 : FROM fedora:latest 14:25:12 ---> 26056ca25aff 14:25:12 Step 2/11 : RUN dnf groups install -y "Development Tools" 14:25:12 ---> Using cache 14:25:12 ---> de1d4923f559 14:25:12 Step 3/11 : RUN dnf install -y gcc-c++ gdb compat-openssl10-devel.i686 ...
1.0
problem with Dockerfiles - See the docker build log from Jenkins: ``` 14:25:12 Step 1/11 : FROM fedora:latest 14:25:12 ---> 26056ca25aff 14:25:12 Step 2/11 : RUN dnf groups install -y "Development Tools" 14:25:12 ---> Using cache 14:25:12 ---> de1d4923f559 14:25:12 Step 3/11 : RUN dnf install -y gcc-c++ gdb c...
defect
problem with dockerfiles see the docker build log from jenkins step from fedora latest step run dnf groups install y development tools using cache step run dnf install y gcc c gdb compat devel cmake valgrind rsync passwd...
1
302,047
9,254,550,493
IssuesEvent
2019-03-16 00:26:59
sg-s/crabsort
https://api.github.com/repos/sg-s/crabsort
closed
split NNsync into two functions
bug high-priority
NNsync should be split into two because there should be very few cases where we are writing sdp to NNdata to avoid horrible bugs where sdp in NNdata is overwritten constantly/randomly
1.0
split NNsync into two functions - NNsync should be split into two because there should be very few cases where we are writing sdp to NNdata to avoid horrible bugs where sdp in NNdata is overwritten constantly/randomly
non_defect
split nnsync into two functions nnsync should be split into two because there should be very few cases where we are writing sdp to nndata to avoid horrible bugs where sdp in nndata is overwritten constantly randomly
0
47,531
13,056,224,491
IssuesEvent
2020-07-30 04:02:41
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
python I3Module docs need Outbox help (Trac #687)
Migrated from Trac defect documentation
For example: http://software.icecube.wisc.edu/offline-software.trunk/projects/icetray/modules.html There is no: self.AddOutBox("OutBox") in the __init__ def, which is required for all python I3modules: def __init__(self,context): icetray.I3ConditionalModule.__init__(self, context) self.AddOut...
1.0
python I3Module docs need Outbox help (Trac #687) - For example: http://software.icecube.wisc.edu/offline-software.trunk/projects/icetray/modules.html There is no: self.AddOutBox("OutBox") in the __init__ def, which is required for all python I3modules: def __init__(self,context): icetray.I3Co...
defect
python docs need outbox help trac for example there is no self addoutbox outbox in the init def which is required for all python def init self context icetray init self context self addoutbox outbox for example migrated from json status...
1
177,875
14,653,194,895
IssuesEvent
2020-12-28 05:05:45
Sykander/iterable-async
https://api.github.com/repos/Sykander/iterable-async
closed
Create Wiki Pages for array methods
documentation enhancement
Depends: #30 Here is the current format for pages: https://github.com/Sykander/iterable-async/wiki/Async-For-Each Pages that are required: * Async Find #35 * Async Find Index #38 * Async Filter #36 * Async Map #37 * Async Array #39
1.0
Create Wiki Pages for array methods - Depends: #30 Here is the current format for pages: https://github.com/Sykander/iterable-async/wiki/Async-For-Each Pages that are required: * Async Find #35 * Async Find Index #38 * Async Filter #36 * Async Map #37 * Async Array #39
non_defect
create wiki pages for array methods depends here is the current format for pages pages that are required async find async find index async filter async map async array
0
204,911
15,954,662,797
IssuesEvent
2021-04-15 13:49:33
golang/vscode-go
https://api.github.com/repos/golang/vscode-go
closed
docs: create dlvdap.md
DlvDAP Documentation
Provide information on - how to use it - how to troubleshoot - what features are available and not avaiable yet - link to the project dashboard - how to contribute And, link this doc from repo README.md and docs/debugging.md cc @polinasok @suzmue
1.0
docs: create dlvdap.md - Provide information on - how to use it - how to troubleshoot - what features are available and not avaiable yet - link to the project dashboard - how to contribute And, link this doc from repo README.md and docs/debugging.md cc @polinasok @suzmue
non_defect
docs create dlvdap md provide information on how to use it how to troubleshoot what features are available and not avaiable yet link to the project dashboard how to contribute and link this doc from repo readme md and docs debugging md cc polinasok suzmue
0
335,522
30,038,108,227
IssuesEvent
2023-06-27 13:57:36
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Failing test: Jest Tests.x-pack/plugins/cases/public/components/case_view - CaseViewPage Tabs renders the activity tab when the query parameter tabId has an unknown value
failed-test skipped-test Team:ResponseOps Feature:Cases
A test failed on a tracked branch ``` TestingLibraryElementError: Unable to find an element by: [data-test-subj="case-view-tab-content-activity"] Ignored nodes: comments, script, style <body> <div /> </body> at Object.getElementError (/var/lib/buildkite-agent/builds/kb-n2-4-spot-3f2434e6d3ddd216/elastic/kibana-...
2.0
Failing test: Jest Tests.x-pack/plugins/cases/public/components/case_view - CaseViewPage Tabs renders the activity tab when the query parameter tabId has an unknown value - A test failed on a tracked branch ``` TestingLibraryElementError: Unable to find an element by: [data-test-subj="case-view-tab-content-activity"] ...
non_defect
failing test jest tests x pack plugins cases public components case view caseviewpage tabs renders the activity tab when the query parameter tabid has an unknown value a test failed on a tracked branch testinglibraryelementerror unable to find an element by ignored nodes comments script style ...
0
142,772
5,477,066,120
IssuesEvent
2017-03-12 03:30:24
NCEAS/eml
https://api.github.com/repos/NCEAS/eml
closed
xsl template needed for ulink
Category: eml - general bugs Component: Bugzilla-Id Priority: Normal Status: Resolved Tracker: Bug
--- Author Name: **Margaret O'Brien** (Margaret O'Brien) Original Redmine Issue: 3444, https://projects.ecoinformatics.org/ecoinfo/issues/3444 Original Date: 2008-07-10 Original Assignee: Matt Jones --- in eml 2,.1.0, an element <ulink> was added to eml-text.xsd. It needs an xsl template.
1.0
xsl template needed for ulink - --- Author Name: **Margaret O'Brien** (Margaret O'Brien) Original Redmine Issue: 3444, https://projects.ecoinformatics.org/ecoinfo/issues/3444 Original Date: 2008-07-10 Original Assignee: Matt Jones --- in eml 2,.1.0, an element <ulink> was added to eml-text.xsd. It needs an xsl tem...
non_defect
xsl template needed for ulink author name margaret o brien margaret o brien original redmine issue original date original assignee matt jones in eml an element was added to eml text xsd it needs an xsl template
0
19,440
3,203,486,544
IssuesEvent
2015-10-02 19:16:02
gbif/ipt
https://api.github.com/repos/gbif/ipt
opened
Error processing SQL result sets with null table column values
bug Priority-Critical Type-Defect Usability
This error causes mapping previews and publishing to fail with an error such as: ``` Generating mapping preview failed: Error writing data file for mapping Darwin Core Occurrence in source watervogels-occurrences, line 25 ``` Affects version 2.3.1 **Note**: A temporary work around is to update your SQL query so...
1.0
Error processing SQL result sets with null table column values - This error causes mapping previews and publishing to fail with an error such as: ``` Generating mapping preview failed: Error writing data file for mapping Darwin Core Occurrence in source watervogels-occurrences, line 25 ``` Affects version 2.3.1 ...
defect
error processing sql result sets with null table column values this error causes mapping previews and publishing to fail with an error such as generating mapping preview failed error writing data file for mapping darwin core occurrence in source watervogels occurrences line affects version ...
1
59,904
17,023,286,035
IssuesEvent
2021-07-03 01:14:07
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
osmarender6: riverbank multipolygons require that the outer way be last
Component: osmarender Priority: minor Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 9.50pm, Wednesday, 13th August 2008]** In order to get osmarender6 to render islands in a river properly, it appears to require that the outer way be last in the multipolygon. It should allow them to be in any order.
1.0
osmarender6: riverbank multipolygons require that the outer way be last - **[Submitted to the original trac issue database at 9.50pm, Wednesday, 13th August 2008]** In order to get osmarender6 to render islands in a river properly, it appears to require that the outer way be last in the multipolygon. It should allo...
defect
riverbank multipolygons require that the outer way be last in order to get to render islands in a river properly it appears to require that the outer way be last in the multipolygon it should allow them to be in any order
1
55,847
14,707,725,520
IssuesEvent
2021-01-04 22:07:53
idaholab/raven
https://api.github.com/repos/idaholab/raven
opened
[DEFECT] Initial Value Input Error for Optimizer
defect priority_normal
While using the RAVEN optimizer, I realized that although I entered an incorrect initial value in the Optimizer node which was outside the sampling range defined in the Distributions node, RAVEN didn't provide an input error message. Since this may cause unexpected outcomes based on the input values outside the range ...
1.0
[DEFECT] Initial Value Input Error for Optimizer - While using the RAVEN optimizer, I realized that although I entered an incorrect initial value in the Optimizer node which was outside the sampling range defined in the Distributions node, RAVEN didn't provide an input error message. Since this may cause unexpected ou...
defect
initial value input error for optimizer while using the raven optimizer i realized that although i entered an incorrect initial value in the optimizer node which was outside the sampling range defined in the distributions node raven didn t provide an input error message since this may cause unexpected outcomes ...
1
55,521
14,531,722,512
IssuesEvent
2020-12-14 21:14:33
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
[COGNITION] Global Timeout Modal - Language should not depend on color descriptions like "blue button" for users to extend their session
508-defect-2 508-issue-cognition 508/Accessibility Identity
# [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2) <!-- Enter an issue title using the format [ERROR TYPE]: Brief description of the problem --- [SCREENREADER]: Edit buttons need aria-label for context ...
1.0
[COGNITION] Global Timeout Modal - Language should not depend on color descriptions like "blue button" for users to extend their session - # [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2) <!-- Enter an ...
defect
global timeout modal language should not depend on color descriptions like blue button for users to extend their session enter an issue title using the format brief description of the problem edit buttons need aria label for context add another user link will not receive keyboard ...
1
34,178
7,374,674,984
IssuesEvent
2018-03-13 21:07:11
jccastillo0007/eFacturaT
https://api.github.com/repos/jccastillo0007/eFacturaT
opened
Escritorio - envía incorrecto el schema location con leyendas fiscales
bug defect
Acordamos eliminarlo para complementos, addendas, etc. Ahora se presentó con leyendas fiscales.
1.0
Escritorio - envía incorrecto el schema location con leyendas fiscales - Acordamos eliminarlo para complementos, addendas, etc. Ahora se presentó con leyendas fiscales.
defect
escritorio envía incorrecto el schema location con leyendas fiscales acordamos eliminarlo para complementos addendas etc ahora se presentó con leyendas fiscales
1
38,435
8,817,003,096
IssuesEvent
2018-12-30 18:00:23
NoSuchProcess/emu145
https://api.github.com/repos/NoSuchProcess/emu145
closed
Символ Г выглядит неправильно
Priority-Medium Type-Defect auto-migrated
``` What steps will reproduce the problem? 1. 0 ^ 0 : или что-нибудь вызывающее ЕГГОГ What is the expected output? What do you see instead? Должно быть ЕГГОГ, видго ЕггОг What version of the product are you using? On what operating system? Please provide any additional information below. ``` Original issue rep...
1.0
Символ Г выглядит неправильно - ``` What steps will reproduce the problem? 1. 0 ^ 0 : или что-нибудь вызывающее ЕГГОГ What is the expected output? What do you see instead? Должно быть ЕГГОГ, видго ЕггОг What version of the product are you using? On what operating system? Please provide any additional information ...
defect
символ г выглядит неправильно what steps will reproduce the problem или что нибудь вызывающее еггог what is the expected output what do you see instead должно быть еггог видго еггог what version of the product are you using on what operating system please provide any additional information ...
1
62,305
17,023,893,829
IssuesEvent
2021-07-03 04:24:50
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
the dropdown menus are hidden behind the Potlatch 2 object
Component: website Priority: minor Resolution: wontfix Type: defect
**[Submitted to the original trac issue database at 12.09am, Friday, 3rd January 2014]** the dropdown menus (edit and user) are hidden (after clicking on the respective button) behind the Potlatch 2 object and hence are not usable. For iD they work as expected. tested in: Adobe Flash 11.2.202.332, Firefox 26, Linu...
1.0
the dropdown menus are hidden behind the Potlatch 2 object - **[Submitted to the original trac issue database at 12.09am, Friday, 3rd January 2014]** the dropdown menus (edit and user) are hidden (after clicking on the respective button) behind the Potlatch 2 object and hence are not usable. For iD they work as expect...
defect
the dropdown menus are hidden behind the potlatch object the dropdown menus edit and user are hidden after clicking on the respective button behind the potlatch object and hence are not usable for id they work as expected tested in adobe flash firefox linux and adobe flash ...
1
76,440
21,414,873,988
IssuesEvent
2022-04-22 09:48:52
odpi/egeria
https://api.github.com/repos/odpi/egeria
closed
Enhancement - add quick build option
enhancement build-improvement
Sometimes it is desirable to do a quick build - in a quick dev/test loop - for a demo - for a tutorial In these cases various flags can be set to make the build super quick. For example I use a progressive set of aliases to gradually go from slowest/best checks to fastest/least checks I propose this is a...
1.0
Enhancement - add quick build option - Sometimes it is desirable to do a quick build - in a quick dev/test loop - for a demo - for a tutorial In these cases various flags can be set to make the build super quick. For example I use a progressive set of aliases to gradually go from slowest/best checks to fast...
non_defect
enhancement add quick build option sometimes it is desirable to do a quick build in a quick dev test loop for a demo for a tutorial in these cases various flags can be set to make the build super quick for example i use a progressive set of aliases to gradually go from slowest best checks to fast...
0
525,443
15,253,574,439
IssuesEvent
2021-02-20 08:20:23
popperjs/popper-core
https://api.github.com/repos/popperjs/popper-core
closed
Tether doesn't work with altAxis
# BUG 🐞 DIFFICULTY: medium PRIORITY: medium TARGETS: modifier
<!-- Thanks for your interest in contributing to Popper! If your issue is not a bug report, please use our community at https://spectrum.chat/popper-js Is your issue related to Popper v1? Please consider to migrate to v2, we are not actively developing previous versions if not for security patches. Please, mak...
1.0
Tether doesn't work with altAxis - <!-- Thanks for your interest in contributing to Popper! If your issue is not a bug report, please use our community at https://spectrum.chat/popper-js Is your issue related to Popper v1? Please consider to migrate to v2, we are not actively developing previous versions if not f...
non_defect
tether doesn t work with altaxis thanks for your interest in contributing to popper if your issue is not a bug report please use our community at is your issue related to popper please consider to migrate to we are not actively developing previous versions if not for security patches please ...
0
65,444
19,517,140,453
IssuesEvent
2021-12-29 12:13:36
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
opened
Mailer->viewBuilder()->setLayout(null) doesn't work
defect
### Description When i set up a fresh installation of CakePHP, remove `/templates/layout/email/html/default.php` and add the following code to AppController.php ... ``` use Cake\Mailer\Mailer; // inside initialize() $mailer = new Mailer(); $mailer ->setEmailFormat('html') ->setTo('bob@example.com') ...
1.0
Mailer->viewBuilder()->setLayout(null) doesn't work - ### Description When i set up a fresh installation of CakePHP, remove `/templates/layout/email/html/default.php` and add the following code to AppController.php ... ``` use Cake\Mailer\Mailer; // inside initialize() $mailer = new Mailer(); $mailer ->s...
defect
mailer viewbuilder setlayout null doesn t work description when i set up a fresh installation of cakephp remove templates layout email html default php and add the following code to appcontroller php use cake mailer mailer inside initialize mailer new mailer mailer s...
1
448,364
12,948,944,602
IssuesEvent
2020-07-19 06:59:16
next-l/enju_leaf
https://api.github.com/repos/next-l/enju_leaf
closed
資料インポート結果の一覧のTSVでヘッダが何度も出力されている
bug checking low priority
#1079 の資料版 ×ヘッダ("" user_number username email password)が何度も出力されている http://localhost:8080/user_import_results.txt?locale=ja <pre> "" user_number username email password "user05" 100005 user05 user05@sample.jp habanera "" user_number username email password "user06" 100006 user06 user0...
1.0
資料インポート結果の一覧のTSVでヘッダが何度も出力されている - #1079 の資料版 ×ヘッダ("" user_number username email password)が何度も出力されている http://localhost:8080/user_import_results.txt?locale=ja <pre> "" user_number username email password "user05" 100005 user05 user05@sample.jp habanera "" user_number username email password...
non_defect
資料インポート結果の一覧のtsvでヘッダが何度も出力されている の資料版 ×ヘッダ( user number username email password)が何度も出力されている user number username email password sample jp habanera user number username email password sample jp habanera sample jp user number...
0
46,821
13,055,982,466
IssuesEvent
2020-07-30 03:18:06
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
Documentation builder has no Geant4 (Trac #1934)
Incomplete Migration Migrated from Trac defect infrastructure
Migrated from https://code.icecube.wisc.edu/ticket/1934 ```json { "status": "closed", "changetime": "2019-02-13T14:15:18", "description": "I improved g4-tankresponse's doxygen (to comply with ticket #1309). This has never made it to the documentation page (http://software.icecube.wisc.edu/documentation/do...
1.0
Documentation builder has no Geant4 (Trac #1934) - Migrated from https://code.icecube.wisc.edu/ticket/1934 ```json { "status": "closed", "changetime": "2019-02-13T14:15:18", "description": "I improved g4-tankresponse's doxygen (to comply with ticket #1309). This has never made it to the documentation page...
defect
documentation builder has no trac migrated from json status closed changetime description i improved tankresponse s doxygen to comply with ticket this has never made it to the documentation page because does not seem to be installed in the builder ...
1
71,077
13,612,445,750
IssuesEvent
2020-09-23 10:18:20
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
[4.0] [Cassiopea] overwrited bootstrap `.table-sm` class
No Code Attached Yet
### What needs to be fixed Boostrtap calss `.table-sm` introduce condensed table layout. `cassiopea/scss/vendor/bootstrap/_table.scss` overwrites it by definition ```scss .table { th, td { padding: 8px; ``` ### Why this should be fixed Because it overwrite `$table-cell-padding` and `$table-cell-...
1.0
[4.0] [Cassiopea] overwrited bootstrap `.table-sm` class - ### What needs to be fixed Boostrtap calss `.table-sm` introduce condensed table layout. `cassiopea/scss/vendor/bootstrap/_table.scss` overwrites it by definition ```scss .table { th, td { padding: 8px; ``` ### Why this should be fixed ...
non_defect
overwrited bootstrap table sm class what needs to be fixed boostrtap calss table sm introduce condensed table layout cassiopea scss vendor bootstrap table scss overwrites it by definition scss table th td padding why this should be fixed because it overw...
0
156,282
5,966,603,250
IssuesEvent
2017-05-30 14:21:03
open-io/oio-sds
https://api.github.com/repos/open-io/oio-sds
opened
Improve meta1 repartition (slots, location mask)
enhancement language:python priority:2
The meta1 prefix mapping created by `openio directory bootstrap` ensure that all copies of a database land on different locations, but custom service pool options (slots, location mask) are not taken into account. We must create a new [*strategy*](https://github.com/open-io/oio-sds/blob/4.0.0.b0/oio/directory/meta0....
1.0
Improve meta1 repartition (slots, location mask) - The meta1 prefix mapping created by `openio directory bootstrap` ensure that all copies of a database land on different locations, but custom service pool options (slots, location mask) are not taken into account. We must create a new [*strategy*](https://github.com...
non_defect
improve repartition slots location mask the prefix mapping created by openio directory bootstrap ensure that all copies of a database land on different locations but custom service pool options slots location mask are not taken into account we must create a new in addition to find services rand...
0
17,016
2,966,632,205
IssuesEvent
2015-07-12 02:59:34
WildBamaBoy/minecraft-comes-alive
https://api.github.com/repos/WildBamaBoy/minecraft-comes-alive
closed
Odd villager Personality
defect
One villager in my village has an odd personality. it says "personality.none" btw she is very nice :) ![2015-05-28_16 55 30](https://cloud.githubusercontent.com/assets/12505188/7873705/a9d8fa96-055a-11e5-80fb-b4791cf42b85.png)
1.0
Odd villager Personality - One villager in my village has an odd personality. it says "personality.none" btw she is very nice :) ![2015-05-28_16 55 30](https://cloud.githubusercontent.com/assets/12505188/7873705/a9d8fa96-055a-11e5-80fb-b4791cf42b85.png)
defect
odd villager personality one villager in my village has an odd personality it says personality none btw she is very nice
1
2,013
3,250,181,779
IssuesEvent
2015-10-18 19:48:03
vispy/vispy
https://api.github.com/repos/vispy/vispy
opened
Resizing is slow on Ubuntu
type: performance
I have a rather odd issue and I'm wondering if it is specific to my configuration, or if others can reproduce it as well. On my Ubuntu 14.04 64-bit laptop with a dedicated NVIDIA GPU, while the FPS is high with any VisPy canvas, *resizing* the window is quite sluggish (at the level of the window manager, Unity here)...
True
Resizing is slow on Ubuntu - I have a rather odd issue and I'm wondering if it is specific to my configuration, or if others can reproduce it as well. On my Ubuntu 14.04 64-bit laptop with a dedicated NVIDIA GPU, while the FPS is high with any VisPy canvas, *resizing* the window is quite sluggish (at the level of th...
non_defect
resizing is slow on ubuntu i have a rather odd issue and i m wondering if it is specific to my configuration or if others can reproduce it as well on my ubuntu bit laptop with a dedicated nvidia gpu while the fps is high with any vispy canvas resizing the window is quite sluggish at the level of the w...
0
70,923
13,552,572,310
IssuesEvent
2020-09-17 12:47:35
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
Jommlas 3.9.21 [com_fields] Contact-Mail Custom field issue after joomla 3.8.3
No Code Attached Yet
### Steps to reproduce the issue Have the same problem as nader24 in #20195 now in Joomla 3.9.21 PHP 7.3 I had 2 contacts on my page and i made 2 different catagory for mail-custom-fields and made also different custom field for each catagory and contact it. I never tried in former versions, but in 3.9.21 it doesn't ...
1.0
Jommlas 3.9.21 [com_fields] Contact-Mail Custom field issue after joomla 3.8.3 - ### Steps to reproduce the issue Have the same problem as nader24 in #20195 now in Joomla 3.9.21 PHP 7.3 I had 2 contacts on my page and i made 2 different catagory for mail-custom-fields and made also different custom field for each ca...
non_defect
jommlas contact mail custom field issue after joomla steps to reproduce the issue have the same problem as in now in joomla php i had contacts on my page and i made different catagory for mail custom fields and made also different custom field for each catagory and contact it ...
0
330,190
24,249,952,523
IssuesEvent
2022-09-27 13:32:55
karelklima/ldkit
https://api.github.com/repos/karelklima/ldkit
closed
Document creating a schema
documentation
Include: - [ ] Basic principles - [ ] Shortcuts - [ ] Simple properties - [ ] Array / non-array properties - [ ] Multilang properties - [ ] Subschemas - [ ] Schema composition and reusability
1.0
Document creating a schema - Include: - [ ] Basic principles - [ ] Shortcuts - [ ] Simple properties - [ ] Array / non-array properties - [ ] Multilang properties - [ ] Subschemas - [ ] Schema composition and reusability
non_defect
document creating a schema include basic principles shortcuts simple properties array non array properties multilang properties subschemas schema composition and reusability
0
44,396
12,130,738,698
IssuesEvent
2020-04-23 02:29:25
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
java.lang.IllegalStateException: Unknown protocol: CP2
Source: Community Team: Client Type: Defect
<!-- Thanks for reporting your issue. Please share with us the following information, to help us resolve your issue quickly and efficiently. --> **Describe the bug** Get error when using JHiptser with Hazelcast java.lang.IllegalStateException: Unknown protocol: CP2 **Expected behavior** **To Reproduce** ...
1.0
java.lang.IllegalStateException: Unknown protocol: CP2 - <!-- Thanks for reporting your issue. Please share with us the following information, to help us resolve your issue quickly and efficiently. --> **Describe the bug** Get error when using JHiptser with Hazelcast java.lang.IllegalStateException: Unknown pr...
defect
java lang illegalstateexception unknown protocol thanks for reporting your issue please share with us the following information to help us resolve your issue quickly and efficiently describe the bug get error when using jhiptser with hazelcast java lang illegalstateexception unknown prot...
1
36,581
8,013,921,538
IssuesEvent
2018-07-25 03:16:27
networkx/networkx
https://api.github.com/repos/networkx/networkx
closed
from_numpy_matrix creates edges with numpy datatypes
Defect
The function `from_numpy_matrix` creates graphs where some nodes in the edge tuples have numpy datatypes. >>> G = nx.cycle_graph(4) >>> A = nx.adj_matrix(G).todense() >>> H = nx.from_numpy_matrix(A) >>> [(type(x), type(y)) for x, y in H.edges()] [(<class 'int'>, <class 'numpy.int64'>), (<clas...
1.0
from_numpy_matrix creates edges with numpy datatypes - The function `from_numpy_matrix` creates graphs where some nodes in the edge tuples have numpy datatypes. >>> G = nx.cycle_graph(4) >>> A = nx.adj_matrix(G).todense() >>> H = nx.from_numpy_matrix(A) >>> [(type(x), type(y)) for x, y in H.edges...
defect
from numpy matrix creates edges with numpy datatypes the function from numpy matrix creates graphs where some nodes in the edge tuples have numpy datatypes g nx cycle graph a nx adj matrix g todense h nx from numpy matrix a this can cause problems whe...
1
161,407
20,153,970,631
IssuesEvent
2022-02-09 14:55:26
kapseliboi/SCEditor
https://api.github.com/repos/kapseliboi/SCEditor
opened
CVE-2020-11023 (Medium) detected in jquery-1.11.1.js
security vulnerability
## CVE-2020-11023 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.11.1.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https...
True
CVE-2020-11023 (Medium) detected in jquery-1.11.1.js - ## CVE-2020-11023 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.11.1.js</b></p></summary> <p>JavaScript library for ...
non_defect
cve medium detected in jquery js cve medium severity vulnerability vulnerable library jquery js javascript library for dom operations library home page a href path to dependency file tests unit index html path to vulnerable library tests unit libs jquery j...
0
39,663
9,605,920,399
IssuesEvent
2019-05-11 05:05:14
hdbn/runfinder
https://api.github.com/repos/hdbn/runfinder
closed
The length of the last runs is wrong
Priority-Medium Type-Defect auto-migrated
``` What steps will reproduce the problem? 1. Compile and run the attached file. What is the expected output? What do you see instead? Expected: Runs in abbbabb 1, 3, 1 5, 6, 1 Actual: Runs in abbbabb 1, 3, 1 5, 7, 1 What version of the product are you using? On what operating system? Visual C++ 2010 Please provide...
1.0
The length of the last runs is wrong - ``` What steps will reproduce the problem? 1. Compile and run the attached file. What is the expected output? What do you see instead? Expected: Runs in abbbabb 1, 3, 1 5, 6, 1 Actual: Runs in abbbabb 1, 3, 1 5, 7, 1 What version of the product are you using? On what operating ...
defect
the length of the last runs is wrong what steps will reproduce the problem compile and run the attached file what is the expected output what do you see instead expected runs in abbbabb actual runs in abbbabb what version of the product are you using on what operating ...
1
15,774
2,869,066,349
IssuesEvent
2015-06-05 23:03:35
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
CSS linked in entry page header moved into content by pub build
Area-Pkg Pkg-Polymer PolymerMilestone-Next Priority-Low Triaged Type-Defect
*This issue was originally filed by @zoechi* _____ **What steps will reproduce the problem?** **1.** This site already worked in JS and still works in Dartium. I run pub build and checked the result. see: http://erikgrimes.github.io/polymer_elements/build_ui/polymer_ui_splitter.html source https://github.com/ErikGrimes...
1.0
CSS linked in entry page header moved into content by pub build - *This issue was originally filed by @zoechi* _____ **What steps will reproduce the problem?** **1.** This site already worked in JS and still works in Dartium. I run pub build and checked the result. see: http://erikgrimes.github.io/polymer_elements/buil...
defect
css linked in entry page header moved into content by pub build this issue was originally filed by zoechi what steps will reproduce the problem this site already worked in js and still works in dartium i run pub build and checked the result see source i removed the two css links with lt...
1
177,930
6,588,623,889
IssuesEvent
2017-09-14 04:33:47
opencurrents/opencurrents
https://api.github.com/repos/opencurrents/opencurrents
opened
Profile: Discrepancy mobile and web.
mvp priority high priority medium
Note that redeem Currents button is nonexistent in mobile at the moment.
2.0
Profile: Discrepancy mobile and web. - Note that redeem Currents button is nonexistent in mobile at the moment.
non_defect
profile discrepancy mobile and web note that redeem currents button is nonexistent in mobile at the moment
0
217,924
24,351,672,354
IssuesEvent
2022-10-03 01:08:13
gavarasana/conference-demo
https://api.github.com/repos/gavarasana/conference-demo
opened
CVE-2022-42004 (Medium) detected in jackson-databind-2.11.2.jar
security vulnerability
## CVE-2022-42004 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.11.2.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core strea...
True
CVE-2022-42004 (Medium) detected in jackson-databind-2.11.2.jar - ## CVE-2022-42004 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.11.2.jar</b></p></summary> <p>G...
non_defect
cve medium detected in jackson databind jar cve medium severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file pom xml path to vulnerab...
0
12,949
2,731,065,099
IssuesEvent
2015-04-16 18:11:30
sba1/bio-ontology-zp
https://api.github.com/repos/sba1/bio-ontology-zp
closed
ZP IDs not preserved?
auto-migrated Priority-Medium Type-Defect
``` I thought ZPs should be consistent between releases? http://monarch.monarchinitiative.org/genotype/MONARCH:ZDB-GENO-960809-7_ZDB-GENE -050913-84_ZDB-MRPHLNO-130411-1_ clicking the first one 'abnormal(ly) edematous pericardium' Takes us to http://monarch.monarchinitiative.org/phenotype/ZP:0000027 "abnormal(ly) qu...
1.0
ZP IDs not preserved? - ``` I thought ZPs should be consistent between releases? http://monarch.monarchinitiative.org/genotype/MONARCH:ZDB-GENO-960809-7_ZDB-GENE -050913-84_ZDB-MRPHLNO-130411-1_ clicking the first one 'abnormal(ly) edematous pericardium' Takes us to http://monarch.monarchinitiative.org/phenotype/ZP:...
defect
zp ids not preserved i thought zps should be consistent between releases zdb mrphlno clicking the first one abnormal ly edematous pericardium takes us to abnormal ly quality hindbrain we re reloading the ontologies hopefully everything should be in sync after that maybe we should use ...
1
3,275
6,224,322,439
IssuesEvent
2017-07-10 14:02:01
osteele/liquid
https://api.github.com/repos/osteele/liquid
closed
Add string escapes?
compatibility research
Does Liquid handle e.g. `"a\"b\\c"` and `'a\'b\\c'`? If so, implement them. Does Liquid handle newline, unicode and other escapes? If so, implement those too. The lexer could use JSON.Unmarshall on strings that contain `\\`
True
Add string escapes? - Does Liquid handle e.g. `"a\"b\\c"` and `'a\'b\\c'`? If so, implement them. Does Liquid handle newline, unicode and other escapes? If so, implement those too. The lexer could use JSON.Unmarshall on strings that contain `\\`
non_defect
add string escapes does liquid handle e g a b c and a b c if so implement them does liquid handle newline unicode and other escapes if so implement those too the lexer could use json unmarshall on strings that contain
0
116,533
4,703,302,644
IssuesEvent
2016-10-13 07:26:05
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
[k8s.io] [Feature:Example] [k8s.io] CassandraPetSet should create petset {Kubernetes e2e suite}
kind/flake priority/P0
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce-examples/15253/ Failed: [k8s.io] [Feature:Example] [k8s.io] CassandraPetSet should create petset {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/examples.go:316 Expected error:...
1.0
[k8s.io] [Feature:Example] [k8s.io] CassandraPetSet should create petset {Kubernetes e2e suite} - https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce-examples/15253/ Failed: [k8s.io] [Feature:Example] [k8s.io] CassandraPetSet should create petset {Kubernetes e2e suite} ``` /go/src/k8s....
non_defect
cassandrapetset should create petset kubernetes suite failed cassandrapetset should create petset kubernetes suite go src io kubernetes output dockerized go src io kubernetes test examples go expected error s timed out waiting for the condition ti...
0
13,689
10,020,748,233
IssuesEvent
2019-07-16 13:18:20
terraform-providers/terraform-provider-aws
https://api.github.com/repos/terraform-providers/terraform-provider-aws
closed
resource aws_autoscaling_lifecycle_hook doesn't support import
enhancement needs-triage service/autoscaling service/lambda
<!--- Please note the following potential times when an issue might be in Terraform core: * [Configuration Language](https://www.terraform.io/docs/configuration/index.html) or resource ordering issues * [State](https://www.terraform.io/docs/state/index.html) and [State Backend](https://www.terraform.io/docs/backen...
2.0
resource aws_autoscaling_lifecycle_hook doesn't support import - <!--- Please note the following potential times when an issue might be in Terraform core: * [Configuration Language](https://www.terraform.io/docs/configuration/index.html) or resource ordering issues * [State](https://www.terraform.io/docs/state/ind...
non_defect
resource aws autoscaling lifecycle hook doesn t support import please note the following potential times when an issue might be in terraform core or resource ordering issues and issues issues issues spans resources across multiple providers if you are running into one o...
0
79,204
28,037,768,595
IssuesEvent
2023-03-28 16:10:27
zed-industries/community
https://api.github.com/repos/zed-industries/community
closed
Fail to download Python Language Server
defect python language
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When I open a python project, I get a message on the bottom of the zed page saying: <img width="667" alt="image" src="https://user-images.githubusercontent.com/12228572/223278925-92149903-81e3-4bda-bf40-030d224dca89...
1.0
Fail to download Python Language Server - ### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When I open a python project, I get a message on the bottom of the zed page saying: <img width="667" alt="image" src="https://user-images.githubusercontent.com/12228572/2232...
defect
fail to download python language server check for existing issues completed describe the bug provide steps to reproduce it when i open a python project i get a message on the bottom of the zed page saying img width alt image src when i click on it the error message is langua...
1
22,642
19,804,720,935
IssuesEvent
2022-01-19 04:32:50
Curtis-VL/OVRToolkit-Issues
https://api.github.com/repos/Curtis-VL/OVRToolkit-Issues
opened
Display Web API debug logs on the Custom Apps Debug page
usability
Display Web API debug logs on the Custom Apps Debug page.
True
Display Web API debug logs on the Custom Apps Debug page - Display Web API debug logs on the Custom Apps Debug page.
non_defect
display web api debug logs on the custom apps debug page display web api debug logs on the custom apps debug page
0
34,889
7,467,607,309
IssuesEvent
2018-04-02 15:55:32
radioactivecricket/PostNukeRP
https://api.github.com/repos/radioactivecricket/PostNukeRP
closed
[Bug] SAW Refurb
Priority-Medium Type-Defect auto-migrated
``` Unread postby [TBU] CrazyKid » Sat May 04, 2013 11:01 pm Hi, The SAW Refurb has an animation problem since the recent updates. It sticks out of the player's character's center. Screenshot: http://cloud.steampowered.com/ugc/57786 ... 380144D53/ Thanks, CrazyKid http://radioactivecricket.com/forums/viewtopic.p...
1.0
[Bug] SAW Refurb - ``` Unread postby [TBU] CrazyKid » Sat May 04, 2013 11:01 pm Hi, The SAW Refurb has an animation problem since the recent updates. It sticks out of the player's character's center. Screenshot: http://cloud.steampowered.com/ugc/57786 ... 380144D53/ Thanks, CrazyKid http://radioactivecricket.com...
defect
saw refurb unread postby crazykid » sat may pm hi the saw refurb has an animation problem since the recent updates it sticks out of the player s character s center screenshot thanks crazykid original issue reported on code google com by eldarst gmail com on may at...
1
9,058
2,615,126,203
IssuesEvent
2015-03-01 05:54:34
chrsmith/google-api-java-client
https://api.github.com/repos/chrsmith/google-api-java-client
closed
Document and fix com.google.api.services.calendar.CalendarRequest.setFields(String)
auto-migrated Priority-Medium Type-Defect
``` Version of google-api-java-client: All versions that I've seen of the Calendar API. I'm using google-api-services-calendar-v3-1.3.1-beta.jar. Describe the problem. There is no documentation for how to build a string that represents the fields you want to retrieve. I've searched the internet for days. The curr...
1.0
Document and fix com.google.api.services.calendar.CalendarRequest.setFields(String) - ``` Version of google-api-java-client: All versions that I've seen of the Calendar API. I'm using google-api-services-calendar-v3-1.3.1-beta.jar. Describe the problem. There is no documentation for how to build a string that repre...
defect
document and fix com google api services calendar calendarrequest setfields string version of google api java client all versions that i ve seen of the calendar api i m using google api services calendar beta jar describe the problem there is no documentation for how to build a string that repres...
1
10,846
2,622,193,029
IssuesEvent
2015-03-04 00:23:55
byzhang/cudpp
https://api.github.com/repos/byzhang/cudpp
closed
virtual memory exhausted: 无法分配内存
auto-migrated Priority-Medium Type-Defect
``` when i try to make the cudpp2.0 after set by Cmake,it failed at [ 22%] Building NVCC (Device) object src/cudpp/./cudpp_generated_segmented_scan_app.cu.o virtual memory exhausted: 无法分配内存 CMake Error at CMakeFiles/cudpp_generated_segmented_scan_app.cu.o.cmake:256 (message): Error generating file /root/cudppbui...
1.0
virtual memory exhausted: 无法分配内存 - ``` when i try to make the cudpp2.0 after set by Cmake,it failed at [ 22%] Building NVCC (Device) object src/cudpp/./cudpp_generated_segmented_scan_app.cu.o virtual memory exhausted: 无法分配内存 CMake Error at CMakeFiles/cudpp_generated_segmented_scan_app.cu.o.cmake:256 (message): Err...
defect
virtual memory exhausted 无法分配内存 when i try to make the after set by cmake it failed at building nvcc device object src cudpp cudpp generated segmented scan app cu o virtual memory exhausted 无法分配内存 cmake error at cmakefiles cudpp generated segmented scan app cu o cmake message error generatin...
1
481,909
13,893,789,784
IssuesEvent
2020-10-19 13:56:46
bryntum/support
https://api.github.com/repos/bryntum/support
closed
ExtJS Scheduler demo: Uncaught TypeError: Cannot read property 'getTime' of null
bug example high-priority resolved
### Steps 1. Open extjsmodern demo in Scheduler http://lh/bryntum-suite/Scheduler/examples/extjsmodern/ 2. Move mouse cursor over any row under Name column in Scheduler and check console ``` Uncaught TypeError: Cannot read property 'getTime' of null at TimeAxis.getTickFromDate (TimeAxis.js:946) at Sche...
1.0
ExtJS Scheduler demo: Uncaught TypeError: Cannot read property 'getTime' of null - ### Steps 1. Open extjsmodern demo in Scheduler http://lh/bryntum-suite/Scheduler/examples/extjsmodern/ 2. Move mouse cursor over any row under Name column in Scheduler and check console ``` Uncaught TypeError: Cannot read propert...
non_defect
extjs scheduler demo uncaught typeerror cannot read property gettime of null steps open extjsmodern demo in scheduler move mouse cursor over any row under name column in scheduler and check console uncaught typeerror cannot read property gettime of null at timeaxis gettickfromdate ...
0
263,016
27,996,140,072
IssuesEvent
2023-03-27 08:36:33
amaybaum-test/vprofile-project
https://api.github.com/repos/amaybaum-test/vprofile-project
opened
mysql-connector-java-5.1.36.jar: 7 vulnerabilities (highest severity is: 8.5)
Mend: dependency security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mysql-connector-java-5.1.36.jar</b></p></summary> <p>MySQL JDBC Type 4 driver</p> <p>Library home page: <a href="http://dev.mysql.com/doc/connector-j/en/">http://dev....
True
mysql-connector-java-5.1.36.jar: 7 vulnerabilities (highest severity is: 8.5) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mysql-connector-java-5.1.36.jar</b></p></summary> <p>MySQL JDBC Type 4 driver</p> <p>L...
non_defect
mysql connector java jar vulnerabilities highest severity is vulnerable library mysql connector java jar mysql jdbc type driver library home page a href path to dependency file pom xml path to vulnerable library tmp ws ua plytnq downloadresource qsjfga mysql conne...
0
54,171
13,449,793,633
IssuesEvent
2020-09-08 17:28:08
SasView/sasview
https://api.github.com/repos/SasView/sasview
opened
ESS_GUI: Issues with the SLD plot in the Onion Model in 5.x
Plotting/Graphing Enhancements SasView Bug Fixing defect
If you display the SLD plot in the Onion model, it displays, but if you click anywhere outside the SLD plot it vanishes! Also, there is no way to access the plot control toolbar, or to save the SLD plot as data values (something requested by User MarcoH). Other multiplicity models may be similarly affected.
1.0
ESS_GUI: Issues with the SLD plot in the Onion Model in 5.x - If you display the SLD plot in the Onion model, it displays, but if you click anywhere outside the SLD plot it vanishes! Also, there is no way to access the plot control toolbar, or to save the SLD plot as data values (something requested by User MarcoH)....
defect
ess gui issues with the sld plot in the onion model in x if you display the sld plot in the onion model it displays but if you click anywhere outside the sld plot it vanishes also there is no way to access the plot control toolbar or to save the sld plot as data values something requested by user marcoh ...
1
357,390
25,176,377,327
IssuesEvent
2022-11-11 09:37:39
lulucopter/pe
https://api.github.com/repos/lulucopter/pe
opened
DG: User Story
type.DocumentationBug severity.Medium
![image.png](https://raw.githubusercontent.com/lulucopter/pe/main/files/26c4309e-6e5a-42cf-b100-11ef390d1e33.png) `Want to` and `so I can` does not match. Suggestions does not equate to giving fast feedback <!--session: 1668152970076-60dcc948-8cf1-4eab-bb09-c98ce3e4fb2e--> <!--Version: Web v3.4.4-->
1.0
DG: User Story - ![image.png](https://raw.githubusercontent.com/lulucopter/pe/main/files/26c4309e-6e5a-42cf-b100-11ef390d1e33.png) `Want to` and `so I can` does not match. Suggestions does not equate to giving fast feedback <!--session: 1668152970076-60dcc948-8cf1-4eab-bb09-c98ce3e4fb2e--> <!--Version: Web v3.4.4-->
non_defect
dg user story want to and so i can does not match suggestions does not equate to giving fast feedback
0
78,235
7,624,174,029
IssuesEvent
2018-05-03 17:09:42
GoogleCloudPlatform/forseti-security
https://api.github.com/repos/GoogleCloudPlatform/forseti-security
closed
forseti model to show creation time
module: client release-testing: 2.0 RC2 triaged: yes
Could you add creation timestamp information for created models? It would be easier to understand when I created them, especially when I have a few, currently I'm forced to name them with timestamps to remember. I'd like to get the information when I do `forseti model list`
1.0
forseti model to show creation time - Could you add creation timestamp information for created models? It would be easier to understand when I created them, especially when I have a few, currently I'm forced to name them with timestamps to remember. I'd like to get the information when I do `forseti model list`
non_defect
forseti model to show creation time could you add creation timestamp information for created models it would be easier to understand when i created them especially when i have a few currently i m forced to name them with timestamps to remember i d like to get the information when i do forseti model list
0
38,838
8,967,536,075
IssuesEvent
2019-01-29 03:52:31
svigerske/Ipopt
https://api.github.com/repos/svigerske/Ipopt
closed
Error while building IPOPT in Mac OS 10.14.2
Ipopt defect
Issue created by migration from Trac. Original creator: mrajase Original creation time: 2019-01-05 02:03:38 Assignee: ipopt-team Version: 3.12 I am trying to install IPOPT in Mac OS 10.14.2. I was able to successfully configure script, but I am failing the IPOPT build with errors. I successfully ran the configur...
1.0
Error while building IPOPT in Mac OS 10.14.2 - Issue created by migration from Trac. Original creator: mrajase Original creation time: 2019-01-05 02:03:38 Assignee: ipopt-team Version: 3.12 I am trying to install IPOPT in Mac OS 10.14.2. I was able to successfully configure script, but I am failing the IPOPT build...
defect
error while building ipopt in mac os issue created by migration from trac original creator mrajase original creation time assignee ipopt team version i am trying to install ipopt in mac os i was able to successfully configure script but i am failing the ipopt build with errors ...
1
3,706
2,610,067,341
IssuesEvent
2015-02-26 18:19:46
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
路桥治疗前列腺炎哪里正规
auto-migrated Priority-Medium Type-Defect
``` 路桥治疗前列腺炎哪里正规【台州五洲生殖医院】24小时健康 咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台 州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、1 08、118、198及椒江一金清公交车直达枫南小区,乘坐107、105、 109、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权...
1.0
路桥治疗前列腺炎哪里正规 - ``` 路桥治疗前列腺炎哪里正规【台州五洲生殖医院】24小时健康 咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台 州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、1 08、118、198及椒江一金清公交车直达枫南小区,乘坐107、105、 109、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费...
defect
路桥治疗前列腺炎哪里正规 路桥治疗前列腺炎哪里正规【台州五洲生殖医院】 咨询热线 微信号tzwzszyy 医院地址 台 (枫南大转盘旁)乘车线路 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 origin...
1
231,927
25,552,579,467
IssuesEvent
2022-11-30 01:53:58
AlexRogalskiy/openimagecv
https://api.github.com/repos/AlexRogalskiy/openimagecv
closed
CVE-2018-19360 (High) detected in jackson-databind-2.1.3.jar - autoclosed
security vulnerability
## CVE-2018-19360 - 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.1.3.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2018-19360 (High) detected in jackson-databind-2.1.3.jar - autoclosed - ## CVE-2018-19360 - 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.1.3.jar</b></p></summary...
non_defect
cve high detected in jackson databind jar autoclosed cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api dependency hierarchy logback jackson jar root library ...
0
327,056
9,965,617,272
IssuesEvent
2019-07-08 09:11:12
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
it.xvideos.com - see bug description
browser-fenix engine-gecko priority-critical
<!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: --> <!-- @extra_labels: browser-fenix --> **URL**: https://it.xvideos.com/video41504335/bratty_sis_si_fa_sborrare_in_cucina_-_my_family_pies_s4_e5 **Browser / Version*...
1.0
it.xvideos.com - see bug description - <!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: --> <!-- @extra_labels: browser-fenix --> **URL**: https://it.xvideos.com/video41504335/bratty_sis_si_fa_sborrare_in_cucina_-_my_...
non_defect
it xvideos com see bug description url browser version firefox mobile operating system android tested another browser yes problem type something else description trying to mute unmute takes seconds to occur steps to reproduce try to mute unmute a video bef...
0
69,447
22,355,604,637
IssuesEvent
2022-06-15 15:23:46
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
closed
Email matching for invitations is case-sensitive
z-bug Z-Help-Wanted z-p3 T-Defect A-Invite
### Description When inviting someone to a channel by email, the email is matched case-sensitively. It should be case insensitive. ### Steps to reproduce - Create a private channel - Invite with email a new user who has never used matrix. Use a capital letter in the email address, like `User@example.com` - The...
1.0
Email matching for invitations is case-sensitive - ### Description When inviting someone to a channel by email, the email is matched case-sensitively. It should be case insensitive. ### Steps to reproduce - Create a private channel - Invite with email a new user who has never used matrix. Use a capital letter i...
defect
email matching for invitations is case sensitive description when inviting someone to a channel by email the email is matched case sensitively it should be case insensitive steps to reproduce create a private channel invite with email a new user who has never used matrix use a capital letter i...
1
40,395
9,981,141,378
IssuesEvent
2019-07-10 06:36:45
ShaikASK/Testing
https://api.github.com/repos/ShaikASK/Testing
closed
Branding : Changes applied to Color Scheme / Logo /Background Image are not being reflecting at all
Beta Release #5 Branding Defect HR Admin Module P1
Steps to Replicate : 1. Launch the url 2. Navigate to 'Settings' tab 3. Navigate to 'Branding' tab 4. update any of the below following Color Scheme -update with a new color Logo - upload a new logo Background Image - Upload a new background image >>> Apply and save the changes Experienced Behavior : Obs...
1.0
Branding : Changes applied to Color Scheme / Logo /Background Image are not being reflecting at all - Steps to Replicate : 1. Launch the url 2. Navigate to 'Settings' tab 3. Navigate to 'Branding' tab 4. update any of the below following Color Scheme -update with a new color Logo - upload a new logo Backgroun...
defect
branding changes applied to color scheme logo background image are not being reflecting at all steps to replicate launch the url navigate to settings tab navigate to branding tab update any of the below following color scheme update with a new color logo upload a new logo backgroun...
1
152,955
24,043,375,823
IssuesEvent
2022-09-16 05:38:07
hackforla/expunge-assist
https://api.github.com/repos/hackforla/expunge-assist
closed
Perform diff analysis between EA Design System and other project Design Systems
role: design priority: medium feature: figma design system size: 5pt
### Overview Perform diff analysis between other project Design Systems to be able to create recommendation for improvements to EA Design System ### Details Most Design Systems are created to bring standardization and order to a website, providing a cohesive experience for users. At the same time, it provides g...
2.0
Perform diff analysis between EA Design System and other project Design Systems - ### Overview Perform diff analysis between other project Design Systems to be able to create recommendation for improvements to EA Design System ### Details Most Design Systems are created to bring standardization and order to a w...
non_defect
perform diff analysis between ea design system and other project design systems overview perform diff analysis between other project design systems to be able to create recommendation for improvements to ea design system details most design systems are created to bring standardization and order to a w...
0
318,664
9,695,900,394
IssuesEvent
2019-05-25 01:51:48
Alluxio/alluxio
https://api.github.com/repos/Alluxio/alluxio
closed
Why need to set `hostPID: true` in kubernetes/alluxio-master.yaml.template
area-k8s priority-high type-bug
**Alluxio Version:** v2.0.0-preview **Describe the bug** It's just a question. Why need to set `hostPID: true` in [kubernetes/alluxio-master.yaml.template](https://github.com/Alluxio/alluxio/blob/master/integration/kubernetes/alluxio-master.yaml.template#L56) ? **To Reproduce** Steps to reproduce the be...
1.0
Why need to set `hostPID: true` in kubernetes/alluxio-master.yaml.template - **Alluxio Version:** v2.0.0-preview **Describe the bug** It's just a question. Why need to set `hostPID: true` in [kubernetes/alluxio-master.yaml.template](https://github.com/Alluxio/alluxio/blob/master/integration/kubernetes/alluxio-ma...
non_defect
why need to set hostpid true in kubernetes alluxio master yaml template alluxio version preview describe the bug it s just a question why need to set hostpid true in to reproduce steps to reproduce the behavior as minimally and precisely as possible expected beha...
0
72,849
19,521,075,275
IssuesEvent
2021-12-29 18:34:36
appsmithorg/appsmith
https://api.github.com/repos/appsmithorg/appsmith
opened
[Task]: Add keyboard focus state to canvas size selector
UI Builders Pod Task
### Is there an existing issue for this? - [X] I have searched the existing issues ### SubTasks ![Screenshot 2021-12-30 at 12 04 03 AM](https://user-images.githubusercontent.com/10436935/147692950-3b6f34fe-9e14-4cef-9a9c-841193a964d1.png)
1.0
[Task]: Add keyboard focus state to canvas size selector - ### Is there an existing issue for this? - [X] I have searched the existing issues ### SubTasks ![Screenshot 2021-12-30 at 12 04 03 AM](https://user-images.githubusercontent.com/10436935/147692950-3b6f34fe-9e14-4cef-9a9c-841193a964d1.png)
non_defect
add keyboard focus state to canvas size selector is there an existing issue for this i have searched the existing issues subtasks
0
331,511
24,310,743,541
IssuesEvent
2022-09-29 22:04:09
prathikshetty2002/S.H.I.E.L.D
https://api.github.com/repos/prathikshetty2002/S.H.I.E.L.D
opened
Add a contributing.md file to the project
documentation Author
Specify community guidelines througha contributing.md markdown file. - [ ] Add do & don'ts/ standard guidelines - [ ] How to contribute to our project - [ ] Add links to slack or discord community After tasks complete, merge & build preview .
1.0
Add a contributing.md file to the project - Specify community guidelines througha contributing.md markdown file. - [ ] Add do & don'ts/ standard guidelines - [ ] How to contribute to our project - [ ] Add links to slack or discord community After tasks complete, merge & build preview .
non_defect
add a contributing md file to the project specify community guidelines througha contributing md markdown file add do don ts standard guidelines how to contribute to our project add links to slack or discord community after tasks complete merge build preview
0
208,619
7,156,673,541
IssuesEvent
2018-01-26 17:03:40
NAVADMC/ADSM
https://api.github.com/repos/NAVADMC/ADSM
closed
White window opens, but program won't load - Port in use
High Priority bug
Thanks to our friends at Kansas State for finding this one. It will go in Known Bugs. Problem: Starts ADSM, white window open and hourglass runs but program never opens. I had her pull the logs, which are found within ADSM Workspace, settings, logs directory. Server error log says: STARTING AT: 2017-11-16 17:2...
1.0
White window opens, but program won't load - Port in use - Thanks to our friends at Kansas State for finding this one. It will go in Known Bugs. Problem: Starts ADSM, white window open and hourglass runs but program never opens. I had her pull the logs, which are found within ADSM Workspace, settings, logs direc...
non_defect
white window opens but program won t load port in use thanks to our friends at kansas state for finding this one it will go in known bugs problem starts adsm white window open and hourglass runs but program never opens i had her pull the logs which are found within adsm workspace settings logs direc...
0
267,270
20,197,669,217
IssuesEvent
2022-02-11 12:13:07
datactive/bigbang
https://api.github.com/repos/datactive/bigbang
closed
install scripts failing (was collect_mail.py broken)
documentation
I made two clean installs, on two machines, both with anaconda and with pip, and I get the same error when trying to run this script: ``` $ python bin/collect_mail.py -f examples/url_collections/mm.ietf.org.txt Traceback (most recent call last): File "bin/collect_mail.py", line 3, in <module> import bigba...
1.0
install scripts failing (was collect_mail.py broken) - I made two clean installs, on two machines, both with anaconda and with pip, and I get the same error when trying to run this script: ``` $ python bin/collect_mail.py -f examples/url_collections/mm.ietf.org.txt Traceback (most recent call last): File "bin/...
non_defect
install scripts failing was collect mail py broken i made two clean installs on two machines both with anaconda and with pip and i get the same error when trying to run this script python bin collect mail py f examples url collections mm ietf org txt traceback most recent call last file bin ...
0
143,516
22,061,031,598
IssuesEvent
2022-05-30 17:52:16
DXgovernance/dxvote
https://api.github.com/repos/DXgovernance/dxvote
closed
Show to address in call details
Enhancement Design
It would be useful to show the to value of each of these calls also (the address). This should be outside of the function call data at the top level of the detailed/technical action view <img width="531" alt="Screenshot 2022-04-29 at 10 19 53" src="https://user-images.githubusercontent.com/39137239/165917779-e08374ba-...
1.0
Show to address in call details - It would be useful to show the to value of each of these calls also (the address). This should be outside of the function call data at the top level of the detailed/technical action view <img width="531" alt="Screenshot 2022-04-29 at 10 19 53" src="https://user-images.githubuserconten...
non_defect
show to address in call details it would be useful to show the to value of each of these calls also the address this should be outside of the function call data at the top level of the detailed technical action view img width alt screenshot at src
0
775,749
27,236,100,695
IssuesEvent
2023-02-21 16:25:49
turms-im/turms
https://api.github.com/repos/turms-im/turms
closed
链接文档中的 Playground,登录时后台报错。
bug priority:high
1. 使用 turms-client-js 中的 Demo 登录报错,链接地址为 ws://playground.turms.im:10510,报错信息为 <img width="424" alt="image" src="https://user-images.githubusercontent.com/8817547/220262979-ae153252-589c-41d4-b30f-2d2b145a8bef.png"> 2. 使用 playground admin 中的 terminal 也是包同样的错误 <img width="611" alt="image" src="https://user-images.gith...
1.0
链接文档中的 Playground,登录时后台报错。 - 1. 使用 turms-client-js 中的 Demo 登录报错,链接地址为 ws://playground.turms.im:10510,报错信息为 <img width="424" alt="image" src="https://user-images.githubusercontent.com/8817547/220262979-ae153252-589c-41d4-b30f-2d2b145a8bef.png"> 2. 使用 playground admin 中的 terminal 也是包同样的错误 <img width="611" alt="image" ...
non_defect
链接文档中的 playground,登录时后台报错。 使用 turms client js 中的 demo 登录报错,链接地址为 ws playground turms im ,报错信息为 img width alt image src 使用 playground admin 中的 terminal 也是包同样的错误 img width alt image src
0
57,061
15,615,709,682
IssuesEvent
2021-03-19 19:38:07
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
[AXE-CORE]: IDs used in ARIA and labels must be unique
508-defect-1 508/Accessibility
# [508-defect-1 :exclamation: Launchblocker](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-1) ## Feedback framework - **❗️ Must** for if the feedback must be applied - **⚠️ Should** if the feedback is best practice ...
1.0
[AXE-CORE]: IDs used in ARIA and labels must be unique - # [508-defect-1 :exclamation: Launchblocker](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-1) ## Feedback framework - **❗️ Must** for if the feedback must be ap...
defect
ids used in aria and labels must be unique feedback framework ❗️ must for if the feedback must be applied ⚠️ should if the feedback is best practice ✔️ consider for suggestions enhancements definition of done review and acknowledge feedback fix issue at m...
1
13,123
2,732,908,082
IssuesEvent
2015-04-17 10:09:05
tiku01/oryx-editor
https://api.github.com/repos/tiku01/oryx-editor
closed
Choice property item's values are listed in the property window and not the title
auto-migrated Component-Editor Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. create an epc model 2. create a relation 3. select the relation 4. click on property "Information Flow" What is the expected output? the titles of the property items are listed (in this case, the titles are "c1" and "c2" for some reason. What do you see instead? the prope...
1.0
Choice property item's values are listed in the property window and not the title - ``` What steps will reproduce the problem? 1. create an epc model 2. create a relation 3. select the relation 4. click on property "Information Flow" What is the expected output? the titles of the property items are listed (in this cas...
defect
choice property item s values are listed in the property window and not the title what steps will reproduce the problem create an epc model create a relation select the relation click on property information flow what is the expected output the titles of the property items are listed in this cas...
1
59,126
14,529,055,768
IssuesEvent
2020-12-14 17:18:38
golang/go
https://api.github.com/repos/golang/go
closed
x/build/cmd/release: linux-s390x-crosscompile builder fails to compile Go 1.16
Builders NeedsInvestigation arch-s390x release-blocker
The [`linux-s390x-crosscompile`](https://github.com/golang/build/blob/0949104402f832080943e7830e85b87d01128eef/dashboard/builders.go#L2487-L2499) builder is used in the [release process](https://github.com/golang/build/blob/0949104402f832080943e7830e85b87d01128eef/cmd/release/release.go#L208-L213) to build s390x.tar.gz...
1.0
x/build/cmd/release: linux-s390x-crosscompile builder fails to compile Go 1.16 - The [`linux-s390x-crosscompile`](https://github.com/golang/build/blob/0949104402f832080943e7830e85b87d01128eef/dashboard/builders.go#L2487-L2499) builder is used in the [release process](https://github.com/golang/build/blob/0949104402f8320...
non_defect
x build cmd release linux crosscompile builder fails to compile go the builder is used in the to build tar gz release archives it currently fails when building go with linux as the bootstrap version this can be reproduced if your account has permissions needed to run releasebot do...
0
72,605
24,198,302,593
IssuesEvent
2022-09-24 07:16:13
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
closed
zfs stops working - enabling CONFIG_LATENCYTOP
Type: Defect Status: Stale Status: Triage Needed
CRUX 3.6 x64 kernel 5.4.80 # modinfo zfs | grep -iw version version: 2.0.3-1 # modinfo spl | grep -iw version version: 2.0.3-1 after enabling CONFIG_LATENCYTOP in kernel and reboot zfs stops working
1.0
zfs stops working - enabling CONFIG_LATENCYTOP - CRUX 3.6 x64 kernel 5.4.80 # modinfo zfs | grep -iw version version: 2.0.3-1 # modinfo spl | grep -iw version version: 2.0.3-1 after enabling CONFIG_LATENCYTOP in kernel and reboot zfs stops working
defect
zfs stops working enabling config latencytop crux kernel modinfo zfs grep iw version version modinfo spl grep iw version version after enabling config latencytop in kernel and reboot zfs stops working
1
26,123
4,593,618,451
IssuesEvent
2016-09-21 02:03:29
afisher1/GridLAB-D
https://api.github.com/repos/afisher1/GridLAB-D
closed
#48 Document in code the unit tests that are implemented,
defect
or provide a link to the TSD that documents the test so that we can tell what the test is and uncovered why it might have failed. This has to be done for all modules that use unit testing. ,
1.0
#48 Document in code the unit tests that are implemented, - or provide a link to the TSD that documents the test so that we can tell what the test is and uncovered why it might have failed. This has to be done for all modules that use unit testing. ,
defect
document in code the unit tests that are implemented or provide a link to the tsd that documents the test so that we can tell what the test is and uncovered why it might have failed this has to be done for all modules that use unit testing
1
235,256
25,920,059,393
IssuesEvent
2022-12-15 21:00:59
ZoeyVid/nginx-proxy-manager
https://api.github.com/repos/ZoeyVid/nginx-proxy-manager
closed
sqlite3-4.2.0.tgz: 1 vulnerabilities (highest severity is: 7.5)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>sqlite3-4.2.0.tgz</b></p></summary> <p>Asynchronous, non-blocking SQLite3 bindings</p> <p>Library home page: <a href="https://registry.npmjs.org/sqlite3/-/sqlite3-4.2...
True
sqlite3-4.2.0.tgz: 1 vulnerabilities (highest severity is: 7.5) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>sqlite3-4.2.0.tgz</b></p></summary> <p>Asynchronous, non-blocking SQLite3 bindings</p> <p>Library ho...
non_defect
tgz vulnerabilities highest severity is vulnerable library tgz asynchronous non blocking bindings library home page a href path to dependency file backend package json path to vulnerable library backend node modules package json found in head commit a h...
0
52,534
13,224,803,071
IssuesEvent
2020-08-17 19:52:49
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
[filterscripts] grecofilter crashes with Python3 (Trac #2391)
Incomplete Migration Migrated from Trac defect jeb + pnf
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2391">https://code.icecube.wisc.edu/projects/icecube/ticket/2391</a>, reported by olivasand owned by blaufuss</em></summary> <p> ```json { "status": "closed", "changetime": "2020-06-24T12:31:42", "_ts": "15...
1.0
[filterscripts] grecofilter crashes with Python3 (Trac #2391) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2391">https://code.icecube.wisc.edu/projects/icecube/ticket/2391</a>, reported by olivasand owned by blaufuss</em></summary> <p> ```json { "status": "...
defect
grecofilter crashes with trac migrated from json status closed changetime ts description i m getting the following error and a throw n n ntraceback most recent call last n file home olivas icecube combo trunk build lib icecube filt...
1
98,889
11,099,862,612
IssuesEvent
2019-12-16 17:54:22
microsoft/qsharp-compiler
https://api.github.com/repos/microsoft/qsharp-compiler
opened
Documentation generation tool not resolving namespaces correctly in `# See Also` blocks.
bug documentation
**Describe the bug** When generating documentation for `/// # See Also` blocks, the Q# compiler currently does not resolve identifier names for operations, functions and UDTs to their fully-qualified names. See microsoft/quantumlibraries#190 for an example. **To Reproduce** Generate documentation for an operat...
1.0
Documentation generation tool not resolving namespaces correctly in `# See Also` blocks. - **Describe the bug** When generating documentation for `/// # See Also` blocks, the Q# compiler currently does not resolve identifier names for operations, functions and UDTs to their fully-qualified names. See microsoft/quant...
non_defect
documentation generation tool not resolving namespaces correctly in see also blocks describe the bug when generating documentation for see also blocks the q compiler currently does not resolve identifier names for operations functions and udts to their fully qualified names see microsoft quant...
0
816,056
30,586,203,613
IssuesEvent
2023-07-21 13:34:11
calcom/cal.com
https://api.github.com/repos/calcom/cal.com
closed
[CAL-2183] Fix sluggish parts of event type overview
🧹 Improvements High priority event-types
### Issue Summary Using the event type overview is very sluggish. When I select an event type, it takes at least 4 seconds for the event type to load. A skeleton should be used here to give the user direct feedback that something is about to happen. <sub>[CAL-2183](https://linear.app/calcom/issue/CAL-2183/fix-slugg...
1.0
[CAL-2183] Fix sluggish parts of event type overview - ### Issue Summary Using the event type overview is very sluggish. When I select an event type, it takes at least 4 seconds for the event type to load. A skeleton should be used here to give the user direct feedback that something is about to happen. <sub>[CAL-2...
non_defect
fix sluggish parts of event type overview issue summary using the event type overview is very sluggish when i select an event type it takes at least seconds for the event type to load a skeleton should be used here to give the user direct feedback that something is about to happen
0
106,212
11,473,051,251
IssuesEvent
2020-02-09 20:51:19
ccache/ccache
https://api.github.com/repos/ccache/ccache
closed
-MQ gcc option breaks "compiling same file" heuristic
documentation support
`-MQ path` is one of options that mesonbuild system always adds. It makes ccache to not notice that the same file is being compiled, so basically that affects all projects that are using mesonbuild. ## Steps to reproduce *(in terms of terminal commands)* ```bash $ cat slow.cpp template <int i> class A { ...
1.0
-MQ gcc option breaks "compiling same file" heuristic - `-MQ path` is one of options that mesonbuild system always adds. It makes ccache to not notice that the same file is being compiled, so basically that affects all projects that are using mesonbuild. ## Steps to reproduce *(in terms of terminal commands)* ```...
non_defect
mq gcc option breaks compiling same file heuristic mq path is one of options that mesonbuild system always adds it makes ccache to not notice that the same file is being compiled so basically that affects all projects that are using mesonbuild steps to reproduce in terms of terminal commands ...
0
40,965
5,287,423,914
IssuesEvent
2017-02-08 12:18:20
Ulm-IQO/qudi
https://api.github.com/repos/Ulm-IQO/qudi
closed
Reorder the lorentzianlikemethods functions
comp:fit_logic design issue task
ONLY CHANGE IN THE fit_overhaul BRANCH! If you accidentally do this in master it will break fits for people! The lorentzianlikemethods.py file in logic/fitmethods needs to be restructured to make it easier to read. The required structure is exemplified in logic/fitmethods/gaussianlikemethods.py and is summarised a...
1.0
Reorder the lorentzianlikemethods functions - ONLY CHANGE IN THE fit_overhaul BRANCH! If you accidentally do this in master it will break fits for people! The lorentzianlikemethods.py file in logic/fitmethods needs to be restructured to make it easier to read. The required structure is exemplified in logic/fitmeth...
non_defect
reorder the lorentzianlikemethods functions only change in the fit overhaul branch if you accidentally do this in master it will break fits for people the lorentzianlikemethods py file in logic fitmethods needs to be restructured to make it easier to read the required structure is exemplified in logic fitmeth...
0
411,462
27,823,176,140
IssuesEvent
2023-03-19 13:23:05
deepchecks/deepchecks
https://api.github.com/repos/deepchecks/deepchecks
opened
Deepchecks Fix - documentation
documentation ds
1. Write user guide - full with use-case, that shows the corrupted data, its fixes, and the change in performance. Add explanations on how to use. 2. Add complete docstrings for all .fix() and .fix_logic() functions.
1.0
Deepchecks Fix - documentation - 1. Write user guide - full with use-case, that shows the corrupted data, its fixes, and the change in performance. Add explanations on how to use. 2. Add complete docstrings for all .fix() and .fix_logic() functions.
non_defect
deepchecks fix documentation write user guide full with use case that shows the corrupted data its fixes and the change in performance add explanations on how to use add complete docstrings for all fix and fix logic functions
0
39,390
15,984,172,790
IssuesEvent
2021-04-18 12:10:11
localstack/localstack
https://api.github.com/repos/localstack/localstack
closed
listObjects doesn't handle url-encoded delimiters
service:s3 should-be-fixed usage
# Type of request: This is a ... [x] bug report [ ] feature request # Detailed description Localstack doesn't seem to handle sending back the list of objects in a bucket if the delimiter passed in the S3 URL is URL-encoded. In my case the delimiter is "/" which is URL encoded as "%2F" by the AWS PHP SDK. ...
1.0
listObjects doesn't handle url-encoded delimiters - # Type of request: This is a ... [x] bug report [ ] feature request # Detailed description Localstack doesn't seem to handle sending back the list of objects in a bucket if the delimiter passed in the S3 URL is URL-encoded. In my case the delimiter is "/" w...
non_defect
listobjects doesn t handle url encoded delimiters type of request this is a bug report feature request detailed description localstack doesn t seem to handle sending back the list of objects in a bucket if the delimiter passed in the url is url encoded in my case the delimiter is which ...
0
30,669
6,220,767,240
IssuesEvent
2017-07-10 01:40:26
MDAnalysis/mdanalysis
https://api.github.com/repos/MDAnalysis/mdanalysis
closed
DCD Reader timeseries does not read backwards
Component-Readers defect Difficulty-hard Format-DCD
### Expected behaviour In creation of a DCD timeseries, a step of -1 should yield a timeseries that travels backwards across a DCD file. ### Actual behaviour The DCD timeseries will behave as if a step of 1 was given, and the increment from the start. ### Code to reproduce the behaviour ``` python import M...
1.0
DCD Reader timeseries does not read backwards - ### Expected behaviour In creation of a DCD timeseries, a step of -1 should yield a timeseries that travels backwards across a DCD file. ### Actual behaviour The DCD timeseries will behave as if a step of 1 was given, and the increment from the start. ### Code to...
defect
dcd reader timeseries does not read backwards expected behaviour in creation of a dcd timeseries a step of should yield a timeseries that travels backwards across a dcd file actual behaviour the dcd timeseries will behave as if a step of was given and the increment from the start code to...
1
156,992
24,627,741,884
IssuesEvent
2022-10-16 18:34:05
dotnet/efcore
https://api.github.com/repos/dotnet/efcore
closed
InMemory: Server side null safety does not work always
type-bug closed-by-design customer-reported area-query area-in-memory
```C# var actual = context.Set<DateTimeEnclosure>() .Select(e => new { DT = e.DateTimeOffset == null ? (DateTime?)null : e.DateTimeOffset.Value.DateTime.Date }).ToList(); ``` We translate the whole thing to server side but we do `.Value` over `Nullable<DateTimeOffset>` which throws wit...
1.0
InMemory: Server side null safety does not work always - ```C# var actual = context.Set<DateTimeEnclosure>() .Select(e => new { DT = e.DateTimeOffset == null ? (DateTime?)null : e.DateTimeOffset.Value.DateTime.Date }).ToList(); ``` We translate the whole thing to server side but we do ...
non_defect
inmemory server side null safety does not work always c var actual context set select e new dt e datetimeoffset null datetime null e datetimeoffset value datetime date tolist we translate the whole thing to server side but we do value over nul...
0
36,469
7,953,376,440
IssuesEvent
2018-07-12 01:07:35
STEllAR-GROUP/phylanx
https://api.github.com/repos/STEllAR-GROUP/phylanx
closed
Empty list defined inside Phylanx function has an issues
category: @Phylanx type: defect
Empty list defined inside Phylanx function can automatically append the input list of the function. For example, code ``` from phylanx.ast import * import numpy as np @Phylanx(debug=True) def testing_list(a): b = [] print(b) a = [4, 3, 2, 1] testing_list(a) ``` yields ``` define( te...
1.0
Empty list defined inside Phylanx function has an issues - Empty list defined inside Phylanx function can automatically append the input list of the function. For example, code ``` from phylanx.ast import * import numpy as np @Phylanx(debug=True) def testing_list(a): b = [] print(b) a = [4, ...
defect
empty list defined inside phylanx function has an issues empty list defined inside phylanx function can automatically append the input list of the function for example code from phylanx ast import import numpy as np phylanx debug true def testing list a b print b a te...
1
29,305
5,641,764,049
IssuesEvent
2017-04-06 19:29:21
NeoVintageous/NeoVintageous
https://api.github.com/repos/NeoVintageous/NeoVintageous
opened
Map conflicts
AREA: mappings TYPE: defect
<a href="https://github.com/leonardt"><img src="https://avatars0.githubusercontent.com/u/3766436?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [leonardt](https://github.com/leonardt)** _Tuesday Apr 01, 2014 at 21:38 GMT_ _Originally opened as https://github.com/guillermooo/Vintageous/issues...
1.0
Map conflicts - <a href="https://github.com/leonardt"><img src="https://avatars0.githubusercontent.com/u/3766436?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [leonardt](https://github.com/leonardt)** _Tuesday Apr 01, 2014 at 21:38 GMT_ _Originally opened as https://github.com/guillermooo/V...
defect
map conflicts issue by tuesday apr at gmt originally opened as leonardt commented hours ago not sure if this issue belongs in vintageous main or here i can move it if you want i run colemak so i remapped movement keys to s t n e with normal commands i e f n every...
1
67,430
20,961,611,963
IssuesEvent
2022-03-27 21:49:22
abedmaatalla/sipdroid
https://api.github.com/repos/abedmaatalla/sipdroid
closed
G729 codec :: source add
Priority-Medium Type-Defect auto-migrated
``` Hi, I want to add G729 codec in Sipdroid. But i dont want to add .so file. Rather i want to use java source code of G729 codec. I want your valuable suggestion and co-operation. Thanks ``` Original issue reported on code.google.com by `reefat0...@gmail.com` on 12 Feb 2012 at 11:17 - Merged into: #344
1.0
G729 codec :: source add - ``` Hi, I want to add G729 codec in Sipdroid. But i dont want to add .so file. Rather i want to use java source code of G729 codec. I want your valuable suggestion and co-operation. Thanks ``` Original issue reported on code.google.com by `reefat0...@gmail.com` on 12 Feb 2012 at 11:17 - Mer...
defect
codec source add hi i want to add codec in sipdroid but i dont want to add so file rather i want to use java source code of codec i want your valuable suggestion and co operation thanks original issue reported on code google com by gmail com on feb at merged into
1
30,976
11,860,493,478
IssuesEvent
2020-03-25 14:58:29
TreyM-WSS/whitesource-demo-1
https://api.github.com/repos/TreyM-WSS/whitesource-demo-1
opened
CVE-2015-9251 (Medium) detected in jquery-1.4.4.min.js
security vulnerability
## CVE-2015-9251 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.4.4.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="htt...
True
CVE-2015-9251 (Medium) detected in jquery-1.4.4.min.js - ## CVE-2015-9251 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.4.4.min.js</b></p></summary> <p>JavaScript library ...
non_defect
cve medium detected in jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file tmp ws scm whitesource demo node modules selenium webdriver lib test data dr...
0
188,188
6,773,825,635
IssuesEvent
2017-10-27 08:00:54
vincentrk/quadrodoodle
https://api.github.com/repos/vincentrk/quadrodoodle
closed
Check JS sensitivity in Yaw and Full control modes
high priority
Currently sensitivity is too low Try to figure out why
1.0
Check JS sensitivity in Yaw and Full control modes - Currently sensitivity is too low Try to figure out why
non_defect
check js sensitivity in yaw and full control modes currently sensitivity is too low try to figure out why
0
301,219
9,217,719,435
IssuesEvent
2019-03-11 11:30:11
wso2/product-is
https://api.github.com/repos/wso2/product-is
closed
Disabling the feature tenant wise authentication sequence
Affected/5.8.0-M24 Component/Adaptive Auth Priority/High Severity/Minor Type/Task
Disabling the feature[1] tenant wise authentication sequence since the feature is not in production ready state. [1] https://github.com/wso2/product-is/issues/3792
1.0
Disabling the feature tenant wise authentication sequence - Disabling the feature[1] tenant wise authentication sequence since the feature is not in production ready state. [1] https://github.com/wso2/product-is/issues/3792
non_defect
disabling the feature tenant wise authentication sequence disabling the feature tenant wise authentication sequence since the feature is not in production ready state
0
48,885
13,184,766,840
IssuesEvent
2020-08-12 20:03:21
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
buggy nutau (Trac #383)
Incomplete Migration Migrated from Trac combo simulation defect
<details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/383 , reported by olivas and owned by olivas_</summary> <p> ```json { "status": "closed", "changetime": "2014-11-22T18:26:26", "description": "it seems to me that in the nutau nugen dataset 6539 the light emission\nfrom muons (if pre...
1.0
buggy nutau (Trac #383) - <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/383 , reported by olivas and owned by olivas_</summary> <p> ```json { "status": "closed", "changetime": "2014-11-22T18:26:26", "description": "it seems to me that in the nutau nugen dataset 6539 the light em...
defect
buggy nutau trac migrated from reported by olivas and owned by olivas json status closed changetime description it seems to me that in the nutau nugen dataset the light emission nfrom muons if present in the event is missing i attach a scatter plot ...
1
52,780
13,225,057,667
IssuesEvent
2020-08-17 20:24:12
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
Trigger hierarchy is flattened somewhere in DAQ decoding (Trac #327)
Migrated from Trac combo core defect
Somewhere in the decoding of the triggers from DAQ the hierarchy is flattened. The parent-child relationships are set on the DAQ side and simulated, but in data ( PFFilt ) those relationships don't seem to be translated. All triggers appear in the hierarchy as top-level nodes. I think the "problem" is here: http://c...
1.0
Trigger hierarchy is flattened somewhere in DAQ decoding (Trac #327) - Somewhere in the decoding of the triggers from DAQ the hierarchy is flattened. The parent-child relationships are set on the DAQ side and simulated, but in data ( PFFilt ) those relationships don't seem to be translated. All triggers appear in the...
defect
trigger hierarchy is flattened somewhere in daq decoding trac somewhere in the decoding of the triggers from daq the hierarchy is flattened the parent child relationships are set on the daq side and simulated but in data pffilt those relationships don t seem to be translated all triggers appear in the h...
1
33,163
7,043,893,179
IssuesEvent
2017-12-31 14:36:40
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
Flash messages not accessible to test runner (CakePHP 2.10.6, PHPUnit 3.7.38)
Defect http On hold testing
This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 2.10.6 * Platform and Target: Ubuntu 16.04, MySQL, PHPUnit 3.7.38 ### What you did Part of my test suite checks that a Flash message is rendered when a user makes a change via a form. Trying this thr...
1.0
Flash messages not accessible to test runner (CakePHP 2.10.6, PHPUnit 3.7.38) - This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 2.10.6 * Platform and Target: Ubuntu 16.04, MySQL, PHPUnit 3.7.38 ### What you did Part of my test suite checks that a ...
defect
flash messages not accessible to test runner cakephp phpunit this is a multiple allowed bug enhancement feature discussion rfc cakephp version platform and target ubuntu mysql phpunit what you did part of my test suite checks that a flash messag...
1
32,174
6,731,996,661
IssuesEvent
2017-10-18 09:44:39
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
at least once invocation test fails, in unstable cluster
Team: Core Type: Critical Type: Defect
ERROR: type should be string, got "\r\nhttps://hazelcast-l337.ci.cloudbees.com/view/shutdown/job/shutdown-projection/206/console\r\n```\r\n fail HzClient1HZ projection_mapBak1HDIdx hzcmd.map.projection.ProjectionCheck threadId=1 global.AssertionException: (personId>=67673 AND personId<68673) on map mapBak1HDIdx returned 997 expected 1000\r\n```\r\n\r\n\r\nhttp://54.82.84.143/~jenkins/workspace/kill-All/3.9/2017_10_17-00_14_33/stable/aggregator/predicate\r\n` mapBak1HDIdx_aggregator-predicate map.aggregate(Aggregators.count(), (personId>=14589 AND personId<15589)) 997!=1000 `\r\n\r\nhttp://54.82.84.143/~jenkins/workspace/kill-All/3.9/2017_10_17-00_14_33/stable/atomic\r\n`atomic[atomic_atomic20=139667] atomic[atomic_atomic-expected20=139666] ` as we know atomic long is not atomic, under kill\r\n\r\n\r\nhttp://54.82.84.143/~jenkins/workspace/kill-All/3.9/2017_10_17-00_14_33/stable/cas\r\n`mapBak1HD_map-cas_long key=11 val=33273 != 33272` same issue, at least once invocation (edited)\r\n"
1.0
at least once invocation test fails, in unstable cluster - https://hazelcast-l337.ci.cloudbees.com/view/shutdown/job/shutdown-projection/206/console ``` fail HzClient1HZ projection_mapBak1HDIdx hzcmd.map.projection.ProjectionCheck threadId=1 global.AssertionException: (personId>=67673 AND personId<68673) on map ma...
defect
at least once invocation test fails in unstable cluster fail projection hzcmd map projection projectioncheck threadid global assertionexception personid and personid on map returned expected aggregator predicate map aggregate aggregators count personid and perso...
1
390,307
11,541,887,893
IssuesEvent
2020-02-18 05:44:12
ahmedkaludi/pwa-for-wp
https://api.github.com/repos/ahmedkaludi/pwa-for-wp
closed
Performance Resolve, call of pwa manifest json
High Priority bug
Need to resolve every time call of PWA manifest. make it statically called manifest json file. Reference: https://wordpress.org/support/topic/slow-site-30/ Screenshot: https://monosnap.com/file/bSoAKoXMqQY97SvlCdUUeIqRETjrnh
1.0
Performance Resolve, call of pwa manifest json - Need to resolve every time call of PWA manifest. make it statically called manifest json file. Reference: https://wordpress.org/support/topic/slow-site-30/ Screenshot: https://monosnap.com/file/bSoAKoXMqQY97SvlCdUUeIqRETjrnh
non_defect
performance resolve call of pwa manifest json need to resolve every time call of pwa manifest make it statically called manifest json file reference screenshot
0
37,403
8,381,413,158
IssuesEvent
2018-10-08 00:49:43
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
Dropdown panel misplaced in dialog
6.2.11 defect
Reported By PRO User; > We are using <p:selectOneMenu ./> in <p:dialog../> The dropdown panel is misplaced when we scroll and open the dropdown. In PF v5.3.15 it works fine.
1.0
Dropdown panel misplaced in dialog - Reported By PRO User; > We are using <p:selectOneMenu ./> in <p:dialog../> The dropdown panel is misplaced when we scroll and open the dropdown. In PF v5.3.15 it works fine.
defect
dropdown panel misplaced in dialog reported by pro user we are using in the dropdown panel is misplaced when we scroll and open the dropdown in pf it works fine
1
606,852
18,769,323,788
IssuesEvent
2021-11-06 14:41:29
CDCgov/prime-reportstream
https://api.github.com/repos/CDCgov/prime-reportstream
opened
Reduce errors and improve sender and receiver visibility for fields currently used and populated by the LivdMapper()
bug Epic high-priority data-issue
There have been multiple issues created since May, 2021 related to fields used and populated by the LivdMapper(). This Epic will consolidate those issues and create new user stories and acceptance criteria for the issues to be addressed. **Problem Summary:** If a sender does not send in the _exact_ Model_ID or Test_...
1.0
Reduce errors and improve sender and receiver visibility for fields currently used and populated by the LivdMapper() - There have been multiple issues created since May, 2021 related to fields used and populated by the LivdMapper(). This Epic will consolidate those issues and create new user stories and acceptance cri...
non_defect
reduce errors and improve sender and receiver visibility for fields currently used and populated by the livdmapper there have been multiple issues created since may related to fields used and populated by the livdmapper this epic will consolidate those issues and create new user stories and acceptance criter...
0
567,971
16,943,331,271
IssuesEvent
2021-06-28 00:24:35
AgoraCloud/server
https://api.github.com/repos/AgoraCloud/server
closed
Create a Kubernetes and Discord Bot
enhancement priority:medium
# Description Currently, when any developer pushes changes to their personal branch (`said`, `marc` or `waleed`), the `develop` branch or the `main` branch, I have to manually watch the GitHub workflow status, wait for it to complete and then manually update the container image in the Kubernetes cluster. To make ...
1.0
Create a Kubernetes and Discord Bot - # Description Currently, when any developer pushes changes to their personal branch (`said`, `marc` or `waleed`), the `develop` branch or the `main` branch, I have to manually watch the GitHub workflow status, wait for it to complete and then manually update the container image ...
non_defect
create a kubernetes and discord bot description currently when any developer pushes changes to their personal branch said marc or waleed the develop branch or the main branch i have to manually watch the github workflow status wait for it to complete and then manually update the container image ...
0
417,910
12,189,832,678
IssuesEvent
2020-04-29 08:15:03
zoot-hq/zoot
https://api.github.com/repos/zoot-hq/zoot
closed
resources-page
good first issue high priority
- accessed via last button on navbar - lists resources in a ScrollView container Resources: Maternal Mental Health [Postpartum Support International](http://postpartum.net/) [MGH Center for Women's Mental Health](https://womensmentalhealth.org/) [National Institute of Mental Health](https://www.nimh.nih.gov/...
1.0
resources-page - - accessed via last button on navbar - lists resources in a ScrollView container Resources: Maternal Mental Health [Postpartum Support International](http://postpartum.net/) [MGH Center for Women's Mental Health](https://womensmentalhealth.org/) [National Institute of Mental Health](https://...
non_defect
resources page accessed via last button on navbar lists resources in a scrollview container resources maternal mental health crisis text line text “hello” to wellness infant child development see
0
10,319
2,622,143,874
IssuesEvent
2015-03-04 00:03:16
byzhang/i7z
https://api.github.com/repos/byzhang/i7z
closed
row 420 in i7z.cpp
auto-migrated Priority-Medium Type-Defect
``` it should read if(kk > 10){ ``` Original issue reported on code.google.com by `rmattusc...@gmx.net` on 29 Mar 2010 at 11:26
1.0
row 420 in i7z.cpp - ``` it should read if(kk > 10){ ``` Original issue reported on code.google.com by `rmattusc...@gmx.net` on 29 Mar 2010 at 11:26
defect
row in cpp it should read if kk original issue reported on code google com by rmattusc gmx net on mar at
1
827,190
31,758,789,910
IssuesEvent
2023-09-12 02:15:14
GoogleCloudPlatform/professional-services-data-validator
https://api.github.com/repos/GoogleCloudPlatform/professional-services-data-validator
opened
Grouped Column Validation does not accept (nor need) primary keys
type: bug priority: p2 type: docs
Hi, The documentation under `validate column` says `--primary-keys or -pk PRIMARY_KEYS` `Comma separated list of columns to use as primary keys`. However the command does not take (nor does it need) primary keys. The `--grouped-columns` flag alone is suffficient. I also took a look at the code - [cli_tools.py](https...
1.0
Grouped Column Validation does not accept (nor need) primary keys - Hi, The documentation under `validate column` says `--primary-keys or -pk PRIMARY_KEYS` `Comma separated list of columns to use as primary keys`. However the command does not take (nor does it need) primary keys. The `--grouped-columns` flag alone i...
non_defect
grouped column validation does not accept nor need primary keys hi the documentation under validate column says primary keys or pk primary keys comma separated list of columns to use as primary keys however the command does not take nor does it need primary keys the grouped columns flag alone i...
0
39,140
9,216,486,986
IssuesEvent
2019-03-11 08:15:29
vmware/vic-product
https://api.github.com/repos/vmware/vic-product
closed
Use capital T for boolean defaults in OVA to satisfy H5 Client requirements
area/lifecycle component/ova impact/doc/user kind/defect product/ova severity/3-moderate source/dogfooding
@zjs commented on [Fri Jun 22 2018](https://github.com/vmware/vic-tasks/issues/62) We are unable to deploy the OVA via the H5 client as the current H5 client is not happy with lower case string boolean values. i.e. requires `True` instead of `true`.
1.0
Use capital T for boolean defaults in OVA to satisfy H5 Client requirements - @zjs commented on [Fri Jun 22 2018](https://github.com/vmware/vic-tasks/issues/62) We are unable to deploy the OVA via the H5 client as the current H5 client is not happy with lower case string boolean values. i.e. requires `True` instead ...
defect
use capital t for boolean defaults in ova to satisfy client requirements zjs commented on we are unable to deploy the ova via the client as the current client is not happy with lower case string boolean values i e requires true instead of true
1
34,105
28,262,033,747
IssuesEvent
2023-04-07 00:41:24
ComplianceAsCode/content
https://api.github.com/repos/ComplianceAsCode/content
opened
Build system does not check if OVAL definition IDs generated from templates are in sync with rule (or platform)
Infrastructure OVAL CPE-AL
#### Description of problem: When id of the `definition` in a rule template does not match the Rule id OVAL check is silently not added to the Rule definition. When the same happens with a platform (the id of the `definition` does not match platform's `check_id` or auto-generated id based on the template name) th...
1.0
Build system does not check if OVAL definition IDs generated from templates are in sync with rule (or platform) - #### Description of problem: When id of the `definition` in a rule template does not match the Rule id OVAL check is silently not added to the Rule definition. When the same happens with a platform (t...
non_defect
build system does not check if oval definition ids generated from templates are in sync with rule or platform description of problem when id of the definition in a rule template does not match the rule id oval check is silently not added to the rule definition when the same happens with a platform t...
0