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
210,073
7,182,970,005
IssuesEvent
2018-02-01 11:40:31
crowdAI/crowdai
https://api.github.com/repos/crowdAI/crowdai
opened
Gitlab cert
high priority
Your certificate (or certificates) for the names listed below will expire in 20 days (on 21 Feb 18 11:46 +0000). Please make sure to renew your certificate before then, or visitors to your website will encounter errors. gitlab.crowdai.org
1.0
Gitlab cert - Your certificate (or certificates) for the names listed below will expire in 20 days (on 21 Feb 18 11:46 +0000). Please make sure to renew your certificate before then, or visitors to your website will encounter errors. gitlab.crowdai.org
priority
gitlab cert your certificate or certificates for the names listed below will expire in days on feb please make sure to renew your certificate before then or visitors to your website will encounter errors gitlab crowdai org
1
231,846
7,643,936,922
IssuesEvent
2018-05-08 14:09:59
hackoregon/civic-devops
https://api.github.com/repos/hackoregon/civic-devops
closed
Create ECR repositories for all incoming APIs
Priority: high
This is already done for the five 2018 projects; now needs to be done for the Civic containers: - [x] production/civic-2017 - [x] production/civic-2018 - [x] production/disaster-resilience - [x] production/housing-affordability - [x] production/local-elections - [x] production/neighborhood-development - [x] production/transportation-systems See #76 for related details.
1.0
Create ECR repositories for all incoming APIs - This is already done for the five 2018 projects; now needs to be done for the Civic containers: - [x] production/civic-2017 - [x] production/civic-2018 - [x] production/disaster-resilience - [x] production/housing-affordability - [x] production/local-elections - [x] production/neighborhood-development - [x] production/transportation-systems See #76 for related details.
priority
create ecr repositories for all incoming apis this is already done for the five projects now needs to be done for the civic containers production civic production civic production disaster resilience production housing affordability production local elections production neighborhood development production transportation systems see for related details
1
73,082
3,402,756,023
IssuesEvent
2015-12-03 01:58:43
chef/chef
https://api.github.com/repos/chef/chef
closed
12.5.1 breaks LWRP code that works with <= 12.4.3/4
High Priority Regression
The following LWRP code: https://gist.github.com/Sauraus/6b699f7726957bb8f577 works 100% in 12.4.3/4 and does absolutely nothing in 12.5.1. The worst part about it is that in 12.5.1 there is no error thrown or anything chef-client just says (up-to-date) and continues on without actually executing the action method.
1.0
12.5.1 breaks LWRP code that works with <= 12.4.3/4 - The following LWRP code: https://gist.github.com/Sauraus/6b699f7726957bb8f577 works 100% in 12.4.3/4 and does absolutely nothing in 12.5.1. The worst part about it is that in 12.5.1 there is no error thrown or anything chef-client just says (up-to-date) and continues on without actually executing the action method.
priority
breaks lwrp code that works with the following lwrp code works in and does absolutely nothing in the worst part about it is that in there is no error thrown or anything chef client just says up to date and continues on without actually executing the action method
1
200,352
7,006,259,705
IssuesEvent
2017-12-19 07:38:32
TMats/survey
https://api.github.com/repos/TMats/survey
opened
Active Exploration for Learning Symbolic Representations
Priority: High RL
- Garrett Andersen, George Konidaris - Submitted on 5 Sep 2017 (v1), last revised 1 Nov 2017 (this version, v2)
1.0
Active Exploration for Learning Symbolic Representations - - Garrett Andersen, George Konidaris - Submitted on 5 Sep 2017 (v1), last revised 1 Nov 2017 (this version, v2)
priority
active exploration for learning symbolic representations garrett andersen george konidaris submitted on sep last revised nov this version
1
479,533
13,798,392,709
IssuesEvent
2020-10-10 01:18:35
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[docdb] master leader change tries to load all deleted tables and tablets into memory
area/docdb priority/high
If there are 10s of thousands of deleted tables, there can be 100s of thousands of tablets and this can take a while and affect master availability during leadership changes.
1.0
[docdb] master leader change tries to load all deleted tables and tablets into memory - If there are 10s of thousands of deleted tables, there can be 100s of thousands of tablets and this can take a while and affect master availability during leadership changes.
priority
master leader change tries to load all deleted tables and tablets into memory if there are of thousands of deleted tables there can be of thousands of tablets and this can take a while and affect master availability during leadership changes
1
95,121
3,934,379,402
IssuesEvent
2016-04-25 22:25:48
UMLGenerator/Android-UML-Generator
https://api.github.com/repos/UMLGenerator/Android-UML-Generator
closed
Figure out how we're going to get XMI
High priority
Currently, Tristan (Caedus13) is working on writing XMI 2.1 directly to file. However, that Xmi file, when imported in starUML, cannot automatically generate a UML .png diagram without a lot of user interaction on our end (i.e. dragging and dropping elements). In effect, we have no way to determine whether the XMI that Tristan writes is well-formed. However, plantUML allows the conversion of an plant.txt file into a plant.xmi file, but only for simple class-type files: [plantUMLTest.txt](https://github.com/UMLGenerator/Android-UML-Generator/files/219463/plantUMLTest.txt) Which converts to this UML diagram: ![plantumltest](https://cloud.githubusercontent.com/assets/8823833/14534438/386ebf28-0237-11e6-8fa2-34d1781893bd.png) Which then converts to this XMI diagram (currently in .txt format which github supports, you'll have to convert to .xmi on your end) [plantUMLTestX.txt](https://github.com/UMLGenerator/Android-UML-Generator/files/219470/plantUMLTestX.txt) This spits out XMI 1.3, which can be converted into XMI 2.1 using certain tools like: http://www.baptisteautin.com/projets-personnels/php_uml/convertisseur-de-fichier-xmi/lang/en/
1.0
Figure out how we're going to get XMI - Currently, Tristan (Caedus13) is working on writing XMI 2.1 directly to file. However, that Xmi file, when imported in starUML, cannot automatically generate a UML .png diagram without a lot of user interaction on our end (i.e. dragging and dropping elements). In effect, we have no way to determine whether the XMI that Tristan writes is well-formed. However, plantUML allows the conversion of an plant.txt file into a plant.xmi file, but only for simple class-type files: [plantUMLTest.txt](https://github.com/UMLGenerator/Android-UML-Generator/files/219463/plantUMLTest.txt) Which converts to this UML diagram: ![plantumltest](https://cloud.githubusercontent.com/assets/8823833/14534438/386ebf28-0237-11e6-8fa2-34d1781893bd.png) Which then converts to this XMI diagram (currently in .txt format which github supports, you'll have to convert to .xmi on your end) [plantUMLTestX.txt](https://github.com/UMLGenerator/Android-UML-Generator/files/219470/plantUMLTestX.txt) This spits out XMI 1.3, which can be converted into XMI 2.1 using certain tools like: http://www.baptisteautin.com/projets-personnels/php_uml/convertisseur-de-fichier-xmi/lang/en/
priority
figure out how we re going to get xmi currently tristan is working on writing xmi directly to file however that xmi file when imported in staruml cannot automatically generate a uml png diagram without a lot of user interaction on our end i e dragging and dropping elements in effect we have no way to determine whether the xmi that tristan writes is well formed however plantuml allows the conversion of an plant txt file into a plant xmi file but only for simple class type files which converts to this uml diagram which then converts to this xmi diagram currently in txt format which github supports you ll have to convert to xmi on your end this spits out xmi which can be converted into xmi using certain tools like
1
72,748
3,391,004,697
IssuesEvent
2015-11-30 13:45:43
OCHA-DAP/hdx-ckan
https://api.github.com/repos/OCHA-DAP/hdx-ckan
closed
INFORM visualization
Priority-High
integrate INFORM visualization and deploy it on staging and production. it should be in our git hub ocha-dap repository and have a url initially on stag: test-data.hdx.rwlabs.org/visualization/inform and on prod data.hdx.rwlabs.org/visualization/inform ping @teodorescuserban , as he will work on server side
1.0
INFORM visualization - integrate INFORM visualization and deploy it on staging and production. it should be in our git hub ocha-dap repository and have a url initially on stag: test-data.hdx.rwlabs.org/visualization/inform and on prod data.hdx.rwlabs.org/visualization/inform ping @teodorescuserban , as he will work on server side
priority
inform visualization integrate inform visualization and deploy it on staging and production it should be in our git hub ocha dap repository and have a url initially on stag test data hdx rwlabs org visualization inform and on prod data hdx rwlabs org visualization inform ping teodorescuserban as he will work on server side
1
594,964
18,058,119,290
IssuesEvent
2021-09-20 10:52:32
woocommerce/woocommerce-ios
https://api.github.com/repos/woocommerce/woocommerce-ios
opened
iOS 15: tab bar black in light mode, and "My Store" menu no more visible during the first loading
type: bug priority: high
I discovered this bug that is currently happening just on iOS 15.0 (I tested it in the simulator, on iPhone 13 Pro). During the first loading of the dashboard, if the iPhone is in light mode, the tab bar will become black, and the "My Store" menu is invisible. <img src="https://user-images.githubusercontent.com/495617/133990834-f63a8684-7054-4240-b685-ee90435c7d9d.png" width=300 />
1.0
iOS 15: tab bar black in light mode, and "My Store" menu no more visible during the first loading - I discovered this bug that is currently happening just on iOS 15.0 (I tested it in the simulator, on iPhone 13 Pro). During the first loading of the dashboard, if the iPhone is in light mode, the tab bar will become black, and the "My Store" menu is invisible. <img src="https://user-images.githubusercontent.com/495617/133990834-f63a8684-7054-4240-b685-ee90435c7d9d.png" width=300 />
priority
ios tab bar black in light mode and my store menu no more visible during the first loading i discovered this bug that is currently happening just on ios i tested it in the simulator on iphone pro during the first loading of the dashboard if the iphone is in light mode the tab bar will become black and the my store menu is invisible
1
120,350
4,788,313,160
IssuesEvent
2016-10-30 14:09:04
isawnyu/isaw.web
https://api.github.com/repos/isawnyu/isaw.web
opened
googlebot indexing port 8080
bug high priority
Somehow the google bot has found its way into and has indexed content on the production website via the 8080 port. What can we do to tell bots to stay out of everything except port 80? * http://webmasters.stackexchange.com/questions/34239/how-do-i-disallow-robots-to-access-links-on-a-certain-port * https://support.google.com/webmasters/topic/4598466?visit_id=1-636134329057129783-1014694583&rd=1
1.0
googlebot indexing port 8080 - Somehow the google bot has found its way into and has indexed content on the production website via the 8080 port. What can we do to tell bots to stay out of everything except port 80? * http://webmasters.stackexchange.com/questions/34239/how-do-i-disallow-robots-to-access-links-on-a-certain-port * https://support.google.com/webmasters/topic/4598466?visit_id=1-636134329057129783-1014694583&rd=1
priority
googlebot indexing port somehow the google bot has found its way into and has indexed content on the production website via the port what can we do to tell bots to stay out of everything except port
1
808,389
30,081,299,610
IssuesEvent
2023-06-29 03:48:00
knowease-inc/knowease-inc.github.io
https://api.github.com/repos/knowease-inc/knowease-inc.github.io
closed
๋ชจ๋ฐ”์ผ ๋ธŒ๋ผ์šฐ์ € ํฌ๊ธฐ์—์„œ ์ตœํ•˜๋‹จ footer ๊ฒน์นจ ๋ฌธ์ œ
Domain:UX:iphone: ETR:1W-:airplane: Priority:High:orange_square: Task:Bug:lady_beetle:
## ์ด๋Ÿฐ ๋ชฉํ‘œ๋ฅผ ๋‹ฌ์„ฑํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค > ์ด ์ด์Šˆ๋กœ ๋ฌด์Šจ ๋ชฉํ‘œ๋ฅผ ๋‹ฌ์„ฑํ•˜๊ณ ์ž ํ•˜๋ฉฐ ์–ด๋–ค ์ƒํƒœ๊ฐ€ ๋˜์–ด์•ผ ํ•˜๋Š”์ง€ ๊ฐ„๊ฒฐํžˆ ์ ์–ด์ฃผ์„ธ์š”. - TBD ## ํ˜„์žฌ ์ด๋Ÿฐ ์ƒํƒœ์ž…๋‹ˆ๋‹ค > ์ด ์ด์Šˆ๋ฅผ ์ƒ์„ฑํ•œ ํ˜„์‹œ์ ์˜ ๋ฌธ์ œ ํ˜น์€ ํ–ฅํ›„ ๋ฌธ์ œ ๋ฐœ์ƒ ๊ฐ€๋Šฅ์„ฑ์— ๋Œ€ํ•˜์—ฌ ๊ฐ„๊ฒฐํžˆ ์ ์–ด์ฃผ์„ธ์š”. - TBD ## ์ด ์ด์Šˆ๋Š” ์ด ๋ถ„์ด ํ’€ ์ˆ˜ ์žˆ์„ ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค > ๋‹ด๋‹นํ•  Assignee๋ฅผ @๋กœ **1๋ช…๋งŒ** ๋ฉ˜์…˜ํ•ด์ฃผ์„ธ์š”. - @T-Mook ## ์•„๋ž˜์˜ ์„ธ๋ถ€์ ์ธ ๋ฌธ์ œ๋ฅผ ํ’€์–ด์•ผ ํ•  ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค > ์ด ์ด์Šˆ๋ฅผ ํ•ด๊ฒฐํ•˜๊ธฐ ์œ„ํ•œ ์„ธ๋ถ€ ํ•ญ๋ชฉ(์ด์Šˆ ํด๋กœ์ง• ์กฐ๊ฑด)์„ ์ฒดํฌ๋ฆฌ์ŠคํŠธ๋กœ ์ ์–ด์ฃผ์„ธ์š”. - [x] ๋ฌธ์ œํ•ด๊ฒฐ ## ์ด ์ด์Šˆ๋ฅผ ํ•ด๊ฒฐํ•˜๊ธฐ ์œ„ํ•ด ์ด๋Ÿฐ ๋‚ด์šฉ์„ ์ฐธ๊ณ ํ•  ์ˆ˜ ์žˆ์„ ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค > ๋ฌธ์ œ ํ•ด๊ฒฐ์— ๋„์›€์ด ๋  ์ˆ˜ ์žˆ์„ ๊ฒƒ ๊ฐ™์€ ๊ด€๋ จ ์ด์Šˆ ๋ฒˆํ˜ธ, ๋ฌธ์„œ, Wiki, ์Šคํฌ๋ฆฐ์ƒท, ๊ฐœ์ธ์ ์ธ ์˜๊ฒฌ ๋“ฑ์„ ์ตœ๋Œ€ํ•œ ์ ์–ด์ฃผ์„ธ์š”. > ์ด ์ด์Šˆ๊ฐ€ ๋‹ค๋ฅธ ์ด์Šˆ์™€ ๊ด€๋ จ๋˜์–ด ์žˆ๋Š” ๊ฒฝ์šฐ๋Š” **๋ฐ˜๋“œ์‹œ ์ด์Šˆ ๋ฒˆํ˜ธ๋ฅผ ์ ์–ด์ฃผ์„ธ์š”** - ๊ด€๋ จ์ด์Šˆ: #135 - ์ฐธ๊ณ ์‚ฌํ•ญ - https://github.com/knowease-inc/Business-Strategies/issues/244#issuecomment-1612248131 ## ์ด ์ด์Šˆ ํ•ด๊ฒฐ์„ ์œ„ํ•ด ์ด์ •๋„ ์‹œ๊ฐ„์ด ์˜ˆ์ƒ๋ฉ๋‹ˆ๋‹ค > ์˜ˆ์ƒ์†Œ์š”์‹œ๊ฐ„์„ **ํ•œ๊ฐ€์ง€๋งŒ** ์„ ํƒํ•ด์ฃผ์„ธ์š”. > (1W- ๊ฐ€ ์•„๋‹Œ ๊ฒฝ์šฐ ๋ ˆ์ด๋ธ”์„ ๋ณ€๊ฒฝํ•ด์ฃผ์„ธ์š”.) - ์˜ˆ์ƒ์†Œ์š”์‹œ๊ฐ„: **1W-** - ์˜ˆ์ƒ์†Œ์š”์‹œ๊ฐ„: **1W+** ## ๊ด€๋ จ๋œ ์„ธ๋ถ€ ์ •๋ณด์ž…๋‹ˆ๋‹ค. > Reporter๋Š” **1๋ช…๋งŒ**, Domain, Priority๋ฅผ **๊ฐ๊ฐ ํ•œ๊ฐ€์ง€๋งŒ** ์„ ํƒํ•ด์ฃผ์„ธ์š”. > (UX, Emergency ๊ฐ€ ์•„๋‹Œ ๊ฒฝ์šฐ ๋ ˆ์ด๋ธ”์„ ๋ณ€๊ฒฝํ•ด์ฃผ์„ธ์š”.) - Task : **Bug** - Reporter: @tooget - Domain : **UX** - Priority: **High** ## ์ด ์ด์Šˆ๋ฅผ ํ•ด๊ฒฐํ•จ์— ๋”ฐ๋ผ ์ด์ •๋„ ์žฌ๋ฌด์  ์˜ํ–ฅ์ด ์˜ˆ์ƒ๋ฉ๋‹ˆ๋‹ค. > ์ด ์ด์Šˆ๋ฅผ ํ•ด๊ฒฐํ•จ์— ๋”ฐ๋ผ ์ „์‚ฌ์ ์œผ๋กœ ์œ ์˜๋ฏธํ•œ ์ˆ˜์ต/๋น„์šฉ ๋ณ€๋™์ด ์˜ˆ์ƒ๋  ๊ฒฝ์šฐ, ํ•ด๋‹น ์ˆ˜์น˜๋ฅผ ์ž…๋ ฅํ•ด์ฃผ์„ธ์š”. - ์˜ˆ์ƒ์ˆ˜์ต: 0 ์›/์›” - ์˜ˆ์ƒ๋น„์šฉ: 0 ์›/์›”
1.0
๋ชจ๋ฐ”์ผ ๋ธŒ๋ผ์šฐ์ € ํฌ๊ธฐ์—์„œ ์ตœํ•˜๋‹จ footer ๊ฒน์นจ ๋ฌธ์ œ - ## ์ด๋Ÿฐ ๋ชฉํ‘œ๋ฅผ ๋‹ฌ์„ฑํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค > ์ด ์ด์Šˆ๋กœ ๋ฌด์Šจ ๋ชฉํ‘œ๋ฅผ ๋‹ฌ์„ฑํ•˜๊ณ ์ž ํ•˜๋ฉฐ ์–ด๋–ค ์ƒํƒœ๊ฐ€ ๋˜์–ด์•ผ ํ•˜๋Š”์ง€ ๊ฐ„๊ฒฐํžˆ ์ ์–ด์ฃผ์„ธ์š”. - TBD ## ํ˜„์žฌ ์ด๋Ÿฐ ์ƒํƒœ์ž…๋‹ˆ๋‹ค > ์ด ์ด์Šˆ๋ฅผ ์ƒ์„ฑํ•œ ํ˜„์‹œ์ ์˜ ๋ฌธ์ œ ํ˜น์€ ํ–ฅํ›„ ๋ฌธ์ œ ๋ฐœ์ƒ ๊ฐ€๋Šฅ์„ฑ์— ๋Œ€ํ•˜์—ฌ ๊ฐ„๊ฒฐํžˆ ์ ์–ด์ฃผ์„ธ์š”. - TBD ## ์ด ์ด์Šˆ๋Š” ์ด ๋ถ„์ด ํ’€ ์ˆ˜ ์žˆ์„ ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค > ๋‹ด๋‹นํ•  Assignee๋ฅผ @๋กœ **1๋ช…๋งŒ** ๋ฉ˜์…˜ํ•ด์ฃผ์„ธ์š”. - @T-Mook ## ์•„๋ž˜์˜ ์„ธ๋ถ€์ ์ธ ๋ฌธ์ œ๋ฅผ ํ’€์–ด์•ผ ํ•  ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค > ์ด ์ด์Šˆ๋ฅผ ํ•ด๊ฒฐํ•˜๊ธฐ ์œ„ํ•œ ์„ธ๋ถ€ ํ•ญ๋ชฉ(์ด์Šˆ ํด๋กœ์ง• ์กฐ๊ฑด)์„ ์ฒดํฌ๋ฆฌ์ŠคํŠธ๋กœ ์ ์–ด์ฃผ์„ธ์š”. - [x] ๋ฌธ์ œํ•ด๊ฒฐ ## ์ด ์ด์Šˆ๋ฅผ ํ•ด๊ฒฐํ•˜๊ธฐ ์œ„ํ•ด ์ด๋Ÿฐ ๋‚ด์šฉ์„ ์ฐธ๊ณ ํ•  ์ˆ˜ ์žˆ์„ ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค > ๋ฌธ์ œ ํ•ด๊ฒฐ์— ๋„์›€์ด ๋  ์ˆ˜ ์žˆ์„ ๊ฒƒ ๊ฐ™์€ ๊ด€๋ จ ์ด์Šˆ ๋ฒˆํ˜ธ, ๋ฌธ์„œ, Wiki, ์Šคํฌ๋ฆฐ์ƒท, ๊ฐœ์ธ์ ์ธ ์˜๊ฒฌ ๋“ฑ์„ ์ตœ๋Œ€ํ•œ ์ ์–ด์ฃผ์„ธ์š”. > ์ด ์ด์Šˆ๊ฐ€ ๋‹ค๋ฅธ ์ด์Šˆ์™€ ๊ด€๋ จ๋˜์–ด ์žˆ๋Š” ๊ฒฝ์šฐ๋Š” **๋ฐ˜๋“œ์‹œ ์ด์Šˆ ๋ฒˆํ˜ธ๋ฅผ ์ ์–ด์ฃผ์„ธ์š”** - ๊ด€๋ จ์ด์Šˆ: #135 - ์ฐธ๊ณ ์‚ฌํ•ญ - https://github.com/knowease-inc/Business-Strategies/issues/244#issuecomment-1612248131 ## ์ด ์ด์Šˆ ํ•ด๊ฒฐ์„ ์œ„ํ•ด ์ด์ •๋„ ์‹œ๊ฐ„์ด ์˜ˆ์ƒ๋ฉ๋‹ˆ๋‹ค > ์˜ˆ์ƒ์†Œ์š”์‹œ๊ฐ„์„ **ํ•œ๊ฐ€์ง€๋งŒ** ์„ ํƒํ•ด์ฃผ์„ธ์š”. > (1W- ๊ฐ€ ์•„๋‹Œ ๊ฒฝ์šฐ ๋ ˆ์ด๋ธ”์„ ๋ณ€๊ฒฝํ•ด์ฃผ์„ธ์š”.) - ์˜ˆ์ƒ์†Œ์š”์‹œ๊ฐ„: **1W-** - ์˜ˆ์ƒ์†Œ์š”์‹œ๊ฐ„: **1W+** ## ๊ด€๋ จ๋œ ์„ธ๋ถ€ ์ •๋ณด์ž…๋‹ˆ๋‹ค. > Reporter๋Š” **1๋ช…๋งŒ**, Domain, Priority๋ฅผ **๊ฐ๊ฐ ํ•œ๊ฐ€์ง€๋งŒ** ์„ ํƒํ•ด์ฃผ์„ธ์š”. > (UX, Emergency ๊ฐ€ ์•„๋‹Œ ๊ฒฝ์šฐ ๋ ˆ์ด๋ธ”์„ ๋ณ€๊ฒฝํ•ด์ฃผ์„ธ์š”.) - Task : **Bug** - Reporter: @tooget - Domain : **UX** - Priority: **High** ## ์ด ์ด์Šˆ๋ฅผ ํ•ด๊ฒฐํ•จ์— ๋”ฐ๋ผ ์ด์ •๋„ ์žฌ๋ฌด์  ์˜ํ–ฅ์ด ์˜ˆ์ƒ๋ฉ๋‹ˆ๋‹ค. > ์ด ์ด์Šˆ๋ฅผ ํ•ด๊ฒฐํ•จ์— ๋”ฐ๋ผ ์ „์‚ฌ์ ์œผ๋กœ ์œ ์˜๋ฏธํ•œ ์ˆ˜์ต/๋น„์šฉ ๋ณ€๋™์ด ์˜ˆ์ƒ๋  ๊ฒฝ์šฐ, ํ•ด๋‹น ์ˆ˜์น˜๋ฅผ ์ž…๋ ฅํ•ด์ฃผ์„ธ์š”. - ์˜ˆ์ƒ์ˆ˜์ต: 0 ์›/์›” - ์˜ˆ์ƒ๋น„์šฉ: 0 ์›/์›”
priority
๋ชจ๋ฐ”์ผ ๋ธŒ๋ผ์šฐ์ € ํฌ๊ธฐ์—์„œ ์ตœํ•˜๋‹จ footer ๊ฒน์นจ ๋ฌธ์ œ ์ด๋Ÿฐ ๋ชฉํ‘œ๋ฅผ ๋‹ฌ์„ฑํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค ์ด ์ด์Šˆ๋กœ ๋ฌด์Šจ ๋ชฉํ‘œ๋ฅผ ๋‹ฌ์„ฑํ•˜๊ณ ์ž ํ•˜๋ฉฐ ์–ด๋–ค ์ƒํƒœ๊ฐ€ ๋˜์–ด์•ผ ํ•˜๋Š”์ง€ ๊ฐ„๊ฒฐํžˆ ์ ์–ด์ฃผ์„ธ์š” tbd ํ˜„์žฌ ์ด๋Ÿฐ ์ƒํƒœ์ž…๋‹ˆ๋‹ค ์ด ์ด์Šˆ๋ฅผ ์ƒ์„ฑํ•œ ํ˜„์‹œ์ ์˜ ๋ฌธ์ œ ํ˜น์€ ํ–ฅํ›„ ๋ฌธ์ œ ๋ฐœ์ƒ ๊ฐ€๋Šฅ์„ฑ์— ๋Œ€ํ•˜์—ฌ ๊ฐ„๊ฒฐํžˆ ์ ์–ด์ฃผ์„ธ์š” tbd ์ด ์ด์Šˆ๋Š” ์ด ๋ถ„์ด ํ’€ ์ˆ˜ ์žˆ์„ ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค ๋‹ด๋‹นํ•  assignee๋ฅผ ๋กœ ๋ฉ˜์…˜ํ•ด์ฃผ์„ธ์š” t mook ์•„๋ž˜์˜ ์„ธ๋ถ€์ ์ธ ๋ฌธ์ œ๋ฅผ ํ’€์–ด์•ผ ํ•  ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค ์ด ์ด์Šˆ๋ฅผ ํ•ด๊ฒฐํ•˜๊ธฐ ์œ„ํ•œ ์„ธ๋ถ€ ํ•ญ๋ชฉ ์ด์Šˆ ํด๋กœ์ง• ์กฐ๊ฑด ์„ ์ฒดํฌ๋ฆฌ์ŠคํŠธ๋กœ ์ ์–ด์ฃผ์„ธ์š” ๋ฌธ์ œํ•ด๊ฒฐ ์ด ์ด์Šˆ๋ฅผ ํ•ด๊ฒฐํ•˜๊ธฐ ์œ„ํ•ด ์ด๋Ÿฐ ๋‚ด์šฉ์„ ์ฐธ๊ณ ํ•  ์ˆ˜ ์žˆ์„ ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค ๋ฌธ์ œ ํ•ด๊ฒฐ์— ๋„์›€์ด ๋  ์ˆ˜ ์žˆ์„ ๊ฒƒ ๊ฐ™์€ ๊ด€๋ จ ์ด์Šˆ ๋ฒˆํ˜ธ ๋ฌธ์„œ wiki ์Šคํฌ๋ฆฐ์ƒท ๊ฐœ์ธ์ ์ธ ์˜๊ฒฌ ๋“ฑ์„ ์ตœ๋Œ€ํ•œ ์ ์–ด์ฃผ์„ธ์š” ์ด ์ด์Šˆ๊ฐ€ ๋‹ค๋ฅธ ์ด์Šˆ์™€ ๊ด€๋ จ๋˜์–ด ์žˆ๋Š” ๊ฒฝ์šฐ๋Š” ๋ฐ˜๋“œ์‹œ ์ด์Šˆ ๋ฒˆํ˜ธ๋ฅผ ์ ์–ด์ฃผ์„ธ์š” ๊ด€๋ จ์ด์Šˆ ์ฐธ๊ณ ์‚ฌํ•ญ ์ด ์ด์Šˆ ํ•ด๊ฒฐ์„ ์œ„ํ•ด ์ด์ •๋„ ์‹œ๊ฐ„์ด ์˜ˆ์ƒ๋ฉ๋‹ˆ๋‹ค ์˜ˆ์ƒ์†Œ์š”์‹œ๊ฐ„์„ ํ•œ๊ฐ€์ง€๋งŒ ์„ ํƒํ•ด์ฃผ์„ธ์š” ๊ฐ€ ์•„๋‹Œ ๊ฒฝ์šฐ ๋ ˆ์ด๋ธ”์„ ๋ณ€๊ฒฝํ•ด์ฃผ์„ธ์š” ์˜ˆ์ƒ์†Œ์š”์‹œ๊ฐ„ ์˜ˆ์ƒ์†Œ์š”์‹œ๊ฐ„ ๊ด€๋ จ๋œ ์„ธ๋ถ€ ์ •๋ณด์ž…๋‹ˆ๋‹ค reporter๋Š” domain priority๋ฅผ ๊ฐ๊ฐ ํ•œ๊ฐ€์ง€๋งŒ ์„ ํƒํ•ด์ฃผ์„ธ์š” ux emergency ๊ฐ€ ์•„๋‹Œ ๊ฒฝ์šฐ ๋ ˆ์ด๋ธ”์„ ๋ณ€๊ฒฝํ•ด์ฃผ์„ธ์š” task bug reporter tooget domain ux priority high ์ด ์ด์Šˆ๋ฅผ ํ•ด๊ฒฐํ•จ์— ๋”ฐ๋ผ ์ด์ •๋„ ์žฌ๋ฌด์  ์˜ํ–ฅ์ด ์˜ˆ์ƒ๋ฉ๋‹ˆ๋‹ค ์ด ์ด์Šˆ๋ฅผ ํ•ด๊ฒฐํ•จ์— ๋”ฐ๋ผ ์ „์‚ฌ์ ์œผ๋กœ ์œ ์˜๋ฏธํ•œ ์ˆ˜์ต ๋น„์šฉ ๋ณ€๋™์ด ์˜ˆ์ƒ๋  ๊ฒฝ์šฐ ํ•ด๋‹น ์ˆ˜์น˜๋ฅผ ์ž…๋ ฅํ•ด์ฃผ์„ธ์š” ์˜ˆ์ƒ์ˆ˜์ต ์› ์›” ์˜ˆ์ƒ๋น„์šฉ ์› ์›”
1
320,467
9,781,389,279
IssuesEvent
2019-06-07 19:38:25
neuropoly/spinalcordtoolbox
https://api.github.com/repos/neuropoly/spinalcordtoolbox
closed
Add flag to combine all labels
feature priority:HIGH sct_extract_metric
Currently, when listing flags with -l, estimation is done for each tract separately. Users should be able to combine all tracts.
1.0
Add flag to combine all labels - Currently, when listing flags with -l, estimation is done for each tract separately. Users should be able to combine all tracts.
priority
add flag to combine all labels currently when listing flags with l estimation is done for each tract separately users should be able to combine all tracts
1
238,122
7,775,013,827
IssuesEvent
2018-06-05 00:11:00
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
Editing a post in Gutenberg generates too many revisions
Core REST API Task Priority High [Type] Try Gutenberg Blocker
See also https://github.com/WordPress/gutenberg/issues/3258 and https://github.com/WordPress/gutenberg/issues/2385 Definitely not my area of expertise and I haven't followed the discussion about saving / autosave / revisions so I'm probably missing something. However, seems to me this is an issue of fundamental importance, as the amount of revisions that get saved is insanely big. I've just created a new post, nothing special: just a title, couple paragraphs, a list, and an image. Then pressed "Publish" once. And I've got 9 revisions: ![screen shot 2017-11-26 at 12 17 14](https://user-images.githubusercontent.com/1682452/33239614-df40246e-d2a5-11e7-8d72-b47340461b2b.png) ![screen shot 2017-11-26 at 12 19 10](https://user-images.githubusercontent.com/1682452/33239649-9657224c-d2a6-11e7-8def-d289a8996682.png) The amount of saved revisions can be way bigger with more complex post content and workflows. Even applying some basic formatting, for example making a word bold, puts Gutenberg in a "save draft" state, and then when the autosave triggers, a new revision gets created. This happens with any edit, also when changing a block position, or alignment, etc. Creating a post with some more blocks and formatting can easily generate dozens of revisions. Seems to me every time Gutenberg auto-saves the post content, it creates a new revision. This can be easily observed also in the Gutenberg sidebar: while adding and editing content, the number of revisions increases. I'm not sure this is ideal, and seems to me it's a big change in how revisions and autosaves are handled in WordPress. Creating a similar post in the Classic Editor typically saves just the post, one revision (which isn't even shown in the UI) and sometimes (depending on the workflow) the special "autosave" revision.
1.0
Editing a post in Gutenberg generates too many revisions - See also https://github.com/WordPress/gutenberg/issues/3258 and https://github.com/WordPress/gutenberg/issues/2385 Definitely not my area of expertise and I haven't followed the discussion about saving / autosave / revisions so I'm probably missing something. However, seems to me this is an issue of fundamental importance, as the amount of revisions that get saved is insanely big. I've just created a new post, nothing special: just a title, couple paragraphs, a list, and an image. Then pressed "Publish" once. And I've got 9 revisions: ![screen shot 2017-11-26 at 12 17 14](https://user-images.githubusercontent.com/1682452/33239614-df40246e-d2a5-11e7-8d72-b47340461b2b.png) ![screen shot 2017-11-26 at 12 19 10](https://user-images.githubusercontent.com/1682452/33239649-9657224c-d2a6-11e7-8def-d289a8996682.png) The amount of saved revisions can be way bigger with more complex post content and workflows. Even applying some basic formatting, for example making a word bold, puts Gutenberg in a "save draft" state, and then when the autosave triggers, a new revision gets created. This happens with any edit, also when changing a block position, or alignment, etc. Creating a post with some more blocks and formatting can easily generate dozens of revisions. Seems to me every time Gutenberg auto-saves the post content, it creates a new revision. This can be easily observed also in the Gutenberg sidebar: while adding and editing content, the number of revisions increases. I'm not sure this is ideal, and seems to me it's a big change in how revisions and autosaves are handled in WordPress. Creating a similar post in the Classic Editor typically saves just the post, one revision (which isn't even shown in the UI) and sometimes (depending on the workflow) the special "autosave" revision.
priority
editing a post in gutenberg generates too many revisions see also and definitely not my area of expertise and i haven t followed the discussion about saving autosave revisions so i m probably missing something however seems to me this is an issue of fundamental importance as the amount of revisions that get saved is insanely big i ve just created a new post nothing special just a title couple paragraphs a list and an image then pressed publish once and i ve got revisions the amount of saved revisions can be way bigger with more complex post content and workflows even applying some basic formatting for example making a word bold puts gutenberg in a save draft state and then when the autosave triggers a new revision gets created this happens with any edit also when changing a block position or alignment etc creating a post with some more blocks and formatting can easily generate dozens of revisions seems to me every time gutenberg auto saves the post content it creates a new revision this can be easily observed also in the gutenberg sidebar while adding and editing content the number of revisions increases i m not sure this is ideal and seems to me it s a big change in how revisions and autosaves are handled in wordpress creating a similar post in the classic editor typically saves just the post one revision which isn t even shown in the ui and sometimes depending on the workflow the special autosave revision
1
119,839
4,776,564,259
IssuesEvent
2016-10-27 14:07:49
transientskp/banana
https://api.github.com/repos/transientskp/banana
closed
Offset Lightcurve point pop-up box so it doesn't cover the point.
enhancement priority high priority low
The light curve plot points are clickable links that lead to the extracted source information page, which is awesome! when the pop-up isn't covering the plot point/link and blocking it. The point is highlighted when moused over so the pop-up box doesn't need to be super near the point. Offset it so it can't block the link. Also add seconds to all timestamps. <img width="1440" alt="screen shot 2016-08-02 at 12 58 24" src="https://cloud.githubusercontent.com/assets/14295490/17326365/389e98a8-58b1-11e6-8d20-d94747e24d26.png">
2.0
Offset Lightcurve point pop-up box so it doesn't cover the point. - The light curve plot points are clickable links that lead to the extracted source information page, which is awesome! when the pop-up isn't covering the plot point/link and blocking it. The point is highlighted when moused over so the pop-up box doesn't need to be super near the point. Offset it so it can't block the link. Also add seconds to all timestamps. <img width="1440" alt="screen shot 2016-08-02 at 12 58 24" src="https://cloud.githubusercontent.com/assets/14295490/17326365/389e98a8-58b1-11e6-8d20-d94747e24d26.png">
priority
offset lightcurve point pop up box so it doesn t cover the point the light curve plot points are clickable links that lead to the extracted source information page which is awesome when the pop up isn t covering the plot point link and blocking it the point is highlighted when moused over so the pop up box doesn t need to be super near the point offset it so it can t block the link also add seconds to all timestamps img width alt screen shot at src
1
801,256
28,481,694,873
IssuesEvent
2023-04-18 03:35:18
litestar-org/litestar
https://api.github.com/repos/litestar-org/litestar
opened
DTO Factory: form data handling
enhancement high priority
Need to have PR #1511 signed off. - [ ] tests - [ ] review There is a To Do for documenting this in #1520
1.0
DTO Factory: form data handling - Need to have PR #1511 signed off. - [ ] tests - [ ] review There is a To Do for documenting this in #1520
priority
dto factory form data handling need to have pr signed off tests review there is a to do for documenting this in
1
54,586
3,069,893,086
IssuesEvent
2015-08-18 23:03:49
tsgrp/ActiveWizard
https://api.github.com/repos/tsgrp/ActiveWizard
opened
Support unlimited chaining of non-required pages
High Priority issue
There are issues in flowpath.js addPage and removePage functions for adding and removing greater then 2 pages deep of pages. Consider the following scenario: Page 0 <-- required |_ page 1 |_ Page 2 | |_ Page 3 | |_ Page 4 |_ Page 3 |_ Page 4 Turning off page 3 should remove Page 4 from the flowpath but doesn't. The most likely culprit is that the removePage algorithm is only checking one level deep of a page's children.
1.0
Support unlimited chaining of non-required pages - There are issues in flowpath.js addPage and removePage functions for adding and removing greater then 2 pages deep of pages. Consider the following scenario: Page 0 <-- required |_ page 1 |_ Page 2 | |_ Page 3 | |_ Page 4 |_ Page 3 |_ Page 4 Turning off page 3 should remove Page 4 from the flowpath but doesn't. The most likely culprit is that the removePage algorithm is only checking one level deep of a page's children.
priority
support unlimited chaining of non required pages there are issues in flowpath js addpage and removepage functions for adding and removing greater then pages deep of pages consider the following scenario page required page page page page page page turning off page should remove page from the flowpath but doesn t the most likely culprit is that the removepage algorithm is only checking one level deep of a page s children
1
499,724
14,477,399,853
IssuesEvent
2020-12-10 06:29:01
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[0.9.2 staging-1866] Server crash with /test economics
Category: Tech Priority: High Status: Fixed
Create a new server, use /test economics. ``` Exception: NullReferenceException Message:Object reference not set to an instance of an object. Source:Eco.Gameplay System.NullReferenceException: Object reference not set to an instance of an object. at Eco.Gameplay.Property.Residency.BecomeResident(Player player) at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__139_1(Object state) at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute() at System.Threading.ThreadPoolWorkQueue.Dispatch() ``` I put it high because I think it can be reproduced without commands.
1.0
[0.9.2 staging-1866] Server crash with /test economics - Create a new server, use /test economics. ``` Exception: NullReferenceException Message:Object reference not set to an instance of an object. Source:Eco.Gameplay System.NullReferenceException: Object reference not set to an instance of an object. at Eco.Gameplay.Property.Residency.BecomeResident(Player player) at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__139_1(Object state) at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute() at System.Threading.ThreadPoolWorkQueue.Dispatch() ``` I put it high because I think it can be reproduced without commands.
priority
server crash with test economics create a new server use test economics exception nullreferenceexception message object reference not set to an instance of an object source eco gameplay system nullreferenceexception object reference not set to an instance of an object at eco gameplay property residency becomeresident player player at system threading tasks task c b object state at system threading queueuserworkitemcallbackdefaultcontext execute at system threading threadpoolworkqueue dispatch i put it high because i think it can be reproduced without commands
1
59,571
3,114,421,460
IssuesEvent
2015-09-03 08:40:46
UnknownShadow200/ClassicalSharp
https://api.github.com/repos/UnknownShadow200/ClassicalSharp
closed
Chat Glitch
bug high priority
The insert marker appears to be placed far to the left of the chat box. ![screenshot_01-09-2015-16-02-56](https://cloud.githubusercontent.com/assets/10401495/9615328/6609a084-50c5-11e5-9dcd-422bfa039c73.png) This happens with the OpenGL and Direct3D9 builds.
1.0
Chat Glitch - The insert marker appears to be placed far to the left of the chat box. ![screenshot_01-09-2015-16-02-56](https://cloud.githubusercontent.com/assets/10401495/9615328/6609a084-50c5-11e5-9dcd-422bfa039c73.png) This happens with the OpenGL and Direct3D9 builds.
priority
chat glitch the insert marker appears to be placed far to the left of the chat box this happens with the opengl and builds
1
302,666
9,285,266,393
IssuesEvent
2019-03-21 06:16:36
oilshell/oil
https://api.github.com/repos/oilshell/oil
closed
readline needs to be informed of SIGWINCH
high-priority pending-release
Right now OSH is "stealing" the signal for the completion callback. This may be the cause of some drawing problems like #245 and #247. http://www.delorie.com/gnu/docs/readline/rlman_43.html ``` Function: void rl_reset_after_signal (void) This will reinitialize the terminal and reinstall any Readline signal handlers, depending on the values of rl_catch_signals and rl_catch_sigwinch. If an application does not wish Readline to catch SIGWINCH, it may call rl_resize_terminal() or rl_set_screen_size() to force Readline to update its idea of the terminal size when a SIGWINCH is received. ```
1.0
readline needs to be informed of SIGWINCH - Right now OSH is "stealing" the signal for the completion callback. This may be the cause of some drawing problems like #245 and #247. http://www.delorie.com/gnu/docs/readline/rlman_43.html ``` Function: void rl_reset_after_signal (void) This will reinitialize the terminal and reinstall any Readline signal handlers, depending on the values of rl_catch_signals and rl_catch_sigwinch. If an application does not wish Readline to catch SIGWINCH, it may call rl_resize_terminal() or rl_set_screen_size() to force Readline to update its idea of the terminal size when a SIGWINCH is received. ```
priority
readline needs to be informed of sigwinch right now osh is stealing the signal for the completion callback this may be the cause of some drawing problems like and function void rl reset after signal void this will reinitialize the terminal and reinstall any readline signal handlers depending on the values of rl catch signals and rl catch sigwinch if an application does not wish readline to catch sigwinch it may call rl resize terminal or rl set screen size to force readline to update its idea of the terminal size when a sigwinch is received
1
359,074
10,659,702,575
IssuesEvent
2019-10-18 08:20:07
AY1920S1-CS2103T-T10-2/main
https://api.github.com/repos/AY1920S1-CS2103T-T10-2/main
closed
As a Health Conscious individual, I want to create and store my exercises
priority.High status.Ongoing type.Story
So that I can have a variety of exercises to diversify my workouts
1.0
As a Health Conscious individual, I want to create and store my exercises - So that I can have a variety of exercises to diversify my workouts
priority
as a health conscious individual i want to create and store my exercises so that i can have a variety of exercises to diversify my workouts
1
439,014
12,675,743,762
IssuesEvent
2020-06-19 02:44:44
a2000-erp-team/WEBERP
https://api.github.com/repos/a2000-erp-team/WEBERP
opened
Exchange Rate Issue relating to Base Currency in GJ transaction
ABIGAIL High Priority
FINANCE-LEDGER-GLOPERATION-Edit [GJ] ![image.png](https://images.zenhubusercontent.com/5e8e8265b7c1d9906c2bbc2c/3f454143-b536-4d87-b2b3-ecb0d8ff2b20)
1.0
Exchange Rate Issue relating to Base Currency in GJ transaction - FINANCE-LEDGER-GLOPERATION-Edit [GJ] ![image.png](https://images.zenhubusercontent.com/5e8e8265b7c1d9906c2bbc2c/3f454143-b536-4d87-b2b3-ecb0d8ff2b20)
priority
exchange rate issue relating to base currency in gj transaction finance ledger gloperation edit
1
802,535
28,966,301,270
IssuesEvent
2023-05-10 08:09:34
gamefreedomgit/Maelstrom
https://api.github.com/repos/gamefreedomgit/Maelstrom
closed
Sinestra cooldown reset on wipe.
Status: Confirmed Priority: High Raid: Bastion of Twilight
[//]: # (REMBEMBER! Add links to things related to the bug using for example:) [//]: # (http://wowhead.com/) [//]: # (cata-twinhead.twinstar.cz) **Description:** When you wipe on Sinestra your Cooldowns don't reset, same issue as it was on Nefarian last week. **How to reproduce:** Wipe on Sinestra, check if your cooldowns got reset. **How it should work:** Cooldowns should reset on wipe cause of QoL change that was implemented. **Database links:**
1.0
Sinestra cooldown reset on wipe. - [//]: # (REMBEMBER! Add links to things related to the bug using for example:) [//]: # (http://wowhead.com/) [//]: # (cata-twinhead.twinstar.cz) **Description:** When you wipe on Sinestra your Cooldowns don't reset, same issue as it was on Nefarian last week. **How to reproduce:** Wipe on Sinestra, check if your cooldowns got reset. **How it should work:** Cooldowns should reset on wipe cause of QoL change that was implemented. **Database links:**
priority
sinestra cooldown reset on wipe rembember add links to things related to the bug using for example cata twinhead twinstar cz description when you wipe on sinestra your cooldowns don t reset same issue as it was on nefarian last week how to reproduce wipe on sinestra check if your cooldowns got reset how it should work cooldowns should reset on wipe cause of qol change that was implemented database links
1
469,891
13,527,412,281
IssuesEvent
2020-09-15 15:23:14
wearable-learning-cloud-platform/wlcp-issues
https://api.github.com/repos/wearable-learning-cloud-platform/wlcp-issues
opened
Logger: We need to log all user events in Game Editor, ASAP
game editor high priority logging
We really need to start loggiinig all events tthat a user carries out, every action they perform.
1.0
Logger: We need to log all user events in Game Editor, ASAP - We really need to start loggiinig all events tthat a user carries out, every action they perform.
priority
logger we need to log all user events in game editor asap we really need to start loggiinig all events tthat a user carries out every action they perform
1
89,522
3,794,914,359
IssuesEvent
2016-03-22 18:24:11
rsanchez-wsu/sp16-ceg3120
https://api.github.com/repos/rsanchez-wsu/sp16-ceg3120
opened
Clean up Main GUI code
priority-high state-inprogress team-2 type-task
Clean up code relating to the main GUI pane. This involves proper commenting and naming schemes, making classes javabeans, removing commented out code, or unused imports or variables, etc..
1.0
Clean up Main GUI code - Clean up code relating to the main GUI pane. This involves proper commenting and naming schemes, making classes javabeans, removing commented out code, or unused imports or variables, etc..
priority
clean up main gui code clean up code relating to the main gui pane this involves proper commenting and naming schemes making classes javabeans removing commented out code or unused imports or variables etc
1
54,231
3,061,120,972
IssuesEvent
2015-08-15 06:20:03
airoldilab/sgd
https://api.github.com/repos/airoldilab/sgd
closed
Add Cox proportional hazards model
high priority models
Experiment to run them, stock data set for them, and compare with `coxnet`
1.0
Add Cox proportional hazards model - Experiment to run them, stock data set for them, and compare with `coxnet`
priority
add cox proportional hazards model experiment to run them stock data set for them and compare with coxnet
1
331,646
10,075,844,384
IssuesEvent
2019-07-24 15:01:51
AnSyn/ansyn
https://api.github.com/repos/AnSyn/ansyn
closed
(enh) Save all "Ansyn Backend files" in object storage
Enhancement Priority: High User Story
- [x] learn how to use S3 https://github.com/AnSyn/ansyn/issues/1958 - [x] create an account - [ ] upload/download files test - [ ] change backend architecture to use S3 to save/load files
1.0
(enh) Save all "Ansyn Backend files" in object storage - - [x] learn how to use S3 https://github.com/AnSyn/ansyn/issues/1958 - [x] create an account - [ ] upload/download files test - [ ] change backend architecture to use S3 to save/load files
priority
enh save all ansyn backend files in object storage learn how to use create an account upload download files test change backend architecture to use to save load files
1
817,443
30,641,248,292
IssuesEvent
2023-07-24 22:15:46
bcgov/cas-cif
https://api.github.com/repos/bcgov/cas-cif
closed
Bug: the chart to test backups is using obsolete images for PGO
bug good first issue High Priority DevOps Giraffe ๐Ÿฆ’
Describe the Bug: The daily DAG to make sure our backups work is failing, so we don't have the certainty that our backups succeeded anymore. The images in our main CIF helm chart's postgres template have the correct images that should be used in the backup-test chart. Probability (how likely the bug is to happen, scored from 1-5): 5 (For example, probability of 5 is something like "it happens to all users every time they log in." Probability of 1 "only happens to certain users when a really specific and unlikely path is followed.") Effect (how bad the bug is when it does happen, scored from 1-5): 2 (For example, effect of 5 is "the entire app crashes and makes it unusable for all users" or "the bug causes the wrong data to be saved, with critical information (e.g. payment) being affected." Effect of 1 is "It makes some styling look a little bit weird.") Steps to reproduce the behaviour: Screenshots: Additional information: - OS: [e.g. iOS] - Browser: [e.g. chrome, safari] - Version: [e.g. 22] - Additional context
1.0
Bug: the chart to test backups is using obsolete images for PGO - Describe the Bug: The daily DAG to make sure our backups work is failing, so we don't have the certainty that our backups succeeded anymore. The images in our main CIF helm chart's postgres template have the correct images that should be used in the backup-test chart. Probability (how likely the bug is to happen, scored from 1-5): 5 (For example, probability of 5 is something like "it happens to all users every time they log in." Probability of 1 "only happens to certain users when a really specific and unlikely path is followed.") Effect (how bad the bug is when it does happen, scored from 1-5): 2 (For example, effect of 5 is "the entire app crashes and makes it unusable for all users" or "the bug causes the wrong data to be saved, with critical information (e.g. payment) being affected." Effect of 1 is "It makes some styling look a little bit weird.") Steps to reproduce the behaviour: Screenshots: Additional information: - OS: [e.g. iOS] - Browser: [e.g. chrome, safari] - Version: [e.g. 22] - Additional context
priority
bug the chart to test backups is using obsolete images for pgo describe the bug the daily dag to make sure our backups work is failing so we don t have the certainty that our backups succeeded anymore the images in our main cif helm chart s postgres template have the correct images that should be used in the backup test chart probability how likely the bug is to happen scored from for example probability of is something like it happens to all users every time they log in probability of only happens to certain users when a really specific and unlikely path is followed effect how bad the bug is when it does happen scored from for example effect of is the entire app crashes and makes it unusable for all users or the bug causes the wrong data to be saved with critical information e g payment being affected effect of is it makes some styling look a little bit weird steps to reproduce the behaviour screenshots additional information os browser version additional context
1
208,594
7,156,304,759
IssuesEvent
2018-01-26 15:52:20
canonical-websites/www.ubuntu.com
https://api.github.com/repos/canonical-websites/www.ubuntu.com
closed
Ubuntu is provided insecurely by default
Priority: High Type: Enhancement
Note: This is a continuation of https://bugs.launchpad.net/ubuntu-website/+bug/1564313/ ## Summary The Ubuntu Desktop ISO, checksums, PGP signatures, and verification instructions are all provided insecurely over plain HTTP. Thus, the entire verification process is flawed and subject to man-in-the-middle attack, i.e. a State-sponsored attacker targeting a journalist or a human rights activist, or a script kiddie targeting a neighbor for the lulz, could provide a modified ISO, checksums, signatures, and instructions to the user, without the user being able to detect it, even if the user followed the instructions. It is probably the same problem for Ubuntu Server and other Ubuntu products; I have not checked them. ## Process Follow the instructions at: Download Ubuntu Desktop http://www.ubuntu.com/download/desktop/ How to verify your Ubuntu download http://www.ubuntu.com/download/how-to-verify Under such coordinated attack, the user will get a false positive, i.e. the result will incorrectly indicate that the ISO is verified, when in fact it is not. ## Current and expected result Currently, the ISO, checksums, signatures and instructions are all provided insecurely. At least one of the ISO, checksums, and signatures should be provided securely over a side channel, such as HTTPS (assuming we trust the browser and its certificates). ## Screenshot Here are four current screenshots of the ISO, checksums, signatures, and instructions, all provided insecurely over plain HTTP: ![1](https://cloud.githubusercontent.com/assets/6137886/18098755/8518b6e4-6eb1-11e6-9072-3f0c9fe43ed6.png) ![2](https://cloud.githubusercontent.com/assets/6137886/18098756/851ae568-6eb1-11e6-98f1-5feb5a6113c4.png) ![3](https://cloud.githubusercontent.com/assets/6137886/18098758/85226004-6eb1-11e6-9bae-6be188afcd22.png) ![4](https://cloud.githubusercontent.com/assets/6137886/18098757/851c6b04-6eb1-11e6-8122-4526ce5ec72b.png)
1.0
Ubuntu is provided insecurely by default - Note: This is a continuation of https://bugs.launchpad.net/ubuntu-website/+bug/1564313/ ## Summary The Ubuntu Desktop ISO, checksums, PGP signatures, and verification instructions are all provided insecurely over plain HTTP. Thus, the entire verification process is flawed and subject to man-in-the-middle attack, i.e. a State-sponsored attacker targeting a journalist or a human rights activist, or a script kiddie targeting a neighbor for the lulz, could provide a modified ISO, checksums, signatures, and instructions to the user, without the user being able to detect it, even if the user followed the instructions. It is probably the same problem for Ubuntu Server and other Ubuntu products; I have not checked them. ## Process Follow the instructions at: Download Ubuntu Desktop http://www.ubuntu.com/download/desktop/ How to verify your Ubuntu download http://www.ubuntu.com/download/how-to-verify Under such coordinated attack, the user will get a false positive, i.e. the result will incorrectly indicate that the ISO is verified, when in fact it is not. ## Current and expected result Currently, the ISO, checksums, signatures and instructions are all provided insecurely. At least one of the ISO, checksums, and signatures should be provided securely over a side channel, such as HTTPS (assuming we trust the browser and its certificates). ## Screenshot Here are four current screenshots of the ISO, checksums, signatures, and instructions, all provided insecurely over plain HTTP: ![1](https://cloud.githubusercontent.com/assets/6137886/18098755/8518b6e4-6eb1-11e6-9072-3f0c9fe43ed6.png) ![2](https://cloud.githubusercontent.com/assets/6137886/18098756/851ae568-6eb1-11e6-98f1-5feb5a6113c4.png) ![3](https://cloud.githubusercontent.com/assets/6137886/18098758/85226004-6eb1-11e6-9bae-6be188afcd22.png) ![4](https://cloud.githubusercontent.com/assets/6137886/18098757/851c6b04-6eb1-11e6-8122-4526ce5ec72b.png)
priority
ubuntu is provided insecurely by default note this is a continuation of summary the ubuntu desktop iso checksums pgp signatures and verification instructions are all provided insecurely over plain http thus the entire verification process is flawed and subject to man in the middle attack i e a state sponsored attacker targeting a journalist or a human rights activist or a script kiddie targeting a neighbor for the lulz could provide a modified iso checksums signatures and instructions to the user without the user being able to detect it even if the user followed the instructions it is probably the same problem for ubuntu server and other ubuntu products i have not checked them process follow the instructions at download ubuntu desktop how to verify your ubuntu download under such coordinated attack the user will get a false positive i e the result will incorrectly indicate that the iso is verified when in fact it is not current and expected result currently the iso checksums signatures and instructions are all provided insecurely at least one of the iso checksums and signatures should be provided securely over a side channel such as https assuming we trust the browser and its certificates screenshot here are four current screenshots of the iso checksums signatures and instructions all provided insecurely over plain http
1
79,728
3,546,165,083
IssuesEvent
2016-01-20 00:50:31
ecnivo/Flow
https://api.github.com/repos/ecnivo/Flow
closed
"User does not exist" should return INVALID_SESSION_ID
bug highpriority
Should be pretty simple fix at Clientrequesthandle:139
1.0
"User does not exist" should return INVALID_SESSION_ID - Should be pretty simple fix at Clientrequesthandle:139
priority
user does not exist should return invalid session id should be pretty simple fix at clientrequesthandle
1
276,150
8,584,863,376
IssuesEvent
2018-11-14 00:34:05
python/mypy
https://api.github.com/repos/python/mypy
closed
Invalidate cache if plugins change
bug false-positive needs discussion priority-0-high topic-plugins
If configured plugins change, type checking results may change and the mypy cache should become stale. Currently we don't track this and users may have to delete their cache manually when plugins change, which is a bad user experience. It's unclear what's the best way to detect that plugins have changed. Here is a simple idea: * Add a version string/tuple to all plugin objects. Assume that plugin authors update the version each time there is a plugin behavior change. * Store information about the versions of all active plugins in cache files (except for the default plugin, which is tied to the mypy version). * If the set of plugins or a version of any plugin changes, a cache file becomes stale.
1.0
Invalidate cache if plugins change - If configured plugins change, type checking results may change and the mypy cache should become stale. Currently we don't track this and users may have to delete their cache manually when plugins change, which is a bad user experience. It's unclear what's the best way to detect that plugins have changed. Here is a simple idea: * Add a version string/tuple to all plugin objects. Assume that plugin authors update the version each time there is a plugin behavior change. * Store information about the versions of all active plugins in cache files (except for the default plugin, which is tied to the mypy version). * If the set of plugins or a version of any plugin changes, a cache file becomes stale.
priority
invalidate cache if plugins change if configured plugins change type checking results may change and the mypy cache should become stale currently we don t track this and users may have to delete their cache manually when plugins change which is a bad user experience it s unclear what s the best way to detect that plugins have changed here is a simple idea add a version string tuple to all plugin objects assume that plugin authors update the version each time there is a plugin behavior change store information about the versions of all active plugins in cache files except for the default plugin which is tied to the mypy version if the set of plugins or a version of any plugin changes a cache file becomes stale
1
85,232
3,688,139,291
IssuesEvent
2016-02-25 11:28:49
ModernMT/MMT
https://api.github.com/repos/ModernMT/MMT
closed
Evaluate - Decrease GT Speed
bug high-priority
GT has a per user limit of 10.000 bytes per 100 seconds. Circa 1 sentence per second which is too slow for our purpose So I always get this error: ``` Translation Speed: MMT : 125 words/s Bing Translator : Coming in next MMT release Google Translate : Google Translate query failed with code 403: User Rate Limit Exceeded ``` This functionality is designed by Google to prevent a single end-user to abuse. It does not make sense in a server-to-server configuration. In order to solve I suggest that we simulate what we do in MyMemory and Matecat (I think we pass a end user_ip parameter and/or a s2s parameter)
1.0
Evaluate - Decrease GT Speed - GT has a per user limit of 10.000 bytes per 100 seconds. Circa 1 sentence per second which is too slow for our purpose So I always get this error: ``` Translation Speed: MMT : 125 words/s Bing Translator : Coming in next MMT release Google Translate : Google Translate query failed with code 403: User Rate Limit Exceeded ``` This functionality is designed by Google to prevent a single end-user to abuse. It does not make sense in a server-to-server configuration. In order to solve I suggest that we simulate what we do in MyMemory and Matecat (I think we pass a end user_ip parameter and/or a s2s parameter)
priority
evaluate decrease gt speed gt has a per user limit of bytes per seconds circa sentence per second which is too slow for our purpose so i always get this error translation speed mmt words s bing translator coming in next mmt release google translate google translate query failed with code user rate limit exceeded this functionality is designed by google to prevent a single end user to abuse it does not make sense in a server to server configuration in order to solve i suggest that we simulate what we do in mymemory and matecat i think we pass a end user ip parameter and or a parameter
1
423,964
12,304,411,646
IssuesEvent
2020-05-11 20:26:27
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
Bad performance with python threads
has workaround high priority topic: multithreading topic: performance triaged
## ๐Ÿ› Bug concurrent.futures.ThreadPoolExecutor with max_workers=1 loads all CPU cores (24 cores / 100% load) when torch.zeros(64, 8, 2, 128) is used inside it's thread. If torch.zeros used with smaller size, like (16, 8, 2, 128), then there is no performance hit. Also this sometimes happens with torch.logsumexp, tensor indexing, tensor copying. Edit: multiprocessing.dummy.Pool is also affected ## To Reproduce Run this code: ``` import torch torch.set_num_threads(1) torch.set_num_interop_threads(1) from concurrent.futures import ThreadPoolExecutor executor = ThreadPoolExecutor(max_workers=1) def train_async(data): with torch.no_grad(): torch.zeros(64, 8, 2, 128) while True: executor.submit(train_async, []).result() ``` ## Expected behavior Only single CPU core being utilized. ## Environment ``` PyTorch version: 1.5.0 Is debug build: No CUDA used to build PyTorch: 10.1 OS: ะŠย ยฉะ„ะฐยฎะฑยฎะดะฒ Windows 10 Pro GCC version: Could not collect CMake version: Could not collect Python version: 3.7 Is CUDA available: Yes CUDA runtime version: 10.1.243 GPU models and configuration: GPU 0: GeForce GTX 1080 Ti Nvidia driver version: 442.19 cuDNN version: C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin\cudnn64_7.dll Versions of relevant libraries: [pip] numpy==1.17.4 [pip] numpydoc==0.9.1 [pip] ppo-pytorch==0.1 [pip] torch==1.5.0 [pip] torchvision==0.6.0 [conda] blas 1.0 mkl [conda] cudatoolkit 10.1.243 h74a9793_0 [conda] mkl 2019.4 245 [conda] mkl-service 2.3.0 py37hb782905_0 [conda] mkl_fft 1.0.15 py37h14836fe_0 [conda] mkl_random 1.1.0 py37h675688f_0 [conda] numpy 1.17.4 py37h4320e6b_0 [conda] numpy-base 1.17.4 py37hc3f5095_0 [conda] numpydoc 0.9.1 py_0 [conda] ppo-pytorch 0.1 dev_0 <develop> [conda] pytorch 1.5.0 py3.7_cuda101_cudnn7_0 pytorch [conda] pytorch-qrnn 0.2.1 pypi_0 pypi [conda] torchvision 0.6.0 py37_cu101 pytorch ``` cc @ezyang @gchanan @zou3519 @VitalyFedyunin @ngimel
1.0
Bad performance with python threads - ## ๐Ÿ› Bug concurrent.futures.ThreadPoolExecutor with max_workers=1 loads all CPU cores (24 cores / 100% load) when torch.zeros(64, 8, 2, 128) is used inside it's thread. If torch.zeros used with smaller size, like (16, 8, 2, 128), then there is no performance hit. Also this sometimes happens with torch.logsumexp, tensor indexing, tensor copying. Edit: multiprocessing.dummy.Pool is also affected ## To Reproduce Run this code: ``` import torch torch.set_num_threads(1) torch.set_num_interop_threads(1) from concurrent.futures import ThreadPoolExecutor executor = ThreadPoolExecutor(max_workers=1) def train_async(data): with torch.no_grad(): torch.zeros(64, 8, 2, 128) while True: executor.submit(train_async, []).result() ``` ## Expected behavior Only single CPU core being utilized. ## Environment ``` PyTorch version: 1.5.0 Is debug build: No CUDA used to build PyTorch: 10.1 OS: ะŠย ยฉะ„ะฐยฎะฑยฎะดะฒ Windows 10 Pro GCC version: Could not collect CMake version: Could not collect Python version: 3.7 Is CUDA available: Yes CUDA runtime version: 10.1.243 GPU models and configuration: GPU 0: GeForce GTX 1080 Ti Nvidia driver version: 442.19 cuDNN version: C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin\cudnn64_7.dll Versions of relevant libraries: [pip] numpy==1.17.4 [pip] numpydoc==0.9.1 [pip] ppo-pytorch==0.1 [pip] torch==1.5.0 [pip] torchvision==0.6.0 [conda] blas 1.0 mkl [conda] cudatoolkit 10.1.243 h74a9793_0 [conda] mkl 2019.4 245 [conda] mkl-service 2.3.0 py37hb782905_0 [conda] mkl_fft 1.0.15 py37h14836fe_0 [conda] mkl_random 1.1.0 py37h675688f_0 [conda] numpy 1.17.4 py37h4320e6b_0 [conda] numpy-base 1.17.4 py37hc3f5095_0 [conda] numpydoc 0.9.1 py_0 [conda] ppo-pytorch 0.1 dev_0 <develop> [conda] pytorch 1.5.0 py3.7_cuda101_cudnn7_0 pytorch [conda] pytorch-qrnn 0.2.1 pypi_0 pypi [conda] torchvision 0.6.0 py37_cu101 pytorch ``` cc @ezyang @gchanan @zou3519 @VitalyFedyunin @ngimel
priority
bad performance with python threads ๐Ÿ› bug concurrent futures threadpoolexecutor with max workers loads all cpu cores cores load when torch zeros is used inside it s thread if torch zeros used with smaller size like then there is no performance hit also this sometimes happens with torch logsumexp tensor indexing tensor copying edit multiprocessing dummy pool is also affected to reproduce run this code import torch torch set num threads torch set num interop threads from concurrent futures import threadpoolexecutor executor threadpoolexecutor max workers def train async data with torch no grad torch zeros while true executor submit train async result expected behavior only single cpu core being utilized environment pytorch version is debug build no cuda used to build pytorch os ัšย ยฉั”ะฐยฎะฑยฎะดะฒ windows pro gcc version could not collect cmake version could not collect python version is cuda available yes cuda runtime version gpu models and configuration gpu geforce gtx ti nvidia driver version cudnn version c program files nvidia gpu computing toolkit cuda bin dll versions of relevant libraries numpy numpydoc ppo pytorch torch torchvision blas mkl cudatoolkit mkl mkl service mkl fft mkl random numpy numpy base numpydoc py ppo pytorch dev pytorch pytorch pytorch qrnn pypi pypi torchvision pytorch cc ezyang gchanan vitalyfedyunin ngimel
1
68,103
3,284,223,546
IssuesEvent
2015-10-28 15:51:35
loljoho/poppyGP-engine
https://api.github.com/repos/loljoho/poppyGP-engine
opened
Implement Slim Dependency Container
0.6: Task 1.1: Priority - High
[Documentation](http://www.slimframework.com/docs/concepts/di.html) ```php $container = new \Slim\Container; $app = new \Slim\App($container); ```
1.0
Implement Slim Dependency Container - [Documentation](http://www.slimframework.com/docs/concepts/di.html) ```php $container = new \Slim\Container; $app = new \Slim\App($container); ```
priority
implement slim dependency container php container new slim container app new slim app container
1
193,527
6,885,702,330
IssuesEvent
2017-11-21 16:52:44
unfoldingWord-dev/translationCore
https://api.github.com/repos/unfoldingWord-dev/translationCore
closed
App breaks when reopening a project with alignment tool
Epic Kind/Bug Priority/High QA/Pass
I was working in the project, then closed it by clicking on Project in the menu bar. On the Projects screen I clicked Go to Tools, then clicked Launch on the Word Alignment tool. I had to restart tC to use it again. It does not seem to be project related. This also happens when changing tools. ![image](https://user-images.githubusercontent.com/8171759/31130076-ff0e6daa-a81b-11e7-884d-c044d64079de.png)
1.0
App breaks when reopening a project with alignment tool - I was working in the project, then closed it by clicking on Project in the menu bar. On the Projects screen I clicked Go to Tools, then clicked Launch on the Word Alignment tool. I had to restart tC to use it again. It does not seem to be project related. This also happens when changing tools. ![image](https://user-images.githubusercontent.com/8171759/31130076-ff0e6daa-a81b-11e7-884d-c044d64079de.png)
priority
app breaks when reopening a project with alignment tool i was working in the project then closed it by clicking on project in the menu bar on the projects screen i clicked go to tools then clicked launch on the word alignment tool i had to restart tc to use it again it does not seem to be project related this also happens when changing tools
1
207,725
7,132,831,549
IssuesEvent
2018-01-22 15:44:38
twosigma/beakerx
https://api.github.com/repos/twosigma/beakerx
closed
EasyForm CheckBoxes doesn't interact from code
Bug Priority High Runtime Java
create checkBoxes: `f7 = new EasyForm("form7")` `f7.addCheckBoxes("field name7", ["onef7", "twof7", "threef7"])` `f7` try to select value by code: `f7['field name7']= ['twof7']` Expected result: the value should be selected on the checkBoxes ![image](https://user-images.githubusercontent.com/17744188/34934875-0a592100-f9ed-11e7-9221-80f0d530bea1.png)
1.0
EasyForm CheckBoxes doesn't interact from code - create checkBoxes: `f7 = new EasyForm("form7")` `f7.addCheckBoxes("field name7", ["onef7", "twof7", "threef7"])` `f7` try to select value by code: `f7['field name7']= ['twof7']` Expected result: the value should be selected on the checkBoxes ![image](https://user-images.githubusercontent.com/17744188/34934875-0a592100-f9ed-11e7-9221-80f0d530bea1.png)
priority
easyform checkboxes doesn t interact from code create checkboxes new easyform addcheckboxes field try to select value by code expected result the value should be selected on the checkboxes
1
691,848
23,713,642,029
IssuesEvent
2022-08-30 09:53:50
thesaurus-linguae-aegyptiae/tla-web
https://api.github.com/repos/thesaurus-linguae-aegyptiae/tla-web
closed
Lemmakommentare: Autorenangabe fehlt
feature request high priority
SSch > an ns.t=f [<https://tlabeta.bbaw.de/lemma/d3272>](https://tlabeta.bbaw.de/lemma/d3272) hรคngt eine Lemmaannotation. Dabei wird zwar der Zeitpunkt der letzten Revision angegeben, jedoch fehlt die Autorenangabe. Bitte nachtragen!
1.0
Lemmakommentare: Autorenangabe fehlt - SSch > an ns.t=f [<https://tlabeta.bbaw.de/lemma/d3272>](https://tlabeta.bbaw.de/lemma/d3272) hรคngt eine Lemmaannotation. Dabei wird zwar der Zeitpunkt der letzten Revision angegeben, jedoch fehlt die Autorenangabe. Bitte nachtragen!
priority
lemmakommentare autorenangabe fehlt ssch an ns t f hรคngt eine lemmaannotation dabei wird zwar der zeitpunkt der letzten revision angegeben jedoch fehlt die autorenangabe bitte nachtragen
1
554,632
16,435,079,210
IssuesEvent
2021-05-20 08:20:47
hyperjumptech/monika
https://api.github.com/repos/hyperjumptech/monika
closed
Send report to Symon
High Priority enhancement roadmap-phase-3
Monika should be able to send saved data to Symon server if configured. - [x] Add a new key in the configuration file to specify the URL or IP address of Symon and the API Key to connect to Symon. - [x] If Symon server is specified, Monika first performs handshake with Symon. See this [doc](https://nicnocquee.github.io/monika/monika-hq#handshake). - [ ] After handshake, Monika performs the [report flow in interval](https://nicnocquee.github.io/monika/monika-hq#report-flow). - [ ] On incident/recovery, Monika also performs the report flow.
1.0
Send report to Symon - Monika should be able to send saved data to Symon server if configured. - [x] Add a new key in the configuration file to specify the URL or IP address of Symon and the API Key to connect to Symon. - [x] If Symon server is specified, Monika first performs handshake with Symon. See this [doc](https://nicnocquee.github.io/monika/monika-hq#handshake). - [ ] After handshake, Monika performs the [report flow in interval](https://nicnocquee.github.io/monika/monika-hq#report-flow). - [ ] On incident/recovery, Monika also performs the report flow.
priority
send report to symon monika should be able to send saved data to symon server if configured add a new key in the configuration file to specify the url or ip address of symon and the api key to connect to symon if symon server is specified monika first performs handshake with symon see this after handshake monika performs the on incident recovery monika also performs the report flow
1
683,256
23,374,082,615
IssuesEvent
2022-08-10 23:34:44
ctm/mb2-doc
https://api.github.com/repos/ctm/mb2-doc
closed
Quick update to current shareholders
high priority easy business T3F
Send email to the three current shareholders and let them know what's up. Mention approval from escrow, the T3F milestone, my timeline, valuations, etc.
1.0
Quick update to current shareholders - Send email to the three current shareholders and let them know what's up. Mention approval from escrow, the T3F milestone, my timeline, valuations, etc.
priority
quick update to current shareholders send email to the three current shareholders and let them know what s up mention approval from escrow the milestone my timeline valuations etc
1
96,178
3,966,054,633
IssuesEvent
2016-05-03 11:13:24
materialos/CM12-Theme
https://api.github.com/repos/materialos/CM12-Theme
closed
Some missing stuff in du.
high priority
https://plus.google.com/114181049414518900881/posts/HdDneKac3bc - [x] SuperSU settings icon - [x] Google Icon - [x] Dirty tweaks icon All 3 of these icons have a "personality" of their own, so I dont' think I will change them rather just add them with proper color.
1.0
Some missing stuff in du. - https://plus.google.com/114181049414518900881/posts/HdDneKac3bc - [x] SuperSU settings icon - [x] Google Icon - [x] Dirty tweaks icon All 3 of these icons have a "personality" of their own, so I dont' think I will change them rather just add them with proper color.
priority
some missing stuff in du supersu settings icon google icon dirty tweaks icon all of these icons have a personality of their own so i dont think i will change them rather just add them with proper color
1
536,062
15,703,294,135
IssuesEvent
2021-03-26 13:42:45
kobotoolbox/kpi
https://api.github.com/repos/kobotoolbox/kpi
closed
Partial permissions export and export-settings error
API backend bug has PR high priority
## Description When a user has partial permissions they are unable to export data. Reported: https://community.kobotoolbox.org/t/urgent-cant-download-data-from-projects-shared-with-other-users/17368/4 Internal discussion: https://chat.kobotoolbox.org/#narrow/stream/6-Support/topic/Users.20with.20row-level-permission.20access.20not.20able.20to.20download/near/22814 ## Steps to Reproduce 1. Create a survey and submit data 2. Give partial view submissions permission to another user 3. Navigate to DATA > Downloads in UI ## Expected behavior Page loads correctly and user can export data. ## Actual behavior Infinite spinner and 404 returned from `/exports` and `/export-settings` endpoints
1.0
Partial permissions export and export-settings error - ## Description When a user has partial permissions they are unable to export data. Reported: https://community.kobotoolbox.org/t/urgent-cant-download-data-from-projects-shared-with-other-users/17368/4 Internal discussion: https://chat.kobotoolbox.org/#narrow/stream/6-Support/topic/Users.20with.20row-level-permission.20access.20not.20able.20to.20download/near/22814 ## Steps to Reproduce 1. Create a survey and submit data 2. Give partial view submissions permission to another user 3. Navigate to DATA > Downloads in UI ## Expected behavior Page loads correctly and user can export data. ## Actual behavior Infinite spinner and 404 returned from `/exports` and `/export-settings` endpoints
priority
partial permissions export and export settings error description when a user has partial permissions they are unable to export data reported internal discussion steps to reproduce create a survey and submit data give partial view submissions permission to another user navigate to data downloads in ui expected behavior page loads correctly and user can export data actual behavior infinite spinner and returned from exports and export settings endpoints
1
107,267
4,300,766,118
IssuesEvent
2016-07-20 03:18:58
xcat2/xcat-core
https://api.github.com/repos/xcat2/xcat-core
closed
[FVT]Failed to find expected diskless logs in MN for RH6.8 ppc64
priority:high type:bug type:feature xCAT 2.12.2 Sprint 1
Using latest 27 Jun. daily build to install CN diskless RH6.8 on ppc64, then failed to find below logs on MN: ar/log/xcat/computes.log according to design documentation. Neither xcatdebugmode=1 or 2 works. Excepted logs: ``` Y3(xcatdebugmode=1 or xcatdebugmode=2) means the installation logs can be forwarded to /var/log/xcat/computes.log file on MN for redhat and sles. running xcatroot.... Extracting root filesystem: Done.... ``` Failed to find them: ``` RUN:cat /var/log/xcat/computes.log | grep "running xcatroot...." [cat /var/log/xcat/computes.log | grep "running xcatroot...."] Running Time:0 sec RETURN: rc = 1 OUTPUT: CHECK:output =~ running xcatroot.... [Failed] RUN:cat /var/log/xcat/computes.log | grep "Extracting root filesystem" [cat /var/log/xcat/computes.log | grep "Extracting root filesystem"] Running Time:0 sec RETURN: rc = 1 OUTPUT: RUN:cat /var/log/xcat/computes.log | grep "Done...." [cat /var/log/xcat/computes.log | grep "Done...."] Running Time:0 sec RETURN: rc = 1 OUTPUT: ```
1.0
[FVT]Failed to find expected diskless logs in MN for RH6.8 ppc64 - Using latest 27 Jun. daily build to install CN diskless RH6.8 on ppc64, then failed to find below logs on MN: ar/log/xcat/computes.log according to design documentation. Neither xcatdebugmode=1 or 2 works. Excepted logs: ``` Y3(xcatdebugmode=1 or xcatdebugmode=2) means the installation logs can be forwarded to /var/log/xcat/computes.log file on MN for redhat and sles. running xcatroot.... Extracting root filesystem: Done.... ``` Failed to find them: ``` RUN:cat /var/log/xcat/computes.log | grep "running xcatroot...." [cat /var/log/xcat/computes.log | grep "running xcatroot...."] Running Time:0 sec RETURN: rc = 1 OUTPUT: CHECK:output =~ running xcatroot.... [Failed] RUN:cat /var/log/xcat/computes.log | grep "Extracting root filesystem" [cat /var/log/xcat/computes.log | grep "Extracting root filesystem"] Running Time:0 sec RETURN: rc = 1 OUTPUT: RUN:cat /var/log/xcat/computes.log | grep "Done...." [cat /var/log/xcat/computes.log | grep "Done...."] Running Time:0 sec RETURN: rc = 1 OUTPUT: ```
priority
failed to find expected diskless logs in mn for using latest jun daily build to install cn diskless on then failed to find below logs on mn ar log xcat computes log according to design documentation neither xcatdebugmode or works excepted logs xcatdebugmode or xcatdebugmode means the installation logs can be forwarded to var log xcat computes log file on mn for redhat and sles running xcatroot extracting root filesystem done failed to find them run cat var log xcat computes log grep running xcatroot running time sec return rc output check output running xcatroot run cat var log xcat computes log grep extracting root filesystem running time sec return rc output run cat var log xcat computes log grep done running time sec return rc output
1
441,229
12,709,645,018
IssuesEvent
2020-06-23 12:42:32
Kameldrengene/cdioFinal_f2020
https://api.github.com/repos/Kameldrengene/cdioFinal_f2020
closed
Make login screen
Front end High Priority bug
- [x] Have 4 tabs, one for each role with multiple users being able to log in as them - [x] admin works and is testet - [x] farma works and is testet - [x] lab works and is testet - [x] PLead works and is testet - [x] Make loading when starting - [x] Fix loggin as false job - [ ] Fix multible 404s for css when first loading site ( might cause the "long" loading time)
1.0
Make login screen - - [x] Have 4 tabs, one for each role with multiple users being able to log in as them - [x] admin works and is testet - [x] farma works and is testet - [x] lab works and is testet - [x] PLead works and is testet - [x] Make loading when starting - [x] Fix loggin as false job - [ ] Fix multible 404s for css when first loading site ( might cause the "long" loading time)
priority
make login screen have tabs one for each role with multiple users being able to log in as them admin works and is testet farma works and is testet lab works and is testet plead works and is testet make loading when starting fix loggin as false job fix multible for css when first loading site might cause the long loading time
1
107,937
4,322,346,546
IssuesEvent
2016-07-25 13:49:28
dmusican/Elegit
https://api.github.com/repos/dmusican/Elegit
closed
When the commit at the very top of the window gets highlighted, it moves the whole window
bug priority high
When they highlight they get bigger and smaller, and if the commit is at the very top of the window, that pushes the window up and down.
1.0
When the commit at the very top of the window gets highlighted, it moves the whole window - When they highlight they get bigger and smaller, and if the commit is at the very top of the window, that pushes the window up and down.
priority
when the commit at the very top of the window gets highlighted it moves the whole window when they highlight they get bigger and smaller and if the commit is at the very top of the window that pushes the window up and down
1
349,742
10,472,656,456
IssuesEvent
2019-09-23 10:43:31
openmsupply/mobile
https://api.github.com/repos/openmsupply/mobile
closed
Pages mounting new buttons rather than rendering
DataTable Docs: not needed Effort: small Priority: High Refactor
## Describe the bug Defining new inner components in a component makes the component re-mount on re-rendering the parent. For example: ``` const SomeComponent = () => { const SomeOtherComponent = () => <Text>Hello</Text> return <View> <SomeOtherComponent/> </View> } ``` `SomeOtherComponent` will be unmounted on every render of `SomeComponent`. This is basically how a lot of `PageButtons` are done in different pages in the app. Unfortuanate as this is super nice syntax :( ### Expected behaviour Just re-render not unmount ### Version and device info Data Table refactor branch ### Additional context N/A
1.0
Pages mounting new buttons rather than rendering - ## Describe the bug Defining new inner components in a component makes the component re-mount on re-rendering the parent. For example: ``` const SomeComponent = () => { const SomeOtherComponent = () => <Text>Hello</Text> return <View> <SomeOtherComponent/> </View> } ``` `SomeOtherComponent` will be unmounted on every render of `SomeComponent`. This is basically how a lot of `PageButtons` are done in different pages in the app. Unfortuanate as this is super nice syntax :( ### Expected behaviour Just re-render not unmount ### Version and device info Data Table refactor branch ### Additional context N/A
priority
pages mounting new buttons rather than rendering describe the bug defining new inner components in a component makes the component re mount on re rendering the parent for example const somecomponent const someothercomponent hello return someothercomponent will be unmounted on every render of somecomponent this is basically how a lot of pagebuttons are done in different pages in the app unfortuanate as this is super nice syntax expected behaviour just re render not unmount version and device info data table refactor branch additional context n a
1
30,822
2,725,983,739
IssuesEvent
2015-04-15 06:53:34
TypeStrong/atom-typescript
https://api.github.com/repos/TypeStrong/atom-typescript
closed
Show autocomplete Doc Comments
priority:high task
Show more than just the kind e.g. show function signatures in label (trimmed) Also show doc comments. e.g. see: https://github.com/tststs/atom-ternjs Would be easier if Autocomplete+ supported so keep an eye on : https://github.com/atom-community/autocomplete-plus/issues/209
1.0
Show autocomplete Doc Comments - Show more than just the kind e.g. show function signatures in label (trimmed) Also show doc comments. e.g. see: https://github.com/tststs/atom-ternjs Would be easier if Autocomplete+ supported so keep an eye on : https://github.com/atom-community/autocomplete-plus/issues/209
priority
show autocomplete doc comments show more than just the kind e g show function signatures in label trimmed also show doc comments e g see would be easier if autocomplete supported so keep an eye on
1
349,712
10,472,218,473
IssuesEvent
2019-09-23 09:41:15
LiamMackenzie/DramaClubGame
https://api.github.com/repos/LiamMackenzie/DramaClubGame
opened
Jump/Attack Animations not Working
High Priority help wanted
I can't get the jump or attack animation to work correctly.
1.0
Jump/Attack Animations not Working - I can't get the jump or attack animation to work correctly.
priority
jump attack animations not working i can t get the jump or attack animation to work correctly
1
339,597
10,256,563,322
IssuesEvent
2019-08-21 17:58:40
humdrum-tools/verovio-humdrum-viewer
https://api.github.com/repos/humdrum-tools/verovio-humdrum-viewer
closed
tabber removes !!!!SEGMENT: line
high priority tool enhancement
`tabber` both as command-line tool and as filter in VHV doesn't preserve `!!!!SEGMENT:` line at the begining of the file: ![tabber](https://user-images.githubusercontent.com/29225574/62539401-7075a580-b855-11e9-85e7-1696fcdb4f3a.gif)
1.0
tabber removes !!!!SEGMENT: line - `tabber` both as command-line tool and as filter in VHV doesn't preserve `!!!!SEGMENT:` line at the begining of the file: ![tabber](https://user-images.githubusercontent.com/29225574/62539401-7075a580-b855-11e9-85e7-1696fcdb4f3a.gif)
priority
tabber removes segment line tabber both as command line tool and as filter in vhv doesn t preserve segment line at the begining of the file
1
745,804
26,001,500,126
IssuesEvent
2022-12-20 15:39:53
DSpace/DSpace
https://api.github.com/repos/DSpace/DSpace
closed
Common Extendend Regex format for submission-forms
bug high priority component: submission e/4 claimed: 4Science
As of now it will be impossible to define a common regex tag value that has flags usable for both `REST` and `angular` projects. Moreover, using regex with the form `/{regex}/` will be invalid for `REST`. It will be nice to use a common format / parser to analyze, parse and correctly create the `regex`. Because we are currently showing the mismatched pattern inside the wrongly filled field in the `angular` project, it will be useful to use the standard regex format with flags: `/{regex}/{flags}` inside the `input-forms.xml` definition files. In this way the user will have a quickly understandable pattern (standard with flags) for check and adjust the configuration also using some famous online tools. **To Reproduce** Insert some regex with flags `/{regex}/{flags}` inside `input-forms` definition file, or insert a regex with `/` as delimiter: `/{regex}/`. This could led to wrong / unexpected behaviors. **Expected behavior** We should use the extended definition for regex, that will support all of these cases: * `/{regex}/{flags}` * `/{regex}/` * `{regex}` In this way we could easily parse and compute the right pattern with or without flags, and also check that the regex field contains a valid pattern.
1.0
Common Extendend Regex format for submission-forms - As of now it will be impossible to define a common regex tag value that has flags usable for both `REST` and `angular` projects. Moreover, using regex with the form `/{regex}/` will be invalid for `REST`. It will be nice to use a common format / parser to analyze, parse and correctly create the `regex`. Because we are currently showing the mismatched pattern inside the wrongly filled field in the `angular` project, it will be useful to use the standard regex format with flags: `/{regex}/{flags}` inside the `input-forms.xml` definition files. In this way the user will have a quickly understandable pattern (standard with flags) for check and adjust the configuration also using some famous online tools. **To Reproduce** Insert some regex with flags `/{regex}/{flags}` inside `input-forms` definition file, or insert a regex with `/` as delimiter: `/{regex}/`. This could led to wrong / unexpected behaviors. **Expected behavior** We should use the extended definition for regex, that will support all of these cases: * `/{regex}/{flags}` * `/{regex}/` * `{regex}` In this way we could easily parse and compute the right pattern with or without flags, and also check that the regex field contains a valid pattern.
priority
common extendend regex format for submission forms as of now it will be impossible to define a common regex tag value that has flags usable for both rest and angular projects moreover using regex with the form regex will be invalid for rest it will be nice to use a common format parser to analyze parse and correctly create the regex because we are currently showing the mismatched pattern inside the wrongly filled field in the angular project it will be useful to use the standard regex format with flags regex flags inside the input forms xml definition files in this way the user will have a quickly understandable pattern standard with flags for check and adjust the configuration also using some famous online tools to reproduce insert some regex with flags regex flags inside input forms definition file or insert a regex with as delimiter regex this could led to wrong unexpected behaviors expected behavior we should use the extended definition for regex that will support all of these cases regex flags regex regex in this way we could easily parse and compute the right pattern with or without flags and also check that the regex field contains a valid pattern
1
307,324
9,415,500,413
IssuesEvent
2019-04-10 12:48:02
zkeene/qualitydb
https://api.github.com/repos/zkeene/qualitydb
closed
layout
HIGH PRIORITY enhancement
please change the title to bigger font, switch the good job with description. add boxes to number and make black
1.0
layout - please change the title to bigger font, switch the good job with description. add boxes to number and make black
priority
layout please change the title to bigger font switch the good job with description add boxes to number and make black
1
550,316
16,109,202,169
IssuesEvent
2021-04-27 18:43:08
FTBTeam/FTB-Presents-Direwolf20-1.12
https://api.github.com/repos/FTBTeam/FTB-Presents-Direwolf20-1.12
closed
Boots of the traveler duplicating and dank/null/ disappearing. Related events.
Category: Mods :memo: Cause: Mod :page_facing_up: Priority: High :boom: State: Fixed :heavy_check_mark:
* **Modpack Version**: FTB presents Direwolf20 1.12 * **Issue**: While wearing boots of the traveler when opening /dank/null (yellow) and end up with a duplicate pair of boots and null box disappears. Sometimes comes back (have not worked out how or if this is repeatable) Only happens when wearing boots. Boots can be in inventory with no effect. * **Link to Log or Crash File Paste**: <none * **Is it Repeatable?**: yes * **Mod/s Affected**: Thaumcraft, /dank/null * **Known Fix**: log out and back in. always fixes. Sometimes it changes back but Im not sure how I did it. Thanks
1.0
Boots of the traveler duplicating and dank/null/ disappearing. Related events. - * **Modpack Version**: FTB presents Direwolf20 1.12 * **Issue**: While wearing boots of the traveler when opening /dank/null (yellow) and end up with a duplicate pair of boots and null box disappears. Sometimes comes back (have not worked out how or if this is repeatable) Only happens when wearing boots. Boots can be in inventory with no effect. * **Link to Log or Crash File Paste**: <none * **Is it Repeatable?**: yes * **Mod/s Affected**: Thaumcraft, /dank/null * **Known Fix**: log out and back in. always fixes. Sometimes it changes back but Im not sure how I did it. Thanks
priority
boots of the traveler duplicating and dank null disappearing related events modpack version ftb presents issue while wearing boots of the traveler when opening dank null yellow and end up with a duplicate pair of boots and null box disappears sometimes comes back have not worked out how or if this is repeatable only happens when wearing boots boots can be in inventory with no effect link to log or crash file paste none is it repeatable yes mod s affected thaumcraft dank null known fix log out and back in always fixes sometimes it changes back but im not sure how i did it thanks
1
666,107
22,342,509,419
IssuesEvent
2022-06-15 03:19:55
kubesphere/console
https://api.github.com/repos/kubesphere/console
closed
Member clusters below v3.3.0 should not support automatic expansion
kind/bug kind/need-to-verify priority/high
**Describe the bug** 1. The host cluster is v3.3.0-rc.2, and the member cluster is v3.2.1 2. Enter the member cluster details page, click Storage --ใ€‹ Storage Class, view the local details, click More operations, and automatic expansion cannot be clicked. 3. Create the storage class csi-qingcloud in the member cluster. After the creation is successful, view the entry details page, click More operations --ใ€‹Set up automatic expansion, it can be successfully set. ![image](https://user-images.githubusercontent.com/88183150/173305334-0c63fd0f-0e27-4e7a-8862-4c3e73f92fba.png) ![image](https://user-images.githubusercontent.com/88183150/173305283-434bb084-95f1-42b3-82d2-0d74b563ad97.png) ![image](https://user-images.githubusercontent.com/88183150/173305193-34ff4b50-55c3-4f70-a3c9-e5cbc1b7d102.png) ![image](https://user-images.githubusercontent.com/88183150/173305131-a9e8b1dc-eb04-4fac-a0f0-13f3e359c994.png) **Versions used(KubeSphere/Kubernetes)** KubeSphere: v3.3.0-rc.2 **Expected behavior** csi-qingcloud storage class cannot set automatic extension /priority high /assign @weili520
1.0
Member clusters below v3.3.0 should not support automatic expansion - **Describe the bug** 1. The host cluster is v3.3.0-rc.2, and the member cluster is v3.2.1 2. Enter the member cluster details page, click Storage --ใ€‹ Storage Class, view the local details, click More operations, and automatic expansion cannot be clicked. 3. Create the storage class csi-qingcloud in the member cluster. After the creation is successful, view the entry details page, click More operations --ใ€‹Set up automatic expansion, it can be successfully set. ![image](https://user-images.githubusercontent.com/88183150/173305334-0c63fd0f-0e27-4e7a-8862-4c3e73f92fba.png) ![image](https://user-images.githubusercontent.com/88183150/173305283-434bb084-95f1-42b3-82d2-0d74b563ad97.png) ![image](https://user-images.githubusercontent.com/88183150/173305193-34ff4b50-55c3-4f70-a3c9-e5cbc1b7d102.png) ![image](https://user-images.githubusercontent.com/88183150/173305131-a9e8b1dc-eb04-4fac-a0f0-13f3e359c994.png) **Versions used(KubeSphere/Kubernetes)** KubeSphere: v3.3.0-rc.2 **Expected behavior** csi-qingcloud storage class cannot set automatic extension /priority high /assign @weili520
priority
member clusters below should not support automatic expansion describe the bug the host cluster is rc and the member cluster is enter the member cluster details page click storage ใ€‹ storage class view the local details click more operations and automatic expansion cannot be clicked create the storage class csi qingcloud in the member cluster after the creation is successful view the entry details page click more operations ใ€‹set up automatic expansion it can be successfully set versions used kubesphere kubernetes kubesphere rc expected behavior csi qingcloud storage class cannot set automatic extension priority high assign
1
800,910
28,437,773,687
IssuesEvent
2023-04-15 14:23:07
status-im/status-desktop
https://api.github.com/repos/status-im/status-desktop
opened
Wallet 'Send' and 'Bridge' modals don't vertically resize correctly in response to changing content or changing app window height
bug ui-team priority 1: high priority F1: mandatory
Version 0.11, Windows 10 The vertical resizing of the wallet 'Send' and 'Bridge' modals doesn't work correctly. The modals don't vertically increase in size (up to the margins) or decrease in size, when the height of the content inside the modals increases or decreases. Also the vertical height of these two modals doesn't correctly increase or decrease when the height of the Status Desktop app window increases or decreases. These are the issues were demoed via screensharing at the UI team standup on Friday 14th April. Ping me if more detail is needed.
2.0
Wallet 'Send' and 'Bridge' modals don't vertically resize correctly in response to changing content or changing app window height - Version 0.11, Windows 10 The vertical resizing of the wallet 'Send' and 'Bridge' modals doesn't work correctly. The modals don't vertically increase in size (up to the margins) or decrease in size, when the height of the content inside the modals increases or decreases. Also the vertical height of these two modals doesn't correctly increase or decrease when the height of the Status Desktop app window increases or decreases. These are the issues were demoed via screensharing at the UI team standup on Friday 14th April. Ping me if more detail is needed.
priority
wallet send and bridge modals don t vertically resize correctly in response to changing content or changing app window height version windows the vertical resizing of the wallet send and bridge modals doesn t work correctly the modals don t vertically increase in size up to the margins or decrease in size when the height of the content inside the modals increases or decreases also the vertical height of these two modals doesn t correctly increase or decrease when the height of the status desktop app window increases or decreases these are the issues were demoed via screensharing at the ui team standup on friday april ping me if more detail is needed
1
55,219
3,072,413,479
IssuesEvent
2015-08-19 16:48:20
rh-lab-q/rpg
https://api.github.com/repos/rh-lab-q/rpg
closed
add `rpm_path` Base property
base high_priority
it should be analogue to `srpm_path` except you should filter out all `*.src.rpm`
1.0
add `rpm_path` Base property - it should be analogue to `srpm_path` except you should filter out all `*.src.rpm`
priority
add rpm path base property it should be analogue to srpm path except you should filter out all src rpm
1
747,080
26,072,757,153
IssuesEvent
2022-12-24 02:56:33
AlphaWallet/alpha-wallet-android
https://api.github.com/repos/AlphaWallet/alpha-wallet-android
closed
Check out chains supported by OpenSea API and let's
High Priority
These are supported on the site, let's see if they are supported by the API too and if we need to go to v2 (iOS is still on v1): * Arbitrum * Klaytn * Polygon * Solana * Which testnet. Rinkeby or Goerli? iOS only supports Ethereum and Rinkeby at the moment. - [x] Check - [x] Create iOS issue - [x] Implement Android
1.0
Check out chains supported by OpenSea API and let's - These are supported on the site, let's see if they are supported by the API too and if we need to go to v2 (iOS is still on v1): * Arbitrum * Klaytn * Polygon * Solana * Which testnet. Rinkeby or Goerli? iOS only supports Ethereum and Rinkeby at the moment. - [x] Check - [x] Create iOS issue - [x] Implement Android
priority
check out chains supported by opensea api and let s these are supported on the site let s see if they are supported by the api too and if we need to go to ios is still on arbitrum klaytn polygon solana which testnet rinkeby or goerli ios only supports ethereum and rinkeby at the moment check create ios issue implement android
1
527,346
15,340,549,409
IssuesEvent
2021-02-27 07:39:43
AY2021S2-CS2103T-W15-3/tp
https://api.github.com/repos/AY2021S2-CS2103T-W15-3/tp
reopened
As a restaurant owner I want to remove customers
priority.high type.Story
... so that I can remove customers who no longer patronize the retaurant
1.0
As a restaurant owner I want to remove customers - ... so that I can remove customers who no longer patronize the retaurant
priority
as a restaurant owner i want to remove customers so that i can remove customers who no longer patronize the retaurant
1
102,923
4,162,532,809
IssuesEvent
2016-06-17 20:47:22
Theophilix/event-table-edit
https://api.github.com/repos/Theophilix/event-table-edit
closed
Frontend: appointment function: select two or more appointments by clicking or dragging
enhancement high priority
Appointments can only be booked one by one. If you have 10 Min. time duration for your appointment, but you want ot book 30 minutes, you have to type in your name, email etc. three times and you get three confirmation emails. We need the possibility to select cells the way it is here: http://jsfiddle.net/Brv6J/803/ When the last cell is selected, the user clicks a button ("book appointment"). The 2 or more selected time periods have to be put also in the email confirmation. We have to take care that this won't lead to a problem with the variables {time} and {date} of our backend.
1.0
Frontend: appointment function: select two or more appointments by clicking or dragging - Appointments can only be booked one by one. If you have 10 Min. time duration for your appointment, but you want ot book 30 minutes, you have to type in your name, email etc. three times and you get three confirmation emails. We need the possibility to select cells the way it is here: http://jsfiddle.net/Brv6J/803/ When the last cell is selected, the user clicks a button ("book appointment"). The 2 or more selected time periods have to be put also in the email confirmation. We have to take care that this won't lead to a problem with the variables {time} and {date} of our backend.
priority
frontend appointment function select two or more appointments by clicking or dragging appointments can only be booked one by one if you have min time duration for your appointment but you want ot book minutes you have to type in your name email etc three times and you get three confirmation emails we need the possibility to select cells the way it is here when the last cell is selected the user clicks a button book appointment the or more selected time periods have to be put also in the email confirmation we have to take care that this won t lead to a problem with the variables time and date of our backend
1
464,338
13,310,964,172
IssuesEvent
2020-08-26 07:30:49
strapi/strapi
https://api.github.com/repos/strapi/strapi
closed
Mark select input as not editable has no effect on update existed entity
priority: high source: plugin:content-manager status: confirmed type: bug
**Describe the bug** I have a collection with the field of the Relation type. After upgrading to the latest version, disabling relational fields no more works. **Steps to reproduce the behavior** 1. Create two collections 2. Add a relational type field to one of the collections. 3. Save the new record to the collection with the relational field. 3. Go to 'Configure the view' in Content-Manager plugin. 4. Select a relational field and mark it not editable. **Expected behavior** The data in the relational field is unable to change. **System** - Node.js version: 12.18.2 - NPM version: 6.14.7 - Strapi version: 3.1.3 - Database: PostgresSQL - Operating system: MacOS
1.0
Mark select input as not editable has no effect on update existed entity - **Describe the bug** I have a collection with the field of the Relation type. After upgrading to the latest version, disabling relational fields no more works. **Steps to reproduce the behavior** 1. Create two collections 2. Add a relational type field to one of the collections. 3. Save the new record to the collection with the relational field. 3. Go to 'Configure the view' in Content-Manager plugin. 4. Select a relational field and mark it not editable. **Expected behavior** The data in the relational field is unable to change. **System** - Node.js version: 12.18.2 - NPM version: 6.14.7 - Strapi version: 3.1.3 - Database: PostgresSQL - Operating system: MacOS
priority
mark select input as not editable has no effect on update existed entity describe the bug i have a collection with the field of the relation type after upgrading to the latest version disabling relational fields no more works steps to reproduce the behavior create two collections add a relational type field to one of the collections save the new record to the collection with the relational field go to configure the view in content manager plugin select a relational field and mark it not editable expected behavior the data in the relational field is unable to change system node js version npm version strapi version database postgressql operating system macos
1
606,295
18,759,256,761
IssuesEvent
2021-11-05 14:40:13
oda-hub/dispatcher-plugin-integral
https://api.github.com/repos/oda-hub/dispatcher-plugin-integral
closed
isgri_lc does not implement OSA11.2-beta
bug high priority
e.g.: https://www.astro.unige.ch/mmoda/?DEC=-30.361277777778&E1_keV=20&E2_keV=40&RA=275.91904166667&T1=2017-03-06T13%3A26%3A48.0&T2=2017-03-06T15%3A32%3A27.0&T_format=isot&detection_threshold=5&instrument=isgri&integral_data_rights=all-private&max_pointings=50&osa_version=OSA11.1&product_type=isgri_lc&query_status=new&query_type=Real&radius=15&scw_list=242300320010.000%2C242300330010.000%2C242300420010.000%2C242300430010.000%2C242300520010.000&src_name=4U+1820-30&time_bin=20.5&time_bin_format=sec&use_scws=form_list it was added in a rush, and perhaps this one was forgotten. Easy hotfix is warranted.
1.0
isgri_lc does not implement OSA11.2-beta - e.g.: https://www.astro.unige.ch/mmoda/?DEC=-30.361277777778&E1_keV=20&E2_keV=40&RA=275.91904166667&T1=2017-03-06T13%3A26%3A48.0&T2=2017-03-06T15%3A32%3A27.0&T_format=isot&detection_threshold=5&instrument=isgri&integral_data_rights=all-private&max_pointings=50&osa_version=OSA11.1&product_type=isgri_lc&query_status=new&query_type=Real&radius=15&scw_list=242300320010.000%2C242300330010.000%2C242300420010.000%2C242300430010.000%2C242300520010.000&src_name=4U+1820-30&time_bin=20.5&time_bin_format=sec&use_scws=form_list it was added in a rush, and perhaps this one was forgotten. Easy hotfix is warranted.
priority
isgri lc does not implement beta e g it was added in a rush and perhaps this one was forgotten easy hotfix is warranted
1
498,867
14,434,945,080
IssuesEvent
2020-12-07 07:59:24
ahmedkaludi/accelerated-mobile-pages
https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages
closed
Role Based Access not working
NEXT UPDATE [Priority: HIGH] bug
If we create a user with SEO manager(role from SEO plugin) role and login through that username and password, AMP option panel is not available. Ref: https://wordpress.org/support/topic/role-based-access-not-working/
1.0
Role Based Access not working - If we create a user with SEO manager(role from SEO plugin) role and login through that username and password, AMP option panel is not available. Ref: https://wordpress.org/support/topic/role-based-access-not-working/
priority
role based access not working if we create a user with seo manager role from seo plugin role and login through that username and password amp option panel is not available ref
1
496,908
14,358,286,689
IssuesEvent
2020-11-30 14:14:16
woocommerce/woocommerce
https://api.github.com/repos/woocommerce/woocommerce
closed
HTML showing for variations in ajax product search boxes
bug component: variation has pull request priority: high
<!-- This template is for confirmed bugs only. If you have a support request or custom code related question please see our docs or use our forums, helpdesk, or Slack Community! https://github.com/woocommerce/woocommerce/issues/new?assignees=&labels=&template=3-Support.md&title= --> <!-- Make sure to look through the existing issues to see whether your bug has already been submitted. Feel free to contribute to any existing issues. --> <!-- Search tip: You can filter our issues using our component labels https://github.com/woocommerce/woocommerce/labels?q=component --> <!-- Search tip: Make use of GitHub's search syntax to refine your search https://help.github.com/en/github/searching-for-information-on-github/searching-issues-and-pull-requests --> **Prerequisites (mark completed items with an [x]):** - [x] I have have carried out troubleshooting steps and I believe I have found a bug. - [x] I have searched for similar bugs in both open and closed issues and cannot find a duplicate. **Describe the bug** `<span class="description">...</span>` shows in the label for selected variations in ajax product search boxes, e.g. on the coupon edit screen. **Expected behavior** HTML should not show in selected labels. **Steps to reproduce the bug (We need to be able to reproduce the bug in order to fix it.)** 1) Go to WooCommerce > Coupons > Add coupon 2) Under Usage restrictions tab, search for and add any product _variation_ in the Products field. 3) The item added to the box will include text similar to `<span class="description"></span>` after the variation's title. **Screenshots** ![screenshot-20200728-213500](https://user-images.githubusercontent.com/2036475/88713009-edf78d00-d11a-11ea-9bd0-830bf8055bdd.png) <!-- Please try testing your site for theme and plugins conflict. To do that deactivate all plugins except for WooCommerce and switch to a default WordPress theme or [Storefront](https://en-gb.wordpress.org/themes/storefront/). Then test again. If the issue is resolved with the default theme and all plugins deactivated, it means that one of your plugins or a theme is causing the issue. You will then need to enable it one by one and test every time you do that in order to figure out which plugin is causing the issue. --> **Isolating the problem (mark completed items with an [x]):** - [x] I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active. - [x] This bug happens with a default WordPress theme active, or [Storefront](https://woocommerce.com/storefront/). - [x] I can reproduce this bug consistently using the steps above. **WordPress Environment** - WordPress 5.4.2 - WooCommerce 4.3.1
1.0
HTML showing for variations in ajax product search boxes - <!-- This template is for confirmed bugs only. If you have a support request or custom code related question please see our docs or use our forums, helpdesk, or Slack Community! https://github.com/woocommerce/woocommerce/issues/new?assignees=&labels=&template=3-Support.md&title= --> <!-- Make sure to look through the existing issues to see whether your bug has already been submitted. Feel free to contribute to any existing issues. --> <!-- Search tip: You can filter our issues using our component labels https://github.com/woocommerce/woocommerce/labels?q=component --> <!-- Search tip: Make use of GitHub's search syntax to refine your search https://help.github.com/en/github/searching-for-information-on-github/searching-issues-and-pull-requests --> **Prerequisites (mark completed items with an [x]):** - [x] I have have carried out troubleshooting steps and I believe I have found a bug. - [x] I have searched for similar bugs in both open and closed issues and cannot find a duplicate. **Describe the bug** `<span class="description">...</span>` shows in the label for selected variations in ajax product search boxes, e.g. on the coupon edit screen. **Expected behavior** HTML should not show in selected labels. **Steps to reproduce the bug (We need to be able to reproduce the bug in order to fix it.)** 1) Go to WooCommerce > Coupons > Add coupon 2) Under Usage restrictions tab, search for and add any product _variation_ in the Products field. 3) The item added to the box will include text similar to `<span class="description"></span>` after the variation's title. **Screenshots** ![screenshot-20200728-213500](https://user-images.githubusercontent.com/2036475/88713009-edf78d00-d11a-11ea-9bd0-830bf8055bdd.png) <!-- Please try testing your site for theme and plugins conflict. To do that deactivate all plugins except for WooCommerce and switch to a default WordPress theme or [Storefront](https://en-gb.wordpress.org/themes/storefront/). Then test again. If the issue is resolved with the default theme and all plugins deactivated, it means that one of your plugins or a theme is causing the issue. You will then need to enable it one by one and test every time you do that in order to figure out which plugin is causing the issue. --> **Isolating the problem (mark completed items with an [x]):** - [x] I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active. - [x] This bug happens with a default WordPress theme active, or [Storefront](https://woocommerce.com/storefront/). - [x] I can reproduce this bug consistently using the steps above. **WordPress Environment** - WordPress 5.4.2 - WooCommerce 4.3.1
priority
html showing for variations in ajax product search boxes prerequisites mark completed items with an i have have carried out troubleshooting steps and i believe i have found a bug i have searched for similar bugs in both open and closed issues and cannot find a duplicate describe the bug shows in the label for selected variations in ajax product search boxes e g on the coupon edit screen expected behavior html should not show in selected labels steps to reproduce the bug we need to be able to reproduce the bug in order to fix it go to woocommerce coupons add coupon under usage restrictions tab search for and add any product variation in the products field the item added to the box will include text similar to after the variation s title screenshots isolating the problem mark completed items with an i have deactivated other plugins and confirmed this bug occurs when only woocommerce plugin is active this bug happens with a default wordpress theme active or i can reproduce this bug consistently using the steps above wordpress environment wordpress woocommerce
1
613,642
19,095,568,000
IssuesEvent
2021-11-29 16:20:02
philmann7/philbot
https://api.github.com/repos/philmann7/philbot
closed
Move order manager config out of main
enhancement good first issue high-priority
Config parameters like maximum contract price should be moved out of main. Move them to something that is gitignored and include and example file.
1.0
Move order manager config out of main - Config parameters like maximum contract price should be moved out of main. Move them to something that is gitignored and include and example file.
priority
move order manager config out of main config parameters like maximum contract price should be moved out of main move them to something that is gitignored and include and example file
1
220,625
7,369,157,224
IssuesEvent
2018-03-13 01:03:48
EvictionLab/eviction-maps
https://api.github.com/repos/EvictionLab/eviction-maps
closed
Rankings accessibility implementation
feature high priority
Adding as a placeholder since this was mentioned but it's not currently in the issues
1.0
Rankings accessibility implementation - Adding as a placeholder since this was mentioned but it's not currently in the issues
priority
rankings accessibility implementation adding as a placeholder since this was mentioned but it s not currently in the issues
1
369,672
10,916,220,843
IssuesEvent
2019-11-21 12:54:54
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.gamestar.de - site is not usable
browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high priority-normal
<!-- @browser: Firefox 71.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.gamestar.de/ **Browser / Version**: Firefox 71.0 **Operating System**: Windows 10 **Tested Another Browser**: Yes **Problem type**: Site is not usable **Description**: The website is offline **Steps to Reproduce**: [![Screenshot Description](https://webcompat.com/uploads/2019/11/f327841e-48e4-47a6-a969-82d43dd74b64-thumb.jpeg)](https://webcompat.com/uploads/2019/11/f327841e-48e4-47a6-a969-82d43dd74b64.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20191118154140</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> <p>Console Messages:</p> <pre> [{'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://cdn.adsafeprotected.com/iasPET.1.js".'], 'uri': 'https://www.gamestar.de/', 'pos': '95:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://c.amazon-adsystem.com/aax2/apstag.js".'], 'uri': 'https://www.gamestar.de/', 'pos': '1:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://script.ioam.de/iam.js?m=1".'], 'uri': 'https://www.gamestar.de/', 'pos': '1:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://scripts.webcontentassessor.com/scripts/3432c9457f9b617b6bb76b50daec76f2e2606fc709055f8dafd9923112c63fea".'], 'uri': 'https://www.gamestar.de/', 'pos': '280:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://ad.71i.de/somtag/loader/loader.js".'], 'uri': 'https://www.gamestar.de/', 'pos': '108:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/bootstrap.min.js?cc=201120190756".'], 'uri': 'https://www.gamestar.de/', 'pos': '357:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/lazysizes-intersection.js?cc=201120190756".'], 'uri': 'https://www.gamestar.de/', 'pos': '1:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/jquery.rcrumbs.min.js?cc=201120190756".'], 'uri': 'https://www.gamestar.de/', 'pos': '2563:1'}, {'level': 'error', 'log': ['downloadable font: OS/2: Adjusting head.macStyle (regular) to match fsSelection (font-family: "tk-lato-i4" style:italic weight:400 stretch:100 src index:0) source: https://use.typekit.net/af/bdde80/00000000000000000001522d/27/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=i4&v=3'], 'uri': 'unknown', 'pos': '1:11'}, {'level': 'error', 'log': ['downloadable font: OS/2: Adjusting head.macStyle (regular) to match fsSelection (font-family: "tk-lato-n7" style:normal weight:700 stretch:100 src index:0) source: https://use.typekit.net/af/220823/000000000000000000015231/27/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3'], 'uri': 'unknown', 'pos': '1:590'}, {'level': 'error', 'log': ['downloadable font: OS/2: Adjusting head.macStyle (regular) to match fsSelection (font-family: "tk-soleil-n7" style:normal weight:700 stretch:100 src index:0) source: https://use.typekit.net/af/1f781f/00000000000000003b9aef83/27/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3'], 'uri': 'unknown', 'pos': '1:1748'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/typeahead/typeahead.bundle.min.js?cc=201120190756".'], 'uri': 'https://www.gamestar.de/', 'pos': '2564:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/waypoints/jquery.waypoints.min.js?cc=201120190756".'], 'uri': 'https://www.gamestar.de/', 'pos': '2565:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/jquery.validate.min.js?cc=201120190756".'], 'uri': 'https://www.gamestar.de/', 'pos': '2566:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/jquery.event.move.js".'], 'uri': 'https://www.gamestar.de/', 'pos': '2568:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/jquery.event.swipe.js".'], 'uri': 'https://www.gamestar.de/', 'pos': '2569:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/unslider/dist/js/unslider-min.js".'], 'uri': 'https://www.gamestar.de/', 'pos': '2570:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/theia-sticky-sidebar/js/ResizeSensor.min.js".'], 'uri': 'https://www.gamestar.de/', 'pos': '2571:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/theia-sticky-sidebar/js/theia-sticky-sidebar.min.js".'], 'uri': 'https://www.gamestar.de/', 'pos': '2572:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/tiny_mce/tiny_mce.js".'], 'uri': 'https://www.gamestar.de/', 'pos': '2573:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/tiny_mce/jquery.tinymce.js".'], 'uri': 'https://www.gamestar.de/', 'pos': '2574:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/js/gamestarpl.min.js?cc=201120190756".'], 'uri': 'https://www.gamestar.de/', 'pos': '2575:1'}, {'level': 'error', 'log': ['TypeError: $(...).rcrumbs is not a function'], 'uri': 'https://www.gamestar.de/', 'pos': '2579:19'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://www.gamestar.de/gs_cb/assets/core/js/prebid.6621d140.js".'], 'uri': 'https://www.gamestar.de/', 'pos': '1:1'}, {'level': 'warn', 'log': ['Quellbergreifende (Cross-Origin) Anfrage blockiert: Die Gleiche-Quelle-Regel verbietet das Lesen der externen Ressource auf https://atonato.de/gsr/images/mUVlFcv1fdsqjqjgqqifq_57134x68463.jpg. (Grund: CORS-Anschlag schlug fehl).'], 'uri': '', 'pos': '0:0'}, {'level': 'warn', 'log': ['onmozfullscreenchange sollte nicht mehr verwendet werden.'], 'uri': 'https://www.gamestar.de/', 'pos': '0:0'}, {'level': 'warn', 'log': ['onmozfullscreenerror sollte nicht mehr verwendet werden.'], 'uri': 'https://www.gamestar.de/', 'pos': '0:0'}] </pre> </details> _From [webcompat.com](https://webcompat.com/) with โค๏ธ_
1.0
www.gamestar.de - site is not usable - <!-- @browser: Firefox 71.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.gamestar.de/ **Browser / Version**: Firefox 71.0 **Operating System**: Windows 10 **Tested Another Browser**: Yes **Problem type**: Site is not usable **Description**: The website is offline **Steps to Reproduce**: [![Screenshot Description](https://webcompat.com/uploads/2019/11/f327841e-48e4-47a6-a969-82d43dd74b64-thumb.jpeg)](https://webcompat.com/uploads/2019/11/f327841e-48e4-47a6-a969-82d43dd74b64.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20191118154140</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> <p>Console Messages:</p> <pre> [{'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://cdn.adsafeprotected.com/iasPET.1.js".'], 'uri': 'https://www.gamestar.de/', 'pos': '95:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://c.amazon-adsystem.com/aax2/apstag.js".'], 'uri': 'https://www.gamestar.de/', 'pos': '1:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://script.ioam.de/iam.js?m=1".'], 'uri': 'https://www.gamestar.de/', 'pos': '1:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://scripts.webcontentassessor.com/scripts/3432c9457f9b617b6bb76b50daec76f2e2606fc709055f8dafd9923112c63fea".'], 'uri': 'https://www.gamestar.de/', 'pos': '280:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://ad.71i.de/somtag/loader/loader.js".'], 'uri': 'https://www.gamestar.de/', 'pos': '108:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/bootstrap.min.js?cc=201120190756".'], 'uri': 'https://www.gamestar.de/', 'pos': '357:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/lazysizes-intersection.js?cc=201120190756".'], 'uri': 'https://www.gamestar.de/', 'pos': '1:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/jquery.rcrumbs.min.js?cc=201120190756".'], 'uri': 'https://www.gamestar.de/', 'pos': '2563:1'}, {'level': 'error', 'log': ['downloadable font: OS/2: Adjusting head.macStyle (regular) to match fsSelection (font-family: "tk-lato-i4" style:italic weight:400 stretch:100 src index:0) source: https://use.typekit.net/af/bdde80/00000000000000000001522d/27/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=i4&v=3'], 'uri': 'unknown', 'pos': '1:11'}, {'level': 'error', 'log': ['downloadable font: OS/2: Adjusting head.macStyle (regular) to match fsSelection (font-family: "tk-lato-n7" style:normal weight:700 stretch:100 src index:0) source: https://use.typekit.net/af/220823/000000000000000000015231/27/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3'], 'uri': 'unknown', 'pos': '1:590'}, {'level': 'error', 'log': ['downloadable font: OS/2: Adjusting head.macStyle (regular) to match fsSelection (font-family: "tk-soleil-n7" style:normal weight:700 stretch:100 src index:0) source: https://use.typekit.net/af/1f781f/00000000000000003b9aef83/27/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3'], 'uri': 'unknown', 'pos': '1:1748'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/typeahead/typeahead.bundle.min.js?cc=201120190756".'], 'uri': 'https://www.gamestar.de/', 'pos': '2564:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/waypoints/jquery.waypoints.min.js?cc=201120190756".'], 'uri': 'https://www.gamestar.de/', 'pos': '2565:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/jquery.validate.min.js?cc=201120190756".'], 'uri': 'https://www.gamestar.de/', 'pos': '2566:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/jquery.event.move.js".'], 'uri': 'https://www.gamestar.de/', 'pos': '2568:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/jquery.event.swipe.js".'], 'uri': 'https://www.gamestar.de/', 'pos': '2569:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/unslider/dist/js/unslider-min.js".'], 'uri': 'https://www.gamestar.de/', 'pos': '2570:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/theia-sticky-sidebar/js/ResizeSensor.min.js".'], 'uri': 'https://www.gamestar.de/', 'pos': '2571:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/theia-sticky-sidebar/js/theia-sticky-sidebar.min.js".'], 'uri': 'https://www.gamestar.de/', 'pos': '2572:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/tiny_mce/tiny_mce.js".'], 'uri': 'https://www.gamestar.de/', 'pos': '2573:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/core/js/tiny_mce/jquery.tinymce.js".'], 'uri': 'https://www.gamestar.de/', 'pos': '2574:1'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://static.cgames.de/gs_cb/assets/js/gamestarpl.min.js?cc=201120190756".'], 'uri': 'https://www.gamestar.de/', 'pos': '2575:1'}, {'level': 'error', 'log': ['TypeError: $(...).rcrumbs is not a function'], 'uri': 'https://www.gamestar.de/', 'pos': '2579:19'}, {'level': 'warn', 'log': ['Laden fehlgeschlagen fr das <script> mit der Quelle "https://www.gamestar.de/gs_cb/assets/core/js/prebid.6621d140.js".'], 'uri': 'https://www.gamestar.de/', 'pos': '1:1'}, {'level': 'warn', 'log': ['Quellbergreifende (Cross-Origin) Anfrage blockiert: Die Gleiche-Quelle-Regel verbietet das Lesen der externen Ressource auf https://atonato.de/gsr/images/mUVlFcv1fdsqjqjgqqifq_57134x68463.jpg. (Grund: CORS-Anschlag schlug fehl).'], 'uri': '', 'pos': '0:0'}, {'level': 'warn', 'log': ['onmozfullscreenchange sollte nicht mehr verwendet werden.'], 'uri': 'https://www.gamestar.de/', 'pos': '0:0'}, {'level': 'warn', 'log': ['onmozfullscreenerror sollte nicht mehr verwendet werden.'], 'uri': 'https://www.gamestar.de/', 'pos': '0:0'}] </pre> </details> _From [webcompat.com](https://webcompat.com/) with โค๏ธ_
priority
site is not usable url browser version firefox operating system windows tested another browser yes problem type site is not usable description the website is offline steps to reproduce browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel beta hastouchscreen false mixed active content blocked false mixed passive content blocked false tracking content blocked false console messages uri pos level warn log uri pos level warn log uri pos level warn log uri pos level warn log uri pos level warn log uri pos level warn log uri pos level warn log uri pos level error log uri unknown pos level error log uri unknown pos level error log uri unknown pos level warn log uri pos level warn log uri pos level warn log uri pos level warn log uri pos level warn log uri pos level warn log uri pos level warn log uri pos level warn log uri pos level warn log uri pos level warn log uri pos level warn log uri pos level error log uri pos level warn log uri pos level warn log uri pos level warn log uri pos level warn log uri pos from with โค๏ธ
1
197,512
6,960,252,820
IssuesEvent
2017-12-08 02:16:19
ddddxxx/LyricsX
https://api.github.com/repos/ddddxxx/LyricsX
closed
ๅพˆๅฅ‡ๆ€ช๏ผŒไธบไป€ไนˆๅ‡ ไนŽๆฏๆฌกๆญŒ่ฏ้ƒฝๆ˜พ็คบไธๅฏนๅ‘ข๏ผŸ
bug priority/high status/fixed-in-master
ๅ‡ ไนŽๆฏๆฌก้ƒฝๆ˜ฏใ€‚ ๆฏๆฌก้ƒฝๅพ—้‡ๆ–ฐๆœ็ดข๏ผŒๅ†้‡ๆ–ฐ้€‰ๆ‹ฉๆญฃ็กฎ็š„ๆญŒ่ฏใ€‚ ๅ…ณ้”ฎๆ˜ฏๆœ็ดขๅˆ—่กจ้‡Œ้ขๆœ‰ๆญฃ็กฎ็š„ๆญŒ่ฏๅ•Š๏ผŒ่€Œไธ”ๆญŒๅๅ’ŒๆญŒๆ‰‹้ƒฝๅŒน้…ไธŠไบ†ใ€‚ ๆ˜ฏไป€ไนˆๅŽŸๅ› ๅ‘ข๏ผŸๆฑ‚ๆ•™ใ€‚ ่ฐข่ฐขใ€‚
1.0
ๅพˆๅฅ‡ๆ€ช๏ผŒไธบไป€ไนˆๅ‡ ไนŽๆฏๆฌกๆญŒ่ฏ้ƒฝๆ˜พ็คบไธๅฏนๅ‘ข๏ผŸ - ๅ‡ ไนŽๆฏๆฌก้ƒฝๆ˜ฏใ€‚ ๆฏๆฌก้ƒฝๅพ—้‡ๆ–ฐๆœ็ดข๏ผŒๅ†้‡ๆ–ฐ้€‰ๆ‹ฉๆญฃ็กฎ็š„ๆญŒ่ฏใ€‚ ๅ…ณ้”ฎๆ˜ฏๆœ็ดขๅˆ—่กจ้‡Œ้ขๆœ‰ๆญฃ็กฎ็š„ๆญŒ่ฏๅ•Š๏ผŒ่€Œไธ”ๆญŒๅๅ’ŒๆญŒๆ‰‹้ƒฝๅŒน้…ไธŠไบ†ใ€‚ ๆ˜ฏไป€ไนˆๅŽŸๅ› ๅ‘ข๏ผŸๆฑ‚ๆ•™ใ€‚ ่ฐข่ฐขใ€‚
priority
ๅพˆๅฅ‡ๆ€ช๏ผŒไธบไป€ไนˆๅ‡ ไนŽๆฏๆฌกๆญŒ่ฏ้ƒฝๆ˜พ็คบไธๅฏนๅ‘ข๏ผŸ ๅ‡ ไนŽๆฏๆฌก้ƒฝๆ˜ฏใ€‚ ๆฏๆฌก้ƒฝๅพ—้‡ๆ–ฐๆœ็ดข๏ผŒๅ†้‡ๆ–ฐ้€‰ๆ‹ฉๆญฃ็กฎ็š„ๆญŒ่ฏใ€‚ ๅ…ณ้”ฎๆ˜ฏๆœ็ดขๅˆ—่กจ้‡Œ้ขๆœ‰ๆญฃ็กฎ็š„ๆญŒ่ฏๅ•Š๏ผŒ่€Œไธ”ๆญŒๅๅ’ŒๆญŒๆ‰‹้ƒฝๅŒน้…ไธŠไบ†ใ€‚ ๆ˜ฏไป€ไนˆๅŽŸๅ› ๅ‘ข๏ผŸๆฑ‚ๆ•™ใ€‚ ่ฐข่ฐขใ€‚
1
635,485
20,403,851,196
IssuesEvent
2022-02-23 01:17:05
NCC-CNC/whattemplatemaker
https://api.github.com/repos/NCC-CNC/whattemplatemaker
closed
Excel spreadsheet failed to download
bug high priority
Wasn't clear to me if this was a timeout issue or something more fundamental. If the former, perhaps there needs to be a warning? I was using it fairly consistently.
1.0
Excel spreadsheet failed to download - Wasn't clear to me if this was a timeout issue or something more fundamental. If the former, perhaps there needs to be a warning? I was using it fairly consistently.
priority
excel spreadsheet failed to download wasn t clear to me if this was a timeout issue or something more fundamental if the former perhaps there needs to be a warning i was using it fairly consistently
1
255,198
8,114,492,702
IssuesEvent
2018-08-15 00:42:11
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Test for placing all of the world objects breaks for plants
High Priority
making bug for it for staging merge.
1.0
Test for placing all of the world objects breaks for plants - making bug for it for staging merge.
priority
test for placing all of the world objects breaks for plants making bug for it for staging merge
1
438,225
12,624,504,834
IssuesEvent
2020-06-14 06:35:46
open-austin/eviction-hearing-parser
https://api.github.com/repos/open-austin/eviction-hearing-parser
closed
extract amount of money judgments from register of actions
high priority
This should be a number representing the amount of the judgment. The identity of the winning party should be a separate field.
1.0
extract amount of money judgments from register of actions - This should be a number representing the amount of the judgment. The identity of the winning party should be a separate field.
priority
extract amount of money judgments from register of actions this should be a number representing the amount of the judgment the identity of the winning party should be a separate field
1
525,768
15,264,702,273
IssuesEvent
2021-02-22 05:57:27
typestack/class-transformer
https://api.github.com/repos/typestack/class-transformer
closed
fix: class-transformer modifies the prototype of non native objects
comp: transformations priority: high status: wontfix type: fix
Hello! When using the convert function (for ex `plainToClassFromExist`), if there is an immutable-js (for ex) object in the object being processed, the library seem to modify the prototype of the classes of the objects being passed, leading to very weird bugs - hard to track to this library :) Even using `@Exclude` - I did not manage to avoid this behaviour. I did not find time to write a reproducible snippet, but wanted to give the heads up - in case it's something already known. I guess it's easy to reproduce just by passing a `Immutable.List()` (for ex) inside a given js object. The consequences of the transform I did not look into - but some Immutable prototype functions start malfunctioning. thanks!
1.0
fix: class-transformer modifies the prototype of non native objects - Hello! When using the convert function (for ex `plainToClassFromExist`), if there is an immutable-js (for ex) object in the object being processed, the library seem to modify the prototype of the classes of the objects being passed, leading to very weird bugs - hard to track to this library :) Even using `@Exclude` - I did not manage to avoid this behaviour. I did not find time to write a reproducible snippet, but wanted to give the heads up - in case it's something already known. I guess it's easy to reproduce just by passing a `Immutable.List()` (for ex) inside a given js object. The consequences of the transform I did not look into - but some Immutable prototype functions start malfunctioning. thanks!
priority
fix class transformer modifies the prototype of non native objects hello when using the convert function for ex plaintoclassfromexist if there is an immutable js for ex object in the object being processed the library seem to modify the prototype of the classes of the objects being passed leading to very weird bugs hard to track to this library even using exclude i did not manage to avoid this behaviour i did not find time to write a reproducible snippet but wanted to give the heads up in case it s something already known i guess it s easy to reproduce just by passing a immutable list for ex inside a given js object the consequences of the transform i did not look into but some immutable prototype functions start malfunctioning thanks
1
206,659
7,114,670,537
IssuesEvent
2018-01-18 02:03:03
internship2016/sovolo
https://api.github.com/repos/internship2016/sovolo
closed
ใƒˆใƒƒใƒ—ใƒšใƒผใ‚ธใŒใ€ŒEnglishใ€ใƒœใ‚ฟใƒณใŒๆ—ฅๆœฌ่ชžใซใชใ‚‰ใชใ„
priority: high
ใ€Œใƒ—ใƒญใƒ•ใ‚ฃใƒผใƒซ็ทจ้›†ใ€ใงไฝฟ็”จ่จ€่ชžใ‚’ใ€ŒEnglishใ€ใ‚’้ธๆŠžใ™ใ‚‹ใจใƒˆใƒƒใƒ—ใƒšใƒผใ‚ธใซใ€ŒEnglishใ€ใƒœใ‚ฟใƒณใŒๅ‡บใ‚‹ใŒใ€ ใ€Œๆ—ฅๆœฌ่ชžใ€ใซใ—ใ‚ˆใ†ใจๆ€ใฃใฆใ‚‚ใฉใ“ใ‹ใ‚‰ใ‚‚ๅค‰ๆ›ดใงใใชใ„ใ€‚ ![image](https://user-images.githubusercontent.com/8582641/29541170-5e3836e2-870d-11e7-9499-e6d779bf13b0.png)
1.0
ใƒˆใƒƒใƒ—ใƒšใƒผใ‚ธใŒใ€ŒEnglishใ€ใƒœใ‚ฟใƒณใŒๆ—ฅๆœฌ่ชžใซใชใ‚‰ใชใ„ - ใ€Œใƒ—ใƒญใƒ•ใ‚ฃใƒผใƒซ็ทจ้›†ใ€ใงไฝฟ็”จ่จ€่ชžใ‚’ใ€ŒEnglishใ€ใ‚’้ธๆŠžใ™ใ‚‹ใจใƒˆใƒƒใƒ—ใƒšใƒผใ‚ธใซใ€ŒEnglishใ€ใƒœใ‚ฟใƒณใŒๅ‡บใ‚‹ใŒใ€ ใ€Œๆ—ฅๆœฌ่ชžใ€ใซใ—ใ‚ˆใ†ใจๆ€ใฃใฆใ‚‚ใฉใ“ใ‹ใ‚‰ใ‚‚ๅค‰ๆ›ดใงใใชใ„ใ€‚ ![image](https://user-images.githubusercontent.com/8582641/29541170-5e3836e2-870d-11e7-9499-e6d779bf13b0.png)
priority
ใƒˆใƒƒใƒ—ใƒšใƒผใ‚ธใŒใ€Œenglishใ€ใƒœใ‚ฟใƒณใŒๆ—ฅๆœฌ่ชžใซใชใ‚‰ใชใ„ ใ€Œใƒ—ใƒญใƒ•ใ‚ฃใƒผใƒซ็ทจ้›†ใ€ใงไฝฟ็”จ่จ€่ชžใ‚’ใ€Œenglishใ€ใ‚’้ธๆŠžใ™ใ‚‹ใจใƒˆใƒƒใƒ—ใƒšใƒผใ‚ธใซใ€Œenglishใ€ใƒœใ‚ฟใƒณใŒๅ‡บใ‚‹ใŒใ€ ใ€Œๆ—ฅๆœฌ่ชžใ€ใซใ—ใ‚ˆใ†ใจๆ€ใฃใฆใ‚‚ใฉใ“ใ‹ใ‚‰ใ‚‚ๅค‰ๆ›ดใงใใชใ„ใ€‚
1
671,929
22,781,402,576
IssuesEvent
2022-07-08 20:15:26
ploomber/ploomber
https://api.github.com/repos/ploomber/ploomber
opened
Injecting context into a task
enhancement low priority high effort
Engineers often build abstractions to provide data scientists with ready-to-use environments, so they can start coding right away. Typical use cases are pre-configured database connectors, experiment tracker connectors, cloud storage configuration, etc. The idea is that a data scientist should not worry about setup and just call an existing function to do things. We've already seen companies build this kind of abstractions on top of Ploomber (for function-based pipelines); however, the solutions aren't elegant since Ploomber expects functions to have a pre-defined signature (product, upstream, and other parameters). So they end up creating decorators to circumvent this issue. We should support a way of passing *pre-configured* objects to tasks. For example: ```python def my_task(upstream, product, parameter, mlflow_client): pass ``` In the example above, upstream and product are the typical arguments. `parameter` is passed via the `params` key in `pipeline.yaml`, but `mlflow_client` is part of the pre-configured context. In the `pipeline.yaml`, this could look like this (however, this should also be supported in the Python API, so we'll need to modify the DAG implementation): ```yaml context: mlflow_client: clients.initialize_mlflow ... ``` Potentially, we should also allow hook functions to request context variables. It should also be possible to request file and database clients, since in some cases, users might want to interact with them via Python and it makes sense to make them accessible. We got this from a user on Slack: > is it possible to pass the db client to a py file? I can import it manually but was wondering if ploomber could help with that
1.0
Injecting context into a task - Engineers often build abstractions to provide data scientists with ready-to-use environments, so they can start coding right away. Typical use cases are pre-configured database connectors, experiment tracker connectors, cloud storage configuration, etc. The idea is that a data scientist should not worry about setup and just call an existing function to do things. We've already seen companies build this kind of abstractions on top of Ploomber (for function-based pipelines); however, the solutions aren't elegant since Ploomber expects functions to have a pre-defined signature (product, upstream, and other parameters). So they end up creating decorators to circumvent this issue. We should support a way of passing *pre-configured* objects to tasks. For example: ```python def my_task(upstream, product, parameter, mlflow_client): pass ``` In the example above, upstream and product are the typical arguments. `parameter` is passed via the `params` key in `pipeline.yaml`, but `mlflow_client` is part of the pre-configured context. In the `pipeline.yaml`, this could look like this (however, this should also be supported in the Python API, so we'll need to modify the DAG implementation): ```yaml context: mlflow_client: clients.initialize_mlflow ... ``` Potentially, we should also allow hook functions to request context variables. It should also be possible to request file and database clients, since in some cases, users might want to interact with them via Python and it makes sense to make them accessible. We got this from a user on Slack: > is it possible to pass the db client to a py file? I can import it manually but was wondering if ploomber could help with that
priority
injecting context into a task engineers often build abstractions to provide data scientists with ready to use environments so they can start coding right away typical use cases are pre configured database connectors experiment tracker connectors cloud storage configuration etc the idea is that a data scientist should not worry about setup and just call an existing function to do things we ve already seen companies build this kind of abstractions on top of ploomber for function based pipelines however the solutions aren t elegant since ploomber expects functions to have a pre defined signature product upstream and other parameters so they end up creating decorators to circumvent this issue we should support a way of passing pre configured objects to tasks for example python def my task upstream product parameter mlflow client pass in the example above upstream and product are the typical arguments parameter is passed via the params key in pipeline yaml but mlflow client is part of the pre configured context in the pipeline yaml this could look like this however this should also be supported in the python api so we ll need to modify the dag implementation yaml context mlflow client clients initialize mlflow potentially we should also allow hook functions to request context variables it should also be possible to request file and database clients since in some cases users might want to interact with them via python and it makes sense to make them accessible we got this from a user on slack is it possible to pass the db client to a py file i can import it manually but was wondering if ploomber could help with that
1
395,624
11,693,434,078
IssuesEvent
2020-03-06 00:31:51
elyukai/optolith-client
https://api.github.com/repos/elyukai/optolith-client
closed
Sometimes, heroes get randomly deleted
Bug Domain: IO High Priority
Check all saving actions to see if every includes *all* heroes.
1.0
Sometimes, heroes get randomly deleted - Check all saving actions to see if every includes *all* heroes.
priority
sometimes heroes get randomly deleted check all saving actions to see if every includes all heroes
1
194,150
6,891,946,614
IssuesEvent
2017-11-22 18:57:21
CredentialEngine/CredentialRegistry
https://api.github.com/repos/CredentialEngine/CredentialRegistry
closed
Implement open ID connect, relying party authentication
Account Management High Priority
All requests that modify data, should be authenticated as a OIDC RP. We should have a transitional env variable that disables this, so we can test it without authenticating.
1.0
Implement open ID connect, relying party authentication - All requests that modify data, should be authenticated as a OIDC RP. We should have a transitional env variable that disables this, so we can test it without authenticating.
priority
implement open id connect relying party authentication all requests that modify data should be authenticated as a oidc rp we should have a transitional env variable that disables this so we can test it without authenticating
1
322,987
9,834,680,594
IssuesEvent
2019-06-17 10:16:23
razzius/hms-weave
https://api.github.com/repos/razzius/hms-weave
closed
Expand verification token duration to 2 weeks
high priority staging
When logging in for first time, pop-up screen should ask: "Are you logging in on a personal device?" If yes, allow verification token duration to be 2 weeks. If no, verification token will expire after 1 hour.
1.0
Expand verification token duration to 2 weeks - When logging in for first time, pop-up screen should ask: "Are you logging in on a personal device?" If yes, allow verification token duration to be 2 weeks. If no, verification token will expire after 1 hour.
priority
expand verification token duration to weeks when logging in for first time pop up screen should ask are you logging in on a personal device if yes allow verification token duration to be weeks if no verification token will expire after hour
1
783,932
27,551,739,024
IssuesEvent
2023-03-07 15:21:07
inverse-inc/packetfence
https://api.github.com/repos/inverse-inc/packetfence
closed
Restarting iptables causes it to drop all INPUT+FORWARD
Type: Bug Priority: High
**Describe the bug** If the hostname of the server is not resolvable via /etc/hosts, then restarting iptables causes it to make it drop all of INPUT and FORWARD. Adding the hostname on the 127.0.0.1 line fixes that. **To Reproduce** Steps to reproduce the behavior: 1. Install PacketFence 2. Change the hostname during the configurator 3. Restart iptables **Expected behavior** iptables shouldn't misbehave because the host entry is missing **Additional context** This only applies when you change the hostname after installing the OS
1.0
Restarting iptables causes it to drop all INPUT+FORWARD - **Describe the bug** If the hostname of the server is not resolvable via /etc/hosts, then restarting iptables causes it to make it drop all of INPUT and FORWARD. Adding the hostname on the 127.0.0.1 line fixes that. **To Reproduce** Steps to reproduce the behavior: 1. Install PacketFence 2. Change the hostname during the configurator 3. Restart iptables **Expected behavior** iptables shouldn't misbehave because the host entry is missing **Additional context** This only applies when you change the hostname after installing the OS
priority
restarting iptables causes it to drop all input forward describe the bug if the hostname of the server is not resolvable via etc hosts then restarting iptables causes it to make it drop all of input and forward adding the hostname on the line fixes that to reproduce steps to reproduce the behavior install packetfence change the hostname during the configurator restart iptables expected behavior iptables shouldn t misbehave because the host entry is missing additional context this only applies when you change the hostname after installing the os
1
498,846
14,434,481,497
IssuesEvent
2020-12-07 07:09:39
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.facebook.com - see bug description
browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high priority-critical
<!-- @browser: Firefox 83.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/63239 --> **URL**: https://www.facebook.com/messages/ **Browser / Version**: Firefox 83.0 **Operating System**: Windows 8 **Tested Another Browser**: No **Problem type**: Something else **Description**: When recieving a video or audio call, the ring tone to tell you that you have a call comming in DOES NOT TURN OFF when the call is answered. This has been going on since the latested update was done. **Steps to Reproduce**: every video chat and voice call the ring tone notifying a call is incoming NEVER TURNS OFF even after call is answered. It will never turn off unless I close the browser. This has been happening ever since the browser update. Can you please fix this. <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with โค๏ธ_
1.0
www.facebook.com - see bug description - <!-- @browser: Firefox 83.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/63239 --> **URL**: https://www.facebook.com/messages/ **Browser / Version**: Firefox 83.0 **Operating System**: Windows 8 **Tested Another Browser**: No **Problem type**: Something else **Description**: When recieving a video or audio call, the ring tone to tell you that you have a call comming in DOES NOT TURN OFF when the call is answered. This has been going on since the latested update was done. **Steps to Reproduce**: every video chat and voice call the ring tone notifying a call is incoming NEVER TURNS OFF even after call is answered. It will never turn off unless I close the browser. This has been happening ever since the browser update. Can you please fix this. <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with โค๏ธ_
priority
see bug description url browser version firefox operating system windows tested another browser no problem type something else description when recieving a video or audio call the ring tone to tell you that you have a call comming in does not turn off when the call is answered this has been going on since the latested update was done steps to reproduce every video chat and voice call the ring tone notifying a call is incoming never turns off even after call is answered it will never turn off unless i close the browser this has been happening ever since the browser update can you please fix this browser configuration none from with โค๏ธ
1
655,289
21,684,097,787
IssuesEvent
2022-05-09 09:33:20
SELab-2/OSOC-1
https://api.github.com/repos/SELab-2/OSOC-1
closed
Fix refresh bug
bug high priority
## What Currently every request done by the frontend (after login) gets intercepted to add authentication information. After the request finishes, the response then gets intercepted and checked. If the response was a 401, chances are the authentication token is expired. So a POST gets done to /api/token/refresh with the current refresh token to get a new authentication token and a new refresh token. After the successful refresh, the original request gets redone and thus the information is loaded. The issue now is that, when multiple requests are done at the same time, for example you want to get all 5 suggestions for a student, each of these requests will get a 401 returned if the authentication token has expired. Each of these requests will then get intercepted and do a POST to /api/token/refresh with the current refresh token. However, the server will handles these refresh requests one by one, so the first refresh request will get a new refresh and authentication token. The other requests however will all get a 400 return since they sent a refresh with the old token, and that refresh token has already been used and is thus now no longer valid. This then leads to a redirect to the login page, since the webapplication believes a 400 return on a refresh request means you need to re-enter your credentials. Not doing this redirect simply leads to a bunch of requests failing and information not getting loaded and thus nothing being rendered on screen or the frontend crashing due to trying to render undefined objects. ## How I first tried to fix this by using the same axiosAuthenticated instance for every request by passing it from the parent to all its children. You can check this on branch ```fix-refresh-bug```. This does not fix the issue though. It even adds more trouble since reusing the same axios instance means you can't remove the interceptors every time and thus this might create more bugs (not tested since it fails on a multi refresh anyway). So this is probably a dead-end. I think a better possible solution might be using a mutex around the refresh token and thus allowing only one refresh request to be in flight at any time. The other refresh requests can then simply check once the mutex if free is the token they originally had has been changed, if so they don't have to do a refresh request and can simply resend their original request. There's quite a few mutex packages like [async-lock](https://github.com/rogierschouten/async-lock) or [async-mutex](https://github.com/DirtyHairy/async-mutex) or even [react-content-mutex](https://github.com/marcveens/react-context-mutex). I'm not sure which of these (if any) would be best if we do try and go the mutex route. There might be another build-in solution to this but I haven't found anything while looking through the axios documentation.
1.0
Fix refresh bug - ## What Currently every request done by the frontend (after login) gets intercepted to add authentication information. After the request finishes, the response then gets intercepted and checked. If the response was a 401, chances are the authentication token is expired. So a POST gets done to /api/token/refresh with the current refresh token to get a new authentication token and a new refresh token. After the successful refresh, the original request gets redone and thus the information is loaded. The issue now is that, when multiple requests are done at the same time, for example you want to get all 5 suggestions for a student, each of these requests will get a 401 returned if the authentication token has expired. Each of these requests will then get intercepted and do a POST to /api/token/refresh with the current refresh token. However, the server will handles these refresh requests one by one, so the first refresh request will get a new refresh and authentication token. The other requests however will all get a 400 return since they sent a refresh with the old token, and that refresh token has already been used and is thus now no longer valid. This then leads to a redirect to the login page, since the webapplication believes a 400 return on a refresh request means you need to re-enter your credentials. Not doing this redirect simply leads to a bunch of requests failing and information not getting loaded and thus nothing being rendered on screen or the frontend crashing due to trying to render undefined objects. ## How I first tried to fix this by using the same axiosAuthenticated instance for every request by passing it from the parent to all its children. You can check this on branch ```fix-refresh-bug```. This does not fix the issue though. It even adds more trouble since reusing the same axios instance means you can't remove the interceptors every time and thus this might create more bugs (not tested since it fails on a multi refresh anyway). So this is probably a dead-end. I think a better possible solution might be using a mutex around the refresh token and thus allowing only one refresh request to be in flight at any time. The other refresh requests can then simply check once the mutex if free is the token they originally had has been changed, if so they don't have to do a refresh request and can simply resend their original request. There's quite a few mutex packages like [async-lock](https://github.com/rogierschouten/async-lock) or [async-mutex](https://github.com/DirtyHairy/async-mutex) or even [react-content-mutex](https://github.com/marcveens/react-context-mutex). I'm not sure which of these (if any) would be best if we do try and go the mutex route. There might be another build-in solution to this but I haven't found anything while looking through the axios documentation.
priority
fix refresh bug what currently every request done by the frontend after login gets intercepted to add authentication information after the request finishes the response then gets intercepted and checked if the response was a chances are the authentication token is expired so a post gets done to api token refresh with the current refresh token to get a new authentication token and a new refresh token after the successful refresh the original request gets redone and thus the information is loaded the issue now is that when multiple requests are done at the same time for example you want to get all suggestions for a student each of these requests will get a returned if the authentication token has expired each of these requests will then get intercepted and do a post to api token refresh with the current refresh token however the server will handles these refresh requests one by one so the first refresh request will get a new refresh and authentication token the other requests however will all get a return since they sent a refresh with the old token and that refresh token has already been used and is thus now no longer valid this then leads to a redirect to the login page since the webapplication believes a return on a refresh request means you need to re enter your credentials not doing this redirect simply leads to a bunch of requests failing and information not getting loaded and thus nothing being rendered on screen or the frontend crashing due to trying to render undefined objects how i first tried to fix this by using the same axiosauthenticated instance for every request by passing it from the parent to all its children you can check this on branch fix refresh bug this does not fix the issue though it even adds more trouble since reusing the same axios instance means you can t remove the interceptors every time and thus this might create more bugs not tested since it fails on a multi refresh anyway so this is probably a dead end i think a better possible solution might be using a mutex around the refresh token and thus allowing only one refresh request to be in flight at any time the other refresh requests can then simply check once the mutex if free is the token they originally had has been changed if so they don t have to do a refresh request and can simply resend their original request there s quite a few mutex packages like or or even i m not sure which of these if any would be best if we do try and go the mutex route there might be another build in solution to this but i haven t found anything while looking through the axios documentation
1
788,550
27,756,391,887
IssuesEvent
2023-03-16 03:05:11
ledd-23/crowdyy
https://api.github.com/repos/ledd-23/crowdyy
closed
[CRD-16] Modify user and location models
enhancement server database high priority
**What:** User model now does not store current location. Location model will now have two additional attributes, date and time. **Why:** So the app can study trends (e.g. how "crowdyy" it would potentially be at a certain time in a day of the week or of the year) and help modify the user's schedule. **AC:** Modified user and location models.
1.0
[CRD-16] Modify user and location models - **What:** User model now does not store current location. Location model will now have two additional attributes, date and time. **Why:** So the app can study trends (e.g. how "crowdyy" it would potentially be at a certain time in a day of the week or of the year) and help modify the user's schedule. **AC:** Modified user and location models.
priority
modify user and location models what user model now does not store current location location model will now have two additional attributes date and time why so the app can study trends e g how crowdyy it would potentially be at a certain time in a day of the week or of the year and help modify the user s schedule ac modified user and location models
1
496,170
14,334,001,505
IssuesEvent
2020-11-27 07:13:13
darktable-org/darktable
https://api.github.com/repos/darktable-org/darktable
closed
regression : color picker error on console
bug: pending priority: high
<!-- IMPORTANT Bug reports that do not make an effort to help the developers will be closed without notice. Make sure that this bug has not already been opened and/or closed by searching the issues on GitHub, as duplicate bug reports will be closed. A bug report simply stating that Darktable crashes is unhelpful, so please fill in most of the items below and provide detailed information. --> **Describe the bug** color picker issue error on console, this was fixed and it is back **To Reproduce** 1. Go to 'darkroom' 2. Click on the color picker and select a point or area on image 3. See error ``` [_transform_matrix] invalid conversion from 1 to -1 [dt_ioppr_transform_image_colorspace] invalid conversion from 1 to -1 [_transform_matrix] invalid conversion from 2 to -1 [dt_ioppr_transform_image_colorspace] invalid conversion from 2 to -1 ``` **Expected behavior** no error on console **Platform (please complete the following information):** - Darktable Version: master - OS: GNU/Linux
1.0
regression : color picker error on console - <!-- IMPORTANT Bug reports that do not make an effort to help the developers will be closed without notice. Make sure that this bug has not already been opened and/or closed by searching the issues on GitHub, as duplicate bug reports will be closed. A bug report simply stating that Darktable crashes is unhelpful, so please fill in most of the items below and provide detailed information. --> **Describe the bug** color picker issue error on console, this was fixed and it is back **To Reproduce** 1. Go to 'darkroom' 2. Click on the color picker and select a point or area on image 3. See error ``` [_transform_matrix] invalid conversion from 1 to -1 [dt_ioppr_transform_image_colorspace] invalid conversion from 1 to -1 [_transform_matrix] invalid conversion from 2 to -1 [dt_ioppr_transform_image_colorspace] invalid conversion from 2 to -1 ``` **Expected behavior** no error on console **Platform (please complete the following information):** - Darktable Version: master - OS: GNU/Linux
priority
regression color picker error on console important bug reports that do not make an effort to help the developers will be closed without notice make sure that this bug has not already been opened and or closed by searching the issues on github as duplicate bug reports will be closed a bug report simply stating that darktable crashes is unhelpful so please fill in most of the items below and provide detailed information describe the bug color picker issue error on console this was fixed and it is back to reproduce go to darkroom click on the color picker and select a point or area on image see error invalid conversion from to invalid conversion from to invalid conversion from to invalid conversion from to expected behavior no error on console platform please complete the following information darktable version master os gnu linux
1
222,802
7,438,904,504
IssuesEvent
2018-03-27 03:12:01
swager/grf
https://api.github.com/repos/swager/grf
closed
Avoid storing the out-of-bag samples for each tree.
high priority
These take up a substantial amount of memory, and could instead be calculated on-the-fly from Tree#get_leaf_samples or something similar.
1.0
Avoid storing the out-of-bag samples for each tree. - These take up a substantial amount of memory, and could instead be calculated on-the-fly from Tree#get_leaf_samples or something similar.
priority
avoid storing the out of bag samples for each tree these take up a substantial amount of memory and could instead be calculated on the fly from tree get leaf samples or something similar
1
375,785
11,134,642,775
IssuesEvent
2019-12-20 12:22:12
ecc521/rivers.run
https://api.github.com/repos/ecc521/rivers.run
closed
Add Support for NWS APHS Gauges
High-Priority
APHS offers gauge prediction, and appears to offer some gauges that USGS does not.
1.0
Add Support for NWS APHS Gauges - APHS offers gauge prediction, and appears to offer some gauges that USGS does not.
priority
add support for nws aphs gauges aphs offers gauge prediction and appears to offer some gauges that usgs does not
1
595,175
18,060,987,774
IssuesEvent
2021-09-20 13:58:27
status-im/status-desktop
https://api.github.com/repos/status-im/status-desktop
closed
Mentions by ENS are not working in communities
bug Communities priority 1: high
When mentioning someone in community channel via ENS, the mention is not working: <img width="1552" alt="Screenshot 2021-09-13 at 17 00 20" src="https://user-images.githubusercontent.com/82375995/133097449-a6964a8d-4500-4a23-ae1a-16da00412855.png">
1.0
Mentions by ENS are not working in communities - When mentioning someone in community channel via ENS, the mention is not working: <img width="1552" alt="Screenshot 2021-09-13 at 17 00 20" src="https://user-images.githubusercontent.com/82375995/133097449-a6964a8d-4500-4a23-ae1a-16da00412855.png">
priority
mentions by ens are not working in communities when mentioning someone in community channel via ens the mention is not working img width alt screenshot at src
1
250,731
7,986,918,164
IssuesEvent
2018-07-19 05:19:23
6r4phy/rcdgo
https://api.github.com/repos/6r4phy/rcdgo
closed
Add "Get New Recipes" option
Priority-High Type-Enhancement auto-migrated
``` A new menu option "Get New Recipes" would show a list of sites to visit to download recipes. Possibly grab data from an xml file on caldwellcode/ for a dynamic list of sites to avoid hard coding urls into Bites and allow some monetizing. e.g. <recipesites> <site title="Sams Seafood" url="www.sams.com" category="Seafood" /> <site title="Shaken not stirred" url="www.shaker.com" category="Alcoholic Beverages" /> </recipesites> ``` Original issue reported on code.google.com by `benny.ca...@gmail.com` on 28 Jul 2009 at 5:42
1.0
Add "Get New Recipes" option - ``` A new menu option "Get New Recipes" would show a list of sites to visit to download recipes. Possibly grab data from an xml file on caldwellcode/ for a dynamic list of sites to avoid hard coding urls into Bites and allow some monetizing. e.g. <recipesites> <site title="Sams Seafood" url="www.sams.com" category="Seafood" /> <site title="Shaken not stirred" url="www.shaker.com" category="Alcoholic Beverages" /> </recipesites> ``` Original issue reported on code.google.com by `benny.ca...@gmail.com` on 28 Jul 2009 at 5:42
priority
add get new recipes option a new menu option get new recipes would show a list of sites to visit to download recipes possibly grab data from an xml file on caldwellcode for a dynamic list of sites to avoid hard coding urls into bites and allow some monetizing e g site title shaken not stirred url category alcoholic beverages original issue reported on code google com by benny ca gmail com on jul at
1
829,301
31,863,174,876
IssuesEvent
2023-09-15 12:27:36
woocommerce/woocommerce-gateway-payfast
https://api.github.com/repos/woocommerce/woocommerce-gateway-payfast
closed
Compatibility testing with WordPress 6.3 RC
priority: high type: task
With the WordPress 6.3 RC already out, perform the following: - [ ] Test the extension thoroughly with WP 6.3 - [ ] Add compatibility fixes, where necessary - [ ] Bump WordPress "Tested up to" to 6.3 - [ ] Check/Bump WordPress minimum supported to 6.1 unless previously bumped to a new version - [ ] Scan for any conditional checks that may be in the code that can be removed with this "Tested up to" and minimum bumps - [ ] Check the [woo.com](http://woo.com/) pages for the extension to see if there is a "Requirements" or similar section that notes the PHP/WP/WC minimums that might also need to be updated and call them out in the PR Sample Changelog entry should then be: > Dev - Bump WordPress minimum supported version from X.X to 6.1. > Dev - Bump WordPress "tested up to" version 6.3.
1.0
Compatibility testing with WordPress 6.3 RC - With the WordPress 6.3 RC already out, perform the following: - [ ] Test the extension thoroughly with WP 6.3 - [ ] Add compatibility fixes, where necessary - [ ] Bump WordPress "Tested up to" to 6.3 - [ ] Check/Bump WordPress minimum supported to 6.1 unless previously bumped to a new version - [ ] Scan for any conditional checks that may be in the code that can be removed with this "Tested up to" and minimum bumps - [ ] Check the [woo.com](http://woo.com/) pages for the extension to see if there is a "Requirements" or similar section that notes the PHP/WP/WC minimums that might also need to be updated and call them out in the PR Sample Changelog entry should then be: > Dev - Bump WordPress minimum supported version from X.X to 6.1. > Dev - Bump WordPress "tested up to" version 6.3.
priority
compatibility testing with wordpress rc with the wordpress rc already out perform the following test the extension thoroughly with wp add compatibility fixes where necessary bump wordpress tested up to to check bump wordpress minimum supported to unless previously bumped to a new version scan for any conditional checks that may be in the code that can be removed with this tested up to and minimum bumps check the pages for the extension to see if there is a requirements or similar section that notes the php wp wc minimums that might also need to be updated and call them out in the pr sample changelog entry should then be dev bump wordpress minimum supported version from x x to dev bump wordpress tested up to version
1
525,280
15,242,681,744
IssuesEvent
2021-02-19 10:12:10
ballerina-platform/ballerina-dev-tools
https://api.github.com/repos/ballerina-platform/ballerina-dev-tools
closed
Need to Have a Way to Add Redirections When Modules get Renamed
Area/DocerinaUI Priority/High Type/Task
Need to have a Way to add redirections when modules get renamed. For example, when a Google search is done for "ballerina java module", the first link[1] that appears at the top of the search results is broken. This is because the Java module was renamed to `jballerina.java[2]` recently. [1] https://ballerina.io/learn/api-docs/ballerina/index.html#/ballerina/java/latest [2] https://dev.ballerina.io/learn/api-docs/ballerina/#/ballerina/jballerina.java/0.9.0
1.0
Need to Have a Way to Add Redirections When Modules get Renamed - Need to have a Way to add redirections when modules get renamed. For example, when a Google search is done for "ballerina java module", the first link[1] that appears at the top of the search results is broken. This is because the Java module was renamed to `jballerina.java[2]` recently. [1] https://ballerina.io/learn/api-docs/ballerina/index.html#/ballerina/java/latest [2] https://dev.ballerina.io/learn/api-docs/ballerina/#/ballerina/jballerina.java/0.9.0
priority
need to have a way to add redirections when modules get renamed need to have a way to add redirections when modules get renamed for example when a google search is done for ballerina java module the first link that appears at the top of the search results is broken this is because the java module was renamed to jballerina java recently
1
330,543
10,044,151,043
IssuesEvent
2019-07-19 09:19:04
wazuh/wazuh
https://api.github.com/repos/wazuh/wazuh
closed
Windows agents don't report Syscheck tags when who-data is enabled
bug core/fim operations platform/windows priority/high status/in review
|Wazuh version|Component|Install type|Install method|Platform| |---|---|---|---|---| | v3.9.1 | Syscheck | Agent | All | Windows | It has been detected that Syscheck tags are not being included in alerts about modifications and deletions when who-data is enabled. The issue was found over a Windows agent with Wazuh v3.9.1. During investigating the problem, moving from `who-data` to `real-time` mode solved the problem. ### Configuration to reproduce it ```xml <syscheck> ... <directories report_changes="yes" tags="testing" whodata="yes">C:\my_dir</directories> </syscheck> ```
1.0
Windows agents don't report Syscheck tags when who-data is enabled - |Wazuh version|Component|Install type|Install method|Platform| |---|---|---|---|---| | v3.9.1 | Syscheck | Agent | All | Windows | It has been detected that Syscheck tags are not being included in alerts about modifications and deletions when who-data is enabled. The issue was found over a Windows agent with Wazuh v3.9.1. During investigating the problem, moving from `who-data` to `real-time` mode solved the problem. ### Configuration to reproduce it ```xml <syscheck> ... <directories report_changes="yes" tags="testing" whodata="yes">C:\my_dir</directories> </syscheck> ```
priority
windows agents don t report syscheck tags when who data is enabled wazuh version component install type install method platform syscheck agent all windows it has been detected that syscheck tags are not being included in alerts about modifications and deletions when who data is enabled the issue was found over a windows agent with wazuh during investigating the problem moving from who data to real time mode solved the problem configuration to reproduce it xml c my dir
1
469,563
13,520,787,882
IssuesEvent
2020-09-15 05:44:12
pantheracorp/PantheraIDS_Issues
https://api.github.com/repos/pantheracorp/PantheraIDS_Issues
closed
Data Processing / Manual Identification - Need "Unidentified" option in "Individual" dropdown list
priority: HIGH
Posted in a few places on the forum (see [here](https://pantheraids.org/forum.html?p=post%2Fchallenging-information-display-format-navigation-short-cuts-class-unidentified-10672925%3Fpid%3D1312807241%26highlight%3Dunidentified) and [here](https://pantheraids.org/forum.html?p=post%2F10469260%3Fpid%3D1314121632)) by Jo: _"It seems the class "Unidentified" disappeared from the drop down menu, is that a bug on my side? Would it be possible to include this class again? As it stands, when users are manually identifying a dtbs, they can't select only images that are unidentified, and have to go through "All" to work on them (by only being able to pinpoint the images that still require identification through the convoluted way of hovering above the green icon/gray out section to figure out if that image is identified or not)."_ I thought it might be linked to GitHub Issue #154 ("Data Processing / Manual Identification - number of images rendered not correct"), although it seems to be different.
1.0
Data Processing / Manual Identification - Need "Unidentified" option in "Individual" dropdown list - Posted in a few places on the forum (see [here](https://pantheraids.org/forum.html?p=post%2Fchallenging-information-display-format-navigation-short-cuts-class-unidentified-10672925%3Fpid%3D1312807241%26highlight%3Dunidentified) and [here](https://pantheraids.org/forum.html?p=post%2F10469260%3Fpid%3D1314121632)) by Jo: _"It seems the class "Unidentified" disappeared from the drop down menu, is that a bug on my side? Would it be possible to include this class again? As it stands, when users are manually identifying a dtbs, they can't select only images that are unidentified, and have to go through "All" to work on them (by only being able to pinpoint the images that still require identification through the convoluted way of hovering above the green icon/gray out section to figure out if that image is identified or not)."_ I thought it might be linked to GitHub Issue #154 ("Data Processing / Manual Identification - number of images rendered not correct"), although it seems to be different.
priority
data processing manual identification need unidentified option in individual dropdown list posted in a few places on the forum see and by jo it seems the class unidentified disappeared from the drop down menu is that a bug on my side would it be possible to include this class again as it stands when users are manually identifying a dtbs they can t select only images that are unidentified and have to go through all to work on them by only being able to pinpoint the images that still require identification through the convoluted way of hovering above the green icon gray out section to figure out if that image is identified or not i thought it might be linked to github issue data processing manual identification number of images rendered not correct although it seems to be different
1
244,838
7,880,655,506
IssuesEvent
2018-06-26 16:32:30
aowen87/FOO
https://api.github.com/repos/aowen87/FOO
closed
Add an option to the PLOT3D reader to autodetect the settings.
Expected Use: 3 - Occasional Impact: 3 - Medium OS: All Priority: High Support Group: Any Target Version: 2.10 feature
Rick Angellini mentioned that it would be nice if the PLOT3D reader autodetected the settings for the file. I agree that would be nice. The VTK multiblock reader has an autodetect option so we could possibly steal some code from there.
1.0
Add an option to the PLOT3D reader to autodetect the settings. - Rick Angellini mentioned that it would be nice if the PLOT3D reader autodetected the settings for the file. I agree that would be nice. The VTK multiblock reader has an autodetect option so we could possibly steal some code from there.
priority
add an option to the reader to autodetect the settings rick angellini mentioned that it would be nice if the reader autodetected the settings for the file i agree that would be nice the vtk multiblock reader has an autodetect option so we could possibly steal some code from there
1
453,452
13,079,642,502
IssuesEvent
2020-08-01 04:11:45
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
opened
[docdb] master fatal - Check failed: state_->pending_remove_replica_tasks_[tablet->table()->id()].count(tablet->tablet_id()) == 0 (1 vs. 0)
kind/bug priority/high
[yugabyte@ip-10-100-149-129 logs]$ cat yb-master.FATAL.details.2020-08-01T03_47_26.pid13350.txt F20200801 03:47:26 ../../src/yb/master/cluster_balance.cc:1136] Check failed: state_->pending_remove_replica_tasks_[tablet->table()->id()].count(tablet->tablet_id()) == 0 (1 vs. 0) @ 0x7fa0dccd577c yb::LogFatalHandlerSink::send() @ 0x7fa0dbebc346 google::LogMessage::SendToLog() @ 0x7fa0dbeb97aa google::LogMessage::Flush() @ 0x7fa0dbebc879 google::LogMessageFatal::~LogMessageFatal() @ 0x7fa0e71ee124 yb::master::ClusterLoadBalancer::SendReplicaChanges() @ 0x7fa0e71e9e08 yb::master::ClusterLoadBalancer::MoveLeader() @ 0x7fa0e71e9f5d yb::master::ClusterLoadBalancer::HandleLeaderMoves() @ 0x7fa0e72f8884 yb::master::enterprise::ClusterLoadBalancer::HandleLeaderMoves() @ 0x7fa0e71efef0 yb::master::ClusterLoadBalancer::RunLoadBalancer() @ 0x7fa0e72f995e yb::master::enterprise::ClusterLoadBalancer::RunLoadBalancer() @ 0x7fa0e71dee9b yb::master::CatalogManagerBgTasks::Run() @ 0x7fa0dcd6504f yb::Thread::SuperviseThread() @ 0x7fa0d84a4694 start_thread @ 0x7fa0d7be141d __clone @ (nil) (unknown)
1.0
[docdb] master fatal - Check failed: state_->pending_remove_replica_tasks_[tablet->table()->id()].count(tablet->tablet_id()) == 0 (1 vs. 0) - [yugabyte@ip-10-100-149-129 logs]$ cat yb-master.FATAL.details.2020-08-01T03_47_26.pid13350.txt F20200801 03:47:26 ../../src/yb/master/cluster_balance.cc:1136] Check failed: state_->pending_remove_replica_tasks_[tablet->table()->id()].count(tablet->tablet_id()) == 0 (1 vs. 0) @ 0x7fa0dccd577c yb::LogFatalHandlerSink::send() @ 0x7fa0dbebc346 google::LogMessage::SendToLog() @ 0x7fa0dbeb97aa google::LogMessage::Flush() @ 0x7fa0dbebc879 google::LogMessageFatal::~LogMessageFatal() @ 0x7fa0e71ee124 yb::master::ClusterLoadBalancer::SendReplicaChanges() @ 0x7fa0e71e9e08 yb::master::ClusterLoadBalancer::MoveLeader() @ 0x7fa0e71e9f5d yb::master::ClusterLoadBalancer::HandleLeaderMoves() @ 0x7fa0e72f8884 yb::master::enterprise::ClusterLoadBalancer::HandleLeaderMoves() @ 0x7fa0e71efef0 yb::master::ClusterLoadBalancer::RunLoadBalancer() @ 0x7fa0e72f995e yb::master::enterprise::ClusterLoadBalancer::RunLoadBalancer() @ 0x7fa0e71dee9b yb::master::CatalogManagerBgTasks::Run() @ 0x7fa0dcd6504f yb::Thread::SuperviseThread() @ 0x7fa0d84a4694 start_thread @ 0x7fa0d7be141d __clone @ (nil) (unknown)
priority
master fatal check failed state pending remove replica tasks count tablet tablet id vs cat yb master fatal details txt src yb master cluster balance cc check failed state pending remove replica tasks count tablet tablet id vs yb logfatalhandlersink send google logmessage sendtolog google logmessage flush google logmessagefatal logmessagefatal yb master clusterloadbalancer sendreplicachanges yb master clusterloadbalancer moveleader yb master clusterloadbalancer handleleadermoves yb master enterprise clusterloadbalancer handleleadermoves yb master clusterloadbalancer runloadbalancer yb master enterprise clusterloadbalancer runloadbalancer yb master catalogmanagerbgtasks run yb thread supervisethread start thread clone nil unknown
1
4,747
2,563,509,304
IssuesEvent
2015-02-06 13:40:07
olga-jane/prizm
https://api.github.com/repos/olga-jane/prizm
closed
Exception on creation new pipeSizeType
bug bug - crash/performance/leak Coding HIGH priority Settings
1) Open Settings - Pipe 2) Enter new name for pipeMillSizeType 3) Go to control operation for this sizeType and try to enter new operation Actual result - Exception Index out of range
1.0
Exception on creation new pipeSizeType - 1) Open Settings - Pipe 2) Enter new name for pipeMillSizeType 3) Go to control operation for this sizeType and try to enter new operation Actual result - Exception Index out of range
priority
exception on creation new pipesizetype open settings pipe enter new name for pipemillsizetype go to control operation for this sizetype and try to enter new operation actual result exception index out of range
1
353,230
10,550,405,498
IssuesEvent
2019-10-03 10:58:55
siddhi-io/siddhi
https://api.github.com/repos/siddhi-io/siddhi
closed
Verify ConnectionUnvailable exception usage in Sink Implementation
priority/high type/task
**Description:** With the latest changes [1] in Siddhi, retry flow will get activated only when ConnectionUnavailableException thrown by the sink implementation. Then we need to verify this for all the existing sink extensions. [1] https://github.com/siddhi-io/siddhi/pull/1473
1.0
Verify ConnectionUnvailable exception usage in Sink Implementation - **Description:** With the latest changes [1] in Siddhi, retry flow will get activated only when ConnectionUnavailableException thrown by the sink implementation. Then we need to verify this for all the existing sink extensions. [1] https://github.com/siddhi-io/siddhi/pull/1473
priority
verify connectionunvailable exception usage in sink implementation description with the latest changes in siddhi retry flow will get activated only when connectionunavailableexception thrown by the sink implementation then we need to verify this for all the existing sink extensions
1
753,552
26,352,637,797
IssuesEvent
2023-01-11 06:56:35
ahmedkaludi/accelerated-mobile-pages
https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages
closed
'TypeError: jQuery(...).typeWatch is not a function at accelerated-mobile-pages/includes/admin-script.js?ver=1.0.77.55.1:3:43)'
bug [Priority: HIGH] Ready for Review
Issue:` 'TypeError: jQuery(...).typeWatch is not a function at accelerated-mobile-pages/includes/admin-script.js?ver=1.0.77.55.1:3:43)'`
1.0
'TypeError: jQuery(...).typeWatch is not a function at accelerated-mobile-pages/includes/admin-script.js?ver=1.0.77.55.1:3:43)' - Issue:` 'TypeError: jQuery(...).typeWatch is not a function at accelerated-mobile-pages/includes/admin-script.js?ver=1.0.77.55.1:3:43)'`
priority
typeerror jquery typewatch is not a function at accelerated mobile pages includes admin script js ver issue typeerror jquery typewatch is not a function at accelerated mobile pages includes admin script js ver
1
576,712
17,093,050,579
IssuesEvent
2021-07-08 20:21:07
zulip/zulip-mobile
https://api.github.com/repos/zulip/zulip-mobile
opened
Ignore fake emails in user search and typeahead
P1 high-priority bug help wanted
In organizations where emails are not public, we create fake "emails" with unique user IDs. At present, these emails are queried in user search and typeahead, which is certainly not what the user intends. Along with #4869, it makes user search feel "broken". If email address visibility for an organization is something other than "everyone", we should ignore the email field in user search.
1.0
Ignore fake emails in user search and typeahead - In organizations where emails are not public, we create fake "emails" with unique user IDs. At present, these emails are queried in user search and typeahead, which is certainly not what the user intends. Along with #4869, it makes user search feel "broken". If email address visibility for an organization is something other than "everyone", we should ignore the email field in user search.
priority
ignore fake emails in user search and typeahead in organizations where emails are not public we create fake emails with unique user ids at present these emails are queried in user search and typeahead which is certainly not what the user intends along with it makes user search feel broken if email address visibility for an organization is something other than everyone we should ignore the email field in user search
1
361,136
10,704,765,351
IssuesEvent
2019-10-24 12:27:41
kiwicom/schemathesis
https://api.github.com/repos/kiwicom/schemathesis
closed
Wrong schema is generated for the test server when `endpoints option is passed
Priority: High Type: Bug
Command: ``` ./test_server.sh 8081 --endpoints=success,failure,slow ``` Output: ``` INFO:aiohttp.access:127.0.0.1 [24/Oct/2019:12:06:05 +0000] "GET /swagger.yaml HTTP/1.1" 200 763 "-" "schemathesis/0.9.0" INFO:aiohttp.access:127.0.0.1 [24/Oct/2019:12:06:05 +0000] "GET /api/Endpoint.failure HTTP/1.1" 404 172 "-" "schemathesis/0.9.0" INFO:aiohttp.access:127.0.0.1 [24/Oct/2019:12:06:05 +0000] "GET /api/Endpoint.slow HTTP/1.1" 404 172 "-" "schemathesis/0.9.0" INFO:aiohttp.access:127.0.0.1 [24/Oct/2019:12:06:05 +0000] "GET /api/Endpoint.success HTTP/1.1" 404 172 "-" "schemathesis/0.9.0" ```
1.0
Wrong schema is generated for the test server when `endpoints option is passed - Command: ``` ./test_server.sh 8081 --endpoints=success,failure,slow ``` Output: ``` INFO:aiohttp.access:127.0.0.1 [24/Oct/2019:12:06:05 +0000] "GET /swagger.yaml HTTP/1.1" 200 763 "-" "schemathesis/0.9.0" INFO:aiohttp.access:127.0.0.1 [24/Oct/2019:12:06:05 +0000] "GET /api/Endpoint.failure HTTP/1.1" 404 172 "-" "schemathesis/0.9.0" INFO:aiohttp.access:127.0.0.1 [24/Oct/2019:12:06:05 +0000] "GET /api/Endpoint.slow HTTP/1.1" 404 172 "-" "schemathesis/0.9.0" INFO:aiohttp.access:127.0.0.1 [24/Oct/2019:12:06:05 +0000] "GET /api/Endpoint.success HTTP/1.1" 404 172 "-" "schemathesis/0.9.0" ```
priority
wrong schema is generated for the test server when endpoints option is passed command test server sh endpoints success failure slow output info aiohttp access get swagger yaml http schemathesis info aiohttp access get api endpoint failure http schemathesis info aiohttp access get api endpoint slow http schemathesis info aiohttp access get api endpoint success http schemathesis
1
296,582
9,122,291,341
IssuesEvent
2019-02-23 06:24:24
bdit/FirstRepo
https://api.github.com/repos/bdit/FirstRepo
opened
Remove High Priority Bug - klfj
bug priority-high
References # **Steps to Reproduce:** 1. Open in an IDE the file `src\main\java\com\mucommander\cache\FastLRUCache.java` 2. Go to line `18` **Actual Results:** Syntax errors are highlighted in the IDE **Expected Results:** No syntax errors should be displayed **Other notes:** The bug is spread in two other locations: - `src\main\java\com\mucommander\cache\LRUCache.java` at line `18` - `src\main\java\com\mucommander\process\DebugProcessListener.java` at line `18`
1.0
Remove High Priority Bug - klfj - References # **Steps to Reproduce:** 1. Open in an IDE the file `src\main\java\com\mucommander\cache\FastLRUCache.java` 2. Go to line `18` **Actual Results:** Syntax errors are highlighted in the IDE **Expected Results:** No syntax errors should be displayed **Other notes:** The bug is spread in two other locations: - `src\main\java\com\mucommander\cache\LRUCache.java` at line `18` - `src\main\java\com\mucommander\process\DebugProcessListener.java` at line `18`
priority
remove high priority bug klfj references steps to reproduce open in an ide the file src main java com mucommander cache fastlrucache java go to line actual results syntax errors are highlighted in the ide expected results no syntax errors should be displayed other notes the bug is spread in two other locations src main java com mucommander cache lrucache java at line src main java com mucommander process debugprocesslistener java at line
1
538,283
15,765,708,095
IssuesEvent
2021-03-31 14:23:47
fecgov/openFEC
https://api.github.com/repos/fecgov/openFEC
reopened
Fix slow schedule_a return for `C00567057`
Data Issue High priority Work: Back-end
Raising on committee profile page just hanging on waiting api call return for 'C00567057/2020'. ex: https://www.fec.gov/data/committee/C00567057/?cycle=2020&tab=raising api call: https://api.open.fec.gov/v1/schedules/schedule_a/?api_key=DEMO_KEY&sort_hide_null=false&sort_nulls_last=true&sort=-contribution_receipt_date&per_page=10&committee_id=C00567057&two_year_transaction_period=2020&is_individual=true <img width="400" alt="Screen Shot 2021-03-04 at 2 10 00 PM" src="https://user-images.githubusercontent.com/24395751/110019835-df97d200-7cf6-11eb-91fc-1addae179ff5.png"> **Action items:** - [ ] identify the why this committee hang there - [ ] fix the bug **Completion criteria:** - [ ] api call not freezing
1.0
Fix slow schedule_a return for `C00567057` - Raising on committee profile page just hanging on waiting api call return for 'C00567057/2020'. ex: https://www.fec.gov/data/committee/C00567057/?cycle=2020&tab=raising api call: https://api.open.fec.gov/v1/schedules/schedule_a/?api_key=DEMO_KEY&sort_hide_null=false&sort_nulls_last=true&sort=-contribution_receipt_date&per_page=10&committee_id=C00567057&two_year_transaction_period=2020&is_individual=true <img width="400" alt="Screen Shot 2021-03-04 at 2 10 00 PM" src="https://user-images.githubusercontent.com/24395751/110019835-df97d200-7cf6-11eb-91fc-1addae179ff5.png"> **Action items:** - [ ] identify the why this committee hang there - [ ] fix the bug **Completion criteria:** - [ ] api call not freezing
priority
fix slow schedule a return for raising on committee profile page just hanging on waiting api call return for ex api call img width alt screen shot at pm src action items identify the why this committee hang there fix the bug completion criteria api call not freezing
1
258,892
8,180,574,210
IssuesEvent
2018-08-28 19:55:06
steemit/steem
https://api.github.com/repos/steemit/steem
closed
TN: Gatling - start gatling when initial testnet seed node is fully synced from bootstrap node
priority/high project/hf20
Deprecated in favor of steemit/tinman#101 As a testnet user I want to see how the testnet will perform when getting transactions from Mainnet in "realtime". **AC** - [ ] when `Seed` is verified as having caught up with `Bootstrap` gatling automatically starts reading transactions from Mainnet and sending them to `Seed`
1.0
TN: Gatling - start gatling when initial testnet seed node is fully synced from bootstrap node - Deprecated in favor of steemit/tinman#101 As a testnet user I want to see how the testnet will perform when getting transactions from Mainnet in "realtime". **AC** - [ ] when `Seed` is verified as having caught up with `Bootstrap` gatling automatically starts reading transactions from Mainnet and sending them to `Seed`
priority
tn gatling start gatling when initial testnet seed node is fully synced from bootstrap node deprecated in favor of steemit tinman as a testnet user i want to see how the testnet will perform when getting transactions from mainnet in realtime ac when seed is verified as having caught up with bootstrap gatling automatically starts reading transactions from mainnet and sending them to seed
1
566,287
16,817,584,764
IssuesEvent
2021-06-17 09:12:18
geolonia/app.geolonia.com
https://api.github.com/repos/geolonia/app.geolonia.com
closed
API ใ‚ญใƒผใฎใจใ“ใ‚ใงไพ‹็คบใ•ใ‚Œใฆใ„ใ‚‹ Embed API ใฎใƒ‰ใƒกใ‚คใƒณใŒๅคใ„ใพใพ
CI Priority: High
api.geolonia.com -> cdn.geolonia.com ใซ็›ดใ™ใ€‚ ็’ฐๅขƒๅค‰ๆ•ฐใงๆณจๅ…ฅใ•ใ‚Œใฆใ„ใ‚‹ใฎใงใ€ Netlify ใ‚‚็›ดใ™ใ€‚
1.0
API ใ‚ญใƒผใฎใจใ“ใ‚ใงไพ‹็คบใ•ใ‚Œใฆใ„ใ‚‹ Embed API ใฎใƒ‰ใƒกใ‚คใƒณใŒๅคใ„ใพใพ - api.geolonia.com -> cdn.geolonia.com ใซ็›ดใ™ใ€‚ ็’ฐๅขƒๅค‰ๆ•ฐใงๆณจๅ…ฅใ•ใ‚Œใฆใ„ใ‚‹ใฎใงใ€ Netlify ใ‚‚็›ดใ™ใ€‚
priority
api ใ‚ญใƒผใฎใจใ“ใ‚ใงไพ‹็คบใ•ใ‚Œใฆใ„ใ‚‹ embed api ใฎใƒ‰ใƒกใ‚คใƒณใŒๅคใ„ใพใพ api geolonia com cdn geolonia com ใซ็›ดใ™ใ€‚ ็’ฐๅขƒๅค‰ๆ•ฐใงๆณจๅ…ฅใ•ใ‚Œใฆใ„ใ‚‹ใฎใงใ€ netlify ใ‚‚็›ดใ™ใ€‚
1
379,322
11,219,954,976
IssuesEvent
2020-01-07 14:55:08
dhenry-KCI/FredCo-Post-Go-Live-
https://api.github.com/repos/dhenry-KCI/FredCo-Post-Go-Live-
opened
Planning - Site Type 3 - Health is never a reviewer on this Work Type.
High Priority
Remove Health as a reviewer on Site Plan Type 3. This has been correct before. Not sure why this is populating again. ![image](https://user-images.githubusercontent.com/58854333/71904213-bb148a00-3133-11ea-95a8-2700a426bbd2.png) ![image](https://user-images.githubusercontent.com/58854333/71904233-c36cc500-3133-11ea-80a5-14320aaecaf3.png)
1.0
Planning - Site Type 3 - Health is never a reviewer on this Work Type. - Remove Health as a reviewer on Site Plan Type 3. This has been correct before. Not sure why this is populating again. ![image](https://user-images.githubusercontent.com/58854333/71904213-bb148a00-3133-11ea-95a8-2700a426bbd2.png) ![image](https://user-images.githubusercontent.com/58854333/71904233-c36cc500-3133-11ea-80a5-14320aaecaf3.png)
priority
planning site type health is never a reviewer on this work type remove health as a reviewer on site plan type this has been correct before not sure why this is populating again
1
219,402
7,341,836,991
IssuesEvent
2018-03-07 04:25:54
yanis333/SOEN341_Website
https://api.github.com/repos/yanis333/SOEN341_Website
opened
CSS for nav bar, index, add page
High value Priority3 Risk3 Sprint 3 enhancement
- [ ] nav bar: buttons should be redone, change colors - [ ] index page: add div for brief description, change colors - [ ] add page: change form color, textbox shape
1.0
CSS for nav bar, index, add page - - [ ] nav bar: buttons should be redone, change colors - [ ] index page: add div for brief description, change colors - [ ] add page: change form color, textbox shape
priority
css for nav bar index add page nav bar buttons should be redone change colors index page add div for brief description change colors add page change form color textbox shape
1
575,371
17,028,761,501
IssuesEvent
2021-07-04 05:22:35
ihhub/fheroes2
https://api.github.com/repos/ihhub/fheroes2
closed
Adventure map, month of the creature, the positioning of the wandering troops during the month of the creature does not seem to be the same as in the original game
bug help wanted high priority logic
In fheroes2, the positioning of the wandering troops during the month of the creature does not seem to be the same as in the original game. Here are the save files: [Month of creature fh2 01.zip](https://github.com/ihhub/fheroes2/files/5683088/Month.of.creature.fh2.01.zip)
1.0
Adventure map, month of the creature, the positioning of the wandering troops during the month of the creature does not seem to be the same as in the original game - In fheroes2, the positioning of the wandering troops during the month of the creature does not seem to be the same as in the original game. Here are the save files: [Month of creature fh2 01.zip](https://github.com/ihhub/fheroes2/files/5683088/Month.of.creature.fh2.01.zip)
priority
adventure map month of the creature the positioning of the wandering troops during the month of the creature does not seem to be the same as in the original game in the positioning of the wandering troops during the month of the creature does not seem to be the same as in the original game here are the save files
1
406,348
11,890,445,714
IssuesEvent
2020-03-28 18:22:41
match4healthcare/match4healthcare
https://api.github.com/repos/match4healthcare/match4healthcare
reopened
Merge Medizinstudent und Arzt
bug dev-ready high-priority
# Zusammenfassen von Arzt und Medizinstudent als eine Berufsausbildung. Auf der Onboarding Seite soll folgendermaรŸen geรคndert werden: ## **Abschnitt Arzt:** entfรคllt ## Abschnitt Student wird folgendermassen geรคndert: **Mediziner_In** 1. Ausbildungsabschnitt (Auswahl) 1. Keine Angabe 2. Vorklinischer Teil (1.-5. Semester) 3. Klinischer Teil (6.-10. Semester) 4. Praktisches Jahr 5. Assistenzarzt 6. Facharzt 2. Erfahrung/Fachrichtung Anรคsthesie 3. Erfahrung/Fachrichtung Famulatur Chirurgie 4. Erfahrung/Fachrichtung Famulatur Innere 5. Erfahrung/Fachrichtung Famulatur Intensivmedizin 6. Erfahrung/Fachrichtung Notaufnahme 7. Eine Anerkennung als Teil eines Studienabschnitts (Pflegepraktikum/Famulatur) ist wichtig ## Weiteres **Wenn kein Aufwand**, Zahnmedizinstudent_in noch um Abgeschlossen erweitern als letzte Stufe # Filterseite Auswahl des Abschnitts einmal als Minimum, einmal als Maximum: "Mindestens Keine Angabe|Vorklinischer Teil (1.-5. Semester)|..." "Hรถchstens Keine Angabe|Vorklinischer Teil (1.-5. Semester)|..."
1.0
Merge Medizinstudent und Arzt - # Zusammenfassen von Arzt und Medizinstudent als eine Berufsausbildung. Auf der Onboarding Seite soll folgendermaรŸen geรคndert werden: ## **Abschnitt Arzt:** entfรคllt ## Abschnitt Student wird folgendermassen geรคndert: **Mediziner_In** 1. Ausbildungsabschnitt (Auswahl) 1. Keine Angabe 2. Vorklinischer Teil (1.-5. Semester) 3. Klinischer Teil (6.-10. Semester) 4. Praktisches Jahr 5. Assistenzarzt 6. Facharzt 2. Erfahrung/Fachrichtung Anรคsthesie 3. Erfahrung/Fachrichtung Famulatur Chirurgie 4. Erfahrung/Fachrichtung Famulatur Innere 5. Erfahrung/Fachrichtung Famulatur Intensivmedizin 6. Erfahrung/Fachrichtung Notaufnahme 7. Eine Anerkennung als Teil eines Studienabschnitts (Pflegepraktikum/Famulatur) ist wichtig ## Weiteres **Wenn kein Aufwand**, Zahnmedizinstudent_in noch um Abgeschlossen erweitern als letzte Stufe # Filterseite Auswahl des Abschnitts einmal als Minimum, einmal als Maximum: "Mindestens Keine Angabe|Vorklinischer Teil (1.-5. Semester)|..." "Hรถchstens Keine Angabe|Vorklinischer Teil (1.-5. Semester)|..."
priority
merge medizinstudent und arzt zusammenfassen von arzt und medizinstudent als eine berufsausbildung auf der onboarding seite soll folgendermaรŸen geรคndert werden abschnitt arzt entfรคllt abschnitt student wird folgendermassen geรคndert mediziner in ausbildungsabschnitt auswahl keine angabe vorklinischer teil semester klinischer teil semester praktisches jahr assistenzarzt facharzt erfahrung fachrichtung anรคsthesie erfahrung fachrichtung famulatur chirurgie erfahrung fachrichtung famulatur innere erfahrung fachrichtung famulatur intensivmedizin erfahrung fachrichtung notaufnahme eine anerkennung als teil eines studienabschnitts pflegepraktikum famulatur ist wichtig weiteres wenn kein aufwand zahnmedizinstudent in noch um abgeschlossen erweitern als letzte stufe filterseite auswahl des abschnitts einmal als minimum einmal als maximum mindestens keine angabe vorklinischer teil semester hรถchstens keine angabe vorklinischer teil semester
1