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
14,201
10,131,448,540
IssuesEvent
2019-08-01 19:34:10
cityofaustin/atd-data-tech
https://api.github.com/repos/cityofaustin/atd-data-tech
closed
7/31 Mobile Signals MVP Sprint Review
Project: Mobile Signal Work Order Service: Dev Service: PM Type: Meeting Workgroup: AMD
### Agenda <!--- Add agenda inline here or link to an online document. ---> - Discuss usability findings - Demo camera functionality - Launch plan - Prioritize next features/enhancements ------ - [x] Schedule meeting - [x] Meet - [x] Attach meeting notes to this issue - [ ] Create resulting issues
2.0
7/31 Mobile Signals MVP Sprint Review - ### Agenda <!--- Add agenda inline here or link to an online document. ---> - Discuss usability findings - Demo camera functionality - Launch plan - Prioritize next features/enhancements ------ - [x] Schedule meeting - [x] Meet - [x] Attach meeting notes to this issue - [ ] Creat...
non_defect
mobile signals mvp sprint review agenda discuss usability findings demo camera functionality launch plan prioritize next features enhancements schedule meeting meet attach meeting notes to this issue create resulting issues
0
256,632
8,128,180,745
IssuesEvent
2018-08-17 10:44:53
aowen87/BAR
https://api.github.com/repos/aowen87/BAR
closed
add 'missing data' functionality to curves especially for lineouts and time queries
Bug Likelihood: 3 - Occasional Priority: Normal Severity: 2 - Minor Irritation
VisIt already has a notion of _missing data_. When mesh variables with missing data are plotted, I am not sure whether VisIt ghosts them out or colors them specially to indicate no values are defined there. But, bottom line, we have a notion of _missing data_ for mesh variables. I am thinking of the time query case ...
1.0
add 'missing data' functionality to curves especially for lineouts and time queries - VisIt already has a notion of _missing data_. When mesh variables with missing data are plotted, I am not sure whether VisIt ghosts them out or colors them specially to indicate no values are defined there. But, bottom line, we have a...
non_defect
add missing data functionality to curves especially for lineouts and time queries visit already has a notion of missing data when mesh variables with missing data are plotted i am not sure whether visit ghosts them out or colors them specially to indicate no values are defined there but bottom line we have a...
0
176,002
14,547,826,685
IssuesEvent
2020-12-15 23:48:35
QuMuLab/bauhaus
https://api.github.com/repos/QuMuLab/bauhaus
closed
documentation for library
documentation
- [x] readthedocs website - [x] cleaned up technical architecture/specifications doc for the website - [x] contribution guidelines
1.0
documentation for library - - [x] readthedocs website - [x] cleaned up technical architecture/specifications doc for the website - [x] contribution guidelines
non_defect
documentation for library readthedocs website cleaned up technical architecture specifications doc for the website contribution guidelines
0
16,292
2,889,333,144
IssuesEvent
2015-06-13 09:54:56
kuribot/boilerpipe
https://api.github.com/repos/kuribot/boilerpipe
closed
Program does not terminate for badly formatted/syntactically incorrect HTML input
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Processing the attached file using DefaultExtractor.getText(Reader r) 2. 3. What is the expected output? What do you see instead? An exception of some kind was expected. Instead, the program keeps on running for a very long time (I killed it eventually). What version of ...
1.0
Program does not terminate for badly formatted/syntactically incorrect HTML input - ``` What steps will reproduce the problem? 1. Processing the attached file using DefaultExtractor.getText(Reader r) 2. 3. What is the expected output? What do you see instead? An exception of some kind was expected. Instead, the progra...
defect
program does not terminate for badly formatted syntactically incorrect html input what steps will reproduce the problem processing the attached file using defaultextractor gettext reader r what is the expected output what do you see instead an exception of some kind was expected instead the progra...
1
80,454
30,298,030,478
IssuesEvent
2023-07-10 01:57:01
zed-industries/community
https://api.github.com/repos/zed-industries/community
opened
MacOS startup time is so slow
defect triage admin read
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it The promotional materials on the website suggest that the startup time of Sublime and Zed should be practically the same. However, in reality, Sublime starts almost instantly, while Zed takes around 4-5 seconds to disp...
1.0
MacOS startup time is so slow - ### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it The promotional materials on the website suggest that the startup time of Sublime and Zed should be practically the same. However, in reality, Sublime starts almost instantly, while Zed ...
defect
macos startup time is so slow check for existing issues completed describe the bug provide steps to reproduce it the promotional materials on the website suggest that the startup time of sublime and zed should be practically the same however in reality sublime starts almost instantly while zed ta...
1
87,432
10,917,312,778
IssuesEvent
2019-11-21 14:57:11
hotosm/tasking-manager
https://api.github.com/repos/hotosm/tasking-manager
closed
Check error on DELETE organisations endpoint
Component: Backend Project: redesign Status: Review needed Type: Bug
I tried to delete an organisation that has 2 managers, but is not associated with any projects, teams and campaigns and it failed with `CRITICAL in resources: Organisation DELETE - unhandled error: DELETE statement on table 'organisation_managers' expected to delete 2 row(s); Only 3 were matched.`
1.0
Check error on DELETE organisations endpoint - I tried to delete an organisation that has 2 managers, but is not associated with any projects, teams and campaigns and it failed with `CRITICAL in resources: Organisation DELETE - unhandled error: DELETE statement on table 'organisation_managers' expected to delete 2 r...
non_defect
check error on delete organisations endpoint i tried to delete an organisation that has managers but is not associated with any projects teams and campaigns and it failed with critical in resources organisation delete unhandled error delete statement on table organisation managers expected to delete r...
0
77,082
26,759,763,133
IssuesEvent
2023-01-31 05:22:13
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
opened
Monkey Patching selenium driver
I-defect needs-triaging
### What happened? Hi, I am able to patch the selenium driver while using chrome, firefox drivers ` class Selenium::WebDriver::Driver bridge = instance_method(:create_bridge) define_method(:create_bridge) do driver = bridge.bind(self).call end end` But unable to do so with remote driver....
1.0
Monkey Patching selenium driver - ### What happened? Hi, I am able to patch the selenium driver while using chrome, firefox drivers ` class Selenium::WebDriver::Driver bridge = instance_method(:create_bridge) define_method(:create_bridge) do driver = bridge.bind(self).call end end` But u...
defect
monkey patching selenium driver what happened hi i am able to patch the selenium driver while using chrome firefox drivers class selenium webdriver driver bridge instance method create bridge define method create bridge do driver bridge bind self call end end but u...
1
118,169
25,265,957,537
IssuesEvent
2022-11-16 04:38:45
gitpod-io/gitpod
https://api.github.com/repos/gitpod-io/gitpod
closed
Release `1.73`
editor: code (browser) team: IDE
Endgame: https://github.com/microsoft/vscode/issues/164400 Release: https://github.com/microsoft/vscode/releases/tag/1.73.0 MS release date: 2022/11/02 DRI: @filiptronicek @mustard-mh Plan: - [x] Create corresponding release branches for `main` and `gp-code/main` - [x] Create release branch `release/[...
1.0
Release `1.73` - Endgame: https://github.com/microsoft/vscode/issues/164400 Release: https://github.com/microsoft/vscode/releases/tag/1.73.0 MS release date: 2022/11/02 DRI: @filiptronicek @mustard-mh Plan: - [x] Create corresponding release branches for `main` and `gp-code/main` - [x] Create release ...
non_defect
release endgame release ms release date dri filiptronicek mustard mh plan create corresponding release branches for main and gp code main create release branch release execute the rebase from upstream scripts sync with upstream sh upstream release ...
0
32,998
7,634,091,487
IssuesEvent
2018-05-06 13:52:12
AlAskalany/alaskalany.com
https://api.github.com/repos/AlAskalany/alaskalany.com
reopened
Fix "similar-code" issue in src/routes/NotFound/index.js
code-climate
Similar blocks of code found in 2 locations. Consider refactoring. https://codeclimate.com/github/AlAskalany/alaskalany.com/src/routes/NotFound/index.js#issue_5aef013800e22900010000b2
1.0
Fix "similar-code" issue in src/routes/NotFound/index.js - Similar blocks of code found in 2 locations. Consider refactoring. https://codeclimate.com/github/AlAskalany/alaskalany.com/src/routes/NotFound/index.js#issue_5aef013800e22900010000b2
non_defect
fix similar code issue in src routes notfound index js similar blocks of code found in locations consider refactoring
0
9,702
2,615,166,085
IssuesEvent
2015-03-01 06:46:30
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
opened
Reaver fails to associate to 802.11n only AP
auto-migrated Priority-Triage Type-Defect
``` A few things to consider before submitting an issue: 0. We write documentation for a reason, if you have not read it and are having problems with Reaver these pages are required reading before submitting an issue: http://code.google.com/p/reaver-wps/wiki/HintsAndTips http://code.google.com/p/reaver-wps/wiki/README...
1.0
Reaver fails to associate to 802.11n only AP - ``` A few things to consider before submitting an issue: 0. We write documentation for a reason, if you have not read it and are having problems with Reaver these pages are required reading before submitting an issue: http://code.google.com/p/reaver-wps/wiki/HintsAndTips ...
defect
reaver fails to associate to only ap a few things to consider before submitting an issue we write documentation for a reason if you have not read it and are having problems with reaver these pages are required reading before submitting an issue reaver will only work if your card is in monito...
1
72,107
23,946,163,168
IssuesEvent
2022-09-12 07:31:37
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
opened
Crash when logging out soon after log in
T-Defect
### Steps to reproduce There is a reproducible crash in matrix-ios-sdk at the end of `MXMegolmDecryption.retryDecryption` when you try to log out soon after login. Whats seems to happens is that during logout the sync is still running and calls the method but some of the used objects are already gone. ### Outcome...
1.0
Crash when logging out soon after log in - ### Steps to reproduce There is a reproducible crash in matrix-ios-sdk at the end of `MXMegolmDecryption.retryDecryption` when you try to log out soon after login. Whats seems to happens is that during logout the sync is still running and calls the method but some of the used...
defect
crash when logging out soon after log in steps to reproduce there is a reproducible crash in matrix ios sdk at the end of mxmegolmdecryption retrydecryption when you try to log out soon after login whats seems to happens is that during logout the sync is still running and calls the method but some of the used...
1
63,831
18,012,168,007
IssuesEvent
2021-09-16 09:50:58
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
opened
Refresh suggested room list in the home view when room is (un)marked as suggested
T-Defect A-Spaces S-Minor O-Occasional Z-Spaces-Testing
### Steps to reproduce 1. Look at the Space home view 2. Mark/unmark rooms as suggested via another device or have another user do this. ### What happened? ### What did you expect? Home view on iOS updates after some time, like it does if I join/leave a room on another device ### What happened? List remains ou...
1.0
Refresh suggested room list in the home view when room is (un)marked as suggested - ### Steps to reproduce 1. Look at the Space home view 2. Mark/unmark rooms as suggested via another device or have another user do this. ### What happened? ### What did you expect? Home view on iOS updates after some time, like it ...
defect
refresh suggested room list in the home view when room is un marked as suggested steps to reproduce look at the space home view mark unmark rooms as suggested via another device or have another user do this what happened what did you expect home view on ios updates after some time like it ...
1
332,180
10,089,136,999
IssuesEvent
2019-07-26 08:07:42
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.gearbest.com - see bug description
browser-firefox engine-gecko priority-important
<!-- @browser: Firefox 69.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.gearbest.com/promotion-Life-Essentials-Gadgets-special-2811.html?lkid=20320643&cid=178453834249539939 **Browser / Version**...
1.0
www.gearbest.com - see bug description - <!-- @browser: Firefox 69.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.gearbest.com/promotion-Life-Essentials-Gadgets-special-2811.html?lkid=20320643&cid=...
non_defect
see bug description url browser version firefox operating system windows tested another browser yes problem type something else description steps to reproduce browser configuration mixed active content blocked false image mem shared true ...
0
49,683
13,187,250,573
IssuesEvent
2020-08-13 02:49:26
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
[DOMLauncher] Emulate SLC bit-packing (Trac #1864)
Incomplete Migration Migrated from Trac combo simulation defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1864">https://code.icecube.wisc.edu/ticket/1864</a>, reported by jvansanten and owned by cweaver</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:13:24", "description": "In real data the SLC c...
1.0
[DOMLauncher] Emulate SLC bit-packing (Trac #1864) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1864">https://code.icecube.wisc.edu/ticket/1864</a>, reported by jvansanten and owned by cweaver</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T1...
defect
emulate slc bit packing trac migrated from json status closed changetime description in real data the slc charge stamps are packed into bits dropping the lsb from each if bit in the peak sample is high domlauncher should do the same the payload for...
1
25,339
4,289,373,381
IssuesEvent
2016-07-18 01:48:57
kraigs-android/kraigsandroid
https://api.github.com/repos/kraigs-android/kraigsandroid
closed
Request - Deselect all selected alarms
auto-migrated Priority-Medium Type-Defect
``` I have a VERY deep sleep, so I use up to 20 alarms per day to finally get up. Sometime I actually wake up on the first alarm, so I have to deselect 19 for not getting annoyed anymore. Could you implement a feature to deselect the selected alarms at once? E.g. in the menu, just an additinal entry "deselect all a...
1.0
Request - Deselect all selected alarms - ``` I have a VERY deep sleep, so I use up to 20 alarms per day to finally get up. Sometime I actually wake up on the first alarm, so I have to deselect 19 for not getting annoyed anymore. Could you implement a feature to deselect the selected alarms at once? E.g. in the menu...
defect
request deselect all selected alarms i have a very deep sleep so i use up to alarms per day to finally get up sometime i actually wake up on the first alarm so i have to deselect for not getting annoyed anymore could you implement a feature to deselect the selected alarms at once e g in the menu ...
1
230,192
17,605,547,206
IssuesEvent
2021-08-17 16:35:14
jpiland16/hmv_test
https://api.github.com/repos/jpiland16/hmv_test
closed
Fill out documentation Markdown files
documentation
Here's the documentation checklist for the `/documentation` folder. Just check something off whenever you start working on it, so there's no unintentional overlap. These documents are for people who want to extend the project, but they are 'idea documentation', which probably means we focus on the purpose of each part ...
1.0
Fill out documentation Markdown files - Here's the documentation checklist for the `/documentation` folder. Just check something off whenever you start working on it, so there's no unintentional overlap. These documents are for people who want to extend the project, but they are 'idea documentation', which probably mea...
non_defect
fill out documentation markdown files here s the documentation checklist for the documentation folder just check something off whenever you start working on it so there s no unintentional overlap these documents are for people who want to extend the project but they are idea documentation which probably mea...
0
60,247
17,023,379,361
IssuesEvent
2021-07-03 01:43:19
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Make the type of presets button into a popup menu
Component: potlatch (flash editor) Priority: major Resolution: wontfix Type: defect
**[Submitted to the original trac issue database at 9.52pm, Sunday, 29th March 2009]** The most difficult part of Potlatch for newbies is the type of presets button. Many don't realise that you can click it and get a different set of presets, so making it a popup menu could make it better. It is also very difficult to...
1.0
Make the type of presets button into a popup menu - **[Submitted to the original trac issue database at 9.52pm, Sunday, 29th March 2009]** The most difficult part of Potlatch for newbies is the type of presets button. Many don't realise that you can click it and get a different set of presets, so making it a popup men...
defect
make the type of presets button into a popup menu the most difficult part of potlatch for newbies is the type of presets button many don t realise that you can click it and get a different set of presets so making it a popup menu could make it better it is also very difficult to tell which set of presets ar...
1
14,757
2,831,389,397
IssuesEvent
2015-05-24 15:54:16
nobodyguy/dslrdashboard
https://api.github.com/repos/nobodyguy/dslrdashboard
closed
D3100 plus motorola xoom don´t work !!!
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. connect the camera d3100 with otg adapter to the xoom 2. switch camera on 3. launch dslrdashboard What is the expected output? What do you see instead? to see something in the screen, instead, empty screen. A sign says "connected dslr", and when pressing "search for usb c...
1.0
D3100 plus motorola xoom don´t work !!! - ``` What steps will reproduce the problem? 1. connect the camera d3100 with otg adapter to the xoom 2. switch camera on 3. launch dslrdashboard What is the expected output? What do you see instead? to see something in the screen, instead, empty screen. A sign says "connected ...
defect
plus motorola xoom don´t work what steps will reproduce the problem connect the camera with otg adapter to the xoom switch camera on launch dslrdashboard what is the expected output what do you see instead to see something in the screen instead empty screen a sign says connected dslr a...
1
320,659
23,818,039,093
IssuesEvent
2022-09-05 08:41:07
meilisearch/mini-dashboard
https://api.github.com/repos/meilisearch/mini-dashboard
closed
Remove npm installation method in contributing guide
documentation
Since the app uses a `yarn.lock` file to track every dependency's version, we can only guarantee a reliable dev and prod environment when using yarn. To avoid creating unsafe/unreliable environments, every mention of `npm install`, `npm run` .. etc should be removed from both the readme and the contributing guide. ...
1.0
Remove npm installation method in contributing guide - Since the app uses a `yarn.lock` file to track every dependency's version, we can only guarantee a reliable dev and prod environment when using yarn. To avoid creating unsafe/unreliable environments, every mention of `npm install`, `npm run` .. etc should be rem...
non_defect
remove npm installation method in contributing guide since the app uses a yarn lock file to track every dependency s version we can only guarantee a reliable dev and prod environment when using yarn to avoid creating unsafe unreliable environments every mention of npm install npm run etc should be rem...
0
57,166
15,724,302,697
IssuesEvent
2021-03-29 08:38:08
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Wrong precision for H2 timestamp when using domains
C: Functionality E: All Editions P: Medium T: Defect
### Expected behavior Using a timestamp in H2 as a domain is consistent with using it directly, i.e. it should by default have a precision of 6. SQLDataType.TIMESTAMPWITHTIMEZONE(6) ### Actual behavior Creating a domain in H2 as a timestamp and generating sources for the schema public (domains cant be created in ...
1.0
Wrong precision for H2 timestamp when using domains - ### Expected behavior Using a timestamp in H2 as a domain is consistent with using it directly, i.e. it should by default have a precision of 6. SQLDataType.TIMESTAMPWITHTIMEZONE(6) ### Actual behavior Creating a domain in H2 as a timestamp and generating sour...
defect
wrong precision for timestamp when using domains expected behavior using a timestamp in as a domain is consistent with using it directly i e it should by default have a precision of sqldatatype timestampwithtimezone actual behavior creating a domain in as a timestamp and generating sources...
1
57,540
15,835,081,940
IssuesEvent
2021-04-06 17:36:13
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
opened
Low FPW animations on Firefox
defect
**Describe the defect** Animations have low FPS on Firefox. This happens with all components that have animations **Reproducer** 1. Open this in Firefox and Chromium or Chrome https://www.primefaces.org/showcase/ui/panel/accordionPanel.xhtml 2. Interact with Accordion elements 3. Growl animation has low FPS http...
1.0
Low FPW animations on Firefox - **Describe the defect** Animations have low FPS on Firefox. This happens with all components that have animations **Reproducer** 1. Open this in Firefox and Chromium or Chrome https://www.primefaces.org/showcase/ui/panel/accordionPanel.xhtml 2. Interact with Accordion elements 3. ...
defect
low fpw animations on firefox describe the defect animations have low fps on firefox this happens with all components that have animations reproducer open this in firefox and chromium or chrome interact with accordion elements growl animation has low fps environment pf v...
1
131,089
18,214,666,225
IssuesEvent
2021-09-30 01:40:24
fuzzdbunit/fuzzdbunit
https://api.github.com/repos/fuzzdbunit/fuzzdbunit
opened
CVE-2021-37136 (High) detected in netty-codec-4.1.49.Final.jar
security vulnerability
## CVE-2021-37136 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-codec-4.1.49.Final.jar</b></p></summary> <p>Netty is an asynchronous event-driven network application framework ...
True
CVE-2021-37136 (High) detected in netty-codec-4.1.49.Final.jar - ## CVE-2021-37136 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-codec-4.1.49.Final.jar</b></p></summary> <p>Net...
non_defect
cve high detected in netty codec final jar cve high severity vulnerability vulnerable library netty codec final jar netty is an asynchronous event driven network application framework for rapid development of maintainable high performance protocol servers and clients ...
0
51,765
13,211,303,780
IssuesEvent
2020-08-15 22:10:20
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
Making release of Cascade L3 filter for 2014 (Trac #1009)
Incomplete Migration Migrated from Trac cmake defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1009">https://code.icecube.wisc.edu/projects/icecube/ticket/1009</a>, reported by icecube</summary> <p> ```json { "status": "closed", "changetime": "2015-06-04T16:40:54", "_ts": "1433436054027599", "des...
1.0
Making release of Cascade L3 filter for 2014 (Trac #1009) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1009">https://code.icecube.wisc.edu/projects/icecube/ticket/1009</a>, reported by icecube</summary> <p> ```json { "status": "closed", "changetime": "2...
defect
making release of cascade filter for trac migrated from json status closed changetime ts description cascade filter has been adapted to processing data yiqian from cascade group has test run the script on one run of data and compare it ...
1
113,054
24,356,999,738
IssuesEvent
2022-10-03 08:22:46
julz0815/test-action
https://api.github.com/repos/julz0815/test-action
opened
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') ('Command or Argument Injection') [VID:7]
VeracodeFlaw: Very High Veracode Policy Scan
https://github.com/julz0815/test-action/blob/1b75779c50b856e0bd6418d47c0aa10cfa479423/services/admin.service.js#L1-L11 **Filename:** admin.service.js **Line:** 6 **CWE:** 78 (Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') ('Command or Argument Injection')) <span>This call...
2.0
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') ('Command or Argument Injection') [VID:7] - https://github.com/julz0815/test-action/blob/1b75779c50b856e0bd6418d47c0aa10cfa479423/services/admin.service.js#L1-L11 **Filename:** admin.service.js **Line:** 6 **CWE:** 78 (Imprope...
non_defect
improper neutralization of special elements used in an os command os command injection command or argument injection filename admin service js line cwe improper neutralization of special elements used in an os command os command injection command or argument injection thi...
0
15,009
2,838,412,339
IssuesEvent
2015-05-27 07:29:03
ibus/ibus
https://api.github.com/repos/ibus/ibus
closed
Default shortcuts not turned off
Component-ibus Priority-Medium Type-Defect
``` What version of the product are you using? On what operating system? OS (Linux distributions, UNIX or ...): Fedora 16 Architecture (i386, x86_64): i386 IBus version: 1.4.0 Input method name and version: Python version: Python 2.7.2 (default, Oct 27 2011, 01:36:46) [GCC 4.6.1 20111003 (Red Hat 4.6.1-10)] on linu...
1.0
Default shortcuts not turned off - ``` What version of the product are you using? On what operating system? OS (Linux distributions, UNIX or ...): Fedora 16 Architecture (i386, x86_64): i386 IBus version: 1.4.0 Input method name and version: Python version: Python 2.7.2 (default, Oct 27 2011, 01:36:46) [GCC 4.6.1 2...
defect
default shortcuts not turned off what version of the product are you using on what operating system os linux distributions unix or fedora architecture ibus version input method name and version python version python default oct gcc red hat ...
1
46,506
13,055,923,636
IssuesEvent
2020-07-30 03:08:01
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
Qt detection broken for /cvmfs/icecube.opensciencegrid.org/py2-v1 (Trac #1330)
Incomplete Migration Migrated from Trac cmake defect
Migrated from https://code.icecube.wisc.edu/ticket/1330 ```json { "status": "closed", "changetime": "2019-01-12T00:01:05", "description": "This clause in config.cmake:\n{{{\n#\n# Find CVMFS software\n# (designed for py2-v2 port-less software)\n#\nif($ENV{SROOT} MATCHES \"^/cvmfs/icecube\" AND NOT SYSTEM_P...
1.0
Qt detection broken for /cvmfs/icecube.opensciencegrid.org/py2-v1 (Trac #1330) - Migrated from https://code.icecube.wisc.edu/ticket/1330 ```json { "status": "closed", "changetime": "2019-01-12T00:01:05", "description": "This clause in config.cmake:\n{{{\n#\n# Find CVMFS software\n# (designed for py2-v2 po...
defect
qt detection broken for cvmfs icecube opensciencegrid org trac migrated from json status closed changetime description this clause in config cmake n n n find cvmfs software n designed for port less software n nif env sroot matches cvmfs icec...
1
3,971
2,610,085,038
IssuesEvent
2015-02-26 18:25:53
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳彩光怎样治疗痤疮
auto-migrated Priority-Medium Type-Defect
``` 深圳彩光怎样治疗痤疮【深圳韩方科颜全国热线400-869-1818,24 小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩�� �秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,� ��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹 ”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内�� �业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上� ��痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:02
1.0
深圳彩光怎样治疗痤疮 - ``` 深圳彩光怎样治疗痤疮【深圳韩方科颜全国热线400-869-1818,24 小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩�� �秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,� ��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹 ”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内�� �业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上� ��痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:02
defect
深圳彩光怎样治疗痤疮 深圳彩光怎样治疗痤疮【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩�� �秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,� ��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹 ”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内�� �业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上� ��痘痘。 original issue reported on code google com by szft com on may at
1
325,991
9,941,265,181
IssuesEvent
2019-07-03 11:09:03
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.techspot.com - see bug description
browser-firefox-mobile engine-gecko priority-normal
<!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 6.0; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: --> **URL**: https://www.techspot.com/products/smartphones/lg-v30-plus.176024/ **Browser / Version**: Firefox Mobile 68.0 **Operating System**: Android 6.0 **Tested Anot...
1.0
www.techspot.com - see bug description - <!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 6.0; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: --> **URL**: https://www.techspot.com/products/smartphones/lg-v30-plus.176024/ **Browser / Version**: Firefox Mobile 68.0 **Oper...
non_defect
see bug description url browser version firefox mobile operating system android tested another browser unknown problem type something else description there should be lite versions of sites depending on speed of network steps to reproduce browser confi...
0
43,282
11,597,494,856
IssuesEvent
2020-02-24 21:00:07
SasView/sasview
https://api.github.com/repos/SasView/sasview
closed
P(r) plot should default to lin-lin axes not log-log
SasView Bug Fixing defect major
As per description, the default axes on P(r) plot are log-log and should be lin-lin
1.0
P(r) plot should default to lin-lin axes not log-log - As per description, the default axes on P(r) plot are log-log and should be lin-lin
defect
p r plot should default to lin lin axes not log log as per description the default axes on p r plot are log log and should be lin lin
1
81,562
31,024,902,379
IssuesEvent
2023-08-10 08:28:49
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
closed
[🐛 Bug]: When we set the capability "webSocketUrl" to true for chromium browsers, the new tab or window opened with anchor tag click, hangs up.
I-defect G-chromedriver
### What happened? Thank you so much for your time in advance. So was trying to implement BiDi Log in my project, for which I added the "webSocketUrl" capability as true in driver option. But since then the anchor links in my code started behaving strangely in chromium browsers. As in when we click on the anchor ...
1.0
[🐛 Bug]: When we set the capability "webSocketUrl" to true for chromium browsers, the new tab or window opened with anchor tag click, hangs up. - ### What happened? Thank you so much for your time in advance. So was trying to implement BiDi Log in my project, for which I added the "webSocketUrl" capability as true...
defect
when we set the capability websocketurl to true for chromium browsers the new tab or window opened with anchor tag click hangs up what happened thank you so much for your time in advance so was trying to implement bidi log in my project for which i added the websocketurl capability as true in dri...
1
742,990
25,881,895,553
IssuesEvent
2022-12-14 11:52:17
o3de/o3de
https://api.github.com/repos/o3de/o3de
opened
Script Canvas: Modifications made to "Entry" and "Exit" translation data are not reflected on the node
kind/bug needs-triage sig/content priority/major
**Describe the bug** Modifying the _Entry_ or _Exit_ translation date does not modify the node in Script Canvas. Additionally, the default tooltip values on the _Entry_ and _Exit_ pins are not reflected on the node. This results in the nodes which use the _entry_ / _exit_ parameters are missing their tooltips and th...
1.0
Script Canvas: Modifications made to "Entry" and "Exit" translation data are not reflected on the node - **Describe the bug** Modifying the _Entry_ or _Exit_ translation date does not modify the node in Script Canvas. Additionally, the default tooltip values on the _Entry_ and _Exit_ pins are not reflected on the no...
non_defect
script canvas modifications made to entry and exit translation data are not reflected on the node describe the bug modifying the entry or exit translation date does not modify the node in script canvas additionally the default tooltip values on the entry and exit pins are not reflected on the no...
0
38,912
9,022,212,723
IssuesEvent
2019-02-07 00:31:10
supertuxkart/stk-code
https://api.github.com/repos/supertuxkart/stk-code
reopened
Fullscreen broken with non-native resolutions [linux, cinammon]
C:GUI P3: normal T: defect
When using in fullscreen resolutions listed by irrlicht which are not my native resolution, STK changes my system-wide monitor resolution to the required one. This is similar to how I have seen game do it on windows, except windows is usable afterwards while my DE's UI is broken as it doesn't try to fit in the lowe...
1.0
Fullscreen broken with non-native resolutions [linux, cinammon] - When using in fullscreen resolutions listed by irrlicht which are not my native resolution, STK changes my system-wide monitor resolution to the required one. This is similar to how I have seen game do it on windows, except windows is usable afterwar...
defect
fullscreen broken with non native resolutions when using in fullscreen resolutions listed by irrlicht which are not my native resolution stk changes my system wide monitor resolution to the required one this is similar to how i have seen game do it on windows except windows is usable afterwards while my de s...
1
27,291
4,957,426,907
IssuesEvent
2016-12-02 04:25:17
TNGSB/eWallet
https://api.github.com/repos/TNGSB/eWallet
closed
eWallet_MobileApp(Login)_04112016 #020
Defect - High (Sev-2)
[Defect_Mobile App #020.xlsx](https://github.com/TNGSB/eWallet/files/577616/Defect_Mobile.App.020.xlsx) Test Description : To validate error message displayed when user input more than 14 characters for "ID Number" field Expected Result : System should display a correct error message Actual Result : System displa...
1.0
eWallet_MobileApp(Login)_04112016 #020 - [Defect_Mobile App #020.xlsx](https://github.com/TNGSB/eWallet/files/577616/Defect_Mobile.App.020.xlsx) Test Description : To validate error message displayed when user input more than 14 characters for "ID Number" field Expected Result : System should display a correct err...
defect
ewallet mobileapp login test description to validate error message displayed when user input more than characters for id number field expected result system should display a correct error message actual result system displayed wrong error message attached document for your perusal
1
199,715
15,780,276,958
IssuesEvent
2021-04-01 09:45:17
IrinaSing/welcome-to-js
https://api.github.com/repos/IrinaSing/welcome-to-js
closed
just-enough-js
documentation
- [x] 00-comments-and-logs.md - [x] 01-booleans.md - [x] 02-strings.md - [x] 03-undefined.md - [x] 04-variables.md - [x] 05-null.md - [x] 06-interactions.md - [x] 07-block-scope.md - [x] 08-conditionals.md - [x] 09-while-loops.md - [x] 10-break-and-continue.md - [x] 11-for-of-loops.md - [x] 12-numbers.md -...
1.0
just-enough-js - - [x] 00-comments-and-logs.md - [x] 01-booleans.md - [x] 02-strings.md - [x] 03-undefined.md - [x] 04-variables.md - [x] 05-null.md - [x] 06-interactions.md - [x] 07-block-scope.md - [x] 08-conditionals.md - [x] 09-while-loops.md - [x] 10-break-and-continue.md - [x] 11-for-of-loops.md - [x]...
non_defect
just enough js comments and logs md booleans md strings md undefined md variables md null md interactions md block scope md conditionals md while loops md break and continue md for of loops md numbers md for loops md ...
0
19,648
2,622,157,563
IssuesEvent
2015-03-04 00:08:42
byzhang/terrastore
https://api.github.com/repos/byzhang/terrastore
closed
Multiple servers configuration.
auto-migrated Milestone-0.2 Priority-Medium Project-Terrastore-Console Type-Feature
``` Implement support for configuring multiple servers and choose the one to connect to. ``` Original issue reported on code.google.com by `sergio.b...@gmail.com` on 25 Sep 2010 at 11:22
1.0
Multiple servers configuration. - ``` Implement support for configuring multiple servers and choose the one to connect to. ``` Original issue reported on code.google.com by `sergio.b...@gmail.com` on 25 Sep 2010 at 11:22
non_defect
multiple servers configuration implement support for configuring multiple servers and choose the one to connect to original issue reported on code google com by sergio b gmail com on sep at
0
13,277
8,169,860,136
IssuesEvent
2018-08-27 04:31:05
scala/scala-dev
https://api.github.com/repos/scala/scala-dev
opened
Enable classloader caching for macros and plugins in 2.13 ?
t:performance
In https://github.com/scala/scala/pull/6412 the caching that was added in 2.12.5 was turned off by default: > This PR switches the default in order to be conservative in a 2.12 minor release Can we reenable this for 2.13 now? The benefits look pretty good, from https://github.com/scala/scala/pull/6314: > In short...
True
Enable classloader caching for macros and plugins in 2.13 ? - In https://github.com/scala/scala/pull/6412 the caching that was added in 2.12.5 was turned off by default: > This PR switches the default in order to be conservative in a 2.12 minor release Can we reenable this for 2.13 now? The benefits look pretty go...
non_defect
enable classloader caching for macros and plugins in in the caching that was added in was turned off by default this pr switches the default in order to be conservative in a minor release can we reenable this for now the benefits look pretty good from in short this change seems t...
0
18,102
9,996,942,122
IssuesEvent
2019-07-12 02:02:49
fred3m/scarlet
https://api.github.com/repos/fred3m/scarlet
closed
Use standard numpy for all modules that don't need autograd
performance
Only `Blend` and `Observation` need `autograd.numpy`. We should avoid using it in all modules that are not in the backward path because it generates overhead and some vanilla numpy methods may be missing in autograd.
True
Use standard numpy for all modules that don't need autograd - Only `Blend` and `Observation` need `autograd.numpy`. We should avoid using it in all modules that are not in the backward path because it generates overhead and some vanilla numpy methods may be missing in autograd.
non_defect
use standard numpy for all modules that don t need autograd only blend and observation need autograd numpy we should avoid using it in all modules that are not in the backward path because it generates overhead and some vanilla numpy methods may be missing in autograd
0
177,240
28,375,596,363
IssuesEvent
2023-04-12 20:35:02
MozillaFoundation/foundation.mozilla.org
https://api.github.com/repos/MozillaFoundation/foundation.mozilla.org
opened
RCC Playbook Implementation Support
design RCC
Support dev(s)and stakeholder as the implementation process gets rolling for RCC.
1.0
RCC Playbook Implementation Support - Support dev(s)and stakeholder as the implementation process gets rolling for RCC.
non_defect
rcc playbook implementation support support dev s and stakeholder as the implementation process gets rolling for rcc
0
7,191
17,018,739,916
IssuesEvent
2021-07-02 15:31:18
Schmiddl99/experimenteverwaltung-i2
https://api.github.com/repos/Schmiddl99/experimenteverwaltung-i2
closed
Log-In-Vergabe recherchieren und Entscheidung treffen (B2)
architecture
Prüfung ob eigener Login entwickelt werden muss oder der von der HTW interne verwendet werden kann
1.0
Log-In-Vergabe recherchieren und Entscheidung treffen (B2) - Prüfung ob eigener Login entwickelt werden muss oder der von der HTW interne verwendet werden kann
non_defect
log in vergabe recherchieren und entscheidung treffen prüfung ob eigener login entwickelt werden muss oder der von der htw interne verwendet werden kann
0
39,348
9,411,914,654
IssuesEvent
2019-04-10 01:40:35
AtlasOfLivingAustralia/fieldcapture
https://api.github.com/repos/AtlasOfLivingAustralia/fieldcapture
closed
Dump command in ecodata does not save documents
priority-low status-new type-defect
_migrated from:_ https://code.google.com/p/ala/issues/detail?id=401 _date:_ Tue Dec 3 15:47:27 2013 _author:_ nickdos --- I took a dump of the test site and I noticed I didn't get any documents. I think this would be useful to have... If others agree I'm happy to add it to ecodata. Are there any other domain class...
1.0
Dump command in ecodata does not save documents - _migrated from:_ https://code.google.com/p/ala/issues/detail?id=401 _date:_ Tue Dec 3 15:47:27 2013 _author:_ nickdos --- I took a dump of the test site and I noticed I didn't get any documents. I think this would be useful to have... If others agree I'm happy to a...
defect
dump command in ecodata does not save documents migrated from date tue dec author nickdos i took a dump of the test site and i noticed i didn t get any documents i think this would be useful to have if others agree i m happy to add it to ecodata are there any other domain classes th...
1
5,757
2,610,214,857
IssuesEvent
2015-02-26 19:08:33
chrsmith/somefinders
https://api.github.com/repos/chrsmith/somefinders
opened
ogg.dll для gta san andreas.txt
auto-migrated Priority-Medium Type-Defect
``` '''Будимир Уваров''' Привет всем не подскажите где можно найти .ogg.dll для gta san andreas.txt. где то видел уже '''Антон Александров''' Вот хороший сайт где можно скачать http://bit.ly/Hth5NR '''Витольд Рогов''' Просит ввести номер мобилы!Не опасно ли это? '''Горислав Орлов''' Неа все ок у меня ничего не спи...
1.0
ogg.dll для gta san andreas.txt - ``` '''Будимир Уваров''' Привет всем не подскажите где можно найти .ogg.dll для gta san andreas.txt. где то видел уже '''Антон Александров''' Вот хороший сайт где можно скачать http://bit.ly/Hth5NR '''Витольд Рогов''' Просит ввести номер мобилы!Не опасно ли это? '''Горислав Орлов'...
defect
ogg dll для gta san andreas txt будимир уваров привет всем не подскажите где можно найти ogg dll для gta san andreas txt где то видел уже антон александров вот хороший сайт где можно скачать витольд рогов просит ввести номер мобилы не опасно ли это горислав орлов неа все ок у мен...
1
34,483
7,452,034,235
IssuesEvent
2018-03-29 06:43:44
kerdokullamae/test_koik_issued
https://api.github.com/repos/kerdokullamae/test_koik_issued
closed
nimistut ei saa lisada, kui arhiiv all nimistuid ees ei ole
C: AIS P: normal R: fixed T: defect
**Reported by katrin vesterblom on 10 May 2013 13:21 UTC** rahvusarhiiv.tietotest.ee Sisse loginud nii test.test kui katrinv. Tundub, et Nimistu lisamise link on jälle ära kadunud. Nimistut saab lisada ainult siis, kui Arhiivi all juba on nimistuid, ja kui sealt mõni lahti võtta, siis küll tuleb vastav link. M...
1.0
nimistut ei saa lisada, kui arhiiv all nimistuid ees ei ole - **Reported by katrin vesterblom on 10 May 2013 13:21 UTC** rahvusarhiiv.tietotest.ee Sisse loginud nii test.test kui katrinv. Tundub, et Nimistu lisamise link on jälle ära kadunud. Nimistut saab lisada ainult siis, kui Arhiivi all juba on nimistuid, ja...
defect
nimistut ei saa lisada kui arhiiv all nimistuid ees ei ole reported by katrin vesterblom on may utc rahvusarhiiv tietotest ee sisse loginud nii test test kui katrinv tundub et nimistu lisamise link on jälle ära kadunud nimistut saab lisada ainult siis kui arhiivi all juba on nimistuid ja kui s...
1
38,543
5,191,099,126
IssuesEvent
2017-01-21 16:52:54
ukdtom/WebTools.bundle
https://api.github.com/repos/ukdtom/WebTools.bundle
closed
add ability to search plugins
enhancement Ready for testing
add ability to search plugins. I want to search all plugins that are related to anime, but I have to go through all and every page atm
1.0
add ability to search plugins - add ability to search plugins. I want to search all plugins that are related to anime, but I have to go through all and every page atm
non_defect
add ability to search plugins add ability to search plugins i want to search all plugins that are related to anime but i have to go through all and every page atm
0
136,181
30,493,161,999
IssuesEvent
2023-07-18 09:03:56
FerretDB/FerretDB
https://api.github.com/repos/FerretDB/FerretDB
opened
Integration tests should have a more lightweight mode for dev machines
code/chore not ready
### What should be done? * The amount of parallelism used should be constrained (right now we can get millions of goroutines) * The RAM used should be reduced, if possible (right now it's around 6GB?); it's probably connected to the number of goroutines * The default timeout should be higher for desktop environments...
1.0
Integration tests should have a more lightweight mode for dev machines - ### What should be done? * The amount of parallelism used should be constrained (right now we can get millions of goroutines) * The RAM used should be reduced, if possible (right now it's around 6GB?); it's probably connected to the number of go...
non_defect
integration tests should have a more lightweight mode for dev machines what should be done the amount of parallelism used should be constrained right now we can get millions of goroutines the ram used should be reduced if possible right now it s around it s probably connected to the number of goro...
0
5,287
12,294,476,903
IssuesEvent
2020-05-11 00:08:15
avidrucker/autofocus-exp
https://api.github.com/repos/avidrucker/autofocus-exp
closed
Architect determines snapshot testing option for desktop electron app
15 min architecture no-issue-activity research testing web app
Appears that mocha and enzyme can be combined to provide this type of testing. Also worth checking out this: https://github.com/wellguimaraes/mocha-snapshots
1.0
Architect determines snapshot testing option for desktop electron app - Appears that mocha and enzyme can be combined to provide this type of testing. Also worth checking out this: https://github.com/wellguimaraes/mocha-snapshots
non_defect
architect determines snapshot testing option for desktop electron app appears that mocha and enzyme can be combined to provide this type of testing also worth checking out this
0
74,417
25,120,524,442
IssuesEvent
2022-11-09 07:42:29
matrix-org/matrix-public-archive
https://api.github.com/repos/matrix-org/matrix-public-archive
opened
Visiting a non-existent event permalink `?at=$xxx` throws an error
T-Defect A-archive-room-view
Visiting a non-existent event permalink `?at=$xxx` throws an error: `TypeError: Cannot read properties of undefined (reading 'setIsHighlighted')` which corresponds to [`shared/viewmodels/ArchiveRoomViewModel.js#L153`](https://github.com/matrix-org/matrix-public-archive/blob/dc85e839a12945371da588fb84b540db0712a94e/s...
1.0
Visiting a non-existent event permalink `?at=$xxx` throws an error - Visiting a non-existent event permalink `?at=$xxx` throws an error: `TypeError: Cannot read properties of undefined (reading 'setIsHighlighted')` which corresponds to [`shared/viewmodels/ArchiveRoomViewModel.js#L153`](https://github.com/matrix-org/...
defect
visiting a non existent event permalink at xxx throws an error visiting a non existent event permalink at xxx throws an error typeerror cannot read properties of undefined reading setishighlighted which corresponds to rethrownerror failed to render hydrogen to string in order to repro...
1
7,526
2,610,404,140
IssuesEvent
2015-02-26 20:11:21
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
closed
Mechis III and Foerost Description
auto-migrated Priority-Medium Type-Defect
``` In GC, the descriptions of Foerost and Mechis III do not indicate that they can build capital ships, when in fact they can. ``` ----- Original issue reported on code.google.com by `jkouzman...@gmail.com` on 29 Jun 2011 at 4:56
1.0
Mechis III and Foerost Description - ``` In GC, the descriptions of Foerost and Mechis III do not indicate that they can build capital ships, when in fact they can. ``` ----- Original issue reported on code.google.com by `jkouzman...@gmail.com` on 29 Jun 2011 at 4:56
defect
mechis iii and foerost description in gc the descriptions of foerost and mechis iii do not indicate that they can build capital ships when in fact they can original issue reported on code google com by jkouzman gmail com on jun at
1
61,192
17,023,631,045
IssuesEvent
2021-07-03 03:01:01
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
[roads] ref tags are not rendered when highway=secondary + bridge=yes are used
Component: mapnik Priority: minor Resolution: wontfix Type: defect
**[Submitted to the original trac issue database at 3.36am, Tuesday, 7th September 2010]** When ref tags are present on highway=secondary + bridge=yes ways, the ref tags are not being rendered. Even on the lowest zooms it will not render period. Here's an example on a long bridge where it's very noticeable on z=18...
1.0
[roads] ref tags are not rendered when highway=secondary + bridge=yes are used - **[Submitted to the original trac issue database at 3.36am, Tuesday, 7th September 2010]** When ref tags are present on highway=secondary + bridge=yes ways, the ref tags are not being rendered. Even on the lowest zooms it will not render...
defect
ref tags are not rendered when highway secondary bridge yes are used when ref tags are present on highway secondary bridge yes ways the ref tags are not being rendered even on the lowest zooms it will not render period here s an example on a long bridge where it s very noticeable on z because if...
1
825,874
31,476,115,132
IssuesEvent
2023-08-30 10:49:11
vscentrum/vsc-software-stack
https://api.github.com/repos/vscentrum/vsc-software-stack
closed
Omnipose
difficulty: easy new priority: medium Python site:t1_ugent_hortense GPU sources-only
* link to support ticket: [#2023013160000892](https://otrsdict.ugent.be/otrs/index.pl?Action=AgentTicketZoom;TicketID=108644) * website: https://omnipose.readthedocs.io/ * installation docs: https://omnipose.readthedocs.io/installation.html * toolchain: `foss/2022a` * easyblock to use: `PythonBundle` * required de...
1.0
Omnipose - * link to support ticket: [#2023013160000892](https://otrsdict.ugent.be/otrs/index.pl?Action=AgentTicketZoom;TicketID=108644) * website: https://omnipose.readthedocs.io/ * installation docs: https://omnipose.readthedocs.io/installation.html * toolchain: `foss/2022a` * easyblock to use: `PythonBundle` * ...
non_defect
omnipose link to support ticket website installation docs toolchain foss easyblock to use pythonbundle required dependencies see notes effort tbd
0
10,137
2,618,938,156
IssuesEvent
2015-03-03 00:02:59
chrsmith/open-ig
https://api.github.com/repos/chrsmith/open-ig
closed
i get this error message every time i run the open ig launcher
auto-migrated Priority-Medium Type-Defect
``` Java version: 1.7.0_51 Java vendor: Oracle Corporation (http://java.oracle.com/) Java class version: 51.0 Operating system: Windows Vista, x86, 6.0 32bit Game version: 0.95.160 Command line: [-memonce, -en, -continue] Available memory: 27 MB Maximum memory: 742 MB Parallelism: 2 Language:...
1.0
i get this error message every time i run the open ig launcher - ``` Java version: 1.7.0_51 Java vendor: Oracle Corporation (http://java.oracle.com/) Java class version: 51.0 Operating system: Windows Vista, x86, 6.0 32bit Game version: 0.95.160 Command line: [-memonce, -en, -continue] Available memor...
defect
i get this error message every time i run the open ig launcher java version java vendor oracle corporation java class version operating system windows vista game version command line available memory mb maximum memory mb parallelism langua...
1
248,964
26,869,353,279
IssuesEvent
2023-02-04 08:51:10
CMSgov/mdct-mcr
https://api.github.com/repos/CMSgov/mdct-mcr
opened
SHF - mdct-mcr - main - MEDIUM - CloudFront.7 CloudFront distributions should use custom SSL/TLS certificates
security-hub main
************************************************************** __This issue was generated from Security Hub data and is managed through automation.__ Please do not edit the title or body of this issue, or remove the security-hub tag. All other edits/comments are welcome. Finding Id: arn:aws:securityhub:us-east-1:44671...
True
SHF - mdct-mcr - main - MEDIUM - CloudFront.7 CloudFront distributions should use custom SSL/TLS certificates - ************************************************************** __This issue was generated from Security Hub data and is managed through automation.__ Please do not edit the title or body of this issue, or rem...
non_defect
shf mdct mcr main medium cloudfront cloudfront distributions should use custom ssl tls certificates this issue was generated from security hub data and is managed through automation please do not edit the title or body of this issue or rem...
0
11,948
2,671,138,402
IssuesEvent
2015-03-24 02:28:38
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
Cake 2.2.3 Router::url() return not complete http protocol string
Defect On hold routing
Hello , When i call Router::url('/') or $this->Html->url('/') both method returning "http:/" NOT returning "http://" less "/". I'm using sub domain. Example: echo Router::url('/') output: http:/mysub.myhost.com
1.0
Cake 2.2.3 Router::url() return not complete http protocol string - Hello , When i call Router::url('/') or $this->Html->url('/') both method returning "http:/" NOT returning "http://" less "/". I'm using sub domain. Example: echo Router::url('/') output: http:/mysub.myhost.com
defect
cake router url return not complete http protocol string hello when i call router url or this html url both method returning http not returning less i m using sub domain example echo router url output http mysub myhost com
1
66,608
20,374,088,139
IssuesEvent
2022-02-21 14:03:40
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Bad deserialisation of nested record TIMESTAMP value in PostgreSQL
T: Defect C: Functionality C: DB: PostgreSQL P: Medium E: All Editions
When reading a nested record of this type in PostgreSQL (from #4964): ```sql CREATE TYPE u_4964 AS ( ts timestamp, tstz timestamptz ) ``` And then, attaching converters as discussed in #4964, and then e.g. using the following test: ```java @Test public void testPostgresCompositeTypeWithBinding() { ...
1.0
Bad deserialisation of nested record TIMESTAMP value in PostgreSQL - When reading a nested record of this type in PostgreSQL (from #4964): ```sql CREATE TYPE u_4964 AS ( ts timestamp, tstz timestamptz ) ``` And then, attaching converters as discussed in #4964, and then e.g. using the following test: `...
defect
bad deserialisation of nested record timestamp value in postgresql when reading a nested record of this type in postgresql from sql create type u as ts timestamp tstz timestamptz and then attaching converters as discussed in and then e g using the following test java ...
1
92,975
19,011,925,401
IssuesEvent
2021-11-23 10:14:53
kitsudaiki/libKitsunemimiSakuraLang
https://api.github.com/repos/kitsudaiki/libKitsunemimiSakuraLang
closed
rename special group type
API-breaking Code cleanup / QA
## Cleanup-request ### Description The blossoms without group have as group-definition the name `special`. This should be changed to simply `-`.
1.0
rename special group type - ## Cleanup-request ### Description The blossoms without group have as group-definition the name `special`. This should be changed to simply `-`.
non_defect
rename special group type cleanup request description the blossoms without group have as group definition the name special this should be changed to simply
0
295,642
9,099,580,767
IssuesEvent
2019-02-20 05:14:41
amazing-username/FreshAir
https://api.github.com/repos/amazing-username/FreshAir
opened
Remove DatabaseManager
Clean up Low Priority
Remove the _DatabaseManager_ kotlin class file. **Note**: Not to be confused with the _DatabaseManager_ class within the _LoginActivity_ activity
1.0
Remove DatabaseManager - Remove the _DatabaseManager_ kotlin class file. **Note**: Not to be confused with the _DatabaseManager_ class within the _LoginActivity_ activity
non_defect
remove databasemanager remove the databasemanager kotlin class file note not to be confused with the databasemanager class within the loginactivity activity
0
814,359
30,504,629,492
IssuesEvent
2023-07-18 15:59:03
outobugi/Terrain3D
https://api.github.com/repos/outobugi/Terrain3D
opened
Import control maps from other tools
idea low priority
Import the texturing control map from other tools. WorldMachine, Unity, UE, hterrain, etc. This will require understanding and writing code for each proprietary format then convert it to our own. And the importer tool needs to map channels.
1.0
Import control maps from other tools - Import the texturing control map from other tools. WorldMachine, Unity, UE, hterrain, etc. This will require understanding and writing code for each proprietary format then convert it to our own. And the importer tool needs to map channels.
non_defect
import control maps from other tools import the texturing control map from other tools worldmachine unity ue hterrain etc this will require understanding and writing code for each proprietary format then convert it to our own and the importer tool needs to map channels
0
439,231
30,685,945,037
IssuesEvent
2023-07-26 12:22:32
kiran-evans/kreddit
https://api.github.com/repos/kiran-evans/kreddit
closed
Write README that documents the project
documentation
Write a README (using Markdown) that documents your project including: Wireframes Technologies used Features Future work
1.0
Write README that documents the project - Write a README (using Markdown) that documents your project including: Wireframes Technologies used Features Future work
non_defect
write readme that documents the project write a readme using markdown that documents your project including wireframes technologies used features future work
0
57,866
6,559,286,896
IssuesEvent
2017-09-07 02:48:23
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
reopened
Test: System.IO.Tests.DirectoryInfo_Delete_bool/Unix_NotFoundDirectory_ReadOnlyVolume failed with "Xunit.Sdk.TrueException"
area-System.IO test-run-core
Opened on behalf of @Jiayili1 The test `System.IO.Tests.DirectoryInfo_Delete_bool/Unix_NotFoundDirectory_ReadOnlyVolume` has failed. Assert.True() Failure Expected: True Actual: False Stack Trace: at System.IO.Tests.FileSystemTest.RunAsSudo(String commandLine) in /root/corefx/src/System...
1.0
Test: System.IO.Tests.DirectoryInfo_Delete_bool/Unix_NotFoundDirectory_ReadOnlyVolume failed with "Xunit.Sdk.TrueException" - Opened on behalf of @Jiayili1 The test `System.IO.Tests.DirectoryInfo_Delete_bool/Unix_NotFoundDirectory_ReadOnlyVolume` has failed. Assert.True() Failure Expected: True Actual: Fals...
non_defect
test system io tests directoryinfo delete bool unix notfounddirectory readonlyvolume failed with xunit sdk trueexception opened on behalf of the test system io tests directoryinfo delete bool unix notfounddirectory readonlyvolume has failed assert true failure expected true actual false ...
0
79,093
27,973,353,225
IssuesEvent
2023-03-25 09:21:39
projectwallace/css-analyzer
https://api.github.com/repos/projectwallace/css-analyzer
closed
Analyzer breaks on encoding issue
🐛 defect ⚠️ tests
```css @font-face { font-family: &#x27;Graphik&#x27;; font-stretch: normal; font-style: normal; font-weight: 400; font-display: swap; src: url(&#x27;https://www.vistaprint.nl/swan/v1/fonts/graphic_regular2.7c96db81b23a97fd67cbeb7e7efad583.woff2&#x27;) format(&#x27;...
1.0
Analyzer breaks on encoding issue - ```css @font-face { font-family: &#x27;Graphik&#x27;; font-stretch: normal; font-style: normal; font-weight: 400; font-display: swap; src: url(&#x27;https://www.vistaprint.nl/swan/v1/fonts/graphic_regular2.7c96db81b23a97fd67cbeb7...
defect
analyzer breaks on encoding issue css font face font family graphik font stretch normal font style normal font weight font display swap src url format url format woff fon...
1
372,344
11,012,930,426
IssuesEvent
2019-12-04 19:21:41
mozilla/experimenter
https://api.github.com/repos/mozilla/experimenter
closed
Max Firefox version should be allowed to be equal to min Firefox version
Enhancement P1 - High Priority
It should be valid to have the same version for min and max versions, to indicate that an experiment runs on only one version of Firefox. This restriction made sense when max version was optional, but now it means there are experiments we can't represent. ![image](https://user-images.githubusercontent.com/305049/700...
1.0
Max Firefox version should be allowed to be equal to min Firefox version - It should be valid to have the same version for min and max versions, to indicate that an experiment runs on only one version of Firefox. This restriction made sense when max version was optional, but now it means there are experiments we can't ...
non_defect
max firefox version should be allowed to be equal to min firefox version it should be valid to have the same version for min and max versions to indicate that an experiment runs on only one version of firefox this restriction made sense when max version was optional but now it means there are experiments we can t ...
0
46,448
13,055,913,388
IssuesEvent
2020-07-30 03:06:10
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
[genie-icetray] needs updated RELEASE_NOTES (Trac #1213)
Incomplete Migration Migrated from Trac combo simulation defect
Migrated from https://code.icecube.wisc.edu/ticket/1213 ```json { "status": "closed", "changetime": "2016-03-18T21:14:03", "description": "There are several commits on trunk that need to be added to the RELEASE_NOTES.", "reporter": "david.schultz", "cc": "melanie.day", "resolution": "fixed"...
1.0
[genie-icetray] needs updated RELEASE_NOTES (Trac #1213) - Migrated from https://code.icecube.wisc.edu/ticket/1213 ```json { "status": "closed", "changetime": "2016-03-18T21:14:03", "description": "There are several commits on trunk that need to be added to the RELEASE_NOTES.", "reporter": "david.sch...
defect
needs updated release notes trac migrated from json status closed changetime description there are several commits on trunk that need to be added to the release notes reporter david schultz cc melanie day resolution fixed ...
1
7,552
2,603,406,117
IssuesEvent
2015-02-24 15:53:15
olga-jane/prizm
https://api.github.com/repos/olga-jane/prizm
closed
problem with external Files
Attachments bug bug - functional bug - UI Coding MEDIUM priority
We could see list of attached files only after saving of pipe (release Note/ Spool/ Componentry/ Joint)
1.0
problem with external Files - We could see list of attached files only after saving of pipe (release Note/ Spool/ Componentry/ Joint)
non_defect
problem with external files we could see list of attached files only after saving of pipe release note spool componentry joint
0
82,059
31,885,601,842
IssuesEvent
2023-09-16 22:47:11
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
opened
Abnormally slow read and write speeds of SSD pool?
Type: Defect
I'm struggling to pin point the source of a problem i'm having with a ZFS pool built with SSD's. Both the read and write performance of the pool is abnormally low. The performance of a single disk in the pool massively outperforms the entire pool in both short term and sustained reads and writes. I've been using th...
1.0
Abnormally slow read and write speeds of SSD pool? - I'm struggling to pin point the source of a problem i'm having with a ZFS pool built with SSD's. Both the read and write performance of the pool is abnormally low. The performance of a single disk in the pool massively outperforms the entire pool in both short te...
defect
abnormally slow read and write speeds of ssd pool i m struggling to pin point the source of a problem i m having with a zfs pool built with ssd s both the read and write performance of the pool is abnormally low the performance of a single disk in the pool massively outperforms the entire pool in both short te...
1
255,681
21,944,898,625
IssuesEvent
2022-05-23 22:42:39
meshery/meshery-kuma
https://api.github.com/repos/meshery/meshery-kuma
closed
Add end-to-end tests using service-mesh-pattern file.
area/tests area/ci issue/stale
#### Current Behavior Currently e2e tests in the adapter only run tests for vanilla service mesh installation and for addons. #### Desired Behavior The link below is of an example patternfile that should also be deployed and assertions should be made. https://github.com/service-mesh-patterns/service-mesh-patterns...
1.0
Add end-to-end tests using service-mesh-pattern file. - #### Current Behavior Currently e2e tests in the adapter only run tests for vanilla service mesh installation and for addons. #### Desired Behavior The link below is of an example patternfile that should also be deployed and assertions should be made. https:...
non_defect
add end to end tests using service mesh pattern file current behavior currently tests in the adapter only run tests for vanilla service mesh installation and for addons desired behavior the link below is of an example patternfile that should also be deployed and assertions should be made ...
0
43,897
11,874,530,016
IssuesEvent
2020-03-26 19:10:12
Cockatrice/Cockatrice
https://api.github.com/repos/Cockatrice/Cockatrice
closed
Crash closing cockatrice with an open game
App - Cockatrice Defect - Crash
I was testing #1045, playing a 1-player local game with my hand revealed and looking at the graveyard (image at https://github.com/Cockatrice/Cockatrice/pull/1045#issuecomment-98374407). Closing down cockatrice i got the "you're still playing a game, are you sure?" popup and answered yes. Then cockarice crashed. Releva...
1.0
Crash closing cockatrice with an open game - I was testing #1045, playing a 1-player local game with my hand revealed and looking at the graveyard (image at https://github.com/Cockatrice/Cockatrice/pull/1045#issuecomment-98374407). Closing down cockatrice i got the "you're still playing a game, are you sure?" popup and...
defect
crash closing cockatrice with an open game i was testing playing a player local game with my hand revealed and looking at the graveyard image at closing down cockatrice i got the you re still playing a game are you sure popup and answered yes then cockarice crashed relevant backtrace thread cra...
1
12,614
2,712,176,977
IssuesEvent
2015-04-09 12:08:56
xgenvn/android-vnc-server
https://api.github.com/repos/xgenvn/android-vnc-server
closed
How to use JNI to open the fb0 ?
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Edit int main(int argc,char **argv) to void start() 2. Add a JNI function to call start(). JNIEXPORT jint JNICALL Java_com_vnc_start(JNIEnv *env, jobject this) { start(); } compile vnc server to libandroidvncserver.so. 3. In java file,add code System.loadLibrary(androi...
1.0
How to use JNI to open the fb0 ? - ``` What steps will reproduce the problem? 1. Edit int main(int argc,char **argv) to void start() 2. Add a JNI function to call start(). JNIEXPORT jint JNICALL Java_com_vnc_start(JNIEnv *env, jobject this) { start(); } compile vnc server to libandroidvncserver.so. 3. In java file...
defect
how to use jni to open the what steps will reproduce the problem edit int main int argc char argv to void start add a jni function to call start jniexport jint jnicall java com vnc start jnienv env jobject this start compile vnc server to libandroidvncserver so in java file a...
1
33,734
7,208,952,888
IssuesEvent
2018-02-07 06:22:53
TV-Rename/tvrename
https://api.github.com/repos/TV-Rename/tvrename
closed
Folder monitor doesn't consider the starting folder(s) as show folders
Priority-Medium Retest needed Type-Defect auto-migrated
``` Only starts working from subfolders ``` Original issue reported on code.google.com by `tvren...@tvrename.com` on 10 Sep 2009 at 1:11
1.0
Folder monitor doesn't consider the starting folder(s) as show folders - ``` Only starts working from subfolders ``` Original issue reported on code.google.com by `tvren...@tvrename.com` on 10 Sep 2009 at 1:11
defect
folder monitor doesn t consider the starting folder s as show folders only starts working from subfolders original issue reported on code google com by tvren tvrename com on sep at
1
246,990
26,664,338,361
IssuesEvent
2023-01-26 01:04:48
HaloSPV3/halospv3.github.io
https://api.github.com/repos/HaloSPV3/halospv3.github.io
opened
commonmarkerv0.23.6: 3 vulnerabilities (highest severity is: 5.3)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commonmarkerv0.23.6</b></p></summary> <p> <p>Ruby wrapper for libcmark (CommonMark parser)</p> <p>Library home page: <a href=https://github.com/gjtorikian/commonmarke...
True
commonmarkerv0.23.6: 3 vulnerabilities (highest severity is: 5.3) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commonmarkerv0.23.6</b></p></summary> <p> <p>Ruby wrapper for libcmark (CommonMark parser)</p> <p>...
non_defect
vulnerabilities highest severity is vulnerable library ruby wrapper for libcmark commonmark parser library home page a href found in head commit a href vulnerable source files vulnerabilities cve severity cvss dependency typ...
0
60,783
3,134,252,323
IssuesEvent
2015-09-10 08:59:41
HellscreamWoW/Tracker
https://api.github.com/repos/HellscreamWoW/Tracker
closed
warlocks drain life over powered
Class-Warlock Priority-Critical Type-Spell
hello, hows every body doing, well i have a problem with the warlocks, there drain life is super op a lvl 45 its like 1k damage per tick and heal like 2k please fix this
1.0
warlocks drain life over powered - hello, hows every body doing, well i have a problem with the warlocks, there drain life is super op a lvl 45 its like 1k damage per tick and heal like 2k please fix this
non_defect
warlocks drain life over powered hello hows every body doing well i have a problem with the warlocks there drain life is super op a lvl its like damage per tick and heal like please fix this
0
205,197
15,596,487,609
IssuesEvent
2021-03-18 15:54:58
AdoptOpenJDK/ci-jenkins-pipelines
https://api.github.com/repos/AdoptOpenJDK/ci-jenkins-pipelines
closed
Propose moving Test lists and Enable Test bool to a config file
enhancement testing
As a third party user, I will tend to have a different test list than what is in [build_base_file.groovy](https://github.com/AdoptOpenJDK/ci-jenkins-pipelines/blob/1a4acb80e65b6cab141398a162523973b3b618e0/pipelines/build/common/build_base_file.groovy#L70). I will also not necessarily want to follow changes made to ENAB...
1.0
Propose moving Test lists and Enable Test bool to a config file - As a third party user, I will tend to have a different test list than what is in [build_base_file.groovy](https://github.com/AdoptOpenJDK/ci-jenkins-pipelines/blob/1a4acb80e65b6cab141398a162523973b3b618e0/pipelines/build/common/build_base_file.groovy#L70...
non_defect
propose moving test lists and enable test bool to a config file as a third party user i will tend to have a different test list than what is in i will also not necessarily want to follow changes made to enable tests such as i am proposing we move these values into a configuration file so that users can point t...
0
54,009
13,307,321,258
IssuesEvent
2020-08-25 21:56:13
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
reopened
Schedule: columnHeaderFormat Locale Ignored
defect
**Describe the defect** When I specify a custom value for `columnHeaderFormat`, the locale is not honored anymore. E.g., I get **Mo, Tu, ... Su**, instead of their French equivalent **Lu, Ma, ... Di**. Note that I do get the French names when `columnHeaderFormat` is not explicitly specified. ``` <p:schedule columnHe...
1.0
Schedule: columnHeaderFormat Locale Ignored - **Describe the defect** When I specify a custom value for `columnHeaderFormat`, the locale is not honored anymore. E.g., I get **Mo, Tu, ... Su**, instead of their French equivalent **Lu, Ma, ... Di**. Note that I do get the French names when `columnHeaderFormat` is not ex...
defect
schedule columnheaderformat locale ignored describe the defect when i specify a custom value for columnheaderformat the locale is not honored anymore e g i get mo tu su instead of their french equivalent lu ma di note that i do get the french names when columnheaderformat is not ex...
1
480,683
13,865,321,230
IssuesEvent
2020-10-16 03:59:47
naipaka/NextSunnyDay-iOS
https://api.github.com/repos/naipaka/NextSunnyDay-iOS
opened
天気予報データのソースを載せる
enhancement priority: high type: features
# 概要 天気予報データがどこ情報なのかを明記する 設定から見れるようにしたい # 対応内容 - [ ] 設定項目に「天気予報データについて」を追加 - [ ] 天気予報データについての画面を実装 - [ ] リンク載せたりする
1.0
天気予報データのソースを載せる - # 概要 天気予報データがどこ情報なのかを明記する 設定から見れるようにしたい # 対応内容 - [ ] 設定項目に「天気予報データについて」を追加 - [ ] 天気予報データについての画面を実装 - [ ] リンク載せたりする
non_defect
天気予報データのソースを載せる 概要 天気予報データがどこ情報なのかを明記する 設定から見れるようにしたい 対応内容 設定項目に「天気予報データについて」を追加 天気予報データについての画面を実装 リンク載せたりする
0
13,926
2,789,761,488
IssuesEvent
2015-05-08 21:19:48
google/google-visualization-api-issues
https://api.github.com/repos/google/google-visualization-api-issues
opened
Bug: Line chart x-axis looks "bad" (pixellated/squashed) when labels are at an angle
Priority-Low Type-Defect
Original [issue 69](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=69) created by orwant on 2009-09-30T16:15:12.000Z: <b>What steps will reproduce the problem? Please provide a link to a</b> <b>demonstration page if at all possible, or attach code.</b> 1. See attached screenshot 2. Note so...
1.0
Bug: Line chart x-axis looks "bad" (pixellated/squashed) when labels are at an angle - Original [issue 69](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=69) created by orwant on 2009-09-30T16:15:12.000Z: <b>What steps will reproduce the problem? Please provide a link to a</b> <b>demonstrat...
defect
bug line chart x axis looks bad pixellated squashed when labels are at an angle original created by orwant on what steps will reproduce the problem please provide a link to a demonstration page if at all possible or attach code see attached screenshot note some of the letters are ...
1
67,335
20,961,606,136
IssuesEvent
2022-03-27 21:48:16
abedmaatalla/sipdroid
https://api.github.com/repos/abedmaatalla/sipdroid
closed
No Ringtone or Vibrate on Incoming Calls
Priority-Medium Type-Defect auto-migrated
``` What steps will reproduce the problem? 1. Receive incoming call. 2. 3. What is the expected output? What do you see instead? Phone will play ringtone and vibrate with incoming call. Phone rings for a second on incoming call then ringtone mutes. Can answer call and call works normally. On subsequent calls, no ...
1.0
No Ringtone or Vibrate on Incoming Calls - ``` What steps will reproduce the problem? 1. Receive incoming call. 2. 3. What is the expected output? What do you see instead? Phone will play ringtone and vibrate with incoming call. Phone rings for a second on incoming call then ringtone mutes. Can answer call and call...
defect
no ringtone or vibrate on incoming calls what steps will reproduce the problem receive incoming call what is the expected output what do you see instead phone will play ringtone and vibrate with incoming call phone rings for a second on incoming call then ringtone mutes can answer call and call...
1
146,035
13,169,258,407
IssuesEvent
2020-08-11 13:29:17
iter8-tools/docs
https://api.github.com/repos/iter8-tools/docs
closed
Move to Netlify
documentation
@spartha @fabolive @kalantar I spent a portion of the day looking into Netlify and I am very excited, I think this is definitely the way to move forward. Netlify gives us a two very important advantages. It allows us to create the documentation without storing the archived (minified) versions of previous documentation....
1.0
Move to Netlify - @spartha @fabolive @kalantar I spent a portion of the day looking into Netlify and I am very excited, I think this is definitely the way to move forward. Netlify gives us a two very important advantages. It allows us to create the documentation without storing the archived (minified) versions of previ...
non_defect
move to netlify spartha fabolive kalantar i spent a portion of the day looking into netlify and i am very excited i think this is definitely the way to move forward netlify gives us a two very important advantages it allows us to create the documentation without storing the archived minified versions of previ...
0
70,057
22,829,726,747
IssuesEvent
2022-07-12 11:52:49
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
closed
[🐛 Bug]: KeyError: 'google-chrome' - python selenium webdriver
I-defect needs-triaging
### What happened? # GOAL - not to get the error (both code snippet generates the same error) - it is running on an aws ec2 ubuntu - importing this for web scraping with python, selenium, beautifulsoup as continuously loading JS webpage - I follow this guide [L](https://oak-tree.tech/blog/python-web-scraping-sel...
1.0
[🐛 Bug]: KeyError: 'google-chrome' - python selenium webdriver - ### What happened? # GOAL - not to get the error (both code snippet generates the same error) - it is running on an aws ec2 ubuntu - importing this for web scraping with python, selenium, beautifulsoup as continuously loading JS webpage - I follow...
defect
keyerror google chrome python selenium webdriver what happened goal not to get the error both code snippet generates the same error it is running on an aws ubuntu importing this for web scraping with python selenium beautifulsoup as continuously loading js webpage i follow this gui...
1
138,373
12,814,323,151
IssuesEvent
2020-07-04 18:03:39
msw009/OBL
https://api.github.com/repos/msw009/OBL
closed
OBL Password Manager
documentation enhancement
## Description When applicable, clan secrets will be generated, secured, stored, and controlled using a password manager. After an architectural design review, @msw009 has advised that KeePass 2.x be used. Only designated individuals will be granted access, and access will be reviewed on a periodic basis. 1. Download...
1.0
OBL Password Manager - ## Description When applicable, clan secrets will be generated, secured, stored, and controlled using a password manager. After an architectural design review, @msw009 has advised that KeePass 2.x be used. Only designated individuals will be granted access, and access will be reviewed on a perio...
non_defect
obl password manager description when applicable clan secrets will be generated secured stored and controlled using a password manager after an architectural design review has advised that keepass x be used only designated individuals will be granted access and access will be reviewed on a periodic b...
0
81,140
30,726,776,588
IssuesEvent
2023-07-27 20:22:36
dotCMS/core
https://api.github.com/repos/dotCMS/core
closed
Deleting a content type with large amounts of content takes forever, times out
Type : Defect QA : Approved Doc : Needs Doc Merged dotCMS : Content Management OKR : Application Performance Note to QA QA : Passed Internal Team : Scout Priority : 1 Show Stopper OKR : Customer Support Release : 23.06
We have customers with content types with large amounts of content objects - say 300,000 records. When the customer goes to delete these content types, the system locks up and the deletion process times out. We need a new pattern whereby we delete content types superficially - maybe just delete the entry from the str...
1.0
Deleting a content type with large amounts of content takes forever, times out - We have customers with content types with large amounts of content objects - say 300,000 records. When the customer goes to delete these content types, the system locks up and the deletion process times out. We need a new pattern whereby...
defect
deleting a content type with large amounts of content takes forever times out we have customers with content types with large amounts of content objects say records when the customer goes to delete these content types the system locks up and the deletion process times out we need a new pattern whereby we ...
1
23,776
3,851,867,574
IssuesEvent
2016-04-06 05:28:51
GPF/imame4all
https://api.github.com/repos/GPF/imame4all
closed
Artowrk Support for MAME4DROID Reloaded
auto-migrated Priority-Medium Type-Defect
``` Hi Seleuco! I am so overjoyed that you have moved to a new higher Core 0.134u4, for lots of reasons. As we briefly chatted last time about the possibility of the new hires artwork being added, the new core should now be possible to do that as standard. Can you confirm this? Download from Mr Do!'s site to test...
1.0
Artowrk Support for MAME4DROID Reloaded - ``` Hi Seleuco! I am so overjoyed that you have moved to a new higher Core 0.134u4, for lots of reasons. As we briefly chatted last time about the possibility of the new hires artwork being added, the new core should now be possible to do that as standard. Can you confirm ...
defect
artowrk support for reloaded hi seleuco i am so overjoyed that you have moved to a new higher core for lots of reasons as we briefly chatted last time about the possibility of the new hires artwork being added the new core should now be possible to do that as standard can you confirm this downlo...
1
7,822
4,075,636,057
IssuesEvent
2016-05-29 10:46:26
blairconrad/FakeItEasy
https://api.github.com/repos/blairconrad/FakeItEasy
opened
996.996.981-beta007 release
build documentation P2
**in-progress** when all other issues on this milestone are closed. - [ ] run code analysis in VS in *Release* mode and address violations (send a regular PR which must be merged before continuing) - [ ] if necessary, change `VERSION_SUFFIX` on the [CI Server][ci_server] to appropriate "-beta123" or "" (for non-...
1.0
996.996.981-beta007 release - **in-progress** when all other issues on this milestone are closed. - [ ] run code analysis in VS in *Release* mode and address violations (send a regular PR which must be merged before continuing) - [ ] if necessary, change `VERSION_SUFFIX` on the [CI Server][ci_server] to appropri...
non_defect
release in progress when all other issues on this milestone are closed run code analysis in vs in release mode and address violations send a regular pr which must be merged before continuing if necessary change version suffix on the to appropriate or for non betas value...
0
45,409
12,796,084,784
IssuesEvent
2020-07-02 09:49:41
primefaces/primereact
https://api.github.com/repos/primefaces/primereact
closed
Typing for selectedItemTemplate in AutoComplete is wrong
defect
Reported By PRO User; > The Types for autocomplete contain: itemTemplate?(data: any): JSX.Element | undefined; selectedItemTemplate?(data: any): string; ...
1.0
Typing for selectedItemTemplate in AutoComplete is wrong - Reported By PRO User; > The Types for autocomplete contain: itemTemplate?(data: any): JSX.Element | undefined; selectedItemTemplate?(data: any): string; ...
defect
typing for selecteditemtemplate in autocomplete is wrong reported by pro user the types for autocomplete contain itemtemplate data any jsx element undefined selecteditemtemplate data any string
1
752,200
26,276,515,799
IssuesEvent
2023-01-06 22:47:07
DarthAffe/RGB.NET
https://api.github.com/repos/DarthAffe/RGB.NET
reopened
Detect and handle disconnect/reconnect scenarios
enhancement effort: 8 priority: high
This seems to be an important feature for aurora. Maybe a complete rewrite of the device/led-handling might be the better option here.
1.0
Detect and handle disconnect/reconnect scenarios - This seems to be an important feature for aurora. Maybe a complete rewrite of the device/led-handling might be the better option here.
non_defect
detect and handle disconnect reconnect scenarios this seems to be an important feature for aurora maybe a complete rewrite of the device led handling might be the better option here
0
44,158
12,015,101,724
IssuesEvent
2020-04-10 13:13:17
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
CMS, components, design system [SCREENREADER] Aside MUST not be contained in another landmark
508-defect-2 508-issue-semantic-markup 508/Accessibility cms components design system vsa vsa-public-websites
# [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2) **Feedback framework** - **❗️ Must** for if the feedback must be applied - **⚠️Should** if the feedback is best practice - **✔️ Consider** for sugges...
1.0
CMS, components, design system [SCREENREADER] Aside MUST not be contained in another landmark - # [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2) **Feedback framework** - **❗️ Must** for if the feedback ...
defect
cms components design system aside must not be contained in another landmark feedback framework ❗️ must for if the feedback must be applied ⚠️should if the feedback is best practice ✔️ consider for suggestions enhancements description on fiduciary claims — the entir...
1
113,358
17,135,192,019
IssuesEvent
2021-07-13 00:25:25
turkdevops/gitea
https://api.github.com/repos/turkdevops/gitea
opened
CVE-2020-11022 (Medium) detected in multiple libraries
security vulnerability
## CVE-2020-11022 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>golang.org/x/tools/go/analysis/passes/loopclosure-v0.1.0</b>, <b>golang.org/x/tools/go/analysis/passes/copylock-v0....
True
CVE-2020-11022 (Medium) detected in multiple libraries - ## CVE-2020-11022 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>golang.org/x/tools/go/analysis/passes/loopclosure-v0.1.0</...
non_defect
cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries golang org x tools go analysis passes loopclosure golang org x tools go analysis passes copylock golang org x tools go analysis golang org x tools go analysis passes bools ...
0
25,948
12,806,051,410
IssuesEvent
2020-07-03 08:44:04
google/trillian
https://api.github.com/repos/google/trillian
closed
Proposed NodeID structure
enhancement performance
Proposal: ```golang type NodeID struct { path string last byte bits byte } ``` The whole node path consists of `path` bytes concatenated with 0 to 8 bits of the `last` byte depending on the `bits` field. Advantages: - This type can be used as a Go `map` key directly, with zero copy of byte slices (`s...
True
Proposed NodeID structure - Proposal: ```golang type NodeID struct { path string last byte bits byte } ``` The whole node path consists of `path` bytes concatenated with 0 to 8 bits of the `last` byte depending on the `bits` field. Advantages: - This type can be used as a Go `map` key directly, with ...
non_defect
proposed nodeid structure proposal golang type nodeid struct path string last byte bits byte the whole node path consists of path bytes concatenated with to bits of the last byte depending on the bits field advantages this type can be used as a go map key directly with ...
0
49,540
13,187,229,242
IssuesEvent
2020-08-13 02:45:28
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
[iceprod2] high latency systems and startup delay (Trac #1629)
Incomplete Migration Migrated from Trac defect iceprod
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1629">https://code.icecube.wisc.edu/ticket/1629</a>, reported by david.schultz and owned by david.schultz</em></summary> <p> ```json { "status": "closed", "changetime": "2016-05-09T21:55:16", "description": "High latency ...
1.0
[iceprod2] high latency systems and startup delay (Trac #1629) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1629">https://code.icecube.wisc.edu/ticket/1629</a>, reported by david.schultz and owned by david.schultz</em></summary> <p> ```json { "status": "closed", "chang...
defect
high latency systems and startup delay trac migrated from json status closed changetime description high latency systems npx submitter need a longer startup delay to make sure the previous module is fully initialized before the next one runs find a go...
1
70,170
23,030,196,308
IssuesEvent
2022-07-22 13:15:09
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
closed
Account creation: Blocked on server policies screen when using a ems.host test server
T-Defect Z-FTUE
### Steps to reproduce At the end of the registration process, nothing happens after clicking next: https://user-images.githubusercontent.com/8418515/180236298-ec1977cd-ad34-4f0d-a26e-123de770dfb8.MP4 ### Outcome #### What did you expect? Be able to complete the account creation ### Your phone model...
1.0
Account creation: Blocked on server policies screen when using a ems.host test server - ### Steps to reproduce At the end of the registration process, nothing happens after clicking next: https://user-images.githubusercontent.com/8418515/180236298-ec1977cd-ad34-4f0d-a26e-123de770dfb8.MP4 ### Outcome #### ...
defect
account creation blocked on server policies screen when using a ems host test server steps to reproduce at the end of the registration process nothing happens after clicking next outcome what did you expect be able to complete the account creation your phone model iphonex...
1
16,848
2,951,622,574
IssuesEvent
2015-07-07 01:01:00
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
PaginatorHelper don't irregular working in custom route rules
Defect routing
# My Route Rules ```php Router::scope('/', function ($routes) { /** * Here, we are connecting '/' (base path) to a controller called 'Pages', * its action called 'display', and we pass a param to select the view file * to use (in this case, src/Template/Pages/home.ctp)... */ $routes-...
1.0
PaginatorHelper don't irregular working in custom route rules - # My Route Rules ```php Router::scope('/', function ($routes) { /** * Here, we are connecting '/' (base path) to a controller called 'Pages', * its action called 'display', and we pass a param to select the view file * to use (in t...
defect
paginatorhelper don t irregular working in custom route rules my route rules php router scope function routes here we are connecting base path to a controller called pages its action called display and we pass a param to select the view file to use in t...
1
72,892
24,347,462,581
IssuesEvent
2022-10-02 14:07:30
idaholab/moose
https://api.github.com/repos/idaholab/moose
opened
libmesh-config missing after the installation via conda
T: defect P: normal
## Bug Description I followed the [instruction](https://mooseframework.inl.gov/getting_started/installation/conda.html) to install moose via conda. Afterwards, I cloned the moose repository, and inside the test folder, `make -j 4` and received the following error: ``` /bin/sh: 1: /home/muhammad/gitRepos/moose/libm...
1.0
libmesh-config missing after the installation via conda - ## Bug Description I followed the [instruction](https://mooseframework.inl.gov/getting_started/installation/conda.html) to install moose via conda. Afterwards, I cloned the moose repository, and inside the test folder, `make -j 4` and received the following err...
defect
libmesh config missing after the installation via conda bug description i followed the to install moose via conda afterwards i cloned the moose repository and inside the test folder make j and received the following error bin sh home muhammad gitrepos moose libmesh installed contrib bi...
1
72,861
24,336,931,128
IssuesEvent
2022-10-01 07:20:17
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
opened
TreeSelect panel rendering error
defect
### Describe the bug If TreeSelect panel opens up (above input) with some opened nodes and you try to close opened nodes panel height become smaler and panel starts hover above input...like this: ![Безымянный](https://user-images.githubusercontent.com/8654375/193397931-61a91020-4869-435c-b6bb-7d849d09a176.jpg) #...
1.0
TreeSelect panel rendering error - ### Describe the bug If TreeSelect panel opens up (above input) with some opened nodes and you try to close opened nodes panel height become smaler and panel starts hover above input...like this: ![Безымянный](https://user-images.githubusercontent.com/8654375/193397931-61a91020-48...
defect
treeselect panel rendering error describe the bug if treeselect panel opens up above input with some opened nodes and you try to close opened nodes panel height become smaler and panel starts hover above input like this environment primeflex primeicons primeng ...
1
29,548
5,717,924,541
IssuesEvent
2017-04-19 18:21:21
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Replace usage of String.split() by Pattern.split()
C: Functionality P: Low R: Fixed T: Defect
Quite some potential for micro-optimising certain use-cases. E.g.: - `DefaultRenderContext.formatIndentLockStart()` to calculate the new indentation (this showed up in a profiling session) - `DefaultBinding.parse()`: to split date and time parts - `Tools.parseTXT`: to split lines - `LoggerListener.logMultiline`: ...
1.0
Replace usage of String.split() by Pattern.split() - Quite some potential for micro-optimising certain use-cases. E.g.: - `DefaultRenderContext.formatIndentLockStart()` to calculate the new indentation (this showed up in a profiling session) - `DefaultBinding.parse()`: to split date and time parts - `Tools.parseTX...
defect
replace usage of string split by pattern split quite some potential for micro optimising certain use cases e g defaultrendercontext formatindentlockstart to calculate the new indentation this showed up in a profiling session defaultbinding parse to split date and time parts tools parsetx...
1
52,458
13,224,736,030
IssuesEvent
2020-08-17 19:44:31
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
[filterscripts] MESE filter has wrong configuration (Trac #2238)
Incomplete Migration Migrated from Trac analysis defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2238">https://code.icecube.wisc.edu/projects/icecube/ticket/2238</a>, reported by anna.obertackeand owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T16:29:28", "_ts...
1.0
[filterscripts] MESE filter has wrong configuration (Trac #2238) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2238">https://code.icecube.wisc.edu/projects/icecube/ticket/2238</a>, reported by anna.obertackeand owned by olivas</em></summary> <p> ```json { "s...
defect
mese filter has wrong configuration trac migrated from json status closed changetime ts description mese filter py line is not configured in the layerveto module n nthe tft is currently requesting filter checks thus this bug is an...
1
60,374
17,023,409,013
IssuesEvent
2021-07-03 01:52:49
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Shortcut for deleting all tags
Component: potlatch (flash editor) Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 8.42am, Tuesday, 26th May 2009]** When entering waypoints via gpx to Potlatch they are tagged with four tags which I want to override with the r or Shift r shortcut. This function only adds new tags to the existing ones. I then have to remove the useless tags manuall...
1.0
Shortcut for deleting all tags - **[Submitted to the original trac issue database at 8.42am, Tuesday, 26th May 2009]** When entering waypoints via gpx to Potlatch they are tagged with four tags which I want to override with the r or Shift r shortcut. This function only adds new tags to the existing ones. I then have t...
defect
shortcut for deleting all tags when entering waypoints via gpx to potlatch they are tagged with four tags which i want to override with the r or shift r shortcut this function only adds new tags to the existing ones i then have to remove the useless tags manually i d like to clear all tags with a shortcut b...
1
740,747
25,765,927,189
IssuesEvent
2022-12-09 01:49:32
crkn-rcdr/Digital-Preservation
https://api.github.com/repos/crkn-rcdr/Digital-Preservation
opened
Convert all MARC dmdSec to Dublin Core
change 2 - medium priority
Part of: #6 : Only use Dublin Core for Archival descriptive metadata Will use tool: https://github.com/crkn-rcdr/cihm-metadatabus/issues/63
1.0
Convert all MARC dmdSec to Dublin Core - Part of: #6 : Only use Dublin Core for Archival descriptive metadata Will use tool: https://github.com/crkn-rcdr/cihm-metadatabus/issues/63
non_defect
convert all marc dmdsec to dublin core part of only use dublin core for archival descriptive metadata will use tool
0
439,548
12,683,612,833
IssuesEvent
2020-06-19 20:11:42
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
fieldManager errors can fail create/update/non-apply-patch API calls
kind/bug kind/regression lifecycle/frozen priority/important-soon sig/api-machinery wg/api-expression
**What happened**: FieldManager errors were encountered in an Update API request (xref https://github.com/openfaas/faas-netes/issues/630#issuecomment-625440515): ``` Unexpected status: 500, message: failed to update object (Update for openfaas.com/v1, Kind=Function) managed fields: failed to convert live object to...
1.0
fieldManager errors can fail create/update/non-apply-patch API calls - **What happened**: FieldManager errors were encountered in an Update API request (xref https://github.com/openfaas/faas-netes/issues/630#issuecomment-625440515): ``` Unexpected status: 500, message: failed to update object (Update for openfaas....
non_defect
fieldmanager errors can fail create update non apply patch api calls what happened fieldmanager errors were encountered in an update api request xref unexpected status message failed to update object update for openfaas com kind function managed fields failed to convert live object to prop...
0
30,642
5,830,266,010
IssuesEvent
2017-05-08 16:23:51
Islandora-CLAW/CLAW
https://api.github.com/repos/Islandora-CLAW/CLAW
closed
"1.x to CLAW" explanatory document
documentation
There's a huge conceptual leap between Islandora 1.x and CLAW. 1.x folks have lots of experience with the Fedora 3 way of thinking (cmodels, datastreams, solution packs, etc) but often hit a huge roadblock when they try to frame their ideas for CLAW using 1.x vocabulary and may feel discouraged. In order to minimize...
1.0
"1.x to CLAW" explanatory document - There's a huge conceptual leap between Islandora 1.x and CLAW. 1.x folks have lots of experience with the Fedora 3 way of thinking (cmodels, datastreams, solution packs, etc) but often hit a huge roadblock when they try to frame their ideas for CLAW using 1.x vocabulary and may feel...
non_defect
x to claw explanatory document there s a huge conceptual leap between islandora x and claw x folks have lots of experience with the fedora way of thinking cmodels datastreams solution packs etc but often hit a huge roadblock when they try to frame their ideas for claw using x vocabulary and may feel...
0
150,027
13,307,886,062
IssuesEvent
2020-08-25 23:19:43
ifmg-betim/2020.2-pootw
https://api.github.com/repos/ifmg-betim/2020.2-pootw
closed
Formatar a Tela inicial do Wiki.
documentation
É necessário criar a tela inicial do Wiki separando as documentações geradas pelas equipes na tela inicial do Wiki.
1.0
Formatar a Tela inicial do Wiki. - É necessário criar a tela inicial do Wiki separando as documentações geradas pelas equipes na tela inicial do Wiki.
non_defect
formatar a tela inicial do wiki é necessário criar a tela inicial do wiki separando as documentações geradas pelas equipes na tela inicial do wiki
0
29,472
5,695,645,489
IssuesEvent
2017-04-16 01:14:44
BOINC/boinc
https://api.github.com/repos/BOINC/boinc
closed
"Shut Down Connected Client" dialog doesn't work right
C: Manager P: Minor T: Defect
**Reported by BarneyFifeFan on 28 Oct 43005335 05:53 UTC** The check box in the "Shut Down Connected Client" dialog is supposed to prevent that dialog from opening again when the '''Advanced > Shut Down Connected Client'''menu option is selected. However, it does not work like it is supposed to: the dialog box keeps co...
1.0
"Shut Down Connected Client" dialog doesn't work right - **Reported by BarneyFifeFan on 28 Oct 43005335 05:53 UTC** The check box in the "Shut Down Connected Client" dialog is supposed to prevent that dialog from opening again when the '''Advanced > Shut Down Connected Client'''menu option is selected. However, it does...
defect
shut down connected client dialog doesn t work right reported by barneyfifefan on oct utc the check box in the shut down connected client dialog is supposed to prevent that dialog from opening again when the advanced shut down connected client menu option is selected however it does not work ...
1
5,586
2,610,191,095
IssuesEvent
2015-02-26 19:00:25
chrsmith/quchuseban
https://api.github.com/repos/chrsmith/quchuseban
opened
深入色斑形成原因
auto-migrated Priority-Medium Type-Defect
``` 《摘要》 耳畔传来熟悉的旋律,那充满沧桑、倦意、无奈而又无限憧憬的音乐。坦然中倾诉那份深深的执著。恰如这初秋,淡淡的凉意拂过燥热的躯体,不可名状,竟会是如此的深刻。好想躺在柔柔的草坪,仰望着蔚蓝的天宇,看浮云掠过的悠闲。一缕温馨,几许闲情,付诸沧海桑田。蹙眉轻就,春秋几许,但见浮生若云。当清风拂过脸颊不禁想,如果没有了色斑感觉会更好!色斑形成原因, 《客户案例》   金先生 25岁<br>   小金是我同事,看看起来是个很严肃的人,也不怎么喜�� �和别人说话,整天默默工作,在我的眼里他像个小老头一样� ��然而他才25岁。要不是没有长色斑,小金看起来不会那么老� ��的。听同事们说他一直在寻找祛斑特效药,药用了 不少,...
1.0
深入色斑形成原因 - ``` 《摘要》 耳畔传来熟悉的旋律,那充满沧桑、倦意、无奈而又无限憧憬的音乐。坦然中倾诉那份深深的执著。恰如这初秋,淡淡的凉意拂过燥热的躯体,不可名状,竟会是如此的深刻。好想躺在柔柔的草坪,仰望着蔚蓝的天宇,看浮云掠过的悠闲。一缕温馨,几许闲情,付诸沧海桑田。蹙眉轻就,春秋几许,但见浮生若云。当清风拂过脸颊不禁想,如果没有了色斑感觉会更好!色斑形成原因, 《客户案例》   金先生 25岁<br>   小金是我同事,看看起来是个很严肃的人,也不怎么喜�� �和别人说话,整天默默工作,在我的眼里他像个小老头一样� ��然而他才25岁。要不是没有长色斑,小金看起来不会那么老� ��的。听同事们说他一直在寻找祛斑...
defect
深入色斑形成原因 《摘要》 耳畔传来熟悉的旋律,那充满沧桑、倦意、无奈而又无限憧憬的音乐。坦然中倾诉那份深深的执著。恰如这初秋,淡淡的凉意拂过燥热的躯体,不可名状,竟会是如此的深刻。好想躺在柔柔的草坪,仰望着蔚蓝的天宇,看浮云掠过的悠闲。一缕温馨,几许闲情,付诸沧海桑田。蹙眉轻就,春秋几许,但见浮生若云。当清风拂过脸颊不禁想,如果没有了色斑感觉会更好!色斑形成原因, 《客户案例》   金先生   小金是我同事,看看起来是个很严肃的人,也不怎么喜�� �和别人说话,整天默默工作,在我的眼里他像个小老头一样� �� 。要不是没有长色斑,小金看起来不会那么老� ��的。听同事们说他一直在寻找祛斑特效药,药用了 不少...
1
78,988
27,856,268,314
IssuesEvent
2023-03-20 23:19:43
dotCMS/core
https://api.github.com/repos/dotCMS/core
opened
Rendering converted wysiwyg field fails
Type : Defect Triage
### Parent Issue _No response_ ### Problem Statement When we convert a WYSIWYG field to a blockeditor, we do not touch the content in the field. The issue arises when the converted wysiwyg field has velocity or code in it - we are not properly escaping the field in our content loader. This causes a container to sh...
1.0
Rendering converted wysiwyg field fails - ### Parent Issue _No response_ ### Problem Statement When we convert a WYSIWYG field to a blockeditor, we do not touch the content in the field. The issue arises when the converted wysiwyg field has velocity or code in it - we are not properly escaping the field in our cont...
defect
rendering converted wysiwyg field fails parent issue no response problem statement when we convert a wysiwyg field to a blockeditor we do not touch the content in the field the issue arises when the converted wysiwyg field has velocity or code in it we are not properly escaping the field in our cont...
1