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
957
labels
stringlengths
4
795
body
stringlengths
1
259k
index
stringclasses
12 values
text_combine
stringlengths
96
259k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
363,415
10,741,090,314
IssuesEvent
2019-10-29 19:30:24
eriq-augustine/test-issue-copy
https://api.github.com/repos/eriq-augustine/test-issue-copy
opened
Remove GroundValueConstraint and GroundLinearConstraint
Difficulty - Medium Priority - High Type - Refactor
<a href="https://github.com/eriq-augustine"><img src="https://avatars0.githubusercontent.com/u/337857?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [eriq-augustine](https://github.com/eriq-augustine)** _Thursday Nov 15, 2018 at 14:28 GMT_ _Originally opened as https://github.com/eriq-augustine/psl/issues/185_ ---- Both of these are just arithmetic rules. GroundValueConstraint is just `RVA = val`. GroundLinearConstraint is just `coeff * RVA + coeff * RVA ... <=|=|>= val`. I think the constraint blocker is the only thing that uses them. We will have to be a bit careful on the semantics: - This would be a ground rule without an associated rule (unless we create a dummy). - There are both special cases of arithmetic rules. Maybe instead of removal, we can just treat them as special cases (subclasses).
1.0
Remove GroundValueConstraint and GroundLinearConstraint - <a href="https://github.com/eriq-augustine"><img src="https://avatars0.githubusercontent.com/u/337857?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [eriq-augustine](https://github.com/eriq-augustine)** _Thursday Nov 15, 2018 at 14:28 GMT_ _Originally opened as https://github.com/eriq-augustine/psl/issues/185_ ---- Both of these are just arithmetic rules. GroundValueConstraint is just `RVA = val`. GroundLinearConstraint is just `coeff * RVA + coeff * RVA ... <=|=|>= val`. I think the constraint blocker is the only thing that uses them. We will have to be a bit careful on the semantics: - This would be a ground rule without an associated rule (unless we create a dummy). - There are both special cases of arithmetic rules. Maybe instead of removal, we can just treat them as special cases (subclasses).
priority
remove groundvalueconstraint and groundlinearconstraint issue by thursday nov at gmt originally opened as both of these are just arithmetic rules groundvalueconstraint is just rva val groundlinearconstraint is just coeff rva coeff rva val i think the constraint blocker is the only thing that uses them we will have to be a bit careful on the semantics this would be a ground rule without an associated rule unless we create a dummy there are both special cases of arithmetic rules maybe instead of removal we can just treat them as special cases subclasses
1
746,896
26,050,072,362
IssuesEvent
2022-12-22 17:44:12
bounswe/bounswe2022group2
https://api.github.com/repos/bounswe/bounswe2022group2
opened
Implementation of profile page for the backend
priority-medium status-new
### Issue Description We would like to add a profile page feature to our user model. This page would allow users to view and edit their personal information, such as their name, email address, and profile picture. The user model currently stores the following information: - username - email - password - verification code - is verified To implement the profile page, we will need to add the following fields to the user model: - profile picture (base64 encoded image or URL) - bio (text field for users to enter a short description about themselves) We will also need to update the user model's update methods so that users can set these fields in their profile pages, and finally add a getter for a users profile so that users can see each others profiles. ### Step Details - [ ] Modify the user model to include the following new fields: - profile picture (base64 encoded image or URL) - bio (text field for users to enter a short description about themselves) - [ ] Add a route for the profile page and a function to handle requests to this route. This function should retrieve the user's information from the database and render the profile page template with the user's information. - [ ] Add PUT endpoints for the new fields in the user model, allowing users to update their profile picture and bio. - [ ] Add a getter function that retrieves the information for a user's profile page, including the new fields (profile picture and bio). - [ ] Test the profile page feature to ensure that it is displayed correctly and allows users to view and edit their profile information as expected. ### Final Actions Upon completion of this issue, profile page shall be implemented in the frontend. ### Deadline of the Issue 24.12.2022 10:00 ### Reviewer Ecenur Sezer ### Deadline for the Review 24.12.2022 16:00
1.0
Implementation of profile page for the backend - ### Issue Description We would like to add a profile page feature to our user model. This page would allow users to view and edit their personal information, such as their name, email address, and profile picture. The user model currently stores the following information: - username - email - password - verification code - is verified To implement the profile page, we will need to add the following fields to the user model: - profile picture (base64 encoded image or URL) - bio (text field for users to enter a short description about themselves) We will also need to update the user model's update methods so that users can set these fields in their profile pages, and finally add a getter for a users profile so that users can see each others profiles. ### Step Details - [ ] Modify the user model to include the following new fields: - profile picture (base64 encoded image or URL) - bio (text field for users to enter a short description about themselves) - [ ] Add a route for the profile page and a function to handle requests to this route. This function should retrieve the user's information from the database and render the profile page template with the user's information. - [ ] Add PUT endpoints for the new fields in the user model, allowing users to update their profile picture and bio. - [ ] Add a getter function that retrieves the information for a user's profile page, including the new fields (profile picture and bio). - [ ] Test the profile page feature to ensure that it is displayed correctly and allows users to view and edit their profile information as expected. ### Final Actions Upon completion of this issue, profile page shall be implemented in the frontend. ### Deadline of the Issue 24.12.2022 10:00 ### Reviewer Ecenur Sezer ### Deadline for the Review 24.12.2022 16:00
priority
implementation of profile page for the backend issue description we would like to add a profile page feature to our user model this page would allow users to view and edit their personal information such as their name email address and profile picture the user model currently stores the following information username email password verification code is verified to implement the profile page we will need to add the following fields to the user model profile picture encoded image or url bio text field for users to enter a short description about themselves we will also need to update the user model s update methods so that users can set these fields in their profile pages and finally add a getter for a users profile so that users can see each others profiles step details modify the user model to include the following new fields profile picture encoded image or url bio text field for users to enter a short description about themselves add a route for the profile page and a function to handle requests to this route this function should retrieve the user s information from the database and render the profile page template with the user s information add put endpoints for the new fields in the user model allowing users to update their profile picture and bio add a getter function that retrieves the information for a user s profile page including the new fields profile picture and bio test the profile page feature to ensure that it is displayed correctly and allows users to view and edit their profile information as expected final actions upon completion of this issue profile page shall be implemented in the frontend deadline of the issue reviewer ecenur sezer deadline for the review
1
256,535
8,127,769,611
IssuesEvent
2018-08-17 09:16:09
aowen87/BAR
https://api.github.com/repos/aowen87/BAR
closed
enahnce boxlib plugin to handle new headers
Expected Use: 3 - Occasional Feature Impact: 3 - Medium Priority: High
<pre> I investigated this a bit more here at LBL talking to the BoxLib developers. There are different BoxLib file types, differentiated by the first line in “Header”. Most of the BoxLib files that I encountered are of type “HyperCLaw" and that seems to be the type that VisIt expects. Andy Nonaka at CCSE has a copy of one of the files Mark Converse sent him. This is a file of type “CartGrid”, which seems to have additional information in it. VisIt completely ignores the first line of the file with the type. I assume when we were developing the reader in the first place, we did not have any access to “CartGrid” files so it did not make any difference. However, if we want to read other BoxLib file types correctly, we need to read the first line and check the file type. The main difference between “HyperCLaw” and “CartGrid” files seems to be that they contain a “vfEps” (1e-08 in your file) per level between dx (the line "0.05 0.05 0.05” in your file) and coordSys (the line “0” following the “1e-8” in your file). Removing this line (or these lines if there is more than one level), should allow VisIt to read the file until the reader is modified. Gunther On Jul 30, 2015, at 12:50 PM, Converse, Mark C. <converse3@llnl.gov> wrote: Mark, Actually it is not working. I was on travel last week and was vpning in, using my mac laptop. It was working on that. But I just got back today, and tried it on my desktop and it doesn’t work. I think I am now having the same problems you were having (even after removing that line with the 1e-08). I tried it on my laptop locally (so here in the office) and it also doesn’t work. I even took it home to try while vpn from a remote location and it doesn’t work. I have no idea why it was working last week and doesn’t work this week. Any thoughts? Thanks, Mark From: Converse, Mark C. [mailto:converse3@llnl.gov] Sent: Friday, July 24, 2015 7:24 AM To: VisIt software users community Subject: Re: [visit-users] Launching Visit on Syrah Thanks for all the help :) Mark From: Miller, Mark C. [miller86@llnl.gov] Sent: Thursday, July 23, 2015 2:25 PM To: VisIt software users community Subject: Re: [visit-users] Launching Visit on Syrah Oh, good news. At least something I helped with worked this week ;) Mark From: <Converse>, "Mark C." <converse3@llnl.gov> Reply-To: VisIt software users community <visit-users@elist.ornl.gov> Date: Thursday, July 23, 2015 2:04 PM To: VisIt software users community <visit-users@elist.ornl.gov> Subject: Re: [visit-users] Launching Visit on Syrah Mark, I removed that line as well, and I can open in Visit, then do a psuedocolor plot and draw a plot of that variable. So at first blush it seems to be working. Mark From: Miller, Mark C. [miller86@llnl.gov] Sent: Thursday, July 23, 2015 11:21 AM To: VisIt software users community Subject: Re: [visit-users] Launching Visit on Syrah Hi Mark, I have debugged a bit more. IMHO, the problem is definitely with the Header file. The relevant section is below. . . -2 -2 -2 2 2 2 ((0,0,0) (79,79,79) (0,0,0)) 100 0.05 0.05 0.05 1e-08 0 0 0 75 5.57623875809867e-06 100 Note the '1e-08' line. VisIt's current plugin is expecting an integer there for the 'coordSys' data member of the Boxlib3D plugin. It reads as far as the '1' and sets coordSys int to 1. Then it attempts to read what it thinks is another 'integer' which I think is indicating if ghost zones are used. It tries to read the 'e-08' part via >> operator and that operation fails (i assume) or somehow the 'integer' value that gets set is '3'. If I take out the 1e-08 line, neither boxlib nor VisIt crash anymore. However, I still don't get to a state where I can plot anything. The mdserver belives there are 75 blocks and a bunch of variables but VisIt's GUI menus are non-responsive. I think somehow we're dealing with different file format versions. Mark </pre> -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine ticket. Ticket number: 2352 Status: Resolved Project: VisIt Tracker: Feature Priority: High Subject: enahnce boxlib plugin to handle new headers Assigned to: Gunther Weber Category: Target version: 2.10 Author: Mark Miller Start: 08/05/2015 Due date: % Done: 100 Estimated time: Created: 08/05/2015 04:08 pm Updated: 09/10/2015 12:40 pm Likelihood: Severity: Found in version: Impact: 3 - Medium Expected Use: 3 - Occasional OS: All Support Group: Any Description: <pre> I investigated this a bit more here at LBL talking to the BoxLib developers. There are different BoxLib file types, differentiated by the first line in “Header”. Most of the BoxLib files that I encountered are of type “HyperCLaw" and that seems to be the type that VisIt expects. Andy Nonaka at CCSE has a copy of one of the files Mark Converse sent him. This is a file of type “CartGrid”, which seems to have additional information in it. VisIt completely ignores the first line of the file with the type. I assume when we were developing the reader in the first place, we did not have any access to “CartGrid” files so it did not make any difference. However, if we want to read other BoxLib file types correctly, we need to read the first line and check the file type. The main difference between “HyperCLaw” and “CartGrid” files seems to be that they contain a “vfEps” (1e-08 in your file) per level between dx (the line "0.05 0.05 0.05” in your file) and coordSys (the line “0” following the “1e-8” in your file). Removing this line (or these lines if there is more than one level), should allow VisIt to read the file until the reader is modified. Gunther On Jul 30, 2015, at 12:50 PM, Converse, Mark C. <converse3@llnl.gov> wrote: Mark, Actually it is not working. I was on travel last week and was vpning in, using my mac laptop. It was working on that. But I just got back today, and tried it on my desktop and it doesn’t work. I think I am now having the same problems you were having (even after removing that line with the 1e-08). I tried it on my laptop locally (so here in the office) and it also doesn’t work. I even took it home to try while vpn from a remote location and it doesn’t work. I have no idea why it was working last week and doesn’t work this week. Any thoughts? Thanks, Mark From: Converse, Mark C. [mailto:converse3@llnl.gov] Sent: Friday, July 24, 2015 7:24 AM To: VisIt software users community Subject: Re: [visit-users] Launching Visit on Syrah Thanks for all the help :) Mark From: Miller, Mark C. [miller86@llnl.gov] Sent: Thursday, July 23, 2015 2:25 PM To: VisIt software users community Subject: Re: [visit-users] Launching Visit on Syrah Oh, good news. At least something I helped with worked this week ;) Mark From: <Converse>, "Mark C." <converse3@llnl.gov> Reply-To: VisIt software users community <visit-users@elist.ornl.gov> Date: Thursday, July 23, 2015 2:04 PM To: VisIt software users community <visit-users@elist.ornl.gov> Subject: Re: [visit-users] Launching Visit on Syrah Mark, I removed that line as well, and I can open in Visit, then do a psuedocolor plot and draw a plot of that variable. So at first blush it seems to be working. Mark From: Miller, Mark C. [miller86@llnl.gov] Sent: Thursday, July 23, 2015 11:21 AM To: VisIt software users community Subject: Re: [visit-users] Launching Visit on Syrah Hi Mark, I have debugged a bit more. IMHO, the problem is definitely with the Header file. The relevant section is below. . . -2 -2 -2 2 2 2 ((0,0,0) (79,79,79) (0,0,0)) 100 0.05 0.05 0.05 1e-08 0 0 0 75 5.57623875809867e-06 100 Note the '1e-08' line. VisIt's current plugin is expecting an integer there for the 'coordSys' data member of the Boxlib3D plugin. It reads as far as the '1' and sets coordSys int to 1. Then it attempts to read what it thinks is another 'integer' which I think is indicating if ghost zones are used. It tries to read the 'e-08' part via >> operator and that operation fails (i assume) or somehow the 'integer' value that gets set is '3'. If I take out the 1e-08 line, neither boxlib nor VisIt crash anymore. However, I still don't get to a state where I can plot anything. The mdserver belives there are 75 blocks and a bunch of variables but VisIt's GUI menus are non-responsive. I think somehow we're dealing with different file format versions. Mark </pre> Comments: Mark Miller checked with Mark Converse and it is resolved.
1.0
enahnce boxlib plugin to handle new headers - <pre> I investigated this a bit more here at LBL talking to the BoxLib developers. There are different BoxLib file types, differentiated by the first line in “Header”. Most of the BoxLib files that I encountered are of type “HyperCLaw" and that seems to be the type that VisIt expects. Andy Nonaka at CCSE has a copy of one of the files Mark Converse sent him. This is a file of type “CartGrid”, which seems to have additional information in it. VisIt completely ignores the first line of the file with the type. I assume when we were developing the reader in the first place, we did not have any access to “CartGrid” files so it did not make any difference. However, if we want to read other BoxLib file types correctly, we need to read the first line and check the file type. The main difference between “HyperCLaw” and “CartGrid” files seems to be that they contain a “vfEps” (1e-08 in your file) per level between dx (the line "0.05 0.05 0.05” in your file) and coordSys (the line “0” following the “1e-8” in your file). Removing this line (or these lines if there is more than one level), should allow VisIt to read the file until the reader is modified. Gunther On Jul 30, 2015, at 12:50 PM, Converse, Mark C. <converse3@llnl.gov> wrote: Mark, Actually it is not working. I was on travel last week and was vpning in, using my mac laptop. It was working on that. But I just got back today, and tried it on my desktop and it doesn’t work. I think I am now having the same problems you were having (even after removing that line with the 1e-08). I tried it on my laptop locally (so here in the office) and it also doesn’t work. I even took it home to try while vpn from a remote location and it doesn’t work. I have no idea why it was working last week and doesn’t work this week. Any thoughts? Thanks, Mark From: Converse, Mark C. [mailto:converse3@llnl.gov] Sent: Friday, July 24, 2015 7:24 AM To: VisIt software users community Subject: Re: [visit-users] Launching Visit on Syrah Thanks for all the help :) Mark From: Miller, Mark C. [miller86@llnl.gov] Sent: Thursday, July 23, 2015 2:25 PM To: VisIt software users community Subject: Re: [visit-users] Launching Visit on Syrah Oh, good news. At least something I helped with worked this week ;) Mark From: <Converse>, "Mark C." <converse3@llnl.gov> Reply-To: VisIt software users community <visit-users@elist.ornl.gov> Date: Thursday, July 23, 2015 2:04 PM To: VisIt software users community <visit-users@elist.ornl.gov> Subject: Re: [visit-users] Launching Visit on Syrah Mark, I removed that line as well, and I can open in Visit, then do a psuedocolor plot and draw a plot of that variable. So at first blush it seems to be working. Mark From: Miller, Mark C. [miller86@llnl.gov] Sent: Thursday, July 23, 2015 11:21 AM To: VisIt software users community Subject: Re: [visit-users] Launching Visit on Syrah Hi Mark, I have debugged a bit more. IMHO, the problem is definitely with the Header file. The relevant section is below. . . -2 -2 -2 2 2 2 ((0,0,0) (79,79,79) (0,0,0)) 100 0.05 0.05 0.05 1e-08 0 0 0 75 5.57623875809867e-06 100 Note the '1e-08' line. VisIt's current plugin is expecting an integer there for the 'coordSys' data member of the Boxlib3D plugin. It reads as far as the '1' and sets coordSys int to 1. Then it attempts to read what it thinks is another 'integer' which I think is indicating if ghost zones are used. It tries to read the 'e-08' part via >> operator and that operation fails (i assume) or somehow the 'integer' value that gets set is '3'. If I take out the 1e-08 line, neither boxlib nor VisIt crash anymore. However, I still don't get to a state where I can plot anything. The mdserver belives there are 75 blocks and a bunch of variables but VisIt's GUI menus are non-responsive. I think somehow we're dealing with different file format versions. Mark </pre> -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine ticket. Ticket number: 2352 Status: Resolved Project: VisIt Tracker: Feature Priority: High Subject: enahnce boxlib plugin to handle new headers Assigned to: Gunther Weber Category: Target version: 2.10 Author: Mark Miller Start: 08/05/2015 Due date: % Done: 100 Estimated time: Created: 08/05/2015 04:08 pm Updated: 09/10/2015 12:40 pm Likelihood: Severity: Found in version: Impact: 3 - Medium Expected Use: 3 - Occasional OS: All Support Group: Any Description: <pre> I investigated this a bit more here at LBL talking to the BoxLib developers. There are different BoxLib file types, differentiated by the first line in “Header”. Most of the BoxLib files that I encountered are of type “HyperCLaw" and that seems to be the type that VisIt expects. Andy Nonaka at CCSE has a copy of one of the files Mark Converse sent him. This is a file of type “CartGrid”, which seems to have additional information in it. VisIt completely ignores the first line of the file with the type. I assume when we were developing the reader in the first place, we did not have any access to “CartGrid” files so it did not make any difference. However, if we want to read other BoxLib file types correctly, we need to read the first line and check the file type. The main difference between “HyperCLaw” and “CartGrid” files seems to be that they contain a “vfEps” (1e-08 in your file) per level between dx (the line "0.05 0.05 0.05” in your file) and coordSys (the line “0” following the “1e-8” in your file). Removing this line (or these lines if there is more than one level), should allow VisIt to read the file until the reader is modified. Gunther On Jul 30, 2015, at 12:50 PM, Converse, Mark C. <converse3@llnl.gov> wrote: Mark, Actually it is not working. I was on travel last week and was vpning in, using my mac laptop. It was working on that. But I just got back today, and tried it on my desktop and it doesn’t work. I think I am now having the same problems you were having (even after removing that line with the 1e-08). I tried it on my laptop locally (so here in the office) and it also doesn’t work. I even took it home to try while vpn from a remote location and it doesn’t work. I have no idea why it was working last week and doesn’t work this week. Any thoughts? Thanks, Mark From: Converse, Mark C. [mailto:converse3@llnl.gov] Sent: Friday, July 24, 2015 7:24 AM To: VisIt software users community Subject: Re: [visit-users] Launching Visit on Syrah Thanks for all the help :) Mark From: Miller, Mark C. [miller86@llnl.gov] Sent: Thursday, July 23, 2015 2:25 PM To: VisIt software users community Subject: Re: [visit-users] Launching Visit on Syrah Oh, good news. At least something I helped with worked this week ;) Mark From: <Converse>, "Mark C." <converse3@llnl.gov> Reply-To: VisIt software users community <visit-users@elist.ornl.gov> Date: Thursday, July 23, 2015 2:04 PM To: VisIt software users community <visit-users@elist.ornl.gov> Subject: Re: [visit-users] Launching Visit on Syrah Mark, I removed that line as well, and I can open in Visit, then do a psuedocolor plot and draw a plot of that variable. So at first blush it seems to be working. Mark From: Miller, Mark C. [miller86@llnl.gov] Sent: Thursday, July 23, 2015 11:21 AM To: VisIt software users community Subject: Re: [visit-users] Launching Visit on Syrah Hi Mark, I have debugged a bit more. IMHO, the problem is definitely with the Header file. The relevant section is below. . . -2 -2 -2 2 2 2 ((0,0,0) (79,79,79) (0,0,0)) 100 0.05 0.05 0.05 1e-08 0 0 0 75 5.57623875809867e-06 100 Note the '1e-08' line. VisIt's current plugin is expecting an integer there for the 'coordSys' data member of the Boxlib3D plugin. It reads as far as the '1' and sets coordSys int to 1. Then it attempts to read what it thinks is another 'integer' which I think is indicating if ghost zones are used. It tries to read the 'e-08' part via >> operator and that operation fails (i assume) or somehow the 'integer' value that gets set is '3'. If I take out the 1e-08 line, neither boxlib nor VisIt crash anymore. However, I still don't get to a state where I can plot anything. The mdserver belives there are 75 blocks and a bunch of variables but VisIt's GUI menus are non-responsive. I think somehow we're dealing with different file format versions. Mark </pre> Comments: Mark Miller checked with Mark Converse and it is resolved.
priority
enahnce boxlib plugin to handle new headers i investigated this a bit more here at lbl talking to the boxlib developers there are different boxlib file types differentiated by the first line in “header” most of the boxlib files that i encountered are of type “hyperclaw and that seems to be the type that visit expects andy nonaka at ccse has a copy of one of the files mark converse sent him this is a file of type “cartgrid” which seems to have additional information in it visit completely ignores the first line of the file with the type i assume when we were developing the reader in the first place we did not have any access to “cartgrid” files so it did not make any difference however if we want to read other boxlib file types correctly we need to read the first line and check the file type the main difference between “hyperclaw” and “cartgrid” files seems to be that they contain a “vfeps” in your file per level between dx the line € in your file and coordsys the line “ € following the “ € in your file removing this line or these lines if there is more than one level should allow visit to read the file until the reader is modified gunther on jul at pm converse mark c wrote mark actually it is not working i was on travel last week and was vpning in using my mac laptop it was working on that but i just got back today and tried it on my desktop and it doesn’t work i think i am now having the same problems you were having even after removing that line with the i tried it on my laptop locally so here in the office and it also doesn’t work i even took it home to try while vpn from a remote location and it doesn’t work i have no idea why it was working last week and doesn’t work this week any thoughts thanks mark from converse mark c sent friday july am to visit software users community subject re launching visit on syrah thanks for all the help mark from miller mark c sent thursday july pm to visit software users community subject re launching visit on syrah oh good news at least something i helped with worked this week mark from mark c reply to visit software users community date thursday july pm to visit software users community subject re launching visit on syrah mark i removed that line as well and i can open in visit then do a psuedocolor plot and draw a plot of that variable so at first blush it seems to be working mark from miller mark c sent thursday july am to visit software users community subject re launching visit on syrah hi mark i have debugged a bit more imho the problem is definitely with the header file the relevant section is below note the line visit s current plugin is expecting an integer there for the coordsys data member of the plugin it reads as far as the and sets coordsys int to then it attempts to read what it thinks is another integer which i think is indicating if ghost zones are used it tries to read the e part via operator and that operation fails i assume or somehow the integer value that gets set is if i take out the line neither boxlib nor visit crash anymore however i still don t get to a state where i can plot anything the mdserver belives there are blocks and a bunch of variables but visit s gui menus are non responsive i think somehow we re dealing with different file format versions mark redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker feature priority high subject enahnce boxlib plugin to handle new headers assigned to gunther weber category target version author mark miller start due date done estimated time created pm updated pm likelihood severity found in version impact medium expected use occasional os all support group any description i investigated this a bit more here at lbl talking to the boxlib developers there are different boxlib file types differentiated by the first line in “header” most of the boxlib files that i encountered are of type “hyperclaw and that seems to be the type that visit expects andy nonaka at ccse has a copy of one of the files mark converse sent him this is a file of type “cartgrid” which seems to have additional information in it visit completely ignores the first line of the file with the type i assume when we were developing the reader in the first place we did not have any access to “cartgrid” files so it did not make any difference however if we want to read other boxlib file types correctly we need to read the first line and check the file type the main difference between “hyperclaw” and “cartgrid” files seems to be that they contain a “vfeps” in your file per level between dx the line € in your file and coordsys the line “ € following the “ € in your file removing this line or these lines if there is more than one level should allow visit to read the file until the reader is modified gunther on jul at pm converse mark c wrote mark actually it is not working i was on travel last week and was vpning in using my mac laptop it was working on that but i just got back today and tried it on my desktop and it doesn’t work i think i am now having the same problems you were having even after removing that line with the i tried it on my laptop locally so here in the office and it also doesn’t work i even took it home to try while vpn from a remote location and it doesn’t work i have no idea why it was working last week and doesn’t work this week any thoughts thanks mark from converse mark c sent friday july am to visit software users community subject re launching visit on syrah thanks for all the help mark from miller mark c sent thursday july pm to visit software users community subject re launching visit on syrah oh good news at least something i helped with worked this week mark from mark c reply to visit software users community date thursday july pm to visit software users community subject re launching visit on syrah mark i removed that line as well and i can open in visit then do a psuedocolor plot and draw a plot of that variable so at first blush it seems to be working mark from miller mark c sent thursday july am to visit software users community subject re launching visit on syrah hi mark i have debugged a bit more imho the problem is definitely with the header file the relevant section is below note the line visit s current plugin is expecting an integer there for the coordsys data member of the plugin it reads as far as the and sets coordsys int to then it attempts to read what it thinks is another integer which i think is indicating if ghost zones are used it tries to read the e part via operator and that operation fails i assume or somehow the integer value that gets set is if i take out the line neither boxlib nor visit crash anymore however i still don t get to a state where i can plot anything the mdserver belives there are blocks and a bunch of variables but visit s gui menus are non responsive i think somehow we re dealing with different file format versions mark comments mark miller checked with mark converse and it is resolved
1
284,230
8,736,726,285
IssuesEvent
2018-12-11 20:22:29
aowen87/TicketTester
https://api.github.com/repos/aowen87/TicketTester
closed
Displaying curves as tubes in the pseudocolor window causes many of the curves to disappear
bug crash likelihood medium priority reviewed severity high wrong results
I was displaying streamlines in the pseudocolor plot and turned on tubes and most of the lines disappeared. We need this for supercomputing. -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine ticket. Ticket number: 2701 Status: Resolved Project: VisIt Tracker: Bug Priority: Immediate Subject: Displaying curves as tubes in the pseudocolor window causes many of the curves to disappear Assigned to: Eric Brugger Category: Target version: 2.12.0 Author: Eric Brugger Start: 10/20/2016 Due date: % Done: 100 Estimated time: 8.0 Created: 10/20/2016 02:37 pm Updated: 10/25/2016 01:45 pm Likelihood: 3 - Occasional Severity: 4 - Crash / Wrong Results Found in version: 2.10.0 Impact: Expected Use: OS: All Support Group: Any Description: I was displaying streamlines in the pseudocolor plot and turned on tubes and most of the lines disappeared. We need this for supercomputing. Comments: I committed revisions 29468 and 29470 to the 2.11 RC and trunk withthe following change:1) I corrected a bug with the Pseudocolor plot where displaying lines from the IntegrateCurve operator as tubes could cause some of the lines to disappear. The fix involved using the vtkCleanPolyData filter before the vtkTubeFilter to remove any duplicate points in the lines. This resolves #2701.M avt/Filters/avtPolylineToTubeFilter.CM resources/help/en_US/relnotes2.11.1.htmlI committed revisions 29472 and 29474 to the 2.11 RC and trunk withthe following change:1) I updated some integral curve test results in the test suite that changed after I corrected a bug when displaying lines as tubes. This fully resolves #2701.M baseline/operators/ic_geometry/ic_geometry_01.pngM baseline/operators/ic_geometry/ic_geometry_02.pngM baseline/operators/ic_geometry/ic_geometry_03.pngM baseline/operators/ic_geometry/ic_geometry_04.pngM baseline/operators/ic_geometry/ic_geometry_05.pngM baseline/operators/ic_geometry/ic_geometry_06.pngM baseline/operators/ic_streamlines/ic_streamlines_01.pngM baseline/operators/ic_streamlines/ic_streamlines_02.pngM baseline/operators/ic_streamlines/ic_streamlines_03.pngM baseline/operators/ic_streamlines/ic_streamlines_04.pngM baseline/operators/ic_streamlines/ic_streamlines_05.pngM baseline/operators/ic_streamlines/ic_streamlines_06.pngM baseline/operators/ic_streamlines/ic_streamlines_07.pngM baseline/operators/ic_streamlines/ic_streamlines_08.pngM baseline/operators/ic_streamlines/ic_streamlines_09.pngM baseline/operators/ic_streamlines/ic_streamlines_10.pngI committed revisions 29480 and 29482 to the 2.11 RC and trunk withthe following change:1) I updated some more test suite results due my integral curve operator changes.A baseline/operators/ic_geometry/parallelA baseline/operators/ic_geometry/parallel/ic_geometry_05.pngA baseline/operators/ic_geometry/parallel/ic_geometry_06.pngA baseline/operators/ic_geometry/parallelA baseline/operators/ic_geometry/parallel/ic_geometry_05.pngA baseline/operators/ic_geometry/parallel/ic_geometry_06.pngM baseline/operators/ic_streamlines/ic_streamlines_01.pngM baseline/operators/ic_streamlines/ic_streamlines_02.pngM baseline/operators/ic_streamlines/ic_streamlines_03.pngM baseline/operators/ic_streamlines/ic_streamlines_04.pngM baseline/operators/ic_streamlines/ic_streamlines_05.pngM baseline/operators/ic_streamlines/ic_streamlines_06.pngM baseline/operators/ic_streamlines/ic_streamlines_07.pngM baseline/operators/ic_streamlines/ic_streamlines_08.pngM baseline/operators/ic_streamlines/ic_streamlines_09.pngM baseline/operators/ic_streamlines/ic_streamlines_10.png
1.0
Displaying curves as tubes in the pseudocolor window causes many of the curves to disappear - I was displaying streamlines in the pseudocolor plot and turned on tubes and most of the lines disappeared. We need this for supercomputing. -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine ticket. Ticket number: 2701 Status: Resolved Project: VisIt Tracker: Bug Priority: Immediate Subject: Displaying curves as tubes in the pseudocolor window causes many of the curves to disappear Assigned to: Eric Brugger Category: Target version: 2.12.0 Author: Eric Brugger Start: 10/20/2016 Due date: % Done: 100 Estimated time: 8.0 Created: 10/20/2016 02:37 pm Updated: 10/25/2016 01:45 pm Likelihood: 3 - Occasional Severity: 4 - Crash / Wrong Results Found in version: 2.10.0 Impact: Expected Use: OS: All Support Group: Any Description: I was displaying streamlines in the pseudocolor plot and turned on tubes and most of the lines disappeared. We need this for supercomputing. Comments: I committed revisions 29468 and 29470 to the 2.11 RC and trunk withthe following change:1) I corrected a bug with the Pseudocolor plot where displaying lines from the IntegrateCurve operator as tubes could cause some of the lines to disappear. The fix involved using the vtkCleanPolyData filter before the vtkTubeFilter to remove any duplicate points in the lines. This resolves #2701.M avt/Filters/avtPolylineToTubeFilter.CM resources/help/en_US/relnotes2.11.1.htmlI committed revisions 29472 and 29474 to the 2.11 RC and trunk withthe following change:1) I updated some integral curve test results in the test suite that changed after I corrected a bug when displaying lines as tubes. This fully resolves #2701.M baseline/operators/ic_geometry/ic_geometry_01.pngM baseline/operators/ic_geometry/ic_geometry_02.pngM baseline/operators/ic_geometry/ic_geometry_03.pngM baseline/operators/ic_geometry/ic_geometry_04.pngM baseline/operators/ic_geometry/ic_geometry_05.pngM baseline/operators/ic_geometry/ic_geometry_06.pngM baseline/operators/ic_streamlines/ic_streamlines_01.pngM baseline/operators/ic_streamlines/ic_streamlines_02.pngM baseline/operators/ic_streamlines/ic_streamlines_03.pngM baseline/operators/ic_streamlines/ic_streamlines_04.pngM baseline/operators/ic_streamlines/ic_streamlines_05.pngM baseline/operators/ic_streamlines/ic_streamlines_06.pngM baseline/operators/ic_streamlines/ic_streamlines_07.pngM baseline/operators/ic_streamlines/ic_streamlines_08.pngM baseline/operators/ic_streamlines/ic_streamlines_09.pngM baseline/operators/ic_streamlines/ic_streamlines_10.pngI committed revisions 29480 and 29482 to the 2.11 RC and trunk withthe following change:1) I updated some more test suite results due my integral curve operator changes.A baseline/operators/ic_geometry/parallelA baseline/operators/ic_geometry/parallel/ic_geometry_05.pngA baseline/operators/ic_geometry/parallel/ic_geometry_06.pngA baseline/operators/ic_geometry/parallelA baseline/operators/ic_geometry/parallel/ic_geometry_05.pngA baseline/operators/ic_geometry/parallel/ic_geometry_06.pngM baseline/operators/ic_streamlines/ic_streamlines_01.pngM baseline/operators/ic_streamlines/ic_streamlines_02.pngM baseline/operators/ic_streamlines/ic_streamlines_03.pngM baseline/operators/ic_streamlines/ic_streamlines_04.pngM baseline/operators/ic_streamlines/ic_streamlines_05.pngM baseline/operators/ic_streamlines/ic_streamlines_06.pngM baseline/operators/ic_streamlines/ic_streamlines_07.pngM baseline/operators/ic_streamlines/ic_streamlines_08.pngM baseline/operators/ic_streamlines/ic_streamlines_09.pngM baseline/operators/ic_streamlines/ic_streamlines_10.png
priority
displaying curves as tubes in the pseudocolor window causes many of the curves to disappear i was displaying streamlines in the pseudocolor plot and turned on tubes and most of the lines disappeared we need this for supercomputing redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker bug priority immediate subject displaying curves as tubes in the pseudocolor window causes many of the curves to disappear assigned to eric brugger category target version author eric brugger start due date done estimated time created pm updated pm likelihood occasional severity crash wrong results found in version impact expected use os all support group any description i was displaying streamlines in the pseudocolor plot and turned on tubes and most of the lines disappeared we need this for supercomputing comments i committed revisions and to the rc and trunk withthe following change i corrected a bug with the pseudocolor plot where displaying lines from the integratecurve operator as tubes could cause some of the lines to disappear the fix involved using the vtkcleanpolydata filter before the vtktubefilter to remove any duplicate points in the lines this resolves m avt filters avtpolylinetotubefilter cm resources help en us htmli committed revisions and to the rc and trunk withthe following change i updated some integral curve test results in the test suite that changed after i corrected a bug when displaying lines as tubes this fully resolves m baseline operators ic geometry ic geometry pngm baseline operators ic geometry ic geometry pngm baseline operators ic geometry ic geometry pngm baseline operators ic geometry ic geometry pngm baseline operators ic geometry ic geometry pngm baseline operators ic geometry ic geometry pngm baseline operators ic streamlines ic streamlines pngm baseline operators ic streamlines ic streamlines pngm baseline operators ic streamlines ic streamlines pngm baseline operators ic streamlines ic streamlines pngm baseline operators ic streamlines ic streamlines pngm baseline operators ic streamlines ic streamlines pngm baseline operators ic streamlines ic streamlines pngm baseline operators ic streamlines ic streamlines pngm baseline operators ic streamlines ic streamlines pngm baseline operators ic streamlines ic streamlines pngi committed revisions and to the rc and trunk withthe following change i updated some more test suite results due my integral curve operator changes a baseline operators ic geometry parallela baseline operators ic geometry parallel ic geometry pnga baseline operators ic geometry parallel ic geometry pnga baseline operators ic geometry parallela baseline operators ic geometry parallel ic geometry pnga baseline operators ic geometry parallel ic geometry pngm baseline operators ic streamlines ic streamlines pngm baseline operators ic streamlines ic streamlines pngm baseline operators ic streamlines ic streamlines pngm baseline operators ic streamlines ic streamlines pngm baseline operators ic streamlines ic streamlines pngm baseline operators ic streamlines ic streamlines pngm baseline operators ic streamlines ic streamlines pngm baseline operators ic streamlines ic streamlines pngm baseline operators ic streamlines ic streamlines pngm baseline operators ic streamlines ic streamlines png
1
634,118
20,326,309,349
IssuesEvent
2022-02-18 06:09:06
roq-trading/roq-issues
https://api.github.com/repos/roq-trading/roq-issues
opened
[roq-fix-bridge] Exception handler didn't catch protocol error
bug medium priority support
This was triggered by client sending 8=FIX4.4 (should have been FIX.4.4). The exception handler was implemented **after** parsing the FIX header. And the exception was triggered while parsing the header. This resulted in termination due to uncaught exception. The exception handler has now been moved **before** any parsing of FIX messages and the session is terminated (connection closed) when there is a parse error.
1.0
[roq-fix-bridge] Exception handler didn't catch protocol error - This was triggered by client sending 8=FIX4.4 (should have been FIX.4.4). The exception handler was implemented **after** parsing the FIX header. And the exception was triggered while parsing the header. This resulted in termination due to uncaught exception. The exception handler has now been moved **before** any parsing of FIX messages and the session is terminated (connection closed) when there is a parse error.
priority
exception handler didn t catch protocol error this was triggered by client sending should have been fix the exception handler was implemented after parsing the fix header and the exception was triggered while parsing the header this resulted in termination due to uncaught exception the exception handler has now been moved before any parsing of fix messages and the session is terminated connection closed when there is a parse error
1
644,789
20,987,730,154
IssuesEvent
2022-03-29 06:08:51
AY2122S2-CS2103T-T12-4/tp
https://api.github.com/repos/AY2122S2-CS2103T-T12-4/tp
closed
Generate emails related to task contacts
priority.Medium
As a user, I can get the emails of people related to a task so that I can easily paste it into my email application to contact them.
1.0
Generate emails related to task contacts - As a user, I can get the emails of people related to a task so that I can easily paste it into my email application to contact them.
priority
generate emails related to task contacts as a user i can get the emails of people related to a task so that i can easily paste it into my email application to contact them
1
777,487
27,281,736,988
IssuesEvent
2023-02-23 10:33:34
KinsonDigital/AdminTasks
https://api.github.com/repos/KinsonDigital/AdminTasks
closed
🔬Research auto dependency updates
medium priority 🔬research
### Complete The Item Below - [X] I have updated the title without removing the 🔬 emoji. ### What To Research Research how to manage auto-updates of dependencies. **The 2 good options to look into are below:** 1. [dependabot (GitHub)](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates) 2. [Renovate](https://github.com/marketplace/renovate) **Research each of these solutions with the considerations below:** 1. Can we have the bot choose the branches 3. Can the bot create the branches 4. Can the bot use templates for the PR 5. Anything that can make sure that we can keep our current process and workflow This is to see how it goes about creating the pull requests, and how it updates, and to learn about its features. If this ends up as something that should be used, create issues for the projects to set this up. ### Research Results _No response_ ### Acceptance Criteria **This issue is finished when:** - [ ] Research complete and issues created _(if needed)_. - [ ] If any issues were created, they have been added to the _**Related Work**_ section below. ### ToDo Items - [X] Priority label added to this issue. Refer to the _**Priority Type Labels**_ section below. - [X] Issue linked to the correct project. ### Issue Dependencies _No response_ ### Related Work _No response_ ### Additional Information: **_<details closed><summary>Priority Type Labels</summary>_** | Priority Type | Label | |---------------------|-------------------| | Low Priority | `low priority` | | Medium Priority | `medium priority` | | High Priority | `high priority` | </details> ### Code of Conduct - [X] I agree to follow this project's Code of Conduct.
1.0
🔬Research auto dependency updates - ### Complete The Item Below - [X] I have updated the title without removing the 🔬 emoji. ### What To Research Research how to manage auto-updates of dependencies. **The 2 good options to look into are below:** 1. [dependabot (GitHub)](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates) 2. [Renovate](https://github.com/marketplace/renovate) **Research each of these solutions with the considerations below:** 1. Can we have the bot choose the branches 3. Can the bot create the branches 4. Can the bot use templates for the PR 5. Anything that can make sure that we can keep our current process and workflow This is to see how it goes about creating the pull requests, and how it updates, and to learn about its features. If this ends up as something that should be used, create issues for the projects to set this up. ### Research Results _No response_ ### Acceptance Criteria **This issue is finished when:** - [ ] Research complete and issues created _(if needed)_. - [ ] If any issues were created, they have been added to the _**Related Work**_ section below. ### ToDo Items - [X] Priority label added to this issue. Refer to the _**Priority Type Labels**_ section below. - [X] Issue linked to the correct project. ### Issue Dependencies _No response_ ### Related Work _No response_ ### Additional Information: **_<details closed><summary>Priority Type Labels</summary>_** | Priority Type | Label | |---------------------|-------------------| | Low Priority | `low priority` | | Medium Priority | `medium priority` | | High Priority | `high priority` | </details> ### Code of Conduct - [X] I agree to follow this project's Code of Conduct.
priority
🔬research auto dependency updates complete the item below i have updated the title without removing the 🔬 emoji what to research research how to manage auto updates of dependencies the good options to look into are below research each of these solutions with the considerations below can we have the bot choose the branches can the bot create the branches can the bot use templates for the pr anything that can make sure that we can keep our current process and workflow this is to see how it goes about creating the pull requests and how it updates and to learn about its features if this ends up as something that should be used create issues for the projects to set this up research results no response acceptance criteria this issue is finished when research complete and issues created if needed if any issues were created they have been added to the related work section below todo items priority label added to this issue refer to the priority type labels section below issue linked to the correct project issue dependencies no response related work no response additional information priority type labels priority type label low priority low priority medium priority medium priority high priority high priority code of conduct i agree to follow this project s code of conduct
1
416,575
12,148,695,133
IssuesEvent
2020-04-24 14:58:44
project-koku/koku-ui
https://api.github.com/repos/project-koku/koku-ui
reopened
Openshift details is showing incorrectly formatted strings in filter dropdown
bug priority - medium
**Describe the bug** Openshift details is showing incorrectly formatted strings in filter dropdown **To Reproduce** Steps to reproduce the behavior: 1. Go to 'Openshift details' 2. See test in filter dropdown **Expected behavior** Filter string should be displayed correctly. **Screenshots** ![Screenshot from 2020-04-22 12-47-06.png](https://images.zenhubusercontent.com/5b9a6718443d4b342eb0177e/721e22f2-83d0-4dff-a8bd-031ceec47da1) **Desktop (please complete the following information):** - OS: Fedora - Browser: Firefox - Version: 72 **Additional context** Testing against CI beta with the demo account
1.0
Openshift details is showing incorrectly formatted strings in filter dropdown - **Describe the bug** Openshift details is showing incorrectly formatted strings in filter dropdown **To Reproduce** Steps to reproduce the behavior: 1. Go to 'Openshift details' 2. See test in filter dropdown **Expected behavior** Filter string should be displayed correctly. **Screenshots** ![Screenshot from 2020-04-22 12-47-06.png](https://images.zenhubusercontent.com/5b9a6718443d4b342eb0177e/721e22f2-83d0-4dff-a8bd-031ceec47da1) **Desktop (please complete the following information):** - OS: Fedora - Browser: Firefox - Version: 72 **Additional context** Testing against CI beta with the demo account
priority
openshift details is showing incorrectly formatted strings in filter dropdown describe the bug openshift details is showing incorrectly formatted strings in filter dropdown to reproduce steps to reproduce the behavior go to openshift details see test in filter dropdown expected behavior filter string should be displayed correctly screenshots desktop please complete the following information os fedora browser firefox version additional context testing against ci beta with the demo account
1
67,625
3,275,574,302
IssuesEvent
2015-10-26 16:02:56
TheLens/elections
https://api.github.com/repos/TheLens/elections
opened
Decrease map height on mobile, at least for phone's with narrow screens. Scrolling is difficult with current height.
Medium priority
I increased it close to election day so we could accommodate an additional zoom level. That might have worked for the newer, larger phones, but for narrow screens (iPhone 4s for example), this results in a lot of wasted map area above and below Louisiana since the map can't zoom in that extra level. That also made it difficult for users to scroll back up the page to see the table. Grabbing the map makes it pan, so users have to grab the the non-map part of the page. For these narrow phones, that space is only a narrow strip around the map's edges. If the map height was decreased on these narrow phones (or all phones), then there would be more space on the screen above the map that could be grabbed for scrolling.
1.0
Decrease map height on mobile, at least for phone's with narrow screens. Scrolling is difficult with current height. - I increased it close to election day so we could accommodate an additional zoom level. That might have worked for the newer, larger phones, but for narrow screens (iPhone 4s for example), this results in a lot of wasted map area above and below Louisiana since the map can't zoom in that extra level. That also made it difficult for users to scroll back up the page to see the table. Grabbing the map makes it pan, so users have to grab the the non-map part of the page. For these narrow phones, that space is only a narrow strip around the map's edges. If the map height was decreased on these narrow phones (or all phones), then there would be more space on the screen above the map that could be grabbed for scrolling.
priority
decrease map height on mobile at least for phone s with narrow screens scrolling is difficult with current height i increased it close to election day so we could accommodate an additional zoom level that might have worked for the newer larger phones but for narrow screens iphone for example this results in a lot of wasted map area above and below louisiana since the map can t zoom in that extra level that also made it difficult for users to scroll back up the page to see the table grabbing the map makes it pan so users have to grab the the non map part of the page for these narrow phones that space is only a narrow strip around the map s edges if the map height was decreased on these narrow phones or all phones then there would be more space on the screen above the map that could be grabbed for scrolling
1
183,904
6,694,548,320
IssuesEvent
2017-10-10 02:45:04
minio/mc
https://api.github.com/repos/minio/mc
closed
Rewrite mc find so that existing features of mc start working
priority: medium
## Expected behaviour mc find subcommands need to work (eg. exec and watch do not work as expected) ## Actual behaviour -watch, -exec options in mc find are currently broken. ## Steps to reproduce the behaviour mc find --exec | mc find --watch output can display the problem (crash/panic happens) ## mc version - (paste output of `mc version`) : latest ## System information: any
1.0
Rewrite mc find so that existing features of mc start working - ## Expected behaviour mc find subcommands need to work (eg. exec and watch do not work as expected) ## Actual behaviour -watch, -exec options in mc find are currently broken. ## Steps to reproduce the behaviour mc find --exec | mc find --watch output can display the problem (crash/panic happens) ## mc version - (paste output of `mc version`) : latest ## System information: any
priority
rewrite mc find so that existing features of mc start working expected behaviour mc find subcommands need to work eg exec and watch do not work as expected actual behaviour watch exec options in mc find are currently broken steps to reproduce the behaviour mc find exec mc find watch output can display the problem crash panic happens mc version paste output of mc version latest system information any
1
389,278
11,500,248,589
IssuesEvent
2020-02-12 15:16:06
ooni/explorer
https://api.github.com/repos/ooni/explorer
closed
Add "Explore more measurements" for Circumvention Tools and Networks
effort/S enhancement priority/medium
Currently the Websites and IM results displayed in the country pages of the new OONI Explorer allow users to dig into the measurements by providing the "Explore more measurements" links (which point to relevant measurements in the Search page). It would be great if similar "Explore more measurements" links were also added for the results under the Circumvention Tools and Network sections, so that users can view measurements pertaining to the displayed results.
1.0
Add "Explore more measurements" for Circumvention Tools and Networks - Currently the Websites and IM results displayed in the country pages of the new OONI Explorer allow users to dig into the measurements by providing the "Explore more measurements" links (which point to relevant measurements in the Search page). It would be great if similar "Explore more measurements" links were also added for the results under the Circumvention Tools and Network sections, so that users can view measurements pertaining to the displayed results.
priority
add explore more measurements for circumvention tools and networks currently the websites and im results displayed in the country pages of the new ooni explorer allow users to dig into the measurements by providing the explore more measurements links which point to relevant measurements in the search page it would be great if similar explore more measurements links were also added for the results under the circumvention tools and network sections so that users can view measurements pertaining to the displayed results
1
265,123
8,337,571,613
IssuesEvent
2018-09-28 11:37:43
huridocs/uwazi
https://api.github.com/repos/huridocs/uwazi
closed
Filtering by text in rich text fields displays "[Object]" and runs a fuzzy text search that tosses unuseful results
Bug Priority: Medium Status: Sprint
It doesn't impede using the filter but is misleading for users. The results are not accurate. ![screenshot from 2018-04-26 20-24-57](https://user-images.githubusercontent.com/489831/39341375-30b1fae6-4990-11e8-8ebb-0a7d9354c08f.png)
1.0
Filtering by text in rich text fields displays "[Object]" and runs a fuzzy text search that tosses unuseful results - It doesn't impede using the filter but is misleading for users. The results are not accurate. ![screenshot from 2018-04-26 20-24-57](https://user-images.githubusercontent.com/489831/39341375-30b1fae6-4990-11e8-8ebb-0a7d9354c08f.png)
priority
filtering by text in rich text fields displays and runs a fuzzy text search that tosses unuseful results it doesn t impede using the filter but is misleading for users the results are not accurate
1
248,336
7,929,415,034
IssuesEvent
2018-07-06 15:00:16
photonstorm/phaser
https://api.github.com/repos/photonstorm/phaser
closed
Container loses rotation pivot when using camera.startFollow() in CANVAS mode.
🐛 Bug 🤨 Difficulty: Medium 🥇 Priority: High
This issue is about: * a bug in v3.9.0 Rotations seem to mismatch when following A container in CANVAS mode. It looks like the camera bounds should be taken into account in CANVAS mode, or the scrollX and scrollY (still investigating). this does not occur in WEBGL mode. [Expected behaviour](http://jsfiddle.net/0aztztxe/4/) (WEBGL mode). [Actual behaviour](http://jsfiddle.net/0aztztxe/3/) (CANVAS mode). [placing the container](http://jsfiddle.net/0aztztxe/5/) at the center (400, 300) reproduces expected behaviour. Translations work fine both in [CANVAS](http://jsfiddle.net/0aztztxe/7/) and [WEBGL](http://jsfiddle.net/0aztztxe/9/) mode. <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/59176383-container-loses-rotation-pivot-when-using-camera-startfollow-in-canvas-mode?utm_campaign=plugin&utm_content=tracker%2F283654&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F283654&utm_medium=issues&utm_source=github). </bountysource-plugin>
1.0
Container loses rotation pivot when using camera.startFollow() in CANVAS mode. - This issue is about: * a bug in v3.9.0 Rotations seem to mismatch when following A container in CANVAS mode. It looks like the camera bounds should be taken into account in CANVAS mode, or the scrollX and scrollY (still investigating). this does not occur in WEBGL mode. [Expected behaviour](http://jsfiddle.net/0aztztxe/4/) (WEBGL mode). [Actual behaviour](http://jsfiddle.net/0aztztxe/3/) (CANVAS mode). [placing the container](http://jsfiddle.net/0aztztxe/5/) at the center (400, 300) reproduces expected behaviour. Translations work fine both in [CANVAS](http://jsfiddle.net/0aztztxe/7/) and [WEBGL](http://jsfiddle.net/0aztztxe/9/) mode. <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/59176383-container-loses-rotation-pivot-when-using-camera-startfollow-in-canvas-mode?utm_campaign=plugin&utm_content=tracker%2F283654&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F283654&utm_medium=issues&utm_source=github). </bountysource-plugin>
priority
container loses rotation pivot when using camera startfollow in canvas mode this issue is about a bug in rotations seem to mismatch when following a container in canvas mode it looks like the camera bounds should be taken into account in canvas mode or the scrollx and scrolly still investigating this does not occur in webgl mode webgl mode canvas mode at the center reproduces expected behaviour translations work fine both in and mode want to back this issue we accept bounties via
1
378,987
11,211,805,550
IssuesEvent
2020-01-06 16:12:03
AugurProject/augur
https://api.github.com/repos/AugurProject/augur
closed
Provide consistency in financial exchange list.
Priority: Medium V2 Audit
https://github.com/AugurProject/augur/blob/d66819804c4db26fe0f6f16014131aeb41a6e28c/packages/augur-tools/src/templates-lists.ts#L7917-L7956 The units for these is inconsistent. "traded in USD" vs "traded in Canadian Dollar" vs "traded in HKD Hong Kong Dollar" vs "traded in Japanese Yen" vs "traded in Euro". Recommend just using currency ticker for each, as I _believe_ those are unambiguous, well defined, and uniform. The Shanghai Stock Exchange ones are a bit bizarre as I'm not familiar with A shares vs B shares, but we should consistently use currency ticker for each. It is worth noting that most of these would be invalid according to the guidelines in the v2 UI: > If it’s a stock, currency or cryptocurrency and its ticker is not used in the market question. Recommended values: ```javascript { label: 'New York Stock Exchange (traded in USD)', value: 'New York Stock Exchange (traded in USD)', }, { label: 'Nasdaq (traded in USD)', value: 'Nasdaq (traded in USD)', }, { label: 'American Stock Exchange (traded in USD)', value: 'American Stock Exchange (traded in USD)', }, { label: 'Tokyo Stock Exchange (traded in JPY)', value: 'Tokyo Stock Exchange (traded in JPY)', }, { label: 'London Stock Exchange (traded in GBP)', value: 'London Stock Exchange (traded in GBP)', }, { label: 'Shanghai Stock Exchange (A shares traded in CNY)', value: 'Shanghai Stock Exchange (A shares traded in CNY)', }, { label: 'Shanghai Stock Exchange (B shares traded in USD)', value: 'Shanghai Stock Exchange (B shares traded in USD)', }, { label: 'Hong Kong Stock Exchange (traded in HKD)', value: 'Hong Kong Stock Exchange (traded in HKD)', }, { label: 'Toronto Stock Exchange (traded in CAD)', value: 'Toronto Stock Exchange (traded in CAD)', }, { label: 'Euronext NV (traded in EUR)', value: 'Euronext NV (traded in EUR)', }, ```
1.0
Provide consistency in financial exchange list. - https://github.com/AugurProject/augur/blob/d66819804c4db26fe0f6f16014131aeb41a6e28c/packages/augur-tools/src/templates-lists.ts#L7917-L7956 The units for these is inconsistent. "traded in USD" vs "traded in Canadian Dollar" vs "traded in HKD Hong Kong Dollar" vs "traded in Japanese Yen" vs "traded in Euro". Recommend just using currency ticker for each, as I _believe_ those are unambiguous, well defined, and uniform. The Shanghai Stock Exchange ones are a bit bizarre as I'm not familiar with A shares vs B shares, but we should consistently use currency ticker for each. It is worth noting that most of these would be invalid according to the guidelines in the v2 UI: > If it’s a stock, currency or cryptocurrency and its ticker is not used in the market question. Recommended values: ```javascript { label: 'New York Stock Exchange (traded in USD)', value: 'New York Stock Exchange (traded in USD)', }, { label: 'Nasdaq (traded in USD)', value: 'Nasdaq (traded in USD)', }, { label: 'American Stock Exchange (traded in USD)', value: 'American Stock Exchange (traded in USD)', }, { label: 'Tokyo Stock Exchange (traded in JPY)', value: 'Tokyo Stock Exchange (traded in JPY)', }, { label: 'London Stock Exchange (traded in GBP)', value: 'London Stock Exchange (traded in GBP)', }, { label: 'Shanghai Stock Exchange (A shares traded in CNY)', value: 'Shanghai Stock Exchange (A shares traded in CNY)', }, { label: 'Shanghai Stock Exchange (B shares traded in USD)', value: 'Shanghai Stock Exchange (B shares traded in USD)', }, { label: 'Hong Kong Stock Exchange (traded in HKD)', value: 'Hong Kong Stock Exchange (traded in HKD)', }, { label: 'Toronto Stock Exchange (traded in CAD)', value: 'Toronto Stock Exchange (traded in CAD)', }, { label: 'Euronext NV (traded in EUR)', value: 'Euronext NV (traded in EUR)', }, ```
priority
provide consistency in financial exchange list the units for these is inconsistent traded in usd vs traded in canadian dollar vs traded in hkd hong kong dollar vs traded in japanese yen vs traded in euro recommend just using currency ticker for each as i believe those are unambiguous well defined and uniform the shanghai stock exchange ones are a bit bizarre as i m not familiar with a shares vs b shares but we should consistently use currency ticker for each it is worth noting that most of these would be invalid according to the guidelines in the ui if it’s a stock currency or cryptocurrency and its ticker is not used in the market question recommended values javascript label new york stock exchange traded in usd value new york stock exchange traded in usd label nasdaq traded in usd value nasdaq traded in usd label american stock exchange traded in usd value american stock exchange traded in usd label tokyo stock exchange traded in jpy value tokyo stock exchange traded in jpy label london stock exchange traded in gbp value london stock exchange traded in gbp label shanghai stock exchange a shares traded in cny value shanghai stock exchange a shares traded in cny label shanghai stock exchange b shares traded in usd value shanghai stock exchange b shares traded in usd label hong kong stock exchange traded in hkd value hong kong stock exchange traded in hkd label toronto stock exchange traded in cad value toronto stock exchange traded in cad label euronext nv traded in eur value euronext nv traded in eur
1
58,348
3,088,921,451
IssuesEvent
2015-08-25 18:58:54
pavel-pimenov/flylinkdc-r5xx
https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx
opened
Не запоминает монитор
bug imported Priority-Medium
_From [hje...@gmail.com](https://code.google.com/u/118170826140290404797/) on May 28, 2014 21:11:40_ Flylink, после перезагрузки компа, не запоминает на каком из мониторов он был открыт. У меня три 27" моника, стоят полукругом. После старта винды flylink всегда запускается на 1 мониторе, даже если до перезагрузки его окно находилось на 2 (или 3). Без перезагрузки компа, при закрытии и повторном открытии открывается корректно - на том мониторе, на котором было его окно, когда он ранее был закрыт. У любых других прог с этим проблем нет (не встречал таких, чтоб после ребута компа они на 1 монике запускались, если до этого были на 2 или 3). _Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1473_
1.0
Не запоминает монитор - _From [hje...@gmail.com](https://code.google.com/u/118170826140290404797/) on May 28, 2014 21:11:40_ Flylink, после перезагрузки компа, не запоминает на каком из мониторов он был открыт. У меня три 27" моника, стоят полукругом. После старта винды flylink всегда запускается на 1 мониторе, даже если до перезагрузки его окно находилось на 2 (или 3). Без перезагрузки компа, при закрытии и повторном открытии открывается корректно - на том мониторе, на котором было его окно, когда он ранее был закрыт. У любых других прог с этим проблем нет (не встречал таких, чтоб после ребута компа они на 1 монике запускались, если до этого были на 2 или 3). _Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1473_
priority
не запоминает монитор from on may flylink после перезагрузки компа не запоминает на каком из мониторов он был открыт у меня три моника стоят полукругом после старта винды flylink всегда запускается на мониторе даже если до перезагрузки его окно находилось на или без перезагрузки компа при закрытии и повторном открытии открывается корректно на том мониторе на котором было его окно когда он ранее был закрыт у любых других прог с этим проблем нет не встречал таких чтоб после ребута компа они на монике запускались если до этого были на или original issue
1
133,594
5,205,849,707
IssuesEvent
2017-01-24 19:02:50
kduske/TrenchBroom
https://api.github.com/repos/kduske/TrenchBroom
closed
Some missing pieces for better FreeBSD support
Platform:FreeBSD Priority:Medium Type:Maintenance
TB got most Linux/FreeBSD/Unix stuff sorted out earlier, but recent changes introduced couple of minor issues. Consider attached (very simple) [patch](https://github.com/kduske/TrenchBroom/files/726191/fbsd-support.diff.txt).
1.0
Some missing pieces for better FreeBSD support - TB got most Linux/FreeBSD/Unix stuff sorted out earlier, but recent changes introduced couple of minor issues. Consider attached (very simple) [patch](https://github.com/kduske/TrenchBroom/files/726191/fbsd-support.diff.txt).
priority
some missing pieces for better freebsd support tb got most linux freebsd unix stuff sorted out earlier but recent changes introduced couple of minor issues consider attached very simple
1
437,471
12,598,106,681
IssuesEvent
2020-06-11 01:58:20
bluenumberfoundation/humanid-android-sdk
https://api.github.com/repos/bluenumberfoundation/humanid-android-sdk
opened
Verification Number page
enhancement priority: medium
[I like that the phone number is still visible on this screen! I think this is a great idea!] **What**: (1) the number-keyboard needs to open automatically (2) the input field is barely visible when opening up the keyboard. not great user experience (might be worse on smaller screens?) **Why/KPI**: Conversion rate, especially on small screens. Professional look-and-feel in our core flow -- Version: Android app as released to Playstore on June 10, 2020. Device: Samsung A50, Android Version 10 ![image](https://user-images.githubusercontent.com/46710651/84336288-f264e800-ab64-11ea-9eb0-e2eed1a9a7e6.png)
1.0
Verification Number page - [I like that the phone number is still visible on this screen! I think this is a great idea!] **What**: (1) the number-keyboard needs to open automatically (2) the input field is barely visible when opening up the keyboard. not great user experience (might be worse on smaller screens?) **Why/KPI**: Conversion rate, especially on small screens. Professional look-and-feel in our core flow -- Version: Android app as released to Playstore on June 10, 2020. Device: Samsung A50, Android Version 10 ![image](https://user-images.githubusercontent.com/46710651/84336288-f264e800-ab64-11ea-9eb0-e2eed1a9a7e6.png)
priority
verification number page what the number keyboard needs to open automatically the input field is barely visible when opening up the keyboard not great user experience might be worse on smaller screens why kpi conversion rate especially on small screens professional look and feel in our core flow version android app as released to playstore on june device samsung android version
1
260,718
8,213,953,259
IssuesEvent
2018-09-04 21:15:06
CS2103-AY1819S1-W10-4/main
https://api.github.com/repos/CS2103-AY1819S1-W10-4/main
opened
As a user I can share restaurant information on social media
priority.Medium type.Story
So that I can share with my friends and recommend my favourite restaurants to them
1.0
As a user I can share restaurant information on social media - So that I can share with my friends and recommend my favourite restaurants to them
priority
as a user i can share restaurant information on social media so that i can share with my friends and recommend my favourite restaurants to them
1
351,647
10,521,710,268
IssuesEvent
2019-09-30 06:55:23
AY1920S1-CS2103T-T09-2/main
https://api.github.com/repos/AY1920S1-CS2103T-T09-2/main
opened
As a student who wants to track exercises quickly and efficiently i want to be able to add exercises from history
priority.Medium type.Story
so that i can add the same thing without having to type it all out
1.0
As a student who wants to track exercises quickly and efficiently i want to be able to add exercises from history - so that i can add the same thing without having to type it all out
priority
as a student who wants to track exercises quickly and efficiently i want to be able to add exercises from history so that i can add the same thing without having to type it all out
1
40,402
2,868,917,552
IssuesEvent
2015-06-05 21:57:06
dart-lang/dart_style
https://api.github.com/repos/dart-lang/dart_style
closed
Invalid thread access in Formatter
bug Fixed Priority-Medium
<a href="https://github.com/clayberg"><img src="https://avatars.githubusercontent.com/u/8616782?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [clayberg](https://github.com/clayberg)** _Originally opened as dart-lang/sdk#19763_ ---- **[user feedback]** !MESSAGE An internal error occurred during: &quot;Formatting...&quot;. !STACK 0 org.eclipse.swt.SWTException: Invalid thread access &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.SWT.error(SWT.java:4361) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.SWT.error(SWT.java:4276) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.SWT.error(SWT.java:4247) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Widget.error(Widget.java:468) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:359) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Widget.checkParent(Widget.java:279) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Widget.&lt;init&gt;(Widget.java:149) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Control.&lt;init&gt;(Control.java:110) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Scrollable.&lt;init&gt;(Scrollable.java:75) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Composite.&lt;init&gt;(Composite.java:95) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:150) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.EditorReference.getEmptyEditor(EditorReference.java:797) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:486) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:289) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.EditorManager.findEditor(EditorManager.java:424) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.EditorManager.findEditor(EditorManager.java:402) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.WorkbenchPage.findEditor(WorkbenchPage.java:2191) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.ide.ResourceUtil.findEditor(ResourceUtil.java:97) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at com.google.dart.tools.ui.internal.formatter.DartFormatter.getDirtyEditor(DartFormatter.java:350) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at com.google.dart.tools.ui.internal.formatter.DartFormatter.format(DartFormatter.java:146) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at com.google.dart.tools.wst.ui.format.DartFormatProcessorImpl.formatFile(DartFormatProcessorImpl.java:41) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.wst.sse.ui.internal.handlers.FormatHandler.format(FormatHandler.java:160) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.wst.sse.ui.internal.handlers.FormatHandler.format(FormatHandler.java:208) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.wst.sse.ui.internal.handlers.FormatHandler.format(FormatHandler.java:232) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.wst.sse.ui.internal.handlers.FormatHandler.format(FormatHandler.java:232) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.wst.sse.ui.internal.handlers.FormatHandler.format(FormatHandler.java:232) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.wst.sse.ui.internal.handlers.FormatHandler.format(FormatHandler.java:232) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.wst.sse.ui.internal.handlers.FormatHandler.process(FormatHandler.java:271) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.wst.sse.ui.internal.handlers.FormatHandler$FormatJob.run(FormatHandler.java:123) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) //////////////////////////////////////////////////////////////////////////////////// Editor: 1.5.1.release (2014-06-24) OS: Windows 8.1 - amd64 (6.3) JVM: 1.8.0_05 # projects: 2 # open dart files: 5 auto-run pub: true localhost resolves to: 127.0.0.1 mem max/total/free: 1778 / 980 / 393 MB thread count: 36 index: 1945086 relationships in 90498 keys in 605 sources SDK installed: true Dartium installed: true ////////////////////////////////////////////////////////////////////////////////////
1.0
Invalid thread access in Formatter - <a href="https://github.com/clayberg"><img src="https://avatars.githubusercontent.com/u/8616782?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [clayberg](https://github.com/clayberg)** _Originally opened as dart-lang/sdk#19763_ ---- **[user feedback]** !MESSAGE An internal error occurred during: &quot;Formatting...&quot;. !STACK 0 org.eclipse.swt.SWTException: Invalid thread access &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.SWT.error(SWT.java:4361) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.SWT.error(SWT.java:4276) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.SWT.error(SWT.java:4247) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Widget.error(Widget.java:468) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:359) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Widget.checkParent(Widget.java:279) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Widget.&lt;init&gt;(Widget.java:149) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Control.&lt;init&gt;(Control.java:110) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Scrollable.&lt;init&gt;(Scrollable.java:75) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Composite.&lt;init&gt;(Composite.java:95) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:150) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.EditorReference.getEmptyEditor(EditorReference.java:797) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:486) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:289) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.EditorManager.findEditor(EditorManager.java:424) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.EditorManager.findEditor(EditorManager.java:402) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.WorkbenchPage.findEditor(WorkbenchPage.java:2191) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.ide.ResourceUtil.findEditor(ResourceUtil.java:97) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at com.google.dart.tools.ui.internal.formatter.DartFormatter.getDirtyEditor(DartFormatter.java:350) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at com.google.dart.tools.ui.internal.formatter.DartFormatter.format(DartFormatter.java:146) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at com.google.dart.tools.wst.ui.format.DartFormatProcessorImpl.formatFile(DartFormatProcessorImpl.java:41) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.wst.sse.ui.internal.handlers.FormatHandler.format(FormatHandler.java:160) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.wst.sse.ui.internal.handlers.FormatHandler.format(FormatHandler.java:208) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.wst.sse.ui.internal.handlers.FormatHandler.format(FormatHandler.java:232) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.wst.sse.ui.internal.handlers.FormatHandler.format(FormatHandler.java:232) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.wst.sse.ui.internal.handlers.FormatHandler.format(FormatHandler.java:232) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.wst.sse.ui.internal.handlers.FormatHandler.format(FormatHandler.java:232) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.wst.sse.ui.internal.handlers.FormatHandler.process(FormatHandler.java:271) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.wst.sse.ui.internal.handlers.FormatHandler$FormatJob.run(FormatHandler.java:123) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) //////////////////////////////////////////////////////////////////////////////////// Editor: 1.5.1.release (2014-06-24) OS: Windows 8.1 - amd64 (6.3) JVM: 1.8.0_05 # projects: 2 # open dart files: 5 auto-run pub: true localhost resolves to: 127.0.0.1 mem max/total/free: 1778 / 980 / 393 MB thread count: 36 index: 1945086 relationships in 90498 keys in 605 sources SDK installed: true Dartium installed: true ////////////////////////////////////////////////////////////////////////////////////
priority
invalid thread access in formatter issue by originally opened as dart lang sdk message an internal error occurred during quot formatting quot stack org eclipse swt swtexception invalid thread access nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse swt swt error swt java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse swt swt error swt java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse swt swt error swt java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse swt widgets widget error widget java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse swt widgets widget checkwidget widget java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse swt widgets widget checkparent widget java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse swt widgets widget lt init gt widget java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse swt widgets control lt init gt control java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse swt widgets scrollable lt init gt scrollable java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse swt widgets composite lt init gt composite java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse ui internal partpane createcontrol partpane java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse ui internal editorreference getemptyeditor editorreference java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse ui internal editorreference createpart editorreference java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse ui internal workbenchpartreference getpart workbenchpartreference java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse ui internal editorreference geteditor editorreference java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse ui internal editormanager findeditor editormanager java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse ui internal editormanager findeditor editormanager java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse ui internal workbenchpage findeditor workbenchpage java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse ui ide resourceutil findeditor resourceutil java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at com google dart tools ui internal formatter dartformatter getdirtyeditor dartformatter java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at com google dart tools ui internal formatter dartformatter format dartformatter java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at com google dart tools wst ui format dartformatprocessorimpl formatfile dartformatprocessorimpl java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse wst sse ui internal handlers formathandler format formathandler java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse wst sse ui internal handlers formathandler format formathandler java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse wst sse ui internal handlers formathandler format formathandler java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse wst sse ui internal handlers formathandler format formathandler java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse wst sse ui internal handlers formathandler format formathandler java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse wst sse ui internal handlers formathandler format formathandler java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse wst sse ui internal handlers formathandler process formathandler java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse wst sse ui internal handlers formathandler formatjob run formathandler java nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp at org eclipse core internal jobs worker run worker java editor release os windows jvm projects open dart files auto run pub true localhost resolves to mem max total free mb thread count index relationships in keys in sources sdk installed true dartium installed true
1
751,936
26,267,089,464
IssuesEvent
2023-01-06 13:35:37
cancervariants/variation-normalization
https://api.github.com/repos/cancervariants/variation-normalization
closed
Improve performance for /gnomad_vcf_to_protein
performance priority:medium
Should see if there are ways we can improve the response time for this endpoint. We sometimes get timeout errors when hitting this endpoint on our prod instance (4-54727426-A-G). However, I have not been able to reproduce when testing locally and connected to the prod instances. If this still occurs, we should open another issue to look into this further.
1.0
Improve performance for /gnomad_vcf_to_protein - Should see if there are ways we can improve the response time for this endpoint. We sometimes get timeout errors when hitting this endpoint on our prod instance (4-54727426-A-G). However, I have not been able to reproduce when testing locally and connected to the prod instances. If this still occurs, we should open another issue to look into this further.
priority
improve performance for gnomad vcf to protein should see if there are ways we can improve the response time for this endpoint we sometimes get timeout errors when hitting this endpoint on our prod instance a g however i have not been able to reproduce when testing locally and connected to the prod instances if this still occurs we should open another issue to look into this further
1
467,983
13,459,382,748
IssuesEvent
2020-09-09 12:11:01
dmwm/CRABServer
https://api.github.com/repos/dmwm/CRABServer
closed
add pointers to all predag logs in WEB_DIR
Priority: Medium Status: Done Type: Enhancement
to make it easy to troubleshoot autoamtic splitting failures. Analogous to what done in #5751 see: https://github.com/dmwm/CRABClient/issues/4932
1.0
add pointers to all predag logs in WEB_DIR - to make it easy to troubleshoot autoamtic splitting failures. Analogous to what done in #5751 see: https://github.com/dmwm/CRABClient/issues/4932
priority
add pointers to all predag logs in web dir to make it easy to troubleshoot autoamtic splitting failures analogous to what done in see
1
578,549
17,147,667,490
IssuesEvent
2021-07-13 16:18:04
onicagroup/runway
https://api.github.com/repos/onicagroup/runway
closed
[REQUEST] change `init` command to run pre-deploy actions of IaC tools
feature priority:medium
# Summary In #426, the function of `runway init` will become deprecated and replaced with an improved system. This will free it up to expose the `init` (pre-deploy) commands of underlying IaC tools to prepare an AWS account for deployment outside of `deploy`. Release of this change will need to wait for a major release. # Proposal `runway init` will function similar to `runway deploy` in that it will iterate over each deployment/module/region in order and deploy environments. For each non-skipped module, it will run the appropriate pre-deployment command for the module type (e.g. `terraform init`, `cdk bootstrap`). In doing this, we should also create a similar action for CFNgin that will deploy a CFNgin bucket if needed. We will need to look for a way to determine if a stack will be deploying the bucket for those that prefer to deploy their own. # Tasks _**[NOTE]: Tasks may be split across multiple releases.**_ - [x] add `init()` method to all classes in `runway.modules` - log that it's not supported for the time being (#678) - [x] add `init` command handling to deployment/module processing (#659) - [x] add functionality to `init` command (#677) - [x] add functionality to `CloudDevelopmentKit.init()` (#771) - [x] add `init` action for CFNgin and add functionality to `CloudFormation.init()` (#722) - [x] investigate if k8s has/needs an init step and add the functionality to `K8s.init()` if needed - [x] investigate if serverless has/needs an init step and add the functionality to `Serverless.init()` if needed - [x] investigate if static site needs an init step and add the functionality to `StaticSite.init()` if needed - [x] add functionality to `Terraform.init()` (#772)
1.0
[REQUEST] change `init` command to run pre-deploy actions of IaC tools - # Summary In #426, the function of `runway init` will become deprecated and replaced with an improved system. This will free it up to expose the `init` (pre-deploy) commands of underlying IaC tools to prepare an AWS account for deployment outside of `deploy`. Release of this change will need to wait for a major release. # Proposal `runway init` will function similar to `runway deploy` in that it will iterate over each deployment/module/region in order and deploy environments. For each non-skipped module, it will run the appropriate pre-deployment command for the module type (e.g. `terraform init`, `cdk bootstrap`). In doing this, we should also create a similar action for CFNgin that will deploy a CFNgin bucket if needed. We will need to look for a way to determine if a stack will be deploying the bucket for those that prefer to deploy their own. # Tasks _**[NOTE]: Tasks may be split across multiple releases.**_ - [x] add `init()` method to all classes in `runway.modules` - log that it's not supported for the time being (#678) - [x] add `init` command handling to deployment/module processing (#659) - [x] add functionality to `init` command (#677) - [x] add functionality to `CloudDevelopmentKit.init()` (#771) - [x] add `init` action for CFNgin and add functionality to `CloudFormation.init()` (#722) - [x] investigate if k8s has/needs an init step and add the functionality to `K8s.init()` if needed - [x] investigate if serverless has/needs an init step and add the functionality to `Serverless.init()` if needed - [x] investigate if static site needs an init step and add the functionality to `StaticSite.init()` if needed - [x] add functionality to `Terraform.init()` (#772)
priority
change init command to run pre deploy actions of iac tools summary in the function of runway init will become deprecated and replaced with an improved system this will free it up to expose the init pre deploy commands of underlying iac tools to prepare an aws account for deployment outside of deploy release of this change will need to wait for a major release proposal runway init will function similar to runway deploy in that it will iterate over each deployment module region in order and deploy environments for each non skipped module it will run the appropriate pre deployment command for the module type e g terraform init cdk bootstrap in doing this we should also create a similar action for cfngin that will deploy a cfngin bucket if needed we will need to look for a way to determine if a stack will be deploying the bucket for those that prefer to deploy their own tasks tasks may be split across multiple releases add init method to all classes in runway modules log that it s not supported for the time being add init command handling to deployment module processing add functionality to init command add functionality to clouddevelopmentkit init add init action for cfngin and add functionality to cloudformation init investigate if has needs an init step and add the functionality to init if needed investigate if serverless has needs an init step and add the functionality to serverless init if needed investigate if static site needs an init step and add the functionality to staticsite init if needed add functionality to terraform init
1
368,629
10,882,250,126
IssuesEvent
2019-11-17 22:52:46
strategicdata/pmhc-mds.com
https://api.github.com/repos/strategicdata/pmhc-mds.com
closed
Image of text used
1.2 Priority: Medium 2.5 PR request submitted 5.1 Type: Bug 5.5 Type: Accessibility
For example, from # 18: Images of text were used to display important information on Communications page. The text "We want your feedback" was displayed using image of text. Including but not limited to - please check for this existing elsewhere: Page Name | Accessibility Report Issue Number ------------|----------------------------------- Communications | # 18 Numbers are the issue numbers from the Accessibility Report on the Findings worksheet at https://docs.google.com/spreadsheets/d/1fQgaUcbWK5n8gUorLlAoITfGaJC0Gqg1jzuur9wPoZg/edit#gid=585536028
1.0
Image of text used - For example, from # 18: Images of text were used to display important information on Communications page. The text "We want your feedback" was displayed using image of text. Including but not limited to - please check for this existing elsewhere: Page Name | Accessibility Report Issue Number ------------|----------------------------------- Communications | # 18 Numbers are the issue numbers from the Accessibility Report on the Findings worksheet at https://docs.google.com/spreadsheets/d/1fQgaUcbWK5n8gUorLlAoITfGaJC0Gqg1jzuur9wPoZg/edit#gid=585536028
priority
image of text used for example from images of text were used to display important information on communications page the text we want your feedback was displayed using image of text including but not limited to please check for this existing elsewhere page name accessibility report issue number communications numbers are the issue numbers from the accessibility report on the findings worksheet at
1
466,973
13,438,140,140
IssuesEvent
2020-09-07 17:19:53
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
opened
Package "wsg_50_description" was found more than once in the search space.
priority: medium type: MIT 6.881 type: cleanup
@hjsuh94 -- I think perhaps the files you added are causing new debugging spews to the console? ``` [2020-09-07 17:14:26.349] [console] [warning] Package "wsg_50_description" was found more than once in the search space. [2020-09-07 17:14:26.406] [console] [warning] Package "wsg_50_description" was found more than once in the search space. [2020-09-07 17:14:26.465] [console] [warning] Package "wsg_50_description" was found more than once in the search space. [2020-09-07 17:14:26.524] [console] [warning] Package "wsg_50_description" was found more than once in the search space. ``` https://colab.research.google.com/github/RussTedrake/manipulation/blob/master/pick.ipynb#scrollTo=oXh50Cf1hU6N
1.0
Package "wsg_50_description" was found more than once in the search space. - @hjsuh94 -- I think perhaps the files you added are causing new debugging spews to the console? ``` [2020-09-07 17:14:26.349] [console] [warning] Package "wsg_50_description" was found more than once in the search space. [2020-09-07 17:14:26.406] [console] [warning] Package "wsg_50_description" was found more than once in the search space. [2020-09-07 17:14:26.465] [console] [warning] Package "wsg_50_description" was found more than once in the search space. [2020-09-07 17:14:26.524] [console] [warning] Package "wsg_50_description" was found more than once in the search space. ``` https://colab.research.google.com/github/RussTedrake/manipulation/blob/master/pick.ipynb#scrollTo=oXh50Cf1hU6N
priority
package wsg description was found more than once in the search space i think perhaps the files you added are causing new debugging spews to the console package wsg description was found more than once in the search space package wsg description was found more than once in the search space package wsg description was found more than once in the search space package wsg description was found more than once in the search space
1
620,252
19,557,313,461
IssuesEvent
2022-01-03 11:28:05
egc-veleta-g1/decide
https://api.github.com/repos/egc-veleta-g1/decide
closed
Soporte a gráficas de votaciones
change request medium priority
**Descripción del problema** En el apartado de visualización de Decide, cuando seleccionamos una votación, tenemos dos botones que clicar: "Resultados" y "Más información. Si clicamos en "Resultados", nos aparecerá una tabla con las opciones de las votaciones, más sus respectivas puntuaciones y votos. Por otro lado, si seleccionamos "Más información" podemos observar las métricas de la votación, más dos gráficas de los resultados y el porcentaje de votos por opción. Lo que se pretende con esta incidencia es cambiar el lugar de las gráficas de los resultados y el porcentaje de votos por opción de las votaciones al apartado de "Resultados", y eliminar la tabla perteneciente a esa categoría. **Replicación del problema** Enumerar los pasos a seguir para replicar el problema. Ejemplo: 1. Clicamos en una votación desde el apartado de visualización. 2. Clicamos en los botones de "Resultados" y "Más información". 3. Observamos que las gráficas están justo debajo de las métricas, y que en resultados está la tabla descrita anteriormente. **Capturas de la aplicación (opcional, si se cree necesario)** ![Incidencia_graficas_1](https://user-images.githubusercontent.com/72668663/147595680-b905eb3e-85b7-4d3c-9ace-b6e17577b7be.png) ![Incidencia_graficas_2](https://user-images.githubusercontent.com/72668663/147595693-c8158b2c-94e2-4247-ab1f-f600ec704006.png) **Necesidades del subsistema** Se espera que la tabla de "Resultados" se borre y sea sustituida por las gráficas de de los resultados y el porcentaje de votos por opción. **Propuesta de cambio** Se propone eliminar la tabla de los resultados y modificar el lugar de las gráficas, para moverlas de la categoría de "Más información" a la de "Resultados".
1.0
Soporte a gráficas de votaciones - **Descripción del problema** En el apartado de visualización de Decide, cuando seleccionamos una votación, tenemos dos botones que clicar: "Resultados" y "Más información. Si clicamos en "Resultados", nos aparecerá una tabla con las opciones de las votaciones, más sus respectivas puntuaciones y votos. Por otro lado, si seleccionamos "Más información" podemos observar las métricas de la votación, más dos gráficas de los resultados y el porcentaje de votos por opción. Lo que se pretende con esta incidencia es cambiar el lugar de las gráficas de los resultados y el porcentaje de votos por opción de las votaciones al apartado de "Resultados", y eliminar la tabla perteneciente a esa categoría. **Replicación del problema** Enumerar los pasos a seguir para replicar el problema. Ejemplo: 1. Clicamos en una votación desde el apartado de visualización. 2. Clicamos en los botones de "Resultados" y "Más información". 3. Observamos que las gráficas están justo debajo de las métricas, y que en resultados está la tabla descrita anteriormente. **Capturas de la aplicación (opcional, si se cree necesario)** ![Incidencia_graficas_1](https://user-images.githubusercontent.com/72668663/147595680-b905eb3e-85b7-4d3c-9ace-b6e17577b7be.png) ![Incidencia_graficas_2](https://user-images.githubusercontent.com/72668663/147595693-c8158b2c-94e2-4247-ab1f-f600ec704006.png) **Necesidades del subsistema** Se espera que la tabla de "Resultados" se borre y sea sustituida por las gráficas de de los resultados y el porcentaje de votos por opción. **Propuesta de cambio** Se propone eliminar la tabla de los resultados y modificar el lugar de las gráficas, para moverlas de la categoría de "Más información" a la de "Resultados".
priority
soporte a gráficas de votaciones descripción del problema en el apartado de visualización de decide cuando seleccionamos una votación tenemos dos botones que clicar resultados y más información si clicamos en resultados nos aparecerá una tabla con las opciones de las votaciones más sus respectivas puntuaciones y votos por otro lado si seleccionamos más información podemos observar las métricas de la votación más dos gráficas de los resultados y el porcentaje de votos por opción lo que se pretende con esta incidencia es cambiar el lugar de las gráficas de los resultados y el porcentaje de votos por opción de las votaciones al apartado de resultados y eliminar la tabla perteneciente a esa categoría replicación del problema enumerar los pasos a seguir para replicar el problema ejemplo clicamos en una votación desde el apartado de visualización clicamos en los botones de resultados y más información observamos que las gráficas están justo debajo de las métricas y que en resultados está la tabla descrita anteriormente capturas de la aplicación opcional si se cree necesario necesidades del subsistema se espera que la tabla de resultados se borre y sea sustituida por las gráficas de de los resultados y el porcentaje de votos por opción propuesta de cambio se propone eliminar la tabla de los resultados y modificar el lugar de las gráficas para moverlas de la categoría de más información a la de resultados
1
742,259
25,846,135,480
IssuesEvent
2022-12-13 06:40:52
projectdiscovery/nuclei
https://api.github.com/repos/projectdiscovery/nuclei
closed
Do not URL encode parameters by default in HTTP fuzz module
Priority: Medium Type: Bug
<!-- 1. Please make sure to provide a detailed description with all the relevant information that might be required to start working on this feature. 2. In case you are not sure about your request or whether the particular feature is already supported or not, please start a discussion instead. 3. GitHub Discussion: https://github.com/projectdiscovery/nuclei/discussions/categories/ideas 4. Join our discord server at https://discord.gg/projectdiscovery to discuss the idea on the #nuclei channel. --> ### Please describe your feature request: <!-- A clear and concise description of feature to implement --> ### Describe the use case of this feature: <!-- A clear and concise description of the feature request's motivation and the use-cases in which it could be useful. -->
1.0
Do not URL encode parameters by default in HTTP fuzz module - <!-- 1. Please make sure to provide a detailed description with all the relevant information that might be required to start working on this feature. 2. In case you are not sure about your request or whether the particular feature is already supported or not, please start a discussion instead. 3. GitHub Discussion: https://github.com/projectdiscovery/nuclei/discussions/categories/ideas 4. Join our discord server at https://discord.gg/projectdiscovery to discuss the idea on the #nuclei channel. --> ### Please describe your feature request: <!-- A clear and concise description of feature to implement --> ### Describe the use case of this feature: <!-- A clear and concise description of the feature request's motivation and the use-cases in which it could be useful. -->
priority
do not url encode parameters by default in http fuzz module please make sure to provide a detailed description with all the relevant information that might be required to start working on this feature in case you are not sure about your request or whether the particular feature is already supported or not please start a discussion instead github discussion join our discord server at to discuss the idea on the nuclei channel please describe your feature request describe the use case of this feature
1
576,563
17,090,005,176
IssuesEvent
2021-07-08 16:10:44
Sage-Bionetworks/rocc-app
https://api.github.com/repos/Sage-Bionetworks/rocc-app
opened
Update challenge-list-item
Priority: Medium
Integrate @rrchai 's challenge card design to the component `challenge-list-item`.
1.0
Update challenge-list-item - Integrate @rrchai 's challenge card design to the component `challenge-list-item`.
priority
update challenge list item integrate rrchai s challenge card design to the component challenge list item
1
461,361
13,228,917,371
IssuesEvent
2020-08-18 07:13:11
kubesphere/kubesphere
https://api.github.com/repos/kubesphere/kubesphere
closed
elasticsearch image not found
area/console kind/bug kind/need-to-verify priority/medium
**Describe the Bug** elasticsearch image not found <img width="906" alt="image1" src="https://user-images.githubusercontent.com/36271543/88470944-4c631680-cf35-11ea-9eb2-583c78aa7596.png"> **Versions Used** KubeSphere:3.0.0 Kubernetes: host-v1.15.12 member1-v1.17.9 **Environment** host: 3node /ubuntu 16.04 4cpu/16g member1: 2 nodes /centos7 8cpu/16g /kind bug /area console /assign @leoendless /milestone 3.0.0 /priority medium
1.0
elasticsearch image not found - **Describe the Bug** elasticsearch image not found <img width="906" alt="image1" src="https://user-images.githubusercontent.com/36271543/88470944-4c631680-cf35-11ea-9eb2-583c78aa7596.png"> **Versions Used** KubeSphere:3.0.0 Kubernetes: host-v1.15.12 member1-v1.17.9 **Environment** host: 3node /ubuntu 16.04 4cpu/16g member1: 2 nodes /centos7 8cpu/16g /kind bug /area console /assign @leoendless /milestone 3.0.0 /priority medium
priority
elasticsearch image not found describe the bug elasticsearch image not found img width alt src versions used kubesphere kubernetes host environment host ubuntu nodes kind bug area console assign leoendless milestone priority medium
1
726,749
25,009,817,992
IssuesEvent
2022-11-03 14:31:13
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[YSQL] Support LIKE clause
kind/enhancement area/ysql priority/medium
Jira Link: [DB-673](https://yugabyte.atlassian.net/browse/DB-673) ### Description Currently, creating a table LIKE another table is not supported in yugabyte: ``` yugabyte=# CREATE TABLE test (id int); yugabyte=# CREATE TABLE test2 (LIKE test); ERROR: LIKE clause not supported yet LINE 1: CREATE TABLE test2 (LIKE test); ^ HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority ``` Enabling this support is simple as it requires no DocDB interaction, and will also help simplify supporting extensions like pg_partman.
1.0
[YSQL] Support LIKE clause - Jira Link: [DB-673](https://yugabyte.atlassian.net/browse/DB-673) ### Description Currently, creating a table LIKE another table is not supported in yugabyte: ``` yugabyte=# CREATE TABLE test (id int); yugabyte=# CREATE TABLE test2 (LIKE test); ERROR: LIKE clause not supported yet LINE 1: CREATE TABLE test2 (LIKE test); ^ HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority ``` Enabling this support is simple as it requires no DocDB interaction, and will also help simplify supporting extensions like pg_partman.
priority
support like clause jira link description currently creating a table like another table is not supported in yugabyte yugabyte create table test id int yugabyte create table like test error like clause not supported yet line create table like test hint see click on the description to raise its priority enabling this support is simple as it requires no docdb interaction and will also help simplify supporting extensions like pg partman
1
411,752
12,031,392,507
IssuesEvent
2020-04-13 09:33:54
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
[0.9.0 staging-1510] Some icon links are broken
Priority: Medium
In districts and in deed property ![bandicam 2020-04-13 14-25-34-589](https://user-images.githubusercontent.com/27898520/79110291-8dbf2400-7d93-11ea-8f19-c27215ab62b5.jpg) ![bandicam 2020-04-13 14-32-20-244](https://user-images.githubusercontent.com/27898520/79110318-97e12280-7d93-11ea-9684-85f0da7593c7.jpg) Maybe somewhere else
1.0
[0.9.0 staging-1510] Some icon links are broken - In districts and in deed property ![bandicam 2020-04-13 14-25-34-589](https://user-images.githubusercontent.com/27898520/79110291-8dbf2400-7d93-11ea-8f19-c27215ab62b5.jpg) ![bandicam 2020-04-13 14-32-20-244](https://user-images.githubusercontent.com/27898520/79110318-97e12280-7d93-11ea-9684-85f0da7593c7.jpg) Maybe somewhere else
priority
some icon links are broken in districts and in deed property maybe somewhere else
1
160,963
6,106,153,418
IssuesEvent
2017-06-21 02:49:21
dhowe/RiTa
https://api.github.com/repos/dhowe/RiTa
closed
Issues about word lists: CategorySP and Null_Plurals
PRIORITY: Medium question
When I worked on non-countable nouns or word that is both singular and plural, I found these two word lists a bit confusing/problematic: [CategorySP](https://github.com/dhowe/RiTaJS/blob/master/src/rita.js#L4780) : Words that are both singular and plural (from RiTa.stemmers.Pling) [Null_Plurals](https://github.com/dhowe/RiTaJS/blob/master/src/rita.js#L5357): these don't change for plural/singular From their definition in comment, both word lists sound like the place to add a word that is both singular and plural. However, what actually in use is Null_Plurals, which is used in lex._isPlural(), pluralzie(), singularize(). CategorySP is only used for `isSingular()` and `isSingularAndPlural()` in RiTa.stemmers.Pling. But these two functions are not used in other part of the code. Except a few cases, most of the words in CategorySP are not covered in Null_Plurals, therefore there are wrong results like: ``` RiTa.pluralize("acoustics") --> acousticses RiTa.singularize("acoustics") -> acoustic ``` To solve issues above, I can think about two ways to do this: 1. Move words from CategorySP to Null_Plurals 2. Consider words from CategorySP in lex._isPlural(), pluralzie(), singularize() @dhowe which one sounds better to you? Words from `CategorySP` but not included in `Null_Plurals`: > 'acoustics', 'aesthetics', 'aquatics', 'basics', 'ceramics', 'classics', 'cosmetics', 'dialectics', 'dynamics', 'ethics', 'harmonics', 'heroics', 'mechanics', 'metrics', 'optics', 'physics', 'polemics', 'pyrotechnics', 'quadratics', 'quarters', 'tactics', 'tropics' *I am only talking about RiTaJS here, same changes could be later implemented in java accordingly.
1.0
Issues about word lists: CategorySP and Null_Plurals - When I worked on non-countable nouns or word that is both singular and plural, I found these two word lists a bit confusing/problematic: [CategorySP](https://github.com/dhowe/RiTaJS/blob/master/src/rita.js#L4780) : Words that are both singular and plural (from RiTa.stemmers.Pling) [Null_Plurals](https://github.com/dhowe/RiTaJS/blob/master/src/rita.js#L5357): these don't change for plural/singular From their definition in comment, both word lists sound like the place to add a word that is both singular and plural. However, what actually in use is Null_Plurals, which is used in lex._isPlural(), pluralzie(), singularize(). CategorySP is only used for `isSingular()` and `isSingularAndPlural()` in RiTa.stemmers.Pling. But these two functions are not used in other part of the code. Except a few cases, most of the words in CategorySP are not covered in Null_Plurals, therefore there are wrong results like: ``` RiTa.pluralize("acoustics") --> acousticses RiTa.singularize("acoustics") -> acoustic ``` To solve issues above, I can think about two ways to do this: 1. Move words from CategorySP to Null_Plurals 2. Consider words from CategorySP in lex._isPlural(), pluralzie(), singularize() @dhowe which one sounds better to you? Words from `CategorySP` but not included in `Null_Plurals`: > 'acoustics', 'aesthetics', 'aquatics', 'basics', 'ceramics', 'classics', 'cosmetics', 'dialectics', 'dynamics', 'ethics', 'harmonics', 'heroics', 'mechanics', 'metrics', 'optics', 'physics', 'polemics', 'pyrotechnics', 'quadratics', 'quarters', 'tactics', 'tropics' *I am only talking about RiTaJS here, same changes could be later implemented in java accordingly.
priority
issues about word lists categorysp and null plurals when i worked on non countable nouns or word that is both singular and plural i found these two word lists a bit confusing problematic words that are both singular and plural from rita stemmers pling these don t change for plural singular from their definition in comment both word lists sound like the place to add a word that is both singular and plural however what actually in use is null plurals which is used in lex isplural pluralzie singularize categorysp is only used for issingular and issingularandplural in rita stemmers pling but these two functions are not used in other part of the code except a few cases most of the words in categorysp are not covered in null plurals therefore there are wrong results like rita pluralize acoustics acousticses rita singularize acoustics acoustic to solve issues above i can think about two ways to do this move words from categorysp to null plurals consider words from categorysp in lex isplural pluralzie singularize dhowe which one sounds better to you words from categorysp but not included in null plurals acoustics aesthetics aquatics basics ceramics classics cosmetics dialectics dynamics ethics harmonics heroics mechanics metrics optics physics polemics pyrotechnics quadratics quarters tactics tropics i am only talking about ritajs here same changes could be later implemented in java accordingly
1
302,058
9,254,734,091
IssuesEvent
2019-03-16 02:02:34
GentenStudios/quartz-engine
https://api.github.com/repos/GentenStudios/quartz-engine
closed
Concerns about code of conduct
improvement priority-medium
The current code of conduct is pretty vague. Just a quick run down of the certain standards: >Using welcoming and inclusive language Define welcoming and inclusive language. It is ambiguous if this project becomes big and many people with many different opinions may come to different terms with this. If you want be truly tolerant, then tolerate the intolerant, unless they're trolling, which is a different story. >Gracefully accepting constructive criticism Seriously, define this. What if the criticism was something a person didn't like, regardless of credibility, and the maintainers have no choice but to comply with the complaints in order to align with the code of conduct. >Showing empathy towards other community members Completely unnecessary for especially a software project. >Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. Like I said, opinions and definitions vary for each person, and legitimate stuff may be cancelled due to not being aligned with the vague code of conduct. If you guys actually put definitions of words such as "inclusive" in the conduct, then this whole issue would be useless. P.S. the definition of inclusive is this ``` adj. Taking a great deal or everything within its scope; comprehensive ```
1.0
Concerns about code of conduct - The current code of conduct is pretty vague. Just a quick run down of the certain standards: >Using welcoming and inclusive language Define welcoming and inclusive language. It is ambiguous if this project becomes big and many people with many different opinions may come to different terms with this. If you want be truly tolerant, then tolerate the intolerant, unless they're trolling, which is a different story. >Gracefully accepting constructive criticism Seriously, define this. What if the criticism was something a person didn't like, regardless of credibility, and the maintainers have no choice but to comply with the complaints in order to align with the code of conduct. >Showing empathy towards other community members Completely unnecessary for especially a software project. >Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. Like I said, opinions and definitions vary for each person, and legitimate stuff may be cancelled due to not being aligned with the vague code of conduct. If you guys actually put definitions of words such as "inclusive" in the conduct, then this whole issue would be useless. P.S. the definition of inclusive is this ``` adj. Taking a great deal or everything within its scope; comprehensive ```
priority
concerns about code of conduct the current code of conduct is pretty vague just a quick run down of the certain standards using welcoming and inclusive language define welcoming and inclusive language it is ambiguous if this project becomes big and many people with many different opinions may come to different terms with this if you want be truly tolerant then tolerate the intolerant unless they re trolling which is a different story gracefully accepting constructive criticism seriously define this what if the criticism was something a person didn t like regardless of credibility and the maintainers have no choice but to comply with the complaints in order to align with the code of conduct showing empathy towards other community members completely unnecessary for especially a software project project maintainers have the right and responsibility to remove edit or reject comments commits code wiki edits issues and other contributions that are not aligned to this code of conduct or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate threatening offensive or harmful like i said opinions and definitions vary for each person and legitimate stuff may be cancelled due to not being aligned with the vague code of conduct if you guys actually put definitions of words such as inclusive in the conduct then this whole issue would be useless p s the definition of inclusive is this adj taking a great deal or everything within its scope comprehensive
1
543,894
15,886,980,666
IssuesEvent
2021-04-10 00:16:44
JensenJ/EmbargoMC-IssueTracker
https://api.github.com/repos/JensenJ/EmbargoMC-IssueTracker
closed
[FEATURE] Nations Chat Channel
enhancement medium-priority
**Is your feature request related to a problem? Please describe.** Nation group channels should be in so /msg or similar commands are not needed to be used. **Describe the solution you'd like** Nation group channels
1.0
[FEATURE] Nations Chat Channel - **Is your feature request related to a problem? Please describe.** Nation group channels should be in so /msg or similar commands are not needed to be used. **Describe the solution you'd like** Nation group channels
priority
nations chat channel is your feature request related to a problem please describe nation group channels should be in so msg or similar commands are not needed to be used describe the solution you d like nation group channels
1
428,227
12,404,954,947
IssuesEvent
2020-05-21 16:24:32
bounswe/bounswe2020group2
https://api.github.com/repos/bounswe/bounswe2020group2
closed
Implement the map functionality of the API and create basic front-end to demonstrate
effort: high priority: medium type: front-end who: group
Assigned with @umutoksuz Create a map widget with which a user can tell their location. Based on that location we find the language and the currency. Maybe use Yandex or Openstreetmap
1.0
Implement the map functionality of the API and create basic front-end to demonstrate - Assigned with @umutoksuz Create a map widget with which a user can tell their location. Based on that location we find the language and the currency. Maybe use Yandex or Openstreetmap
priority
implement the map functionality of the api and create basic front end to demonstrate assigned with umutoksuz create a map widget with which a user can tell their location based on that location we find the language and the currency maybe use yandex or openstreetmap
1
288,864
8,852,502,503
IssuesEvent
2019-01-08 18:33:02
hydroshare/hydroshare
https://api.github.com/repos/hydroshare/hydroshare
closed
App tracking logs shouldn't contain spaces
Medium Priority Use Tracking bug in progress
The activity logs for app launches sometimes contain spaces in the kvp strings. This causes errors when parsing an results in incomplete/incorrect metadata in Kibana. For example, `HydroShare` should be `HydroShare GIS`: ![image](https://user-images.githubusercontent.com/4822372/29085945-e39c1b84-7c3e-11e7-8e31-999508dd10d4.png) 2017-08-04 07:13:46.565625+00:00 user_id=536 session_id=290175 action=app_launch name=JupyterHub NCSA user_email_domain=edu resourcetype=CompositeResource resourceid=0a5ce7ffa1da4be0863de9b95df683dc user_type= user_ip=205.175.118.79 husername=jphuong This makes other things break too: ``` user_type |   | user_ip=205.175.118.79 ``` To fix this, replace all spaces with a different *unique* separator. Moreover, blank values should NOT be allowed in the logs. Instead use a value of 'Unspecified'
1.0
App tracking logs shouldn't contain spaces - The activity logs for app launches sometimes contain spaces in the kvp strings. This causes errors when parsing an results in incomplete/incorrect metadata in Kibana. For example, `HydroShare` should be `HydroShare GIS`: ![image](https://user-images.githubusercontent.com/4822372/29085945-e39c1b84-7c3e-11e7-8e31-999508dd10d4.png) 2017-08-04 07:13:46.565625+00:00 user_id=536 session_id=290175 action=app_launch name=JupyterHub NCSA user_email_domain=edu resourcetype=CompositeResource resourceid=0a5ce7ffa1da4be0863de9b95df683dc user_type= user_ip=205.175.118.79 husername=jphuong This makes other things break too: ``` user_type |   | user_ip=205.175.118.79 ``` To fix this, replace all spaces with a different *unique* separator. Moreover, blank values should NOT be allowed in the logs. Instead use a value of 'Unspecified'
priority
app tracking logs shouldn t contain spaces the activity logs for app launches sometimes contain spaces in the kvp strings this causes errors when parsing an results in incomplete incorrect metadata in kibana for example hydroshare should be hydroshare gis user id session id action app launch name jupyterhub ncsa user email domain edu resourcetype compositeresource resourceid user type user ip husername jphuong this makes other things break too user type   user ip to fix this replace all spaces with a different unique separator moreover blank values should not be allowed in the logs instead use a value of unspecified
1
590,991
17,792,645,443
IssuesEvent
2021-08-31 18:03:13
OneCommunityGlobal/HighestGoodNetworkApp
https://api.github.com/repos/OneCommunityGlobal/HighestGoodNetworkApp
closed
Notifiy user when application has been updated
feature request medium priority
Jae: > Version History Reload Functionality (Cameron knows what I mean by this) Cameron: > The application window should auto reload each time the application version string changes to
1.0
Notifiy user when application has been updated - Jae: > Version History Reload Functionality (Cameron knows what I mean by this) Cameron: > The application window should auto reload each time the application version string changes to
priority
notifiy user when application has been updated jae version history reload functionality cameron knows what i mean by this cameron the application window should auto reload each time the application version string changes to
1
441,928
12,734,815,878
IssuesEvent
2020-06-25 14:27:01
fedora-infra/anitya
https://api.github.com/repos/fedora-infra/anitya
closed
Remove current alembic migrations
Medium Priority enhancement groomed
# Description Currently the number of alembic migrations is big and should be removed. ## Requirements * Check if all the migrations are available in https://github.com/fedora-infra/anitya/blob/master/anitya/db/models.py * Add missing migrations to `models.py` ## How this will make Anitya better This will make upgrade and deployment of the anitya much easier.
1.0
Remove current alembic migrations - # Description Currently the number of alembic migrations is big and should be removed. ## Requirements * Check if all the migrations are available in https://github.com/fedora-infra/anitya/blob/master/anitya/db/models.py * Add missing migrations to `models.py` ## How this will make Anitya better This will make upgrade and deployment of the anitya much easier.
priority
remove current alembic migrations description currently the number of alembic migrations is big and should be removed requirements check if all the migrations are available in add missing migrations to models py how this will make anitya better this will make upgrade and deployment of the anitya much easier
1
618,750
19,486,400,889
IssuesEvent
2021-12-26 13:12:59
buttercup/buttercup-mobile
https://api.github.com/repos/buttercup/buttercup-mobile
closed
Detect touch/face ID disabled: Use password mode instead
Priority: Medium Status: Available Effort: Medium Type: Enhancement Platform: iOS Platform: Android
** Describe the issue you're having ** I have added the Touch ID unlock feature. It was perfectly working until the Touch ID got broken. I have disabled Touch ID totally in the phone settings, but Buttercup is not even allowing me to unlock with the master password. It only shows an error "Device does not support Touch ID". ** What OS version are you using ** iOS 12.3.1 ** What device are you using ** iPhone SE ** Screenshot ** ![IMG_6699](https://user-images.githubusercontent.com/1576246/59289510-86f8e980-8c76-11e9-9925-64432d507f17.PNG)
1.0
Detect touch/face ID disabled: Use password mode instead - ** Describe the issue you're having ** I have added the Touch ID unlock feature. It was perfectly working until the Touch ID got broken. I have disabled Touch ID totally in the phone settings, but Buttercup is not even allowing me to unlock with the master password. It only shows an error "Device does not support Touch ID". ** What OS version are you using ** iOS 12.3.1 ** What device are you using ** iPhone SE ** Screenshot ** ![IMG_6699](https://user-images.githubusercontent.com/1576246/59289510-86f8e980-8c76-11e9-9925-64432d507f17.PNG)
priority
detect touch face id disabled use password mode instead describe the issue you re having i have added the touch id unlock feature it was perfectly working until the touch id got broken i have disabled touch id totally in the phone settings but buttercup is not even allowing me to unlock with the master password it only shows an error device does not support touch id what os version are you using ios what device are you using iphone se screenshot
1
3,144
2,537,381,028
IssuesEvent
2015-01-26 20:11:23
web2py/web2py
https://api.github.com/repos/web2py/web2py
opened
SQLFORM.factory and upload field - uploadfolder
2–5 stars bug imported Priority-Medium
_From [ato.st...@gmail.com](https://code.google.com/u/117176497741954485102/) on January 03, 2012 22:36:32_ What steps will reproduce the problem? 1. See the first example here: http://web2py.com/books/default/chapter/29/7#SQLFORM.factory 2. it doesn't mention that the uploadfolder argument is required 3. If you pass garbage or a string that doesn't point to a folder, the file is not uploaded and saved. What is the expected output? What do you see instead? I feel that uploadfolder should NOT be required, as the example would imply. But, if it is determined that uploadfolder is necessary then it should validate the folder that is passed and raise an exception if for some reason it cannot save the file there. Instead, I'm seeing that I can pass gibberish to the argument and the file is then not saved. What version of the product are you using? On what operating system? Trunk, updated around 8:30 central on 1/3/2012. Please provide any additional information below. In my opinion the uploadfolder arg should be optional. In my situation, I'm processing the uploaded file (reading through a csv) and do not want it stored on the server, my code handles the processing and saving. Also, there should be some way to define an application-wide default. If the uploadfolder arg is passed, then it needs to be validated to ensure that we can store a file there. If the file is not successfully stored to the specified server location, and exception should be raised. There are situations where one wants to specify an upload file, but does not want it to be automatically stored on the server. Therefore, maybe another parm should be available to tell web2py not to save it after it is processed. You can reference this discussion for more info: http://groups.google.com/group/web2py/browse_thread/thread/1444da35d5e12592/3c21747e67c1eb9f#3c21747e67c1eb9f _Original issue: http://code.google.com/p/web2py/issues/detail?id=597_
1.0
SQLFORM.factory and upload field - uploadfolder - _From [ato.st...@gmail.com](https://code.google.com/u/117176497741954485102/) on January 03, 2012 22:36:32_ What steps will reproduce the problem? 1. See the first example here: http://web2py.com/books/default/chapter/29/7#SQLFORM.factory 2. it doesn't mention that the uploadfolder argument is required 3. If you pass garbage or a string that doesn't point to a folder, the file is not uploaded and saved. What is the expected output? What do you see instead? I feel that uploadfolder should NOT be required, as the example would imply. But, if it is determined that uploadfolder is necessary then it should validate the folder that is passed and raise an exception if for some reason it cannot save the file there. Instead, I'm seeing that I can pass gibberish to the argument and the file is then not saved. What version of the product are you using? On what operating system? Trunk, updated around 8:30 central on 1/3/2012. Please provide any additional information below. In my opinion the uploadfolder arg should be optional. In my situation, I'm processing the uploaded file (reading through a csv) and do not want it stored on the server, my code handles the processing and saving. Also, there should be some way to define an application-wide default. If the uploadfolder arg is passed, then it needs to be validated to ensure that we can store a file there. If the file is not successfully stored to the specified server location, and exception should be raised. There are situations where one wants to specify an upload file, but does not want it to be automatically stored on the server. Therefore, maybe another parm should be available to tell web2py not to save it after it is processed. You can reference this discussion for more info: http://groups.google.com/group/web2py/browse_thread/thread/1444da35d5e12592/3c21747e67c1eb9f#3c21747e67c1eb9f _Original issue: http://code.google.com/p/web2py/issues/detail?id=597_
priority
sqlform factory and upload field uploadfolder from on january what steps will reproduce the problem see the first example here it doesn t mention that the uploadfolder argument is required if you pass garbage or a string that doesn t point to a folder the file is not uploaded and saved what is the expected output what do you see instead i feel that uploadfolder should not be required as the example would imply but if it is determined that uploadfolder is necessary then it should validate the folder that is passed and raise an exception if for some reason it cannot save the file there instead i m seeing that i can pass gibberish to the argument and the file is then not saved what version of the product are you using on what operating system trunk updated around central on please provide any additional information below in my opinion the uploadfolder arg should be optional in my situation i m processing the uploaded file reading through a csv and do not want it stored on the server my code handles the processing and saving also there should be some way to define an application wide default if the uploadfolder arg is passed then it needs to be validated to ensure that we can store a file there if the file is not successfully stored to the specified server location and exception should be raised there are situations where one wants to specify an upload file but does not want it to be automatically stored on the server therefore maybe another parm should be available to tell not to save it after it is processed you can reference this discussion for more info original issue
1
818,535
30,693,597,031
IssuesEvent
2023-07-26 16:49:56
testomatio/app
https://api.github.com/repos/testomatio/app
closed
Living Docs throws 404 error when clicking from Tests view
bug ui\ux editor users living docs priority medium
**To Reproduce** Steps to reproduce the behavior: 1. open a project with tests 2. enable living docs in settings 3. go to Tests page 4. open a test 5. click on menu button 6. pick Living docs 7. see the issue **Expected behavior** A test is opened in Living docs in a new tab. **Screenshots** ![screencast 2021-09-17 12-01-48](https://user-images.githubusercontent.com/77803888/133756960-2d3fca38-6ce2-44fd-87d6-1771e2d01e5d.gif) **Desktop (please complete the following information):** - OS: MacOS - Browser chrome - Application: beta **Additional context** Add any other context about the problem here.
1.0
Living Docs throws 404 error when clicking from Tests view - **To Reproduce** Steps to reproduce the behavior: 1. open a project with tests 2. enable living docs in settings 3. go to Tests page 4. open a test 5. click on menu button 6. pick Living docs 7. see the issue **Expected behavior** A test is opened in Living docs in a new tab. **Screenshots** ![screencast 2021-09-17 12-01-48](https://user-images.githubusercontent.com/77803888/133756960-2d3fca38-6ce2-44fd-87d6-1771e2d01e5d.gif) **Desktop (please complete the following information):** - OS: MacOS - Browser chrome - Application: beta **Additional context** Add any other context about the problem here.
priority
living docs throws error when clicking from tests view to reproduce steps to reproduce the behavior open a project with tests enable living docs in settings go to tests page open a test click on menu button pick living docs see the issue expected behavior a test is opened in living docs in a new tab screenshots desktop please complete the following information os macos browser chrome application beta additional context add any other context about the problem here
1
107,015
4,288,662,204
IssuesEvent
2016-07-17 16:16:57
OperationCode/operationcode
https://api.github.com/repos/OperationCode/operationcode
opened
Add admin screen
Priority: Medium Status: Available Type: Enhancement
There should be an admin boolean added to the veteran model. In the profile there should be an admin view. Right now this view should only have the ability to make someone a mentor.
1.0
Add admin screen - There should be an admin boolean added to the veteran model. In the profile there should be an admin view. Right now this view should only have the ability to make someone a mentor.
priority
add admin screen there should be an admin boolean added to the veteran model in the profile there should be an admin view right now this view should only have the ability to make someone a mentor
1
658,231
21,881,543,357
IssuesEvent
2022-05-19 14:43:16
ooni/probe
https://api.github.com/repos/ooni/probe
closed
Add new default bridge to OONI tests
priority/medium data quality ooni/probe-engine
We have a new default bridge in Tor Browser: ``` obfs4 185.100.85.3:443 5B403DFE34F4872EB027059CECAE30B0C864B3A2 cert=bWUdFUe8io9U6JkSLoGAvSAUDcB779/shovCYmYAQb/pW/iEAMZtO/lCd94OokOF909TPA iat-mode=2 ``` Can we add this to the OONI Tor tests?
1.0
Add new default bridge to OONI tests - We have a new default bridge in Tor Browser: ``` obfs4 185.100.85.3:443 5B403DFE34F4872EB027059CECAE30B0C864B3A2 cert=bWUdFUe8io9U6JkSLoGAvSAUDcB779/shovCYmYAQb/pW/iEAMZtO/lCd94OokOF909TPA iat-mode=2 ``` Can we add this to the OONI Tor tests?
priority
add new default bridge to ooni tests we have a new default bridge in tor browser cert shovcymyaqb pw ieamzto iat mode can we add this to the ooni tor tests
1
24,264
2,667,018,332
IssuesEvent
2015-03-22 05:00:43
NewCreature/EOF
https://api.github.com/repos/NewCreature/EOF
closed
Moved lyrics don't truncate if moved to the edge of the piano roll
bug imported Priority-Medium
_From [raynebc](https://code.google.com/u/raynebc/) on May 10, 2010 13:59:27_ This is a two part bug: 1. EOF prevents a lyric's duration from being increased to extend beyond the end of the piano roll, but it does not prevent a lyric to be moved to the edge of the piano roll so that its duration is depicted as displaying past the edge of the piano roll. This is similar to issue `#40` , where lyrics aren't truncated if they overlap each other after a move operation. 2. If multiple lyrics are selected at once, and they are moved to the right end of the piano roll, EOF prevents the lyrics from starting beyond the end of the piano roll, but allows them to all overlap: http://i15.photobucket.com/albums/a354/raynebc/eof163b6lyricedgemoveglitch.jpg A good workaround is to prevent lyric movement if any of the selected lyric's durations would run beyond the end of the piano roll. If it's preferred to have the duration truncate instead, the movement should at least be prevented if one of the selected lyrics is at the end of the piano roll. _Original issue: http://code.google.com/p/editor-on-fire/issues/detail?id=45_
1.0
Moved lyrics don't truncate if moved to the edge of the piano roll - _From [raynebc](https://code.google.com/u/raynebc/) on May 10, 2010 13:59:27_ This is a two part bug: 1. EOF prevents a lyric's duration from being increased to extend beyond the end of the piano roll, but it does not prevent a lyric to be moved to the edge of the piano roll so that its duration is depicted as displaying past the edge of the piano roll. This is similar to issue `#40` , where lyrics aren't truncated if they overlap each other after a move operation. 2. If multiple lyrics are selected at once, and they are moved to the right end of the piano roll, EOF prevents the lyrics from starting beyond the end of the piano roll, but allows them to all overlap: http://i15.photobucket.com/albums/a354/raynebc/eof163b6lyricedgemoveglitch.jpg A good workaround is to prevent lyric movement if any of the selected lyric's durations would run beyond the end of the piano roll. If it's preferred to have the duration truncate instead, the movement should at least be prevented if one of the selected lyrics is at the end of the piano roll. _Original issue: http://code.google.com/p/editor-on-fire/issues/detail?id=45_
priority
moved lyrics don t truncate if moved to the edge of the piano roll from on may this is a two part bug eof prevents a lyric s duration from being increased to extend beyond the end of the piano roll but it does not prevent a lyric to be moved to the edge of the piano roll so that its duration is depicted as displaying past the edge of the piano roll this is similar to issue where lyrics aren t truncated if they overlap each other after a move operation if multiple lyrics are selected at once and they are moved to the right end of the piano roll eof prevents the lyrics from starting beyond the end of the piano roll but allows them to all overlap a good workaround is to prevent lyric movement if any of the selected lyric s durations would run beyond the end of the piano roll if it s preferred to have the duration truncate instead the movement should at least be prevented if one of the selected lyrics is at the end of the piano roll original issue
1
158,919
6,037,149,080
IssuesEvent
2017-06-09 17:56:33
OperationCode/operationcode_frontend
https://api.github.com/repos/OperationCode/operationcode_frontend
opened
Update TOS and privacy URIs in id.me
Priority: Medium Status: Blocked Type: Feature
<!-- Please fill out one of the sections below based on the type of issue you're creating --> # Feature ## Why is this feature being added? <!-- What problem is it solving? What value does it add? --> id.me allows us to specify our TOS and privacy URLs. ## What should your feature do? Update the id.me application with the new urls. This is blocked on
1.0
Update TOS and privacy URIs in id.me - <!-- Please fill out one of the sections below based on the type of issue you're creating --> # Feature ## Why is this feature being added? <!-- What problem is it solving? What value does it add? --> id.me allows us to specify our TOS and privacy URLs. ## What should your feature do? Update the id.me application with the new urls. This is blocked on
priority
update tos and privacy uris in id me feature why is this feature being added id me allows us to specify our tos and privacy urls what should your feature do update the id me application with the new urls this is blocked on
1
756,467
26,472,501,121
IssuesEvent
2023-01-17 08:38:59
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[YCQL] Table recreation does not clear prepared statements cache
kind/bug priority/medium area/ycql
Jira Link: [DB-4697](https://yugabyte.atlassian.net/browse/DB-4697) Reproduction steps: 1) Create a table: ```cql CREATE TABLE t (pk int PRIMARY KEY, ctr counter); ``` 2) Create a prepared statement (using Java for this example): ```java // ... PreparedStatement ps = session.prepare("UPDATE t SET ctr = ctr + 1 WHERE pk = ?"); session.execute(ps.bind(1))); ``` 3) Drop and recreate the table with different type for `pk`: ```cql DROP TABLE t; CREATE TABLE t (pk uuid PRIMARY KEY, ctr counter); ``` 4) Change your client accordingly: ```java // ... session.execute(ps.bind(UUID.fromString("139ca0c0-db08-4058-ba6b-37b086a636b6")))); ``` 5) Try to run the client: ``` Exception in thread "main" com.datastax.driver.core.exceptions.CodecNotFoundException: Codec not found for requested operation: [int <-> java.util.UUID] at com.datastax.driver.core.CodecRegistry.notFound(CodecRegistry.java:742) at com.datastax.driver.core.CodecRegistry.createCodec(CodecRegistry.java:603) at com.datastax.driver.core.CodecRegistry.findCodec(CodecRegistry.java:583) at com.datastax.driver.core.CodecRegistry.codecFor(CodecRegistry.java:508) at com.datastax.driver.core.AbstractGettableByIndexData.codecFor(AbstractGettableByIndexData.java:77) at com.datastax.driver.core.BoundStatement.bind(BoundStatement.java:201) at com.datastax.driver.core.DefaultPreparedStatement.bind(DefaultPreparedStatement.java:140) at com.yugabyte.CqlPlayground.main(CqlPlayground.java:48) ``` Note that adding e.g. a space in the CQL statement avoids this error.
1.0
[YCQL] Table recreation does not clear prepared statements cache - Jira Link: [DB-4697](https://yugabyte.atlassian.net/browse/DB-4697) Reproduction steps: 1) Create a table: ```cql CREATE TABLE t (pk int PRIMARY KEY, ctr counter); ``` 2) Create a prepared statement (using Java for this example): ```java // ... PreparedStatement ps = session.prepare("UPDATE t SET ctr = ctr + 1 WHERE pk = ?"); session.execute(ps.bind(1))); ``` 3) Drop and recreate the table with different type for `pk`: ```cql DROP TABLE t; CREATE TABLE t (pk uuid PRIMARY KEY, ctr counter); ``` 4) Change your client accordingly: ```java // ... session.execute(ps.bind(UUID.fromString("139ca0c0-db08-4058-ba6b-37b086a636b6")))); ``` 5) Try to run the client: ``` Exception in thread "main" com.datastax.driver.core.exceptions.CodecNotFoundException: Codec not found for requested operation: [int <-> java.util.UUID] at com.datastax.driver.core.CodecRegistry.notFound(CodecRegistry.java:742) at com.datastax.driver.core.CodecRegistry.createCodec(CodecRegistry.java:603) at com.datastax.driver.core.CodecRegistry.findCodec(CodecRegistry.java:583) at com.datastax.driver.core.CodecRegistry.codecFor(CodecRegistry.java:508) at com.datastax.driver.core.AbstractGettableByIndexData.codecFor(AbstractGettableByIndexData.java:77) at com.datastax.driver.core.BoundStatement.bind(BoundStatement.java:201) at com.datastax.driver.core.DefaultPreparedStatement.bind(DefaultPreparedStatement.java:140) at com.yugabyte.CqlPlayground.main(CqlPlayground.java:48) ``` Note that adding e.g. a space in the CQL statement avoids this error.
priority
table recreation does not clear prepared statements cache jira link reproduction steps create a table cql create table t pk int primary key ctr counter create a prepared statement using java for this example java preparedstatement ps session prepare update t set ctr ctr where pk session execute ps bind drop and recreate the table with different type for pk cql drop table t create table t pk uuid primary key ctr counter change your client accordingly java session execute ps bind uuid fromstring try to run the client exception in thread main com datastax driver core exceptions codecnotfoundexception codec not found for requested operation at com datastax driver core codecregistry notfound codecregistry java at com datastax driver core codecregistry createcodec codecregistry java at com datastax driver core codecregistry findcodec codecregistry java at com datastax driver core codecregistry codecfor codecregistry java at com datastax driver core abstractgettablebyindexdata codecfor abstractgettablebyindexdata java at com datastax driver core boundstatement bind boundstatement java at com datastax driver core defaultpreparedstatement bind defaultpreparedstatement java at com yugabyte cqlplayground main cqlplayground java note that adding e g a space in the cql statement avoids this error
1
30,882
2,728,828,171
IssuesEvent
2015-04-16 01:46:38
btcsuite/btcd
https://api.github.com/repos/btcsuite/btcd
closed
need new rpc command .. addnode <ip> remove .. does not remove from dns list as well as persistent list
enhancement medium priority
<pre> 104939 &lt;@davec&gt; ok so it's only looking in peers that we added 104950 &lt;@davec&gt; actually I think it's persistent peers in general 104952 &lt; todd&gt; the getpeerinfo rpc command can list all peers regardless of rpc list or dns list 105011 &lt; todd&gt; but the rpc 'addnode &lt;ip&gt; remove' cannot remove something from the dns list, only the rpc list 105036 &lt;@davec&gt; right case delNodeMsg: 105036 &lt; todd&gt; so from what you said, 's/rpc list/persistent list/' 105036 &lt;@davec&gt; found := false 105037 &lt;@davec&gt; for e := state.persistentPeers.Front(); e != nil; e = e.Next() { 105044 &lt;@davec&gt; yep, that's wrong 105048 &lt;@davec&gt; ticket please ... 111339 &lt;@davec&gt; todd: oga just informed me that addnode is only *supposed* to work on persistent peers to be compatible with bitcoind 111410 &lt;@davec&gt; I rather agree that isn't very smart, but I guess we'll just provide an extension command that does it 111432 &lt;@davec&gt; not being able to remove any connection doesn't make sense </pre>
1.0
need new rpc command .. addnode <ip> remove .. does not remove from dns list as well as persistent list - <pre> 104939 &lt;@davec&gt; ok so it's only looking in peers that we added 104950 &lt;@davec&gt; actually I think it's persistent peers in general 104952 &lt; todd&gt; the getpeerinfo rpc command can list all peers regardless of rpc list or dns list 105011 &lt; todd&gt; but the rpc 'addnode &lt;ip&gt; remove' cannot remove something from the dns list, only the rpc list 105036 &lt;@davec&gt; right case delNodeMsg: 105036 &lt; todd&gt; so from what you said, 's/rpc list/persistent list/' 105036 &lt;@davec&gt; found := false 105037 &lt;@davec&gt; for e := state.persistentPeers.Front(); e != nil; e = e.Next() { 105044 &lt;@davec&gt; yep, that's wrong 105048 &lt;@davec&gt; ticket please ... 111339 &lt;@davec&gt; todd: oga just informed me that addnode is only *supposed* to work on persistent peers to be compatible with bitcoind 111410 &lt;@davec&gt; I rather agree that isn't very smart, but I guess we'll just provide an extension command that does it 111432 &lt;@davec&gt; not being able to remove any connection doesn't make sense </pre>
priority
need new rpc command addnode remove does not remove from dns list as well as persistent list lt davec gt ok so it s only looking in peers that we added lt davec gt actually i think it s persistent peers in general lt todd gt the getpeerinfo rpc command can list all peers regardless of rpc list or dns list lt todd gt but the rpc addnode lt ip gt remove cannot remove something from the dns list only the rpc list lt davec gt right case delnodemsg lt todd gt so from what you said s rpc list persistent list lt davec gt found false lt davec gt for e state persistentpeers front e nil e e next lt davec gt yep that s wrong lt davec gt ticket please lt davec gt todd oga just informed me that addnode is only supposed to work on persistent peers to be compatible with bitcoind lt davec gt i rather agree that isn t very smart but i guess we ll just provide an extension command that does it lt davec gt not being able to remove any connection doesn t make sense
1
391,109
11,569,336,064
IssuesEvent
2020-02-20 17:21:56
Alluxio/alluxio
https://api.github.com/repos/Alluxio/alluxio
closed
Enhance docs of helm chart
area-k8s priority-medium target-2.1.0 type-feature
**Is your feature request related to a problem? Please describe.** v2.0 **Describe the solution you'd like** Could you enhance the document about helm chart of the alluxio? I think it's better to refer some solutions like[mysql helm chart](https://github.com/helm/charts/tree/master/stable/mysql). For example, I have no idea about how to handle `format` behavior when using `helm`, and what attributes I can use. Thanks.
1.0
Enhance docs of helm chart - **Is your feature request related to a problem? Please describe.** v2.0 **Describe the solution you'd like** Could you enhance the document about helm chart of the alluxio? I think it's better to refer some solutions like[mysql helm chart](https://github.com/helm/charts/tree/master/stable/mysql). For example, I have no idea about how to handle `format` behavior when using `helm`, and what attributes I can use. Thanks.
priority
enhance docs of helm chart is your feature request related to a problem please describe describe the solution you d like could you enhance the document about helm chart of the alluxio i think it s better to refer some solutions like for example i have no idea about how to handle format behavior when using helm and what attributes i can use thanks
1
30,506
2,723,984,637
IssuesEvent
2015-04-14 15:28:15
CruxFramework/crux-widgets
https://api.github.com/repos/CruxFramework/crux-widgets
closed
StackMenuItem should not be an widget
bug CruxWidgetsLibrary imported Milestone-4.0.0 Priority-Medium
_From [thi...@cruxframework.org](https://code.google.com/u/114650528804514463329/) on October 11, 2010 19:08:14_ StackMenuItem should not be an widget. It only can be used inside a StackMenu _Original issue: http://code.google.com/p/crux-framework/issues/detail?id=208_
1.0
StackMenuItem should not be an widget - _From [thi...@cruxframework.org](https://code.google.com/u/114650528804514463329/) on October 11, 2010 19:08:14_ StackMenuItem should not be an widget. It only can be used inside a StackMenu _Original issue: http://code.google.com/p/crux-framework/issues/detail?id=208_
priority
stackmenuitem should not be an widget from on october stackmenuitem should not be an widget it only can be used inside a stackmenu original issue
1
783,227
27,523,699,021
IssuesEvent
2023-03-06 16:34:42
HackerN64/HackerSM64
https://api.github.com/repos/HackerN64/HackerSM64
closed
Object Act Selection
enhancement needs verification medium priority
Currently it is not possible to have an object show up in acts 1-5 only. Doing this will cause said object to show up in act 6. Apparently this is what the OBJECT macro sets objects to by default, and for some reason this seemingly matters for levels that lack an act select. Passing a value of 0x1F allows all objects to spawn in these courses, whereas a value of 0x3F does not. This is silly and needs to be done away with. Most likely these parameters impact object macros and maybe collision file special objects as well. This should be tested thoroughly as implementation could very easily be done improperly.
1.0
Object Act Selection - Currently it is not possible to have an object show up in acts 1-5 only. Doing this will cause said object to show up in act 6. Apparently this is what the OBJECT macro sets objects to by default, and for some reason this seemingly matters for levels that lack an act select. Passing a value of 0x1F allows all objects to spawn in these courses, whereas a value of 0x3F does not. This is silly and needs to be done away with. Most likely these parameters impact object macros and maybe collision file special objects as well. This should be tested thoroughly as implementation could very easily be done improperly.
priority
object act selection currently it is not possible to have an object show up in acts only doing this will cause said object to show up in act apparently this is what the object macro sets objects to by default and for some reason this seemingly matters for levels that lack an act select passing a value of allows all objects to spawn in these courses whereas a value of does not this is silly and needs to be done away with most likely these parameters impact object macros and maybe collision file special objects as well this should be tested thoroughly as implementation could very easily be done improperly
1
44,529
2,908,748,205
IssuesEvent
2015-06-20 01:54:37
andresriancho/w3af
https://api.github.com/repos/andresriancho/w3af
opened
Route / to a 404 error page
improvement priority:medium
Route / to a 404 error page which points to the REST API documentation
1.0
Route / to a 404 error page - Route / to a 404 error page which points to the REST API documentation
priority
route to a error page route to a error page which points to the rest api documentation
1
112,643
4,535,367,452
IssuesEvent
2016-09-08 17:07:06
HabitRPG/habitrpg
https://api.github.com/repos/HabitRPG/habitrpg
closed
Fix super long error output when test fails in Travis build
priority: medium status: issue: help welcome now
I'm not sure why, but lately my builds have been throwing the same error over and over again, sometimes running for more than 45 minutes. For example, [this build](https://travis-ci.org/HabitRPG/habitrpg/builds/147853560) only stopped because the output file exceeded the limit of 4MB, with over 80k lines of output. And this only happened after more than 48 minutes. It's just this failure over and over again: > 'build:dev' errored after 28 s > Error in plugin 'run-sequence(test:karma)' > Message: > Command failed: /bin/sh -c NODE_ENV=test npm run test:karma I think we should limit the number of retries for running karma tests to prevent this from happening again and hogging TravisCI resources.
1.0
Fix super long error output when test fails in Travis build - I'm not sure why, but lately my builds have been throwing the same error over and over again, sometimes running for more than 45 minutes. For example, [this build](https://travis-ci.org/HabitRPG/habitrpg/builds/147853560) only stopped because the output file exceeded the limit of 4MB, with over 80k lines of output. And this only happened after more than 48 minutes. It's just this failure over and over again: > 'build:dev' errored after 28 s > Error in plugin 'run-sequence(test:karma)' > Message: > Command failed: /bin/sh -c NODE_ENV=test npm run test:karma I think we should limit the number of retries for running karma tests to prevent this from happening again and hogging TravisCI resources.
priority
fix super long error output when test fails in travis build i m not sure why but lately my builds have been throwing the same error over and over again sometimes running for more than minutes for example only stopped because the output file exceeded the limit of with over lines of output and this only happened after more than minutes it s just this failure over and over again build dev errored after s error in plugin run sequence test karma message command failed bin sh c node env test npm run test karma i think we should limit the number of retries for running karma tests to prevent this from happening again and hogging travisci resources
1
53,530
3,040,732,776
IssuesEvent
2015-08-07 17:02:10
scamille/simc_issue_test3
https://api.github.com/repos/scamille/simc_issue_test3
closed
Enhancement for generic proc effects
enhancement imported Priority-Medium
_From [rytti...@gmail.com](https://code.google.com/u/115271290947767509228/) on March 30, 2009 19:20:21_ If you know the properties of a proc it should be simple to create a generic description to model it. Similar to the spell_power_trinket you have now. Many items are currently not modeled in the simulator and having a way to model these would be very handy. In the boomkin simulator I wrote I had a generic proc effect that would specify proc&#37;, duration, cooldown, and proc type/amount (ie haste/sp/ap) This would allow for modeling of several items that are not currently modeled like "lightweave embroidery" or "totem of the elemental plane" _Original issue: http://code.google.com/p/simulationcraft/issues/detail?id=46_
1.0
Enhancement for generic proc effects - _From [rytti...@gmail.com](https://code.google.com/u/115271290947767509228/) on March 30, 2009 19:20:21_ If you know the properties of a proc it should be simple to create a generic description to model it. Similar to the spell_power_trinket you have now. Many items are currently not modeled in the simulator and having a way to model these would be very handy. In the boomkin simulator I wrote I had a generic proc effect that would specify proc&#37;, duration, cooldown, and proc type/amount (ie haste/sp/ap) This would allow for modeling of several items that are not currently modeled like "lightweave embroidery" or "totem of the elemental plane" _Original issue: http://code.google.com/p/simulationcraft/issues/detail?id=46_
priority
enhancement for generic proc effects from on march if you know the properties of a proc it should be simple to create a generic description to model it similar to the spell power trinket you have now many items are currently not modeled in the simulator and having a way to model these would be very handy in the boomkin simulator i wrote i had a generic proc effect that would specify proc duration cooldown and proc type amount ie haste sp ap this would allow for modeling of several items that are not currently modeled like lightweave embroidery or totem of the elemental plane original issue
1
455,374
13,125,511,100
IssuesEvent
2020-08-06 06:50:14
znck/thesemetrics
https://api.github.com/repos/znck/thesemetrics
closed
Blue/Green deployment
Component: Infra Priority: Medium Status: Accepted Type: Enhancement
Prepare a new Kubernetes environment before destroying the existing one.
1.0
Blue/Green deployment - Prepare a new Kubernetes environment before destroying the existing one.
priority
blue green deployment prepare a new kubernetes environment before destroying the existing one
1
557,923
16,522,618,154
IssuesEvent
2021-05-26 16:02:48
Greenstand/treetracker-admin-client
https://api.github.com/repos/Greenstand/treetracker-admin-client
closed
Change all 'trees' terminology to 'captures'
priority size: medium tool: Dashboard tool: Trees tool: Verify type: refactoring
All references to 'trees' in any current admin panel feature should instead read 'captures'. And 'tree' becomes 'capture'. ![image](https://user-images.githubusercontent.com/364622/102548945-3daa0700-4070-11eb-853a-c0a031944f5f.png)
1.0
Change all 'trees' terminology to 'captures' - All references to 'trees' in any current admin panel feature should instead read 'captures'. And 'tree' becomes 'capture'. ![image](https://user-images.githubusercontent.com/364622/102548945-3daa0700-4070-11eb-853a-c0a031944f5f.png)
priority
change all trees terminology to captures all references to trees in any current admin panel feature should instead read captures and tree becomes capture
1
537,851
15,755,495,562
IssuesEvent
2021-03-31 01:53:03
musescore/MuseScore
https://api.github.com/repos/musescore/MuseScore
opened
[MU4 Issue] Nothing selected: options to show invisible, unprintable, etc. but these are not working
Medium Priority
**Describe the bug** Nothing selected: options to show invisible, unprintable, etc. but these are not working **To Reproduce** Steps to reproduce the behavior: 1. Create a score 2. Open Inspector form the Instruments panel 3. Observe Inspector functions if nothing elected **Expected behavior** Those options should only be available when nothing is selected in the score. They should function as the name suggests. They are basically a shortcut to the same options in the View menu. **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** MacOS Windows 10 **Additional context** Add any other context about the problem here.
1.0
[MU4 Issue] Nothing selected: options to show invisible, unprintable, etc. but these are not working - **Describe the bug** Nothing selected: options to show invisible, unprintable, etc. but these are not working **To Reproduce** Steps to reproduce the behavior: 1. Create a score 2. Open Inspector form the Instruments panel 3. Observe Inspector functions if nothing elected **Expected behavior** Those options should only be available when nothing is selected in the score. They should function as the name suggests. They are basically a shortcut to the same options in the View menu. **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** MacOS Windows 10 **Additional context** Add any other context about the problem here.
priority
nothing selected options to show invisible unprintable etc but these are not working describe the bug nothing selected options to show invisible unprintable etc but these are not working to reproduce steps to reproduce the behavior create a score open inspector form the instruments panel observe inspector functions if nothing elected expected behavior those options should only be available when nothing is selected in the score they should function as the name suggests they are basically a shortcut to the same options in the view menu screenshots if applicable add screenshots to help explain your problem desktop please complete the following information macos windows additional context add any other context about the problem here
1
298,103
9,195,851,778
IssuesEvent
2019-03-07 04:23:01
tiemonl/imhungry
https://api.github.com/repos/tiemonl/imhungry
closed
Refactor settings, move log out button
Priority: Medium Status: In Review Type: Enhancement
Acceptance Critera: - [x] Have settings activity which displays the current user's information (username or email depending on login method) - [x] Logout button is no longer on home screen
1.0
Refactor settings, move log out button - Acceptance Critera: - [x] Have settings activity which displays the current user's information (username or email depending on login method) - [x] Logout button is no longer on home screen
priority
refactor settings move log out button acceptance critera have settings activity which displays the current user s information username or email depending on login method logout button is no longer on home screen
1
747,067
26,072,137,386
IssuesEvent
2022-12-24 00:43:57
battlecode/galaxy
https://api.github.com/repos/battlecode/galaxy
opened
Send people to the login page when they try to access the team page
type: bug module: frontend priority: p2 medium
# Description Certain parts of our dashboard (e.g. in the section Account and Team Creation in the Getting Started page) link to the team page (https://play.battlecode.org/bc23/team), but the team page displays a 404 error when the user is not logged in. It would be friendlier to redirect them to the login page or register page. There may be other pages that have the same issue.
1.0
Send people to the login page when they try to access the team page - # Description Certain parts of our dashboard (e.g. in the section Account and Team Creation in the Getting Started page) link to the team page (https://play.battlecode.org/bc23/team), but the team page displays a 404 error when the user is not logged in. It would be friendlier to redirect them to the login page or register page. There may be other pages that have the same issue.
priority
send people to the login page when they try to access the team page description certain parts of our dashboard e g in the section account and team creation in the getting started page link to the team page but the team page displays a error when the user is not logged in it would be friendlier to redirect them to the login page or register page there may be other pages that have the same issue
1
2,160
2,524,241,275
IssuesEvent
2015-01-20 16:32:34
ROGUE-JCTD/rogue_geonode
https://api.github.com/repos/ROGUE-JCTD/rogue_geonode
closed
Update layer history tab to latest GeoGig web API
Priority: Medium
The history tab for GeoGig layers needs to work with the latest GeoGig web API once that' incorporated into the build.
1.0
Update layer history tab to latest GeoGig web API - The history tab for GeoGig layers needs to work with the latest GeoGig web API once that' incorporated into the build.
priority
update layer history tab to latest geogig web api the history tab for geogig layers needs to work with the latest geogig web api once that incorporated into the build
1
552,575
16,243,846,639
IssuesEvent
2021-05-07 12:44:47
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Need filter/search for "Choose Contract Destination" target picker
Priority: Medium Squad: Mountain Goat Status: Fixed Type: Quality of Life
It is hard to find the right target for Contract Clause "Put Item in Container". There are hundreds of Stockpiles, Chests, Bookshelfs, Steam Trucks and others on our server. It whould be very helpful to get an option to filter the list by type of target (e.g. "Show only Stockpiles") and to get an input field for a fulltext search over all existing targets (like the Item selector at the Stores "Add Item"). Thios ist the view: ![image](https://user-images.githubusercontent.com/22961978/43194078-d5ba6dcc-9001-11e8-985b-2f4e1dec9b79.png)
1.0
Need filter/search for "Choose Contract Destination" target picker - It is hard to find the right target for Contract Clause "Put Item in Container". There are hundreds of Stockpiles, Chests, Bookshelfs, Steam Trucks and others on our server. It whould be very helpful to get an option to filter the list by type of target (e.g. "Show only Stockpiles") and to get an input field for a fulltext search over all existing targets (like the Item selector at the Stores "Add Item"). Thios ist the view: ![image](https://user-images.githubusercontent.com/22961978/43194078-d5ba6dcc-9001-11e8-985b-2f4e1dec9b79.png)
priority
need filter search for choose contract destination target picker it is hard to find the right target for contract clause put item in container there are hundreds of stockpiles chests bookshelfs steam trucks and others on our server it whould be very helpful to get an option to filter the list by type of target e g show only stockpiles and to get an input field for a fulltext search over all existing targets like the item selector at the stores add item thios ist the view
1
388,515
11,488,756,340
IssuesEvent
2020-02-11 14:26:33
hci-unihd/plant-seg
https://api.github.com/repos/hci-unihd/plant-seg
opened
Allow automatic rescaling based on the voxel size parsed from the input file
enhancement medium-priority
Since we improved the voxel size parsing from tiff/h5, now we can just auto-scale the input data to match one of the available networks.
1.0
Allow automatic rescaling based on the voxel size parsed from the input file - Since we improved the voxel size parsing from tiff/h5, now we can just auto-scale the input data to match one of the available networks.
priority
allow automatic rescaling based on the voxel size parsed from the input file since we improved the voxel size parsing from tiff now we can just auto scale the input data to match one of the available networks
1
522,198
15,158,151,628
IssuesEvent
2021-02-12 00:27:09
NOAA-GSL/MATS
https://api.github.com/repos/NOAA-GSL/MATS
closed
Show/hide curve/points/etc not carrying through to popouts
Priority: Medium Project: MATS Status: Closed Type: Bug
--- Author Name: **molly.b.smith** (@mollybsmith-noaa) Original Redmine Issue: 61658, https://vlab.ncep.noaa.gov/redmine/issues/61658 Original Date: 2019-03-22 Original Assignee: molly.b.smith --- Bonny found that the pupout windows aren't keeping the user's show/hide settings.
1.0
Show/hide curve/points/etc not carrying through to popouts - --- Author Name: **molly.b.smith** (@mollybsmith-noaa) Original Redmine Issue: 61658, https://vlab.ncep.noaa.gov/redmine/issues/61658 Original Date: 2019-03-22 Original Assignee: molly.b.smith --- Bonny found that the pupout windows aren't keeping the user's show/hide settings.
priority
show hide curve points etc not carrying through to popouts author name molly b smith mollybsmith noaa original redmine issue original date original assignee molly b smith bonny found that the pupout windows aren t keeping the user s show hide settings
1
747,446
26,084,556,192
IssuesEvent
2022-12-25 23:16:43
bounswe/bounswe2022group1
https://api.github.com/repos/bounswe/bounswe2022group1
closed
Search View related Bug
Type: Bug Priority: Medium Status: Completed Android
**Issue Description:** User is directed to the search page by clicking to the search box on the home page. If users want to go back while they are on the search page, they couldn't do this because of a bug. This bug is fixed. *Reviewer:* @omerozdemir1 *Review Deadline:* 27.12.2022
1.0
Search View related Bug - **Issue Description:** User is directed to the search page by clicking to the search box on the home page. If users want to go back while they are on the search page, they couldn't do this because of a bug. This bug is fixed. *Reviewer:* @omerozdemir1 *Review Deadline:* 27.12.2022
priority
search view related bug issue description user is directed to the search page by clicking to the search box on the home page if users want to go back while they are on the search page they couldn t do this because of a bug this bug is fixed reviewer review deadline
1
268,942
8,416,408,864
IssuesEvent
2018-10-14 01:49:16
ankidroid/Anki-Android
https://api.github.com/repos/ankidroid/Anki-Android
closed
Import/Export doesn't work in ChromeOS
ChromeOS Priority-Medium bug
Originally reported on Google Code with ID 2524 ``` It tries to save to sdcard, which is not present in chromebook. Also it opens gmail, but can't add the attachement. ``` Reported by `pyatasya` on 2015-02-13 22:02:22
1.0
Import/Export doesn't work in ChromeOS - Originally reported on Google Code with ID 2524 ``` It tries to save to sdcard, which is not present in chromebook. Also it opens gmail, but can't add the attachement. ``` Reported by `pyatasya` on 2015-02-13 22:02:22
priority
import export doesn t work in chromeos originally reported on google code with id it tries to save to sdcard which is not present in chromebook also it opens gmail but can t add the attachement reported by pyatasya on
1
366,209
10,818,321,554
IssuesEvent
2019-11-08 11:46:40
DigitalCampus/oppia-mobile-android
https://api.github.com/repos/DigitalCampus/oppia-mobile-android
opened
Tracker meta-data not always being recorded
Medium priority bug est-2-hours
In the tracker logs it seems that the meta-data that should be attached to every tracker data json is not always being added.... eg there are some tracker data json objects like this (correctly with full meta-data): `{"network":"","simserial":"...","wifion":false,"netconnected":false,"battery":78,"lang":"en","timetaken":74,"mediafile":"xxxxx.mp4","media":"played","uuid":"xxxxx"}` but others without the meta-data: `{"lang":"en","timetaken":9,"mediafile":"xxxx.mp4","media":"played","uuid":"xxxx"}` Need to make sure this meta-data is added to every tracker (unclear why it's not, maybe if the device has no sim card or is disconnected from mobile network?) and also add some tests for this
1.0
Tracker meta-data not always being recorded - In the tracker logs it seems that the meta-data that should be attached to every tracker data json is not always being added.... eg there are some tracker data json objects like this (correctly with full meta-data): `{"network":"","simserial":"...","wifion":false,"netconnected":false,"battery":78,"lang":"en","timetaken":74,"mediafile":"xxxxx.mp4","media":"played","uuid":"xxxxx"}` but others without the meta-data: `{"lang":"en","timetaken":9,"mediafile":"xxxx.mp4","media":"played","uuid":"xxxx"}` Need to make sure this meta-data is added to every tracker (unclear why it's not, maybe if the device has no sim card or is disconnected from mobile network?) and also add some tests for this
priority
tracker meta data not always being recorded in the tracker logs it seems that the meta data that should be attached to every tracker data json is not always being added eg there are some tracker data json objects like this correctly with full meta data network simserial wifion false netconnected false battery lang en timetaken mediafile xxxxx media played uuid xxxxx but others without the meta data lang en timetaken mediafile xxxx media played uuid xxxx need to make sure this meta data is added to every tracker unclear why it s not maybe if the device has no sim card or is disconnected from mobile network and also add some tests for this
1
619,203
19,518,926,699
IssuesEvent
2021-12-29 14:58:30
paperclipui/paperclip
https://api.github.com/repos/paperclipui/paperclip
opened
Reload PC files when resources change (CSS, SVG, PNG)
bug priority: medium effort: medium
Right now the designer listens for PC files whenever they change locally, but we also need to include update previews when resources change like CSS, SVG, and PNGs files.
1.0
Reload PC files when resources change (CSS, SVG, PNG) - Right now the designer listens for PC files whenever they change locally, but we also need to include update previews when resources change like CSS, SVG, and PNGs files.
priority
reload pc files when resources change css svg png right now the designer listens for pc files whenever they change locally but we also need to include update previews when resources change like css svg and pngs files
1
191,038
6,825,056,366
IssuesEvent
2017-11-08 09:09:43
edenlabllc/ehealth.api
https://api.github.com/repos/edenlabllc/ehealth.api
opened
Create declaration after reseting authentication method
epic/declaration kind/bug priority/medium
After reseting authentication method to NA, receive error 422 while trying to register a declaration with OTP authentication method. Expect 200 and CURRENT_METHOD=OTP request [declaration_request.txt](https://github.com/edenlabllc/ehealth.api/files/1453208/declaration_request.txt) response ``` { "meta": { "url": "http://dev.ehealth.world/api/declaration_requests", "type": "object", "request_id": "4n5pvklcljrctv8ob12orjf57o3jgb8j", "code": 422 }, "error": { "type": "validation_failed", "message": "Validation failed. You can find validators description at our API Manifest: http://docs.apimanifest.apiary.io/#introduction/interacting-with-api/errors.", "invalid": [ { "rules": [ { "rule": "cast", "params": [ "string" ], "description": "type mismatch. Expected String but got Null" } ], "entry_type": "json_data_property", "entry": "$.phone_number" } ] } } ```
1.0
Create declaration after reseting authentication method - After reseting authentication method to NA, receive error 422 while trying to register a declaration with OTP authentication method. Expect 200 and CURRENT_METHOD=OTP request [declaration_request.txt](https://github.com/edenlabllc/ehealth.api/files/1453208/declaration_request.txt) response ``` { "meta": { "url": "http://dev.ehealth.world/api/declaration_requests", "type": "object", "request_id": "4n5pvklcljrctv8ob12orjf57o3jgb8j", "code": 422 }, "error": { "type": "validation_failed", "message": "Validation failed. You can find validators description at our API Manifest: http://docs.apimanifest.apiary.io/#introduction/interacting-with-api/errors.", "invalid": [ { "rules": [ { "rule": "cast", "params": [ "string" ], "description": "type mismatch. Expected String but got Null" } ], "entry_type": "json_data_property", "entry": "$.phone_number" } ] } } ```
priority
create declaration after reseting authentication method after reseting authentication method to na receive error while trying to register a declaration with otp authentication method expect and current method otp request response meta url type object request id code error type validation failed message validation failed you can find validators description at our api manifest invalid rules rule cast params string description type mismatch expected string but got null entry type json data property entry phone number
1
583,073
17,376,437,707
IssuesEvent
2021-07-30 22:19:28
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[0.9.3.1] Election complete, motion failed, senator elected
Category: UI Priority: Medium Squad: Mountain Goat Type: Bug
The notification for elections is really confusing at times: ![image](https://user-images.githubusercontent.com/964559/116779209-c88d0c00-aa29-11eb-919e-de969cd3c38e.png) "Election complete. ThePiachu elected. Motion Failed. Action will not be executed" which is really weird for a clear election: ![image](https://user-images.githubusercontent.com/964559/116779224-e195bd00-aa29-11eb-8b88-19b95dc704e5.png) The message should be clearer and not give conflicting impressions.
1.0
[0.9.3.1] Election complete, motion failed, senator elected - The notification for elections is really confusing at times: ![image](https://user-images.githubusercontent.com/964559/116779209-c88d0c00-aa29-11eb-919e-de969cd3c38e.png) "Election complete. ThePiachu elected. Motion Failed. Action will not be executed" which is really weird for a clear election: ![image](https://user-images.githubusercontent.com/964559/116779224-e195bd00-aa29-11eb-8b88-19b95dc704e5.png) The message should be clearer and not give conflicting impressions.
priority
election complete motion failed senator elected the notification for elections is really confusing at times election complete thepiachu elected motion failed action will not be executed which is really weird for a clear election the message should be clearer and not give conflicting impressions
1
175,763
6,553,755,116
IssuesEvent
2017-09-06 00:45:45
minio/minio
https://api.github.com/repos/minio/minio
closed
[Proposal] Allow setting optional per bucket ttls
duplicate priority: medium triage
<!--- Provide a general summary of the issue in the Title above --> I think it would be fairly useful if minio allowed per bucket time to live (ttl) to enable the use case where minio acts as a disk backed cache. Unless I missed it in the documentation, there doesnt seem to be an easy way to do this currently. ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> Allow setting per bucket ttls (like s3) ## Context <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> Currently my company uses s3 for this, but we are investigating alternatives. Minio seems great, but lacks this feature. ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * aws
1.0
[Proposal] Allow setting optional per bucket ttls - <!--- Provide a general summary of the issue in the Title above --> I think it would be fairly useful if minio allowed per bucket time to live (ttl) to enable the use case where minio acts as a disk backed cache. Unless I missed it in the documentation, there doesnt seem to be an easy way to do this currently. ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> Allow setting per bucket ttls (like s3) ## Context <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> Currently my company uses s3 for this, but we are investigating alternatives. Minio seems great, but lacks this feature. ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * aws
priority
allow setting optional per bucket ttls i think it would be fairly useful if minio allowed per bucket time to live ttl to enable the use case where minio acts as a disk backed cache unless i missed it in the documentation there doesnt seem to be an easy way to do this currently expected behavior allow setting per bucket ttls like context currently my company uses for this but we are investigating alternatives minio seems great but lacks this feature your environment aws
1
682,167
23,335,266,833
IssuesEvent
2022-08-09 09:23:21
TheRetroWeb/TRW-Issues
https://api.github.com/repos/TheRetroWeb/TRW-Issues
closed
Motherboard revision handling
enhancement priority_medium
> migrated from private repo, originally opened 2021/08/07 Build a way to add and show different board revisions without needing to replace existing entries or creating new ones. My idea was to have a db tables for board/rev matching and rev/difference. Front end links would end up looking like `https://theretroweb.com/hardware/motherboards/brand-model/rev`
1.0
Motherboard revision handling - > migrated from private repo, originally opened 2021/08/07 Build a way to add and show different board revisions without needing to replace existing entries or creating new ones. My idea was to have a db tables for board/rev matching and rev/difference. Front end links would end up looking like `https://theretroweb.com/hardware/motherboards/brand-model/rev`
priority
motherboard revision handling migrated from private repo originally opened build a way to add and show different board revisions without needing to replace existing entries or creating new ones my idea was to have a db tables for board rev matching and rev difference front end links would end up looking like
1
731,317
25,209,855,379
IssuesEvent
2022-11-14 02:08:40
Australian-Genomics/CTRL
https://api.github.com/repos/Australian-Genomics/CTRL
closed
Make CSV export from admin portal include question text instead of question ID
priority: high difficulty: medium
Exports should also include coded answers (e.g. `1`, `2`, instead of `yes`, `no`). Something unexpected mentioned while @rosiejbrown described this issue is that, currently, question IDs seem to change depending on the user. This might indicate that CSV exports incorrectly contain answer IDs. This should be investigated as part of this issue and subsequent issues should be raised if needed.
1.0
Make CSV export from admin portal include question text instead of question ID - Exports should also include coded answers (e.g. `1`, `2`, instead of `yes`, `no`). Something unexpected mentioned while @rosiejbrown described this issue is that, currently, question IDs seem to change depending on the user. This might indicate that CSV exports incorrectly contain answer IDs. This should be investigated as part of this issue and subsequent issues should be raised if needed.
priority
make csv export from admin portal include question text instead of question id exports should also include coded answers e g instead of yes no something unexpected mentioned while rosiejbrown described this issue is that currently question ids seem to change depending on the user this might indicate that csv exports incorrectly contain answer ids this should be investigated as part of this issue and subsequent issues should be raised if needed
1
691,967
23,718,707,649
IssuesEvent
2022-08-30 13:48:20
netdata/netdata-cloud
https://api.github.com/repos/netdata/netdata-cloud
closed
[Bug]: Abbreviation on Total points card on home tab causes confusion
bug priority/medium cloud-frontend
### Bug description The abbreviation used on the Total points card is causing confusion when number displayed in on billions (diplayed as `G`) ![image](https://user-images.githubusercontent.com/82235632/182582769-ae07620f-37b1-49e5-abfd-536b4fe075a8.png) ### Expected behavior Let's instead show the full words for the numbers, the cards has space to accommodate it ### Steps to reproduce 1. ### Screenshots Above ### Error Logs _No response_ ### Desktop OS: [e.g. iOS] Browser [e.g. chrome, safari] Browser Version [e.g. 22] ### Additional context _No response_
1.0
[Bug]: Abbreviation on Total points card on home tab causes confusion - ### Bug description The abbreviation used on the Total points card is causing confusion when number displayed in on billions (diplayed as `G`) ![image](https://user-images.githubusercontent.com/82235632/182582769-ae07620f-37b1-49e5-abfd-536b4fe075a8.png) ### Expected behavior Let's instead show the full words for the numbers, the cards has space to accommodate it ### Steps to reproduce 1. ### Screenshots Above ### Error Logs _No response_ ### Desktop OS: [e.g. iOS] Browser [e.g. chrome, safari] Browser Version [e.g. 22] ### Additional context _No response_
priority
abbreviation on total points card on home tab causes confusion bug description the abbreviation used on the total points card is causing confusion when number displayed in on billions diplayed as g expected behavior let s instead show the full words for the numbers the cards has space to accommodate it steps to reproduce screenshots above error logs no response desktop os browser browser version additional context no response
1
750,896
26,223,810,001
IssuesEvent
2023-01-04 16:51:04
FrancescoXX/4c-site
https://api.github.com/repos/FrancescoXX/4c-site
closed
Remove Prettier, Use ESlint to handle formatting rules
bug 🟨 priority: medium 🤖 aspect: dx
The formatting rules that we configured in the Prettier that's on the project can be handled by ESlint with the proper configurations
1.0
Remove Prettier, Use ESlint to handle formatting rules - The formatting rules that we configured in the Prettier that's on the project can be handled by ESlint with the proper configurations
priority
remove prettier use eslint to handle formatting rules the formatting rules that we configured in the prettier that s on the project can be handled by eslint with the proper configurations
1
132,596
5,189,175,772
IssuesEvent
2017-01-20 22:18:31
JFrap/DregoEngine
https://api.github.com/repos/JFrap/DregoEngine
closed
Lighting
feature medium priority
- [ ] Directional Lights - [ ] Point Lights - [ ] Spot Lights - [ ] Directional And Spot Shadows - [ ] Point Shadows
1.0
Lighting - - [ ] Directional Lights - [ ] Point Lights - [ ] Spot Lights - [ ] Directional And Spot Shadows - [ ] Point Shadows
priority
lighting directional lights point lights spot lights directional and spot shadows point shadows
1
413,794
12,092,270,177
IssuesEvent
2020-04-19 15:01:35
ClaudiaLapalme/pikaroute
https://api.github.com/repos/ClaudiaLapalme/pikaroute
closed
US-11 As a user, I want to see the next event in my Google Calendar so that I can get a quick rundown about it
Medium Priority
The user should be able to see their next event for each Google Calendar connected to the application in the left navbar Requirements: - [ ] See your next event from each Google Calendar in the left navbar ![Group 56](https://user-images.githubusercontent.com/32103530/75602703-9682c180-5a95-11ea-99ea-169a6dda5c1d.png) ![Group 55](https://user-images.githubusercontent.com/32103530/75602704-971b5800-5a95-11ea-8809-af68083a11da.png)
1.0
US-11 As a user, I want to see the next event in my Google Calendar so that I can get a quick rundown about it - The user should be able to see their next event for each Google Calendar connected to the application in the left navbar Requirements: - [ ] See your next event from each Google Calendar in the left navbar ![Group 56](https://user-images.githubusercontent.com/32103530/75602703-9682c180-5a95-11ea-99ea-169a6dda5c1d.png) ![Group 55](https://user-images.githubusercontent.com/32103530/75602704-971b5800-5a95-11ea-8809-af68083a11da.png)
priority
us as a user i want to see the next event in my google calendar so that i can get a quick rundown about it the user should be able to see their next event for each google calendar connected to the application in the left navbar requirements see your next event from each google calendar in the left navbar
1
254,656
8,081,391,698
IssuesEvent
2018-08-08 03:13:07
alexmdodge/github-diff-explorer
https://api.github.com/repos/alexmdodge/github-diff-explorer
closed
Improvement: Enable explorer column to be resizable
enhancement medium priority
Allowing the explorer column to be resizable by the user will cover any cases where a pull request is becoming hard to read with smaller-width displays Thoughts on this @alexmdodge ? (Added for tracking on the issue) - [x] Make explorer resizeable - [x] Add buttons to quickly collapse and expand the width of the explorer
1.0
Improvement: Enable explorer column to be resizable - Allowing the explorer column to be resizable by the user will cover any cases where a pull request is becoming hard to read with smaller-width displays Thoughts on this @alexmdodge ? (Added for tracking on the issue) - [x] Make explorer resizeable - [x] Add buttons to quickly collapse and expand the width of the explorer
priority
improvement enable explorer column to be resizable allowing the explorer column to be resizable by the user will cover any cases where a pull request is becoming hard to read with smaller width displays thoughts on this alexmdodge added for tracking on the issue make explorer resizeable add buttons to quickly collapse and expand the width of the explorer
1
822,396
30,869,899,527
IssuesEvent
2023-08-03 10:33:45
redhat-developer/odo
https://api.github.com/repos/redhat-developer/odo
closed
Issue with PVC when renaming devfile component
kind/bug priority/Medium
/kind bug ## What versions of software are you using? **Operating System:** Linux Fedora **Output of `odo version`:** ``` $ odo version odo v3.0.0-alpha1 (96ea52e88) ``` ## How did you run odo exactly? After running `odo dev` a first time, I update the `metadata.name` in the devfile. ## Actual behavior After running `odo dev` and stopping it, the PVC is still present. No `ownerReference` are set in the PVC. The problem is that the name in the devfile and the name in the odo env file differ. The pvc is created with the name in the env file then updated to add ownerReferences by using the name in the devfile. ## Expected behavior ## Any logs, error output, etc?
1.0
Issue with PVC when renaming devfile component - /kind bug ## What versions of software are you using? **Operating System:** Linux Fedora **Output of `odo version`:** ``` $ odo version odo v3.0.0-alpha1 (96ea52e88) ``` ## How did you run odo exactly? After running `odo dev` a first time, I update the `metadata.name` in the devfile. ## Actual behavior After running `odo dev` and stopping it, the PVC is still present. No `ownerReference` are set in the PVC. The problem is that the name in the devfile and the name in the odo env file differ. The pvc is created with the name in the env file then updated to add ownerReferences by using the name in the devfile. ## Expected behavior ## Any logs, error output, etc?
priority
issue with pvc when renaming devfile component kind bug what versions of software are you using operating system linux fedora output of odo version odo version odo how did you run odo exactly after running odo dev a first time i update the metadata name in the devfile actual behavior after running odo dev and stopping it the pvc is still present no ownerreference are set in the pvc the problem is that the name in the devfile and the name in the odo env file differ the pvc is created with the name in the env file then updated to add ownerreferences by using the name in the devfile expected behavior any logs error output etc
1
682,930
23,362,780,611
IssuesEvent
2022-08-10 13:08:26
joomlahenk/fabrik
https://api.github.com/repos/joomlahenk/fabrik
closed
Delete tables on uninstall
Medium Priority
Did we decide we wanted to leave the fabrik tables intact on uninstall? At present they are being deleted, but not all of them. If we want to delete them then we should add the other tables. The uninstall as NOT deleting the users list tables which I am pretty sure we do not want to do.
1.0
Delete tables on uninstall - Did we decide we wanted to leave the fabrik tables intact on uninstall? At present they are being deleted, but not all of them. If we want to delete them then we should add the other tables. The uninstall as NOT deleting the users list tables which I am pretty sure we do not want to do.
priority
delete tables on uninstall did we decide we wanted to leave the fabrik tables intact on uninstall at present they are being deleted but not all of them if we want to delete them then we should add the other tables the uninstall as not deleting the users list tables which i am pretty sure we do not want to do
1
173,190
6,521,426,203
IssuesEvent
2017-08-28 20:31:56
opencaching/opencaching-pl
https://api.github.com/repos/opencaching/opencaching-pl
closed
Email with new caches nofitications should be a bulk list
Component_Emails Priority_Medium Type_Enhancement
Sometimes our users publish many (50-200) caches at once, when they publish new geopath. Every new cache generates hundreds of email notification. 50-200 caches multiplied number of users who receiving notification creates tens of thousands mails. Email notification about new caches should be a bulk list as notification about new logs. May be send even hourly, but in bulk form.
1.0
Email with new caches nofitications should be a bulk list - Sometimes our users publish many (50-200) caches at once, when they publish new geopath. Every new cache generates hundreds of email notification. 50-200 caches multiplied number of users who receiving notification creates tens of thousands mails. Email notification about new caches should be a bulk list as notification about new logs. May be send even hourly, but in bulk form.
priority
email with new caches nofitications should be a bulk list sometimes our users publish many caches at once when they publish new geopath every new cache generates hundreds of email notification caches multiplied number of users who receiving notification creates tens of thousands mails email notification about new caches should be a bulk list as notification about new logs may be send even hourly but in bulk form
1
174,975
6,545,003,347
IssuesEvent
2017-09-04 00:21:28
TerraFusion/basicFusion
https://api.github.com/repos/TerraFusion/basicFusion
opened
Test Image Check scripts
Functionality Medium Priority
Thorough checks need to be performed on the code on @richielo 's image verification branch. I initially rejected his pull request until these codes can be confirmed to be functional.
1.0
Test Image Check scripts - Thorough checks need to be performed on the code on @richielo 's image verification branch. I initially rejected his pull request until these codes can be confirmed to be functional.
priority
test image check scripts thorough checks need to be performed on the code on richielo s image verification branch i initially rejected his pull request until these codes can be confirmed to be functional
1
366,538
10,822,076,355
IssuesEvent
2019-11-08 20:16:59
rstudio/gt
https://api.github.com/repos/rstudio/gt
closed
Using stub data for conditional styling
Difficulty: ③ Advanced Effort: ② Medium Priority: ③ High Type: ★ Enhancement
Is it possible to use the stub data in tab_style? For example, I'm using a "year" column (renamed to rowname for purposes of gt) and want to bold all rows where the year is 201x, but it looks like that column gets thrown out of the available data in the course of building the pretty table. ``` tab %>% rename(rowname = year) %>% gt() %>% tab_style( style = cells_styles( text_weight = "bold"), locations = cells_data( rows = ???? == 2019) ) ```
1.0
Using stub data for conditional styling - Is it possible to use the stub data in tab_style? For example, I'm using a "year" column (renamed to rowname for purposes of gt) and want to bold all rows where the year is 201x, but it looks like that column gets thrown out of the available data in the course of building the pretty table. ``` tab %>% rename(rowname = year) %>% gt() %>% tab_style( style = cells_styles( text_weight = "bold"), locations = cells_data( rows = ???? == 2019) ) ```
priority
using stub data for conditional styling is it possible to use the stub data in tab style for example i m using a year column renamed to rowname for purposes of gt and want to bold all rows where the year is but it looks like that column gets thrown out of the available data in the course of building the pretty table tab rename rowname year gt tab style style cells styles text weight bold locations cells data rows
1
279,080
8,657,096,347
IssuesEvent
2018-11-27 20:18:31
18F/identity-analytics-etl
https://api.github.com/repos/18F/identity-analytics-etl
closed
Monthly Signup Analytics Query Improvement
Priority: Medium Status: In Progress Type: Enhancement
**Problem**: In the monthly ``new signups`` analysis, this part https://github.com/18F/identity-analytics-etl/blob/master/sql/views.sql#L202 is too expensive. Usually, it **takes 3-5 minutes to execute**, which is not usable in any Dashboard. ```sql SELECT date_trunc('month', i.time) as month, i.user_id AS c_uid FROM ( SELECT events.user_id as user_id, events.time as time, ROW_NUMBER() OVER (PARTITION BY events.user_id ORDER BY events.time ASC) AS uid_ranked FROM events ) i WHERE i.uid_ranked = 1 ``` I believe that ``SELECT date_trunc('month', MIN(events.time)) as month`` did the same trick and way faster. **Reproduce the Problem** Just query the ``monthly_signups_with_first_logins`` view.
1.0
Monthly Signup Analytics Query Improvement - **Problem**: In the monthly ``new signups`` analysis, this part https://github.com/18F/identity-analytics-etl/blob/master/sql/views.sql#L202 is too expensive. Usually, it **takes 3-5 minutes to execute**, which is not usable in any Dashboard. ```sql SELECT date_trunc('month', i.time) as month, i.user_id AS c_uid FROM ( SELECT events.user_id as user_id, events.time as time, ROW_NUMBER() OVER (PARTITION BY events.user_id ORDER BY events.time ASC) AS uid_ranked FROM events ) i WHERE i.uid_ranked = 1 ``` I believe that ``SELECT date_trunc('month', MIN(events.time)) as month`` did the same trick and way faster. **Reproduce the Problem** Just query the ``monthly_signups_with_first_logins`` view.
priority
monthly signup analytics query improvement problem in the monthly new signups analysis this part is too expensive usually it takes minutes to execute which is not usable in any dashboard sql select date trunc month i time as month i user id as c uid from select events user id as user id events time as time row number over partition by events user id order by events time asc as uid ranked from events i where i uid ranked i believe that select date trunc month min events time as month did the same trick and way faster reproduce the problem just query the monthly signups with first logins view
1
524,577
15,217,171,313
IssuesEvent
2021-02-17 16:18:42
Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2
https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2
opened
Murloc Sex Scenes
:grey_exclamation: priority medium :page_facing_up: localisation :pen: :question: suggestion :question:
<!-- DO NOT REMOVE PRE-EXISTING LINES IF YOU WANT TO SUGGEST A FEW THINGS, OPEN A NEW ISSUE PER EVERY SUGGESTION ---------------------------------------------------------------------------------------------------------- --> **Describe your suggestion in full detail below:** We MUST add custom descriptions for murlocs here. <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/46384992/108233489-447ef400-715d-11eb-90ce-b8acfb304296.png) </details>
1.0
Murloc Sex Scenes - <!-- DO NOT REMOVE PRE-EXISTING LINES IF YOU WANT TO SUGGEST A FEW THINGS, OPEN A NEW ISSUE PER EVERY SUGGESTION ---------------------------------------------------------------------------------------------------------- --> **Describe your suggestion in full detail below:** We MUST add custom descriptions for murlocs here. <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/46384992/108233489-447ef400-715d-11eb-90ce-b8acfb304296.png) </details>
priority
murloc sex scenes do not remove pre existing lines if you want to suggest a few things open a new issue per every suggestion describe your suggestion in full detail below we must add custom descriptions for murlocs here click to expand
1
476,929
13,752,603,855
IssuesEvent
2020-10-06 14:42:23
AY2021S1-CS2103T-W13-1/tp
https://api.github.com/repos/AY2021S1-CS2103T-W13-1/tp
opened
Record the leaves staff take
priority.Medium
As a HR manager, I want to be able to record the leaves my staff take so that I will know the manpower the company has on a specific day which will help me make a decision on the approval of pending leaves.
1.0
Record the leaves staff take - As a HR manager, I want to be able to record the leaves my staff take so that I will know the manpower the company has on a specific day which will help me make a decision on the approval of pending leaves.
priority
record the leaves staff take as a hr manager i want to be able to record the leaves my staff take so that i will know the manpower the company has on a specific day which will help me make a decision on the approval of pending leaves
1
665,321
22,308,769,830
IssuesEvent
2022-06-13 15:08:03
trimble-oss/website-modus-bootstrap.trimble.com
https://api.github.com/repos/trimble-oss/website-modus-bootstrap.trimble.com
closed
Feedback Link/Option on Each Page
2 story priority:medium
As a user, I want the option to submit feedback or report a bug on every page, also the option should be there at the most visible part of the page, example below the right-side table of contents.  
1.0
Feedback Link/Option on Each Page - As a user, I want the option to submit feedback or report a bug on every page, also the option should be there at the most visible part of the page, example below the right-side table of contents.  
priority
feedback link option on each page as a user i want the option to submit feedback or report a bug on every page also the option should be there at the most visible part of the page example below the right side table of contents   
1
122,081
4,827,234,802
IssuesEvent
2016-11-07 12:57:45
BinPar/PPD
https://api.github.com/repos/BinPar/PPD
closed
INCLUIR DENOMINACION SAP EN LAS NOTIFICACIONES DE MODIFICACION PRODUCTO
Priority: Medium v1.3
Hemos detectado que, al incluir en el mensaje unicamente la Denominación del producto y entre paréntesis el tipo de producto, no queda claro de qué producto se habla especialmente cuando se trata de productos con varios tomos . El campo DENOMINACION SAP aporta toda la información en solo 40 caracteres. ![image](https://cloud.githubusercontent.com/assets/22589031/19801676/85a64b30-9d00-11e6-9ae1-4aaeb9c2cb4e.png) @CristianBinpar
1.0
INCLUIR DENOMINACION SAP EN LAS NOTIFICACIONES DE MODIFICACION PRODUCTO - Hemos detectado que, al incluir en el mensaje unicamente la Denominación del producto y entre paréntesis el tipo de producto, no queda claro de qué producto se habla especialmente cuando se trata de productos con varios tomos . El campo DENOMINACION SAP aporta toda la información en solo 40 caracteres. ![image](https://cloud.githubusercontent.com/assets/22589031/19801676/85a64b30-9d00-11e6-9ae1-4aaeb9c2cb4e.png) @CristianBinpar
priority
incluir denominacion sap en las notificaciones de modificacion producto hemos detectado que al incluir en el mensaje unicamente la denominación del producto y entre paréntesis el tipo de producto no queda claro de qué producto se habla especialmente cuando se trata de productos con varios tomos el campo denominacion sap aporta toda la información en solo caracteres cristianbinpar
1
52,335
3,022,643,857
IssuesEvent
2015-07-31 21:39:58
information-artifact-ontology/IAO
https://api.github.com/repos/information-artifact-ontology/IAO
opened
exact synonym
imported Priority-Medium Type-Term
_From [dosu...@gmail.com](https://code.google.com/u/102674886352087815907/) on March 10, 2011 09:59:41_ Please indicate the label for the new term exact synonym Please provide a textual definition def: "Information artifact that links an ontology term to a term in language that, within some specified publication, has referents that completely correspond to the referents of the ontology term." Please provide any additional information below. (e.g., proposed position in the IAO hierarchy) Type: synonym (These things are individuals right? so we use rdfs:Type rather than SubClassOf?) _Original issue: http://code.google.com/p/information-artifact-ontology/issues/detail?id=106_
1.0
exact synonym - _From [dosu...@gmail.com](https://code.google.com/u/102674886352087815907/) on March 10, 2011 09:59:41_ Please indicate the label for the new term exact synonym Please provide a textual definition def: "Information artifact that links an ontology term to a term in language that, within some specified publication, has referents that completely correspond to the referents of the ontology term." Please provide any additional information below. (e.g., proposed position in the IAO hierarchy) Type: synonym (These things are individuals right? so we use rdfs:Type rather than SubClassOf?) _Original issue: http://code.google.com/p/information-artifact-ontology/issues/detail?id=106_
priority
exact synonym from on march please indicate the label for the new term exact synonym please provide a textual definition def information artifact that links an ontology term to a term in language that within some specified publication has referents that completely correspond to the referents of the ontology term please provide any additional information below e g proposed position in the iao hierarchy type synonym these things are individuals right so we use rdfs type rather than subclassof original issue
1
556,466
16,484,578,038
IssuesEvent
2021-05-24 16:04:28
alan-turing-institute/AutisticaCitizenScience
https://api.github.com/repos/alan-turing-institute/AutisticaCitizenScience
opened
Decide if and how people can self-moderate
Accessibility and Inclusion Medium Term Moderation priority-med
## Summary People may wish to self-moderate the experiences on the platform ## Details This could be done via. e.g. using tags, or having a filter to show only experiences by autistic users. This may be basic and similar to a search function, or may require more complexity for instance requiring moderators to proviide a more fine-grained tag. It is medium term since it is not part of the MVP, but it has been suggested by various community members.
1.0
Decide if and how people can self-moderate - ## Summary People may wish to self-moderate the experiences on the platform ## Details This could be done via. e.g. using tags, or having a filter to show only experiences by autistic users. This may be basic and similar to a search function, or may require more complexity for instance requiring moderators to proviide a more fine-grained tag. It is medium term since it is not part of the MVP, but it has been suggested by various community members.
priority
decide if and how people can self moderate summary people may wish to self moderate the experiences on the platform details this could be done via e g using tags or having a filter to show only experiences by autistic users this may be basic and similar to a search function or may require more complexity for instance requiring moderators to proviide a more fine grained tag it is medium term since it is not part of the mvp but it has been suggested by various community members
1
696,747
23,914,528,723
IssuesEvent
2022-09-09 11:24:43
serverlessworkflow/synapse
https://api.github.com/repos/serverlessworkflow/synapse
closed
"Nested" subflow workflow never completes
bug priority: medium worker
**What happened**: When creating (and starting) a workflow that features a subworkflow, itself featuring a subworkflow, the higher instance keeps on "running" even if the subsequent workflows completed. **What you expected to happen**: The workflow to be completed. **How to reproduce it**: - Deploy a workflow, e.g.: ```json { "id": "helloworld", "version": "1.0", "specVersion": "0.8", "name": "Hello World Workflow", "description": "Inject Hello World", "start": "Hello State", "states": [ { "name": "Hello State", "type": "inject", "data": { "result": "Hello World!" }, "end": true } ] } ``` - Deploy a second workflow that features a subflow action that points to the first workflow, e.g.: ```json { "id": "hellosub", "version": "1.0", "specVersion": "0.8", "name": "Hello World SubWorkflow", "start": "Hello Sub", "states": [ { "name": "Hello Sub", "type": "operation", "actions": [ { "name": "sub", "subFlowRef": { "workflowId": "helloworld", "version": "1.0" } } ], "end": true } ] } ``` - Deploy a third workflow that features a subflow action that points to the second workflow, e.g.: ```json { "id": "hellosub2", "version": "1.0", "specVersion": "0.8", "name": "Hello World SubWorkflow", "start": "Hello Sub2", "states": [ { "name": "Hello Sub2", "type": "operation", "actions": [ { "name": "sub", "subFlowRef": { "workflowId": "hellosub", "version": "1.0" } } ], "end": true } ] } ``` - Run the third workflow, it never completes even if the two underlying instances did.
1.0
"Nested" subflow workflow never completes - **What happened**: When creating (and starting) a workflow that features a subworkflow, itself featuring a subworkflow, the higher instance keeps on "running" even if the subsequent workflows completed. **What you expected to happen**: The workflow to be completed. **How to reproduce it**: - Deploy a workflow, e.g.: ```json { "id": "helloworld", "version": "1.0", "specVersion": "0.8", "name": "Hello World Workflow", "description": "Inject Hello World", "start": "Hello State", "states": [ { "name": "Hello State", "type": "inject", "data": { "result": "Hello World!" }, "end": true } ] } ``` - Deploy a second workflow that features a subflow action that points to the first workflow, e.g.: ```json { "id": "hellosub", "version": "1.0", "specVersion": "0.8", "name": "Hello World SubWorkflow", "start": "Hello Sub", "states": [ { "name": "Hello Sub", "type": "operation", "actions": [ { "name": "sub", "subFlowRef": { "workflowId": "helloworld", "version": "1.0" } } ], "end": true } ] } ``` - Deploy a third workflow that features a subflow action that points to the second workflow, e.g.: ```json { "id": "hellosub2", "version": "1.0", "specVersion": "0.8", "name": "Hello World SubWorkflow", "start": "Hello Sub2", "states": [ { "name": "Hello Sub2", "type": "operation", "actions": [ { "name": "sub", "subFlowRef": { "workflowId": "hellosub", "version": "1.0" } } ], "end": true } ] } ``` - Run the third workflow, it never completes even if the two underlying instances did.
priority
nested subflow workflow never completes what happened when creating and starting a workflow that features a subworkflow itself featuring a subworkflow the higher instance keeps on running even if the subsequent workflows completed what you expected to happen the workflow to be completed how to reproduce it deploy a workflow e g json id helloworld version specversion name hello world workflow description inject hello world start hello state states name hello state type inject data result hello world end true deploy a second workflow that features a subflow action that points to the first workflow e g json id hellosub version specversion name hello world subworkflow start hello sub states name hello sub type operation actions name sub subflowref workflowid helloworld version end true deploy a third workflow that features a subflow action that points to the second workflow e g json id version specversion name hello world subworkflow start hello states name hello type operation actions name sub subflowref workflowid hellosub version end true run the third workflow it never completes even if the two underlying instances did
1
416,759
12,151,325,535
IssuesEvent
2020-04-24 19:43:55
aseprite/aseprite
https://api.github.com/repos/aseprite/aseprite
closed
Absolute value option for the Hue/Saturation tool
enhancement high priority medium priority
In the beginning (unless I'm remembering wrong) this tool changed the values in an absolute (+10 meant +10 for all colors selected), but now it's a percentage of the value, which is very helpful to keep colors more in tune relative to each other, however I miss being able to change values absolutely as well. Aseprite 1.2.9-x64 Windows 7 x64
2.0
Absolute value option for the Hue/Saturation tool - In the beginning (unless I'm remembering wrong) this tool changed the values in an absolute (+10 meant +10 for all colors selected), but now it's a percentage of the value, which is very helpful to keep colors more in tune relative to each other, however I miss being able to change values absolutely as well. Aseprite 1.2.9-x64 Windows 7 x64
priority
absolute value option for the hue saturation tool in the beginning unless i m remembering wrong this tool changed the values in an absolute meant for all colors selected but now it s a percentage of the value which is very helpful to keep colors more in tune relative to each other however i miss being able to change values absolutely as well aseprite windows
1
538,335
15,767,102,890
IssuesEvent
2021-03-31 15:43:46
musescore/MuseScore
https://api.github.com/repos/musescore/MuseScore
opened
[MU4 Issue] Need to erase "Use the same colour in palettes" checkbox in Preferences page
Medium Priority
**Describe the bug** "Use the same colour in palettes" checkbox is unnesessary. Should be removed from the Preferences page **To Reproduce** Steps to reproduce the behavior: 1. Click on Edit from the upper Menu Bar 2. Click on 'Preferences 3. Click on Appearance from the left panel **Expected behavior** No "Use the same colour in palettes" checkbox present By default, the colour should be **Light Text Field Colour** **Screenshots** ![111](https://user-images.githubusercontent.com/71372310/113172337-03e0c300-9251-11eb-9d36-9bc5d58cf072.png) **Desktop (please complete the following information):** Windows 10 MacOS **Additional context** Add any other context about the problem here.
1.0
[MU4 Issue] Need to erase "Use the same colour in palettes" checkbox in Preferences page - **Describe the bug** "Use the same colour in palettes" checkbox is unnesessary. Should be removed from the Preferences page **To Reproduce** Steps to reproduce the behavior: 1. Click on Edit from the upper Menu Bar 2. Click on 'Preferences 3. Click on Appearance from the left panel **Expected behavior** No "Use the same colour in palettes" checkbox present By default, the colour should be **Light Text Field Colour** **Screenshots** ![111](https://user-images.githubusercontent.com/71372310/113172337-03e0c300-9251-11eb-9d36-9bc5d58cf072.png) **Desktop (please complete the following information):** Windows 10 MacOS **Additional context** Add any other context about the problem here.
priority
need to erase use the same colour in palettes checkbox in preferences page describe the bug use the same colour in palettes checkbox is unnesessary should be removed from the preferences page to reproduce steps to reproduce the behavior click on edit from the upper menu bar click on preferences click on appearance from the left panel expected behavior no use the same colour in palettes checkbox present by default the colour should be light text field colour screenshots desktop please complete the following information windows macos additional context add any other context about the problem here
1
604,704
18,717,052,206
IssuesEvent
2021-11-03 07:04:59
AY2122S1-CS2103-F10-1/tp
https://api.github.com/repos/AY2122S1-CS2103-F10-1/tp
closed
Remove AB3 dependencies
type.Task priority.Medium
Compiling a list of remaining AB3 dependencies: 1. Discrepancies between some of our `CommandParser` classes; Some of them use the old `ParserUtil` class (which has dependencies on the old `Person` class), whereas some use the new `ApplicantParserUtil` class.
1.0
Remove AB3 dependencies - Compiling a list of remaining AB3 dependencies: 1. Discrepancies between some of our `CommandParser` classes; Some of them use the old `ParserUtil` class (which has dependencies on the old `Person` class), whereas some use the new `ApplicantParserUtil` class.
priority
remove dependencies compiling a list of remaining dependencies discrepancies between some of our commandparser classes some of them use the old parserutil class which has dependencies on the old person class whereas some use the new applicantparserutil class
1
480,141
13,836,412,666
IssuesEvent
2020-10-14 00:58:43
JamesGaither/shadow_backup
https://api.github.com/repos/JamesGaither/shadow_backup
closed
Add in Delete function for GUI
Priority: Medium enhancement
Add a function that will delete the photo and associated metadata from the DB upon a delete button being pressed in the GUI
1.0
Add in Delete function for GUI - Add a function that will delete the photo and associated metadata from the DB upon a delete button being pressed in the GUI
priority
add in delete function for gui add a function that will delete the photo and associated metadata from the db upon a delete button being pressed in the gui
1
691,148
23,684,460,830
IssuesEvent
2022-08-29 04:07:43
Australian-Genomics/CTRL
https://api.github.com/repos/Australian-Genomics/CTRL
closed
Add a "Glossary" page
priority: high difficulty: medium
This can be used together with the solution to https://github.com/Australian-Genomics/CTRL/issues/19 to allow administrators to create and link to glossaries.
1.0
Add a "Glossary" page - This can be used together with the solution to https://github.com/Australian-Genomics/CTRL/issues/19 to allow administrators to create and link to glossaries.
priority
add a glossary page this can be used together with the solution to to allow administrators to create and link to glossaries
1
48,329
2,997,557,610
IssuesEvent
2015-07-23 08:30:11
jayway/powermock
https://api.github.com/repos/jayway/powermock
closed
LICENSE.txt in PowerMock full jar is not correct
bug imported Milestone-Release1.0 Priority-Medium
_From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on September 08, 2008 08:56:58_ The license file is not correct, it indicates BSD License but we use Apache 2. _Original issue: http://code.google.com/p/powermock/issues/detail?id=2_
1.0
LICENSE.txt in PowerMock full jar is not correct - _From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on September 08, 2008 08:56:58_ The license file is not correct, it indicates BSD License but we use Apache 2. _Original issue: http://code.google.com/p/powermock/issues/detail?id=2_
priority
license txt in powermock full jar is not correct from on september the license file is not correct it indicates bsd license but we use apache original issue
1
469,082
13,501,075,744
IssuesEvent
2020-09-13 00:20:57
rubyforgood/casa
https://api.github.com/repos/rubyforgood/casa
closed
Add “pick displayed columns” for supervisor like admin has
:clipboard: Supervisor Help Wanted Priority: Medium Ruby For Good 🎃 Fall 2020
(and on the technical side, reduce the dashboard duplication that allowed this to happen) ![Screen Shot 2020-09-09 at 8 44 25 PM](https://user-images.githubusercontent.com/578159/92679440-49ea2f80-f2dd-11ea-9757-08cfb1d574ae.png) ![Screen Shot 2020-09-09 at 8 44 20 PM](https://user-images.githubusercontent.com/578159/92679443-4b1b5c80-f2dd-11ea-9659-fcef82f8508a.png)
1.0
Add “pick displayed columns” for supervisor like admin has - (and on the technical side, reduce the dashboard duplication that allowed this to happen) ![Screen Shot 2020-09-09 at 8 44 25 PM](https://user-images.githubusercontent.com/578159/92679440-49ea2f80-f2dd-11ea-9757-08cfb1d574ae.png) ![Screen Shot 2020-09-09 at 8 44 20 PM](https://user-images.githubusercontent.com/578159/92679443-4b1b5c80-f2dd-11ea-9659-fcef82f8508a.png)
priority
add “pick displayed columns” for supervisor like admin has and on the technical side reduce the dashboard duplication that allowed this to happen
1
565,687
16,767,612,864
IssuesEvent
2021-06-14 10:53:57
adirh3/Fluent-Search
https://api.github.com/repos/adirh3/Fluent-Search
closed
quicklook preview closes the FS window when `hide when losing focus` is on
Medium Priority UI/UX bug
**Describe the bug** when `Hide when losing focus` is on, and `quicklook` is set as the `file preview provider`, activating a preview (shift enter) will close the FS search window (whereas when using FluentSearch internal preview, the FS window stays open) **Expected behavior** there should be an exception for Quicklook, it should not cause the main windows to close FS 0.9.85.20 win10 1809 ltsc
1.0
quicklook preview closes the FS window when `hide when losing focus` is on - **Describe the bug** when `Hide when losing focus` is on, and `quicklook` is set as the `file preview provider`, activating a preview (shift enter) will close the FS search window (whereas when using FluentSearch internal preview, the FS window stays open) **Expected behavior** there should be an exception for Quicklook, it should not cause the main windows to close FS 0.9.85.20 win10 1809 ltsc
priority
quicklook preview closes the fs window when hide when losing focus is on describe the bug when hide when losing focus is on and quicklook is set as the file preview provider activating a preview shift enter will close the fs search window whereas when using fluentsearch internal preview the fs window stays open expected behavior there should be an exception for quicklook it should not cause the main windows to close fs ltsc
1
288,370
8,838,865,053
IssuesEvent
2019-01-05 22:06:56
burst-apps-team/burstcoin
https://api.github.com/repos/burst-apps-team/burstcoin
closed
Lint the fuck out of it
priority-medium
This codebase is full to the brim of lint issues. We should get it cleaned up.
1.0
Lint the fuck out of it - This codebase is full to the brim of lint issues. We should get it cleaned up.
priority
lint the fuck out of it this codebase is full to the brim of lint issues we should get it cleaned up
1
16,183
2,612,352,595
IssuesEvent
2015-02-27 13:58:51
metapolator/metapolator
https://api.github.com/repos/metapolator/metapolator
closed
Implement Instances column
Priority Medium UI
https://github.com/metapolator/metapolator/wiki/elements-of-design#family-of-instances-management https://github.com/metapolator/metapolator/wiki/working-UI-demo#instances-column ![list png](https://cloud.githubusercontent.com/assets/261579/6354649/d6fd43cc-bc1e-11e4-8509-4aed3377a06d.png) Mock: ![instances panel](https://camo.githubusercontent.com/7c49fc63465dc257c61e25319314052072e79573/687474703a2f2f6d6d69776f726b732e6e65742f6d657461706f6c61746f722f696e7374616e6365736c697374322e706e67) Columns: - [x] ~~family column~~ dropped from the demo milestone - [x] [view column](https://github.com/metapolator/metapolator/wiki/elements-of-design#view-column-1) - [x] [control column](https://github.com/metapolator/metapolator/wiki/elements-of-design#control-column-1) [Buttons](https://github.com/metapolator/metapolator/wiki/elements-of-design#buttons-2): - [x] New instance button; See local menu item of the same name; - [x] ~~Create family of instances button; See local menu item of the same name;~~ dropped from the demo milestone - [x] Duplicate button; duplicate the current selection of instance(s) or family/-ies; - [x] Delete button; See local menu item of the same name. [Local menu](https://github.com/metapolator/metapolator/wiki/working-UI-demo#local-menu-3): - [x] `New` item - [x] `Duplicate` item added - [x] `Promote To Master` item removed - dropped from the demo milestone - [x] `Quick Export...` item removed - dropped from the demo milestone - [x] `Delete...` item - [x] `Create String` item removed - dropped from the demo milestone - [x] `Delete String...` item removed - dropped from the demo milestone
1.0
Implement Instances column - https://github.com/metapolator/metapolator/wiki/elements-of-design#family-of-instances-management https://github.com/metapolator/metapolator/wiki/working-UI-demo#instances-column ![list png](https://cloud.githubusercontent.com/assets/261579/6354649/d6fd43cc-bc1e-11e4-8509-4aed3377a06d.png) Mock: ![instances panel](https://camo.githubusercontent.com/7c49fc63465dc257c61e25319314052072e79573/687474703a2f2f6d6d69776f726b732e6e65742f6d657461706f6c61746f722f696e7374616e6365736c697374322e706e67) Columns: - [x] ~~family column~~ dropped from the demo milestone - [x] [view column](https://github.com/metapolator/metapolator/wiki/elements-of-design#view-column-1) - [x] [control column](https://github.com/metapolator/metapolator/wiki/elements-of-design#control-column-1) [Buttons](https://github.com/metapolator/metapolator/wiki/elements-of-design#buttons-2): - [x] New instance button; See local menu item of the same name; - [x] ~~Create family of instances button; See local menu item of the same name;~~ dropped from the demo milestone - [x] Duplicate button; duplicate the current selection of instance(s) or family/-ies; - [x] Delete button; See local menu item of the same name. [Local menu](https://github.com/metapolator/metapolator/wiki/working-UI-demo#local-menu-3): - [x] `New` item - [x] `Duplicate` item added - [x] `Promote To Master` item removed - dropped from the demo milestone - [x] `Quick Export...` item removed - dropped from the demo milestone - [x] `Delete...` item - [x] `Create String` item removed - dropped from the demo milestone - [x] `Delete String...` item removed - dropped from the demo milestone
priority
implement instances column mock columns family column dropped from the demo milestone new instance button see local menu item of the same name create family of instances button see local menu item of the same name dropped from the demo milestone duplicate button duplicate the current selection of instance s or family ies delete button see local menu item of the same name new item duplicate item added promote to master item removed dropped from the demo milestone quick export item removed dropped from the demo milestone delete item create string item removed dropped from the demo milestone delete string item removed dropped from the demo milestone
1
372,204
11,010,784,368
IssuesEvent
2019-12-04 15:11:03
geosolutions-it/geotools
https://api.github.com/repos/geosolutions-it/geotools
closed
Current GeoJSON encoding is not aware of complex features
C009-2016-MONGODB Priority: Medium enhancement
Encoding of complex features in GeoJson is currently not available this needs to be implemented from scratch.
1.0
Current GeoJSON encoding is not aware of complex features - Encoding of complex features in GeoJson is currently not available this needs to be implemented from scratch.
priority
current geojson encoding is not aware of complex features encoding of complex features in geojson is currently not available this needs to be implemented from scratch
1