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
396,515
27,121,567,414
IssuesEvent
2023-02-15 23:30:24
VoskhodXIV/webservice
https://api.github.com/repos/VoskhodXIV/webservice
opened
[FEAT] Error-handling and helper functions
documentation enhancement good first issue
## Custom error handlers Have custom error handlers for various HTTP error codes and sequelize database errors. ## Helper functions Have custom helper functions to de-clutter the controller logic. ### References [sydrawat01/rest-api](https://github.com/sydrawat01/rest-api/)
1.0
[FEAT] Error-handling and helper functions - ## Custom error handlers Have custom error handlers for various HTTP error codes and sequelize database errors. ## Helper functions Have custom helper functions to de-clutter the controller logic. ### References [sydrawat01/rest-api](https://github.com/sydrawa...
non_defect
error handling and helper functions custom error handlers have custom error handlers for various http error codes and sequelize database errors helper functions have custom helper functions to de clutter the controller logic references
0
109,652
11,647,188,032
IssuesEvent
2020-03-01 13:50:31
scikit-learn/scikit-learn
https://api.github.com/repos/scikit-learn/scikit-learn
closed
Add formula for binary balanced accuracy
Documentation Easy good first issue
I think it would be nice to add the formula for binary balanced accuracy. It's in the text right now, but maybe adding the formula would be nice as well. The text [says](https://scikit-learn.org/dev/modules/model_evaluation.html#balanced-accuracy-score) > In the binary case, balanced accuracy is equal to the arithm...
1.0
Add formula for binary balanced accuracy - I think it would be nice to add the formula for binary balanced accuracy. It's in the text right now, but maybe adding the formula would be nice as well. The text [says](https://scikit-learn.org/dev/modules/model_evaluation.html#balanced-accuracy-score) > In the binary cas...
non_defect
add formula for binary balanced accuracy i think it would be nice to add the formula for binary balanced accuracy it s in the text right now but maybe adding the formula would be nice as well the text in the binary case balanced accuracy is equal to the arithmetic mean of sensitivity true positive rate...
0
21,225
3,476,369,909
IssuesEvent
2015-12-26 20:21:55
troessner/reek
https://api.github.com/repos/troessner/reek
closed
Bug in our context building for non-instance methods
defect
#724 uncovered a bug in our context building in regards to non-instance methods. The following spec illustrates this bug: ```Ruby it "properly recognizes singleton_methods correctly" do src = <<-EOS class Car class << self def drive; end end def...
1.0
Bug in our context building for non-instance methods - #724 uncovered a bug in our context building in regards to non-instance methods. The following spec illustrates this bug: ```Ruby it "properly recognizes singleton_methods correctly" do src = <<-EOS class Car class << self ...
defect
bug in our context building for non instance methods uncovered a bug in our context building in regards to non instance methods the following spec illustrates this bug ruby it properly recognizes singleton methods correctly do src eos class car class self ...
1
19,863
3,266,011,602
IssuesEvent
2015-10-22 18:45:29
souliss/souliss
https://api.github.com/repos/souliss/souliss
closed
SetIPAddress doesn't assign a proper vNet Supernode
bug Priority-Medium Type-Defect wontfix
Original [issue 83](https://code.google.com/p/souliss/issues/detail?id=83) created by fazioa on 2014-08-26T08:50:27.000Z: More information at this link https://code.google.com/p/souliss/source/detail?r=1d45d9eee1be81e85fda00e769fa60eeb768f268
1.0
SetIPAddress doesn't assign a proper vNet Supernode - Original [issue 83](https://code.google.com/p/souliss/issues/detail?id=83) created by fazioa on 2014-08-26T08:50:27.000Z: More information at this link https://code.google.com/p/souliss/source/detail?r=1d45d9eee1be81e85fda00e769fa60eeb768f268
defect
setipaddress doesn t assign a proper vnet supernode original created by fazioa on more information at this link
1
268,664
20,358,911,702
IssuesEvent
2022-02-20 11:44:01
vortexntnu/Vortex-CV
https://api.github.com/repos/vortexntnu/Vortex-CV
closed
[Commenting functions]
documentation
**Time estimate:** 2 hours **Deadline:** 02.feb **Description of task:** Code needs commenting so others can understand what happens, when to call a function and so on
1.0
[Commenting functions] - **Time estimate:** 2 hours **Deadline:** 02.feb **Description of task:** Code needs commenting so others can understand what happens, when to call a function and so on
non_defect
time estimate hours deadline feb description of task code needs commenting so others can understand what happens when to call a function and so on
0
159,374
12,474,548,338
IssuesEvent
2020-05-29 09:51:12
aliasrobotics/RVD
https://api.github.com/repos/aliasrobotics/RVD
opened
Using xml., /opt/ros_noetic_ws/src/xacro/test/test_xacro.py:1243
bandit bug static analysis testing triage
```yaml { "id": 1, "title": "Using xml., /opt/ros_noetic_ws/src/xacro/test/test_xacro.py:1243", "type": "bug", "description": "HIGH confidence of MEDIUM severity bug. Using xml.dom.minidom.parse to parse untrusted XML data is known to be vulnerable to XML attacks. Replace xml.dom.minidom.parse with its ...
1.0
Using xml., /opt/ros_noetic_ws/src/xacro/test/test_xacro.py:1243 - ```yaml { "id": 1, "title": "Using xml., /opt/ros_noetic_ws/src/xacro/test/test_xacro.py:1243", "type": "bug", "description": "HIGH confidence of MEDIUM severity bug. Using xml.dom.minidom.parse to parse untrusted XML data is known to be...
non_defect
using xml opt ros noetic ws src xacro test test xacro py yaml id title using xml opt ros noetic ws src xacro test test xacro py type bug description high confidence of medium severity bug using xml dom minidom parse to parse untrusted xml data is known to be vulne...
0
78,178
27,358,147,947
IssuesEvent
2023-02-27 14:14:17
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
ComponentTraversalUtils: Revised code break when primefaces extensions are used
:lady_beetle: defect
### Describe the bug dear @Rapster this PR https://github.com/primefaces/primefaces/pull/9779 breaks my application. After this PR, i am getting the following error: ``` java.lang.NoSuchMethodError: org.primefaces.util.ComponentTraversalUtils.closestForm(Ljavax/faces/context/FacesContext;Ljavax/faces/compon...
1.0
ComponentTraversalUtils: Revised code break when primefaces extensions are used - ### Describe the bug dear @Rapster this PR https://github.com/primefaces/primefaces/pull/9779 breaks my application. After this PR, i am getting the following error: ``` java.lang.NoSuchMethodError: org.primefaces.util.Compone...
defect
componenttraversalutils revised code break when primefaces extensions are used describe the bug dear rapster this pr breaks my application after this pr i am getting the following error java lang nosuchmethoderror org primefaces util componenttraversalutils closestform ljavax faces context...
1
163,671
25,856,163,682
IssuesEvent
2022-12-13 13:55:36
decidim/decidim
https://api.github.com/repos/decidim/decidim
opened
HERE Maps static map size
contract: redesign
If you use HERE maps, currently, a small static map is generated: <img width="811" alt="CleanShot 2022-12-13 at 14 49 54@2x" src="https://user-images.githubusercontent.com/24740/207345569-b9b47136-0a3a-41e4-9d13-34dd201037cb.png"> (https://www.decidim.barcelona/assemblies/barribesosmaresme/f/3229/meetings/5765) ...
1.0
HERE Maps static map size - If you use HERE maps, currently, a small static map is generated: <img width="811" alt="CleanShot 2022-12-13 at 14 49 54@2x" src="https://user-images.githubusercontent.com/24740/207345569-b9b47136-0a3a-41e4-9d13-34dd201037cb.png"> (https://www.decidim.barcelona/assemblies/barribesosmar...
non_defect
here maps static map size if you use here maps currently a small static map is generated img width alt cleanshot at src in the new design this static map is slightly bigger but as we are using the same call the map is pixelated img width alt cleanshot at ...
0
329,050
24,207,074,413
IssuesEvent
2022-09-25 11:40:17
ADOdb/ADOdb
https://api.github.com/repos/ADOdb/ADOdb
opened
Revise and possibly automate offline documentation build process
meta documentation
Offline documentation has not been built for a long time (most recent one goes back to 2020-01-26). Following recent discussion with @mnewnham the build process is currently quite complex, involving a local copy of the https://adodb.org wiki (updated using Dokuwiki sync plugin), which is converted to static HTML fil...
1.0
Revise and possibly automate offline documentation build process - Offline documentation has not been built for a long time (most recent one goes back to 2020-01-26). Following recent discussion with @mnewnham the build process is currently quite complex, involving a local copy of the https://adodb.org wiki (updated...
non_defect
revise and possibly automate offline documentation build process offline documentation has not been built for a long time most recent one goes back to following recent discussion with mnewnham the build process is currently quite complex involving a local copy of the wiki updated using dokuwiki sync ...
0
12,778
2,717,415,784
IssuesEvent
2015-04-11 07:57:53
codenameone/CodenameOne
https://api.github.com/repos/codenameone/CodenameOne
closed
White space in permission string in j2me manifest
invalid Priority-Medium Type-Defect
Original [issue 451](https://code.google.com/p/codenameone/issues/detail?id=451) created by codenameone on 2012-12-24T19:49:23.000Z: When building for j2me the jar's manifest permissions value contains a white space which breaks the permission string (the javax.microedition.io.Connector.http etc string) <b>What ste...
1.0
White space in permission string in j2me manifest - Original [issue 451](https://code.google.com/p/codenameone/issues/detail?id=451) created by codenameone on 2012-12-24T19:49:23.000Z: When building for j2me the jar's manifest permissions value contains a white space which breaks the permission string (the javax.micro...
defect
white space in permission string in manifest original created by codenameone on when building for the jar s manifest permissions value contains a white space which breaks the permission string the javax microedition io connector http etc string what steps will reproduce the problem bu...
1
32,294
6,759,163,605
IssuesEvent
2017-10-24 16:12:36
BOINC/boinc
https://api.github.com/repos/BOINC/boinc
closed
BOINC Manager Crash - Quickly alternate clicks on tray icon
C: Manager P: Minor T: Defect
**Reported by JacobKlein on 30 Dec 43661007 21:55 UTC** I went to open the BOINC window, but instead of double-left-clicking the tray icon, I accidentally also included a right-click in the mix. Then BOINC Manager crashed. Steps to reproduce: - Open BOINC Manager (It doesn't matter if the window is open or not, I...
1.0
BOINC Manager Crash - Quickly alternate clicks on tray icon - **Reported by JacobKlein on 30 Dec 43661007 21:55 UTC** I went to open the BOINC window, but instead of double-left-clicking the tray icon, I accidentally also included a right-click in the mix. Then BOINC Manager crashed. Steps to reproduce: - Open BO...
defect
boinc manager crash quickly alternate clicks on tray icon reported by jacobklein on dec utc i went to open the boinc window but instead of double left clicking the tray icon i accidentally also included a right click in the mix then boinc manager crashed steps to reproduce open boinc manage...
1
82,064
31,895,760,266
IssuesEvent
2023-09-18 01:25:31
microsoft/TypeScript
https://api.github.com/repos/microsoft/TypeScript
closed
Docs in base interface overriding docs in object typed with extended version of the same interface
Not a Defect
### 🔎 Search Terms Closest issue I found: https://github.com/Microsoft/TypeScript/issues/12031 Also searched: "interface docs overriding", "interface", "extended interface", "extended interface docs", "interface shadowing", "interface shadowing implementor" ### 🕗 Version & Regression Information - I was unable ...
1.0
Docs in base interface overriding docs in object typed with extended version of the same interface - ### 🔎 Search Terms Closest issue I found: https://github.com/Microsoft/TypeScript/issues/12031 Also searched: "interface docs overriding", "interface", "extended interface", "extended interface docs", "interface sh...
defect
docs in base interface overriding docs in object typed with extended version of the same interface 🔎 search terms closest issue i found also searched interface docs overriding interface extended interface extended interface docs interface shadowing interface shadowing implementor 🕗...
1
267,891
28,537,295,227
IssuesEvent
2023-04-20 01:05:55
Hi-Fi/remotesikulilibrary
https://api.github.com/repos/Hi-Fi/remotesikulilibrary
closed
CVE-2017-7658 (High) detected in jetty-server-7.6.3.v20120416.jar, jetty-http-7.6.3.v20120416.jar - autoclosed
Mend: dependency security vulnerability
## CVE-2017-7658 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jetty-server-7.6.3.v20120416.jar</b>, <b>jetty-http-7.6.3.v20120416.jar</b></p></summary> <p> <details><summary><b>je...
True
CVE-2017-7658 (High) detected in jetty-server-7.6.3.v20120416.jar, jetty-http-7.6.3.v20120416.jar - autoclosed - ## CVE-2017-7658 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jetty...
non_defect
cve high detected in jetty server jar jetty http jar autoclosed cve high severity vulnerability vulnerable libraries jetty server jar jetty http jar jetty server jar the core jetty server artifact library home page a href path ...
0
32,932
6,971,136,000
IssuesEvent
2017-12-11 12:57:31
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
opened
ExceptionHandler: onexception isn't called with jquery 3.2.1
defect
the script is correctly passed to $.globalEval but not executed correctly...
1.0
ExceptionHandler: onexception isn't called with jquery 3.2.1 - the script is correctly passed to $.globalEval but not executed correctly...
defect
exceptionhandler onexception isn t called with jquery the script is correctly passed to globaleval but not executed correctly
1
10,116
2,618,937,058
IssuesEvent
2015-03-03 00:02:29
chrsmith/open-ig
https://api.github.com/repos/chrsmith/open-ig
closed
sound overflow error
auto-migrated OpSys-Linux Priority-Medium Sound Type-Defect
``` Game version: 0.95.152 Operating System: Linux x64 Java runtime version: 1.7.0_51 Installed using the Launcher? yes Game language (en, hu, de): hu What steps will reproduce the problem? 1. Play a battle with lot of units OR press the 'Add ship' button on the fleetscreen continously. What is the expected...
1.0
sound overflow error - ``` Game version: 0.95.152 Operating System: Linux x64 Java runtime version: 1.7.0_51 Installed using the Launcher? yes Game language (en, hu, de): hu What steps will reproduce the problem? 1. Play a battle with lot of units OR press the 'Add ship' button on the fleetscreen continously...
defect
sound overflow error game version operating system linux java runtime version installed using the launcher yes game language en hu de hu what steps will reproduce the problem play a battle with lot of units or press the add ship button on the fleetscreen continously wha...
1
47,809
13,066,240,859
IssuesEvent
2020-07-30 21:16:59
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
[DOMLauncher] FIXME: PMTResponseSimulatorTests: the 0.4 distance (Trac #1203)
Migrated from Trac combo simulation defect
```text private/test/PMTResponseSimulatorTests.cxx: //FIXME: The 0.4 distance is to silence the buildbots. This needs to be investigated. ``` Migrated from https://code.icecube.wisc.edu/ticket/1203 ```json { "status": "closed", "changetime": "2019-02-13T14:13:35", "description": "{{{\nprivate/test/PMTRe...
1.0
[DOMLauncher] FIXME: PMTResponseSimulatorTests: the 0.4 distance (Trac #1203) - ```text private/test/PMTResponseSimulatorTests.cxx: //FIXME: The 0.4 distance is to silence the buildbots. This needs to be investigated. ``` Migrated from https://code.icecube.wisc.edu/ticket/1203 ```json { "status": "closed", "...
defect
fixme pmtresponsesimulatortests the distance trac text private test pmtresponsesimulatortests cxx fixme the distance is to silence the buildbots this needs to be investigated migrated from json status closed changetime description npri...
1
6,328
2,610,240,621
IssuesEvent
2015-02-26 19:16:42
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 医院地址 台 (枫南大转盘旁)乘车线路 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 origina...
1
71,808
23,810,668,204
IssuesEvent
2022-09-04 18:07:58
zed-industries/feedback
https://api.github.com/repos/zed-industries/feedback
closed
Zed is unresponsive after computer sleeps after a collaboration session
defect mac
### Check for existing issues - [X] Completed ### Describe the bug After ending a collaboration session, the window displayed "Your connection to the remote project has been lost." Instead of immediately closing out of this window, I walked away and allowed my computer to go to sleep overnight. When I woke t...
1.0
Zed is unresponsive after computer sleeps after a collaboration session - ### Check for existing issues - [X] Completed ### Describe the bug After ending a collaboration session, the window displayed "Your connection to the remote project has been lost." Instead of immediately closing out of this window, I wa...
defect
zed is unresponsive after computer sleeps after a collaboration session check for existing issues completed describe the bug after ending a collaboration session the window displayed your connection to the remote project has been lost instead of immediately closing out of this window i walk...
1
181,689
6,663,362,132
IssuesEvent
2017-10-02 16:07:13
Rsl1122/Plan-PlayerAnalytics
https://api.github.com/repos/Rsl1122/Plan-PlayerAnalytics
reopened
Database errors
Bug Priority: HIGH server: 1.8 status: Possibly Fixed
Plan 4.0.0 MySQL ``` main.java.com.djrapitops.plan.systems.processing.player.NameProcessor Caught com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'user_id' cannot be null sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) sun.reflect.NativeConstructorAcce...
1.0
Database errors - Plan 4.0.0 MySQL ``` main.java.com.djrapitops.plan.systems.processing.player.NameProcessor Caught com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'user_id' cannot be null sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) sun.reflect.Nat...
non_defect
database errors plan mysql main java com djrapitops plan systems processing player nameprocessor caught com mysql jdbc exceptions mysqlintegrityconstraintviolationexception column user id cannot be null sun reflect nativeconstructoraccessorimpl native method sun reflect nativeconstructora...
0
23,711
3,851,865,978
IssuesEvent
2016-04-06 05:28:07
GPF/imame4all
https://api.github.com/repos/GPF/imame4all
closed
How do I run the MAME rom for Pretty Soldier Sailor Moon on my iPhone through MAME4iOS?
auto-migrated Priority-Medium Type-Defect
``` What version of the product are you using? On what operating system? I am on 4.1 iOS for my iPhone 4. I downloaded MAMEiOS4Reloaded and love it but I am trying to run a particular ROM but I am having trouble with it. I tried downloading it from several places and tried different versions but it just won't work. ...
1.0
How do I run the MAME rom for Pretty Soldier Sailor Moon on my iPhone through MAME4iOS? - ``` What version of the product are you using? On what operating system? I am on 4.1 iOS for my iPhone 4. I downloaded MAMEiOS4Reloaded and love it but I am trying to run a particular ROM but I am having trouble with it. I tried ...
defect
how do i run the mame rom for pretty soldier sailor moon on my iphone through what version of the product are you using on what operating system i am on ios for my iphone i downloaded and love it but i am trying to run a particular rom but i am having trouble with it i tried downloading it from s...
1
81,091
30,706,721,087
IssuesEvent
2023-07-27 06:51:14
vector-im/element-x-android
https://api.github.com/repos/vector-im/element-x-android
closed
The edit history does not follow the same format as on deskop.
T-Defect
### Steps to reproduce 1. send a message 2. edit the message 3. Open the edit history for the message 4. observe that it just lists the entire versions of the messages, and does not indicate what has changed with colors in each version. ### Outcome #### What did you expect? I expect the edits to show what ha...
1.0
The edit history does not follow the same format as on deskop. - ### Steps to reproduce 1. send a message 2. edit the message 3. Open the edit history for the message 4. observe that it just lists the entire versions of the messages, and does not indicate what has changed with colors in each version. ### Outcome...
defect
the edit history does not follow the same format as on deskop steps to reproduce send a message edit the message open the edit history for the message observe that it just lists the entire versions of the messages and does not indicate what has changed with colors in each version outcome...
1
57,932
16,174,161,531
IssuesEvent
2021-05-03 01:27:31
atulraut/atclib
https://api.github.com/repos/atulraut/atclib
closed
Open Issue atclib/denis/r-sol/ch-05/05-06/getline
Priority-Medium Type-Defect auto-migrated
``` "The C Prgramming Language" by Denise Ritchie. Exercise 5-6: Rewrite the appropriate programs from earlier chapters and exercises with pointers instead of array indexing. Good possibilities include getline, atoi, itoa, and their variants reverse, and strindex and getop. Needs to implement below function. 1] ...
1.0
Open Issue atclib/denis/r-sol/ch-05/05-06/getline - ``` "The C Prgramming Language" by Denise Ritchie. Exercise 5-6: Rewrite the appropriate programs from earlier chapters and exercises with pointers instead of array indexing. Good possibilities include getline, atoi, itoa, and their variants reverse, and strindex ...
defect
open issue atclib denis r sol ch getline the c prgramming language by denise ritchie exercise rewrite the appropriate programs from earlier chapters and exercises with pointers instead of array indexing good possibilities include getline atoi itoa and their variants reverse and strindex and...
1
46,925
13,056,002,941
IssuesEvent
2020-07-30 03:21:37
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
icetray-start does not detect download failures (Trac #2144)
Incomplete Migration Migrated from Trac cvmfs defect
Migrated from https://code.icecube.wisc.edu/ticket/2144 ```json { "status": "closed", "changetime": "2019-02-13T14:15:23", "description": "There are several reasons icetray start can fail to download a user-specified tarball, such as networking issues or the current host OS not matching any tarball which ...
1.0
icetray-start does not detect download failures (Trac #2144) - Migrated from https://code.icecube.wisc.edu/ticket/2144 ```json { "status": "closed", "changetime": "2019-02-13T14:15:23", "description": "There are several reasons icetray start can fail to download a user-specified tarball, such as networkin...
defect
icetray start does not detect download failures trac migrated from json status closed changetime description there are several reasons icetray start can fail to download a user specified tarball such as networking issues or the current host os not matching any tarb...
1
71,558
30,913,442,691
IssuesEvent
2023-08-05 01:58:18
Zahlungsmittel/Zahlungsmittel
https://api.github.com/repos/Zahlungsmittel/Zahlungsmittel
opened
[CLOSED] Revert "deliver a decay block every time"
bug service: backend imported
<a href="https://github.com/Elweyn"><img src="https://avatars.githubusercontent.com/u/33051975?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [Elweyn](https://github.com/Elweyn)** _Friday Oct 15, 2021 at 10:02 GMT_ _Originally opened as https://github.com/gradido/gradido/pull/990_ ---- Rev...
1.0
[CLOSED] Revert "deliver a decay block every time" - <a href="https://github.com/Elweyn"><img src="https://avatars.githubusercontent.com/u/33051975?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [Elweyn](https://github.com/Elweyn)** _Friday Oct 15, 2021 at 10:02 GMT_ _Originally opened as ht...
non_defect
revert deliver a decay block every time issue by friday oct at gmt originally opened as reverts gradido gradido included the following code
0
49,360
13,186,636,864
IssuesEvent
2020-08-13 00:49:40
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
[NoiseEngine] example script and python module are broken (Trac #1230)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1230">https://code.icecube.wisc.edu/ticket/1230</a>, reported by kkrings and owned by mjl5147</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:11:57", "description": "Example script `../resour...
1.0
[NoiseEngine] example script and python module are broken (Trac #1230) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1230">https://code.icecube.wisc.edu/ticket/1230</a>, reported by kkrings and owned by mjl5147</em></summary> <p> ```json { "status": "closed", "changetim...
defect
example script and python module are broken trac migrated from json status closed changetime description example script resources scripts example py is broken because does not exist anymore should probably be replaced by sttools the same is tr...
1
14,577
2,829,609,333
IssuesEvent
2015-05-23 02:05:30
awesomebing1/fuzzdb
https://api.github.com/repos/awesomebing1/fuzzdb
closed
http://www.rf-dimension.com/forum/entry.php?70656-Football%28Chicago-Bears-vs-Green-Bay-Packers%29-Live-Streaming
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. 2. 3. http://www.rf-dimension.com/forum/entry.php?70656-Football%28Chicago-Bears-vs-Gr een-Bay-Packers%29-Live-Streaming http://www.rf-dimension.com/forum/entry.php?70656-Football%28Chicago-Bears-vs-Gr een-Bay-Packers%29-Live-Streaming What is the expected output? What do ...
1.0
http://www.rf-dimension.com/forum/entry.php?70656-Football%28Chicago-Bears-vs-Green-Bay-Packers%29-Live-Streaming - ``` What steps will reproduce the problem? 1. 2. 3. http://www.rf-dimension.com/forum/entry.php?70656-Football%28Chicago-Bears-vs-Gr een-Bay-Packers%29-Live-Streaming http://www.rf-dimension.com/forum/en...
defect
what steps will reproduce the problem een bay packers live streaming een bay packers live streaming 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 i...
1
25,854
4,474,208,285
IssuesEvent
2016-08-26 08:32:13
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
DataTable Single Mode Selection doesn't unselect
defect
From [http://www.primefaces.org/primeng/#/datatableselection]: "In single mode, a row is selected on click event of a row. If the row is already selected then the row gets unselected." Instead, clicking on a selected row simply fires another onRowSelect event. This behavior can be seen in the Showcase example at t...
1.0
DataTable Single Mode Selection doesn't unselect - From [http://www.primefaces.org/primeng/#/datatableselection]: "In single mode, a row is selected on click event of a row. If the row is already selected then the row gets unselected." Instead, clicking on a selected row simply fires another onRowSelect event. Th...
defect
datatable single mode selection doesn t unselect from in single mode a row is selected on click event of a row if the row is already selected then the row gets unselected instead clicking on a selected row simply fires another onrowselect event this behavior can be seen in the showcase example at the ...
1
28,810
5,382,530,568
IssuesEvent
2017-02-24 01:56:30
nci-ats/fs-middlelayer-api
https://api.github.com/repos/nci-ats/fs-middlelayer-api
opened
Add fallback for env var PORT
Defect Subtask
lauraGgit commented 8 hours ago Add a note in the readme that PORT env must be set, or set a default port.
1.0
Add fallback for env var PORT - lauraGgit commented 8 hours ago Add a note in the readme that PORT env must be set, or set a default port.
defect
add fallback for env var port lauraggit commented hours ago add a note in the readme that port env must be set or set a default port
1
72,970
24,390,691,610
IssuesEvent
2022-10-04 15:00:58
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Image replies look weird in bubble layout
T-Defect S-Minor A-Timeline A-Media A-Replies X-Needs-Design A-Appearance A-Message-Bubbles O-Uncommon
### Steps to reproduce 1. Enable bubble layout 2. Reply to something with an image ### Outcome #### What did you expect? The gradient should not encompass the entire reply body, and I guess the image should be right-aligned since the whole bubble is right-aligned? Or the top right corner of the image should be r...
1.0
Image replies look weird in bubble layout - ### Steps to reproduce 1. Enable bubble layout 2. Reply to something with an image ### Outcome #### What did you expect? The gradient should not encompass the entire reply body, and I guess the image should be right-aligned since the whole bubble is right-aligned? Or t...
defect
image replies look weird in bubble layout steps to reproduce enable bubble layout reply to something with an image outcome what did you expect the gradient should not encompass the entire reply body and i guess the image should be right aligned since the whole bubble is right aligned or t...
1
128,631
10,545,551,060
IssuesEvent
2019-10-02 19:24:01
paritytech/substrate
https://api.github.com/repos/paritytech/substrate
closed
Updating hyper to 0.12.35 breaks the `api::http::tests::request_write_body_invalid_call` test
F4-tests 🎯
Apparently the behaviour of the sender has changed in latest versions of hyper. Unfortunately it's not documented in the CHANGELOG, which stopped at 0.12.33. Pragmatically speaking, we call `send_data` on the `Body`, then call `poll_ready` on that same `Body`, and it produces a "channel closed" error. I personal...
1.0
Updating hyper to 0.12.35 breaks the `api::http::tests::request_write_body_invalid_call` test - Apparently the behaviour of the sender has changed in latest versions of hyper. Unfortunately it's not documented in the CHANGELOG, which stopped at 0.12.33. Pragmatically speaking, we call `send_data` on the `Body`, the...
non_defect
updating hyper to breaks the api http tests request write body invalid call test apparently the behaviour of the sender has changed in latest versions of hyper unfortunately it s not documented in the changelog which stopped at pragmatically speaking we call send data on the body then ca...
0
34,131
9,292,490,258
IssuesEvent
2019-03-22 03:23:21
moby/moby
https://api.github.com/repos/moby/moby
closed
Incorrect caching with LCOW and multi-stage build
area/builder area/lcow kind/experimental platform/windows
**Description** When I copy from files from one stage to another, this step is being incorrectly cached when running a linux container in Windows container mode (LCOW). If I switch to linux containers, the cache is correctly invalidated. **Steps to reproduce the issue:** 1. Switch to windows containers mode 2. ...
1.0
Incorrect caching with LCOW and multi-stage build - **Description** When I copy from files from one stage to another, this step is being incorrectly cached when running a linux container in Windows container mode (LCOW). If I switch to linux containers, the cache is correctly invalidated. **Steps to reproduce the...
non_defect
incorrect caching with lcow and multi stage build description when i copy from files from one stage to another this step is being incorrectly cached when running a linux container in windows container mode lcow if i switch to linux containers the cache is correctly invalidated steps to reproduce the...
0
34,412
7,451,205,488
IssuesEvent
2018-03-29 01:31:39
kerdokullamae/test_koik_issued
https://api.github.com/repos/kerdokullamae/test_koik_issued
closed
isik/org. andmete lehel KY-sakil on pealkiri liigne
C: AIS P: normal R: fixed T: defect
**Reported by aadikaljuvee on 13 Mar 2013 09:17 UTC** 1) Organisatsioon="Siseministeerium" puhul avad andmete lehe: http://rahvusarhiiv.tietotest.ee/et/person/view/110000009095/?name_first_letter=S&name_prefix_range_from=sindi+linnar&name_prefix_range_to=soomusrongide+diviisi+i 2) liigud sakile "Seotud kirjeldusüksu...
1.0
isik/org. andmete lehel KY-sakil on pealkiri liigne - **Reported by aadikaljuvee on 13 Mar 2013 09:17 UTC** 1) Organisatsioon="Siseministeerium" puhul avad andmete lehe: http://rahvusarhiiv.tietotest.ee/et/person/view/110000009095/?name_first_letter=S&name_prefix_range_from=sindi+linnar&name_prefix_range_to=soomusrongi...
defect
isik org andmete lehel ky sakil on pealkiri liigne reported by aadikaljuvee on mar utc organisatsioon siseministeerium puhul avad andmete lehe liigud sakile seotud kirjeldusüksused seal on saki nime järel ka samanimeline pealkiri seotud kirjeldusüksused mis on liigne ja tuleks ära kao...
1
76,425
3,488,078,938
IssuesEvent
2016-01-02 16:21:06
SuperTux/supertux
https://api.github.com/repos/SuperTux/supertux
closed
0.4.0 RELEASE TODO LIST
category:meta priority:urgent
__TENTATIVE RELEASE DATE: December 20, 2015__ In this issue, I will gather tasks that need to be done before (or on the day of) the release of 0.4.0): - [x] Update SuperTux credits - [x] Include Jacob "maths22" Burroughs ("packaging, nightly builds"), Karkus (development, SuperTux editor, other things) and Hume (...
1.0
0.4.0 RELEASE TODO LIST - __TENTATIVE RELEASE DATE: December 20, 2015__ In this issue, I will gather tasks that need to be done before (or on the day of) the release of 0.4.0): - [x] Update SuperTux credits - [x] Include Jacob "maths22" Burroughs ("packaging, nightly builds"), Karkus (development, SuperTux editor...
non_defect
release todo list tentative release date december in this issue i will gather tasks that need to be done before or on the day of the release of update supertux credits include jacob burroughs packaging nightly builds karkus development supertux editor other things...
0
172,988
21,088,966,323
IssuesEvent
2022-04-04 01:04:47
crouchr/learnage
https://api.github.com/repos/crouchr/learnage
opened
CVE-2022-23308 (High) detected in clamav-develclamav-0.98.4
security vulnerability
## CVE-2022-23308 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>clamav-develclamav-0.98.4</b></p></summary> <p> <p>ClamAV Development - FAQ is here: https://github.com/Cisco-Talos/cl...
True
CVE-2022-23308 (High) detected in clamav-develclamav-0.98.4 - ## CVE-2022-23308 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>clamav-develclamav-0.98.4</b></p></summary> <p> <p>ClamA...
non_defect
cve high detected in clamav develclamav cve high severity vulnerability vulnerable library clamav develclamav clamav development faq is here library home page a href found in base branch master vulnerable source files original sourc...
0
32,539
6,821,701,705
IssuesEvent
2017-11-07 17:33:05
ontop/ontop
https://api.github.com/repos/ontop/ontop
closed
OntoPro does not include the type "^^date" in the query results
status: fixed type: defect
<!-- Do you want to ask a question? Are you looking for support? We have also a mailing list https://groups.google.com/d/forum/ontop4obda Have a look at our guidelines on how to submit a bug report https://github.com/ontop/ontop/wiki/BugReport --> ### Description I'm using OntoPro to perform queries. Normally ...
1.0
OntoPro does not include the type "^^date" in the query results - <!-- Do you want to ask a question? Are you looking for support? We have also a mailing list https://groups.google.com/d/forum/ontop4obda Have a look at our guidelines on how to submit a bug report https://github.com/ontop/ontop/wiki/BugReport --> ...
defect
ontopro does not include the type date in the query results do you want to ask a question are you looking for support we have also a mailing list have a look at our guidelines on how to submit a bug report description i m using ontopro to perform queries normally the result includes t...
1
57,620
15,883,817,948
IssuesEvent
2021-04-09 17:56:50
snowplow/snowplow-javascript-tracker
https://api.github.com/repos/snowplow/snowplow-javascript-tracker
closed
Discover cause of "cuckoo events"
category:help_wanted priority:low status:need_triage type:defect
We have had a couple of clients who have reported valid Snowplow events generated on a different website (i.e. not one in their network) landing on their collector. Let's call these stray events from an unrelated third-party ["cuckoo events"](http://www.bbc.co.uk/nature/28038684). My original thinking was that there w...
1.0
Discover cause of "cuckoo events" - We have had a couple of clients who have reported valid Snowplow events generated on a different website (i.e. not one in their network) landing on their collector. Let's call these stray events from an unrelated third-party ["cuckoo events"](http://www.bbc.co.uk/nature/28038684). M...
defect
discover cause of cuckoo events we have had a couple of clients who have reported valid snowplow events generated on a different website i e not one in their network landing on their collector let s call these stray events from an unrelated third party my original thinking was that there was some kind of c...
1
54,825
13,941,146,253
IssuesEvent
2020-10-22 18:57:55
ba-st/Sagan
https://api.github.com/repos/ba-st/Sagan
opened
Tests don't drop tables and conflicts sometimes when different suites uses same tables
Type: Defect
Say one test uses 2 tables (X with a fk to Y). If you run a second test that uses Y, glorp will try to recreate it (drop it and create it again), but as the constrain of the fk in table X still exists in the db, the drop fails. One solution is that the tearDown of the tests explicitly drop the tables, so the reposi...
1.0
Tests don't drop tables and conflicts sometimes when different suites uses same tables - Say one test uses 2 tables (X with a fk to Y). If you run a second test that uses Y, glorp will try to recreate it (drop it and create it again), but as the constrain of the fk in table X still exists in the db, the drop fails. ...
defect
tests don t drop tables and conflicts sometimes when different suites uses same tables say one test uses tables x with a fk to y if you run a second test that uses y glorp will try to recreate it drop it and create it again but as the constrain of the fk in table x still exists in the db the drop fails ...
1
731,251
25,207,673,087
IssuesEvent
2022-11-13 21:43:46
YunoHost/issues
https://api.github.com/repos/YunoHost/issues
closed
NAT-PMP support
:birthday: feature :link: Network :deciduous_tree: mid/long term Priority: low
###### Original Redmine Issue: [37](https://dev.yunohost.org/issues/37) Author Name: **Anonymous** --- For those who don't have UPnP working, fall back to NAT-PMP (or vice versa). `libnatpmp` to the rescue.
1.0
NAT-PMP support - ###### Original Redmine Issue: [37](https://dev.yunohost.org/issues/37) Author Name: **Anonymous** --- For those who don't have UPnP working, fall back to NAT-PMP (or vice versa). `libnatpmp` to the rescue.
non_defect
nat pmp support original redmine issue author name anonymous for those who don t have upnp working fall back to nat pmp or vice versa libnatpmp to the rescue
0
80,528
3,563,552,243
IssuesEvent
2016-01-25 04:47:33
bcroden/QuizDeck-Server
https://api.github.com/repos/bcroden/QuizDeck-Server
opened
Create REST endpoint for user login
feature priority: high
Need to expose a REST endpoint which will accept a username and password. Needs to return a [JWT](https://jwt.io/) with a timeout. Future requests will include this JWT in the Bearer header.
1.0
Create REST endpoint for user login - Need to expose a REST endpoint which will accept a username and password. Needs to return a [JWT](https://jwt.io/) with a timeout. Future requests will include this JWT in the Bearer header.
non_defect
create rest endpoint for user login need to expose a rest endpoint which will accept a username and password needs to return a with a timeout future requests will include this jwt in the bearer header
0
16,433
2,895,001,375
IssuesEvent
2015-06-16 05:48:52
Mellanox/libvma
https://api.github.com/repos/Mellanox/libvma
closed
VMA ERROR when running on alias to VLAN interface
bug Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. bring up VLAN interface (e.g. eth0.10) with IP (e.g. 192.168.1.100) 2. bring up alias on previously created VLAN (e.g. eth0.10:2) with IP (e.g. 192.168.1.200) 3. run application with VMA (e.g. LD_PRELOAD=libvma.so iperf -u -c 192.168.1.1) > What is the expected output? ...
1.0
VMA ERROR when running on alias to VLAN interface - ``` What steps will reproduce the problem? 1. bring up VLAN interface (e.g. eth0.10) with IP (e.g. 192.168.1.100) 2. bring up alias on previously created VLAN (e.g. eth0.10:2) with IP (e.g. 192.168.1.200) 3. run application with VMA (e.g. LD_PRELOAD=libvma.so iperf -...
defect
vma error when running on alias to vlan interface what steps will reproduce the problem bring up vlan interface e g with ip e g bring up alias on previously created vlan e g with ip e g run application with vma e g ld preload libvma so iperf u c wha...
1
211,254
7,199,648,419
IssuesEvent
2018-02-05 16:32:21
ACME-Climate/ParallelIO
https://api.github.com/repos/ACME-Climate/ParallelIO
closed
Merging acme_develop to master
High Priority
This issue is to keep track of merging acme_develop to master. The acme_develop branch has several fixes, required to run E3SM with PIO2, and enhancements.
1.0
Merging acme_develop to master - This issue is to keep track of merging acme_develop to master. The acme_develop branch has several fixes, required to run E3SM with PIO2, and enhancements.
non_defect
merging acme develop to master this issue is to keep track of merging acme develop to master the acme develop branch has several fixes required to run with and enhancements
0
358,722
10,631,723,964
IssuesEvent
2019-10-15 08:57:10
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
Service Changed indication not being sent in some cases
area: Bluetooth bug priority: medium
**Describe the bug** Service Changed data is not being persisted so in some cases a subscribed peer will not receive an indication if the GATT database changes due to a device firmware update. **To Reproduce** 1. bonded device is disconnected 2. reboot with a new firmware containing GATT database changes 3. stor...
1.0
Service Changed indication not being sent in some cases - **Describe the bug** Service Changed data is not being persisted so in some cases a subscribed peer will not receive an indication if the GATT database changes due to a device firmware update. **To Reproduce** 1. bonded device is disconnected 2. reboot wit...
non_defect
service changed indication not being sent in some cases describe the bug service changed data is not being persisted so in some cases a subscribed peer will not receive an indication if the gatt database changes due to a device firmware update to reproduce bonded device is disconnected reboot wit...
0
29,149
5,556,515,688
IssuesEvent
2017-03-24 09:24:21
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Incorrect entry cost values in management center for HD maps
Team: Core Team: Integration Type: Defect
![image](https://cloud.githubusercontent.com/assets/2887123/23949990/22575228-0992-11e7-973a-de0127196c15.png) No problem in main screen but Map Memory Table shows wrong values.
1.0
Incorrect entry cost values in management center for HD maps - ![image](https://cloud.githubusercontent.com/assets/2887123/23949990/22575228-0992-11e7-973a-de0127196c15.png) No problem in main screen but Map Memory Table shows wrong values.
defect
incorrect entry cost values in management center for hd maps no problem in main screen but map memory table shows wrong values
1
47,388
13,056,159,286
IssuesEvent
2020-07-30 03:50:26
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
icerec/trunk dox on software.icecube.wisc.edu are "403 Forbidden" (Trac #474)
Migrated from Trac combo reconstruction defect
On http://software.icecube.wisc.edu/ there is a link to IceRec "nightly builds": http://software.icecube.wisc.edu/icerec_trunk/ which results in "403 - Forbidden". I am assigning this now to dladieu, but I could equally well imagine that this is actually the job of the icerec metaproject coordinator, which would be Me...
1.0
icerec/trunk dox on software.icecube.wisc.edu are "403 Forbidden" (Trac #474) - On http://software.icecube.wisc.edu/ there is a link to IceRec "nightly builds": http://software.icecube.wisc.edu/icerec_trunk/ which results in "403 - Forbidden". I am assigning this now to dladieu, but I could equally well imagine that t...
defect
icerec trunk dox on software icecube wisc edu are forbidden trac on there is a link to icerec nightly builds which results in forbidden i am assigning this now to dladieu but i could equally well imagine that this is actually the job of the icerec metaproject coordinator which would be meike...
1
327,583
9,977,887,731
IssuesEvent
2019-07-09 18:26:31
VandyHacks/vaken
https://api.github.com/repos/VandyHacks/vaken
closed
Add SRI integrity attributes to frontend
Priority: Low Topic: Security Type: Enhancement
https://www.npmjs.com/package/webpack-subresource-integrity Why this matters: https://www.troyhunt.com/the-javascript-supply-chain-paradox-sri-csp-and-trust-in-third-party-libraries/ Why this matters for us: if our goal is wide adoption, any pro-security moves we make have a higher benefit/cost ratio than we're u...
1.0
Add SRI integrity attributes to frontend - https://www.npmjs.com/package/webpack-subresource-integrity Why this matters: https://www.troyhunt.com/the-javascript-supply-chain-paradox-sri-csp-and-trust-in-third-party-libraries/ Why this matters for us: if our goal is wide adoption, any pro-security moves we make ha...
non_defect
add sri integrity attributes to frontend why this matters why this matters for us if our goal is wide adoption any pro security moves we make have a higher benefit cost ratio than we re used to we should set good standards
0
261,370
22,741,183,123
IssuesEvent
2022-07-07 04:04:14
ntop/ntopng
https://api.github.com/repos/ntop/ntopng
closed
Category filter shows original name of 'custom category' in 'app' tab under Setting>Applications and Categories
bug Ready to Test
<!-- Security Issues: - Please disclose security related issues privately to https://www.ntop.org/support/need-help-2/contact-us/ Pre-Submit Checklist: (check applicable sources for existing issues) - [Github Issues](https://github.com/ntop/ntopng/issues?q=is%3Aissue+label%3Abug+) - [FAQs](https://www.ntop.o...
1.0
Category filter shows original name of 'custom category' in 'app' tab under Setting>Applications and Categories - <!-- Security Issues: - Please disclose security related issues privately to https://www.ntop.org/support/need-help-2/contact-us/ Pre-Submit Checklist: (check applicable sources for existing issues) ...
non_defect
category filter shows original name of custom category in app tab under setting applications and categories security issues please disclose security related issues privately to pre submit checklist check applicable sources for existing issues environment os name...
0
29,573
5,724,019,066
IssuesEvent
2017-04-20 13:41:26
bancika/diy-layout-creator
https://api.github.com/repos/bancika/diy-layout-creator
closed
Trace widths and pad sizes rounded up/down when exported
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Add a pad with size = 0.08 inches and hole 0.02 inches. 2. Export the trace mask (PDF reveals the problem better). What is the expected output? What do you see instead? I would expect my pads to be 0.08" with 0.02" holes, but they are 0.085" with 0.025" holes. If I set ...
1.0
Trace widths and pad sizes rounded up/down when exported - ``` What steps will reproduce the problem? 1. Add a pad with size = 0.08 inches and hole 0.02 inches. 2. Export the trace mask (PDF reveals the problem better). What is the expected output? What do you see instead? I would expect my pads to be 0.08" with 0.02...
defect
trace widths and pad sizes rounded up down when exported what steps will reproduce the problem add a pad with size inches and hole inches export the trace mask pdf reveals the problem better what is the expected output what do you see instead i would expect my pads to be with ho...
1
49,362
13,186,638,878
IssuesEvent
2020-08-13 00:50:04
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
[coinc-twc] example scrip does not work + missing documentation (Trac #1234)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1234">https://code.icecube.wisc.edu/ticket/1234</a>, reported by tpalczewski and owned by sderidder</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:11:57", "description": "1) example testCoin...
1.0
[coinc-twc] example scrip does not work + missing documentation (Trac #1234) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1234">https://code.icecube.wisc.edu/ticket/1234</a>, reported by tpalczewski and owned by sderidder</em></summary> <p> ```json { "status": "closed", ...
defect
example scrip does not work missing documentation trac migrated from json status closed changetime description example testcoinctwc py does not work n nloading libflat ntuple fatal failed to load library ...
1
501,831
14,534,805,157
IssuesEvent
2020-12-15 03:57:40
UCSBCarpentry/R-markdown
https://api.github.com/repos/UCSBCarpentry/R-markdown
closed
LESSON-WIDE: Add "checkpoints" where learners should knit their document (content/formatting)
priority
to 1) see the syntax they added & 2) check for errors (content)
1.0
LESSON-WIDE: Add "checkpoints" where learners should knit their document (content/formatting) - to 1) see the syntax they added & 2) check for errors (content)
non_defect
lesson wide add checkpoints where learners should knit their document content formatting to see the syntax they added check for errors content
0
11,448
2,651,558,015
IssuesEvent
2015-03-16 12:27:56
douglasdrumond/cloaked-computing-machine
https://api.github.com/repos/douglasdrumond/cloaked-computing-machine
opened
[CLOSED] Garbled characters in filenames with diacritics
auto-migrated Priority-Medium Type-Defect
<a href="https://github.com/GoogleCodeExporter"><img src="https://avatars.githubusercontent.com/u/9614759?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [GoogleCodeExporter](https://github.com/GoogleCodeExporter)** _Monday Mar 16, 2015 at 09:15 GMT_ _Originally opened as https://github.com/d...
1.0
[CLOSED] Garbled characters in filenames with diacritics - <a href="https://github.com/GoogleCodeExporter"><img src="https://avatars.githubusercontent.com/u/9614759?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [GoogleCodeExporter](https://github.com/GoogleCodeExporter)** _Monday Mar 16, 20...
defect
garbled characters in filenames with diacritics issue by monday mar at gmt originally opened as found this in my mailbox posting this here so i don t forget it hello i have got a file called rejstřík txt not sure if the diacritics gets through google groups that...
1
729,909
25,150,436,592
IssuesEvent
2022-11-10 09:36:28
coverlet-coverage/coverlet
https://api.github.com/repos/coverlet-coverage/coverlet
closed
New parameter ExcludeAssembliesWithoutSources to control automatic assembly exclusion
feature-request Priority:1
## Problem Coverlet automatically excludes third-party assemblies from the coverage analysis, since they are usually not interesting to the user. The heuristic for determining if an assembly is a third-party dependency is if any of its source documents does not have a corresponding source file. (Ref: https://gith...
1.0
New parameter ExcludeAssembliesWithoutSources to control automatic assembly exclusion - ## Problem Coverlet automatically excludes third-party assemblies from the coverage analysis, since they are usually not interesting to the user. The heuristic for determining if an assembly is a third-party dependency is if any ...
non_defect
new parameter excludeassemblieswithoutsources to control automatic assembly exclusion problem coverlet automatically excludes third party assemblies from the coverage analysis since they are usually not interesting to the user the heuristic for determining if an assembly is a third party dependency is if any ...
0
73,686
24,753,449,804
IssuesEvent
2022-10-21 15:29:56
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
opened
Calendar Component : Year Range ( min date, max dates)
defect
### Describe the bug 1. Integrated Calendar Component to Angular 2. Templated calendar and binded model, year, mont navigator to true, for drop downs. 3. We had drop down above when changes i had certain year ranges for specific label on selection. 4. Year ranges been binded point number 2. ( No problem appears...
1.0
Calendar Component : Year Range ( min date, max dates) - ### Describe the bug 1. Integrated Calendar Component to Angular 2. Templated calendar and binded model, year, mont navigator to true, for drop downs. 3. We had drop down above when changes i had certain year ranges for specific label on selection. 4. Ye...
defect
calendar component year range min date max dates describe the bug integrated calendar component to angular templated calendar and binded model year mont navigator to true for drop downs we had drop down above when changes i had certain year ranges for specific label on selection ye...
1
266,029
20,119,195,940
IssuesEvent
2022-02-07 23:19:04
des-cei/artico3
https://api.github.com/repos/des-cei/artico3
opened
Kernel ID limitations
documentation
The current implementation of the Linux driver limits the maximum amount of kernels that can be simultaneously allocated in the runtime. This limitation comes from the implemented interrupt handling mechanism, which is based on the ```poll()``` syscall. Hence, the current limitations to the number of simultaneous k...
1.0
Kernel ID limitations - The current implementation of the Linux driver limits the maximum amount of kernels that can be simultaneously allocated in the runtime. This limitation comes from the implemented interrupt handling mechanism, which is based on the ```poll()``` syscall. Hence, the current limitations to the ...
non_defect
kernel id limitations the current implementation of the linux driver limits the maximum amount of kernels that can be simultaneously allocated in the runtime this limitation comes from the implemented interrupt handling mechanism which is based on the poll syscall hence the current limitations to the ...
0
26,493
4,729,439,309
IssuesEvent
2016-10-18 18:42:16
edno/kleis
https://api.github.com/repos/edno/kleis
closed
Mise a jour de la categorie
defect
In gitlab by @ValentinGuerlesquin on Aug 12, 2016, 02:48 Lorsque je change la catégorie d'un utilisateur, la mise a jour ne se fait pas. Sous le login apparait ``` The netlogin has already been taken. ```
1.0
Mise a jour de la categorie - In gitlab by @ValentinGuerlesquin on Aug 12, 2016, 02:48 Lorsque je change la catégorie d'un utilisateur, la mise a jour ne se fait pas. Sous le login apparait ``` The netlogin has already been taken. ```
defect
mise a jour de la categorie in gitlab by valentinguerlesquin on aug lorsque je change la catégorie d un utilisateur la mise a jour ne se fait pas sous le login apparait the netlogin has already been taken
1
18,158
3,029,832,636
IssuesEvent
2015-08-04 14:36:54
beefproject/beef
https://api.github.com/repos/beefproject/beef
closed
BeEF crash after call to websocket port
Defect Priority Low
Terminal running BeEF shows ... [17:30:43][*] Starting WebSocket server on port [61986], timer [] [17:30:43][*] Starting WebSocketSecure server on port [61987], timer [] [17:30:43][*] HTTP Proxy: http://127.0.0.1:6789 [17:30:43][*] BeEF server started (press control+c to stop) terminate called after throwing an...
1.0
BeEF crash after call to websocket port - Terminal running BeEF shows ... [17:30:43][*] Starting WebSocket server on port [61986], timer [] [17:30:43][*] Starting WebSocketSecure server on port [61987], timer [] [17:30:43][*] HTTP Proxy: http://127.0.0.1:6789 [17:30:43][*] BeEF server started (press control+c to...
defect
beef crash after call to websocket port terminal running beef shows starting websocket server on port timer starting websocketsecure server on port timer http proxy beef server started press control c to stop terminate called after throwing an instance of std runtime error ...
1
177,269
14,620,575,802
IssuesEvent
2020-12-22 19:59:06
udistrital/sga_cliente
https://api.github.com/repos/udistrital/sga_cliente
opened
Solicitar las pruebas de carga a equipo de seguridad modulo derecho pecuniario
documentation
Se debe solicitar al equipo de seguridad el proceso de pruebas para el modulo de derecho pecuniario
1.0
Solicitar las pruebas de carga a equipo de seguridad modulo derecho pecuniario - Se debe solicitar al equipo de seguridad el proceso de pruebas para el modulo de derecho pecuniario
non_defect
solicitar las pruebas de carga a equipo de seguridad modulo derecho pecuniario se debe solicitar al equipo de seguridad el proceso de pruebas para el modulo de derecho pecuniario
0
189,767
14,522,130,166
IssuesEvent
2020-12-14 08:24:42
rollbar/terraform-provider-rollbar
https://api.github.com/repos/rollbar/terraform-provider-rollbar
opened
Why do some tests fail in parallel?
enhancement question testing
Currently some of our acceptance tests must be run while no other tests are running. This is not desirable. We need to investigate why multiple instances of the test stomp each other; and if possible remediate the problem.
1.0
Why do some tests fail in parallel? - Currently some of our acceptance tests must be run while no other tests are running. This is not desirable. We need to investigate why multiple instances of the test stomp each other; and if possible remediate the problem.
non_defect
why do some tests fail in parallel currently some of our acceptance tests must be run while no other tests are running this is not desirable we need to investigate why multiple instances of the test stomp each other and if possible remediate the problem
0
22,258
3,619,617,978
IssuesEvent
2016-02-08 16:41:29
miracle091/transmission-remote-dotnet
https://api.github.com/repos/miracle091/transmission-remote-dotnet
closed
With version v2.51-b17 client disconnects
Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. I updated version 2.42-b15 to 2.51 on the device 2. connect 3. after three seconds error What is the expected output? What do you see instead? The client disconnects and is not able to connect anymore What version of the products are you using? OS: Transmission: v2.51 (r...
1.0
With version v2.51-b17 client disconnects - ``` What steps will reproduce the problem? 1. I updated version 2.42-b15 to 2.51 on the device 2. connect 3. after three seconds error What is the expected output? What do you see instead? The client disconnects and is not able to connect anymore What version of the produc...
defect
with version client disconnects what steps will reproduce the problem i updated version to on the device connect after three seconds error what is the expected output what do you see instead the client disconnects and is not able to connect anymore what version of the products are y...
1
61,013
17,023,579,910
IssuesEvent
2021-07-03 02:45:29
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
json for Nominatim is wrong
Component: nominatim Priority: critical Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 5.17pm, Sunday, 18th April 2010]** When <road> contain only number it passes as an integer. e.g: http://nominatim.openstreetmap.org/reverse?format=json&lat=31.988611&lon=34.9125&zoom=18&addressdetails=1 <road>453</road> should come as a string in JSON mode as every...
1.0
json for Nominatim is wrong - **[Submitted to the original trac issue database at 5.17pm, Sunday, 18th April 2010]** When <road> contain only number it passes as an integer. e.g: http://nominatim.openstreetmap.org/reverse?format=json&lat=31.988611&lon=34.9125&zoom=18&addressdetails=1 <road>453</road> should come as ...
defect
json for nominatim is wrong when contain only number it passes as an integer e g should come as a string in json mode as everything json should be only string all the time
1
38,903
8,558,602,768
IssuesEvent
2018-11-08 18:45:21
dahall/AeroWizard
https://api.github.com/repos/dahall/AeroWizard
closed
VS2010 and .NET4 Support
CodePlex Discussion
Hi, I moved the to VS2010 and .NET4. Everything works fine except the fact that the background color of my titlebar icons will no more transparent it's black. Do you have any idea what I can do? You can find a link to the picture here: [http://dl.dropbox.com/u/5839527/AeroWizard.png](http://dl.dropbox...
1.0
VS2010 and .NET4 Support - Hi, I moved the to VS2010 and .NET4. Everything works fine except the fact that the background color of my titlebar icons will no more transparent it's black. Do you have any idea what I can do? You can find a link to the picture here: [http://dl.dropbox.com/u/5839527/AeroWi...
non_defect
and support hi i moved the to and everything works fine except the fact that the background color of my titlebar icons will no more transparent it s black do you have any idea what i can do you can find a link to the picture here thanks dirk originally posted ...
0
114,103
14,530,636,693
IssuesEvent
2020-12-14 19:33:24
pierregaimard/projet06
https://api.github.com/repos/pierregaimard/projet06
opened
Build application structure templates
design
## Application structure > Time estimate: 2 day > Time spend: ### Webpack encore - [ ] Configure webpack for application using sass-loader - [ ] Add app.js entry point. - [ ] Add public/build output - [ ] Add global libraries (Bootstrap, jquery) ### Twig - [ ] Configure Twig environment - [ ...
1.0
Build application structure templates - ## Application structure > Time estimate: 2 day > Time spend: ### Webpack encore - [ ] Configure webpack for application using sass-loader - [ ] Add app.js entry point. - [ ] Add public/build output - [ ] Add global libraries (Bootstrap, jquery) ### Twig ...
non_defect
build application structure templates application structure time estimate day time spend webpack encore configure webpack for application using sass loader add app js entry point add public build output add global libraries bootstrap jquery twig conf...
0
159,599
13,768,199,985
IssuesEvent
2020-10-07 16:45:00
jupyterhub/zero-to-jupyterhub-k8s
https://api.github.com/repos/jupyterhub/zero-to-jupyterhub-k8s
closed
Broken links in installation guides
bug documentation
There are a few broken Edit this Page links, which on clicking lead to a 404 error. The ones I've found till now are: https://github.com/jupyterhub/zero-to-jupyterhub-k8s/edit/master//index.rst https://github.com/jupyterhub/zero-to-jupyterhub-k8s/edit/master//google/step-zero-gcp.rst https://github.com/jupyterhub...
1.0
Broken links in installation guides - There are a few broken Edit this Page links, which on clicking lead to a 404 error. The ones I've found till now are: https://github.com/jupyterhub/zero-to-jupyterhub-k8s/edit/master//index.rst https://github.com/jupyterhub/zero-to-jupyterhub-k8s/edit/master//google/step-zero-...
non_defect
broken links in installation guides there are a few broken edit this page links which on clicking lead to a error the ones i ve found till now are and a few more on the same setup page as far as i know these should redirect to a page similar to
0
95,421
11,991,920,104
IssuesEvent
2020-04-08 09:12:51
easably/website
https://api.github.com/repos/easably/website
opened
replace the badge of switch language
design
Description: Such badges as "EasyLang" "English" "Tab menu" are not exactly aligned with each other. And it would better to change "switch language" to bottob: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxnI...
1.0
replace the badge of switch language - Description: Such badges as "EasyLang" "English" "Tab menu" are not exactly aligned with each other. And it would better to change "switch language" to bottob: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMC...
non_defect
replace the badge of switch language description such badges as easylang english tab menu are not exactly aligned with each other and it would better to change switch language to bottob url data image svg xml
0
38,860
8,974,959,596
IssuesEvent
2019-01-30 02:45:55
zkoss/zkspring
https://api.github.com/repos/zkoss/zkspring
closed
children of spring-autowired widgets cannot be removed
Priority-Medium Type-Defect auto-migrated
``` What steps will reproduce the problem? 1. In the zk spring essentials example (from http://zkbooks.googlecode.com/svn/trunk/zkspringessentials/zkspringcoresec/zkspr ingessentials.war), let the greeting be shown as Label inside a Div. modified org.zkoss.zkspringessentials.controller.GreetingCtrl: @org.springfram...
1.0
children of spring-autowired widgets cannot be removed - ``` What steps will reproduce the problem? 1. In the zk spring essentials example (from http://zkbooks.googlecode.com/svn/trunk/zkspringessentials/zkspringcoresec/zkspr ingessentials.war), let the greeting be shown as Label inside a Div. modified org.zkoss.zks...
defect
children of spring autowired widgets cannot be removed what steps will reproduce the problem in the zk spring essentials example from ingessentials war let the greeting be shown as label inside a div modified org zkoss zkspringessentials controller greetingctrl org springframework stereotype compo...
1
557,137
16,501,807,941
IssuesEvent
2021-05-25 15:11:04
oslopride/oslopride.no
https://api.github.com/repos/oslopride/oslopride.no
closed
Event overview page
priority twist
Create page and components for the event overview page. **NB!: filter/search (the dropdowns) has a separate issue, not necessary to create for completing this issue** ![image](https://user-images.githubusercontent.com/435283/106652676-1662b700-6596-11eb-8871-86c993f98e86.png) ![image](https://user-images.githubu...
1.0
Event overview page - Create page and components for the event overview page. **NB!: filter/search (the dropdowns) has a separate issue, not necessary to create for completing this issue** ![image](https://user-images.githubusercontent.com/435283/106652676-1662b700-6596-11eb-8871-86c993f98e86.png) ![image](https...
non_defect
event overview page create page and components for the event overview page nb filter search the dropdowns has a separate issue not necessary to create for completing this issue
0
47,537
13,056,229,231
IssuesEvent
2020-07-30 04:03:32
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
Update CMAKE project docs (Trac #702)
Migrated from Trac defect documentation
The cmake project docs are old and crufty and need some updating. Migrated from https://code.icecube.wisc.edu/ticket/702 ```json { "status": "closed", "changetime": "2015-02-11T19:23:39", "description": "The cmake project docs are old and crufty and need some updating.\n\n", "reporter": "blaufuss"...
1.0
Update CMAKE project docs (Trac #702) - The cmake project docs are old and crufty and need some updating. Migrated from https://code.icecube.wisc.edu/ticket/702 ```json { "status": "closed", "changetime": "2015-02-11T19:23:39", "description": "The cmake project docs are old and crufty and need some upd...
defect
update cmake project docs trac the cmake project docs are old and crufty and need some updating migrated from json status closed changetime description the cmake project docs are old and crufty and need some updating n n reporter blaufuss cc ...
1
828,562
31,834,214,629
IssuesEvent
2023-09-14 12:36:15
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
bluetooth:eatt:Creating a credit based channel with insufficient authentication returns wrong response.
bug priority: low area: Bluetooth area: Bluetooth Qualification area: Bluetooth Host
Using **L2CAP_CREDIT_BASED_CONNECTION_REQ** to create and configure new L2CAP channels. The device returns a **L2CAP_CREDIT_BASED_CONNECTION_RSP** package with a result code. If the link is not encrypted, a status reply with a result code of 0x000E is expected. 0x000E - All connections pending - authentication pe...
1.0
bluetooth:eatt:Creating a credit based channel with insufficient authentication returns wrong response. - Using **L2CAP_CREDIT_BASED_CONNECTION_REQ** to create and configure new L2CAP channels. The device returns a **L2CAP_CREDIT_BASED_CONNECTION_RSP** package with a result code. If the link is not encrypted, a stat...
non_defect
bluetooth eatt creating a credit based channel with insufficient authentication returns wrong response using credit based connection req to create and configure new channels the device returns a credit based connection rsp package with a result code if the link is not encrypted a status reply wit...
0
50,264
13,187,407,769
IssuesEvent
2020-08-13 03:19:11
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
ttrigger fails to build w/ -Wextra (Trac #408)
Migrated from Trac combo reconstruction defect
You probably want to take a look at logic related to these errors ```text [ 83%] Building C object ttrigger/CMakeFiles/ttrigger.dir/private/cluster/cluster.c.o /home/nega/i3/icerec/src/ttrigger/private/cluster/cluster.c: In function ‘cluster_checked_insert’: /home/nega/i3/icerec/src/ttrigger/private/cluster/cluster.c...
1.0
ttrigger fails to build w/ -Wextra (Trac #408) - You probably want to take a look at logic related to these errors ```text [ 83%] Building C object ttrigger/CMakeFiles/ttrigger.dir/private/cluster/cluster.c.o /home/nega/i3/icerec/src/ttrigger/private/cluster/cluster.c: In function ‘cluster_checked_insert’: /home/nega...
defect
ttrigger fails to build w wextra trac you probably want to take a look at logic related to these errors text building c object ttrigger cmakefiles ttrigger dir private cluster cluster c o home nega icerec src ttrigger private cluster cluster c in function ‘cluster checked insert’ home nega icere...
1
78,489
27,553,152,412
IssuesEvent
2023-03-07 16:09:27
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
[Assistive tech and device support] Pages require sensory characteristics to be understood or operable. (11.11.1)
content 508/Accessibility 508-defect-1 collab-cycle-feedback Staging launch-blocking CCIssue11.11 CC-Dashboard gi-comparison-tool govcio-vfep CT Ratings
### General Information #### VFS team name GovCIO-VFEP #### VFS product name GI Bill Comparison Tool #### VFS feature name Institution Ratings System #### Point of Contact/Reviewers Brian DeConinck - @briandeconinck - Accessibility *For more information on how to interpret this ticket, please refer to the [Anatomy...
1.0
[Assistive tech and device support] Pages require sensory characteristics to be understood or operable. (11.11.1) - ### General Information #### VFS team name GovCIO-VFEP #### VFS product name GI Bill Comparison Tool #### VFS feature name Institution Ratings System #### Point of Contact/Reviewers Brian DeConinck - ...
defect
pages require sensory characteristics to be understood or operable general information vfs team name govcio vfep vfs product name gi bill comparison tool vfs feature name institution ratings system point of contact reviewers brian deconinck briandeconinck accessibility fo...
1
54,586
13,778,146,521
IssuesEvent
2020-10-08 12:03:24
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Error when mocking Oracle routines that have VARRAY or TABLE parameters
C: DB: Oracle C: Functionality E: Enterprise Edition E: Professional Edition P: High T: Defect
The following integration test fails: ```java @Test public void testOracleMockProceduresWithArrayOutParameters() throws Exception { UBookTableRecord expected = new UBookTableRecord(new UBookTypeRecord(2, "B")); Configuration c = new DefaultConfiguration().set(SQLDialect.ORACLE).set(new MockConnection(M...
1.0
Error when mocking Oracle routines that have VARRAY or TABLE parameters - The following integration test fails: ```java @Test public void testOracleMockProceduresWithArrayOutParameters() throws Exception { UBookTableRecord expected = new UBookTableRecord(new UBookTypeRecord(2, "B")); Configuration c = ...
defect
error when mocking oracle routines that have varray or table parameters the following integration test fails java test public void testoraclemockprocedureswitharrayoutparameters throws exception ubooktablerecord expected new ubooktablerecord new ubooktyperecord b configuration c ...
1
650,136
21,336,019,623
IssuesEvent
2022-04-18 14:39:45
kubernetes/website
https://api.github.com/repos/kubernetes/website
closed
Dockershim deprecation: Private registries support with Containerd
kind/feature sig/node priority/important-longterm language/en triage/accepted
**This is a Feature Request** For the dockershim deprecation migration guide this https://kubernetes.io/docs/concepts/containers/images/#configuring-nodes-to-authenticate-to-a-private-registry needs to be updated for other runtimes. **Why is this needed** As dockershim is deprecated, migration guides are neede...
1.0
Dockershim deprecation: Private registries support with Containerd - **This is a Feature Request** For the dockershim deprecation migration guide this https://kubernetes.io/docs/concepts/containers/images/#configuring-nodes-to-authenticate-to-a-private-registry needs to be updated for other runtimes. **Why is thi...
non_defect
dockershim deprecation private registries support with containerd this is a feature request for the dockershim deprecation migration guide this needs to be updated for other runtimes why is this needed as dockershim is deprecated migration guides are needed see kep sig node
0
393,402
26,990,500,537
IssuesEvent
2023-02-09 19:29:07
Arquisoft/lomap_en3b
https://api.github.com/repos/Arquisoft/lomap_en3b
opened
System scope: Technical Context
documentation
Documentation about the **technical context** section of Arc42 regarding lomap.
1.0
System scope: Technical Context - Documentation about the **technical context** section of Arc42 regarding lomap.
non_defect
system scope technical context documentation about the technical context section of regarding lomap
0
68,810
21,913,187,794
IssuesEvent
2022-05-21 11:43:58
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
No button tooltips in fullscreen 1:1 call
T-Defect
### Steps to reproduce 1. video call 2. (the other person screen shares) 3. try to find the "hide sidebar" button ### Outcome #### What did you expect? tooltips when hovering over buttons like outside fullscreen #### What happened instead? no tooltips ### Operating system windows, arch ### Application versio...
1.0
No button tooltips in fullscreen 1:1 call - ### Steps to reproduce 1. video call 2. (the other person screen shares) 3. try to find the "hide sidebar" button ### Outcome #### What did you expect? tooltips when hovering over buttons like outside fullscreen #### What happened instead? no tooltips ### Operating s...
defect
no button tooltips in fullscreen call steps to reproduce video call the other person screen shares try to find the hide sidebar button outcome what did you expect tooltips when hovering over buttons like outside fullscreen what happened instead no tooltips operating s...
1
42,045
10,866,815,378
IssuesEvent
2019-11-14 22:08:26
teambit/bit
https://api.github.com/repos/teambit/bit
closed
importing compiler missing dependencies
area/build area/import priority/critical type/bug
### Describe the bug Using the master to import babel compiler result missing dependencies ### Steps to Reproduce 1. `bit import bit.envs/compilers/babel -c` 1. open `.bit/components/compilers/babel/bit.envs/7.0.3/package.json` 1. there are missing dependencies master (b663d5bf83ffaedc64b70a42809953d1b657...
1.0
importing compiler missing dependencies - ### Describe the bug Using the master to import babel compiler result missing dependencies ### Steps to Reproduce 1. `bit import bit.envs/compilers/babel -c` 1. open `.bit/components/compilers/babel/bit.envs/7.0.3/package.json` 1. there are missing dependencies m...
non_defect
importing compiler missing dependencies describe the bug using the master to import babel compiler result missing dependencies steps to reproduce bit import bit envs compilers babel c open bit components compilers babel bit envs package json there are missing dependencies m...
0
57,548
15,838,645,108
IssuesEvent
2021-04-06 22:56:08
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
DDLDatabase issue with array type
T: Defect
### Expected behavior Having a column definition in a DDLDatabase script like `previous_names VARCHAR(255)[] DEFAULT NULL,` I would expect a `VARCHAR` array to be generated. ### Actual behavior It generates: ``` public final TableField<HotelRecord, Object[]> PREVIOUS_NAMES = createField(DSL.name("pre...
1.0
DDLDatabase issue with array type - ### Expected behavior Having a column definition in a DDLDatabase script like `previous_names VARCHAR(255)[] DEFAULT NULL,` I would expect a `VARCHAR` array to be generated. ### Actual behavior It generates: ``` public final TableField<HotelRecord, Object[]> PREVIOUS_NAM...
defect
ddldatabase issue with array type expected behavior having a column definition in a ddldatabase script like previous names varchar default null i would expect a varchar array to be generated actual behavior it generates public final tablefield previous names createfield ds...
1
33,433
4,833,747,773
IssuesEvent
2016-11-08 12:07:01
handsontable/handsontable
https://api.github.com/repos/handsontable/handsontable
closed
Cell Comments: z-Index and position Bootstrap Modal
Plugin: comments Priority: normal Status: Merged (ready for release) Tested Type: Bug
When handsontable is used in Bootstrap Modal, comment box is not showing. If we increase the z-index, it shows. Also if we scroll down comment box is not showing at the correct position.
1.0
Cell Comments: z-Index and position Bootstrap Modal - When handsontable is used in Bootstrap Modal, comment box is not showing. If we increase the z-index, it shows. Also if we scroll down comment box is not showing at the correct position.
non_defect
cell comments z index and position bootstrap modal when handsontable is used in bootstrap modal comment box is not showing if we increase the z index it shows also if we scroll down comment box is not showing at the correct position
0
80,847
30,560,829,215
IssuesEvent
2023-07-20 14:30:35
vector-im/element-call
https://api.github.com/repos/vector-im/element-call
opened
Rejoining a call sometimes triggers an error saying 'The operation was aborted'
T-Defect S-Major O-Occasional
### Steps to reproduce 1. Be in a call 2. Exit the call to the main menu 3. Click on the call in your recents list to try to rejoin it ### Outcome #### What did you expect? I should get back to the lobby screen without any errors #### What happened instead? Instead of the lobby, I get an error screen: 'Th...
1.0
Rejoining a call sometimes triggers an error saying 'The operation was aborted' - ### Steps to reproduce 1. Be in a call 2. Exit the call to the main menu 3. Click on the call in your recents list to try to rejoin it ### Outcome #### What did you expect? I should get back to the lobby screen without any errors ...
defect
rejoining a call sometimes triggers an error saying the operation was aborted steps to reproduce be in a call exit the call to the main menu click on the call in your recents list to try to rejoin it outcome what did you expect i should get back to the lobby screen without any errors ...
1
4,650
2,610,137,500
IssuesEvent
2015-02-26 18:43:26
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
double load a save to see a crash
auto-migrated Priority-Low Type-Defect
``` What steps will reproduce the problem? 1. play a game (tried with quickgame) and generate a save 2. load it once, do something and then exit 3. load it again, the engine window will hang What is the expected output? What do you see instead? it should not hang, but resume from the last time it was loaded ``` ---...
1.0
double load a save to see a crash - ``` What steps will reproduce the problem? 1. play a game (tried with quickgame) and generate a save 2. load it once, do something and then exit 3. load it again, the engine window will hang What is the expected output? What do you see instead? it should not hang, but resume from th...
defect
double load a save to see a crash what steps will reproduce the problem play a game tried with quickgame and generate a save load it once do something and then exit load it again the engine window will hang what is the expected output what do you see instead it should not hang but resume from th...
1
528,275
15,363,242,333
IssuesEvent
2021-03-01 20:32:26
jazkarta/jazkarta.com
https://api.github.com/repos/jazkarta/jazkarta.com
closed
https://jazkarta.com/@@syndication-controlpanel gives a traceback
low priority
Traceback (innermost last): Module ZPublisher.Publish, line 138, in publish Module ZPublisher.mapply, line 77, in mapply Module ZPublisher.Publish, line 48, in call_object Module plone.z3cform.layout, line 66, in __call__ Module plone.z3cform.layout, line 50, in update Module Products.CM...
1.0
https://jazkarta.com/@@syndication-controlpanel gives a traceback - Traceback (innermost last): Module ZPublisher.Publish, line 138, in publish Module ZPublisher.mapply, line 77, in mapply Module ZPublisher.Publish, line 48, in call_object Module plone.z3cform.layout, line 66, in __call__ Mod...
non_defect
gives a traceback traceback innermost last module zpublisher publish line in publish module zpublisher mapply line in mapply module zpublisher publish line in call object module plone layout line in call module plone layout line in update module product...
0
727,456
25,036,074,229
IssuesEvent
2022-11-04 16:07:39
planetary-social/scuttlego
https://api.github.com/repos/planetary-social/scuttlego
closed
Properly handle error cases when registering aliases
enhancement priority/high
We want to return a predefined error when an alias is already taken.
1.0
Properly handle error cases when registering aliases - We want to return a predefined error when an alias is already taken.
non_defect
properly handle error cases when registering aliases we want to return a predefined error when an alias is already taken
0
76,559
26,489,979,057
IssuesEvent
2023-01-17 21:37:31
DiffSK/configobj
https://api.github.com/repos/DiffSK/configobj
closed
validate package scoping causes incorrect package namespacing
defect
I believe that I have found a bug in the `configobj`/`validate` interaction. I am not entirely sure if this code is causing a user-facing issue, but I am fairly certain that the code below is not behaving as intended. https://github.com/DiffSK/configobj/blob/master/src/configobj/__init__.py#L2177 excerpt: ``` python ...
1.0
validate package scoping causes incorrect package namespacing - I believe that I have found a bug in the `configobj`/`validate` interaction. I am not entirely sure if this code is causing a user-facing issue, but I am fairly certain that the code below is not behaving as intended. https://github.com/DiffSK/configobj/b...
defect
validate package scoping causes incorrect package namespacing i believe that i have found a bug in the configobj validate interaction i am not entirely sure if this code is causing a user facing issue but i am fairly certain that the code below is not behaving as intended excerpt python if not preserv...
1
35,039
7,527,108,260
IssuesEvent
2018-04-13 15:56:50
stevespringett/dependency-track
https://api.github.com/repos/stevespringett/dependency-track
closed
Previous dependencies are not removed from project
defect pending release
I'm submitting dependency-check xml reports from a CI build for a multimodule project. As discussed on the OWASP slack, old dependencies are not removed, so each subproject is added once for each build (as their hash changes). Also for upgraded dependencies (jackson 2.9.4 -> 2.9.5), both versions exist in the proje...
1.0
Previous dependencies are not removed from project - I'm submitting dependency-check xml reports from a CI build for a multimodule project. As discussed on the OWASP slack, old dependencies are not removed, so each subproject is added once for each build (as their hash changes). Also for upgraded dependencies (jack...
defect
previous dependencies are not removed from project i m submitting dependency check xml reports from a ci build for a multimodule project as discussed on the owasp slack old dependencies are not removed so each subproject is added once for each build as their hash changes also for upgraded dependencies jack...
1
76,715
7,543,820,142
IssuesEvent
2018-04-17 16:31:59
infiniteautomation/ma-core-public
https://api.github.com/repos/infiniteautomation/ma-core-public
closed
Persistent TCP - Don't purge un-published point values
Ready for Testing
Devise a way to avoid purging data that has yet to be published.
1.0
Persistent TCP - Don't purge un-published point values - Devise a way to avoid purging data that has yet to be published.
non_defect
persistent tcp don t purge un published point values devise a way to avoid purging data that has yet to be published
0
100,954
8,761,473,286
IssuesEvent
2018-12-16 17:45:11
KyungjeCho/ddib_backend
https://api.github.com/repos/KyungjeCho/ddib_backend
closed
wishlist DELETE API
enhancement wait_test
wishlist DELETE API 구현 METHOD : POST PARAMS : iid HEADERS : Authorization URL : server-name/api/wishlist/delete RETURN : { success : boolean } - [x] add api & implement - [x] Update README.md file - [x] local test - [x] upload to server - [x] aws test
1.0
wishlist DELETE API - wishlist DELETE API 구현 METHOD : POST PARAMS : iid HEADERS : Authorization URL : server-name/api/wishlist/delete RETURN : { success : boolean } - [x] add api & implement - [x] Update README.md file - [x] local test - [x] upload to server - [x] aws test
non_defect
wishlist delete api wishlist delete api 구현 method post params iid headers authorization url server name api wishlist delete return success boolean add api implement update readme md file local test upload to server aws test
0
51,054
13,188,067,373
IssuesEvent
2020-08-13 05:27:39
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
[vuvuzela] Handling new hardware we don't want to simulate (Trac #1895)
Migrated from Trac combo simulation defect
For IceACT DOMs in the new 2016 GCD file there are no vuvuzela parameters. Running the test generates the following error. RuntimeError: DOM 00-01 has no Vuvuzela parameters in GCD file! If you want to simply use the default values, enable SimulateNewDOMs. (in I3MCPESeriesMapConstPtr Vuvuzela::GetNoiseHits(const I3Ca...
1.0
[vuvuzela] Handling new hardware we don't want to simulate (Trac #1895) - For IceACT DOMs in the new 2016 GCD file there are no vuvuzela parameters. Running the test generates the following error. RuntimeError: DOM 00-01 has no Vuvuzela parameters in GCD file! If you want to simply use the default values, enable Simu...
defect
handling new hardware we don t want to simulate trac for iceact doms in the new gcd file there are no vuvuzela parameters running the test generates the following error runtimeerror dom has no vuvuzela parameters in gcd file if you want to simply use the default values enable simulatenewdoms in ...
1
39,104
8,580,118,039
IssuesEvent
2018-11-13 11:01:32
galtspace/galtproject-contracts
https://api.github.com/repos/galtspace/galtproject-contracts
closed
Contract library for Bentley Ottman algorithm
codetree-epic
Sources: - [Bentley Ottman javascript implemetation](https://github.com/ggolikov/bentley-ottman/) - [Bentley Ottman python implemetation](https://github.com/splichte/lsi) - [Bentley Ottman wiki](https://ru.wikipedia.org/wiki/%D0%90%D0%BB%D0%B3%D0%BE%D1%80%D0%B8%D1%82%D0%BC_%D0%91%D0%B5%D0%BD%D1%82%D0%BB%D0%B8_%E2%80...
1.0
Contract library for Bentley Ottman algorithm - Sources: - [Bentley Ottman javascript implemetation](https://github.com/ggolikov/bentley-ottman/) - [Bentley Ottman python implemetation](https://github.com/splichte/lsi) - [Bentley Ottman wiki](https://ru.wikipedia.org/wiki/%D0%90%D0%BB%D0%B3%D0%BE%D1%80%D0%B8%D1%82%D...
non_defect
contract library for bentley ottman algorithm sources
0
276,630
8,603,332,307
IssuesEvent
2018-11-16 16:32:16
bedita/web
https://api.github.com/repos/bedita/web
opened
Image preview on panel for images
Priority - Normal feature
When panel is open, images should show image preview (use thumbnailer)
1.0
Image preview on panel for images - When panel is open, images should show image preview (use thumbnailer)
non_defect
image preview on panel for images when panel is open images should show image preview use thumbnailer
0
63,645
17,840,168,689
IssuesEvent
2021-09-03 09:02:44
martinrotter/rssguard
https://api.github.com/repos/martinrotter/rssguard
closed
[BUG]: 4.x fails to fetch feeds with socks proxy
Type-Defect
### Brief description of the issue Rssguard fails to fetch any feeds when using a proxy but, it does seem to get the feed meta data ok. ### How to reproduce the bug? Try to fetch new feeds on one or all feeds. Rssguard fails to fetch any feeds. ### What was the expected result? New feeds should be updated when yo...
1.0
[BUG]: 4.x fails to fetch feeds with socks proxy - ### Brief description of the issue Rssguard fails to fetch any feeds when using a proxy but, it does seem to get the feed meta data ok. ### How to reproduce the bug? Try to fetch new feeds on one or all feeds. Rssguard fails to fetch any feeds. ### What was the ex...
defect
x fails to fetch feeds with socks proxy brief description of the issue rssguard fails to fetch any feeds when using a proxy but it does seem to get the feed meta data ok how to reproduce the bug try to fetch new feeds on one or all feeds rssguard fails to fetch any feeds what was the expect...
1
688,794
23,596,349,341
IssuesEvent
2022-08-23 19:38:32
GoogleChrome/lighthouse
https://api.github.com/repos/GoogleChrome/lighthouse
closed
PSI Lighthouse now returns cached versions when running subsequent requests.
question needs-priority
### FAQ - [ ] Yes, my issue is not about [variability](https://github.com/GoogleChrome/lighthouse/blob/master/docs/variability.md) or [throttling](https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md). - [X] Yes, my issue is not about a specific accessibility audit (file with [axe-core](https:/...
1.0
PSI Lighthouse now returns cached versions when running subsequent requests. - ### FAQ - [ ] Yes, my issue is not about [variability](https://github.com/GoogleChrome/lighthouse/blob/master/docs/variability.md) or [throttling](https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md). - [X] Yes, my ...
non_defect
psi lighthouse now returns cached versions when running subsequent requests faq yes my issue is not about or yes my issue is not about a specific accessibility audit file with instead url what happened hello i m not sure where the best place is to report this ...
0
412,407
27,857,279,971
IssuesEvent
2023-03-21 00:44:39
serai-dex/serai
https://api.github.com/repos/serai-dex/serai
closed
rustdocs improperly utilized
documentation improvement
- I personally left comments without periods. This does not carry to rustdocs. - We extensively use features, yet those aren't currently included under the generated rustdocs. - Multiple items aren't documented at all. - No library-level documentation. Primary targets for this is FROST and the other cryptography ...
1.0
rustdocs improperly utilized - - I personally left comments without periods. This does not carry to rustdocs. - We extensively use features, yet those aren't currently included under the generated rustdocs. - Multiple items aren't documented at all. - No library-level documentation. Primary targets for this is FR...
non_defect
rustdocs improperly utilized i personally left comments without periods this does not carry to rustdocs we extensively use features yet those aren t currently included under the generated rustdocs multiple items aren t documented at all no library level documentation primary targets for this is fr...
0
66,740
20,612,999,889
IssuesEvent
2022-03-07 10:28:03
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
SQLite's JSON operators don't retain boolean three-valued logic
T: Defect C: Functionality C: DB: SQLite P: Medium E: All Editions
The SQLite boolean in JSON emulation does not maintain three-valued logic correctly. For example, this query is being generated in a test: ```sql select ( select coalesce( json_group_array(json_array(json(case when v0 then 'true' else 'false' end))), json_array() ) from ( ...
1.0
SQLite's JSON operators don't retain boolean three-valued logic - The SQLite boolean in JSON emulation does not maintain three-valued logic correctly. For example, this query is being generated in a test: ```sql select ( select coalesce( json_group_array(json_array(json(case when v0 then 'true' ...
defect
sqlite s json operators don t retain boolean three valued logic the sqlite boolean in json emulation does not maintain three valued logic correctly for example this query is being generated in a test sql select select coalesce json group array json array json case when then true ...
1
12,921
8,038,355,272
IssuesEvent
2018-07-30 15:10:50
AnotherCodeArtist/SCDP
https://api.github.com/repos/AnotherCodeArtist/SCDP
reopened
Install Hadoop on Kubernetes
AP2 high performance database
A major part of the SDPG will be Hadoop and its relevant Plugins. All required nodes should be rolled out on the local cloud using kubernetes
True
Install Hadoop on Kubernetes - A major part of the SDPG will be Hadoop and its relevant Plugins. All required nodes should be rolled out on the local cloud using kubernetes
non_defect
install hadoop on kubernetes a major part of the sdpg will be hadoop and its relevant plugins all required nodes should be rolled out on the local cloud using kubernetes
0
59,354
17,023,096,223
IssuesEvent
2021-07-03 00:21:48
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
applet fixes
Component: admin Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 8.36pm, Tuesday, 17th January 2006]** remove html arrow buttons from edit window make applet have a clear tool for dragging rather than using shift add a warning to not believe landsat
1.0
applet fixes - **[Submitted to the original trac issue database at 8.36pm, Tuesday, 17th January 2006]** remove html arrow buttons from edit window make applet have a clear tool for dragging rather than using shift add a warning to not believe landsat
defect
applet fixes remove html arrow buttons from edit window make applet have a clear tool for dragging rather than using shift add a warning to not believe landsat
1
373,309
26,048,901,077
IssuesEvent
2022-12-22 16:43:12
gatling/gatling
https://api.github.com/repos/gatling/gatling
closed
Documentation: Can't scroll with Up/Down Arrow Keys
Documentation Type - Feature
On all pages in Internet (Main page of Gatling too ;)) it's posibble to scroll up and down by Arrow Keys. In [Gatling Documentation]( https://gatling.io/docs/gatling/) this isn't working and this can be frustrating :/ Can you fix this please :)
1.0
Documentation: Can't scroll with Up/Down Arrow Keys - On all pages in Internet (Main page of Gatling too ;)) it's posibble to scroll up and down by Arrow Keys. In [Gatling Documentation]( https://gatling.io/docs/gatling/) this isn't working and this can be frustrating :/ Can you fix this please :)
non_defect
documentation can t scroll with up down arrow keys on all pages in internet main page of gatling too it s posibble to scroll up and down by arrow keys in this isn t working and this can be frustrating can you fix this please
0
1,908
2,603,973,240
IssuesEvent
2015-02-24 19:00:49
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳龟头有颗粒是怎么回事
auto-migrated Priority-Medium Type-Defect
``` 沈阳龟头有颗粒是怎么回事〓沈陽軍區政治部醫院性病〓TEL�� �024-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治� ��。位于沈陽市沈河區二緯路32號。是一所與新中國同建立共� ��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、 保健、醫療、科研康復為一體的綜合性醫院。是國家首批公�� �甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大� ��、東南大學等知名高等院校的教學醫院。曾被中國人民解放 軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立�� �體二等功。 ``` ----- Original issue reported on code.google.com by `q96...
1.0
沈阳龟头有颗粒是怎么回事 - ``` 沈阳龟头有颗粒是怎么回事〓沈陽軍區政治部醫院性病〓TEL�� �024-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治� ��。位于沈陽市沈河區二緯路32號。是一所與新中國同建立共� ��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、 保健、醫療、科研康復為一體的綜合性醫院。是國家首批公�� �甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大� ��、東南大學等知名高等院校的教學醫院。曾被中國人民解放 軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立�� �體二等功。 ``` ----- Original issue reported on code.goo...
defect
沈阳龟头有颗粒是怎么回事 沈阳龟头有颗粒是怎么回事〓沈陽軍區政治部醫院性病〓tel�� � 〓 , � ��。 。是一所與新中國同建立共� ��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、 保健、醫療、科研康復為一體的綜合性醫院。是國家首批公�� �甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大� ��、東南大學等知名高等院校的教學醫院。曾被中國人民解放 軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立�� �體二等功。 original issue reported on code google com by gmail com on jun at ...
1
95,232
16,074,462,292
IssuesEvent
2021-04-25 04:23:20
samq-ghdemo/JS-Demo
https://api.github.com/repos/samq-ghdemo/JS-Demo
closed
CVE-2019-16776 (High) detected in npm-3.10.10.tgz - autoclosed
security vulnerability
## CVE-2019-16776 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>npm-3.10.10.tgz</b></p></summary> <p>a package manager for JavaScript</p> <p>Library home page: <a href="https://regis...
True
CVE-2019-16776 (High) detected in npm-3.10.10.tgz - autoclosed - ## CVE-2019-16776 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>npm-3.10.10.tgz</b></p></summary> <p>a package manage...
non_defect
cve high detected in npm tgz autoclosed cve high severity vulnerability vulnerable library npm tgz a package manager for javascript library home page a href path to dependency file js demo package json path to vulnerable library js demo node modules npm package jso...
0
67,426
16,977,056,341
IssuesEvent
2021-06-30 01:37:53
ironmansoftware/issues
https://api.github.com/repos/ironmansoftware/issues
closed
New-UDLoginPage colors not working
Fixed in Nightly Build PowerShell Universal bug completed
> New-PSULoginPage: in the Universal Version 2.0.3 the Colors for the LoginPage in the Example not working, Title, Image and Copyrighty working. Example Code: ``` $LoginPage = @{ PrimaryColor = '#5c2751' Title = 'DBATools Web Portal' Copyright = 'DBATools 2020' HeaderFontColor = 'white' HeaderC...
1.0
New-UDLoginPage colors not working - > New-PSULoginPage: in the Universal Version 2.0.3 the Colors for the LoginPage in the Example not working, Title, Image and Copyrighty working. Example Code: ``` $LoginPage = @{ PrimaryColor = '#5c2751' Title = 'DBATools Web Portal' Copyright = 'DBATools 2020' ...
non_defect
new udloginpage colors not working new psuloginpage in the universal version the colors for the loginpage in the example not working title image and copyrighty working example code loginpage primarycolor title dbatools web portal copyright dbatools headerf...
0
54,611
30,275,548,360
IssuesEvent
2023-07-07 19:15:26
chapel-lang/chapel
https://api.github.com/repos/chapel-lang/chapel
opened
Custom types should be able to opt-in and opt-out of bulk transfer
area: Libraries / Modules type: Feature Request type: Performance area: Language
Chapel arrays support bulk transfer. One of the checks before that can happen is whether the element type supports bulk transfer. The current check for records rely on POD-ness, which may be a little bit too strict. The recent example is the `c_array` type which we are special casing as it is a standard library type (h...
True
Custom types should be able to opt-in and opt-out of bulk transfer - Chapel arrays support bulk transfer. One of the checks before that can happen is whether the element type supports bulk transfer. The current check for records rely on POD-ness, which may be a little bit too strict. The recent example is the `c_array`...
non_defect
custom types should be able to opt in and opt out of bulk transfer chapel arrays support bulk transfer one of the checks before that can happen is whether the element type supports bulk transfer the current check for records rely on pod ness which may be a little bit too strict the recent example is the c array ...
0
40,899
10,217,683,080
IssuesEvent
2019-08-15 14:14:28
Rise-Vision/rise-vision-apps
https://api.github.com/repos/Rise-Vision/rise-vision-apps
closed
[Image Component] Font size and color of text in the empty state #1
visual defect
**Defect:** When there are no images in the Image Component, the font size for this text here should be 14px and have a color value of #020620: ![image5](https://user-images.githubusercontent.com/1440943/62786910-2ffe6d80-ba89-11e9-93fa-845265014128.jpg)
1.0
[Image Component] Font size and color of text in the empty state #1 - **Defect:** When there are no images in the Image Component, the font size for this text here should be 14px and have a color value of #020620: ![image5](https://user-images.githubusercontent.com/1440943/62786910-2ffe6d80-ba89-11e9-93fa-8452650141...
defect
font size and color of text in the empty state defect when there are no images in the image component the font size for this text here should be and have a color value of
1
10,983
2,622,856,544
IssuesEvent
2015-03-04 08:08:04
max99x/dict-lookup-chrome-ext
https://api.github.com/repos/max99x/dict-lookup-chrome-ext
opened
need definitions for foreign words!
auto-migrated Priority-Medium Type-Defect
``` I want the option to see all the entries for a word on en.wiktionary.org, not just the English-language definition. This would help me read foreign websites, see etymology connections, etc. ``` Original issue reported on code.google.com by `alexo...@gmail.com` on 2 Dec 2014 at 7:36
1.0
need definitions for foreign words! - ``` I want the option to see all the entries for a word on en.wiktionary.org, not just the English-language definition. This would help me read foreign websites, see etymology connections, etc. ``` Original issue reported on code.google.com by `alexo...@gmail.com` on 2 Dec 2014 ...
defect
need definitions for foreign words i want the option to see all the entries for a word on en wiktionary org not just the english language definition this would help me read foreign websites see etymology connections etc original issue reported on code google com by alexo gmail com on dec at ...
1