Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
855
labels
stringlengths
4
721
body
stringlengths
1
261k
index
stringclasses
13 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
240k
binary_label
int64
0
1
263,708
8,300,806,787
IssuesEvent
2018-09-21 09:17:47
cuappdev/ithaca-transit-backend
https://api.github.com/repos/cuappdev/ithaca-transit-backend
opened
Remove all files from tcat-map
Priority: High
#65 Still some files left. I'm working on the deployment/install script and it clones the extra files if they aren't removed.
1.0
Remove all files from tcat-map - #65 Still some files left. I'm working on the deployment/install script and it clones the extra files if they aren't removed.
priority
remove all files from tcat map still some files left i m working on the deployment install script and it clones the extra files if they aren t removed
1
831,373
32,046,863,134
IssuesEvent
2023-09-23 04:50:14
KinsonDigital/Velaptor
https://api.github.com/repos/KinsonDigital/Velaptor
closed
✨Create slider UI control
✨new feature high priority preview 🔗is dependency stale
## I have done the items below . . . - [X] I have updated the title by replacing the '**_<title_**>' section. ## Is there an existing feature request that has already been created? - [X] I have searched the exiting features ## Is your feature request related to a problem? Please describe. Need a control to make it easier to test out various things in the **Velaptor Testing Application**. This control could not only be used by users but also to quickly and easily change various attributes of items being tested in the testing application. Example: This could be used to change various attributes of the rectangle in the **VelaptorTesting** application ## Describe the solution you would like? ### Create a **Slider Control** simular to the image below: ![image](https://user-images.githubusercontent.com/85414302/154818046-9c21c412-21c0-4422-ad4c-88cdb9f623a2.png) This will be a composite control containing the following controls: 1. Label control for min value 2. Label control for max value 3. Label control for current value 4. ShapeButton for horizontal bar to the left of the drag button 5. ShapeButton for horizontal bar to the right of the drag button 6. ShapeButton for drag button ## Acceptance Criteria: ### Labels: - [ ] Has a Min and Max value in standard units. - NOTE: This unit of measurement is not in pixel units. It is just a number. - [ ] Visibility property to show or hide the min value label - [ ] Visibility property to show or hide the max value label - [ ] Visibility property to show or hide the current value label - [ ] Able to show the current value either centered above or below the drag button - This value will have to be calculated based on the physical left and right of the control relative to the position of the center of the drag button on its X axis. - [ ] Ability to choose if the current value label is above or below the drag button via a **property** with an enum type. ### Drag Button: - [ ] The drag button should be displayed as a solid color with no border - [ ] Able to control corner radius of drag button - [ ] Able to change the drag button color - Dragging Button Behavior: - [ ] Able to grab the drag button with the mouse and drag left to right. - [ ] ShapeButton will follow the mouse on the X axis as long as the mouse button is in the down position and ONLY moves on the X axis. - [ ] Updates the current value - [ ] Drag button center X cannot move farther left than the left end of the horizontal bar - [ ] Drag button center X cannot move farther right than the right end of horizontal bar - [ ] Reducing the height of the drag button will have a min value that is <= 25% larger than the horizontal bar height - [ ] The horizontal center of the drag button is the reference point between the button and the left or right end of the horizontal bar. - NOTE: If the button is all the way to the min value, the CENTER of the button is what would horizontally line up with the left end of the horizontal bar. The same goes for the right end of the horizontal bar. ### Horizontal Bar: - NOTE: The bar is made up of 2 Buttons. One button for the left side of the drag button and one for the right side. - [ ] Able to control corner radius of horizontal bar - [ ] Able to control the thickness of the horizontal bar - [ ] Limit the thickness of the horizontal bar to a max that is 75% of the drag button height. This is to prevent the horizontal bar from being thicker which would make the control not look like a slider control anymore. - [ ] The horizontal bar section to the left of the drag button will be a customizable color via a **property** - [ ] The horizontal bar section to the right of the drag button will be a customizable color via a **property** - [ ] Increasing the horizontal bar height will have a max value that is <= 75% of the drag button height - [ ] Property added to set the decrement value when the mouse is clicked to the left of the drag button - [ ] Property added to set the increment value when the mouse is clicked to the right of the drag button - [ ] Clicking the mouse to the left of the drag button will decrement the current value - The mouse must be to the left of the drag button left edge and to the right of the left end of the horizontal bar - [ ] Updates the current value - [ ] Clicking the mouse to the right of the drag button will increment the current value - The mouse must be to the right of the drag button right edge and to the left of the right end of the horizontal bar - [ ] Updates the current value ### Disabling entire control: - Labels will automatically be updated to reflect same enabled state as slider control - Disabled color for disabled drag button - Disabled color for disabled horizontal bar **Example of control below:** ## Alternative Solutions None. This control does not exist yet. The request is to simply create the currently non-existent control ## Additional Context _No response_ ## Dependencies - #213 ## Code of Conduct - [X] I agree to follow this project's Code of Conduct
1.0
✨Create slider UI control - ## I have done the items below . . . - [X] I have updated the title by replacing the '**_<title_**>' section. ## Is there an existing feature request that has already been created? - [X] I have searched the exiting features ## Is your feature request related to a problem? Please describe. Need a control to make it easier to test out various things in the **Velaptor Testing Application**. This control could not only be used by users but also to quickly and easily change various attributes of items being tested in the testing application. Example: This could be used to change various attributes of the rectangle in the **VelaptorTesting** application ## Describe the solution you would like? ### Create a **Slider Control** simular to the image below: ![image](https://user-images.githubusercontent.com/85414302/154818046-9c21c412-21c0-4422-ad4c-88cdb9f623a2.png) This will be a composite control containing the following controls: 1. Label control for min value 2. Label control for max value 3. Label control for current value 4. ShapeButton for horizontal bar to the left of the drag button 5. ShapeButton for horizontal bar to the right of the drag button 6. ShapeButton for drag button ## Acceptance Criteria: ### Labels: - [ ] Has a Min and Max value in standard units. - NOTE: This unit of measurement is not in pixel units. It is just a number. - [ ] Visibility property to show or hide the min value label - [ ] Visibility property to show or hide the max value label - [ ] Visibility property to show or hide the current value label - [ ] Able to show the current value either centered above or below the drag button - This value will have to be calculated based on the physical left and right of the control relative to the position of the center of the drag button on its X axis. - [ ] Ability to choose if the current value label is above or below the drag button via a **property** with an enum type. ### Drag Button: - [ ] The drag button should be displayed as a solid color with no border - [ ] Able to control corner radius of drag button - [ ] Able to change the drag button color - Dragging Button Behavior: - [ ] Able to grab the drag button with the mouse and drag left to right. - [ ] ShapeButton will follow the mouse on the X axis as long as the mouse button is in the down position and ONLY moves on the X axis. - [ ] Updates the current value - [ ] Drag button center X cannot move farther left than the left end of the horizontal bar - [ ] Drag button center X cannot move farther right than the right end of horizontal bar - [ ] Reducing the height of the drag button will have a min value that is <= 25% larger than the horizontal bar height - [ ] The horizontal center of the drag button is the reference point between the button and the left or right end of the horizontal bar. - NOTE: If the button is all the way to the min value, the CENTER of the button is what would horizontally line up with the left end of the horizontal bar. The same goes for the right end of the horizontal bar. ### Horizontal Bar: - NOTE: The bar is made up of 2 Buttons. One button for the left side of the drag button and one for the right side. - [ ] Able to control corner radius of horizontal bar - [ ] Able to control the thickness of the horizontal bar - [ ] Limit the thickness of the horizontal bar to a max that is 75% of the drag button height. This is to prevent the horizontal bar from being thicker which would make the control not look like a slider control anymore. - [ ] The horizontal bar section to the left of the drag button will be a customizable color via a **property** - [ ] The horizontal bar section to the right of the drag button will be a customizable color via a **property** - [ ] Increasing the horizontal bar height will have a max value that is <= 75% of the drag button height - [ ] Property added to set the decrement value when the mouse is clicked to the left of the drag button - [ ] Property added to set the increment value when the mouse is clicked to the right of the drag button - [ ] Clicking the mouse to the left of the drag button will decrement the current value - The mouse must be to the left of the drag button left edge and to the right of the left end of the horizontal bar - [ ] Updates the current value - [ ] Clicking the mouse to the right of the drag button will increment the current value - The mouse must be to the right of the drag button right edge and to the left of the right end of the horizontal bar - [ ] Updates the current value ### Disabling entire control: - Labels will automatically be updated to reflect same enabled state as slider control - Disabled color for disabled drag button - Disabled color for disabled horizontal bar **Example of control below:** ## Alternative Solutions None. This control does not exist yet. The request is to simply create the currently non-existent control ## Additional Context _No response_ ## Dependencies - #213 ## Code of Conduct - [X] I agree to follow this project's Code of Conduct
priority
✨create slider ui control i have done the items below i have updated the title by replacing the section is there an existing feature request that has already been created i have searched the exiting features is your feature request related to a problem please describe need a control to make it easier to test out various things in the velaptor testing application this control could not only be used by users but also to quickly and easily change various attributes of items being tested in the testing application example this could be used to change various attributes of the rectangle in the velaptortesting application describe the solution you would like create a slider control simular to the image below this will be a composite control containing the following controls label control for min value label control for max value label control for current value shapebutton for horizontal bar to the left of the drag button shapebutton for horizontal bar to the right of the drag button shapebutton for drag button acceptance criteria labels has a min and max value in standard units note this unit of measurement is not in pixel units it is just a number visibility property to show or hide the min value label visibility property to show or hide the max value label visibility property to show or hide the current value label able to show the current value either centered above or below the drag button this value will have to be calculated based on the physical left and right of the control relative to the position of the center of the drag button on its x axis ability to choose if the current value label is above or below the drag button via a property with an enum type drag button the drag button should be displayed as a solid color with no border able to control corner radius of drag button able to change the drag button color dragging button behavior able to grab the drag button with the mouse and drag left to right shapebutton will follow the mouse on the x axis as long as the mouse button is in the down position and only moves on the x axis updates the current value drag button center x cannot move farther left than the left end of the horizontal bar drag button center x cannot move farther right than the right end of horizontal bar reducing the height of the drag button will have a min value that is larger than the horizontal bar height the horizontal center of the drag button is the reference point between the button and the left or right end of the horizontal bar note if the button is all the way to the min value the center of the button is what would horizontally line up with the left end of the horizontal bar the same goes for the right end of the horizontal bar horizontal bar note the bar is made up of buttons one button for the left side of the drag button and one for the right side able to control corner radius of horizontal bar able to control the thickness of the horizontal bar limit the thickness of the horizontal bar to a max that is of the drag button height this is to prevent the horizontal bar from being thicker which would make the control not look like a slider control anymore the horizontal bar section to the left of the drag button will be a customizable color via a property the horizontal bar section to the right of the drag button will be a customizable color via a property increasing the horizontal bar height will have a max value that is of the drag button height property added to set the decrement value when the mouse is clicked to the left of the drag button property added to set the increment value when the mouse is clicked to the right of the drag button clicking the mouse to the left of the drag button will decrement the current value the mouse must be to the left of the drag button left edge and to the right of the left end of the horizontal bar updates the current value clicking the mouse to the right of the drag button will increment the current value the mouse must be to the right of the drag button right edge and to the left of the right end of the horizontal bar updates the current value disabling entire control labels will automatically be updated to reflect same enabled state as slider control disabled color for disabled drag button disabled color for disabled horizontal bar example of control below alternative solutions none this control does not exist yet the request is to simply create the currently non existent control additional context no response dependencies code of conduct i agree to follow this project s code of conduct
1
752,896
26,331,515,788
IssuesEvent
2023-01-10 11:09:20
plaidml/tpp-mlir
https://api.github.com/repos/plaidml/tpp-mlir
closed
TPP Semantics and Mapping
bug high-priority
We need to have a more strict sematics for TPP, most of the bugs we have when mapping to TPP is that it is unclear the semantics or the sematics changed and the mapping not . For example, let's consider the relu. The op we have in tpp is: ` tpp.relu out(%1: memref<2x2xf32>)` It takes a single operand `%1` and does a in-place relu. However, we allows to map to relu semantically different op like the below generic ``` #map = affine_map<(d0, d1) -> (d0, d1)> func.func @relu_mapping(%arg0: memref<10x10xf32>, %arg1: memref<10x10xf32>) { %c0 = arith.constant 0.0 : f32 linalg.generic {indexing_maps = [#map, #map], iterator_types = ["parallel", "parallel"]} ins(%arg1: memref<10x10xf32>) outs(%arg0: memref<10x10xf32>) { ^bb0(%in : f32, %out : f32): %0 = arith.maxf %in, %c0 : f32 linalg.yield %0 : f32 } return } ``` In this case the op is doing: `%arg1 = relu(%arg0)`. This if we map the above op to tpp we miss the copy sematics in `arg1` and if downstream ops uses `arg1` we are broken. Similar for the tpp.add, we have: `tpp.add ins(%1 : memref<2x2xf32>) out(%2: memref<2x2xf32>)` It takes a single input operand `%1` and a single output operand `%2`. But again we map the following generic op. ``` #map = affine_map<(d0) -> (d0)> !tensor_t = tensor<2048xf32> // N,H,W,Ic func.func @entry(%input1 : !tensor_t, %input2 : !tensor_t) -> !tensor_t { %1487 = tensor.empty() : !tensor_t %1488 = linalg.generic { indexing_maps = [#map, #map, #map], iterator_types = ["parallel"] } ins(%input1, %input2 : !tensor_t, !tensor_t) outs(%1487 : !tensor_t) { ^bb0(%in1: f32, %in2: f32, %out: f32): %x = arith.addf %in1, %in2 : f32 linalg.yield %x : f32 } -> !tensor_t return %1488 : !tensor_t } ``` The sematics in the above op is `%1487 = %input1 + %input2`. This we miss again the fact that we are copying into `%1487`. Solution: 1. Make tpp.add 2 inputs 1 output and effectively implement C = A + B 2. Fix the mapping and keep A += B
1.0
TPP Semantics and Mapping - We need to have a more strict sematics for TPP, most of the bugs we have when mapping to TPP is that it is unclear the semantics or the sematics changed and the mapping not . For example, let's consider the relu. The op we have in tpp is: ` tpp.relu out(%1: memref<2x2xf32>)` It takes a single operand `%1` and does a in-place relu. However, we allows to map to relu semantically different op like the below generic ``` #map = affine_map<(d0, d1) -> (d0, d1)> func.func @relu_mapping(%arg0: memref<10x10xf32>, %arg1: memref<10x10xf32>) { %c0 = arith.constant 0.0 : f32 linalg.generic {indexing_maps = [#map, #map], iterator_types = ["parallel", "parallel"]} ins(%arg1: memref<10x10xf32>) outs(%arg0: memref<10x10xf32>) { ^bb0(%in : f32, %out : f32): %0 = arith.maxf %in, %c0 : f32 linalg.yield %0 : f32 } return } ``` In this case the op is doing: `%arg1 = relu(%arg0)`. This if we map the above op to tpp we miss the copy sematics in `arg1` and if downstream ops uses `arg1` we are broken. Similar for the tpp.add, we have: `tpp.add ins(%1 : memref<2x2xf32>) out(%2: memref<2x2xf32>)` It takes a single input operand `%1` and a single output operand `%2`. But again we map the following generic op. ``` #map = affine_map<(d0) -> (d0)> !tensor_t = tensor<2048xf32> // N,H,W,Ic func.func @entry(%input1 : !tensor_t, %input2 : !tensor_t) -> !tensor_t { %1487 = tensor.empty() : !tensor_t %1488 = linalg.generic { indexing_maps = [#map, #map, #map], iterator_types = ["parallel"] } ins(%input1, %input2 : !tensor_t, !tensor_t) outs(%1487 : !tensor_t) { ^bb0(%in1: f32, %in2: f32, %out: f32): %x = arith.addf %in1, %in2 : f32 linalg.yield %x : f32 } -> !tensor_t return %1488 : !tensor_t } ``` The sematics in the above op is `%1487 = %input1 + %input2`. This we miss again the fact that we are copying into `%1487`. Solution: 1. Make tpp.add 2 inputs 1 output and effectively implement C = A + B 2. Fix the mapping and keep A += B
priority
tpp semantics and mapping we need to have a more strict sematics for tpp most of the bugs we have when mapping to tpp is that it is unclear the semantics or the sematics changed and the mapping not for example let s consider the relu the op we have in tpp is tpp relu out memref it takes a single operand and does a in place relu however we allows to map to relu semantically different op like the below generic map affine map func func relu mapping memref memref arith constant linalg generic indexing maps iterator types ins memref outs memref in out arith maxf in linalg yield return in this case the op is doing relu this if we map the above op to tpp we miss the copy sematics in and if downstream ops uses we are broken similar for the tpp add we have tpp add ins memref out memref it takes a single input operand and a single output operand but again we map the following generic op map affine map tensor t tensor n h w ic func func entry tensor t tensor t tensor t tensor empty tensor t linalg generic indexing maps iterator types ins tensor t tensor t outs tensor t out x arith addf linalg yield x tensor t return tensor t the sematics in the above op is this we miss again the fact that we are copying into solution make tpp add inputs output and effectively implement c a b fix the mapping and keep a b
1
230,952
7,621,828,719
IssuesEvent
2018-05-03 09:54:24
alakajam-team/alakajam
https://api.github.com/repos/alakajam-team/alakajam
opened
Tournament: ties give the higher position to the 2nd score instead of the 1st one
bug high priority
> <CMLSC> for some reason if 2 people get the same score, the second person gets the higher position instead of there being a tie like there should be... :/
1.0
Tournament: ties give the higher position to the 2nd score instead of the 1st one - > <CMLSC> for some reason if 2 people get the same score, the second person gets the higher position instead of there being a tie like there should be... :/
priority
tournament ties give the higher position to the score instead of the one for some reason if people get the same score the second person gets the higher position instead of there being a tie like there should be
1
553,951
16,386,150,557
IssuesEvent
2021-05-17 10:41:49
mantidproject/mantid
https://api.github.com/repos/mantidproject/mantid
opened
ISIS SANS Reduction broken
Added during Sprint High Priority ISIS Team: LSS Reported By User SANS
**Original reporter:** @smk78 ### Expected behavior - Reduction should reduce ### Actual behavior - All reductions fail due to a None type being passed in where a WS should be, this is a regression since the start of the release ### Steps to reproduce the behavior - Use the LOQ demo example
1.0
ISIS SANS Reduction broken - **Original reporter:** @smk78 ### Expected behavior - Reduction should reduce ### Actual behavior - All reductions fail due to a None type being passed in where a WS should be, this is a regression since the start of the release ### Steps to reproduce the behavior - Use the LOQ demo example
priority
isis sans reduction broken original reporter expected behavior reduction should reduce actual behavior all reductions fail due to a none type being passed in where a ws should be this is a regression since the start of the release steps to reproduce the behavior use the loq demo example
1
122,590
4,837,556,513
IssuesEvent
2016-11-08 22:59:39
INN/Largo
https://api.github.com/repos/INN/Largo
reopened
On single article pages with Co-Authors Plus, the author avatar is replaced with the featured image for the post
priority: high type: bug
<img width="900" alt="screen shot 2016-10-27 at 1 47 50 pm" src="https://cloud.githubusercontent.com/assets/1754187/19778758/23db84d8-9c4c-11e6-8a5c-3afb27ea3896.png"> Noticed this under the following conditions: - Co-Authors Plus - A normal user, with ~~avatar set~~ ~~no avatar~~ An avatar set _through Co-Authors Plus_, but no other avatar set in Largo. - A featured image - On a single post
1.0
On single article pages with Co-Authors Plus, the author avatar is replaced with the featured image for the post - <img width="900" alt="screen shot 2016-10-27 at 1 47 50 pm" src="https://cloud.githubusercontent.com/assets/1754187/19778758/23db84d8-9c4c-11e6-8a5c-3afb27ea3896.png"> Noticed this under the following conditions: - Co-Authors Plus - A normal user, with ~~avatar set~~ ~~no avatar~~ An avatar set _through Co-Authors Plus_, but no other avatar set in Largo. - A featured image - On a single post
priority
on single article pages with co authors plus the author avatar is replaced with the featured image for the post img width alt screen shot at pm src noticed this under the following conditions co authors plus a normal user with avatar set no avatar an avatar set through co authors plus but no other avatar set in largo a featured image on a single post
1
289,793
8,876,548,266
IssuesEvent
2019-01-12 16:06:47
PerfectWeek/web-api
https://api.github.com/repos/PerfectWeek/web-api
opened
[Event] Remove attendee
[Priority] High [Status] To Do [Type] Feature
Implement the route **DELETE** `/events/:event_id/attendees/:attendee_id`
1.0
[Event] Remove attendee - Implement the route **DELETE** `/events/:event_id/attendees/:attendee_id`
priority
remove attendee implement the route delete events event id attendees attendee id
1
91,069
3,836,171,761
IssuesEvent
2016-04-01 16:57:43
IQSS/dataverse
https://api.github.com/repos/IQSS/dataverse
closed
504 gateway Time-out error When Clicking on Map Data
Component: File Upload & Handling Component: WorldMap & GeoConnect Priority: High Type: Bug
User reported this issue when clicking on their shape files to Map Data button it spins for a minute or two and then displays a 504 gateway Time-out error instead of taking you to WorldMap. ![image](https://cloud.githubusercontent.com/assets/5013837/11189718/7fbe529c-8c5f-11e5-8e38-4281fe94bce8.png)
1.0
504 gateway Time-out error When Clicking on Map Data - User reported this issue when clicking on their shape files to Map Data button it spins for a minute or two and then displays a 504 gateway Time-out error instead of taking you to WorldMap. ![image](https://cloud.githubusercontent.com/assets/5013837/11189718/7fbe529c-8c5f-11e5-8e38-4281fe94bce8.png)
priority
gateway time out error when clicking on map data user reported this issue when clicking on their shape files to map data button it spins for a minute or two and then displays a gateway time out error instead of taking you to worldmap
1
687,973
23,543,913,849
IssuesEvent
2022-08-20 20:46:06
gratestas/zerno
https://api.github.com/repos/gratestas/zerno
closed
Create Admin Product Mockup Pages
frontend priority: high mockup
- [x] All Products View - [x] Add Product View - [x] Edit Product View
1.0
Create Admin Product Mockup Pages - - [x] All Products View - [x] Add Product View - [x] Edit Product View
priority
create admin product mockup pages all products view add product view edit product view
1
462,200
13,243,001,133
IssuesEvent
2020-08-19 10:40:34
nimblehq/rails-templates
https://api.github.com/repos/nimblehq/rails-templates
closed
Replace `pronto` by `danger`
priority : high type : feature type : improvement
[Pronto](https://github.com/prontolabs/pronto) is currently being used to provides inline linting comments. It was selected because it supports for Bitbucket. But even that support broke back in August last year (2019). Since we migrated to Github, there is no need to continue using Pronto. Instead, a better option exists [danger](https://github.com/danger/danger) 🏄‍♂️ ## What to do - Replace entirely `pronto` by `danger` - Test in a project like MIA or Braive by applying the updated project template ✌️ ## Who Benefits Code reviewers
1.0
Replace `pronto` by `danger` - [Pronto](https://github.com/prontolabs/pronto) is currently being used to provides inline linting comments. It was selected because it supports for Bitbucket. But even that support broke back in August last year (2019). Since we migrated to Github, there is no need to continue using Pronto. Instead, a better option exists [danger](https://github.com/danger/danger) 🏄‍♂️ ## What to do - Replace entirely `pronto` by `danger` - Test in a project like MIA or Braive by applying the updated project template ✌️ ## Who Benefits Code reviewers
priority
replace pronto by danger is currently being used to provides inline linting comments it was selected because it supports for bitbucket but even that support broke back in august last year since we migrated to github there is no need to continue using pronto instead a better option exists 🏄‍♂️ what to do replace entirely pronto by danger test in a project like mia or braive by applying the updated project template ✌️ who benefits code reviewers
1
441,004
12,707,015,007
IssuesEvent
2020-06-23 08:13:06
luna/luna
https://api.github.com/repos/luna/luna
closed
Add Parsing of Modifer Operators (e.g. `+=`) to Luna
Category: Compiler Category: Syntax Change: Non-Breaking Difficulty: Core Contributor Priority: Highest Type: Bug
### Summary Currently CI is failing due to the inability of Luna to parse operators used in StdTest. This task exists to track the implementation of modifier operators into the parser and IR. ### Value Modifier operators are potentially useful functionality for our users, but this is also keeping CI in the red, reducing the availability of valuable feedback to team members. ### Specification - Design IR for such operators (either raw or as a desugaring). - Implement IR for these operators. - Implement parsing for such operators in the [parser](https://github.com/luna/luna/blob/master/syntax/text/parser3/src/Luna/Pass/Parsing/Parser.hs#L251). ### Acceptance Criteria & Test Cases - Luna successfully parses modifier operators into valid IR. - StdTest passes on CI with the `FieldModifications` test enabled.
1.0
Add Parsing of Modifer Operators (e.g. `+=`) to Luna - ### Summary Currently CI is failing due to the inability of Luna to parse operators used in StdTest. This task exists to track the implementation of modifier operators into the parser and IR. ### Value Modifier operators are potentially useful functionality for our users, but this is also keeping CI in the red, reducing the availability of valuable feedback to team members. ### Specification - Design IR for such operators (either raw or as a desugaring). - Implement IR for these operators. - Implement parsing for such operators in the [parser](https://github.com/luna/luna/blob/master/syntax/text/parser3/src/Luna/Pass/Parsing/Parser.hs#L251). ### Acceptance Criteria & Test Cases - Luna successfully parses modifier operators into valid IR. - StdTest passes on CI with the `FieldModifications` test enabled.
priority
add parsing of modifer operators e g to luna summary currently ci is failing due to the inability of luna to parse operators used in stdtest this task exists to track the implementation of modifier operators into the parser and ir value modifier operators are potentially useful functionality for our users but this is also keeping ci in the red reducing the availability of valuable feedback to team members specification design ir for such operators either raw or as a desugaring implement ir for these operators implement parsing for such operators in the acceptance criteria test cases luna successfully parses modifier operators into valid ir stdtest passes on ci with the fieldmodifications test enabled
1
615,555
19,257,025,726
IssuesEvent
2021-12-09 12:27:05
ansible/awx
https://api.github.com/repos/ansible/awx
closed
Move all execution to execution nodes managed via receptor network
type:enhancement state:needs_devel priority:high component:api
##### ISSUE TYPE - Feature Idea ##### SUMMARY Enable users to have a distributed network of execution nodes, where the only requirement is that the nodes have ansible-runner, ansible, and [receptor](https://github.com/project-receptor/receptor) installed. This node can then self register or be registered to the receptor network of which AWX control plane nodes will be receptor controllers (or able to dispatch work via a receptor controller). This should be extended to be the only way jobs are executed - when a task is assigned to a node to be done, it should be done through that mechanism; there shouldn't be a separate way of running jobs. This may mean replacing way work is dispatched to container groups as well, but that may be punted (not critical to ship this feature for all other nodes). Acceptance criteria: ----------------------------- - [ ] In the case that the execution node can reach Tower via the receptor network, it should be able to self register. - [ ] If because of network topology only Tower can reach out to the execution node via the receptor network, then Tower should be able to find/register the execution node. - [ ] only requirement of execution nodes are ansible-runner, ansible, and receptor and ability to receive network traffic from at least one receptor controller - [ ] no downtime required when adding execution nodes - [ ] connections w/ receptor are all TCP - [ ] Right now our isolated node delivery time failure is 30 seconds, we will have similar resilience - [ ] If job gets received and started but we lose node during execution, will have to do same thing we do today as far as marking it as failed because job no longer found running - [ ] Each receptor can it manage multiple jobs at once, we should be able to dispatch more than one job at a time to an execution node - [ ] Currently there is nothing built into receptor/runner that would prevent us from OOMing the system, but we need to implement something (capacity check of some kind) because currently we do this w/ isolated heartbeat + dispatcher Questions to be answered: --------------------------------------- - [ ] Multiple receptors can cohabitate on same system, can an execution node get registered several times under each of these receptors? Additional notes: ------------------------ Receptor does not fork, hands off work to plugin that may fork Plugin COULD be written in way that never gave control back to runner, which would force serial execution. Runner plugin is written in such a way that should allow multiple calls to runner plugin, e.g. parallel job.
1.0
Move all execution to execution nodes managed via receptor network - ##### ISSUE TYPE - Feature Idea ##### SUMMARY Enable users to have a distributed network of execution nodes, where the only requirement is that the nodes have ansible-runner, ansible, and [receptor](https://github.com/project-receptor/receptor) installed. This node can then self register or be registered to the receptor network of which AWX control plane nodes will be receptor controllers (or able to dispatch work via a receptor controller). This should be extended to be the only way jobs are executed - when a task is assigned to a node to be done, it should be done through that mechanism; there shouldn't be a separate way of running jobs. This may mean replacing way work is dispatched to container groups as well, but that may be punted (not critical to ship this feature for all other nodes). Acceptance criteria: ----------------------------- - [ ] In the case that the execution node can reach Tower via the receptor network, it should be able to self register. - [ ] If because of network topology only Tower can reach out to the execution node via the receptor network, then Tower should be able to find/register the execution node. - [ ] only requirement of execution nodes are ansible-runner, ansible, and receptor and ability to receive network traffic from at least one receptor controller - [ ] no downtime required when adding execution nodes - [ ] connections w/ receptor are all TCP - [ ] Right now our isolated node delivery time failure is 30 seconds, we will have similar resilience - [ ] If job gets received and started but we lose node during execution, will have to do same thing we do today as far as marking it as failed because job no longer found running - [ ] Each receptor can it manage multiple jobs at once, we should be able to dispatch more than one job at a time to an execution node - [ ] Currently there is nothing built into receptor/runner that would prevent us from OOMing the system, but we need to implement something (capacity check of some kind) because currently we do this w/ isolated heartbeat + dispatcher Questions to be answered: --------------------------------------- - [ ] Multiple receptors can cohabitate on same system, can an execution node get registered several times under each of these receptors? Additional notes: ------------------------ Receptor does not fork, hands off work to plugin that may fork Plugin COULD be written in way that never gave control back to runner, which would force serial execution. Runner plugin is written in such a way that should allow multiple calls to runner plugin, e.g. parallel job.
priority
move all execution to execution nodes managed via receptor network issue type feature idea summary enable users to have a distributed network of execution nodes where the only requirement is that the nodes have ansible runner ansible and installed this node can then self register or be registered to the receptor network of which awx control plane nodes will be receptor controllers or able to dispatch work via a receptor controller this should be extended to be the only way jobs are executed when a task is assigned to a node to be done it should be done through that mechanism there shouldn t be a separate way of running jobs this may mean replacing way work is dispatched to container groups as well but that may be punted not critical to ship this feature for all other nodes acceptance criteria in the case that the execution node can reach tower via the receptor network it should be able to self register if because of network topology only tower can reach out to the execution node via the receptor network then tower should be able to find register the execution node only requirement of execution nodes are ansible runner ansible and receptor and ability to receive network traffic from at least one receptor controller no downtime required when adding execution nodes connections w receptor are all tcp right now our isolated node delivery time failure is seconds we will have similar resilience if job gets received and started but we lose node during execution will have to do same thing we do today as far as marking it as failed because job no longer found running each receptor can it manage multiple jobs at once we should be able to dispatch more than one job at a time to an execution node currently there is nothing built into receptor runner that would prevent us from ooming the system but we need to implement something capacity check of some kind because currently we do this w isolated heartbeat dispatcher questions to be answered multiple receptors can cohabitate on same system can an execution node get registered several times under each of these receptors additional notes receptor does not fork hands off work to plugin that may fork plugin could be written in way that never gave control back to runner which would force serial execution runner plugin is written in such a way that should allow multiple calls to runner plugin e g parallel job
1
587,895
17,634,165,885
IssuesEvent
2021-08-19 11:49:58
airbytehq/airbyte
https://api.github.com/repos/airbytehq/airbyte
closed
Postgres CDC OOM issue
type/bug area/connectors priority/high lang/java
A user reported experiencing OOM with Postgres CDC. The Postgres CDC was migrated to use the new cdc abstraction which means its already using the capped queue. The table `loan_applications` is huge, contains lots of columns and few of them being JSON columns containing big json blobs, also has around 104332 records. User was running the sync on `t3.xlarge` machine. The table is of 1.6GB in size ``` rmenezes=> SELECT pg_size_pretty( pg_total_relation_size('loan_applications') ); pg_size_pretty ---------------- 1656 MB (1 row) ``` and JSON blobs can be as big bas 47499 bytes ``` rmenezes=> select rmenezes-> max(pg_column_size(cross_river_loan)), rmenezes-> max(pg_column_size(derived_values)), rmenezes-> max(pg_column_size(transunion_prequal_credit_data)), rmenezes-> max(pg_column_size(transunion_hard_credit_data)), rmenezes-> max(pg_column_size(socure_fraud_data)), rmenezes-> max(pg_column_size(experiment_params)), rmenezes-> max(pg_column_size(start_page_query_params)), rmenezes-> max(pg_column_size(smarty_streets_result)), rmenezes-> max(pg_column_size(offers)), rmenezes-> max(pg_column_size(selected_offer)), rmenezes-> max(pg_column_size(pre_application_offer)), rmenezes-> max(pg_column_size(contract_offer)), rmenezes-> max(pg_column_size(disburse_offer)), rmenezes-> max(pg_column_size(possible_first_payment_dates)), rmenezes-> max(pg_column_size(financial_goals)) rmenezes-> from loan_applications; max | max | max | max | max | max | max | max | max | max | max | max | max | max | max -----+------+-------+------+-------+-----+-----+------+-------+------+-----+------+------+-----+----- | 7027 | 17726 | 2285 | 10533 | 280 | 926 | 1268 | 47499 | 4234 | 266 | 1801 | 1801 | 117 | 66 ``` My gut feeling is that this OOM has to do with the JSON blobs being too big to fir in memory. Ref : https://airbytehq.slack.com/archives/C01MFR03D5W/p1626281129333800?thread_ts=1626122544.233800&cid=C01MFR03D5W [logs-54-2.txt](https://github.com/airbytehq/airbyte/files/6817521/logs-54-2.txt) [loan_applications.txt](https://github.com/airbytehq/airbyte/files/6817522/loan_applications.txt)
1.0
Postgres CDC OOM issue - A user reported experiencing OOM with Postgres CDC. The Postgres CDC was migrated to use the new cdc abstraction which means its already using the capped queue. The table `loan_applications` is huge, contains lots of columns and few of them being JSON columns containing big json blobs, also has around 104332 records. User was running the sync on `t3.xlarge` machine. The table is of 1.6GB in size ``` rmenezes=> SELECT pg_size_pretty( pg_total_relation_size('loan_applications') ); pg_size_pretty ---------------- 1656 MB (1 row) ``` and JSON blobs can be as big bas 47499 bytes ``` rmenezes=> select rmenezes-> max(pg_column_size(cross_river_loan)), rmenezes-> max(pg_column_size(derived_values)), rmenezes-> max(pg_column_size(transunion_prequal_credit_data)), rmenezes-> max(pg_column_size(transunion_hard_credit_data)), rmenezes-> max(pg_column_size(socure_fraud_data)), rmenezes-> max(pg_column_size(experiment_params)), rmenezes-> max(pg_column_size(start_page_query_params)), rmenezes-> max(pg_column_size(smarty_streets_result)), rmenezes-> max(pg_column_size(offers)), rmenezes-> max(pg_column_size(selected_offer)), rmenezes-> max(pg_column_size(pre_application_offer)), rmenezes-> max(pg_column_size(contract_offer)), rmenezes-> max(pg_column_size(disburse_offer)), rmenezes-> max(pg_column_size(possible_first_payment_dates)), rmenezes-> max(pg_column_size(financial_goals)) rmenezes-> from loan_applications; max | max | max | max | max | max | max | max | max | max | max | max | max | max | max -----+------+-------+------+-------+-----+-----+------+-------+------+-----+------+------+-----+----- | 7027 | 17726 | 2285 | 10533 | 280 | 926 | 1268 | 47499 | 4234 | 266 | 1801 | 1801 | 117 | 66 ``` My gut feeling is that this OOM has to do with the JSON blobs being too big to fir in memory. Ref : https://airbytehq.slack.com/archives/C01MFR03D5W/p1626281129333800?thread_ts=1626122544.233800&cid=C01MFR03D5W [logs-54-2.txt](https://github.com/airbytehq/airbyte/files/6817521/logs-54-2.txt) [loan_applications.txt](https://github.com/airbytehq/airbyte/files/6817522/loan_applications.txt)
priority
postgres cdc oom issue a user reported experiencing oom with postgres cdc the postgres cdc was migrated to use the new cdc abstraction which means its already using the capped queue the table loan applications is huge contains lots of columns and few of them being json columns containing big json blobs also has around records user was running the sync on xlarge machine the table is of in size rmenezes select pg size pretty pg total relation size loan applications pg size pretty mb row and json blobs can be as big bas bytes rmenezes select rmenezes max pg column size cross river loan rmenezes max pg column size derived values rmenezes max pg column size transunion prequal credit data rmenezes max pg column size transunion hard credit data rmenezes max pg column size socure fraud data rmenezes max pg column size experiment params rmenezes max pg column size start page query params rmenezes max pg column size smarty streets result rmenezes max pg column size offers rmenezes max pg column size selected offer rmenezes max pg column size pre application offer rmenezes max pg column size contract offer rmenezes max pg column size disburse offer rmenezes max pg column size possible first payment dates rmenezes max pg column size financial goals rmenezes from loan applications max max max max max max max max max max max max max max max my gut feeling is that this oom has to do with the json blobs being too big to fir in memory ref
1
5,905
2,580,654,802
IssuesEvent
2015-02-13 19:07:37
codeforamerica/content-team
https://api.github.com/repos/codeforamerica/content-team
opened
Fellowship Toolkit: Preparing Government Partners for the Program
copywriting/editing High priority
https://docs.google.com/a/codeforamerica.org/document/d/1fjpp7r2pCq91_dHD6XJop7NZBxxuP6nE_MGSIzUdXo0/edit - copy-edit and prepare for publishing @dschrimmer
1.0
Fellowship Toolkit: Preparing Government Partners for the Program - https://docs.google.com/a/codeforamerica.org/document/d/1fjpp7r2pCq91_dHD6XJop7NZBxxuP6nE_MGSIzUdXo0/edit - copy-edit and prepare for publishing @dschrimmer
priority
fellowship toolkit preparing government partners for the program copy edit and prepare for publishing dschrimmer
1
338,303
10,227,289,286
IssuesEvent
2019-08-16 20:19:31
python/mypy
https://api.github.com/repos/python/mypy
closed
super().__init_subclass__() fails
bug false-positive priority-0-high
``` $ mypy bin/insubcl.py bin/insubcl.py:3: error: Too few arguments for "__init_subclass__" of "object" $ cat bin/insubcl.py class X: def __init_subclass__(cls) -> None: super().__init_subclass__() $ mypy --version mypy 0.730+dev.36fcf1d5aa0f5656ac367bc66aba6e390f82ea9a.dirty ``` This code works correctly at runtime and the latest release accepts it.
1.0
super().__init_subclass__() fails - ``` $ mypy bin/insubcl.py bin/insubcl.py:3: error: Too few arguments for "__init_subclass__" of "object" $ cat bin/insubcl.py class X: def __init_subclass__(cls) -> None: super().__init_subclass__() $ mypy --version mypy 0.730+dev.36fcf1d5aa0f5656ac367bc66aba6e390f82ea9a.dirty ``` This code works correctly at runtime and the latest release accepts it.
priority
super init subclass fails mypy bin insubcl py bin insubcl py error too few arguments for init subclass of object cat bin insubcl py class x def init subclass cls none super init subclass mypy version mypy dev dirty this code works correctly at runtime and the latest release accepts it
1
243,834
7,867,750,374
IssuesEvent
2018-06-23 12:55:12
OpenRefine/OpenRefine
https://api.github.com/repos/OpenRefine/OpenRefine
closed
Using "Apply to All Identical Cells" gives error when cell contains Number or Boolean
bug priority-High
When reporting a bug please provide the following information to help reproduce the bug: #### Version of OpenRefine used (Google Refine 2.6, OpenRefine2.8, an other distribution?): 3.0 Beta #### Steps followed to create the issue: Edit two cells to contain the same Number or Boolean Click edit in one of the cell, change the value, and click "Apply to All Identical Cells" #### Current Results: Error in pop-up: JSONArray[0] not a string. #### Expected Results: The identical cells should all update to the edited value See also #332
1.0
Using "Apply to All Identical Cells" gives error when cell contains Number or Boolean - When reporting a bug please provide the following information to help reproduce the bug: #### Version of OpenRefine used (Google Refine 2.6, OpenRefine2.8, an other distribution?): 3.0 Beta #### Steps followed to create the issue: Edit two cells to contain the same Number or Boolean Click edit in one of the cell, change the value, and click "Apply to All Identical Cells" #### Current Results: Error in pop-up: JSONArray[0] not a string. #### Expected Results: The identical cells should all update to the edited value See also #332
priority
using apply to all identical cells gives error when cell contains number or boolean when reporting a bug please provide the following information to help reproduce the bug version of openrefine used google refine an other distribution beta steps followed to create the issue edit two cells to contain the same number or boolean click edit in one of the cell change the value and click apply to all identical cells current results error in pop up jsonarray not a string expected results the identical cells should all update to the edited value see also
1
693,700
23,786,503,211
IssuesEvent
2022-09-02 10:36:13
pacstall/libpacstall
https://api.github.com/repos/pacstall/libpacstall
closed
Write config parser
enhancement high priority config
The config file should be in the [toml](https://toml.io/en/) format, and should be stored in `/etc/pacstall/config.toml` (allow this location to be customized). Progress: * https://github.com/pacstall/libpacstall/pull/13
1.0
Write config parser - The config file should be in the [toml](https://toml.io/en/) format, and should be stored in `/etc/pacstall/config.toml` (allow this location to be customized). Progress: * https://github.com/pacstall/libpacstall/pull/13
priority
write config parser the config file should be in the format and should be stored in etc pacstall config toml allow this location to be customized progress
1
480,184
13,837,447,218
IssuesEvent
2020-10-14 03:42:01
naipaka/NextSunnyDay-iOS
https://api.github.com/repos/naipaka/NextSunnyDay-iOS
closed
次の晴れの日Widgetの元となるViewを実装
enhancement priority: high type: features
# 概要 次の晴れの日Widgetの元となるViewを実装する # 対応内容 - [x] UI実装 - [x] MediumサイズView実装 - [x] SmallサイズView実装 - [x] ViewModel実装 - [x] `NextSunnyDayViewModel`実装 - [x] `DailyForecastEntity`に`cityName`項目追加 - [x] MediumサイズViewにViewModelを注入 - [x] SmallサイズViewにViewModelを注入 - [x] `HomeViewModel`のoutputに`NextSunnyDayViewModel`の元データとなるものを設定 - [x] それを`HomeView`で受け取って、`NextSunnyDayView`にViewModel注入して渡す
1.0
次の晴れの日Widgetの元となるViewを実装 - # 概要 次の晴れの日Widgetの元となるViewを実装する # 対応内容 - [x] UI実装 - [x] MediumサイズView実装 - [x] SmallサイズView実装 - [x] ViewModel実装 - [x] `NextSunnyDayViewModel`実装 - [x] `DailyForecastEntity`に`cityName`項目追加 - [x] MediumサイズViewにViewModelを注入 - [x] SmallサイズViewにViewModelを注入 - [x] `HomeViewModel`のoutputに`NextSunnyDayViewModel`の元データとなるものを設定 - [x] それを`HomeView`で受け取って、`NextSunnyDayView`にViewModel注入して渡す
priority
次の晴れの日widgetの元となるviewを実装 概要 次の晴れの日widgetの元となるviewを実装する 対応内容 ui実装 mediumサイズview実装 smallサイズview実装 viewmodel実装 nextsunnydayviewmodel 実装 dailyforecastentity に cityname 項目追加 mediumサイズviewにviewmodelを注入 smallサイズviewにviewmodelを注入 homeviewmodel のoutputに nextsunnydayviewmodel の元データとなるものを設定 それを homeview で受け取って、 nextsunnydayview にviewmodel注入して渡す
1
271,602
8,485,681,903
IssuesEvent
2018-10-26 08:36:38
NREL/EnergyPlus
https://api.github.com/repos/NREL/EnergyPlus
closed
SpaceGainsMonthly report is missing from eplustbl.csv
PriorityHigh
The SpaceGainsMonthly report isn't included in `eplustbl.csv` after upgrading to 8.9, but was there in 8.8. After debugging, I see that `FindItemInVariableList` in `DataOutputs.cc` is now case-sensitive, but the output variables are created in mixed-case. Changing it back to make `VariableName` uppercase results in the report being created. IDF: `1ZoneEvapCooler.idf` with these changes: OutputControl:Table:Style, Comma, !- Column Separator JtoKWH; ! Unit Conversion Output:Table:SummaryReports, SpaceGainsMonthly;
1.0
SpaceGainsMonthly report is missing from eplustbl.csv - The SpaceGainsMonthly report isn't included in `eplustbl.csv` after upgrading to 8.9, but was there in 8.8. After debugging, I see that `FindItemInVariableList` in `DataOutputs.cc` is now case-sensitive, but the output variables are created in mixed-case. Changing it back to make `VariableName` uppercase results in the report being created. IDF: `1ZoneEvapCooler.idf` with these changes: OutputControl:Table:Style, Comma, !- Column Separator JtoKWH; ! Unit Conversion Output:Table:SummaryReports, SpaceGainsMonthly;
priority
spacegainsmonthly report is missing from eplustbl csv the spacegainsmonthly report isn t included in eplustbl csv after upgrading to but was there in after debugging i see that finditeminvariablelist in dataoutputs cc is now case sensitive but the output variables are created in mixed case changing it back to make variablename uppercase results in the report being created idf idf with these changes outputcontrol table style comma column separator jtokwh unit conversion output table summaryreports spacegainsmonthly
1
737,455
25,517,418,710
IssuesEvent
2022-11-28 17:25:00
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
Windows tests frequently timeout
high priority module: windows module: ci triaged module: regression
### 🐛 Describe the bug See https://hud.pytorch.org/ci/pytorch/pytorch/master?name_filter=win-vs2019-cuda11.3-py3%20/%20test%20(default,%201,%202 And here are the examples of timeouts: https://github.com/pytorch/pytorch/actions/runs/1907050384 https://github.com/pytorch/pytorch/actions/runs/1903970575 https://github.com/pytorch/pytorch/actions/runs/1902319280 ### Versions N/A cc @ezyang @gchanan @zou3519 @peterjc123 @mszhanyi @skyline75489 @nbcsm @seemethere @malfet @pytorch/pytorch-dev-infra
1.0
Windows tests frequently timeout - ### 🐛 Describe the bug See https://hud.pytorch.org/ci/pytorch/pytorch/master?name_filter=win-vs2019-cuda11.3-py3%20/%20test%20(default,%201,%202 And here are the examples of timeouts: https://github.com/pytorch/pytorch/actions/runs/1907050384 https://github.com/pytorch/pytorch/actions/runs/1903970575 https://github.com/pytorch/pytorch/actions/runs/1902319280 ### Versions N/A cc @ezyang @gchanan @zou3519 @peterjc123 @mszhanyi @skyline75489 @nbcsm @seemethere @malfet @pytorch/pytorch-dev-infra
priority
windows tests frequently timeout 🐛 describe the bug see and here are the examples of timeouts versions n a cc ezyang gchanan mszhanyi nbcsm seemethere malfet pytorch pytorch dev infra
1
385,260
11,415,805,458
IssuesEvent
2020-02-02 13:31:29
DroidKaigi/conference-app-2020
https://api.github.com/repos/DroidKaigi/conference-app-2020
closed
iOS App announcement list
high priority welcome contribute
## Kind (Required) - Proposal / Discussion ## Overview (Required) - You can fetch announcment `ApiComponentKt.generateDroidKaigiApi().getAnnouncementsAsync` - https://github.com/DroidKaigi/conference-app-2020/blob/c4541d4948c0f8eef238f1e02ce7842e3ac4a9a8/ios-base/DroidKaigi%202020/ViewController.swift#L17 ![image](https://user-images.githubusercontent.com/1386930/72201734-7756b300-349a-11ea-88e8-a409ba27a173.png) ## Links -
1.0
iOS App announcement list - ## Kind (Required) - Proposal / Discussion ## Overview (Required) - You can fetch announcment `ApiComponentKt.generateDroidKaigiApi().getAnnouncementsAsync` - https://github.com/DroidKaigi/conference-app-2020/blob/c4541d4948c0f8eef238f1e02ce7842e3ac4a9a8/ios-base/DroidKaigi%202020/ViewController.swift#L17 ![image](https://user-images.githubusercontent.com/1386930/72201734-7756b300-349a-11ea-88e8-a409ba27a173.png) ## Links -
priority
ios app announcement list kind required proposal discussion overview required you can fetch announcment apicomponentkt generatedroidkaigiapi getannouncementsasync links
1
406,174
11,887,789,767
IssuesEvent
2020-03-28 03:59:16
AY1920S2-CS2103T-W17-2/main
https://api.github.com/repos/AY1920S2-CS2103T-W17-2/main
closed
Fix bug in OpenSuggestionCommand
priority.High type.Enhancement
Todo: - [ ] Update `model.setInput(displayText)` to `model.setInput(COMMAND_WORD + " " + PREFIX_TITLE + " " + displayText)` - [ ] Update `OpenSuggestionCommandTest` test case
1.0
Fix bug in OpenSuggestionCommand - Todo: - [ ] Update `model.setInput(displayText)` to `model.setInput(COMMAND_WORD + " " + PREFIX_TITLE + " " + displayText)` - [ ] Update `OpenSuggestionCommandTest` test case
priority
fix bug in opensuggestioncommand todo update model setinput displaytext to model setinput command word prefix title displaytext update opensuggestioncommandtest test case
1
290,853
8,908,492,520
IssuesEvent
2019-01-18 01:07:23
Polymer/lit-element
https://api.github.com/repos/Polymer/lit-element
closed
Extending does some "magic" for properties which reduces control
Priority: High Type: Maintenance
### Description Why do we have this magic of "auto" merging `static get properties()` while extending? Why not use a simple ` ...super.properties`? Doing this "magic" brings the following downsides: 1) When applying mixins that each have the same property it will execute requestUpdate for each definition. Use-case would be Mixins that work independently but can also be combined. ```js const MixinA = superclass => class MixinA extends superclass { static get properties() { return { name: { type: String }, }; } } const MixinB = superclass => class MixinB extends superclass { static get properties() { return { name: { type: String }, }; } } class CustomGreeting extends MixinA(LitElement) { // =>will execute 1 time class CustomGreeting extends MixinA(MixinB(LitElement)) { // =>will execute 2 times class CustomGreeting extends MixinA(MixinB(LitElement)) { static get properties() { return { name: { type: String }, }; } } // =>will execute 3 times ``` 2) When extending an element and using `...super.properties` it will execute requestUpdate for each definition. Use-case would be changing the property type on the extending element. ```js class MyBase extends LitElement { static get properties() { return { name: { type: String }, }; } } class ExtendGreeting extends MyBase { static get properties() { return { ...super.properties, name: { type: Number}, };} ``` #### Live Demo https://stackblitz.com/edit/lit-element-request-update-bug?file=index.html #### Expected Results One call to requestUpdate for changing properties. #### Actual Results Multiple calls to requestUpdate for each `static get properties` with the same name in the "extending tree". ### Browsers Affected - [x] Chrome ### Versions - lit-element: v2.0.0-rc.2
1.0
Extending does some "magic" for properties which reduces control - ### Description Why do we have this magic of "auto" merging `static get properties()` while extending? Why not use a simple ` ...super.properties`? Doing this "magic" brings the following downsides: 1) When applying mixins that each have the same property it will execute requestUpdate for each definition. Use-case would be Mixins that work independently but can also be combined. ```js const MixinA = superclass => class MixinA extends superclass { static get properties() { return { name: { type: String }, }; } } const MixinB = superclass => class MixinB extends superclass { static get properties() { return { name: { type: String }, }; } } class CustomGreeting extends MixinA(LitElement) { // =>will execute 1 time class CustomGreeting extends MixinA(MixinB(LitElement)) { // =>will execute 2 times class CustomGreeting extends MixinA(MixinB(LitElement)) { static get properties() { return { name: { type: String }, }; } } // =>will execute 3 times ``` 2) When extending an element and using `...super.properties` it will execute requestUpdate for each definition. Use-case would be changing the property type on the extending element. ```js class MyBase extends LitElement { static get properties() { return { name: { type: String }, }; } } class ExtendGreeting extends MyBase { static get properties() { return { ...super.properties, name: { type: Number}, };} ``` #### Live Demo https://stackblitz.com/edit/lit-element-request-update-bug?file=index.html #### Expected Results One call to requestUpdate for changing properties. #### Actual Results Multiple calls to requestUpdate for each `static get properties` with the same name in the "extending tree". ### Browsers Affected - [x] Chrome ### Versions - lit-element: v2.0.0-rc.2
priority
extending does some magic for properties which reduces control description why do we have this magic of auto merging static get properties while extending why not use a simple super properties doing this magic brings the following downsides when applying mixins that each have the same property it will execute requestupdate for each definition use case would be mixins that work independently but can also be combined js const mixina superclass class mixina extends superclass static get properties return name type string const mixinb superclass class mixinb extends superclass static get properties return name type string class customgreeting extends mixina litelement will execute time class customgreeting extends mixina mixinb litelement will execute times class customgreeting extends mixina mixinb litelement static get properties return name type string will execute times when extending an element and using super properties it will execute requestupdate for each definition use case would be changing the property type on the extending element js class mybase extends litelement static get properties return name type string class extendgreeting extends mybase static get properties return super properties name type number live demo expected results one call to requestupdate for changing properties actual results multiple calls to requestupdate for each static get properties with the same name in the extending tree browsers affected chrome versions lit element rc
1
377,482
11,171,580,623
IssuesEvent
2019-12-28 20:59:08
openmsupply/mobile
https://api.github.com/repos/openmsupply/mobile
opened
PrescriptionSummary should show the correct quantities
Docs: not needed Effort: small Feature Module: dispensary Priority: high
## Is your feature request related to a problem? Please describe. Currently the PrescriptionSummary is not showing the correct details for rows in a prescription. Only the item names. ## Describe the solution you'd like For the prescription summary to show the correct quantities ## Implementation N/A ## Describe alternatives you've considered N/A ## Additional context N/A
1.0
PrescriptionSummary should show the correct quantities - ## Is your feature request related to a problem? Please describe. Currently the PrescriptionSummary is not showing the correct details for rows in a prescription. Only the item names. ## Describe the solution you'd like For the prescription summary to show the correct quantities ## Implementation N/A ## Describe alternatives you've considered N/A ## Additional context N/A
priority
prescriptionsummary should show the correct quantities is your feature request related to a problem please describe currently the prescriptionsummary is not showing the correct details for rows in a prescription only the item names describe the solution you d like for the prescription summary to show the correct quantities implementation n a describe alternatives you ve considered n a additional context n a
1
679,775
23,244,700,025
IssuesEvent
2022-08-03 18:54:51
intel/cve-bin-tool
https://api.github.com/repos/intel/cve-bin-tool
closed
Feature request: highlight new/unexplored CVES on main page (HTML reports)
enhancement higher priority
Feature request received by email: >I will be great to see new (unexplored CVEs) on the main page. For example, some red flag or highlighted component in Products Scanned table. (It will be helpful when you will see new CVEs without checking details of each component).
1.0
Feature request: highlight new/unexplored CVES on main page (HTML reports) - Feature request received by email: >I will be great to see new (unexplored CVEs) on the main page. For example, some red flag or highlighted component in Products Scanned table. (It will be helpful when you will see new CVEs without checking details of each component).
priority
feature request highlight new unexplored cves on main page html reports feature request received by email i will be great to see new unexplored cves on the main page for example some red flag or highlighted component in products scanned table it will be helpful when you will see new cves without checking details of each component
1
449,693
12,973,595,083
IssuesEvent
2020-07-21 14:16:06
ansible/awx
https://api.github.com/repos/ansible/awx
closed
Add smart inventory add/edit forms
component:ui_next priority:high state:needs_devel type:feature
##### ISSUE TYPE - Feature Idea ##### SUMMARY Link to mockups: https://tower-mockups.testing.ansible.com/patternfly/inventories/inventories-smart-add/ Also related: https://github.com/ansible/awx/issues/5513 If it were me, I'd split this work up into 2 pieces. 1) Add basic add/edit support with a regular 'ol text field for `Smart Host Filter`. This field gets translated into a single string that looks something like `search=local and search=host`. 2) I'd add the interface for building/editing the `host_filter` field separately as it's arguably way more complicated than part 1. I'm going to do my best to describe how the `host_filter` field works. I've reached out to @chrismeyersfsu to see if he has any more documentation from back when we originally implemented this feature. `host_filter` is a string of N number of query params separated by ` and ` or ` or `. In the old UI, we don't support any _or_ searches. [There's an RFE out there for us to support them](https://github.com/ansible/awx/issues/3427). If we can figure out how to do that with this interface that'd be a big win. To achieve this before, the old UI presented the user with a search bar and a list of all hosts. Each search param would get encoded and then concatenated into one string with ` and ` as the separator before being POSTed to the API. Here's an example of an `or` string `"(name__icontains=host1) or (name__icontains=host2) or (name__icontains=host3)"`. Currently you have to do this by interacting directly with the API. An `and` string would look like `"name__icontains=local and name__icontains=host"` If we do end up supporting `or` then we'll have to figure out if we want to support mixing the two (if that's possible) and how to syntactically do that. I'm not sure that we have specific mockups for the host_filter portion of this. Whoever picks this up will need to work with UXD to figure out the best path forward. It's possible that we somewhat repeat what we did before but lets see if we can improve upon that design as it's fairly rigid and not particularly user friendly.
1.0
Add smart inventory add/edit forms - ##### ISSUE TYPE - Feature Idea ##### SUMMARY Link to mockups: https://tower-mockups.testing.ansible.com/patternfly/inventories/inventories-smart-add/ Also related: https://github.com/ansible/awx/issues/5513 If it were me, I'd split this work up into 2 pieces. 1) Add basic add/edit support with a regular 'ol text field for `Smart Host Filter`. This field gets translated into a single string that looks something like `search=local and search=host`. 2) I'd add the interface for building/editing the `host_filter` field separately as it's arguably way more complicated than part 1. I'm going to do my best to describe how the `host_filter` field works. I've reached out to @chrismeyersfsu to see if he has any more documentation from back when we originally implemented this feature. `host_filter` is a string of N number of query params separated by ` and ` or ` or `. In the old UI, we don't support any _or_ searches. [There's an RFE out there for us to support them](https://github.com/ansible/awx/issues/3427). If we can figure out how to do that with this interface that'd be a big win. To achieve this before, the old UI presented the user with a search bar and a list of all hosts. Each search param would get encoded and then concatenated into one string with ` and ` as the separator before being POSTed to the API. Here's an example of an `or` string `"(name__icontains=host1) or (name__icontains=host2) or (name__icontains=host3)"`. Currently you have to do this by interacting directly with the API. An `and` string would look like `"name__icontains=local and name__icontains=host"` If we do end up supporting `or` then we'll have to figure out if we want to support mixing the two (if that's possible) and how to syntactically do that. I'm not sure that we have specific mockups for the host_filter portion of this. Whoever picks this up will need to work with UXD to figure out the best path forward. It's possible that we somewhat repeat what we did before but lets see if we can improve upon that design as it's fairly rigid and not particularly user friendly.
priority
add smart inventory add edit forms issue type feature idea summary link to mockups also related if it were me i d split this work up into pieces add basic add edit support with a regular ol text field for smart host filter this field gets translated into a single string that looks something like search local and search host i d add the interface for building editing the host filter field separately as it s arguably way more complicated than part i m going to do my best to describe how the host filter field works i ve reached out to chrismeyersfsu to see if he has any more documentation from back when we originally implemented this feature host filter is a string of n number of query params separated by and or or in the old ui we don t support any or searches if we can figure out how to do that with this interface that d be a big win to achieve this before the old ui presented the user with a search bar and a list of all hosts each search param would get encoded and then concatenated into one string with and as the separator before being posted to the api here s an example of an or string name icontains or name icontains or name icontains currently you have to do this by interacting directly with the api an and string would look like name icontains local and name icontains host if we do end up supporting or then we ll have to figure out if we want to support mixing the two if that s possible and how to syntactically do that i m not sure that we have specific mockups for the host filter portion of this whoever picks this up will need to work with uxd to figure out the best path forward it s possible that we somewhat repeat what we did before but lets see if we can improve upon that design as it s fairly rigid and not particularly user friendly
1
741,406
25,794,040,161
IssuesEvent
2022-12-10 10:59:47
Razvan00Rusu/SOMAS2022-Team6
https://api.github.com/repos/Razvan00Rusu/SOMAS2022-Team6
opened
Add Social Capital Values
high priority
- [ ] Bravery - [ ] Generosity - [ ] Similarity - [ ] Trust - [ ] Leadership Add the above values to the agent implementation. This includes adding to the Agent struct, and implementing updates to the values. These updates should be based on the presentation. Any deviations from the presentation should be logged in this issue. Values should range from 0-100, with all values initialised to 50.
1.0
Add Social Capital Values - - [ ] Bravery - [ ] Generosity - [ ] Similarity - [ ] Trust - [ ] Leadership Add the above values to the agent implementation. This includes adding to the Agent struct, and implementing updates to the values. These updates should be based on the presentation. Any deviations from the presentation should be logged in this issue. Values should range from 0-100, with all values initialised to 50.
priority
add social capital values bravery generosity similarity trust leadership add the above values to the agent implementation this includes adding to the agent struct and implementing updates to the values these updates should be based on the presentation any deviations from the presentation should be logged in this issue values should range from with all values initialised to
1
323,847
9,879,636,877
IssuesEvent
2019-06-24 10:30:16
geosolutions-it/sciadro-backend
https://api.github.com/repos/geosolutions-it/sciadro-backend
closed
Implement video format conversion from AVI to MP4
Backend Priority: High Project: C098 SCIADRO
Mission video must be served in MP4 format. Implement video file conversion: if the video file has .avi format we have to convet it to mp4 (the .avi format is not well supported by browsers).
1.0
Implement video format conversion from AVI to MP4 - Mission video must be served in MP4 format. Implement video file conversion: if the video file has .avi format we have to convet it to mp4 (the .avi format is not well supported by browsers).
priority
implement video format conversion from avi to mission video must be served in format implement video file conversion if the video file has avi format we have to convet it to the avi format is not well supported by browsers
1
818,917
30,710,993,489
IssuesEvent
2023-07-27 09:46:00
KinsonDigital/Velaptor
https://api.github.com/repos/KinsonDigital/Velaptor
closed
🚧Update workflows
♻️cicd high priority preview
### Complete The Item Below - [X] I have updated the title without removing the 🚧 emoji. ### Description Update all of the workflows that use reusable workflows to the latest version of the _**Infrastructure**_ repository. 1. Also, update the name of the `run-release` job in the _**release.yml**_ workflow. Update the name as below: ```diff - name: Performing ${{ inputs.release_type }} Release of ${{ vars.PROJECT_NAME }} ${{ inputs.dry-run == true && '(Dry Run)' || '' }} + name: Performing ${{ inputs.release_type }} Release of ${{ vars.PROJECT_NAME }} (${{ needs.determine_build_config.outputs.build-config }}) ``` 2. Remove the `determine_build_config` job and hard code the `build-config` arg value to _**Debug**_ for the _**build-csharp-project**_ reusable workflow reference. > **Note** Do this for both the build and test status check workflows > **Warning** Pay attention to the VSCode tooling (extension) to see if it lints > anything that is not working. New workflow inputs and breaking changes exist. ### Acceptance Criteria - [x] All reusable workflow references updated to latest **Infrastructure** version - [x] Job name updated in the _**release.yml**_ workflow - [x] Update the build status check workflow - [x] The `determine_build_config` job removed - [x] The `build-config` reusable workflow input value hard code to **Debug** - [x] Update the unit test status check workflow - [x] The `determine_build_config` job removed - [x] The `build-config` reusable workflow input value hard code to **Debug** - [x] Prepare release workflow created - [x] Update all references of `CICD_REST_API` to `CICD_TOKEN` - [x] All pwsh `echo` commands are converted to `Write-Host`. - [x] All workflows with console writes use a GitHub workflow command ### ToDo Items - [X] Change type labels added to this issue. Refer to the _**Change Type Labels**_ section below. - [X] Priority label added to this issue. Refer to the _**Priority Type Labels**_ section below. - [X] Issue linked to the correct project _(if applicable)_. - [X] Issue linked to the correct milestone _(if applicable)_. - [x] Draft pull request created and linked to this issue _(only required with code changes)_. ### Issue Dependencies _No response_ ### Related Work _No response_ ### Additional Information: **_<details closed><summary>Change Type Labels</summary>_** | Change Type | Label | |---------------------|----------------------| | Bug Fixes | `🐛bug` | | Breaking Changes | `🧨breaking changes` | | New Feature | `✨new feature` | | CICD Changes | `♻️cicd` | | Code Doc Changes | `🗒️documentation/code` | | Product Doc Changes | `📝documentation/product` | </details> **_<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. <!--closed-by-pr:645-->
1.0
🚧Update workflows - ### Complete The Item Below - [X] I have updated the title without removing the 🚧 emoji. ### Description Update all of the workflows that use reusable workflows to the latest version of the _**Infrastructure**_ repository. 1. Also, update the name of the `run-release` job in the _**release.yml**_ workflow. Update the name as below: ```diff - name: Performing ${{ inputs.release_type }} Release of ${{ vars.PROJECT_NAME }} ${{ inputs.dry-run == true && '(Dry Run)' || '' }} + name: Performing ${{ inputs.release_type }} Release of ${{ vars.PROJECT_NAME }} (${{ needs.determine_build_config.outputs.build-config }}) ``` 2. Remove the `determine_build_config` job and hard code the `build-config` arg value to _**Debug**_ for the _**build-csharp-project**_ reusable workflow reference. > **Note** Do this for both the build and test status check workflows > **Warning** Pay attention to the VSCode tooling (extension) to see if it lints > anything that is not working. New workflow inputs and breaking changes exist. ### Acceptance Criteria - [x] All reusable workflow references updated to latest **Infrastructure** version - [x] Job name updated in the _**release.yml**_ workflow - [x] Update the build status check workflow - [x] The `determine_build_config` job removed - [x] The `build-config` reusable workflow input value hard code to **Debug** - [x] Update the unit test status check workflow - [x] The `determine_build_config` job removed - [x] The `build-config` reusable workflow input value hard code to **Debug** - [x] Prepare release workflow created - [x] Update all references of `CICD_REST_API` to `CICD_TOKEN` - [x] All pwsh `echo` commands are converted to `Write-Host`. - [x] All workflows with console writes use a GitHub workflow command ### ToDo Items - [X] Change type labels added to this issue. Refer to the _**Change Type Labels**_ section below. - [X] Priority label added to this issue. Refer to the _**Priority Type Labels**_ section below. - [X] Issue linked to the correct project _(if applicable)_. - [X] Issue linked to the correct milestone _(if applicable)_. - [x] Draft pull request created and linked to this issue _(only required with code changes)_. ### Issue Dependencies _No response_ ### Related Work _No response_ ### Additional Information: **_<details closed><summary>Change Type Labels</summary>_** | Change Type | Label | |---------------------|----------------------| | Bug Fixes | `🐛bug` | | Breaking Changes | `🧨breaking changes` | | New Feature | `✨new feature` | | CICD Changes | `♻️cicd` | | Code Doc Changes | `🗒️documentation/code` | | Product Doc Changes | `📝documentation/product` | </details> **_<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. <!--closed-by-pr:645-->
priority
🚧update workflows complete the item below i have updated the title without removing the 🚧 emoji description update all of the workflows that use reusable workflows to the latest version of the infrastructure repository also update the name of the run release job in the release yml workflow update the name as below diff name performing inputs release type release of vars project name inputs dry run true dry run name performing inputs release type release of vars project name needs determine build config outputs build config remove the determine build config job and hard code the build config arg value to debug for the build csharp project reusable workflow reference note do this for both the build and test status check workflows warning pay attention to the vscode tooling extension to see if it lints anything that is not working new workflow inputs and breaking changes exist acceptance criteria all reusable workflow references updated to latest infrastructure version job name updated in the release yml workflow update the build status check workflow the determine build config job removed the build config reusable workflow input value hard code to debug update the unit test status check workflow the determine build config job removed the build config reusable workflow input value hard code to debug prepare release workflow created update all references of cicd rest api to cicd token all pwsh echo commands are converted to write host all workflows with console writes use a github workflow command todo items change type labels added to this issue refer to the change type labels section below priority label added to this issue refer to the priority type labels section below issue linked to the correct project if applicable issue linked to the correct milestone if applicable draft pull request created and linked to this issue only required with code changes issue dependencies no response related work no response additional information change type labels change type label bug fixes 🐛bug breaking changes 🧨breaking changes new feature ✨new feature cicd changes ♻️cicd code doc changes 🗒️documentation code product doc changes 📝documentation product 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
727,976
25,061,604,515
IssuesEvent
2022-11-07 02:37:29
CAFECA-IO/TideBitEx
https://api.github.com/repos/CAFECA-IO/TideBitEx
closed
部署TideBit staging環境
enhancement 8 high priority pending
[TideBit-Lagacy](https://github.com/CAFECA-IO/TideBit-Lagacy) - need Ubuntu 14.04 LTS 2C 4G - bitcoin rpc - eth rpc - Siacoin rpc - Zcash rpc --- 不確定是否必要,或許可以用config取消不要有,留1小時確認config或找公開的rpc - Siacoin rpc - Zcash rpc --- - 3點前裝好基本環境 - Ruby - MySQL - Redis - RabbitMQ - Node.js & Gulp - 4點前完成peatio-enterprise最基礎架設,可看到web畫面 - 5點前完成完整配置 --- fix install step Node.js 和 gulp ```sh curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - sudo apt-get install -y nodejs sudo npm install -g gulp ``` 通过 rbenv 安装 Ruby 2.3.8: ``` rbenv install 2.3.8 rbenv global 2.3.8 ``` Install bundler ``` echo "gem: --no-ri --no-rdoc" > ~/.gemrc gem install bundler -v '~>1' rbenv rehash ``` Hello Peatio ``` bundle update --conservative mimemagic bundle install ```
1.0
部署TideBit staging環境 - [TideBit-Lagacy](https://github.com/CAFECA-IO/TideBit-Lagacy) - need Ubuntu 14.04 LTS 2C 4G - bitcoin rpc - eth rpc - Siacoin rpc - Zcash rpc --- 不確定是否必要,或許可以用config取消不要有,留1小時確認config或找公開的rpc - Siacoin rpc - Zcash rpc --- - 3點前裝好基本環境 - Ruby - MySQL - Redis - RabbitMQ - Node.js & Gulp - 4點前完成peatio-enterprise最基礎架設,可看到web畫面 - 5點前完成完整配置 --- fix install step Node.js 和 gulp ```sh curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - sudo apt-get install -y nodejs sudo npm install -g gulp ``` 通过 rbenv 安装 Ruby 2.3.8: ``` rbenv install 2.3.8 rbenv global 2.3.8 ``` Install bundler ``` echo "gem: --no-ri --no-rdoc" > ~/.gemrc gem install bundler -v '~>1' rbenv rehash ``` Hello Peatio ``` bundle update --conservative mimemagic bundle install ```
priority
部署tidebit staging環境 need ubuntu lts bitcoin rpc eth rpc siacoin rpc zcash rpc 不確定是否必要,或許可以用config取消不要有, siacoin rpc zcash rpc ruby mysql redis rabbitmq node js gulp enterprise最基礎架設,可看到web畫面 fix install step node js 和 gulp sh curl sl sudo e bash sudo apt get install y nodejs sudo npm install g gulp 通过 rbenv 安装 ruby : rbenv install rbenv global install bundler echo gem no ri no rdoc gemrc gem install bundler v rbenv rehash hello peatio bundle update conservative mimemagic bundle install
1
297,598
9,179,134,117
IssuesEvent
2019-03-05 01:52:47
ninja-stack/a-zhare
https://api.github.com/repos/ninja-stack/a-zhare
closed
[UI] News Feed (Community)
high priority ui
## What page News Feed Page (Community) ## Description This page is split into 2 parts. First part is the sidebar and second part is the content. For the content, it shows a news feed full of post from current community. There will be a box to submit post as well. ## Acceptance Criteria - [x] The page should have a sidebar on the left side. - [x] The page should have a navigation bar at the top - [x] The page should have a card with input to submit posts - [x] The page should have a list of card (recent 10) containing post from current community. - [x] The post card should have poster and community name with the post content
1.0
[UI] News Feed (Community) - ## What page News Feed Page (Community) ## Description This page is split into 2 parts. First part is the sidebar and second part is the content. For the content, it shows a news feed full of post from current community. There will be a box to submit post as well. ## Acceptance Criteria - [x] The page should have a sidebar on the left side. - [x] The page should have a navigation bar at the top - [x] The page should have a card with input to submit posts - [x] The page should have a list of card (recent 10) containing post from current community. - [x] The post card should have poster and community name with the post content
priority
news feed community what page news feed page community description this page is split into parts first part is the sidebar and second part is the content for the content it shows a news feed full of post from current community there will be a box to submit post as well acceptance criteria the page should have a sidebar on the left side the page should have a navigation bar at the top the page should have a card with input to submit posts the page should have a list of card recent containing post from current community the post card should have poster and community name with the post content
1
88,164
3,774,233,855
IssuesEvent
2016-03-17 08:14:48
dzavalishin/phantomuserland
https://api.github.com/repos/dzavalishin/phantomuserland
closed
uhci mutex still inited twice if 2 USB devices exist
bug Component-Kernel help wanted Priority-High
``` usb/usb_enumerate: hub 0x489cd10 usb/usb_enumerate: Look at port 0 Panic: init mutex! ```
1.0
uhci mutex still inited twice if 2 USB devices exist - ``` usb/usb_enumerate: hub 0x489cd10 usb/usb_enumerate: Look at port 0 Panic: init mutex! ```
priority
uhci mutex still inited twice if usb devices exist  usb enumerate hub   usb enumerate look at port  panic init mutex
1
268,813
8,414,878,298
IssuesEvent
2018-10-13 08:17:42
poush/H2
https://api.github.com/repos/poush/H2
closed
Add a shortcut key to quit application
Hacktoberfest good first issue priority=>High
I realize when testing the actively developed branched or the alpha release, there can be a scenario when the app might become unresponsive and window frame controls get frozen. To ensure, there is an option to exit the app in any of such cases, we should consider adding a shortcut which will quit the application as the usual one won't work at least in OSX as the app runs without dock and menu. I would suggest here `Cmd/Control + H + Q ` which will call `app.quit()`
1.0
Add a shortcut key to quit application - I realize when testing the actively developed branched or the alpha release, there can be a scenario when the app might become unresponsive and window frame controls get frozen. To ensure, there is an option to exit the app in any of such cases, we should consider adding a shortcut which will quit the application as the usual one won't work at least in OSX as the app runs without dock and menu. I would suggest here `Cmd/Control + H + Q ` which will call `app.quit()`
priority
add a shortcut key to quit application i realize when testing the actively developed branched or the alpha release there can be a scenario when the app might become unresponsive and window frame controls get frozen to ensure there is an option to exit the app in any of such cases we should consider adding a shortcut which will quit the application as the usual one won t work at least in osx as the app runs without dock and menu i would suggest here cmd control h q which will call app quit
1
223,787
7,460,674,725
IssuesEvent
2018-03-30 20:50:05
jmschles/rubetymbot
https://api.github.com/repos/jmschles/rubetymbot
closed
Indent block quotes
ERMAHGERD SUPER HIGH PRIORITY
This would involve using Nokogiri to scan for `blockquote` tags and prepending `> ` text nodes to them before converting the whole blob to text.
1.0
Indent block quotes - This would involve using Nokogiri to scan for `blockquote` tags and prepending `> ` text nodes to them before converting the whole blob to text.
priority
indent block quotes this would involve using nokogiri to scan for blockquote tags and prepending text nodes to them before converting the whole blob to text
1
566,281
16,817,394,764
IssuesEvent
2021-06-17 09:00:30
cthit/Gamma
https://api.github.com/repos/cthit/Gamma
closed
The Redis cache is really large
Priority: High Status: In Progress Type: Bug Type: Maintenance Where: Backend
Right now, there is a bug that causes Redis to cache about 2 million instances of admin logins
1.0
The Redis cache is really large - Right now, there is a bug that causes Redis to cache about 2 million instances of admin logins
priority
the redis cache is really large right now there is a bug that causes redis to cache about million instances of admin logins
1
194,809
6,899,384,253
IssuesEvent
2017-11-24 13:34:51
vanilla-framework/vanilla-framework
https://api.github.com/repos/vanilla-framework/vanilla-framework
closed
.p-link still uses CSS mask despite limited browser support
Priority: High Status: Review Type: Bug
CSS Mask should not be used as it is not supported in IE at all and has very limited support in Firefox.
1.0
.p-link still uses CSS mask despite limited browser support - CSS Mask should not be used as it is not supported in IE at all and has very limited support in Firefox.
priority
p link still uses css mask despite limited browser support css mask should not be used as it is not supported in ie at all and has very limited support in firefox
1
46,699
2,964,491,265
IssuesEvent
2015-07-10 16:56:48
Arabidopsis-Information-Portal/adama
https://api.github.com/repos/Arabidopsis-Information-Portal/adama
closed
Add a monitor for stale containers
enhancement high priority
Monitor container workers, restart busy workers after a timeout, and restart periodically free workers to avoid persistent state.
1.0
Add a monitor for stale containers - Monitor container workers, restart busy workers after a timeout, and restart periodically free workers to avoid persistent state.
priority
add a monitor for stale containers monitor container workers restart busy workers after a timeout and restart periodically free workers to avoid persistent state
1
397,903
11,735,019,895
IssuesEvent
2020-03-11 10:22:52
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
opened
Annotation definition syntax highlighting not working
Area/Tooling Component/SyntaxHighlighting Priority/High Type/Bug
**Description:** Refer the following screen capture ![Screenshot 2020-03-11 at 15 50 15](https://user-images.githubusercontent.com/1329674/76406728-41f21700-63b0-11ea-829a-e59b78b26bc3.png) **Affected Versions:** v1.2.0-SNAPSHOT at least
1.0
Annotation definition syntax highlighting not working - **Description:** Refer the following screen capture ![Screenshot 2020-03-11 at 15 50 15](https://user-images.githubusercontent.com/1329674/76406728-41f21700-63b0-11ea-829a-e59b78b26bc3.png) **Affected Versions:** v1.2.0-SNAPSHOT at least
priority
annotation definition syntax highlighting not working description refer the following screen capture affected versions snapshot at least
1
98,075
4,016,483,692
IssuesEvent
2016-05-15 16:40:06
SaturdayNeighborhoodHealthClinic/osler
https://api.github.com/repos/SaturdayNeighborhoodHealthClinic/osler
closed
Workup "submit" -> "next"
enhancement high priority
It is confusing when there is a submit button at the end of every tab. People think each one is a separate submission. Goes with an earlier issue, but some way of having a Save Data, and Save and Submit buttons.
1.0
Workup "submit" -> "next" - It is confusing when there is a submit button at the end of every tab. People think each one is a separate submission. Goes with an earlier issue, but some way of having a Save Data, and Save and Submit buttons.
priority
workup submit next it is confusing when there is a submit button at the end of every tab people think each one is a separate submission goes with an earlier issue but some way of having a save data and save and submit buttons
1
251,380
8,014,504,498
IssuesEvent
2018-07-25 06:48:27
kapow-wp/kapow-setup
https://api.github.com/repos/kapow-wp/kapow-setup
closed
Create installation script for second-time users
Priority: High Status: Pending Type: Enhancement
We need a script that performs many of the tasks that initial set-up script does, just without the GitHub repository creation, label housekeeping etc. The use case is when another team member clones the project to begin work, but needs to install WP, database etc.
1.0
Create installation script for second-time users - We need a script that performs many of the tasks that initial set-up script does, just without the GitHub repository creation, label housekeeping etc. The use case is when another team member clones the project to begin work, but needs to install WP, database etc.
priority
create installation script for second time users we need a script that performs many of the tasks that initial set up script does just without the github repository creation label housekeeping etc the use case is when another team member clones the project to begin work but needs to install wp database etc
1
581,333
17,291,482,662
IssuesEvent
2021-07-24 21:12:09
airbytehq/airbyte
https://api.github.com/repos/airbytehq/airbyte
closed
Shopify integration schema discrepancy (products.json)
area/connectors lang/python priority/high type/bug
## Enviroment - **Airbyte version**: 0.27.3-alpha - **OS Version / Instance**: irrelevant - **Deployment**: Docker - **Source Connector and version**: 0.1.10 - **Destination Connector and version**: Irrelevant - **Severity**: Medium / High - **Step where error happened**: Create source ## Current Behavior Currently, the schema/products.json file in the Shopify integration describes the response schema of REST API [https://shopify.dev/api/admin/rest/reference/shipping-and-fulfillment/fulfillment](url) ## Expected Behavior It should instead describe the response schema of REST API [https://shopify.dev/api/admin/rest/reference/products/product#index-2021-07](url) according to the documentation ## Logs N/A ## Steps to Reproduce 1. Retrieve the schema from a shopify source 2. Expecting schema of products 3. Instead getting schema of fulfillments ## Are you willing to submit a PR? Not at the moment.
1.0
Shopify integration schema discrepancy (products.json) - ## Enviroment - **Airbyte version**: 0.27.3-alpha - **OS Version / Instance**: irrelevant - **Deployment**: Docker - **Source Connector and version**: 0.1.10 - **Destination Connector and version**: Irrelevant - **Severity**: Medium / High - **Step where error happened**: Create source ## Current Behavior Currently, the schema/products.json file in the Shopify integration describes the response schema of REST API [https://shopify.dev/api/admin/rest/reference/shipping-and-fulfillment/fulfillment](url) ## Expected Behavior It should instead describe the response schema of REST API [https://shopify.dev/api/admin/rest/reference/products/product#index-2021-07](url) according to the documentation ## Logs N/A ## Steps to Reproduce 1. Retrieve the schema from a shopify source 2. Expecting schema of products 3. Instead getting schema of fulfillments ## Are you willing to submit a PR? Not at the moment.
priority
shopify integration schema discrepancy products json enviroment airbyte version alpha os version instance irrelevant deployment docker source connector and version destination connector and version irrelevant severity medium high step where error happened create source current behavior currently the schema products json file in the shopify integration describes the response schema of rest api url expected behavior it should instead describe the response schema of rest api url according to the documentation logs n a steps to reproduce retrieve the schema from a shopify source expecting schema of products instead getting schema of fulfillments are you willing to submit a pr not at the moment
1
420,554
12,239,615,018
IssuesEvent
2020-05-04 22:04:10
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[docdb] Using yb-admin to remove a dead master from the quorum is broken
area/docdb priority/high
Listing all masters: ```I0417 14:52:29.347506 25915 mem_tracker.cc:249] MemTracker: hard memory limit is 26.316509 GB I0417 14:52:29.347636 25915 mem_tracker.cc:251] MemTracker: soft memory limit is 22.369032 GB Master UUID RPC Host/Port State Role dd895d89df57496ba2f4fe6c3222d2e1 IP1:PORT TIMED_OUT UNKNOWN 04bc7f105ed4494ca72e6bf5185be4f9 IP2:PORT NETWORK_ERROR UNKNOWN 5dee76e9f4cd470390f9ffb7d3b76995 IP3:PORT NETWORK_ERROR UNKNOWN 6456a23f81cf4f5db5635f5bd4dd2d1d IP4:PORT ALIVE FOLLOWER 06ebbbb98ea3404aa986a06a480a3770 IP5:PORT ALIVE FOLLOWER 024d2bdefa35470bb85dab382dac91fb IP6:PORT ALIVE LEADER ``` Trying to remove any of the bad ones (1-3) leads to a 15s timeout due to connect errors, but with non useful logging, ie: no info about where the error is coming from (yb-admin vs server) This seems like something that used to work, so I'm worried it might be a recent regression.
1.0
[docdb] Using yb-admin to remove a dead master from the quorum is broken - Listing all masters: ```I0417 14:52:29.347506 25915 mem_tracker.cc:249] MemTracker: hard memory limit is 26.316509 GB I0417 14:52:29.347636 25915 mem_tracker.cc:251] MemTracker: soft memory limit is 22.369032 GB Master UUID RPC Host/Port State Role dd895d89df57496ba2f4fe6c3222d2e1 IP1:PORT TIMED_OUT UNKNOWN 04bc7f105ed4494ca72e6bf5185be4f9 IP2:PORT NETWORK_ERROR UNKNOWN 5dee76e9f4cd470390f9ffb7d3b76995 IP3:PORT NETWORK_ERROR UNKNOWN 6456a23f81cf4f5db5635f5bd4dd2d1d IP4:PORT ALIVE FOLLOWER 06ebbbb98ea3404aa986a06a480a3770 IP5:PORT ALIVE FOLLOWER 024d2bdefa35470bb85dab382dac91fb IP6:PORT ALIVE LEADER ``` Trying to remove any of the bad ones (1-3) leads to a 15s timeout due to connect errors, but with non useful logging, ie: no info about where the error is coming from (yb-admin vs server) This seems like something that used to work, so I'm worried it might be a recent regression.
priority
using yb admin to remove a dead master from the quorum is broken listing all masters mem tracker cc memtracker hard memory limit is gb mem tracker cc memtracker soft memory limit is gb master uuid rpc host port state role port timed out unknown port network error unknown port network error unknown port alive follower port alive follower port alive leader trying to remove any of the bad ones leads to a timeout due to connect errors but with non useful logging ie no info about where the error is coming from yb admin vs server this seems like something that used to work so i m worried it might be a recent regression
1
551,160
16,163,760,392
IssuesEvent
2021-05-01 05:24:19
thzidaan/Web-Scraper
https://api.github.com/repos/thzidaan/Web-Scraper
closed
[Dev Task] Output the scraped results for Aliexpress in Excel
Dev Task Priority (High) Risk (Med)
**User Story** [Scraping Aliexpress](https://github.com/thzidaan/Web-Scraper/issues/6) **Details** Have the output in a file compatible with Excel **Story Points** Story Points : 1
1.0
[Dev Task] Output the scraped results for Aliexpress in Excel - **User Story** [Scraping Aliexpress](https://github.com/thzidaan/Web-Scraper/issues/6) **Details** Have the output in a file compatible with Excel **Story Points** Story Points : 1
priority
output the scraped results for aliexpress in excel user story details have the output in a file compatible with excel story points story points
1
543,595
15,883,842,902
IssuesEvent
2021-04-09 17:59:00
AY2021S2-CS2103T-W10-4/tp
https://api.github.com/repos/AY2021S2-CS2103T-W10-4/tp
closed
Roll back changes where 1 student can have multiple appointments
priority.High
1 student should only have 1 appointment
1.0
Roll back changes where 1 student can have multiple appointments - 1 student should only have 1 appointment
priority
roll back changes where student can have multiple appointments student should only have appointment
1
62,061
3,167,888,574
IssuesEvent
2015-09-22 00:54:46
Planteome/plant-ontology
https://api.github.com/repos/Planteome/plant-ontology
closed
venter
bryophytes high priority plant anatomy Resolved? sourceforge
Suggest we add this term for bryophytes. proposed def.: A cardinal organ part that is the enlarged basal part of an archegonium and contains an egg cell. part\_of archegonium Reported by: rlwalls2008 Original Ticket: [obo/plant-ontology-po-term-requests/306](https://sourceforge.net/p/obo/plant-ontology-po-term-requests/306)
1.0
venter - Suggest we add this term for bryophytes. proposed def.: A cardinal organ part that is the enlarged basal part of an archegonium and contains an egg cell. part\_of archegonium Reported by: rlwalls2008 Original Ticket: [obo/plant-ontology-po-term-requests/306](https://sourceforge.net/p/obo/plant-ontology-po-term-requests/306)
priority
venter suggest we add this term for bryophytes proposed def a cardinal organ part that is the enlarged basal part of an archegonium and contains an egg cell part of archegonium reported by original ticket
1
157,532
6,008,126,484
IssuesEvent
2017-06-06 06:47:43
EyeSeeTea/malariapp
https://api.github.com/repos/EyeSeeTea/malariapp
closed
Survey not being reflected on DHIS2
complexity - med (1-5hr) HNQIS priority - high type - bug
Looks like a user sent 5 surveys and only 4 of them reached the server. I'll add the exact text of the issue in a comment
1.0
Survey not being reflected on DHIS2 - Looks like a user sent 5 surveys and only 4 of them reached the server. I'll add the exact text of the issue in a comment
priority
survey not being reflected on looks like a user sent surveys and only of them reached the server i ll add the exact text of the issue in a comment
1
530,612
15,434,738,953
IssuesEvent
2021-03-07 05:10:21
NUS-Rover-Team/wirelesscommunications
https://api.github.com/repos/NUS-Rover-Team/wirelesscommunications
closed
Start Filming Work For SAR
SAR👾 priority.High
Upload video files to Teams. @NUS-Rover-Team/software-subteam @NUS-Rover-Team/hardware-subteam
1.0
Start Filming Work For SAR - Upload video files to Teams. @NUS-Rover-Team/software-subteam @NUS-Rover-Team/hardware-subteam
priority
start filming work for sar upload video files to teams nus rover team software subteam nus rover team hardware subteam
1
801,539
28,491,938,273
IssuesEvent
2023-04-18 11:52:34
themoment-team/hello-gsm-back-v2
https://api.github.com/repos/themoment-team/hello-gsm-back-v2
opened
[domain/user] 임시 본인인증 기능 추가
feature priority: high
## 개요 임시 본인인증 기능을 추가합니다. 휴대폰 본인인증 기능을 사용하지 못하는 개발 기간동안 사용할 예정입니다. ## 할 일 - [ ] Controller 필요한 메서드 구현 - [ ] 필요한 Dto 구현 ### 추가 내용 이슈 #7 의 기능 구현 이후 구현해야합니다.
1.0
[domain/user] 임시 본인인증 기능 추가 - ## 개요 임시 본인인증 기능을 추가합니다. 휴대폰 본인인증 기능을 사용하지 못하는 개발 기간동안 사용할 예정입니다. ## 할 일 - [ ] Controller 필요한 메서드 구현 - [ ] 필요한 Dto 구현 ### 추가 내용 이슈 #7 의 기능 구현 이후 구현해야합니다.
priority
임시 본인인증 기능 추가 개요 임시 본인인증 기능을 추가합니다 휴대폰 본인인증 기능을 사용하지 못하는 개발 기간동안 사용할 예정입니다 할 일 controller 필요한 메서드 구현 필요한 dto 구현 추가 내용 이슈 의 기능 구현 이후 구현해야합니다
1
568,790
16,988,756,202
IssuesEvent
2021-06-30 17:28:04
cassproject/cass-editor
https://api.github.com/repos/cassproject/cass-editor
closed
Concept Scheme editor in production shows no schemes
High Priority
@woodkri There should be a lot of concept schemes in production; https://apps.credentialengine.org/publisher/conceptscheme On search none appear. I created a simple concept scheme, saved it and returned to the search - the new scheme is not shown. The URL used by the editor is the following: https://cass.credentialengine.org/cass-editor/?user=wait&amp;editorRoot=/cass-editor/&amp;server=https://cass.credentialengine.org/&amp;ceasnDataFields=true&amp;webSocketOverride=wss://cass.credentialengine.org:8080/ws/custom&amp;newObjectEndpoint=https://credentialengineregistry.org/resources/ce-&amp;show=mine&amp;concepts=true The competency framework editor is working as expected. The editor URL is: https://cass.credentialengine.org/cass-editor/?user=wait&amp;editorRoot=/cass-editor/&amp;server=https://cass.credentialengine.org/&amp;ceasnDataFields=true&amp;webSocketOverride=wss://cass.credentialengine.org:8080/ws/custom&amp;newObjectEndpoint=https://credentialengineregistry.org/resources/ce-&amp;show=mine The same issue occurs in the staging environment: https://staging.credentialengine.org/cass-editor/?user=wait&amp;editorRoot=/cass-editor/&amp;server=https://staging.credentialengine.org/api/&amp;ceasnDataFields=true&amp;webSocketOverride=wss://staging.credentialengine.org:8443/ws/custom&amp;newObjectEndpoint=https://staging.credentialengineregistry.org/resources/ce-&amp;show=mine&amp;concepts=true
1.0
Concept Scheme editor in production shows no schemes - @woodkri There should be a lot of concept schemes in production; https://apps.credentialengine.org/publisher/conceptscheme On search none appear. I created a simple concept scheme, saved it and returned to the search - the new scheme is not shown. The URL used by the editor is the following: https://cass.credentialengine.org/cass-editor/?user=wait&amp;editorRoot=/cass-editor/&amp;server=https://cass.credentialengine.org/&amp;ceasnDataFields=true&amp;webSocketOverride=wss://cass.credentialengine.org:8080/ws/custom&amp;newObjectEndpoint=https://credentialengineregistry.org/resources/ce-&amp;show=mine&amp;concepts=true The competency framework editor is working as expected. The editor URL is: https://cass.credentialengine.org/cass-editor/?user=wait&amp;editorRoot=/cass-editor/&amp;server=https://cass.credentialengine.org/&amp;ceasnDataFields=true&amp;webSocketOverride=wss://cass.credentialengine.org:8080/ws/custom&amp;newObjectEndpoint=https://credentialengineregistry.org/resources/ce-&amp;show=mine The same issue occurs in the staging environment: https://staging.credentialengine.org/cass-editor/?user=wait&amp;editorRoot=/cass-editor/&amp;server=https://staging.credentialengine.org/api/&amp;ceasnDataFields=true&amp;webSocketOverride=wss://staging.credentialengine.org:8443/ws/custom&amp;newObjectEndpoint=https://staging.credentialengineregistry.org/resources/ce-&amp;show=mine&amp;concepts=true
priority
concept scheme editor in production shows no schemes woodkri there should be a lot of concept schemes in production on search none appear i created a simple concept scheme saved it and returned to the search the new scheme is not shown the url used by the editor is the following the competency framework editor is working as expected the editor url is the same issue occurs in the staging environment
1
823,676
31,029,633,730
IssuesEvent
2023-08-10 11:34:38
woocommerce/woocommerce-blocks
https://api.github.com/repos/woocommerce/woocommerce-blocks
opened
Cart Block: Express Payments appear on 1 row resulting in visual bug
type: bug priority: high
## Describe the bug In the Cart Block when the shopper sees 2 express payments options they appear on one row. That results in visual inconsistencies, and a poor experience. ## To reproduce 1. activate Stripe and PayPal and make sure they are active 2. add a product to cart 3. visit the Cart block ## Expected behavior The buttons should appear one under the other, to prevent visual bugs ## Screenshots <img width="671" alt="Screenshot 2023-08-10 at 13 31 20" src="https://github.com/woocommerce/woocommerce-blocks/assets/1628454/8adbd785-a1b3-461b-b626-b8dd065103f3"> cc @elizaan36 if you want to provide extra feedback
1.0
Cart Block: Express Payments appear on 1 row resulting in visual bug - ## Describe the bug In the Cart Block when the shopper sees 2 express payments options they appear on one row. That results in visual inconsistencies, and a poor experience. ## To reproduce 1. activate Stripe and PayPal and make sure they are active 2. add a product to cart 3. visit the Cart block ## Expected behavior The buttons should appear one under the other, to prevent visual bugs ## Screenshots <img width="671" alt="Screenshot 2023-08-10 at 13 31 20" src="https://github.com/woocommerce/woocommerce-blocks/assets/1628454/8adbd785-a1b3-461b-b626-b8dd065103f3"> cc @elizaan36 if you want to provide extra feedback
priority
cart block express payments appear on row resulting in visual bug describe the bug in the cart block when the shopper sees express payments options they appear on one row that results in visual inconsistencies and a poor experience to reproduce activate stripe and paypal and make sure they are active add a product to cart visit the cart block expected behavior the buttons should appear one under the other to prevent visual bugs screenshots img width alt screenshot at src cc if you want to provide extra feedback
1
412,494
12,043,012,691
IssuesEvent
2020-04-14 11:39:33
TwidereProject/Twidere-Android
https://api.github.com/repos/TwidereProject/Twidere-Android
closed
"Save To" crashes Twidere
priority:P1:high type:bug
## Expected behavior When opening content like videos or gifs Twidere offers a function "Save to". I'd like Twidere to let me choose, where I want to save the content. ## Actual behavior Choosing the option leads to a crash. Twidere restarts from the timeline. ## Steps to reproduce Open tweet with video content. Choose "Save to". ## Extra info Android version: 7.0 Network type: - [x] Cellular - [x] Wi-Fi App version: 3.7.3 Build variant: - [ ] Google - [x] F-Droid Micro-blogging service: - [x] Twitter - [ ] Fanfou - [ ] GNU Social / StatusNet - [ ] Mastodon App settings: - [ ] Custom API - [ ] Custom consumer key/secrets - [x] [Official keys](https://gist.github.com/mariotaku/5465786) - [ ] Using [Thumbor](https://github.com/thumbor/thumbor) - [ ] Connected through proxy - [x] Media preview enabled
1.0
"Save To" crashes Twidere - ## Expected behavior When opening content like videos or gifs Twidere offers a function "Save to". I'd like Twidere to let me choose, where I want to save the content. ## Actual behavior Choosing the option leads to a crash. Twidere restarts from the timeline. ## Steps to reproduce Open tweet with video content. Choose "Save to". ## Extra info Android version: 7.0 Network type: - [x] Cellular - [x] Wi-Fi App version: 3.7.3 Build variant: - [ ] Google - [x] F-Droid Micro-blogging service: - [x] Twitter - [ ] Fanfou - [ ] GNU Social / StatusNet - [ ] Mastodon App settings: - [ ] Custom API - [ ] Custom consumer key/secrets - [x] [Official keys](https://gist.github.com/mariotaku/5465786) - [ ] Using [Thumbor](https://github.com/thumbor/thumbor) - [ ] Connected through proxy - [x] Media preview enabled
priority
save to crashes twidere expected behavior when opening content like videos or gifs twidere offers a function save to i d like twidere to let me choose where i want to save the content actual behavior choosing the option leads to a crash twidere restarts from the timeline steps to reproduce open tweet with video content choose save to extra info android version network type cellular wi fi app version build variant google f droid micro blogging service twitter fanfou gnu social statusnet mastodon app settings custom api custom consumer key secrets using connected through proxy media preview enabled
1
795,106
28,061,759,555
IssuesEvent
2023-03-29 13:04:38
ibm-mas/ansible-devops
https://api.github.com/repos/ibm-mas/ansible-devops
opened
Fix Manage JMS related secret names to be consistent with the pattern that MAS UI generates
Bug Report High Priority Triage
Currently when Manage is activated with `mas_app_settings_server_bundles_size : jms`, by default we create custom secret names that contain the xml config to setup JMS pre-reqs for queues. These secrets are named: - main-manage-additional-server-config-no-activation - main-manage-additional-server-config - main-manage-jms-additional-server-config The problem here is that when someone make any change to Manage Workspace via UI, the UI checks that these secret are setup with a different secret name patterns than it expects and renames all these to following pattern: - main-manage-d--sb0--asc--sn - main-manage-d--sb1--asc--sn - main-manage-d--sb2--asc--sn - main-manage-d--sb3--asc--sn - main-manage-d--sb4--asc--sn The problem with that is the way UI is designed, it copies the name of the old secret and stores as content for the new secret created. When this happens, it breaks Manage server bundle pods from starting up correctly. There's no plans to change the current behavior of the MAS UI, so we'll have to adjust the automation to create the secret names accordingly to the MAS UI schema, to prevent the secret recreation issue to happen.
1.0
Fix Manage JMS related secret names to be consistent with the pattern that MAS UI generates - Currently when Manage is activated with `mas_app_settings_server_bundles_size : jms`, by default we create custom secret names that contain the xml config to setup JMS pre-reqs for queues. These secrets are named: - main-manage-additional-server-config-no-activation - main-manage-additional-server-config - main-manage-jms-additional-server-config The problem here is that when someone make any change to Manage Workspace via UI, the UI checks that these secret are setup with a different secret name patterns than it expects and renames all these to following pattern: - main-manage-d--sb0--asc--sn - main-manage-d--sb1--asc--sn - main-manage-d--sb2--asc--sn - main-manage-d--sb3--asc--sn - main-manage-d--sb4--asc--sn The problem with that is the way UI is designed, it copies the name of the old secret and stores as content for the new secret created. When this happens, it breaks Manage server bundle pods from starting up correctly. There's no plans to change the current behavior of the MAS UI, so we'll have to adjust the automation to create the secret names accordingly to the MAS UI schema, to prevent the secret recreation issue to happen.
priority
fix manage jms related secret names to be consistent with the pattern that mas ui generates currently when manage is activated with mas app settings server bundles size jms by default we create custom secret names that contain the xml config to setup jms pre reqs for queues these secrets are named main manage additional server config no activation main manage additional server config main manage jms additional server config the problem here is that when someone make any change to manage workspace via ui the ui checks that these secret are setup with a different secret name patterns than it expects and renames all these to following pattern main manage d asc sn main manage d asc sn main manage d asc sn main manage d asc sn main manage d asc sn the problem with that is the way ui is designed it copies the name of the old secret and stores as content for the new secret created when this happens it breaks manage server bundle pods from starting up correctly there s no plans to change the current behavior of the mas ui so we ll have to adjust the automation to create the secret names accordingly to the mas ui schema to prevent the secret recreation issue to happen
1
458,730
13,180,640,729
IssuesEvent
2020-08-12 13:08:27
opencrvs/opencrvs-core
https://api.github.com/repos/opencrvs/opencrvs-core
closed
"Birth and Death registration rate within 45 days of event" not updating
Priority: high 👹Bug
**Describe the bug** In the Performance tab. the "Birth and Death registration rate within 45 days of event" is not updating when new births and deaths are being registered. **To Reproduce** Steps to reproduce the behaviour: 1. Observe the "Birth and Death registration rate within 45 days of event" numbers in the Performance tab 2. Create and Register a Birth and a Death application 3. Go to Performance tab 4. Observe that the numbers did not update **Expected behaviour** The numbers in the "Birth registration rate within 45 days of event" should update when a new birth or death is registered **Screenshots** ![1878_1](https://user-images.githubusercontent.com/44313971/90018431-b8cc6c80-dcce-11ea-8ab9-c63dcc40578f.png) **Desktop:** - OS: Windows 10 - Browser: Chrome - Version 84.0.4147.105
1.0
"Birth and Death registration rate within 45 days of event" not updating - **Describe the bug** In the Performance tab. the "Birth and Death registration rate within 45 days of event" is not updating when new births and deaths are being registered. **To Reproduce** Steps to reproduce the behaviour: 1. Observe the "Birth and Death registration rate within 45 days of event" numbers in the Performance tab 2. Create and Register a Birth and a Death application 3. Go to Performance tab 4. Observe that the numbers did not update **Expected behaviour** The numbers in the "Birth registration rate within 45 days of event" should update when a new birth or death is registered **Screenshots** ![1878_1](https://user-images.githubusercontent.com/44313971/90018431-b8cc6c80-dcce-11ea-8ab9-c63dcc40578f.png) **Desktop:** - OS: Windows 10 - Browser: Chrome - Version 84.0.4147.105
priority
birth and death registration rate within days of event not updating describe the bug in the performance tab the birth and death registration rate within days of event is not updating when new births and deaths are being registered to reproduce steps to reproduce the behaviour observe the birth and death registration rate within days of event numbers in the performance tab create and register a birth and a death application go to performance tab observe that the numbers did not update expected behaviour the numbers in the birth registration rate within days of event should update when a new birth or death is registered screenshots desktop os windows browser chrome version
1
816,902
30,616,225,151
IssuesEvent
2023-07-24 03:33:56
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
opened
Move transformation logic from exporter to importer in order to support fall forward
kind/new-feature priority/high area/ecosystem jira-originated
Jira Link: [DB-7348](https://yugabyte.atlassian.net/browse/DB-7348)
1.0
Move transformation logic from exporter to importer in order to support fall forward - Jira Link: [DB-7348](https://yugabyte.atlassian.net/browse/DB-7348)
priority
move transformation logic from exporter to importer in order to support fall forward jira link
1
477,408
13,761,811,918
IssuesEvent
2020-10-07 08:15:58
AY2021S1-CS2113T-T12-4/tp
https://api.github.com/repos/AY2021S1-CS2113T-T12-4/tp
closed
Implement "add Command"
priority.High type.Story
The addCommnd is a command type object that allows the user to key in various types of events to be stored into UserData As an office worker who currently needs to work from home, I want to organise large amount of online Zoom meetings to manage. He wants to consolidate all his Zoom meeting request into one application so that he can keep track of his schedule for the day As a university student, I can consolidate my schedule for both my online zoom lectures and my ordinary timetable so that I can better manage my time As a teacher, I want to be able to organise all my zoom links for my classes so they are easily found and accessible.
1.0
Implement "add Command" - The addCommnd is a command type object that allows the user to key in various types of events to be stored into UserData As an office worker who currently needs to work from home, I want to organise large amount of online Zoom meetings to manage. He wants to consolidate all his Zoom meeting request into one application so that he can keep track of his schedule for the day As a university student, I can consolidate my schedule for both my online zoom lectures and my ordinary timetable so that I can better manage my time As a teacher, I want to be able to organise all my zoom links for my classes so they are easily found and accessible.
priority
implement add command the addcommnd is a command type object that allows the user to key in various types of events to be stored into userdata as an office worker who currently needs to work from home i want to organise large amount of online zoom meetings to manage he wants to consolidate all his zoom meeting request into one application so that he can keep track of his schedule for the day as a university student i can consolidate my schedule for both my online zoom lectures and my ordinary timetable so that i can better manage my time as a teacher i want to be able to organise all my zoom links for my classes so they are easily found and accessible
1
147,742
5,651,526,144
IssuesEvent
2017-04-08 05:27:53
robmcmullen/omnivore
https://api.github.com/repos/robmcmullen/omnivore
closed
Can't paste regular text any more
bug priority:high
Trying to paste text (from another app or from Copy Disassembly) results in: ``` Traceback (most recent call last): File "/noaa/maproom-deps/omnivore/omnivore8bit/ui/bytegrid.py", line 710, in on_right_down index = -1 File "/noaa/maproom-deps/omnivore/omnivore/framework/editor.py", line 796, in popup_context_menu_from_actions action.perform(action_event) File "/noaa/maproom-deps/omnivore/omnivore/framework/actions.py", line 329, in perform self.active_editor.paste() File "/noaa/maproom-deps/omnivore/omnivore/framework/editor.py", line 359, in paste self.process_paste_data_object(data_obj, cmd_cls) File "/noaa/maproom-deps/omnivore/omnivore8bit/hex_edit/hex_editor.py", line 203, in process_paste_data_object self.process_command(cmd) File "/noaa/maproom-deps/omnivore/omnivore/framework/editor.py", line 663, in process_command undo = self.process_batch_command(command, f, batch) File "/noaa/maproom-deps/omnivore/omnivore/framework/editor.py", line 676, in process_batch_command undo = self.document.undo_stack.perform(command, self, batch) File "/noaa/maproom-deps/omnivore/omnivore/utils/command.py", line 89, in perform cmd.perform(editor, undo_info) File "/noaa/maproom-deps/omnivore/omnivore/utils/command.py", line 329, in perform old_data = self.do_change(editor, undo_info) File "/noaa/maproom-deps/omnivore/omnivore8bit/commands.py", line 128, in do_change style = self.style[0:np.alen(data)] TypeError: 'NoneType' object has no attribute '__getitem__' ```
1.0
Can't paste regular text any more - Trying to paste text (from another app or from Copy Disassembly) results in: ``` Traceback (most recent call last): File "/noaa/maproom-deps/omnivore/omnivore8bit/ui/bytegrid.py", line 710, in on_right_down index = -1 File "/noaa/maproom-deps/omnivore/omnivore/framework/editor.py", line 796, in popup_context_menu_from_actions action.perform(action_event) File "/noaa/maproom-deps/omnivore/omnivore/framework/actions.py", line 329, in perform self.active_editor.paste() File "/noaa/maproom-deps/omnivore/omnivore/framework/editor.py", line 359, in paste self.process_paste_data_object(data_obj, cmd_cls) File "/noaa/maproom-deps/omnivore/omnivore8bit/hex_edit/hex_editor.py", line 203, in process_paste_data_object self.process_command(cmd) File "/noaa/maproom-deps/omnivore/omnivore/framework/editor.py", line 663, in process_command undo = self.process_batch_command(command, f, batch) File "/noaa/maproom-deps/omnivore/omnivore/framework/editor.py", line 676, in process_batch_command undo = self.document.undo_stack.perform(command, self, batch) File "/noaa/maproom-deps/omnivore/omnivore/utils/command.py", line 89, in perform cmd.perform(editor, undo_info) File "/noaa/maproom-deps/omnivore/omnivore/utils/command.py", line 329, in perform old_data = self.do_change(editor, undo_info) File "/noaa/maproom-deps/omnivore/omnivore8bit/commands.py", line 128, in do_change style = self.style[0:np.alen(data)] TypeError: 'NoneType' object has no attribute '__getitem__' ```
priority
can t paste regular text any more trying to paste text from another app or from copy disassembly results in traceback most recent call last file noaa maproom deps omnivore ui bytegrid py line in on right down index file noaa maproom deps omnivore omnivore framework editor py line in popup context menu from actions action perform action event file noaa maproom deps omnivore omnivore framework actions py line in perform self active editor paste file noaa maproom deps omnivore omnivore framework editor py line in paste self process paste data object data obj cmd cls file noaa maproom deps omnivore hex edit hex editor py line in process paste data object self process command cmd file noaa maproom deps omnivore omnivore framework editor py line in process command undo self process batch command command f batch file noaa maproom deps omnivore omnivore framework editor py line in process batch command undo self document undo stack perform command self batch file noaa maproom deps omnivore omnivore utils command py line in perform cmd perform editor undo info file noaa maproom deps omnivore omnivore utils command py line in perform old data self do change editor undo info file noaa maproom deps omnivore commands py line in do change style self style typeerror nonetype object has no attribute getitem
1
540,280
15,803,677,151
IssuesEvent
2021-04-03 15:17:08
sopra-fs21-group-26/client
https://api.github.com/repos/sopra-fs21-group-26/client
closed
Homescreen
high priority task
<h1>Story #1 Registration </h1> <h2>Sub-Tasks:</h2> - [x] CSS - [x] Go to register button (start) - [x] Go to login button (start) - [x] Register button (registration) - [x] Back to start button (registration) <h2>Estimate: 1h</h2>
1.0
Homescreen - <h1>Story #1 Registration </h1> <h2>Sub-Tasks:</h2> - [x] CSS - [x] Go to register button (start) - [x] Go to login button (start) - [x] Register button (registration) - [x] Back to start button (registration) <h2>Estimate: 1h</h2>
priority
homescreen story registration sub tasks css go to register button start go to login button start register button registration back to start button registration estimate
1
68,081
3,284,124,563
IssuesEvent
2015-10-28 15:31:12
CenterForOpenScience/osf.io
https://api.github.com/repos/CenterForOpenScience/osf.io
closed
Modify JSONAPI features to match 1.0 spec
5 - pending review Core: API v2 priority - high
We are implementing a subset of the JSON API. We should ensure that what we are implementing matches the spec. For example, our links were based on the draft spec and so should match the new format. <http://jsonapi.org/format/#document-links> There may be other changes, which should be documented and fixed.
1.0
Modify JSONAPI features to match 1.0 spec - We are implementing a subset of the JSON API. We should ensure that what we are implementing matches the spec. For example, our links were based on the draft spec and so should match the new format. <http://jsonapi.org/format/#document-links> There may be other changes, which should be documented and fixed.
priority
modify jsonapi features to match spec we are implementing a subset of the json api we should ensure that what we are implementing matches the spec for example our links were based on the draft spec and so should match the new format there may be other changes which should be documented and fixed
1
139,131
5,357,176,675
IssuesEvent
2017-02-20 17:35:12
hguiney/oliverguiney.com
https://api.github.com/repos/hguiney/oliverguiney.com
closed
Add All Process Slides
priority: high
- [x] “Think Vertically” - [x] “Wrathful Deity” - [x] “New York State of Mind” - [x] “Sledge Hammer” - [x] “Rebirth”
1.0
Add All Process Slides - - [x] “Think Vertically” - [x] “Wrathful Deity” - [x] “New York State of Mind” - [x] “Sledge Hammer” - [x] “Rebirth”
priority
add all process slides “think vertically” “wrathful deity” “new york state of mind” “sledge hammer” “rebirth”
1
234,091
7,716,312,556
IssuesEvent
2018-05-23 10:16:40
yarnpkg/yarn
https://api.github.com/repos/yarnpkg/yarn
closed
Replace use of deprecated/unsafe new Buffer constructor
cat-bug cat-compatibility high-priority triaged
**What is the current behavior?** `yarn` uses deprecated `new Buffer()` constructor and causes deprecation warnings when run with `NODE_PENDING_DEPRECATION=1`. ``` $ ag '\bBuffer\(' src/registries/npm-registry.js 340: const pw = new Buffer(String(password), 'base64').toString(); 341: return 'Basic ' + new Buffer(String(username) + ':' + pw).toString('base64'); src/util/fs.js 835:const cr = new Buffer('\r', 'utf8')[0]; 836:const lf = new Buffer('\n', 'utf8')[0]; ``` **What is the expected behavior?** `yarn` should not use deprecated/unsafe `Buffer` constructor. According to the deprecation warning `new Buffer()` should be replaced with one of `Buffer.alloc()`, `Buffer.allocUnsafe()` or `Buffer.from()`; the [`safe-buffer`](https://yarn.pm/safe-buffer) package is another option. **Please mention your node.js, yarn and operating system version.** ``` $ node -v v8.9.4 $ yarn -v 1.5.1 $ uname -a Linux 4.15.6-300.fc27.x86_64 #1 SMP Mon Feb 26 18:43:03 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux ```
1.0
Replace use of deprecated/unsafe new Buffer constructor - **What is the current behavior?** `yarn` uses deprecated `new Buffer()` constructor and causes deprecation warnings when run with `NODE_PENDING_DEPRECATION=1`. ``` $ ag '\bBuffer\(' src/registries/npm-registry.js 340: const pw = new Buffer(String(password), 'base64').toString(); 341: return 'Basic ' + new Buffer(String(username) + ':' + pw).toString('base64'); src/util/fs.js 835:const cr = new Buffer('\r', 'utf8')[0]; 836:const lf = new Buffer('\n', 'utf8')[0]; ``` **What is the expected behavior?** `yarn` should not use deprecated/unsafe `Buffer` constructor. According to the deprecation warning `new Buffer()` should be replaced with one of `Buffer.alloc()`, `Buffer.allocUnsafe()` or `Buffer.from()`; the [`safe-buffer`](https://yarn.pm/safe-buffer) package is another option. **Please mention your node.js, yarn and operating system version.** ``` $ node -v v8.9.4 $ yarn -v 1.5.1 $ uname -a Linux 4.15.6-300.fc27.x86_64 #1 SMP Mon Feb 26 18:43:03 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux ```
priority
replace use of deprecated unsafe new buffer constructor what is the current behavior yarn uses deprecated new buffer constructor and causes deprecation warnings when run with node pending deprecation ag bbuffer src registries npm registry js const pw new buffer string password tostring return basic new buffer string username pw tostring src util fs js const cr new buffer r const lf new buffer n what is the expected behavior yarn should not use deprecated unsafe buffer constructor according to the deprecation warning new buffer should be replaced with one of buffer alloc buffer allocunsafe or buffer from the package is another option please mention your node js yarn and operating system version node v yarn v uname a linux smp mon feb utc gnu linux
1
78,709
3,516,542,045
IssuesEvent
2016-01-12 00:18:51
bbengfort/cloudscope
https://api.github.com/repos/bbengfort/cloudscope
opened
Fault Tolerance
priority: high type: feature
We need to figure out how fault tolerance is going to be handled in this system. Perhaps for the moment we can just implement a replay message if not acknowledged mechanism.
1.0
Fault Tolerance - We need to figure out how fault tolerance is going to be handled in this system. Perhaps for the moment we can just implement a replay message if not acknowledged mechanism.
priority
fault tolerance we need to figure out how fault tolerance is going to be handled in this system perhaps for the moment we can just implement a replay message if not acknowledged mechanism
1
477,150
13,756,629,397
IssuesEvent
2020-10-06 20:15:06
joehot200/AntiAura
https://api.github.com/repos/joehot200/AntiAura
closed
Errors in AntiAura 11.88
HIGHEST-PRIORITY more information required
https://pastebin.com/TsQQ6mZp https://pastebin.com/X4E0PepZ Also setCancelled(true) in DamageModifiedEvent does not work. Paper 1.16.3
1.0
Errors in AntiAura 11.88 - https://pastebin.com/TsQQ6mZp https://pastebin.com/X4E0PepZ Also setCancelled(true) in DamageModifiedEvent does not work. Paper 1.16.3
priority
errors in antiaura also setcancelled true in damagemodifiedevent does not work paper
1
532,078
15,529,441,622
IssuesEvent
2021-03-13 15:13:12
AY2021S2-CS2103T-W13-2/tp
https://api.github.com/repos/AY2021S2-CS2103T-W13-2/tp
closed
Borrow a Book
priority.High type.Story
As a Individual operating a private book loaning service, I can let a reader borrow a book.
1.0
Borrow a Book - As a Individual operating a private book loaning service, I can let a reader borrow a book.
priority
borrow a book as a individual operating a private book loaning service i can let a reader borrow a book
1
551,961
16,191,895,533
IssuesEvent
2021-05-04 09:39:23
ever-co/ever-gauzy
https://api.github.com/repos/ever-co/ever-gauzy
closed
Bug: Unify titles of all pages
priority: highest type: bug :bug:
Unify titles of pages, some are now uppercase ("CUSTOMERS"), but they should be not ("Customers of Ever Technologies" if company selected). E.g. on https://demo.gauzy.co/#/pages/contacts/customers but could be on other pages too
1.0
Bug: Unify titles of all pages - Unify titles of pages, some are now uppercase ("CUSTOMERS"), but they should be not ("Customers of Ever Technologies" if company selected). E.g. on https://demo.gauzy.co/#/pages/contacts/customers but could be on other pages too
priority
bug unify titles of all pages unify titles of pages some are now uppercase customers but they should be not customers of ever technologies if company selected e g on but could be on other pages too
1
1,743
2,518,653,980
IssuesEvent
2015-01-17 00:21:21
JMurk/OAM-Activity-Manager
https://api.github.com/repos/JMurk/OAM-Activity-Manager
closed
OAM - SSO Investigation - Add Value for Followup Status
enhancement high priority
Please add the value of "Private" (code: PRI in the domain) to the Follow-Up Status dropdown within the investigation details page. ![image](https://cloud.githubusercontent.com/assets/5805454/5782157/f00a887c-9d86-11e4-865f-2182c522dc5d.png)
1.0
OAM - SSO Investigation - Add Value for Followup Status - Please add the value of "Private" (code: PRI in the domain) to the Follow-Up Status dropdown within the investigation details page. ![image](https://cloud.githubusercontent.com/assets/5805454/5782157/f00a887c-9d86-11e4-865f-2182c522dc5d.png)
priority
oam sso investigation add value for followup status please add the value of private code pri in the domain to the follow up status dropdown within the investigation details page
1
460,792
13,218,308,810
IssuesEvent
2020-08-17 08:30:30
nimblehq/rails-templates
https://api.github.com/repos/nimblehq/rails-templates
closed
Adjust the puma server start script
priority : high type : feature
### Why ![Pasted_Image_11_7_19__16_18](https://user-images.githubusercontent.com/11751745/68376330-fe299f80-017a-11ea-9027-2c870d8b8892.png) ### Note Adjust the **rails_docker/start.sh**, **https://github.com/nimblehq/rails-templates/blob/develop/shared/Procfile.dev**, **https://github.com/nimblehq/rails-templates/blob/develop/shared/Procfile** ``` bundle exec rails s -p $PORT -b 0.0.0.0 -> bundle exec puma -p $PORT -b 0.0.0.0 ```
1.0
Adjust the puma server start script - ### Why ![Pasted_Image_11_7_19__16_18](https://user-images.githubusercontent.com/11751745/68376330-fe299f80-017a-11ea-9027-2c870d8b8892.png) ### Note Adjust the **rails_docker/start.sh**, **https://github.com/nimblehq/rails-templates/blob/develop/shared/Procfile.dev**, **https://github.com/nimblehq/rails-templates/blob/develop/shared/Procfile** ``` bundle exec rails s -p $PORT -b 0.0.0.0 -> bundle exec puma -p $PORT -b 0.0.0.0 ```
priority
adjust the puma server start script why note adjust the rails docker start sh bundle exec rails s p port b bundle exec puma p port b
1
622,723
19,655,172,178
IssuesEvent
2022-01-10 11:43:11
turbot/steampipe-plugin-azure
https://api.github.com/repos/turbot/steampipe-plugin-azure
closed
In the azure_compute_virtual_machine table show properties.virtualMachineScaleSet
enhancement priority:high
**Is your feature request related to a problem? Please describe.** I'd like to have the VirtualMachineScaleSet property shown in the azure_compute_virtual_machine table. This property already exists within the get Virtual Machines API call. https://docs.microsoft.com/en-us/rest/api/compute/virtual-machines/get#virtualmachine ![image](https://user-images.githubusercontent.com/89146579/144636457-f4bd7bcc-6c51-40c5-b448-e67ce1c79057.png) **Describe the solution you'd like** To have this property be available to query within the table.
1.0
In the azure_compute_virtual_machine table show properties.virtualMachineScaleSet - **Is your feature request related to a problem? Please describe.** I'd like to have the VirtualMachineScaleSet property shown in the azure_compute_virtual_machine table. This property already exists within the get Virtual Machines API call. https://docs.microsoft.com/en-us/rest/api/compute/virtual-machines/get#virtualmachine ![image](https://user-images.githubusercontent.com/89146579/144636457-f4bd7bcc-6c51-40c5-b448-e67ce1c79057.png) **Describe the solution you'd like** To have this property be available to query within the table.
priority
in the azure compute virtual machine table show properties virtualmachinescaleset is your feature request related to a problem please describe i d like to have the virtualmachinescaleset property shown in the azure compute virtual machine table this property already exists within the get virtual machines api call describe the solution you d like to have this property be available to query within the table
1
419,597
12,225,399,688
IssuesEvent
2020-05-03 05:02:15
bounswe/bounswe2020group3
https://api.github.com/repos/bounswe/bounswe2020group3
closed
Milestone 1 Report
Priority: High Status: In Progress
We need to write a report of what we have done until our first milestone and write an executive summary.
1.0
Milestone 1 Report - We need to write a report of what we have done until our first milestone and write an executive summary.
priority
milestone report we need to write a report of what we have done until our first milestone and write an executive summary
1
105,674
4,240,192,216
IssuesEvent
2016-07-06 12:35:35
gsstudios/Dorimanx-SG2-I9100-Kernel
https://api.github.com/repos/gsstudios/Dorimanx-SG2-I9100-Kernel
closed
VPN doesn't work on LP
bug High priority Lollipop
VPN doesn't work on DorimanX kernel. However it works with stock LP kernels. Reports: http://forum.xda-developers.com/showpost.php?p=65019183&postcount=713
1.0
VPN doesn't work on LP - VPN doesn't work on DorimanX kernel. However it works with stock LP kernels. Reports: http://forum.xda-developers.com/showpost.php?p=65019183&postcount=713
priority
vpn doesn t work on lp vpn doesn t work on dorimanx kernel however it works with stock lp kernels reports
1
6,585
2,590,018,786
IssuesEvent
2015-02-18 16:28:07
learningequality/ka-lite
https://api.github.com/repos/learningequality/ka-lite
closed
No points are being earned for exercises
0.13.x bug bash bug has PR high priority
Expected: Points earned for exercises Observed: No points earned for exercises Steps to replicate: Do exercise. No points.
1.0
No points are being earned for exercises - Expected: Points earned for exercises Observed: No points earned for exercises Steps to replicate: Do exercise. No points.
priority
no points are being earned for exercises expected points earned for exercises observed no points earned for exercises steps to replicate do exercise no points
1
22,747
2,650,795,402
IssuesEvent
2015-03-16 04:47:37
Glavin001/atom-beautify
https://api.github.com/repos/Glavin001/atom-beautify
closed
Error installing package
high priority third-party bug
While installing atom-beautify using Atom package manager I get the following error: ``` npm ERR! git clone git://github.com/ariya/esprima.git Cloning into bare repository '/Users/tiagoalves/.atom/.node-gyp/.atom/.apm/_git-remotes/git-github-com-ariya-esprima-git-9077e517'... npm ERR! git clone git://github.com/ariya/esprima.git fatal: read error: Operation timed out npm ERR! Darwin 14.0.0 npm ERR! argv "/Applications/Atom.app/Contents/Resources/app/apm/bin/node" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/Applications/Atom.app/Contents/Resources/app/apm/.apmrc" "--userconfig" "/Users/tiagoalves/.atom/.apmrc" "install" "/private/var/folders/t6/gw_y3h2j1d50s81vt4vrbp2w0000gq/T/d-11514-35617-1d7dd6h/package.tgz" "--target=0.20.0" "--arch=x64" npm ERR! node v0.10.35 npm ERR! npm v2.3.0 npm ERR! code 128 npm ERR! Command failed: Cloning into bare repository '/Users/tiagoalves/.atom/.node-gyp/.atom/.apm/_git-remotes/git-github-com-ariya-esprima-git-9077e517'... npm ERR! fatal: read error: Operation timed out npm ERR! npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! <http://github.com/npm/npm/issues> npm ERR! Please include the following file with any support request: npm ERR! /private/var/folders/t6/gw_y3h2j1d50s81vt4vrbp2w0000gq/T/apm-install-dir-11514-35617-1j4pip0/npm-debug.log ``` The installation fails and I am not able to use the package.
1.0
Error installing package - While installing atom-beautify using Atom package manager I get the following error: ``` npm ERR! git clone git://github.com/ariya/esprima.git Cloning into bare repository '/Users/tiagoalves/.atom/.node-gyp/.atom/.apm/_git-remotes/git-github-com-ariya-esprima-git-9077e517'... npm ERR! git clone git://github.com/ariya/esprima.git fatal: read error: Operation timed out npm ERR! Darwin 14.0.0 npm ERR! argv "/Applications/Atom.app/Contents/Resources/app/apm/bin/node" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/Applications/Atom.app/Contents/Resources/app/apm/.apmrc" "--userconfig" "/Users/tiagoalves/.atom/.apmrc" "install" "/private/var/folders/t6/gw_y3h2j1d50s81vt4vrbp2w0000gq/T/d-11514-35617-1d7dd6h/package.tgz" "--target=0.20.0" "--arch=x64" npm ERR! node v0.10.35 npm ERR! npm v2.3.0 npm ERR! code 128 npm ERR! Command failed: Cloning into bare repository '/Users/tiagoalves/.atom/.node-gyp/.atom/.apm/_git-remotes/git-github-com-ariya-esprima-git-9077e517'... npm ERR! fatal: read error: Operation timed out npm ERR! npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! <http://github.com/npm/npm/issues> npm ERR! Please include the following file with any support request: npm ERR! /private/var/folders/t6/gw_y3h2j1d50s81vt4vrbp2w0000gq/T/apm-install-dir-11514-35617-1j4pip0/npm-debug.log ``` The installation fails and I am not able to use the package.
priority
error installing package while installing atom beautify using atom package manager i get the following error npm err git clone git github com ariya esprima git cloning into bare repository users tiagoalves atom node gyp atom apm git remotes git github com ariya esprima git npm err git clone git github com ariya esprima git fatal read error operation timed out npm err darwin npm err argv applications atom app contents resources app apm bin node applications atom app contents resources app apm node modules npm bin npm cli js globalconfig applications atom app contents resources app apm apmrc userconfig users tiagoalves atom apmrc install private var folders gw t d package tgz target arch npm err node npm err npm npm err code npm err command failed cloning into bare repository users tiagoalves atom node gyp atom apm git remotes git github com ariya esprima git npm err fatal read error operation timed out npm err npm err npm err if you need help you may report this error at npm err npm err please include the following file with any support request npm err private var folders gw t apm install dir npm debug log the installation fails and i am not able to use the package
1
77,760
3,507,249,661
IssuesEvent
2016-01-08 12:10:11
OregonCore/OregonCore
https://api.github.com/repos/OregonCore/OregonCore
closed
Mobs are killing each other!!!! (This is CRITICAL!) (BB #739)
migrated Priority: High Type: Bug
This issue was migrated from bitbucket. **Original Reporter:** PadreWoW **Original Date:** 12.11.2014 09:33:37 GMT+0000 **Original Priority:** critical **Original Type:** bug **Original State:** resolved **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/739 <hr> When player attacks two mobs and then run away, use stealth, GM ON, or any other way to remove aggro - mobs start to kill each other
1.0
Mobs are killing each other!!!! (This is CRITICAL!) (BB #739) - This issue was migrated from bitbucket. **Original Reporter:** PadreWoW **Original Date:** 12.11.2014 09:33:37 GMT+0000 **Original Priority:** critical **Original Type:** bug **Original State:** resolved **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/739 <hr> When player attacks two mobs and then run away, use stealth, GM ON, or any other way to remove aggro - mobs start to kill each other
priority
mobs are killing each other this is critical bb this issue was migrated from bitbucket original reporter padrewow original date gmt original priority critical original type bug original state resolved direct link when player attacks two mobs and then run away use stealth gm on or any other way to remove aggro mobs start to kill each other
1
742,299
25,848,665,542
IssuesEvent
2022-12-13 08:50:50
IlchCMS/Ilch-2.0
https://api.github.com/repos/IlchCMS/Ilch-2.0
closed
Sorting menus in the admincenter is broken
Type: Bug Priority: High
**Describe the bug** > im Admincenter/Menü sind die erstellten Menüs untereinander nicht mehr verschiebbar https://www.ilch.de/forum-showposts-58504-p1.html#406673 **To Reproduce** Steps to reproduce the behavior: 1. Go to index.php/admin/admin/menu/index 2. Try to move a menu by drag and drop. 3. See error **Desktop:** - Opera Browser 93 **Additional context** ``` Uncaught TypeError: Cannot read properties of undefined (reading 'vertical') at V.<computed>.<computed>._intersectsWithPointer (jquery-ui.min.js:6:213698) at a.<computed> (jquery-ui.min.js:6:1122) at a.<computed> [as _intersectsWithPointer] (jquery-ui.min.js:6:1122) at V.<computed>.<computed>._mouseDrag (jquery.mjs.nestedSortable.js:165:25) at a.<computed> [as _mouseDrag] (jquery-ui.min.js:6:1122) at V.<computed>.<computed>._mouseStart (jquery-ui.min.js:6:208198) at a.<computed> (jquery-ui.min.js:6:1122) at a.<computed> [as _mouseStart] (jquery-ui.min.js:6:1122) at V.<computed>.<computed>._mouseMove (jquery-ui.min.js:6:121624) at a.<computed> (jquery-ui.min.js:6:1122) ```
1.0
Sorting menus in the admincenter is broken - **Describe the bug** > im Admincenter/Menü sind die erstellten Menüs untereinander nicht mehr verschiebbar https://www.ilch.de/forum-showposts-58504-p1.html#406673 **To Reproduce** Steps to reproduce the behavior: 1. Go to index.php/admin/admin/menu/index 2. Try to move a menu by drag and drop. 3. See error **Desktop:** - Opera Browser 93 **Additional context** ``` Uncaught TypeError: Cannot read properties of undefined (reading 'vertical') at V.<computed>.<computed>._intersectsWithPointer (jquery-ui.min.js:6:213698) at a.<computed> (jquery-ui.min.js:6:1122) at a.<computed> [as _intersectsWithPointer] (jquery-ui.min.js:6:1122) at V.<computed>.<computed>._mouseDrag (jquery.mjs.nestedSortable.js:165:25) at a.<computed> [as _mouseDrag] (jquery-ui.min.js:6:1122) at V.<computed>.<computed>._mouseStart (jquery-ui.min.js:6:208198) at a.<computed> (jquery-ui.min.js:6:1122) at a.<computed> [as _mouseStart] (jquery-ui.min.js:6:1122) at V.<computed>.<computed>._mouseMove (jquery-ui.min.js:6:121624) at a.<computed> (jquery-ui.min.js:6:1122) ```
priority
sorting menus in the admincenter is broken describe the bug im admincenter menü sind die erstellten menüs untereinander nicht mehr verschiebbar to reproduce steps to reproduce the behavior go to index php admin admin menu index try to move a menu by drag and drop see error desktop opera browser additional context uncaught typeerror cannot read properties of undefined reading vertical at v intersectswithpointer jquery ui min js at a jquery ui min js at a jquery ui min js at v mousedrag jquery mjs nestedsortable js at a jquery ui min js at v mousestart jquery ui min js at a jquery ui min js at a jquery ui min js at v mousemove jquery ui min js at a jquery ui min js
1
180,541
6,650,567,060
IssuesEvent
2017-09-28 16:46:50
zom/Zom-iOS
https://api.github.com/repos/zom/Zom-iOS
opened
Missing someone in the group member list
bug group-chat high-priority
Ro can't see Alm in the 'Dev Testing Day' group. Alm is a member. Other non-admin see her, but Ro doesn't on her iphone. It seems that the current occupancy didn't load for Ro. We talked on the product scrum today about an option to manually reload, or reload the member list when the person opens the info tab. Let's chat about this on the monday scrum.
1.0
Missing someone in the group member list - Ro can't see Alm in the 'Dev Testing Day' group. Alm is a member. Other non-admin see her, but Ro doesn't on her iphone. It seems that the current occupancy didn't load for Ro. We talked on the product scrum today about an option to manually reload, or reload the member list when the person opens the info tab. Let's chat about this on the monday scrum.
priority
missing someone in the group member list ro can t see alm in the dev testing day group alm is a member other non admin see her but ro doesn t on her iphone it seems that the current occupancy didn t load for ro we talked on the product scrum today about an option to manually reload or reload the member list when the person opens the info tab let s chat about this on the monday scrum
1
621,926
19,600,397,843
IssuesEvent
2022-01-06 00:10:49
GameFreedomGG/Sindragosa
https://api.github.com/repos/GameFreedomGG/Sindragosa
closed
[Raid][NPC] Ulduar - Pyrite
Raid Priority: High NPC Status: Closed- Resolved Status: Confirmed Bug (Awaiting Development)
The spawns of Pyrite in the air are bugged, too few spawn at where the boss is, and there are no spawns in the pillars area. Tested in 10man
1.0
[Raid][NPC] Ulduar - Pyrite - The spawns of Pyrite in the air are bugged, too few spawn at where the boss is, and there are no spawns in the pillars area. Tested in 10man
priority
ulduar pyrite the spawns of pyrite in the air are bugged too few spawn at where the boss is and there are no spawns in the pillars area tested in
1
284,579
8,744,021,037
IssuesEvent
2018-12-12 20:56:18
impress-org/give
https://api.github.com/repos/impress-org/give
closed
fix: improve block styling and usability
high-priority
# Bug Report ## User Story <!-- Required. --> As a WordPress 5.0 user, I want Give blocks to function without error and reflect the appearance of their front end counterparts so that the editor represents an accurate preview of the end result. <!-- Expand on the user story if necessary. --> ## Current Behavior <!-- Required. Include any warnings or errors in the browser or console. --> The following unresolved issues with Gutenberg: - Form block: PHP notices appear when a form block is inserted due to a lack of default attribute values. - Form block: There is no bottom margin between the form select box and button. - Form block: Tooltip icons appear in italics. - Form block: Hover controls overflow outside the block. - Form block: "Edit Form" hover control should remain white, instead of turning black, when hovered. - Form block: Clicking "Edit Form" redirects to the WP login screen, not the form editor. - Form block: Content does not render - Form block: radio buttons are squished due to block component styles - Form Grid block: The presence of this blocks breaks front-end content, prevents the donation form block from rendering correctly, and does not render anything within the grid. - Donor Wall block: Toggling the "Donor with Comment" option causes the block to refresh but it never stops spinning until the setting is disabled. ## Expected Behavior <!-- Required. --> The above issues have been resolved. The blocks render without error and accurately reflect their appearance on the front end. ## Bug Type <!-- Required. Include version number if functionality worked as expected in previous version. --> - [ ] This bug describes functionality that once worked as expected in version X.X.X. - [x] This bug describes functionality that never worked as expected. - [ ] I am not sure whether this functionality ever worked as expected. ## Steps to Reproduce <!-- Required. --> 1. Install Give 2.3.0 2. Install WordPress 5.0 RC3 using the Beta Tester plugin with bleeding nightlies enabled 3. Create a Give form with goal and content 4. Create a few more forms 5. Create some test donations 6. Create new page and insert the Give blocks 7. Adjust the block settings and preview on front end to verify they appear as expected ## Visuals <!-- Optional. Include screenshots, mockups, or video to clarify the bug. Delete if not applicable. --> ## Related <!-- Optional. Relevant links to issues, support tickets, or websites. --> - https://github.com/impress-org/give/issues/3813 ## Acceptance Criteria <!-- Required. Include a checklist of conditions that must be true in order to close this issue. --> - [x] Blocks can be placed and saved without causing PHP notices. - [x] A bottom margin has been added to the form select control. - [x] Tooltips do not appear in italics. - [x] Hover controls do not overflow outside of the block. - [x] Radio buttons within a form are not squished. - [x] "Edit Form" remains white when hovered. - [x] Clicking "Edit Form" takes the user to the form editor, not the WP login screen. - [x] The Form block does not spin upon initialization. - [x] Form content renders when the block setting is enabled (be sure to add content to form first). - [x] The Form Grid block renders on the front end without breaking other blocks. - [x] The Donor Wall block's "Donor with Comment" does not cause the block to load endlessly. - [x] After Clicking on Edit Form Once the "Edit Form" button will need to remain white.
1.0
fix: improve block styling and usability - # Bug Report ## User Story <!-- Required. --> As a WordPress 5.0 user, I want Give blocks to function without error and reflect the appearance of their front end counterparts so that the editor represents an accurate preview of the end result. <!-- Expand on the user story if necessary. --> ## Current Behavior <!-- Required. Include any warnings or errors in the browser or console. --> The following unresolved issues with Gutenberg: - Form block: PHP notices appear when a form block is inserted due to a lack of default attribute values. - Form block: There is no bottom margin between the form select box and button. - Form block: Tooltip icons appear in italics. - Form block: Hover controls overflow outside the block. - Form block: "Edit Form" hover control should remain white, instead of turning black, when hovered. - Form block: Clicking "Edit Form" redirects to the WP login screen, not the form editor. - Form block: Content does not render - Form block: radio buttons are squished due to block component styles - Form Grid block: The presence of this blocks breaks front-end content, prevents the donation form block from rendering correctly, and does not render anything within the grid. - Donor Wall block: Toggling the "Donor with Comment" option causes the block to refresh but it never stops spinning until the setting is disabled. ## Expected Behavior <!-- Required. --> The above issues have been resolved. The blocks render without error and accurately reflect their appearance on the front end. ## Bug Type <!-- Required. Include version number if functionality worked as expected in previous version. --> - [ ] This bug describes functionality that once worked as expected in version X.X.X. - [x] This bug describes functionality that never worked as expected. - [ ] I am not sure whether this functionality ever worked as expected. ## Steps to Reproduce <!-- Required. --> 1. Install Give 2.3.0 2. Install WordPress 5.0 RC3 using the Beta Tester plugin with bleeding nightlies enabled 3. Create a Give form with goal and content 4. Create a few more forms 5. Create some test donations 6. Create new page and insert the Give blocks 7. Adjust the block settings and preview on front end to verify they appear as expected ## Visuals <!-- Optional. Include screenshots, mockups, or video to clarify the bug. Delete if not applicable. --> ## Related <!-- Optional. Relevant links to issues, support tickets, or websites. --> - https://github.com/impress-org/give/issues/3813 ## Acceptance Criteria <!-- Required. Include a checklist of conditions that must be true in order to close this issue. --> - [x] Blocks can be placed and saved without causing PHP notices. - [x] A bottom margin has been added to the form select control. - [x] Tooltips do not appear in italics. - [x] Hover controls do not overflow outside of the block. - [x] Radio buttons within a form are not squished. - [x] "Edit Form" remains white when hovered. - [x] Clicking "Edit Form" takes the user to the form editor, not the WP login screen. - [x] The Form block does not spin upon initialization. - [x] Form content renders when the block setting is enabled (be sure to add content to form first). - [x] The Form Grid block renders on the front end without breaking other blocks. - [x] The Donor Wall block's "Donor with Comment" does not cause the block to load endlessly. - [x] After Clicking on Edit Form Once the "Edit Form" button will need to remain white.
priority
fix improve block styling and usability bug report user story as a wordpress user i want give blocks to function without error and reflect the appearance of their front end counterparts so that the editor represents an accurate preview of the end result current behavior the following unresolved issues with gutenberg form block php notices appear when a form block is inserted due to a lack of default attribute values form block there is no bottom margin between the form select box and button form block tooltip icons appear in italics form block hover controls overflow outside the block form block edit form hover control should remain white instead of turning black when hovered form block clicking edit form redirects to the wp login screen not the form editor form block content does not render form block radio buttons are squished due to block component styles form grid block the presence of this blocks breaks front end content prevents the donation form block from rendering correctly and does not render anything within the grid donor wall block toggling the donor with comment option causes the block to refresh but it never stops spinning until the setting is disabled expected behavior the above issues have been resolved the blocks render without error and accurately reflect their appearance on the front end bug type this bug describes functionality that once worked as expected in version x x x this bug describes functionality that never worked as expected i am not sure whether this functionality ever worked as expected steps to reproduce install give install wordpress using the beta tester plugin with bleeding nightlies enabled create a give form with goal and content create a few more forms create some test donations create new page and insert the give blocks adjust the block settings and preview on front end to verify they appear as expected visuals related acceptance criteria blocks can be placed and saved without causing php notices a bottom margin has been added to the form select control tooltips do not appear in italics hover controls do not overflow outside of the block radio buttons within a form are not squished edit form remains white when hovered clicking edit form takes the user to the form editor not the wp login screen the form block does not spin upon initialization form content renders when the block setting is enabled be sure to add content to form first the form grid block renders on the front end without breaking other blocks the donor wall block s donor with comment does not cause the block to load endlessly after clicking on edit form once the edit form button will need to remain white
1
798,189
28,239,105,996
IssuesEvent
2023-04-06 05:08:29
KDT3-final-project-team2/backend
https://api.github.com/repos/KDT3-final-project-team2/backend
closed
[Feat] 지원자 상태 변경
For: API For: Backend Priority: High Status: In Progress
## 🔨개발 할 기능 기업회원 보드에서 지원자 상태 변경하는 기능 ## 🧩 세부 기능 - [x] 입력받을 형식 정하기 - [x] service 만들기 - [x] controller 만들기 ## 📖 참고 사항 지원자 기능이 선행되어야함
1.0
[Feat] 지원자 상태 변경 - ## 🔨개발 할 기능 기업회원 보드에서 지원자 상태 변경하는 기능 ## 🧩 세부 기능 - [x] 입력받을 형식 정하기 - [x] service 만들기 - [x] controller 만들기 ## 📖 참고 사항 지원자 기능이 선행되어야함
priority
지원자 상태 변경 🔨개발 할 기능 기업회원 보드에서 지원자 상태 변경하는 기능 🧩 세부 기능 입력받을 형식 정하기 service 만들기 controller 만들기 📖 참고 사항 지원자 기능이 선행되어야함
1
613,202
19,083,451,879
IssuesEvent
2021-11-29 00:32:03
ctm/mb2-doc
https://api.github.com/repos/ctm/mb2-doc
closed
replace various Yew services in anticipation of 0.19
chore high priority easy
Replace the Yew services that we use with [the ones suggested by Yew](https://yew.rs/concepts/services). I think the only three we are still using (I already replaced `WebSocketService` are: - [x] Resize - [x] Timeout - [x] Storage - [x] Render I haven't been following yew development closely enough to know how soon 0.19 will be released, but we don't have a lot of lines of code using these services, so it should be pretty easy to replace them. However when I replace `StorageService`, I may want to refactor and use [BroadcastChannel](https://docs.rs/web-sys/latest/web_sys/struct.BroadcastChannel.html) just to avoid leaving mb2 data in the browser cache. I haven't looked into it enough yet to make up my mind.
1.0
replace various Yew services in anticipation of 0.19 - Replace the Yew services that we use with [the ones suggested by Yew](https://yew.rs/concepts/services). I think the only three we are still using (I already replaced `WebSocketService` are: - [x] Resize - [x] Timeout - [x] Storage - [x] Render I haven't been following yew development closely enough to know how soon 0.19 will be released, but we don't have a lot of lines of code using these services, so it should be pretty easy to replace them. However when I replace `StorageService`, I may want to refactor and use [BroadcastChannel](https://docs.rs/web-sys/latest/web_sys/struct.BroadcastChannel.html) just to avoid leaving mb2 data in the browser cache. I haven't looked into it enough yet to make up my mind.
priority
replace various yew services in anticipation of replace the yew services that we use with i think the only three we are still using i already replaced websocketservice are resize timeout storage render i haven t been following yew development closely enough to know how soon will be released but we don t have a lot of lines of code using these services so it should be pretty easy to replace them however when i replace storageservice i may want to refactor and use just to avoid leaving data in the browser cache i haven t looked into it enough yet to make up my mind
1
210,597
7,191,377,227
IssuesEvent
2018-02-02 20:47:00
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
Mysterious error when trying to propose law
High Priority
Arend had a bunch of laws that he wasn't allowed to pass. They look valid. An error bar is shown with no message in it. ![image](https://user-images.githubusercontent.com/23460210/35754088-0e4abf5c-0817-11e8-9b0e-cffb7a9e389e.png) ![image](https://user-images.githubusercontent.com/23460210/35754102-16278f84-0817-11e8-88f9-7ee4b8076e80.png)
1.0
Mysterious error when trying to propose law - Arend had a bunch of laws that he wasn't allowed to pass. They look valid. An error bar is shown with no message in it. ![image](https://user-images.githubusercontent.com/23460210/35754088-0e4abf5c-0817-11e8-9b0e-cffb7a9e389e.png) ![image](https://user-images.githubusercontent.com/23460210/35754102-16278f84-0817-11e8-88f9-7ee4b8076e80.png)
priority
mysterious error when trying to propose law arend had a bunch of laws that he wasn t allowed to pass they look valid an error bar is shown with no message in it
1
443,088
12,759,451,011
IssuesEvent
2020-06-29 05:52:37
wso2/micro-integrator
https://api.github.com/repos/wso2/micro-integrator
closed
Registry resources are not getting removed upon the capp undeployment
Priority/High bug
**Description:** The registry resources are remaining even the capp is undeployed **Suggested Labels:** <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> **Suggested Assignees:** <!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees--> **Affected Product Version:** **OS, DB, other environment details and versions:** **Steps to reproduce:** **Related Issues:** <!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
1.0
Registry resources are not getting removed upon the capp undeployment - **Description:** The registry resources are remaining even the capp is undeployed **Suggested Labels:** <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> **Suggested Assignees:** <!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees--> **Affected Product Version:** **OS, DB, other environment details and versions:** **Steps to reproduce:** **Related Issues:** <!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
priority
registry resources are not getting removed upon the capp undeployment description the registry resources are remaining even the capp is undeployed suggested labels suggested assignees affected product version os db other environment details and versions steps to reproduce related issues
1
109,873
4,414,884,221
IssuesEvent
2016-08-13 18:28:29
ocombe/ng2-translate
https://api.github.com/repos/ocombe/ng2-translate
closed
Name error in translate.service.d.ts
Priority: high Status: TODO Type: bug
TypeScript is finding an error on line 162 in the declaration of getBrowserLang() `error TS2304: Cannot find name 'undefined'. ` Apparently declaring undefined is not permitted on typescript version 1.8.10: https://github.com/Microsoft/TypeScript/pull/5420 EDIT: I'm using ng2-translate@2.4.0 btw.
1.0
Name error in translate.service.d.ts - TypeScript is finding an error on line 162 in the declaration of getBrowserLang() `error TS2304: Cannot find name 'undefined'. ` Apparently declaring undefined is not permitted on typescript version 1.8.10: https://github.com/Microsoft/TypeScript/pull/5420 EDIT: I'm using ng2-translate@2.4.0 btw.
priority
name error in translate service d ts typescript is finding an error on line in the declaration of getbrowserlang error cannot find name undefined apparently declaring undefined is not permitted on typescript version edit i m using translate btw
1
653,861
21,628,870,208
IssuesEvent
2022-05-05 07:32:50
HEPData/hepdata
https://api.github.com/repos/HEPData/hepdata
opened
fixes: push XML to DataCite after changing file type to HistFactory
type: bug priority: high complexity: low
The `data cite_resource.xml` file contains a line: https://github.com/HEPData/hepdata/blob/12565ca37a76dc9903877a3d74f1ccf5f9611e9c/hepdata/modules/records/templates/hepdata_records/formats/datacite/datacite_resource.xml#L34 After changing the resource `file_type` to HistFactory via the changes made in PR #504, the XML metadata of the resource file should be updated by pushing to the DataCite server. This should be done for all versions of finished records that have an affected resource file.
1.0
fixes: push XML to DataCite after changing file type to HistFactory - The `data cite_resource.xml` file contains a line: https://github.com/HEPData/hepdata/blob/12565ca37a76dc9903877a3d74f1ccf5f9611e9c/hepdata/modules/records/templates/hepdata_records/formats/datacite/datacite_resource.xml#L34 After changing the resource `file_type` to HistFactory via the changes made in PR #504, the XML metadata of the resource file should be updated by pushing to the DataCite server. This should be done for all versions of finished records that have an affected resource file.
priority
fixes push xml to datacite after changing file type to histfactory the data cite resource xml file contains a line after changing the resource file type to histfactory via the changes made in pr the xml metadata of the resource file should be updated by pushing to the datacite server this should be done for all versions of finished records that have an affected resource file
1
648,758
21,193,389,357
IssuesEvent
2022-04-08 20:18:26
Aam-Digital/ndb-core
https://api.github.com/repos/Aam-Digital/ndb-core
closed
Allow export of attendance list for a single event
Status: High Priority Type: Improvement
On special request of users we should add a simple export option to the event details view (NoteDetails). Users should be able to export the list of all participants with their attendance status as a csv file. Suggested approach: - add a "vertical three dot" menu next to the save buttons at the bottom of NoteDetails (matching the UI of the EntitySubrecord's details popup that hides the delete option behind the 3 dots) with an "Export participant list" option - make a very simple download available with one row per participant.
1.0
Allow export of attendance list for a single event - On special request of users we should add a simple export option to the event details view (NoteDetails). Users should be able to export the list of all participants with their attendance status as a csv file. Suggested approach: - add a "vertical three dot" menu next to the save buttons at the bottom of NoteDetails (matching the UI of the EntitySubrecord's details popup that hides the delete option behind the 3 dots) with an "Export participant list" option - make a very simple download available with one row per participant.
priority
allow export of attendance list for a single event on special request of users we should add a simple export option to the event details view notedetails users should be able to export the list of all participants with their attendance status as a csv file suggested approach add a vertical three dot menu next to the save buttons at the bottom of notedetails matching the ui of the entitysubrecord s details popup that hides the delete option behind the dots with an export participant list option make a very simple download available with one row per participant
1
208,547
7,155,775,567
IssuesEvent
2018-01-26 14:08:07
canonical-websites/manager.assets.ubuntu.com
https://api.github.com/repos/canonical-websites/manager.assets.ubuntu.com
closed
Run with both python2 and python3
Priority: High Status: Triaged Type: Bug
Make this project run with both python2 and python3. E.g.: ``` bash virtualenv env2 python3 -m venv env3 env2/bin/pip install -r requirements.txt env3/bin/pip install -r requirements.txt # Run with python2 env2/bin/python manage.py runserver # Run with python3 env3/bin/python manage.py runserver ```
1.0
Run with both python2 and python3 - Make this project run with both python2 and python3. E.g.: ``` bash virtualenv env2 python3 -m venv env3 env2/bin/pip install -r requirements.txt env3/bin/pip install -r requirements.txt # Run with python2 env2/bin/python manage.py runserver # Run with python3 env3/bin/python manage.py runserver ```
priority
run with both and make this project run with both and e g bash virtualenv m venv bin pip install r requirements txt bin pip install r requirements txt run with bin python manage py runserver run with bin python manage py runserver
1
626,497
19,825,196,542
IssuesEvent
2022-01-20 05:10:51
Vyxal/Vyxal
https://api.github.com/repos/Vyxal/Vyxal
closed
`__gt__`, `__lt__`, etc aren't defined for lazylists
priority: high
What it says on the title. This means lazylists can't be normally compared which can cause problems when, say, sorting by lazylists.
1.0
`__gt__`, `__lt__`, etc aren't defined for lazylists - What it says on the title. This means lazylists can't be normally compared which can cause problems when, say, sorting by lazylists.
priority
gt lt etc aren t defined for lazylists what it says on the title this means lazylists can t be normally compared which can cause problems when say sorting by lazylists
1
802,205
28,781,137,189
IssuesEvent
2023-05-02 00:50:40
meerk40t/meerk40t
https://api.github.com/repos/meerk40t/meerk40t
closed
[0.8.2] Simulate & Burn only burn a small part of project
Type: Bug Status: Completed Priority: High Context: Optimizations Work: Completed
![image](https://user-images.githubusercontent.com/3001893/233854789-763db866-b437-4ce8-bd27-4e6c9eb51eb5.png) Simulate take a long time to optimise and then shows this: ![image](https://user-images.githubusercontent.com/3001893/233854821-273f0178-7ded-434e-bfa7-7a0062cb2f71.png) Greedy optimise seems to be considering all the elements given the time it takes, but then only simulates/burns the first path. Actual burn is similar. Unchecking Burn Inner First makes it work - unchecking Group Inner Burns makes it burn all inner elements but edges still don't burn. So it looks like an issue with Burn Inner first. I get the same issue with 0.7.9. Here is the file: [tinydoctorsvg x4 195x205](https://user-images.githubusercontent.com/3001893/233854850-5de68a2c-33be-43f9-9430-dafd39feb016.svg)
1.0
[0.8.2] Simulate & Burn only burn a small part of project - ![image](https://user-images.githubusercontent.com/3001893/233854789-763db866-b437-4ce8-bd27-4e6c9eb51eb5.png) Simulate take a long time to optimise and then shows this: ![image](https://user-images.githubusercontent.com/3001893/233854821-273f0178-7ded-434e-bfa7-7a0062cb2f71.png) Greedy optimise seems to be considering all the elements given the time it takes, but then only simulates/burns the first path. Actual burn is similar. Unchecking Burn Inner First makes it work - unchecking Group Inner Burns makes it burn all inner elements but edges still don't burn. So it looks like an issue with Burn Inner first. I get the same issue with 0.7.9. Here is the file: [tinydoctorsvg x4 195x205](https://user-images.githubusercontent.com/3001893/233854850-5de68a2c-33be-43f9-9430-dafd39feb016.svg)
priority
simulate burn only burn a small part of project simulate take a long time to optimise and then shows this greedy optimise seems to be considering all the elements given the time it takes but then only simulates burns the first path actual burn is similar unchecking burn inner first makes it work unchecking group inner burns makes it burn all inner elements but edges still don t burn so it looks like an issue with burn inner first i get the same issue with here is the file
1
565,233
16,757,223,735
IssuesEvent
2021-06-13 03:10:22
syvita/daoos
https://api.github.com/repos/syvita/daoos
opened
Dashboard UI
⚠️ High Priority ✨ Next.js 💡 Feature
### Task Implement the Dashboard UI for both [desktop](https://www.figma.com/proto/F8qFmJv4Vq90zfR9QHnaGw/Dao-UI?node-id=92%3A1171&scaling=min-zoom) and [responsive](https://www.figma.com/proto/qgJqserxx5gP4vWiCj9PCX/DAO-UI?node-id=33%3A2498&scaling=min-zoom) views. This task is not concerned with: - Using real data. - Implementing authentication. - Implementing application functionality. These will be addressed in separate issues. ### Acceptance criteria - Desktop and responsive dashboard views match the designs linked above. - Components are created for the page and are ready for real data injection. - Both desktop and responsive views have been tested by multiple users on multiple devices to curtail the risk of UI bugs.
1.0
Dashboard UI - ### Task Implement the Dashboard UI for both [desktop](https://www.figma.com/proto/F8qFmJv4Vq90zfR9QHnaGw/Dao-UI?node-id=92%3A1171&scaling=min-zoom) and [responsive](https://www.figma.com/proto/qgJqserxx5gP4vWiCj9PCX/DAO-UI?node-id=33%3A2498&scaling=min-zoom) views. This task is not concerned with: - Using real data. - Implementing authentication. - Implementing application functionality. These will be addressed in separate issues. ### Acceptance criteria - Desktop and responsive dashboard views match the designs linked above. - Components are created for the page and are ready for real data injection. - Both desktop and responsive views have been tested by multiple users on multiple devices to curtail the risk of UI bugs.
priority
dashboard ui task implement the dashboard ui for both and views this task is not concerned with using real data implementing authentication implementing application functionality these will be addressed in separate issues acceptance criteria desktop and responsive dashboard views match the designs linked above components are created for the page and are ready for real data injection both desktop and responsive views have been tested by multiple users on multiple devices to curtail the risk of ui bugs
1
565,242
16,757,524,548
IssuesEvent
2021-06-13 05:05:59
DataSeer/dataseer-web
https://api.github.com/repos/DataSeer/dataseer-web
closed
Are titles non selectable for a reason?
Needed for Production version high priority
ASAP wants us to note when the authors should provide an experimental protocol for each part of their article. At the moment we're noting this as a 'dataset' on the first sentence of that section, but it would be clearer to the authors if we highlight the section title instead. ![Screen Shot 2021-05-01 at 11 48 15 AM](https://user-images.githubusercontent.com/49563305/116792031-2eea4c80-aa73-11eb-8ea7-04f24a910096.png)
1.0
Are titles non selectable for a reason? - ASAP wants us to note when the authors should provide an experimental protocol for each part of their article. At the moment we're noting this as a 'dataset' on the first sentence of that section, but it would be clearer to the authors if we highlight the section title instead. ![Screen Shot 2021-05-01 at 11 48 15 AM](https://user-images.githubusercontent.com/49563305/116792031-2eea4c80-aa73-11eb-8ea7-04f24a910096.png)
priority
are titles non selectable for a reason asap wants us to note when the authors should provide an experimental protocol for each part of their article at the moment we re noting this as a dataset on the first sentence of that section but it would be clearer to the authors if we highlight the section title instead
1
670,346
22,686,489,339
IssuesEvent
2022-07-04 14:33:38
onaio/onadata
https://api.github.com/repos/onaio/onadata
closed
Export GeoJSON as a media attachment
API Priority: High Has-PR Module: Charts Module: Datasets Module: Uploads Enhancement E5
## Suggested Feature / Enhancement Export GeoJSON as a media attachment. Related to #2240 ## Benefits of implementing the feature/enhancement An existing dataset can be linked as a GeoJSON media attachment ## Suggested implementation plan(Steps to be taken to implement feature)
1.0
Export GeoJSON as a media attachment - ## Suggested Feature / Enhancement Export GeoJSON as a media attachment. Related to #2240 ## Benefits of implementing the feature/enhancement An existing dataset can be linked as a GeoJSON media attachment ## Suggested implementation plan(Steps to be taken to implement feature)
priority
export geojson as a media attachment suggested feature enhancement export geojson as a media attachment related to benefits of implementing the feature enhancement an existing dataset can be linked as a geojson media attachment suggested implementation plan steps to be taken to implement feature
1
261,189
8,227,716,189
IssuesEvent
2018-09-07 00:39:34
layersoflondon/application
https://api.github.com/repos/layersoflondon/application
closed
Edit record: Error messages
Functionally important High priority Is broken without
I couldn't save a record, because I'd had refreshed while editing it and it had lost it's 'place'. Needs some error messaging to help users get round issues like this.
1.0
Edit record: Error messages - I couldn't save a record, because I'd had refreshed while editing it and it had lost it's 'place'. Needs some error messaging to help users get round issues like this.
priority
edit record error messages i couldn t save a record because i d had refreshed while editing it and it had lost it s place needs some error messaging to help users get round issues like this
1
215,177
7,292,467,672
IssuesEvent
2018-02-25 01:27:13
trimstray/sslmerge
https://api.github.com/repos/trimstray/sslmerge
closed
Improvement output when CN is missing.
Priority: High Status: Completed Type: Enhancement
Next Release: **[testing](https://github.com/trimstray/sslmerge/tree/testing)** Status: **In Progress** The problem is the lack of the CN field for the last certificate in the chain. **How can reproduce the problem?** Properly chain for google.com is: ```bash Certificate chain 0 s:/C=US/ST=California/L=Mountain View/O=Google Inc/CN=*.google.com i:/C=US/O=Google Inc/CN=Google Internet Authority G2 1 s:/C=US/O=Google Inc/CN=Google Internet Authority G2 i:/C=US/O=GeoTrust Inc./CN=GeoTrust Global CA 2 s:/C=US/O=GeoTrust Inc./CN=GeoTrust Global CA i:/C=US/O=Equifax/OU=Equifax Secure Certificate Authority ``` 1) Show certificate chain for google.com: ```bash echo | openssl s_client -connect google.com:443 -servername google.com -showcerts ``` 2) Download all certificates (manually) 3) Run **sslmerge**: ```bash sslmerge -i /tmp/example/ -o /tmp/output.crt (ServerCertificate.crt) (Identity Certificate) S:(a18bd28a):(*.google.com) I:(c4c7a654):(GoogleInternetAuthorityG2) (Intermediate1.crt) (Intermediate Certificate) S:(c4c7a654):(GoogleInternetAuthorityG2) I:(2c543cd1):(GeoTrustGlobalCA) (Intermediate2.crt) (Intermediate Certificate) S:(2c543cd1):(GeoTrustGlobalCA) I:(578d5c04):() (RootCertificate.crt) (Root Certificate) S:(578d5c04):() I:(578d5c04):() Result: chain generated correctly ``` You will see empty fields for the certificate marked with an identifier **578d5c04**.
1.0
Improvement output when CN is missing. - Next Release: **[testing](https://github.com/trimstray/sslmerge/tree/testing)** Status: **In Progress** The problem is the lack of the CN field for the last certificate in the chain. **How can reproduce the problem?** Properly chain for google.com is: ```bash Certificate chain 0 s:/C=US/ST=California/L=Mountain View/O=Google Inc/CN=*.google.com i:/C=US/O=Google Inc/CN=Google Internet Authority G2 1 s:/C=US/O=Google Inc/CN=Google Internet Authority G2 i:/C=US/O=GeoTrust Inc./CN=GeoTrust Global CA 2 s:/C=US/O=GeoTrust Inc./CN=GeoTrust Global CA i:/C=US/O=Equifax/OU=Equifax Secure Certificate Authority ``` 1) Show certificate chain for google.com: ```bash echo | openssl s_client -connect google.com:443 -servername google.com -showcerts ``` 2) Download all certificates (manually) 3) Run **sslmerge**: ```bash sslmerge -i /tmp/example/ -o /tmp/output.crt (ServerCertificate.crt) (Identity Certificate) S:(a18bd28a):(*.google.com) I:(c4c7a654):(GoogleInternetAuthorityG2) (Intermediate1.crt) (Intermediate Certificate) S:(c4c7a654):(GoogleInternetAuthorityG2) I:(2c543cd1):(GeoTrustGlobalCA) (Intermediate2.crt) (Intermediate Certificate) S:(2c543cd1):(GeoTrustGlobalCA) I:(578d5c04):() (RootCertificate.crt) (Root Certificate) S:(578d5c04):() I:(578d5c04):() Result: chain generated correctly ``` You will see empty fields for the certificate marked with an identifier **578d5c04**.
priority
improvement output when cn is missing next release status in progress the problem is the lack of the cn field for the last certificate in the chain how can reproduce the problem properly chain for google com is bash certificate chain s c us st california l mountain view o google inc cn google com i c us o google inc cn google internet authority s c us o google inc cn google internet authority i c us o geotrust inc cn geotrust global ca s c us o geotrust inc cn geotrust global ca i c us o equifax ou equifax secure certificate authority show certificate chain for google com bash echo openssl s client connect google com servername google com showcerts download all certificates manually run sslmerge bash sslmerge i tmp example o tmp output crt servercertificate crt identity certificate s google com i crt intermediate certificate s i geotrustglobalca crt intermediate certificate s geotrustglobalca i rootcertificate crt root certificate s i result chain generated correctly you will see empty fields for the certificate marked with an identifier
1
303,734
9,310,088,429
IssuesEvent
2019-03-25 17:55:41
department-of-veterans-affairs/caseflow
https://api.github.com/repos/department-of-veterans-affairs/caseflow
closed
Intake | Close Appeal request issues only if closed tasks
In-Progress bug-high-priority caseflow-intake foxtrot sierra
Per @aroltsch > for the appeal, we should only close the request issue if the appeal has closed BvaDispatchTask tasks See thread in https://dsva.slack.com/archives/C754H751T/p1553001634188200 > we should also reopen request issues that were closed and we might need to backfill missing decision issues
1.0
Intake | Close Appeal request issues only if closed tasks - Per @aroltsch > for the appeal, we should only close the request issue if the appeal has closed BvaDispatchTask tasks See thread in https://dsva.slack.com/archives/C754H751T/p1553001634188200 > we should also reopen request issues that were closed and we might need to backfill missing decision issues
priority
intake close appeal request issues only if closed tasks per aroltsch for the appeal we should only close the request issue if the appeal has closed bvadispatchtask tasks see thread in we should also reopen request issues that were closed and we might need to backfill missing decision issues
1
814,261
30,497,502,990
IssuesEvent
2023-07-18 11:55:09
Polarts/feel-tracker
https://api.github.com/repos/Polarts/feel-tracker
closed
Filter Modal
high priority
# Requirements Consider using [react-modal](https://www.npmjs.com/package/react-modal) to implement this feature. ## Generic Modal Since all the modals in the system have a common design, it's best to have a generic component to avoid code duplication. - [ ] Add a `ModalPopup` component to `src/components/generic` - [ ] The component should have the following props: - `title: string` - `primaryButtonText: string` - `secondaryButtonText: string` - `onButtonClick: (button: 'primary' | 'secondary' | 'close') => void` You may also propagate the props of a modal component from a library if you choose to use one. ## Filter Modal - [ ] Add a `FilterModal` component to `src/components/shared`. Use the generic `ModalPopup` component to implement it. - [ ] The component should use the `CategoriesContext` to show a list of categories. - [ ] Each category shown has a checkbox, with a special checkbox of "All Categories" at the top, checked by default. - [ ] Checking any category would make the "All Categories" unchecked. - [ ] Checking "All Categories" would uncheck any other category and set `selectedCategories` in the context to null/undefined (or any value you choose to indicate everything is selected). - [ ] Clicking "Reset" should revert the state to "All Categories". # Design: ![image](https://user-images.githubusercontent.com/30803298/235184646-8cee7155-999d-4e36-8c52-fcc566a92e40.png)
1.0
Filter Modal - # Requirements Consider using [react-modal](https://www.npmjs.com/package/react-modal) to implement this feature. ## Generic Modal Since all the modals in the system have a common design, it's best to have a generic component to avoid code duplication. - [ ] Add a `ModalPopup` component to `src/components/generic` - [ ] The component should have the following props: - `title: string` - `primaryButtonText: string` - `secondaryButtonText: string` - `onButtonClick: (button: 'primary' | 'secondary' | 'close') => void` You may also propagate the props of a modal component from a library if you choose to use one. ## Filter Modal - [ ] Add a `FilterModal` component to `src/components/shared`. Use the generic `ModalPopup` component to implement it. - [ ] The component should use the `CategoriesContext` to show a list of categories. - [ ] Each category shown has a checkbox, with a special checkbox of "All Categories" at the top, checked by default. - [ ] Checking any category would make the "All Categories" unchecked. - [ ] Checking "All Categories" would uncheck any other category and set `selectedCategories` in the context to null/undefined (or any value you choose to indicate everything is selected). - [ ] Clicking "Reset" should revert the state to "All Categories". # Design: ![image](https://user-images.githubusercontent.com/30803298/235184646-8cee7155-999d-4e36-8c52-fcc566a92e40.png)
priority
filter modal requirements consider using to implement this feature generic modal since all the modals in the system have a common design it s best to have a generic component to avoid code duplication add a modalpopup component to src components generic the component should have the following props title string primarybuttontext string secondarybuttontext string onbuttonclick button primary secondary close void you may also propagate the props of a modal component from a library if you choose to use one filter modal add a filtermodal component to src components shared use the generic modalpopup component to implement it the component should use the categoriescontext to show a list of categories each category shown has a checkbox with a special checkbox of all categories at the top checked by default checking any category would make the all categories unchecked checking all categories would uncheck any other category and set selectedcategories in the context to null undefined or any value you choose to indicate everything is selected clicking reset should revert the state to all categories design
1
274,208
8,558,510,081
IssuesEvent
2018-11-08 18:28:42
CSBiology/BioFSharp
https://api.github.com/repos/CSBiology/BioFSharp
opened
Refactoring and inclusion of our next generation sequencing pipeline
priority-high project-IO
### Description Several tools for the analysis of next generation sequencing data have been developed in the workgroup during the last months. These need to be refactored and added to the project. This includes: - modeling of the GeneOmnibus FTP server structure - SOFT reader - SRAToolkit wrapper - Nora wrapper - FastP wrapper
1.0
Refactoring and inclusion of our next generation sequencing pipeline - ### Description Several tools for the analysis of next generation sequencing data have been developed in the workgroup during the last months. These need to be refactored and added to the project. This includes: - modeling of the GeneOmnibus FTP server structure - SOFT reader - SRAToolkit wrapper - Nora wrapper - FastP wrapper
priority
refactoring and inclusion of our next generation sequencing pipeline description several tools for the analysis of next generation sequencing data have been developed in the workgroup during the last months these need to be refactored and added to the project this includes modeling of the geneomnibus ftp server structure soft reader sratoolkit wrapper nora wrapper fastp wrapper
1
652,351
21,528,838,609
IssuesEvent
2022-04-28 21:30:06
okTurtles/group-income
https://api.github.com/repos/okTurtles/group-income
closed
Design QR code component
App:Frontend Priority:High Note:UI/UX
### Problem There are a few situations when we will need to display a QR code to the user: - When displaying a cryptocurrency address to send funds to - When authorizing multiple devices to be used with a single account/identity (e.g. associating a phone and a desktop computer with the same identity) ### Solution For all such situations, we need both desktop and mobile versions of a component that can display high-density QR codes (meaning: lots of little black and white squares), alongside other potential useful information. It's OK to include this as part of a modal that appears, and use the modal's existing mobile/desktop UI for it. The info that should be displayed should include: - A title describing what the QR code is - The QR code - A description of what to do, (e.g. "Scan this QR code to send a payment to Zach.", or "Scan this QR code with your phone to log into your account on your iOS/Android phone.") - A way to copy the text-version of the QR code (e.g. long-press the QR code, and/or tap a button) - A way to dismiss the dialog (I guess this already comes with the modal, but you might want something else, who knows!)
1.0
Design QR code component - ### Problem There are a few situations when we will need to display a QR code to the user: - When displaying a cryptocurrency address to send funds to - When authorizing multiple devices to be used with a single account/identity (e.g. associating a phone and a desktop computer with the same identity) ### Solution For all such situations, we need both desktop and mobile versions of a component that can display high-density QR codes (meaning: lots of little black and white squares), alongside other potential useful information. It's OK to include this as part of a modal that appears, and use the modal's existing mobile/desktop UI for it. The info that should be displayed should include: - A title describing what the QR code is - The QR code - A description of what to do, (e.g. "Scan this QR code to send a payment to Zach.", or "Scan this QR code with your phone to log into your account on your iOS/Android phone.") - A way to copy the text-version of the QR code (e.g. long-press the QR code, and/or tap a button) - A way to dismiss the dialog (I guess this already comes with the modal, but you might want something else, who knows!)
priority
design qr code component problem there are a few situations when we will need to display a qr code to the user when displaying a cryptocurrency address to send funds to when authorizing multiple devices to be used with a single account identity e g associating a phone and a desktop computer with the same identity solution for all such situations we need both desktop and mobile versions of a component that can display high density qr codes meaning lots of little black and white squares alongside other potential useful information it s ok to include this as part of a modal that appears and use the modal s existing mobile desktop ui for it the info that should be displayed should include a title describing what the qr code is the qr code a description of what to do e g scan this qr code to send a payment to zach or scan this qr code with your phone to log into your account on your ios android phone a way to copy the text version of the qr code e g long press the qr code and or tap a button a way to dismiss the dialog i guess this already comes with the modal but you might want something else who knows
1
534,529
15,624,838,906
IssuesEvent
2021-03-21 04:51:33
bluecherrydvr/bluecherry-apps
https://api.github.com/repos/bluecherrydvr/bluecherry-apps
closed
Missing input validation in "General Settings"
Priority High Web
Settings values typed by users must be validated. Now for example saving with empty "SMTP From value" breaks web interface in 2.7.9 and older versions. Every input field must be validated before saving to database
1.0
Missing input validation in "General Settings" - Settings values typed by users must be validated. Now for example saving with empty "SMTP From value" breaks web interface in 2.7.9 and older versions. Every input field must be validated before saving to database
priority
missing input validation in general settings settings values typed by users must be validated now for example saving with empty smtp from value breaks web interface in and older versions every input field must be validated before saving to database
1
480,236
13,838,360,654
IssuesEvent
2020-10-14 06:05:20
AY2021S1-CS2103T-W13-3/tp
https://api.github.com/repos/AY2021S1-CS2103T-W13-3/tp
opened
List Panel Refreshing in the GUI
priority.High type.Task
Currently, only the `find` command causes the list panel in the JavaFX GUI to update automatically. Let's ensure that Homerce will update list panels for all categories (appointment, client, etc) for commands other than `find`, such as `add`, `edit`, and `clear`.
1.0
List Panel Refreshing in the GUI - Currently, only the `find` command causes the list panel in the JavaFX GUI to update automatically. Let's ensure that Homerce will update list panels for all categories (appointment, client, etc) for commands other than `find`, such as `add`, `edit`, and `clear`.
priority
list panel refreshing in the gui currently only the find command causes the list panel in the javafx gui to update automatically let s ensure that homerce will update list panels for all categories appointment client etc for commands other than find such as add edit and clear
1
305,199
9,360,430,901
IssuesEvent
2019-04-02 09:24:52
CS2103-AY1819S2-W16-2/main
https://api.github.com/repos/CS2103-AY1819S2-W16-2/main
opened
Implement select command for pinned contacts
priority.High severity.Medium status.Ongoing type.Bug
Implement new "pinselect" command to select pinned contacts and fix exceptions thrown when clicking pinned persons
1.0
Implement select command for pinned contacts - Implement new "pinselect" command to select pinned contacts and fix exceptions thrown when clicking pinned persons
priority
implement select command for pinned contacts implement new pinselect command to select pinned contacts and fix exceptions thrown when clicking pinned persons
1
819,247
30,725,200,479
IssuesEvent
2023-07-27 19:03:09
MichaelManem/CassePonPong
https://api.github.com/repos/MichaelManem/CassePonPong
closed
METEO !!!!!!!! (Modification dans la game toutes les 30sec)
priority: high
Pendant le New Pong - Si on active la météo alors il y a un changement dans la game toute les 30sec? (pendant 10sec ?) - [ ] Brique bouge - [ ] Brique reset position/reset map - [ ] Ball speed up/down - [ ] Ball grossis/rétrécis - [ ] Pong grossis/retrecis - [ ] Ball traverse les brigues => Ghost Ball - [ ] Speed up/down pong - [ ] Reset ball at center every 10sec
1.0
METEO !!!!!!!! (Modification dans la game toutes les 30sec) - Pendant le New Pong - Si on active la météo alors il y a un changement dans la game toute les 30sec? (pendant 10sec ?) - [ ] Brique bouge - [ ] Brique reset position/reset map - [ ] Ball speed up/down - [ ] Ball grossis/rétrécis - [ ] Pong grossis/retrecis - [ ] Ball traverse les brigues => Ghost Ball - [ ] Speed up/down pong - [ ] Reset ball at center every 10sec
priority
meteo modification dans la game toutes les pendant le new pong si on active la météo alors il y a un changement dans la game toute les pendant brique bouge brique reset position reset map ball speed up down ball grossis rétrécis pong grossis retrecis ball traverse les brigues ghost ball speed up down pong reset ball at center every
1
409,893
11,979,855,125
IssuesEvent
2020-04-07 08:20:53
IncendiaryCode/TimeTracker
https://api.github.com/repos/IncendiaryCode/TimeTracker
opened
Project table count is showing wrong.
Admin Bug New Priority: High
Users count of project table is showing wrong at project details page. <img width="1273" alt="Screen Shot 2020-04-07 at 1 34 14 PM" src="https://user-images.githubusercontent.com/41627571/78646491-be581700-78d6-11ea-81d4-a6f94b6dbe32.png">
1.0
Project table count is showing wrong. - Users count of project table is showing wrong at project details page. <img width="1273" alt="Screen Shot 2020-04-07 at 1 34 14 PM" src="https://user-images.githubusercontent.com/41627571/78646491-be581700-78d6-11ea-81d4-a6f94b6dbe32.png">
priority
project table count is showing wrong users count of project table is showing wrong at project details page img width alt screen shot at pm src
1