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
855
labels
stringlengths
4
721
body
stringlengths
1
261k
index
stringclasses
13 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
240k
binary_label
int64
0
1
503,687
14,596,946,692
IssuesEvent
2020-12-20 17:59:01
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
m.olx.pl - site is not usable
browser-firefox-tablet engine-gecko ml-needsdiagnosis-false ml-probability-high priority-important type-tracking-protection-basic
<!-- @browser: Firefox Mobile (Tablet) 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 10; Tablet; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/63908 --> <!-- @extra_labels: type-tracking-protection-basic --> **URL**: https:...
1.0
m.olx.pl - site is not usable - <!-- @browser: Firefox Mobile (Tablet) 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 10; Tablet; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/63908 --> <!-- @extra_labels: type-tracking-prote...
priority
m olx pl site is not usable url browser version firefox mobile tablet operating system android tested another browser no problem type site is not usable description unable to type steps to reproduce while typing the characters are suddenly being deleted ...
1
132,374
5,184,881,581
IssuesEvent
2017-01-20 08:24:23
dodoas/lodo
https://api.github.com/repos/dodoas/lodo
closed
Car
HIGH PRIORITY
- [x] You have to punch a number too create a car, it should auto increment the ID - [x] It doesn't create a car on ID 0 which it should - If you have question(s) contact me(@agvald)
1.0
Car - - [x] You have to punch a number too create a car, it should auto increment the ID - [x] It doesn't create a car on ID 0 which it should - If you have question(s) contact me(@agvald)
priority
car you have to punch a number too create a car it should auto increment the id it doesn t create a car on id which it should if you have question s contact me agvald
1
189,128
6,794,442,190
IssuesEvent
2017-11-01 12:11:12
metasfresh/metasfresh-webui-frontend
https://api.github.com/repos/metasfresh/metasfresh-webui-frontend
closed
processes: provide current selected tab and rows
branch:master priority:high type:enhancement
### Is this a bug or feature request? FR ### What is the current behavior? Consider a single document window (e.g. one sales order - https://w101.metasfresh.com:8443/window/143/1000111). When pressing on Actions menu, the actions for current document are queried (see http://w101.metasfresh.com:8081/swagger-ui.htm...
1.0
processes: provide current selected tab and rows - ### Is this a bug or feature request? FR ### What is the current behavior? Consider a single document window (e.g. one sales order - https://w101.metasfresh.com:8443/window/143/1000111). When pressing on Actions menu, the actions for current document are queried ...
priority
processes provide current selected tab and rows is this a bug or feature request fr what is the current behavior consider a single document window e g one sales order when pressing on actions menu the actions for current document are queried see also the actions for current selected in...
1
24,426
2,667,574,186
IssuesEvent
2015-03-22 18:52:28
IQSS/dataverse
https://api.github.com/repos/IQSS/dataverse
closed
Only Built-in Users are DvObject Creators
Component: High-level Priority: Medium Status: QA Type: Bug
This appears to be a bug: - A DvObject creator is a BuiltInUser - For the new Auth model, creator should be an AuthenticatedUser. https://github.com/IQSS/dataverse/blob/42692f5681ee65ea982b66656d7683bf0e015725/src/main/java/edu/harvard/iq/dataverse/DvObject.java#L55
1.0
Only Built-in Users are DvObject Creators - This appears to be a bug: - A DvObject creator is a BuiltInUser - For the new Auth model, creator should be an AuthenticatedUser. https://github.com/IQSS/dataverse/blob/42692f5681ee65ea982b66656d7683bf0e015725/src/main/java/edu/harvard/iq/dataverse/DvObject.java#L55
priority
only built in users are dvobject creators this appears to be a bug a dvobject creator is a builtinuser for the new auth model creator should be an authenticateduser
1
414,244
12,101,251,905
IssuesEvent
2020-04-20 14:57:41
goby-lang/goby
https://api.github.com/repos/goby-lang/goby
closed
Equality methods/operators
Feature Priority High VM
Ruby supports 4 equality methods/operators: - `==` - `===` - `eql?` - `equal?` they're traditionally confusing for devs (at least, beginners), although they do have specific semantics. I think the Goby implementation/compatibility should be discussed, in particular, before the new testing framework release,...
1.0
Equality methods/operators - Ruby supports 4 equality methods/operators: - `==` - `===` - `eql?` - `equal?` they're traditionally confusing for devs (at least, beginners), although they do have specific semantics. I think the Goby implementation/compatibility should be discussed, in particular, before the n...
priority
equality methods operators ruby supports equality methods operators eql equal they re traditionally confusing for devs at least beginners although they do have specific semantics i think the goby implementation compatibility should be discussed in particular before the n...
1
631,780
20,160,091,568
IssuesEvent
2022-02-09 20:30:39
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
opened
Custom function recent change introduces bad refcounting
high priority module: autograd triaged
### 🐛 Describe the bug At least this test triggers an internal assert when running debug python build. ``` test_custom_function_save_for_forward (__main__.TestAutograd) ... /home/alban/local/installs/python3.8/debug/install/include/python3.8d/object.h:541: _Py_NegativeRefcount: Assertion failed: object has negative...
1.0
Custom function recent change introduces bad refcounting - ### 🐛 Describe the bug At least this test triggers an internal assert when running debug python build. ``` test_custom_function_save_for_forward (__main__.TestAutograd) ... /home/alban/local/installs/python3.8/debug/install/include/python3.8d/object.h:541: ...
priority
custom function recent change introduces bad refcounting 🐛 describe the bug at least this test triggers an internal assert when running debug python build test custom function save for forward main testautograd home alban local installs debug install include object h py negativeref...
1
106,250
4,266,037,568
IssuesEvent
2016-07-12 13:24:44
geosolutions-it/MapStore2
https://api.github.com/repos/geosolutions-it/MapStore2
closed
Feature Info do not correctly calculate coordinates
bug in progress Priority: High
To replicate click on honolulu zooming at resolutions of 18489335. At resolution 9244667 it works instead.
1.0
Feature Info do not correctly calculate coordinates - To replicate click on honolulu zooming at resolutions of 18489335. At resolution 9244667 it works instead.
priority
feature info do not correctly calculate coordinates to replicate click on honolulu zooming at resolutions of at resolution it works instead
1
604,774
18,718,584,162
IssuesEvent
2021-11-03 09:09:24
SAP/xsk
https://api.github.com/repos/SAP/xsk
opened
Algorithm for ready state in dependency chain
core priority-high effort-high
# Background There are artifacts that have dependencies between them and one needs to be created after another (ie 1 procedure is calling another) # Target Design an approach to reconcile resources and reapply them after its dependencies are created. For example, upon parsing a resource, a dependency list is creat...
1.0
Algorithm for ready state in dependency chain - # Background There are artifacts that have dependencies between them and one needs to be created after another (ie 1 procedure is calling another) # Target Design an approach to reconcile resources and reapply them after its dependencies are created. For example, upo...
priority
algorithm for ready state in dependency chain background there are artifacts that have dependencies between them and one needs to be created after another ie procedure is calling another target design an approach to reconcile resources and reapply them after its dependencies are created for example upo...
1
491,496
14,165,194,328
IssuesEvent
2020-11-12 06:45:56
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
new.edmodo.com - site is not usable
browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high priority-normal
<!-- @browser: Firefox 83.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/61626 --> **URL**: https://new.edmodo.com/login **Browser / Version**: Firefox 83...
1.0
new.edmodo.com - site is not usable - <!-- @browser: Firefox 83.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/61626 --> **URL**: https://new.edmodo.com/lo...
priority
new edmodo com site is not usable url browser version firefox operating system windows tested another browser yes chrome problem type site is not usable description unable to login steps to reproduce i m unable to log into my classes browser configuration ...
1
703,330
24,153,970,569
IssuesEvent
2022-09-22 05:36:49
FinalProject-AIPARK/JenaPark-BE
https://api.github.com/repos/FinalProject-AIPARK/JenaPark-BE
closed
AudioSample Entity 생성
Priority: High Status: Done Type: Feature/Function
## 설명 AudioSample Entity 생성 오디오 샘플 리스트를 반환하는 로직 구현 ## 할 일 - [x] 오디오 샘플 request/responseDto 생성 - [x] 조건에 따라 오디오 샘플 리스트 조회 ## 기타 참조 및 링크를 첨부하시오.
1.0
AudioSample Entity 생성 - ## 설명 AudioSample Entity 생성 오디오 샘플 리스트를 반환하는 로직 구현 ## 할 일 - [x] 오디오 샘플 request/responseDto 생성 - [x] 조건에 따라 오디오 샘플 리스트 조회 ## 기타 참조 및 링크를 첨부하시오.
priority
audiosample entity 생성 설명 audiosample entity 생성 오디오 샘플 리스트를 반환하는 로직 구현 할 일 오디오 샘플 request responsedto 생성 조건에 따라 오디오 샘플 리스트 조회 기타 참조 및 링크를 첨부하시오
1
249,465
7,962,274,217
IssuesEvent
2018-07-13 13:49:47
JacquesCarette/Drasil
https://api.github.com/repos/JacquesCarette/Drasil
closed
Merging branches in
High Priority
It is becoming very high priority that the work of @halonazhao and @deviprasad135 be merged into master. That means merging master into their branch first, and then doing an orderly merge back. Then we need a process (Pull Requests and smaller branches?) which we can keep on top of.
1.0
Merging branches in - It is becoming very high priority that the work of @halonazhao and @deviprasad135 be merged into master. That means merging master into their branch first, and then doing an orderly merge back. Then we need a process (Pull Requests and smaller branches?) which we can keep on top of.
priority
merging branches in it is becoming very high priority that the work of halonazhao and be merged into master that means merging master into their branch first and then doing an orderly merge back then we need a process pull requests and smaller branches which we can keep on top of
1
346,347
10,411,191,779
IssuesEvent
2019-09-13 13:20:24
gsbelarus/check-and-cash
https://api.github.com/repos/gsbelarus/check-and-cash
closed
Оплата заказа/чека
Priority-High Severity - Critical
``` Private Function TenderWithLog(Name, S, Counter) TenderWithLog = false If S > 0 Then if not Tender(S, Counter) then ... ``` Почему только для сумм, которые больше нуля? Часто закрывают чеки с 0 в Итого (100% скидки, сертификаты, и т.д.)
1.0
Оплата заказа/чека - ``` Private Function TenderWithLog(Name, S, Counter) TenderWithLog = false If S > 0 Then if not Tender(S, Counter) then ... ``` Почему только для сумм, которые больше нуля? Часто закрывают чеки с 0 в Итого (100% скидки, сертификаты, и т.д.)
priority
оплата заказа чека private function tenderwithlog name s counter tenderwithlog false if s then if not tender s counter then почему только для сумм которые больше нуля часто закрывают чеки с в итого скидки сертификаты и т д
1
455,413
13,126,350,493
IssuesEvent
2020-08-06 08:26:10
wso2/product-apim
https://api.github.com/repos/wso2/product-apim
opened
Developer Portal Try out page Get Test Key not working
Priority/High Type/Bug Type/React-UI
### Description: <!-- Describe the issue --> Developer Portal Try out Get Test Key not working ![image](https://user-images.githubusercontent.com/20179540/89508481-9a0c3880-d7eb-11ea-9a70-0435b275a422.png) ### Steps to reproduce: ### Affected Product Version: <!-- Members can use Affected/*** labels --> RC...
1.0
Developer Portal Try out page Get Test Key not working - ### Description: <!-- Describe the issue --> Developer Portal Try out Get Test Key not working ![image](https://user-images.githubusercontent.com/20179540/89508481-9a0c3880-d7eb-11ea-9a70-0435b275a422.png) ### Steps to reproduce: ### Affected Product V...
priority
developer portal try out page get test key not working description developer portal try out get test key not working steps to reproduce affected product version environment details with versions os client env docker optional fields rel...
1
764,365
26,797,379,268
IssuesEvent
2023-02-01 12:53:48
ooni/probe
https://api.github.com/repos/ooni/probe
closed
systemresolver: make sure we emit a canonical CNAME
bug priority/high data quality ooni/probe-engine
Please, consider [this measurement](https://explorer.ooni.org/measurement/20230201T122940Z_webconnectivity_IT_30722_n1_h1njUB45xzy6OSaD?input=https%3A%2F%2Fwww.polito.it). If you only check the `CNAME`s, you see that we have `webvip-01.polito.it` for the system resolver and `webvip-01.polito.it.` (i.e., with a trailing...
1.0
systemresolver: make sure we emit a canonical CNAME - Please, consider [this measurement](https://explorer.ooni.org/measurement/20230201T122940Z_webconnectivity_IT_30722_n1_h1njUB45xzy6OSaD?input=https%3A%2F%2Fwww.polito.it). If you only check the `CNAME`s, you see that we have `webvip-01.polito.it` for the system reso...
priority
systemresolver make sure we emit a canonical cname please consider if you only check the cname s you see that we have webvip polito it for the system resolver and webvip polito it i e with a trailing dot for other resolvers this is a system resolver bug we should canonicalize the name returned ...
1
435,991
12,543,877,962
IssuesEvent
2020-06-05 16:17:05
getting-things-gnome/gtg
https://api.github.com/repos/getting-things-gnome/gtg
opened
Some subtasks that should show up in the "Actionable" view don't show up
bug priority:high reproducible-in-git
Run with the "screenshots" dataset (`./launch.sh -s screenshots`) and look at the "travel" related tasks: ![Screenshot from 2020-06-05 11-37-29](https://user-images.githubusercontent.com/479401/83895684-09e54080-a721-11ea-8aa6-f90b2188fb47.png) You will notice that tasks with a bunch of subtasks sometimes have on...
1.0
Some subtasks that should show up in the "Actionable" view don't show up - Run with the "screenshots" dataset (`./launch.sh -s screenshots`) and look at the "travel" related tasks: ![Screenshot from 2020-06-05 11-37-29](https://user-images.githubusercontent.com/479401/83895684-09e54080-a721-11ea-8aa6-f90b2188fb47.pn...
priority
some subtasks that should show up in the actionable view don t show up run with the screenshots dataset launch sh s screenshots and look at the travel related tasks you will notice that tasks with a bunch of subtasks sometimes have only a portion of them showing up in the actionable view mode...
1
465,401
13,384,867,724
IssuesEvent
2020-09-02 12:41:03
wso2/docs-ei
https://api.github.com/repos/wso2/docs-ei
closed
Update documentation on the required maven version for Docker build
Priority/Highest micro-integrator
**Description:** With the new Spotify plugin version upgrade in docker and kubernetes projects, we need to have Maven >= 3.5.2 to build those projects. We need to update the documentation accordingly. [1] https://awesomeopensource.com/project/spotify/dockerfile-maven **Suggested Labels:** <!-- Optional comma ...
1.0
Update documentation on the required maven version for Docker build - **Description:** With the new Spotify plugin version upgrade in docker and kubernetes projects, we need to have Maven >= 3.5.2 to build those projects. We need to update the documentation accordingly. [1] https://awesomeopensource.com/project/spo...
priority
update documentation on the required maven version for docker build description with the new spotify plugin version upgrade in docker and kubernetes projects we need to have maven to build those projects we need to update the documentation accordingly suggested labels sugges...
1
132,248
5,173,797,211
IssuesEvent
2017-01-18 16:55:48
Aurorastation/Aurora.3
https://api.github.com/repos/Aurorastation/Aurora.3
closed
Monkeys not being affected by viruses they should be able to get.
bug:confirmed flag:high priority
While doing virology, both today and a few other times since the code update, I've been totally unable to infect monkeys with viruses from blood syringes. Even if the virus lists monkeys as an infected species. This has led to me needing to stick patients with radium.
1.0
Monkeys not being affected by viruses they should be able to get. - While doing virology, both today and a few other times since the code update, I've been totally unable to infect monkeys with viruses from blood syringes. Even if the virus lists monkeys as an infected species. This has led to me needing to stick patie...
priority
monkeys not being affected by viruses they should be able to get while doing virology both today and a few other times since the code update i ve been totally unable to infect monkeys with viruses from blood syringes even if the virus lists monkeys as an infected species this has led to me needing to stick patie...
1
266,109
8,363,033,682
IssuesEvent
2018-10-03 18:34:13
cassproject/cass-editor
https://api.github.com/repos/cassproject/cass-editor
closed
Missing data in the JSON-LD competency framework export
High Priority
The following properties that contain data in records are not showing up in JSON-LD export data: ### COMPETENCY FRAMEWORK >audienceLevel dateCreated identifier isVersionOf conceptTerm educationLevel publicationStatusType publisher rightsHolder ### COMPETENCY >isChildOf dateCreated
1.0
Missing data in the JSON-LD competency framework export - The following properties that contain data in records are not showing up in JSON-LD export data: ### COMPETENCY FRAMEWORK >audienceLevel dateCreated identifier isVersionOf conceptTerm educationLevel publicationStatusType publisher rightsHolder #...
priority
missing data in the json ld competency framework export the following properties that contain data in records are not showing up in json ld export data competency framework audiencelevel datecreated identifier isversionof conceptterm educationlevel publicationstatustype publisher rightsholder ...
1
586,230
17,573,255,663
IssuesEvent
2021-08-15 05:22:00
woowa-techcamp-2021/store-6
https://api.github.com/repos/woowa-techcamp-2021/store-6
opened
[FE] 공통 API 및 Types 작성
high priority feat
## :hammer: 기능 설명 API 요청 함수들 및 공통적으로 사용되는 Type들에 대해서 정의합니다. ## 📑 완료 조건 - [ ] fetch, axios 등을 사용해서 API 요청 함수들을 작성합니다. - [ ] 로그인하고나서 반환되는 토큰은 Header에 추가되어야 합니다. - [ ] API 요청 함수를 사용하는 측에서 적절한 에러 처리를 할 수 있도록 제공해야 합니다. - [ ] 응답되는 데이터에 대해서 Type으로 정의를 해주고 다른 컴포넌트 등에서 사용할 수 있게 해야 합니다. ## :thought_balloon: 관련 Ba...
1.0
[FE] 공통 API 및 Types 작성 - ## :hammer: 기능 설명 API 요청 함수들 및 공통적으로 사용되는 Type들에 대해서 정의합니다. ## 📑 완료 조건 - [ ] fetch, axios 등을 사용해서 API 요청 함수들을 작성합니다. - [ ] 로그인하고나서 반환되는 토큰은 Header에 추가되어야 합니다. - [ ] API 요청 함수를 사용하는 측에서 적절한 에러 처리를 할 수 있도록 제공해야 합니다. - [ ] 응답되는 데이터에 대해서 Type으로 정의를 해주고 다른 컴포넌트 등에서 사용할 수 있게 해야 합니다. #...
priority
공통 api 및 types 작성 hammer 기능 설명 api 요청 함수들 및 공통적으로 사용되는 type들에 대해서 정의합니다 📑 완료 조건 fetch axios 등을 사용해서 api 요청 함수들을 작성합니다 로그인하고나서 반환되는 토큰은 header에 추가되어야 합니다 api 요청 함수를 사용하는 측에서 적절한 에러 처리를 할 수 있도록 제공해야 합니다 응답되는 데이터에 대해서 type으로 정의를 해주고 다른 컴포넌트 등에서 사용할 수 있게 해야 합니다 thought ...
1
361,933
10,721,493,085
IssuesEvent
2019-10-27 03:08:04
AY1920S1-CS2103T-F12-2/main
https://api.github.com/repos/AY1920S1-CS2103T-F12-2/main
closed
Follow-Up-System: Implementation
priority.High status.Ongoing type.Epic v1.3
Allow users to create a follow-up entry with a specific patient so they are notified after some time when some time has passed or when the patient's medicine has run out.
1.0
Follow-Up-System: Implementation - Allow users to create a follow-up entry with a specific patient so they are notified after some time when some time has passed or when the patient's medicine has run out.
priority
follow up system implementation allow users to create a follow up entry with a specific patient so they are notified after some time when some time has passed or when the patient s medicine has run out
1
32,159
2,744,233,249
IssuesEvent
2015-04-22 05:18:42
BrainSlugs83/NewBiospheresMod
https://api.github.com/repos/BrainSlugs83/NewBiospheresMod
closed
Mod id for /give purposes contains spaces
Bug Priority: High
As a result you cannot /give any blocks that New Biospheres Mod adds, as /give doesn't have any way to escape spaces. (Well, you sort of can, but you have to do it numerically, which means you have to already know the ID) Not much of a problem for now, but something to keep in mind for if NBM adds any actual bloc...
1.0
Mod id for /give purposes contains spaces - As a result you cannot /give any blocks that New Biospheres Mod adds, as /give doesn't have any way to escape spaces. (Well, you sort of can, but you have to do it numerically, which means you have to already know the ID) Not much of a problem for now, but something to ...
priority
mod id for give purposes contains spaces as a result you cannot give any blocks that new biospheres mod adds as give doesn t have any way to escape spaces well you sort of can but you have to do it numerically which means you have to already know the id not much of a problem for now but something to ...
1
113,658
4,566,601,818
IssuesEvent
2016-09-15 07:53:54
silvanheller/cineast
https://api.github.com/repos/silvanheller/cineast
closed
Presentation: Midterms
help wanted priority: high
- [x] Presentation - [x] NN-Demo (Nuns and penguins) - [x] Art from Data Demo
1.0
Presentation: Midterms - - [x] Presentation - [x] NN-Demo (Nuns and penguins) - [x] Art from Data Demo
priority
presentation midterms presentation nn demo nuns and penguins art from data demo
1
318,437
9,692,367,051
IssuesEvent
2019-05-24 13:39:41
qlcchain/go-qlc
https://api.github.com/repos/qlcchain/go-qlc
closed
Implement POV chain - miner reward contract
Priority: High Type: Enhancement
### Description of the issue create and testing reward contract for PoV miner. ### Issue-Type - [ ] bug report - [x] feature request - [ ] Documentation improvement
1.0
Implement POV chain - miner reward contract - ### Description of the issue create and testing reward contract for PoV miner. ### Issue-Type - [ ] bug report - [x] feature request - [ ] Documentation improvement
priority
implement pov chain miner reward contract description of the issue create and testing reward contract for pov miner issue type bug report feature request documentation improvement
1
597,880
18,214,675,326
IssuesEvent
2021-09-30 01:41:41
WordPress/learn
https://api.github.com/repos/WordPress/learn
opened
New 'Other Contributors' field for workshops
[Type] Enhancement [Type] Good First Issue [Priority] High [Component] Workshops
As per the conclusion of the discussion here: https://make.wordpress.org/training/2021/09/21/should-learn-wordpress-contributors-be-gpl-compliant/#comment-3159 Please add a new field to workshops labelled "Other Contributors" that can take a comma-separated list of WordPress.org usernames. These will be contributors...
1.0
New 'Other Contributors' field for workshops - As per the conclusion of the discussion here: https://make.wordpress.org/training/2021/09/21/should-learn-wordpress-contributors-be-gpl-compliant/#comment-3159 Please add a new field to workshops labelled "Other Contributors" that can take a comma-separated list of Word...
priority
new other contributors field for workshops as per the conclusion of the discussion here please add a new field to workshops labelled other contributors that can take a comma separated list of wordpress org usernames these will be contributors to the workshop who are not seen heard in the video itself o...
1
219,138
7,333,418,888
IssuesEvent
2018-03-05 19:20:58
chimano/SOEN341_SA2
https://api.github.com/repos/chimano/SOEN341_SA2
opened
Refactor backend to improve code quality
enhancement priority: high task
Improve readability of code by refactoring (1 hour)
1.0
Refactor backend to improve code quality - Improve readability of code by refactoring (1 hour)
priority
refactor backend to improve code quality improve readability of code by refactoring hour
1
469,587
13,521,546,809
IssuesEvent
2020-09-15 07:12:04
wso2/ansible-apim
https://api.github.com/repos/wso2/ansible-apim
closed
Incorrect documentation for patterns
Priority/High Severity/Critical Type/Docs
**Description:** The following documentation for patterns has incorrect instructions. docs/Pattern_2.md docs/Pattern_3.md docs/Pattern_4.md
1.0
Incorrect documentation for patterns - **Description:** The following documentation for patterns has incorrect instructions. docs/Pattern_2.md docs/Pattern_3.md docs/Pattern_4.md
priority
incorrect documentation for patterns description the following documentation for patterns has incorrect instructions docs pattern md docs pattern md docs pattern md
1
99,327
4,052,885,996
IssuesEvent
2016-05-24 05:59:22
damlaren/ogle
https://api.github.com/repos/damlaren/ogle
opened
look into issue with replacing make_unique
priority:very high
not sure why AllocateUniqueObject doesn't work to construct app
1.0
look into issue with replacing make_unique - not sure why AllocateUniqueObject doesn't work to construct app
priority
look into issue with replacing make unique not sure why allocateuniqueobject doesn t work to construct app
1
477,400
13,761,447,071
IssuesEvent
2020-10-07 07:42:49
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
mail.google.com - desktop site instead of mobile site
browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high priority-critical
<!-- @browser: Firefox 73.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/59478 --> **URL**: https://mail.google.com/mail/u/0/?tab=wm&ogbl **Browser / Versi...
1.0
mail.google.com - desktop site instead of mobile site - <!-- @browser: Firefox 73.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/59478 --> **URL**: https://...
priority
mail google com desktop site instead of mobile site url browser version firefox operating system windows tested another browser yes chrome problem type desktop site instead of mobile site description desktop site instead of mobile site steps to reproduce ...
1
435,842
12,542,202,578
IssuesEvent
2020-06-05 13:40:34
inverse-inc/packetfence
https://api.github.com/repos/inverse-inc/packetfence
closed
Switchs become completely independent if you redefine one setting of switch group
Priority: High Type: Bug
**Describe the bug** If you change one setting on a switch, part of a switch group, your switch become completely independent regarding all other settings defined in switch group. **To Reproduce** Steps to reproduce the behavior: 1. Create a switch group with a specific config (settings different than defaults) a...
1.0
Switchs become completely independent if you redefine one setting of switch group - **Describe the bug** If you change one setting on a switch, part of a switch group, your switch become completely independent regarding all other settings defined in switch group. **To Reproduce** Steps to reproduce the behavior: ...
priority
switchs become completely independent if you redefine one setting of switch group describe the bug if you change one setting on a switch part of a switch group your switch become completely independent regarding all other settings defined in switch group to reproduce steps to reproduce the behavior ...
1
395,810
11,696,766,571
IssuesEvent
2020-03-06 10:24:59
ahmedkaludi/accelerated-mobile-pages
https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages
closed
Custom JavaScript are not allowed issue
NEXT UPDATE [Priority: HIGH] bug
When we enable this two option "Convert AMP to WP theme (Beta)" and "Back to Top link" then validation error will appear - https://monosnap.com/direct/QOsbHmHguymp6w8UJCClcelLfsuXWZ
1.0
Custom JavaScript are not allowed issue - When we enable this two option "Convert AMP to WP theme (Beta)" and "Back to Top link" then validation error will appear - https://monosnap.com/direct/QOsbHmHguymp6w8UJCClcelLfsuXWZ
priority
custom javascript are not allowed issue when we enable this two option convert amp to wp theme beta and back to top link then validation error will appear
1
138,320
5,331,807,678
IssuesEvent
2017-02-15 20:25:37
phetsims/joist
https://api.github.com/repos/phetsims/joist
closed
Deselected homescreen buttons should start grayish
priority:2-high type:bug
@ariel-phet pointed out that the new Joist homescreen buttons all start bright instead of the deselected ones starting out grayish (as they used to). Perhaps this broke in recent refactoring. I'll take a look shortly.
1.0
Deselected homescreen buttons should start grayish - @ariel-phet pointed out that the new Joist homescreen buttons all start bright instead of the deselected ones starting out grayish (as they used to). Perhaps this broke in recent refactoring. I'll take a look shortly.
priority
deselected homescreen buttons should start grayish ariel phet pointed out that the new joist homescreen buttons all start bright instead of the deselected ones starting out grayish as they used to perhaps this broke in recent refactoring i ll take a look shortly
1
779,519
27,355,755,644
IssuesEvent
2023-02-27 12:45:37
snowplow/dbt-snowplow-web
https://api.github.com/repos/snowplow/dbt-snowplow-web
closed
Optional enrichment fields are not correctly prefixed by table alias
priority:high status:has_pr type:bug category:macros
## Describe the bug The `get_context_fields` macro does not correctly process the `table_prefix` argument and instead just writes it directly as a string. ## Steps to reproduce Enable the contexts and run the query on redshift/postgres, the sessions table will fail (page views doesn't use the table prefix argument...
1.0
Optional enrichment fields are not correctly prefixed by table alias - ## Describe the bug The `get_context_fields` macro does not correctly process the `table_prefix` argument and instead just writes it directly as a string. ## Steps to reproduce Enable the contexts and run the query on redshift/postgres, the ses...
priority
optional enrichment fields are not correctly prefixed by table alias describe the bug the get context fields macro does not correctly process the table prefix argument and instead just writes it directly as a string steps to reproduce enable the contexts and run the query on redshift postgres the ses...
1
708,241
24,334,990,200
IssuesEvent
2022-10-01 01:21:52
AMastryukov/LD51
https://api.github.com/repos/AMastryukov/LD51
opened
Game Map Asset(s)
High Priority 3D Asset Art
**Description** The 3D level where the game takes place (will link concept art when available) **References** ![Embedded Image](http link goes here)
1.0
Game Map Asset(s) - **Description** The 3D level where the game takes place (will link concept art when available) **References** ![Embedded Image](http link goes here)
priority
game map asset s description the level where the game takes place will link concept art when available references http link goes here
1
667,938
22,534,324,731
IssuesEvent
2022-06-25 02:05:02
minifemtovalen/LIM017-md-links
https://api.github.com/repos/minifemtovalen/LIM017-md-links
closed
**Story 4**
enhancement high priority
*As a user, I want to read a file, so that the links inside can be extracted* **AC:** - [x] If the path is a directory, recursion must be applied to get to the files - [x] Extract the links and return them in an object with 'href, text and file' properties **Definition of done:** - [x] return `{href: , text: , f...
1.0
**Story 4** - *As a user, I want to read a file, so that the links inside can be extracted* **AC:** - [x] If the path is a directory, recursion must be applied to get to the files - [x] Extract the links and return them in an object with 'href, text and file' properties **Definition of done:** - [x] return `{hre...
priority
story as a user i want to read a file so that the links inside can be extracted ac if the path is a directory recursion must be applied to get to the files extract the links and return them in an object with href text and file properties definition of done return href t...
1
93,923
3,917,070,175
IssuesEvent
2016-04-21 06:23:34
Solinea/goldstone-server
https://api.github.com/repos/Solinea/goldstone-server
opened
bump_version.sh needs to leave versions of goldstone service containers alone
component: packaging priority 2: high type: bug
Currently it bumps the version of the canary container, which is not acceptable.
1.0
bump_version.sh needs to leave versions of goldstone service containers alone - Currently it bumps the version of the canary container, which is not acceptable.
priority
bump version sh needs to leave versions of goldstone service containers alone currently it bumps the version of the canary container which is not acceptable
1
578,129
17,144,868,685
IssuesEvent
2021-07-13 13:40:15
zowe/vscode-extension-for-zowe
https://api.github.com/repos/zowe/vscode-extension-for-zowe
closed
Support multiple VS Code windows for files opened via Zowe Explorer
21PI2 Priority: High Sprint 2 bug
**Is your feature request related to a problem? Please describe.** How to reproduce: - Open a file such as a data set member in VS Code using Zowe Explorer - In VS Code select File > New Window - Observe that the open editor in the old window shows now `(Deleted)` This is because opening a new Window in VS C...
1.0
Support multiple VS Code windows for files opened via Zowe Explorer - **Is your feature request related to a problem? Please describe.** How to reproduce: - Open a file such as a data set member in VS Code using Zowe Explorer - In VS Code select File > New Window - Observe that the open editor in the old window...
priority
support multiple vs code windows for files opened via zowe explorer is your feature request related to a problem please describe how to reproduce open a file such as a data set member in vs code using zowe explorer in vs code select file new window observe that the open editor in the old window...
1
727,310
25,030,966,310
IssuesEvent
2022-11-04 12:20:48
renovatebot/renovate
https://api.github.com/repos/renovatebot/renovate
closed
Support "short" GitHub Actions tag comments
type:feature priority-2-high manager:github-actions status:ready
### What would you like Renovate to be able to do? Support not only our standard GitHub tag pinning syntax of `uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # tag=v3.0.11` but also `uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11`. ### If you have any ideas on how this should...
1.0
Support "short" GitHub Actions tag comments - ### What would you like Renovate to be able to do? Support not only our standard GitHub tag pinning syntax of `uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # tag=v3.0.11` but also `uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11`. ...
priority
support short github actions tag comments what would you like renovate to be able to do support not only our standard github tag pinning syntax of uses actions cache tag but also uses actions cache if you have any ideas on how this should be implemented please tell us here...
1
391,102
11,569,171,033
IssuesEvent
2020-02-20 17:04:25
ansible/galaxy-dev
https://api.github.com/repos/ansible/galaxy-dev
closed
Run ansible-test sanity for galaxy-importer in standalone mode
area/backend area/importer priority/high status/in-progress type/enhancement
`galaxy_importer` can be used in standalone mode to run validation and parsing against a collection to see output and check if an import failure may occur before importing to Automation Hub. `ansible-test sanity` should be added to `galaxy_importer` standalone mode, run conditionally via configuration file
1.0
Run ansible-test sanity for galaxy-importer in standalone mode - `galaxy_importer` can be used in standalone mode to run validation and parsing against a collection to see output and check if an import failure may occur before importing to Automation Hub. `ansible-test sanity` should be added to `galaxy_importer` st...
priority
run ansible test sanity for galaxy importer in standalone mode galaxy importer can be used in standalone mode to run validation and parsing against a collection to see output and check if an import failure may occur before importing to automation hub ansible test sanity should be added to galaxy importer st...
1
241,517
7,816,111,171
IssuesEvent
2018-06-13 02:31:00
socialappslab/appcivist-platform
https://api.github.com/repos/socialappslab/appcivist-platform
closed
Only coordinators should be able delete a proposal
Priority: Critical Priority: High
## Describe the problem/story Only coordinators should be able delete a proposal; no one else. -- Currently, anyone can delete a proposal. -- Delete options (cogwheel) should be only be enabled for coordinators; disabled for everyone else. For non-coordinators, cogwheel delete now appears on Card and proposal page. It...
2.0
Only coordinators should be able delete a proposal - ## Describe the problem/story Only coordinators should be able delete a proposal; no one else. -- Currently, anyone can delete a proposal. -- Delete options (cogwheel) should be only be enabled for coordinators; disabled for everyone else. For non-coordinators, cogw...
priority
only coordinators should be able delete a proposal describe the problem story only coordinators should be able delete a proposal no one else currently anyone can delete a proposal delete options cogwheel should be only be enabled for coordinators disabled for everyone else for non coordinators cogw...
1
141,755
5,443,988,047
IssuesEvent
2017-03-07 01:00:15
certificate-helper/Certificate-Inspector
https://api.github.com/repos/certificate-helper/Certificate-Inspector
opened
Rename Application
critical - highest priority
Due to a Cease and Desist order from DigiCert, Certificate Inspector must immediately rename itself to use a different name that does not infringe on their trademark. The new name will be "TLS Inspector". - [ ] Update iTunes Connect - [ ] Update GitHub Repos - [ ] Register new domain - [ ] Forward old doma...
1.0
Rename Application - Due to a Cease and Desist order from DigiCert, Certificate Inspector must immediately rename itself to use a different name that does not infringe on their trademark. The new name will be "TLS Inspector". - [ ] Update iTunes Connect - [ ] Update GitHub Repos - [ ] Register new domain -...
priority
rename application due to a cease and desist order from digicert certificate inspector must immediately rename itself to use a different name that does not infringe on their trademark the new name will be tls inspector update itunes connect update github repos register new domain for...
1
185,116
6,719,107,673
IssuesEvent
2017-10-15 20:25:13
iamareebjamal/zhcet-web
https://api.github.com/repos/iamareebjamal/zhcet-web
closed
Add option to change section of students
high priority
Add multiselect option to change section of students in Dean Panel
1.0
Add option to change section of students - Add multiselect option to change section of students in Dean Panel
priority
add option to change section of students add multiselect option to change section of students in dean panel
1
392,103
11,583,544,452
IssuesEvent
2020-02-22 11:47:15
IntegratedTransportPlanning/gcvt
https://api.github.com/repos/IntegratedTransportPlanning/gcvt
closed
Summary statistics
enhancement high priority
Have a pane which is always shown which presents the summed total for either all links, all zones, or a selected link or zone. Care regarding links is needed because the summary statistics shouldn't be a straight summation of the chosen attribute, in some cases it should be a sum product. e.g. GHGs per km * link di...
1.0
Summary statistics - Have a pane which is always shown which presents the summed total for either all links, all zones, or a selected link or zone. Care regarding links is needed because the summary statistics shouldn't be a straight summation of the chosen attribute, in some cases it should be a sum product. e.g. ...
priority
summary statistics have a pane which is always shown which presents the summed total for either all links all zones or a selected link or zone care regarding links is needed because the summary statistics shouldn t be a straight summation of the chosen attribute in some cases it should be a sum product e g ...
1
733,806
25,323,037,077
IssuesEvent
2022-11-18 06:34:03
Rehachoudhary0/hotel_testing
https://api.github.com/repos/Rehachoudhary0/hotel_testing
closed
🐛 Bug Report: Hotel> Food updated is successfully but status not refreshing
bug app back-end front-end (UI/UX) High priority
### 👟 Reproduction steps when i changed the status of food hotel didn't go to backpage and home page or food list page not refreshing the status . ### 👍 Expected behavior Should be working accordingly ### 👎 Actual Behavior . ### ☎️ Log-in number . ### 📲 User Type Hotel ### 🎲 App version Version 22.11.0...
1.0
🐛 Bug Report: Hotel> Food updated is successfully but status not refreshing - ### 👟 Reproduction steps when i changed the status of food hotel didn't go to backpage and home page or food list page not refreshing the status . ### 👍 Expected behavior Should be working accordingly ### 👎 Actual Behavior . ### ☎...
priority
🐛 bug report hotel food updated is successfully but status not refreshing 👟 reproduction steps when i changed the status of food hotel didn t go to backpage and home page or food list page not refreshing the status 👍 expected behavior should be working accordingly 👎 actual behavior ☎...
1
244,412
7,875,046,042
IssuesEvent
2018-06-25 19:03:48
gctools-outilsgc/gcconnex
https://api.github.com/repos/gctools-outilsgc/gcconnex
closed
Search/Sort Colleagues when inviting them to chatroom.
Priority: High Project: Legacy Tools Stack: UX Type: Enhancement [zube]: Done
Better searchability for employees. Analysis
1.0
Search/Sort Colleagues when inviting them to chatroom. - Better searchability for employees. Analysis
priority
search sort colleagues when inviting them to chatroom better searchability for employees analysis
1
766,874
26,902,608,374
IssuesEvent
2023-02-06 16:38:08
edehr/edehr
https://api.github.com/repos/edehr/edehr
closed
Birthdate on demographics does not work
0~Bug Priority - High
**Describe the bug** Editing the birth date or the person age does not trigger the calculation that adjusts the birth year to reflect the person age relative to today.
1.0
Birthdate on demographics does not work - **Describe the bug** Editing the birth date or the person age does not trigger the calculation that adjusts the birth year to reflect the person age relative to today.
priority
birthdate on demographics does not work describe the bug editing the birth date or the person age does not trigger the calculation that adjusts the birth year to reflect the person age relative to today
1
28,544
2,707,682,838
IssuesEvent
2015-04-08 00:47:45
AaronBuxbaum/TomatoTimer
https://api.github.com/repos/AaronBuxbaum/TomatoTimer
closed
Add experience system
enhancement high priority
System should give experience for completing pomodoro tasks (user.level). It should display changes in experience clearly and visually.
1.0
Add experience system - System should give experience for completing pomodoro tasks (user.level). It should display changes in experience clearly and visually.
priority
add experience system system should give experience for completing pomodoro tasks user level it should display changes in experience clearly and visually
1
639,078
20,745,974,727
IssuesEvent
2022-03-14 23:05:32
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
[studio] Rejecting an item doesn't remove its dependencies from the queue
bug priority: high add to QA
## Describe the bug Rejecting an item that's submitted for review doesn't remove its dependencies from the publishing queue. ## To Reproduce Steps to reproduce the behavior: 1. Create a site from Editorial 2. Request publishing of an article 3. See the first dashboard 4. Reject the article 5. Note that its de...
1.0
[studio] Rejecting an item doesn't remove its dependencies from the queue - ## Describe the bug Rejecting an item that's submitted for review doesn't remove its dependencies from the publishing queue. ## To Reproduce Steps to reproduce the behavior: 1. Create a site from Editorial 2. Request publishing of an art...
priority
rejecting an item doesn t remove its dependencies from the queue describe the bug rejecting an item that s submitted for review doesn t remove its dependencies from the publishing queue to reproduce steps to reproduce the behavior create a site from editorial request publishing of an article ...
1
140,859
5,425,236,648
IssuesEvent
2017-03-03 05:03:36
EFForg/privacybadger
https://api.github.com/repos/EFForg/privacybadger
opened
Compatibility with W3C Tracking Preference Expression specification
High priority
The W3C has been working on a technical specification for the DNT signal and resulting interaction between user agents and publishers. This document has not been adopted as a standard but is in an advanced state and can be read [here](https://www.w3.org/2011/tracking-protection/drafts/tracking-dnt.html). Many eleme...
1.0
Compatibility with W3C Tracking Preference Expression specification - The W3C has been working on a technical specification for the DNT signal and resulting interaction between user agents and publishers. This document has not been adopted as a standard but is in an advanced state and can be read [here](https://www.w3....
priority
compatibility with tracking preference expression specification the has been working on a technical specification for the dnt signal and resulting interaction between user agents and publishers this document has not been adopted as a standard but is in an advanced state and can be read many elements of t...
1
590,304
17,775,856,340
IssuesEvent
2021-08-30 19:07:01
airqo-platform/AirQo-frontend
https://api.github.com/repos/airqo-platform/AirQo-frontend
opened
Automatically refresh all platform (device details) content after device deployment
netmanager priority-high
**Is your feature request related to a problem? Please describe.** It is kinda confusing for the user whenever they finish deployment, go to check the site for site details and do not find the respective device recently added. They have to first refresh to see it. **Describe the solution you'd like** Handle the au...
1.0
Automatically refresh all platform (device details) content after device deployment - **Is your feature request related to a problem? Please describe.** It is kinda confusing for the user whenever they finish deployment, go to check the site for site details and do not find the respective device recently added. They h...
priority
automatically refresh all platform device details content after device deployment is your feature request related to a problem please describe it is kinda confusing for the user whenever they finish deployment go to check the site for site details and do not find the respective device recently added they h...
1
167,415
6,337,708,031
IssuesEvent
2017-07-27 01:02:12
syscoin/blockmarket-desktop-public
https://api.github.com/repos/syscoin/blockmarket-desktop-public
closed
Prompt should pop-up when finalizing escrow
enhancement highpriority user experience improvement
When clicking on the "finalize button" under "purchases in escrow", a prompt should appear asking the user the following question. "Clicking "Finalize" on this offer will release the offer to the merchant. Are you sure that you want to complete this transaction now?"
1.0
Prompt should pop-up when finalizing escrow - When clicking on the "finalize button" under "purchases in escrow", a prompt should appear asking the user the following question. "Clicking "Finalize" on this offer will release the offer to the merchant. Are you sure that you want to complete this transaction now?"
priority
prompt should pop up when finalizing escrow when clicking on the finalize button under purchases in escrow a prompt should appear asking the user the following question clicking finalize on this offer will release the offer to the merchant are you sure that you want to complete this transaction now
1
86,275
3,709,842,086
IssuesEvent
2016-03-02 00:28:22
chrisblakley/Nebula
https://api.github.com/repos/chrisblakley/Nebula
opened
If /css directory does not exist in /stylesheets, create it
Backend (Server) Bug High Priority
Sometimes /css doesn't exist in the child theme. When rendering SCSS files, if the ```/css``` directory doesn't exist, create it first with PHP!
1.0
If /css directory does not exist in /stylesheets, create it - Sometimes /css doesn't exist in the child theme. When rendering SCSS files, if the ```/css``` directory doesn't exist, create it first with PHP!
priority
if css directory does not exist in stylesheets create it sometimes css doesn t exist in the child theme when rendering scss files if the css directory doesn t exist create it first with php
1
332,441
10,095,860,293
IssuesEvent
2019-07-27 13:01:35
magiruuvelvet/QAPI-IDE
https://api.github.com/repos/magiruuvelvet/QAPI-IDE
closed
workspace format
WorkspaceFormat priority: high
file format to store and load workspaces standalone module, doesn't depend on Qt and the GUI module ~format is a json file for maximum portability, can be modified with text editors, etc.~\ changed to CBOR format
1.0
workspace format - file format to store and load workspaces standalone module, doesn't depend on Qt and the GUI module ~format is a json file for maximum portability, can be modified with text editors, etc.~\ changed to CBOR format
priority
workspace format file format to store and load workspaces standalone module doesn t depend on qt and the gui module format is a json file for maximum portability can be modified with text editors etc changed to cbor format
1
502,538
14,548,231,515
IssuesEvent
2020-12-16 00:45:13
SpeedCurve-Metrics/SpeedCurve
https://api.github.com/repos/SpeedCurve-Metrics/SpeedCurve
closed
Settings menu item not visible
priority high status accepted type bug
### Issue type - [ ] Feature request - [x] Bug report - [ ] Question (please email questions to support@speedcurve.com) ### Current behaviour Hey. I wanted to report a bug but can't find a better place than this to do it. Hope you can send it to the right people :) After the new "Vitals" menu item h...
1.0
Settings menu item not visible - ### Issue type - [ ] Feature request - [x] Bug report - [ ] Question (please email questions to support@speedcurve.com) ### Current behaviour Hey. I wanted to report a bug but can't find a better place than this to do it. Hope you can send it to the right people :) A...
priority
settings menu item not visible issue type feature request bug report question please email questions to support speedcurve com current behaviour hey i wanted to report a bug but can t find a better place than this to do it hope you can send it to the right people after t...
1
798,699
28,292,689,071
IssuesEvent
2023-04-09 12:15:00
bounswe/bounswe2023group8
https://api.github.com/repos/bounswe/bounswe2023group8
closed
Add Project Requirements to Milestone 1 Report Page
status: to-do priority: high effort: low
Milestone 1 report page has already been created. There is a "Software Requirement Specification" section. Take the project requirements from "Requirements" page and add them to corresponding section.
1.0
Add Project Requirements to Milestone 1 Report Page - Milestone 1 report page has already been created. There is a "Software Requirement Specification" section. Take the project requirements from "Requirements" page and add them to corresponding section.
priority
add project requirements to milestone report page milestone report page has already been created there is a software requirement specification section take the project requirements from requirements page and add them to corresponding section
1
208,741
7,157,919,193
IssuesEvent
2018-01-26 21:50:50
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Bow damage is not increased when investing in the Bow Damage Skill
High Priority
The skill node seems to do nothing at the moment and I want to one shot wolves gawd dammit.
1.0
Bow damage is not increased when investing in the Bow Damage Skill - The skill node seems to do nothing at the moment and I want to one shot wolves gawd dammit.
priority
bow damage is not increased when investing in the bow damage skill the skill node seems to do nothing at the moment and i want to one shot wolves gawd dammit
1
408,296
11,944,527,052
IssuesEvent
2020-04-03 02:44:58
AY1920S2-CS2103-W14-2/main
https://api.github.com/repos/AY1920S2-CS2103-W14-2/main
opened
Fix immutability contract breach in supplier
priority.High severity.High
Regarding the problem of removing a good from a supplier being not undoable, I decided not to paranoiacally implement deep copy methods for every object. I find that it makes more sense to enforce the immutability contract of the models. So, the contract of Supplier states that: ![Screen Shot 2020-04-03 at 10 ...
1.0
Fix immutability contract breach in supplier - Regarding the problem of removing a good from a supplier being not undoable, I decided not to paranoiacally implement deep copy methods for every object. I find that it makes more sense to enforce the immutability contract of the models. So, the contract of Supplier ...
priority
fix immutability contract breach in supplier regarding the problem of removing a good from a supplier being not undoable i decided not to paranoiacally implement deep copy methods for every object i find that it makes more sense to enforce the immutability contract of the models so the contract of supplier ...
1
450,732
13,018,771,902
IssuesEvent
2020-07-26 19:02:47
ION28/BLUESPAWN
https://api.github.com/repos/ION28/BLUESPAWN
closed
Software Security Mitigation for V-6755
difficulty/easy lang/c++ mode/mitigate module/file-system priority/high type/enhancement
https://www.stigviewer.com/stig/iis_7.0_web_site/2017-12-21/finding/V-6755 Might be difficult to automatically fix, but should be able to be located with a regex based on this answer: https://serverfault.com/a/395919
1.0
Software Security Mitigation for V-6755 - https://www.stigviewer.com/stig/iis_7.0_web_site/2017-12-21/finding/V-6755 Might be difficult to automatically fix, but should be able to be located with a regex based on this answer: https://serverfault.com/a/395919
priority
software security mitigation for v might be difficult to automatically fix but should be able to be located with a regex based on this answer
1
401,030
11,784,333,306
IssuesEvent
2020-03-17 08:07:43
Longwelwind/swords-and-ravens
https://api.github.com/repos/Longwelwind/swords-and-ravens
closed
Find a SMTP provider for the emails
priority:high type:bug
The 200 mails/day limit of the SendGrid's plan was hit yesterday, which means that no mails are sent. A new provider should be found to support the growth of games.
1.0
Find a SMTP provider for the emails - The 200 mails/day limit of the SendGrid's plan was hit yesterday, which means that no mails are sent. A new provider should be found to support the growth of games.
priority
find a smtp provider for the emails the mails day limit of the sendgrid s plan was hit yesterday which means that no mails are sent a new provider should be found to support the growth of games
1
557,687
16,515,746,538
IssuesEvent
2021-05-26 09:34:20
sopra-fs21-group-09/sopra-fs21-group-09-client
https://api.github.com/repos/sopra-fs21-group-09/sopra-fs21-group-09-client
closed
Leave group signs user out of group
Frontend high priority task
If Group is empty it gets deleted Estimate: 3h, Priority high
1.0
Leave group signs user out of group - If Group is empty it gets deleted Estimate: 3h, Priority high
priority
leave group signs user out of group if group is empty it gets deleted estimate priority high
1
346,101
10,384,224,148
IssuesEvent
2019-09-10 11:29:49
crytic/echidna
https://api.github.com/repos/crytic/echidna
closed
Echidna fails to run code that creates two contracts
bug help wanted high-priority question
Using this example: ```solidity contract A{} contract B{} contract C { bool state = true; function f() public { A a = new A(); B b = new B(); state = false; } function echidna_test() public returns (bool) { return state; } } ``` echidna will never correctly execute `f()`:...
1.0
Echidna fails to run code that creates two contracts - Using this example: ```solidity contract A{} contract B{} contract C { bool state = true; function f() public { A a = new A(); B b = new B(); state = false; } function echidna_test() public returns (bool) { return state; }...
priority
echidna fails to run code that creates two contracts using this example solidity contract a contract b contract c bool state true function f public a a new a b b new b state false function echidna test public returns bool return state ...
1
62,177
3,175,699,222
IssuesEvent
2015-09-24 02:06:14
littleweaver/django-brambling
https://api.github.com/repos/littleweaver/django-brambling
closed
CSV Issues
bug high priority
@spilzer mentioned to me the other day that there might be some issues with Excel reading Dancerfly-produced CSVs? Or maybe it was with Google Sheets reading Dancerfly-produced CSVs? I can't remember. Either way, this should be investigated.
1.0
CSV Issues - @spilzer mentioned to me the other day that there might be some issues with Excel reading Dancerfly-produced CSVs? Or maybe it was with Google Sheets reading Dancerfly-produced CSVs? I can't remember. Either way, this should be investigated.
priority
csv issues spilzer mentioned to me the other day that there might be some issues with excel reading dancerfly produced csvs or maybe it was with google sheets reading dancerfly produced csvs i can t remember either way this should be investigated
1
171,575
6,491,156,835
IssuesEvent
2017-08-21 09:19:42
nbnuk/nbnatlas-issues
https://api.github.com/repos/nbnuk/nbnatlas-issues
closed
URGENT - NBN Atlas problems - Maps not loading Monday 21st August
high-priority
I've just had a report of maps not working. I've tried myself and maps either not loading through basic occurrence search or through analyse option message across all the maps saying layer unavailable.
1.0
URGENT - NBN Atlas problems - Maps not loading Monday 21st August - I've just had a report of maps not working. I've tried myself and maps either not loading through basic occurrence search or through analyse option message across all the maps saying layer unavailable.
priority
urgent nbn atlas problems maps not loading monday august i ve just had a report of maps not working i ve tried myself and maps either not loading through basic occurrence search or through analyse option message across all the maps saying layer unavailable
1
527,071
15,308,227,648
IssuesEvent
2021-02-24 22:06:53
prob-ml/bliss
https://api.github.com/repos/prob-ml/bliss
opened
test wake can fail in GPU
not high priority
Example. ``` # check loss went down print("target loss: ", target_loss) print("initial loss: ", init_loss) print("trained loss: ", trained_loss) diff0 = init_loss - target_loss diff1 = trained_loss - target_loss if torch.cuda.is_available(): > ...
1.0
test wake can fail in GPU - Example. ``` # check loss went down print("target loss: ", target_loss) print("initial loss: ", init_loss) print("trained loss: ", trained_loss) diff0 = init_loss - target_loss diff1 = trained_loss - target_loss if torch.cuda....
priority
test wake can fail in gpu example check loss went down print target loss target loss print initial loss init loss print trained loss trained loss init loss target loss trained loss target loss if torch cuda is avail...
1
579,224
17,185,963,071
IssuesEvent
2021-07-16 01:59:47
kubeapps/kubeapps
https://api.github.com/repos/kubeapps/kubeapps
closed
Add userAgent to requests from kubeops service
component/kubeops kind/feature priority/high size/S
### Description: The `kubeops` service is currently setting an empty user agent. The old `tiller-proxy` service used to include a `version.go` which set a userAgent string to be used in the chart client: https://github.com/kubeapps/kubeapps/blob/v1.11.3/cmd/tiller-proxy/version.go but it seems this was never m...
1.0
Add userAgent to requests from kubeops service - ### Description: The `kubeops` service is currently setting an empty user agent. The old `tiller-proxy` service used to include a `version.go` which set a userAgent string to be used in the chart client: https://github.com/kubeapps/kubeapps/blob/v1.11.3/cmd/tiller...
priority
add useragent to requests from kubeops service description the kubeops service is currently setting an empty user agent the old tiller proxy service used to include a version go which set a useragent string to be used in the chart client but it seems this was never moved across to the kubeops...
1
69,175
3,295,874,080
IssuesEvent
2015-11-01 11:06:19
AblionGE/LocPrivLib
https://api.github.com/repos/AblionGE/LocPrivLib
closed
Draw cells only to the current focus
enhancement high priority
In ```Privacy Sensitivity``` just draw grid with the current focus. Just need to set a maximum size
1.0
Draw cells only to the current focus - In ```Privacy Sensitivity``` just draw grid with the current focus. Just need to set a maximum size
priority
draw cells only to the current focus in privacy sensitivity just draw grid with the current focus just need to set a maximum size
1
511,136
14,854,711,125
IssuesEvent
2021-01-18 11:43:10
canonical-web-and-design/jp.ubuntu.com
https://api.github.com/repos/canonical-web-and-design/jp.ubuntu.com
closed
Cannot download ISO image
Priority: High
Google Chrome v87.0.4280.88 (Official Build) 64bit Following error was displayed in DevTools console. ``` Mixed Content: The site at 'https://jp.ubuntu.com/' was loaded over a secure connection, but the file at 'http://jp.releases.ubuntu.com/20.04.1/ubuntu-20.04.1-desktop-amd64.iso' was redirected through an inse...
1.0
Cannot download ISO image - Google Chrome v87.0.4280.88 (Official Build) 64bit Following error was displayed in DevTools console. ``` Mixed Content: The site at 'https://jp.ubuntu.com/' was loaded over a secure connection, but the file at 'http://jp.releases.ubuntu.com/20.04.1/ubuntu-20.04.1-desktop-amd64.iso' wa...
priority
cannot download iso image google chrome official build following error was displayed in devtools console mixed content the site at was loaded over a secure connection but the file at was redirected through an insecure connection this file should be served over https this download has ...
1
164,689
6,246,332,906
IssuesEvent
2017-07-13 03:38:34
CS2103JUN2017-T3/main
https://api.github.com/repos/CS2103JUN2017-T3/main
closed
As a user I can edit tasks
priority.high type.story
So that I can update my tasks’ details for unforeseen circumstances, such as postponing a deadline
1.0
As a user I can edit tasks - So that I can update my tasks’ details for unforeseen circumstances, such as postponing a deadline
priority
as a user i can edit tasks so that i can update my tasks’ details for unforeseen circumstances such as postponing a deadline
1
761,926
26,703,171,851
IssuesEvent
2023-01-27 15:56:23
IAmTamal/Milan
https://api.github.com/repos/IAmTamal/Milan
closed
[BUGS] Exclamation Mark misplaced
🟧 priority: high 🛠 goal: fix 🛠 status : under development hacktoberfest
### Description In the "Events" page, the 'Events Happening Now !' heading has it's exclamation mark in the next line, which makes it look odd. ### Screenshots ![image](https://user-images.githubusercontent.com/82112540/209363892-47898a6c-5f76-4cdd-acb5-f072105aed03.png) ### Additional information _No response_ ...
1.0
[BUGS] Exclamation Mark misplaced - ### Description In the "Events" page, the 'Events Happening Now !' heading has it's exclamation mark in the next line, which makes it look odd. ### Screenshots ![image](https://user-images.githubusercontent.com/82112540/209363892-47898a6c-5f76-4cdd-acb5-f072105aed03.png) ### Ad...
priority
exclamation mark misplaced description in the events page the events happening now heading has it s exclamation mark in the next line which makes it look odd screenshots additional information no response 🥦 browser google chrome 👀 have you checked for similar open iss...
1
353,779
10,558,664,576
IssuesEvent
2019-10-04 09:37:32
OkunaOrg/okuna-api
https://api.github.com/repos/OkunaOrg/okuna-api
closed
Support username in allocate_invites mngmt command
priority:high
We should be able to allocate invites through the existing command to a specific user.
1.0
Support username in allocate_invites mngmt command - We should be able to allocate invites through the existing command to a specific user.
priority
support username in allocate invites mngmt command we should be able to allocate invites through the existing command to a specific user
1
152,983
5,872,669,678
IssuesEvent
2017-05-15 12:12:26
yarnpkg/yarn
https://api.github.com/repos/yarnpkg/yarn
closed
Some offline-cache dependancies are not being tarballed, and are being inserted into the yarn.lock as remote urls
bug bug-high-priority
<!-- *Before creating an issue please make sure you are using the latest version of yarn.* --> **Do you want to request a *feature* or report a *bug*?** <!-- Is the feature a substantial feature request? Please use https://github.com/yarnpkg/rfcs --> Report a potential bug **What is the current behavior?** Aft...
1.0
Some offline-cache dependancies are not being tarballed, and are being inserted into the yarn.lock as remote urls - <!-- *Before creating an issue please make sure you are using the latest version of yarn.* --> **Do you want to request a *feature* or report a *bug*?** <!-- Is the feature a substantial feature reque...
priority
some offline cache dependancies are not being tarballed and are being inserted into the yarn lock as remote urls do you want to request a feature or report a bug report a potential bug what is the current behavior after walking through the steps from it seems that some dependancies are...
1
143,217
5,511,954,696
IssuesEvent
2017-03-17 07:39:13
ajency/Listr
https://api.github.com/repos/ajency/Listr
opened
Admin |Add company | Add (*) for required feilds
bug High priority
The following are the required fields : - BTID - Company Name - Is Active: - Is Enterprise: - Is IMEI Active: - Is Agency: -
1.0
Admin |Add company | Add (*) for required feilds - The following are the required fields : - BTID - Company Name - Is Active: - Is Enterprise: - Is IMEI Active: - Is Agency: -
priority
admin add company add for required feilds the following are the required fields btid company name is active is enterprise is imei active is agency
1
492,112
14,177,141,084
IssuesEvent
2020-11-13 01:21:08
woocommerce/woocommerce-admin
https://api.github.com/repos/woocommerce/woocommerce-admin
closed
Setup Checklist: Snackbar Notif & Setup Activity Panel Missing after Product Creation
Setup Checklist [Priority] High [Type] Bug
**Describe the bug** When performing the Product setup task, I encountered some JS errors on Safari 14: <img width="2221" alt="1 7 0-beta-safari-14 0" src="https://user-images.githubusercontent.com/22080/98419962-0260f500-203b-11eb-8115-ffe5ac41162c.png"> **To Reproduce** I hit this while testing a build from `...
1.0
Setup Checklist: Snackbar Notif & Setup Activity Panel Missing after Product Creation - **Describe the bug** When performing the Product setup task, I encountered some JS errors on Safari 14: <img width="2221" alt="1 7 0-beta-safari-14 0" src="https://user-images.githubusercontent.com/22080/98419962-0260f500-203b-1...
priority
setup checklist snackbar notif setup activity panel missing after product creation describe the bug when performing the product setup task i encountered some js errors on safari img width alt beta safari src to reproduce i hit this while testing a build from main before th...
1
300,968
9,214,339,688
IssuesEvent
2019-03-10 19:05:58
hannesschulze/optimizer
https://api.github.com/repos/hannesschulze/optimizer
closed
Doesn't work on wayland
In Progress Priority: High
When launching on wayland, optimizer segfaults: ``` Thread 1 "com.github.hann" received signal SIGSEGV, Segmentation fault. 0x00007ffff6be603d in XQueryExtension (dpy=dpy@entry=0x484040, name=name@entry=0x7ffff653b000 "X-Resource", major_opcode=major_opcode@entry=0x7ffffffebbd4, first_event=first_event@entry...
1.0
Doesn't work on wayland - When launching on wayland, optimizer segfaults: ``` Thread 1 "com.github.hann" received signal SIGSEGV, Segmentation fault. 0x00007ffff6be603d in XQueryExtension (dpy=dpy@entry=0x484040, name=name@entry=0x7ffff653b000 "X-Resource", major_opcode=major_opcode@entry=0x7ffffffebbd4, fir...
priority
doesn t work on wayland when launching on wayland optimizer segfaults thread com github hann received signal sigsegv segmentation fault in xqueryextension dpy dpy entry name name entry x resource major opcode major opcode entry first event first event entry first error first er...
1
408,234
11,943,660,294
IssuesEvent
2020-04-02 23:57:28
wc-work/why
https://api.github.com/repos/wc-work/why
closed
Contact Form
High Priority
- [x] Add Contact Form - [x] Set up form to automatically send W.H.Y. email notification
1.0
Contact Form - - [x] Add Contact Form - [x] Set up form to automatically send W.H.Y. email notification
priority
contact form add contact form set up form to automatically send w h y email notification
1
238,715
7,782,574,935
IssuesEvent
2018-06-06 07:05:27
robinagist/ezo
https://api.github.com/repos/robinagist/ezo
opened
proper logging
enhancement high priority
logging is a mess and practically non-existent + remote all rogue print statements + replace with proper log and level statements + decide how to log things going on inside of lib Classes
1.0
proper logging - logging is a mess and practically non-existent + remote all rogue print statements + replace with proper log and level statements + decide how to log things going on inside of lib Classes
priority
proper logging logging is a mess and practically non existent remote all rogue print statements replace with proper log and level statements decide how to log things going on inside of lib classes
1
409,882
11,969,334,488
IssuesEvent
2020-04-06 10:08:12
wso2/product-apim
https://api.github.com/repos/wso2/product-apim
reopened
API Manager try it UI shows http url with https port.
3.1.0 3.x.x Affected/3.0.0 Priority/High Type/Bug Type/React-UI Type/UX
When you create API with both http and https transports enabled users can use tryout UI to invoke API with both http and https. URL is selectable on the top of API store page. But when you select http url its appear with 8243 port. And invocation get failed. If someone need to use API developer portal over http then...
1.0
API Manager try it UI shows http url with https port. - When you create API with both http and https transports enabled users can use tryout UI to invoke API with both http and https. URL is selectable on the top of API store page. But when you select http url its appear with 8243 port. And invocation get failed. If...
priority
api manager try it ui shows http url with https port when you create api with both http and https transports enabled users can use tryout ui to invoke api with both http and https url is selectable on the top of api store page but when you select http url its appear with port and invocation get failed if so...
1
366,040
10,816,828,957
IssuesEvent
2019-11-08 08:16:19
input-output-hk/jormungandr
https://api.github.com/repos/input-output-hk/jormungandr
opened
Allow setting multiple stake pool for delegation
Priority - High enhancement jcli
Since the latest update it is possible to set multiple stake pools at a time. JCLI could handle that case and allow for creating delegation certificate with multiple stake pools.
1.0
Allow setting multiple stake pool for delegation - Since the latest update it is possible to set multiple stake pools at a time. JCLI could handle that case and allow for creating delegation certificate with multiple stake pools.
priority
allow setting multiple stake pool for delegation since the latest update it is possible to set multiple stake pools at a time jcli could handle that case and allow for creating delegation certificate with multiple stake pools
1
499,539
14,449,538,814
IssuesEvent
2020-12-08 08:16:24
schemathesis/schemathesis
https://api.github.com/repos/schemathesis/schemathesis
closed
CLI: Rate limiting
Priority: High Type: Feature
It might be helpful, so we avoid spamming the application under test too much
1.0
CLI: Rate limiting - It might be helpful, so we avoid spamming the application under test too much
priority
cli rate limiting it might be helpful so we avoid spamming the application under test too much
1
460,691
13,216,856,612
IssuesEvent
2020-08-17 05:16:52
ahmedkaludi/accelerated-mobile-pages
https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages
closed
Need to make the table fromat look like same as amp by automatic's table output
[Priority: HIGH] bug
Need to make the table look like same amp by automatic such as responsiveness, images, and the colums need to fix with in the screens in mobile large screens at 425px like the same as amp by atuomatic Amp by automatic ouput in mobile large screens at 425px: https://monosnap.com/file/Sgw9GJfqmOwkTaB07NmdcFXgwo56B6...
1.0
Need to make the table fromat look like same as amp by automatic's table output - Need to make the table look like same amp by automatic such as responsiveness, images, and the colums need to fix with in the screens in mobile large screens at 425px like the same as amp by atuomatic Amp by automatic ouput in mobile l...
priority
need to make the table fromat look like same as amp by automatic s table output need to make the table look like same amp by automatic such as responsiveness images and the colums need to fix with in the screens in mobile large screens at like the same as amp by atuomatic amp by automatic ouput in mobile large...
1
350,900
10,510,360,737
IssuesEvent
2019-09-27 13:17:12
conan-io/conan
https://api.github.com/repos/conan-io/conan
closed
`ERROR: Cannot get the latest package without RREV` from `conan graph build-order` when all packages are cached
complex: medium component: graph priority: high stage: in-progress type: bug
Conan version: **1.18.2** I'm designing our new CI buid process based on lockfiles and revisions. If I have all packages built in the local cache and rerun the build, I'm getting the error mentioned in the the title. This is the invocation: ``` ❯ ./conan-bin graph build-order --build cascade --build outdated con...
1.0
`ERROR: Cannot get the latest package without RREV` from `conan graph build-order` when all packages are cached - Conan version: **1.18.2** I'm designing our new CI buid process based on lockfiles and revisions. If I have all packages built in the local cache and rerun the build, I'm getting the error mentioned in t...
priority
error cannot get the latest package without rrev from conan graph build order when all packages are cached conan version i m designing our new ci buid process based on lockfiles and revisions if i have all packages built in the local cache and rerun the build i m getting the error mentioned in th...
1
600,670
18,350,081,415
IssuesEvent
2021-10-08 11:25:03
AY2122S1-CS2113T-W11-3/tp
https://api.github.com/repos/AY2122S1-CS2113T-W11-3/tp
closed
Filter by keyword
type.Story priority.High
As a user I want to find tasks and lessons by keyword, so that I can quickly locate relevant information about tasks or lessons.
1.0
Filter by keyword - As a user I want to find tasks and lessons by keyword, so that I can quickly locate relevant information about tasks or lessons.
priority
filter by keyword as a user i want to find tasks and lessons by keyword so that i can quickly locate relevant information about tasks or lessons
1
818,572
30,694,985,705
IssuesEvent
2023-07-26 17:51:43
ESCOMP/CTSM
https://api.github.com/repos/ESCOMP/CTSM
opened
Change names on ctsm5.2 datasets to include context for "_78_" to "_78pfts"
priority: high
Names for landuse.timeseries on the ctsm5.2 branch currently is: lnd/clm2/surfdata_esmf/ctsm5.2.0/landuse.timeseries_0.9x1.25_hist_78_CMIP6_1850-2015_c230601.nc The _78_ part should become _78pfts_
1.0
Change names on ctsm5.2 datasets to include context for "_78_" to "_78pfts" - Names for landuse.timeseries on the ctsm5.2 branch currently is: lnd/clm2/surfdata_esmf/ctsm5.2.0/landuse.timeseries_0.9x1.25_hist_78_CMIP6_1850-2015_c230601.nc The _78_ part should become _78pfts_
priority
change names on datasets to include context for to names for landuse timeseries on the branch currently is lnd surfdata esmf landuse timeseries hist nc the part should become
1
406,343
11,890,319,455
IssuesEvent
2020-03-28 17:48:17
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
Create Local variable code action generates keyword as a variable name
Area/Tooling Component/LanguageServer Points/0.5 Priority/High Type/Bug
**Description:** Please consider the following snippet, ``` import ballerina/http; function name() { (int|http:Client) union = getUnion(); if (union is int) { } else { <invoke code action here>union.config; } } function getUnion() returns int|http:Client { return 12...
1.0
Create Local variable code action generates keyword as a variable name - **Description:** Please consider the following snippet, ``` import ballerina/http; function name() { (int|http:Client) union = getUnion(); if (union is int) { } else { <invoke code action here>union.config; ...
priority
create local variable code action generates keyword as a variable name description please consider the following snippet import ballerina http function name int http client union getunion if union is int else union config function ge...
1
545,938
15,978,036,593
IssuesEvent
2021-04-17 08:04:31
dragonfruitnetwork/onionfruit
https://api.github.com/repos/dragonfruitnetwork/onionfruit
closed
autostart toggle bug
area:autostart is:high-priority state:cuttingedge type:bug
noticed this in the latest cutting-edge release, that if you enable autostart and proceed to disable it, it won't actually remove the entry from windows, so it'll still autostart
1.0
autostart toggle bug - noticed this in the latest cutting-edge release, that if you enable autostart and proceed to disable it, it won't actually remove the entry from windows, so it'll still autostart
priority
autostart toggle bug noticed this in the latest cutting edge release that if you enable autostart and proceed to disable it it won t actually remove the entry from windows so it ll still autostart
1
556,252
16,479,622,258
IssuesEvent
2021-05-24 09:53:18
DIT112-V21/group-16
https://api.github.com/repos/DIT112-V21/group-16
closed
Not being able to call pattern method
High priority Sprint 4 bug enhancement
We're trying to call a pattern method inside an if statement based on the condition that a certain message arrvies through a mqtt topic subscribtion. The mqtt messages seems to going to the broker, but the pattern never gets executed. The problem in this issue is the only blockage for completing #44
1.0
Not being able to call pattern method - We're trying to call a pattern method inside an if statement based on the condition that a certain message arrvies through a mqtt topic subscribtion. The mqtt messages seems to going to the broker, but the pattern never gets executed. The problem in this issue is the only bl...
priority
not being able to call pattern method we re trying to call a pattern method inside an if statement based on the condition that a certain message arrvies through a mqtt topic subscribtion the mqtt messages seems to going to the broker but the pattern never gets executed the problem in this issue is the only bl...
1
353,319
10,551,478,829
IssuesEvent
2019-10-03 13:25:35
code4romania/mon-vot-android-kotlin
https://api.github.com/repos/code4romania/mon-vot-android-kotlin
closed
Integrate Room db
db enhancement help wanted high-priority kotlin
Integrate the [Room Persistence Lib](https://developer.android.com/topic/libraries/architecture/room) in the app. The basic data model entities are in the /src/.../data/model package.
1.0
Integrate Room db - Integrate the [Room Persistence Lib](https://developer.android.com/topic/libraries/architecture/room) in the app. The basic data model entities are in the /src/.../data/model package.
priority
integrate room db integrate the in the app the basic data model entities are in the src data model package
1
640,901
20,811,613,648
IssuesEvent
2022-03-18 03:49:30
twisted/pydoctor
https://api.github.com/repos/twisted/pydoctor
closed
Only first value of multi-value parameter tilde-expanded
Triaged High priority Trivial to fix
Originally reported as Twisted issue 2623: > This is due to the fact that the config file parsing code invokes os.expanduser before splitting on commas. --- Imported from Launchpad using lp2gh. - date created: 2009-08-06T18:50:01Z - owner: exarkun - the launchpad url was https://bugs.launchpad.net/bugs/410004
1.0
Only first value of multi-value parameter tilde-expanded - Originally reported as Twisted issue 2623: > This is due to the fact that the config file parsing code invokes os.expanduser before splitting on commas. --- Imported from Launchpad using lp2gh. - date created: 2009-08-06T18:50:01Z - owner: exarkun - the laun...
priority
only first value of multi value parameter tilde expanded originally reported as twisted issue this is due to the fact that the config file parsing code invokes os expanduser before splitting on commas imported from launchpad using date created owner exarkun the launchpad url was
1
606,458
18,762,826,770
IssuesEvent
2021-11-05 18:40:37
numpy/numpy
https://api.github.com/repos/numpy/numpy
closed
Performance of asarray() when input is already an array
priority: high component: numpy.core
I have noticed that `np.asarray(x)` and `np.asarray(x, float)` have pretty big overheads when the input, `x`, is already a float array. One could perhaps check whether that is already the case, immediately returning `x` if possible. The additional check would have a negligible cost in the case where a conversion is n...
1.0
Performance of asarray() when input is already an array - I have noticed that `np.asarray(x)` and `np.asarray(x, float)` have pretty big overheads when the input, `x`, is already a float array. One could perhaps check whether that is already the case, immediately returning `x` if possible. The additional check would ...
priority
performance of asarray when input is already an array i have noticed that np asarray x and np asarray x float have pretty big overheads when the input x is already a float array one could perhaps check whether that is already the case immediately returning x if possible the additional check would ...
1
2,290
2,525,012,395
IssuesEvent
2015-01-20 21:36:17
graybeal/ont
https://api.github.com/repos/graybeal/ont
closed
Unwanted characters in uploaded ontology
2–5 stars bug imported portal Priority-High
_From [steph_wa...@consolidated.net](https://code.google.com/u/112846428158176258467/) on December 30, 2009 14:22:23_ What steps will reproduce the problem? 1.upload rdi.owl file (attached) 2.review file. See "Â" character distributed throughout the uploaded file. These characters are not apparent in the file befo...
1.0
Unwanted characters in uploaded ontology - _From [steph_wa...@consolidated.net](https://code.google.com/u/112846428158176258467/) on December 30, 2009 14:22:23_ What steps will reproduce the problem? 1.upload rdi.owl file (attached) 2.review file. See "Â" character distributed throughout the uploaded file. These c...
priority
unwanted characters in uploaded ontology from on december what steps will reproduce the problem upload rdi owl file attached review file see â character distributed throughout the uploaded file these characters are not apparent in the file before uploading what is the expected out...
1
2,760
2,533,193,301
IssuesEvent
2015-01-23 21:25:01
WeAreAthlon/silla.io
https://api.github.com/repos/WeAreAthlon/silla.io
closed
CMS UI entity filtering for a type multi-select field is not working.
bug high priority
The fix is amending the `cms/views/_shared/entities/types/multiselect/filter.html.tpl`: From this: ```Smarty <select name="filtering[{$field}]" id="filter-attribute-{$field}[]" ... ... ``` to this: ```Smarty <select name="filtering[{$field}][]" id="filter-attribute-{$field}" ... ```
1.0
CMS UI entity filtering for a type multi-select field is not working. - The fix is amending the `cms/views/_shared/entities/types/multiselect/filter.html.tpl`: From this: ```Smarty <select name="filtering[{$field}]" id="filter-attribute-{$field}[]" ... ... ``` to this: ```Smarty <select name="filtering[{$field}...
priority
cms ui entity filtering for a type multi select field is not working the fix is amending the cms views shared entities types multiselect filter html tpl from this smarty select name filtering id filter attribute field to this smarty select name filtering id filter attr...
1
137,173
5,294,981,914
IssuesEvent
2017-02-09 12:32:50
NostraliaWoW/mangoszero
https://api.github.com/repos/NostraliaWoW/mangoszero
opened
Rogue trainer not working
Priority - High Spell System
Rogue trainers are not working right now, when you try and learn the skill the NPC takes your gold but you don't learn the skill. All rogue trainers are affected. Gutrot and I have tested it and the report is true, we have removed the NPC and spawned it back to see if that will fix the problem but it did not. We wi...
1.0
Rogue trainer not working - Rogue trainers are not working right now, when you try and learn the skill the NPC takes your gold but you don't learn the skill. All rogue trainers are affected. Gutrot and I have tested it and the report is true, we have removed the NPC and spawned it back to see if that will fix the p...
priority
rogue trainer not working rogue trainers are not working right now when you try and learn the skill the npc takes your gold but you don t learn the skill all rogue trainers are affected gutrot and i have tested it and the report is true we have removed the npc and spawned it back to see if that will fix the p...
1
224,389
7,469,672,740
IssuesEvent
2018-04-03 00:11:45
SparkDevNetwork/Rock
https://api.github.com/repos/SparkDevNetwork/Rock
closed
Gmail iOS font fix broken on V7 email templates
Fixed in v7.4 Priority: High Topic: Communications Type: Bug
### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Can you reproduce the problem on a fresh install or the [demo site](http://rock.rocksolidchurchdemo.com/)? * Did you include your Rock version number and [client culture](https://github.com/SparkDevNet...
1.0
Gmail iOS font fix broken on V7 email templates - ### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Can you reproduce the problem on a fresh install or the [demo site](http://rock.rocksolidchurchdemo.com/)? * Did you include your Rock version number a...
priority
gmail ios font fix broken on email templates prerequisites put an x between the brackets on this line if you have done all of the following can you reproduce the problem on a fresh install or the did you include your rock version number and setting did you to see if your ...
1
117,653
4,726,176,990
IssuesEvent
2016-10-18 09:23:13
CS2103AUG2016-F10-C1/main
https://api.github.com/repos/CS2103AUG2016-F10-C1/main
closed
Add information header
priority.high type.enhancement
Refer to below for example <img width="941" alt="screen shot 2016-10-12 at 6 11 32 pm" src="https://cloud.githubusercontent.com/assets/12406588/19392513/a4c23e86-9263-11e6-9044-c4f744530fe1.png">
1.0
Add information header - Refer to below for example <img width="941" alt="screen shot 2016-10-12 at 6 11 32 pm" src="https://cloud.githubusercontent.com/assets/12406588/19392513/a4c23e86-9263-11e6-9044-c4f744530fe1.png">
priority
add information header refer to below for example img width alt screen shot at pm src
1
163,041
6,188,858,234
IssuesEvent
2017-07-04 11:20:40
handsontable/handsontable
https://api.github.com/repos/handsontable/handsontable
opened
ESlint rules update
Core: handsontable Guess: few hours Priority: high Status: In development Type: Bug
### Description <!--- Tell us what happens and what should happen --> To [prevent this bug](https://github.com/handsontable/handsontable/pull/4359) I suggest adding a rule to the ESLint. This rule will be responsible for checking if any of commits does not contain code which directly touches a `Handsontable` variable...
1.0
ESlint rules update - ### Description <!--- Tell us what happens and what should happen --> To [prevent this bug](https://github.com/handsontable/handsontable/pull/4359) I suggest adding a rule to the ESLint. This rule will be responsible for checking if any of commits does not contain code which directly touches a `...
priority
eslint rules update description to i suggest adding a rule to the eslint this rule will be responsible for checking if any of commits does not contain code which directly touches a handsontable variable steps to reproduce build handsontable example using browserify or webpack etc ...
1
811,067
30,273,443,473
IssuesEvent
2023-07-07 17:20:13
KinsonDigital/CASL
https://api.github.com/repos/KinsonDigital/CASL
opened
🚧Improve workflows
♻️cicd high priority preview
### Complete The Item Below - [X] I have updated the title without removing the 🚧 emoji. ### Description Update the preview release workflow to use the latest version of the reusable release workflow from the infrastructure repository. Also, create a production release workflow that utilizes the new release syst...
1.0
🚧Improve workflows - ### Complete The Item Below - [X] I have updated the title without removing the 🚧 emoji. ### Description Update the preview release workflow to use the latest version of the reusable release workflow from the infrastructure repository. Also, create a production release workflow that utilize...
priority
🚧improve workflows complete the item below i have updated the title without removing the 🚧 emoji description update the preview release workflow to use the latest version of the reusable release workflow from the infrastructure repository also create a production release workflow that utilizes ...
1
693,545
23,780,974,867
IssuesEvent
2022-09-02 04:44:45
ballerina-platform/ballerina-dev-website
https://api.github.com/repos/ballerina-platform/ballerina-dev-website
closed
Link for more download options is broken on website
Priority/Highest Type/Bug Area/LearnPages Reason/Regression WebsiteRewrite
## Description > The download link after "For more download options, see" on https://ballerina.io/learn/install-ballerina/set-up-ballerina/ page is broken/ wrong it points to https://ballerina.io/download/ which results in 404 error while the actual link should be https://ballerina.io/downloads/ ## Steps to reprodu...
1.0
Link for more download options is broken on website - ## Description > The download link after "For more download options, see" on https://ballerina.io/learn/install-ballerina/set-up-ballerina/ page is broken/ wrong it points to https://ballerina.io/download/ which results in 404 error while the actual link should be ...
priority
link for more download options is broken on website description the download link after for more download options see on page is broken wrong it points to which results in error while the actual link should be steps to reproduce go to page and click on the download link after for more d...
1
725,522
24,964,626,538
IssuesEvent
2022-11-01 18:17:46
InstituteforDiseaseModeling/idmtools
https://api.github.com/repos/InstituteforDiseaseModeling/idmtools
closed
Performance issue with DownloadWorkItem
bug High priority Core Research COMPS Exclude from Changelog
Following code take 740 mins to download stuff from that experiment https://comps.idmod.org/#explore/WorkItems?filters=Owner=shchen&offset=0&mode=list&orderby=DateCreated+desc&count=80&selectedId=b2accc68-6abb-ec11-a9f6-9440c9be2c51 ``` import os import sys from idmtools.core.platform_factory import Platform fr...
1.0
Performance issue with DownloadWorkItem - Following code take 740 mins to download stuff from that experiment https://comps.idmod.org/#explore/WorkItems?filters=Owner=shchen&offset=0&mode=list&orderby=DateCreated+desc&count=80&selectedId=b2accc68-6abb-ec11-a9f6-9440c9be2c51 ``` import os import sys from idmtools...
priority
performance issue with downloadworkitem following code take mins to download stuff from that experiment import os import sys from idmtools core platform factory import platform from idmtools platform comps utils download download import downloadworkitem platform platform calculon dl wi down...
1
617,341
19,348,735,884
IssuesEvent
2021-12-15 13:39:52
Esri/solutions-widget-utility-network-trace
https://api.github.com/repos/Esri/solutions-widget-utility-network-trace
closed
Use networkAttributeName as label for Function
enhancement JSAPI widget Priority - High
![image](https://user-images.githubusercontent.com/50338557/145870641-28d1ecfa-4b7c-4fc3-9230-57c145deeef8.png) instead of functionType ![image](https://user-images.githubusercontent.com/50338557/145870792-63f0e9a6-4277-476e-a460-453f3ecc9b33.png) This needs to be added to the trace API first.
1.0
Use networkAttributeName as label for Function - ![image](https://user-images.githubusercontent.com/50338557/145870641-28d1ecfa-4b7c-4fc3-9230-57c145deeef8.png) instead of functionType ![image](https://user-images.githubusercontent.com/50338557/145870792-63f0e9a6-4277-476e-a460-453f3ecc9b33.png) This needs to be...
priority
use networkattributename as label for function instead of functiontype this needs to be added to the trace api first
1
802,776
29,045,854,087
IssuesEvent
2023-05-13 14:50:06
polyphony-chat/chorus
https://api.github.com/repos/polyphony-chat/chorus
closed
Fix failing build
Priority: High Status: Accepted Difficulty: Easy
The build is currently failing. This is, because the server likely does not have the correct/up-to-date schemas. Should be fixed.
1.0
Fix failing build - The build is currently failing. This is, because the server likely does not have the correct/up-to-date schemas. Should be fixed.
priority
fix failing build the build is currently failing this is because the server likely does not have the correct up to date schemas should be fixed
1
294,590
9,037,267,977
IssuesEvent
2019-02-09 08:42:12
cs2113-ay1819s2-m11-1/main
https://api.github.com/repos/cs2113-ay1819s2-m11-1/main
opened
As a soccer player, i can update my current goals in the league.
priority.High type.Story
So that other teams will recruit me for my skills
1.0
As a soccer player, i can update my current goals in the league. - So that other teams will recruit me for my skills
priority
as a soccer player i can update my current goals in the league so that other teams will recruit me for my skills
1