Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
957
labels
stringlengths
4
795
body
stringlengths
1
259k
index
stringclasses
12 values
text_combine
stringlengths
96
259k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
696,038
23,881,115,126
IssuesEvent
2022-09-08 01:20:13
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Global Illumination and lights.
Priority: Medium Category: Art Status: Fixed Status: Reopen Category: Gameplay Squad: Saguaro
0.9 with new setings is not fixed this old issue... Just look GI - off ceiling light and street light - too less light. ![20200215212830_1](https://user-images.githubusercontent.com/4980243/74593244-51dd3c00-503a-11ea-8c0a-09079a90e298.jpg) GI - on ceiling light ok, all other lamps - bad. ![20200215212839_1](https://user-images.githubusercontent.com/4980243/74593248-586bb380-503a-11ea-963e-bdf70d8ad12f.jpg) Also ceiling light have light source at center of model, i think its wrong.
1.0
Global Illumination and lights. - 0.9 with new setings is not fixed this old issue... Just look GI - off ceiling light and street light - too less light. ![20200215212830_1](https://user-images.githubusercontent.com/4980243/74593244-51dd3c00-503a-11ea-8c0a-09079a90e298.jpg) GI - on ceiling light ok, all other lamps - bad. ![20200215212839_1](https://user-images.githubusercontent.com/4980243/74593248-586bb380-503a-11ea-963e-bdf70d8ad12f.jpg) Also ceiling light have light source at center of model, i think its wrong.
priority
global illumination and lights with new setings is not fixed this old issue just look gi off ceiling light and street light too less light gi on ceiling light ok all other lamps bad also ceiling light have light source at center of model i think its wrong
1
76,987
3,506,235,001
IssuesEvent
2016-01-08 04:57:10
OregonCore/OregonCore
https://api.github.com/repos/OregonCore/OregonCore
closed
Windfury (BB #46)
migrated Priority: Medium Type: Bug
This issue was migrated from bitbucket. **Original Reporter:** murki **Original Date:** 27.02.2010 23:07:20 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** invalid **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/46 <hr> Right now it over procs and is basicly abusive. It should have a cooldown after it procs so it does not proc every hit or so. I think the cooldown is around 3 secs after proc till it can proc again.
1.0
Windfury (BB #46) - This issue was migrated from bitbucket. **Original Reporter:** murki **Original Date:** 27.02.2010 23:07:20 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** invalid **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/46 <hr> Right now it over procs and is basicly abusive. It should have a cooldown after it procs so it does not proc every hit or so. I think the cooldown is around 3 secs after proc till it can proc again.
priority
windfury bb this issue was migrated from bitbucket original reporter murki original date gmt original priority major original type bug original state invalid direct link right now it over procs and is basicly abusive it should have a cooldown after it procs so it does not proc every hit or so i think the cooldown is around secs after proc till it can proc again
1
648,665
21,191,458,180
IssuesEvent
2022-04-08 17:55:46
AY2122S2-CS2103T-T12-3/tp
https://api.github.com/repos/AY2122S2-CS2103T-T12-3/tp
closed
UML Diagrams for DG: Summarise Feature
type.Task priority.Medium
Create UML diagrams for summarise and its related window: PieChartWindow for DG.
1.0
UML Diagrams for DG: Summarise Feature - Create UML diagrams for summarise and its related window: PieChartWindow for DG.
priority
uml diagrams for dg summarise feature create uml diagrams for summarise and its related window piechartwindow for dg
1
335,035
10,148,073,303
IssuesEvent
2019-08-05 12:17:45
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[7.5.1] Contract 'Build Road' : Width, currency and payment will not be saved on close
Medium Priority
I created a contract with a Bild Road clause. Set the road width to 2 and at the payment clause set some currency and a payment value of 3.000. Close the Dialog by clicking X. ![image](https://user-images.githubusercontent.com/22961978/42414580-075af2c0-8238-11e8-9255-aae38e24d7dc.png) When I reopen the contract dialog the width configuration, the currency and the payment are gone (and being reset to the default) ![image](https://user-images.githubusercontent.com/22961978/42414585-0e6bf514-8238-11e8-8838-cc1cdac62da7.png)
1.0
[7.5.1] Contract 'Build Road' : Width, currency and payment will not be saved on close - I created a contract with a Bild Road clause. Set the road width to 2 and at the payment clause set some currency and a payment value of 3.000. Close the Dialog by clicking X. ![image](https://user-images.githubusercontent.com/22961978/42414580-075af2c0-8238-11e8-9255-aae38e24d7dc.png) When I reopen the contract dialog the width configuration, the currency and the payment are gone (and being reset to the default) ![image](https://user-images.githubusercontent.com/22961978/42414585-0e6bf514-8238-11e8-8838-cc1cdac62da7.png)
priority
contract build road width currency and payment will not be saved on close i created a contract with a bild road clause set the road width to and at the payment clause set some currency and a payment value of close the dialog by clicking x when i reopen the contract dialog the width configuration the currency and the payment are gone and being reset to the default
1
44,305
2,903,376,507
IssuesEvent
2015-06-18 13:08:24
nim-lang/Nim
https://api.github.com/repos/nim-lang/Nim
closed
Table returned from proc computed at compile time is missing keys:
Medium Priority VM
The output of: ```nimrod import tables proc html5tags*(): TableRef[string, string] = var html5tagsCache: Table[string,string] if true: new(result) html5tagsCache = initTable[string, string]() html5tagsCache["a"] = "a" html5tagsCache["abbr"] = "abbr" html5tagsCache["b"] = "b" html5tagsCache["element"] = "element" html5tagsCache["embed"] = "embed" html5tagsCache["fieldset"] = "fieldset" html5tagsCache["figcaption"] = "figcaption" html5tagsCache["figure"] = "figure" html5tagsCache["footer"] = "footer" html5tagsCache["header"] = "header" html5tagsCache["form"] = "form" html5tagsCache["head"] = "head" html5tagsCache["hr"] = "hr" html5tagsCache["html"] = "html" html5tagsCache["iframe"] = "iframe" html5tagsCache["img"] = "img" html5tagsCache["input"] = "input" html5tagsCache["keygen"] = "keygen" html5tagsCache["label"] = "label" html5tagsCache["legend"] = "legend" html5tagsCache["li"] = "li" html5tagsCache["link"] = "link" html5tagsCache["main"] = "main" html5tagsCache["map"] = "map" html5tagsCache["menu"] = "menu" html5tagsCache["menuitem"] = "menuitem" html5tagsCache["meta"] = "meta" html5tagsCache["meter"] = "master" html5tagsCache["noscript"] = "noscript" html5tagsCache["object"] = "object" html5tagsCache["ol"] = "ol" html5tagsCache["optgroup"] = "optgroup" html5tagsCache["option"] = "option" html5tagsCache["output"] = "output" html5tagsCache["p"] = "p" html5tagsCache["pre"] = "pre" html5tagsCache["param"] = "param" html5tagsCache["progress"] = "progress" html5tagsCache["q"] = "q" html5tagsCache["rp"] = "rp" html5tagsCache["rt"] = "rt" html5tagsCache["ruby"] = "ruby" html5tagsCache["s"] = "s" html5tagsCache["script"] = "script" html5tagsCache["select"] = "select" html5tagsCache["source"] = "source" html5tagsCache["style"] = "style" html5tagsCache["summary"] = "summary" html5tagsCache["table"] = "table" html5tagsCache["tbody"] = "tbody" html5tagsCache["thead"] = "thead" html5tagsCache["td"] = "td" html5tagsCache["th"] = "th" html5tagsCache["template"] = "template" html5tagsCache["textarea"] = "textarea" html5tagsCache["time"] = "time" html5tagsCache["title"] = "title" html5tagsCache["tr"] = "tr" html5tagsCache["track"] = "track" html5tagsCache["ul"] = "ul" html5tagsCache["video"] = "video" result[] = html5tagsCache static: for key, value in html5tags().pairs(): echo key ``` is missing keys. The use of initTable is the workaround for #1314. Here is my output: ``` tr table summary template track source time tbody ul textarea thead th script style select td title video ```
1.0
Table returned from proc computed at compile time is missing keys: - The output of: ```nimrod import tables proc html5tags*(): TableRef[string, string] = var html5tagsCache: Table[string,string] if true: new(result) html5tagsCache = initTable[string, string]() html5tagsCache["a"] = "a" html5tagsCache["abbr"] = "abbr" html5tagsCache["b"] = "b" html5tagsCache["element"] = "element" html5tagsCache["embed"] = "embed" html5tagsCache["fieldset"] = "fieldset" html5tagsCache["figcaption"] = "figcaption" html5tagsCache["figure"] = "figure" html5tagsCache["footer"] = "footer" html5tagsCache["header"] = "header" html5tagsCache["form"] = "form" html5tagsCache["head"] = "head" html5tagsCache["hr"] = "hr" html5tagsCache["html"] = "html" html5tagsCache["iframe"] = "iframe" html5tagsCache["img"] = "img" html5tagsCache["input"] = "input" html5tagsCache["keygen"] = "keygen" html5tagsCache["label"] = "label" html5tagsCache["legend"] = "legend" html5tagsCache["li"] = "li" html5tagsCache["link"] = "link" html5tagsCache["main"] = "main" html5tagsCache["map"] = "map" html5tagsCache["menu"] = "menu" html5tagsCache["menuitem"] = "menuitem" html5tagsCache["meta"] = "meta" html5tagsCache["meter"] = "master" html5tagsCache["noscript"] = "noscript" html5tagsCache["object"] = "object" html5tagsCache["ol"] = "ol" html5tagsCache["optgroup"] = "optgroup" html5tagsCache["option"] = "option" html5tagsCache["output"] = "output" html5tagsCache["p"] = "p" html5tagsCache["pre"] = "pre" html5tagsCache["param"] = "param" html5tagsCache["progress"] = "progress" html5tagsCache["q"] = "q" html5tagsCache["rp"] = "rp" html5tagsCache["rt"] = "rt" html5tagsCache["ruby"] = "ruby" html5tagsCache["s"] = "s" html5tagsCache["script"] = "script" html5tagsCache["select"] = "select" html5tagsCache["source"] = "source" html5tagsCache["style"] = "style" html5tagsCache["summary"] = "summary" html5tagsCache["table"] = "table" html5tagsCache["tbody"] = "tbody" html5tagsCache["thead"] = "thead" html5tagsCache["td"] = "td" html5tagsCache["th"] = "th" html5tagsCache["template"] = "template" html5tagsCache["textarea"] = "textarea" html5tagsCache["time"] = "time" html5tagsCache["title"] = "title" html5tagsCache["tr"] = "tr" html5tagsCache["track"] = "track" html5tagsCache["ul"] = "ul" html5tagsCache["video"] = "video" result[] = html5tagsCache static: for key, value in html5tags().pairs(): echo key ``` is missing keys. The use of initTable is the workaround for #1314. Here is my output: ``` tr table summary template track source time tbody ul textarea thead th script style select td title video ```
priority
table returned from proc computed at compile time is missing keys the output of nimrod import tables proc tableref var table if true new result inittable a abbr b element embed fieldset figcaption figure footer header form head hr html iframe img input keygen label legend li link main map menu menuitem meta master noscript object ol optgroup option output p pre param progress q rp rt ruby s script select source style summary table tbody thead td th template textarea time title tr track ul video result static for key value in pairs echo key is missing keys the use of inittable is the workaround for here is my output tr table summary template track source time tbody ul textarea thead th script style select td title video
1
48,773
2,999,819,252
IssuesEvent
2015-07-23 21:01:57
zhengj2007/BFO-test
https://api.github.com/repos/zhengj2007/BFO-test
closed
'is part of' is not transitive
bug imported Priority-Medium
_From [dosu...@gmail.com](https://code.google.com/u/102674886352087815907/) on June 24, 2011 03:30:16_ The 'is part of' object property and its SubProperty 'is physical part of' do not have the property characteristic - transitive. Please fix this! _Original issue: http://code.google.com/p/bfo/issues/detail?id=16_
1.0
'is part of' is not transitive - _From [dosu...@gmail.com](https://code.google.com/u/102674886352087815907/) on June 24, 2011 03:30:16_ The 'is part of' object property and its SubProperty 'is physical part of' do not have the property characteristic - transitive. Please fix this! _Original issue: http://code.google.com/p/bfo/issues/detail?id=16_
priority
is part of is not transitive from on june the is part of object property and its subproperty is physical part of do not have the property characteristic transitive please fix this original issue
1
206,413
7,112,216,170
IssuesEvent
2018-01-17 16:23:24
carbon-design-system/carbon-components-react
https://api.github.com/repos/carbon-design-system/carbon-components-react
closed
ModalFooter isn't triggering onRequestSubmit when primary button is clicked
bug priority: medium
## Detailed description Bug where the ModalFooter isn't triggering onRequestSubmit function when the primary button is clicked. To reproduce, create a ModalFooter with a primary button and pass a function as it's onRequestSubmit property. Click the button and notice the onRequestSubmit function is never called. Check the code you can see line 268 in ComposedModal should be calling the onRequestSubmit property directly since there's no local method this.onRequestSubmit https://github.com/carbon-design-system/carbon-components-react/blob/b3dde29bf9fddd1ba73ee74d10619621b70c4b41/src/components/ComposedModal/ComposedModal.js#L268
1.0
ModalFooter isn't triggering onRequestSubmit when primary button is clicked - ## Detailed description Bug where the ModalFooter isn't triggering onRequestSubmit function when the primary button is clicked. To reproduce, create a ModalFooter with a primary button and pass a function as it's onRequestSubmit property. Click the button and notice the onRequestSubmit function is never called. Check the code you can see line 268 in ComposedModal should be calling the onRequestSubmit property directly since there's no local method this.onRequestSubmit https://github.com/carbon-design-system/carbon-components-react/blob/b3dde29bf9fddd1ba73ee74d10619621b70c4b41/src/components/ComposedModal/ComposedModal.js#L268
priority
modalfooter isn t triggering onrequestsubmit when primary button is clicked detailed description bug where the modalfooter isn t triggering onrequestsubmit function when the primary button is clicked to reproduce create a modalfooter with a primary button and pass a function as it s onrequestsubmit property click the button and notice the onrequestsubmit function is never called check the code you can see line in composedmodal should be calling the onrequestsubmit property directly since there s no local method this onrequestsubmit
1
105,384
4,234,889,654
IssuesEvent
2016-07-05 13:36:36
Apollo-Community/ApolloStation
https://api.github.com/repos/Apollo-Community/ApolloStation
closed
Robotics Network doesn't appear linked to the R&D Server
0.3 bug priority: medium
Despite being linked to the R&D, you cannot update the Robotics Console from the R&D server. Research remains at the level 1.
1.0
Robotics Network doesn't appear linked to the R&D Server - Despite being linked to the R&D, you cannot update the Robotics Console from the R&D server. Research remains at the level 1.
priority
robotics network doesn t appear linked to the r d server despite being linked to the r d you cannot update the robotics console from the r d server research remains at the level
1
606,862
18,769,566,488
IssuesEvent
2021-11-06 15:32:57
MasterCruelty/robbot
https://api.github.com/repos/MasterCruelty/robbot
opened
🐛 Fix /listrobuser
bug medium priority
If you type the command in private chat with the bot, it doesn't return the entire list of registered users. The query have to be fixed
1.0
🐛 Fix /listrobuser - If you type the command in private chat with the bot, it doesn't return the entire list of registered users. The query have to be fixed
priority
🐛 fix listrobuser if you type the command in private chat with the bot it doesn t return the entire list of registered users the query have to be fixed
1
642,259
20,871,936,259
IssuesEvent
2022-03-22 12:47:28
datavisyn/tdp_core
https://api.github.com/repos/datavisyn/tdp_core
closed
refactor view parameter
priority: medium type: refactor
atm. there is this get/set Parameter construct with an onChange handler. An alternative solution can be use to use an object for all params. Using a Proxy wrapper all changes can be tracked and e.g. trigger an event that view wrapper can use to track the parameter change.
1.0
refactor view parameter - atm. there is this get/set Parameter construct with an onChange handler. An alternative solution can be use to use an object for all params. Using a Proxy wrapper all changes can be tracked and e.g. trigger an event that view wrapper can use to track the parameter change.
priority
refactor view parameter atm there is this get set parameter construct with an onchange handler an alternative solution can be use to use an object for all params using a proxy wrapper all changes can be tracked and e g trigger an event that view wrapper can use to track the parameter change
1
102,464
4,155,950,367
IssuesEvent
2016-06-16 16:22:43
readium/readium-js-viewer
https://api.github.com/repos/readium/readium-js-viewer
opened
MathJax accessibility extensions integration, requires menu (currently disabled)
difficulty:Dev func:A11y func:MathML priority:Medium status:NeedMoreInfo type:Enhancement
See: https://www.mathjax.org/mathjax-accessibility-extensions-v1-now-available MathJax menu was removed: https://github.com/readium/readium-js-viewer/issues/490 https://github.com/readium/readium-js/commit/9e15c7d275f74af588d1378de7108e03260d2f23 https://github.com/readium/readium-shared-js/commit/26988df4ef4f7a615b08c56ec328a2b53d53cc8a + @pkra
1.0
MathJax accessibility extensions integration, requires menu (currently disabled) - See: https://www.mathjax.org/mathjax-accessibility-extensions-v1-now-available MathJax menu was removed: https://github.com/readium/readium-js-viewer/issues/490 https://github.com/readium/readium-js/commit/9e15c7d275f74af588d1378de7108e03260d2f23 https://github.com/readium/readium-shared-js/commit/26988df4ef4f7a615b08c56ec328a2b53d53cc8a + @pkra
priority
mathjax accessibility extensions integration requires menu currently disabled see mathjax menu was removed pkra
1
713,897
24,542,844,041
IssuesEvent
2022-10-12 06:14:03
bounswe/bounswe2022group8
https://api.github.com/repos/bounswe/bounswe2022group8
closed
GEN-12: Update Issue Template
enhancement Effort: Low Priority: Medium Status: review needed
### What's up? With the addition of our new member, group checklist issue template needs to be updated. ### To Do * Update group checklist issue template to include our new member. ### Deadline 15.10.2022 @24.00 ### Additional Information _No response_ ### Reviewers @MustafaEmreErengul
1.0
GEN-12: Update Issue Template - ### What's up? With the addition of our new member, group checklist issue template needs to be updated. ### To Do * Update group checklist issue template to include our new member. ### Deadline 15.10.2022 @24.00 ### Additional Information _No response_ ### Reviewers @MustafaEmreErengul
priority
gen update issue template what s up with the addition of our new member group checklist issue template needs to be updated to do update group checklist issue template to include our new member deadline additional information no response reviewers mustafaemreerengul
1
700,492
24,062,535,381
IssuesEvent
2022-09-17 02:46:09
meerk40t/meerk40t
https://api.github.com/repos/meerk40t/meerk40t
closed
rPi and general issues list (Tat's brother / @joerlane)
OS: rPi Priority: Medium Work: Complicated Type: Review
This list is copied from Discord and sequenced by whether it should be fixed in 0.7.6 or 0.8 or TBD. (Very easy fixes in 0.7.6, harder ones in 0.8 because of the difficulties in rolling such changes made in 0.7.6 int 0.8, TBD if fix complexity is unknown.) These were tested on rPi executable - we need to check whether they are rPi specific or also occur on other O/ses. ### TBD * [ ] Call Blob something more meaningful * [x] wxWait calls display a black box which says nothing? (O/s? rPi?) * [ ] rPi is missing tree open/close arrows - @joerlane says this is a Linux issue and depends on windows manager. Probably not fixable. * [x] When last CutObject clears and background reverts from red to grey cannot use emergency stop. * [ ] Raster with big white area caused a stall/stutter - unclear whether this is during raster image generation or during burn (in a burn it would be counterintuitive since instruction stream should be short) * [ ] View invert - doesn't work on rPi - should we drop it altogether? * [x] "Remove" should be for Ops branches, "Delete" for Element branches * [x] "Append operation"->"Add operation" (Use on Operations top node should pre-pend not append,) * [x] rPi simulation of cut was incorrectly zoomed * [x] Manually classified element without stroke to cut operation did not show in simulation - what should we do with elements with no stroke in vector ops? * [ ] Rasters appear grey in simulation but vectors show as colours - this is inconsistent. Should everything be grey scale and based on burn PPI i.e. use grey scale to show vector PPI (removed completed) Please feel free to edit this list and move items to where you think they should be put.
1.0
rPi and general issues list (Tat's brother / @joerlane) - This list is copied from Discord and sequenced by whether it should be fixed in 0.7.6 or 0.8 or TBD. (Very easy fixes in 0.7.6, harder ones in 0.8 because of the difficulties in rolling such changes made in 0.7.6 int 0.8, TBD if fix complexity is unknown.) These were tested on rPi executable - we need to check whether they are rPi specific or also occur on other O/ses. ### TBD * [ ] Call Blob something more meaningful * [x] wxWait calls display a black box which says nothing? (O/s? rPi?) * [ ] rPi is missing tree open/close arrows - @joerlane says this is a Linux issue and depends on windows manager. Probably not fixable. * [x] When last CutObject clears and background reverts from red to grey cannot use emergency stop. * [ ] Raster with big white area caused a stall/stutter - unclear whether this is during raster image generation or during burn (in a burn it would be counterintuitive since instruction stream should be short) * [ ] View invert - doesn't work on rPi - should we drop it altogether? * [x] "Remove" should be for Ops branches, "Delete" for Element branches * [x] "Append operation"->"Add operation" (Use on Operations top node should pre-pend not append,) * [x] rPi simulation of cut was incorrectly zoomed * [x] Manually classified element without stroke to cut operation did not show in simulation - what should we do with elements with no stroke in vector ops? * [ ] Rasters appear grey in simulation but vectors show as colours - this is inconsistent. Should everything be grey scale and based on burn PPI i.e. use grey scale to show vector PPI (removed completed) Please feel free to edit this list and move items to where you think they should be put.
priority
rpi and general issues list tat s brother joerlane this list is copied from discord and sequenced by whether it should be fixed in or or tbd very easy fixes in harder ones in because of the difficulties in rolling such changes made in int tbd if fix complexity is unknown these were tested on rpi executable we need to check whether they are rpi specific or also occur on other o ses tbd call blob something more meaningful wxwait calls display a black box which says nothing o s rpi rpi is missing tree open close arrows joerlane says this is a linux issue and depends on windows manager probably not fixable when last cutobject clears and background reverts from red to grey cannot use emergency stop raster with big white area caused a stall stutter unclear whether this is during raster image generation or during burn in a burn it would be counterintuitive since instruction stream should be short view invert doesn t work on rpi should we drop it altogether remove should be for ops branches delete for element branches append operation add operation use on operations top node should pre pend not append rpi simulation of cut was incorrectly zoomed manually classified element without stroke to cut operation did not show in simulation what should we do with elements with no stroke in vector ops rasters appear grey in simulation but vectors show as colours this is inconsistent should everything be grey scale and based on burn ppi i e use grey scale to show vector ppi removed completed please feel free to edit this list and move items to where you think they should be put
1
206,199
7,110,059,252
IssuesEvent
2018-01-17 09:19:33
hpi-swt2/sport-portal
https://api.github.com/repos/hpi-swt2/sport-portal
closed
Team Logo
epic team management po-review priority medium team kickerz
As User I want to place **logo** of my team to the **team page** to differentiate from other teams. **Acceptance Criteria** - There is a button "Upload logo" on the team page - Each team member can upload a picture - Picture can be changed or deleted anytime - The picture should not be larger than 300 KB - The picture should be resized to squared form 350 x 350 **NOTE** Check existing solution #39
1.0
Team Logo - As User I want to place **logo** of my team to the **team page** to differentiate from other teams. **Acceptance Criteria** - There is a button "Upload logo" on the team page - Each team member can upload a picture - Picture can be changed or deleted anytime - The picture should not be larger than 300 KB - The picture should be resized to squared form 350 x 350 **NOTE** Check existing solution #39
priority
team logo as user i want to place logo of my team to the team page to differentiate from other teams acceptance criteria there is a button upload logo on the team page each team member can upload a picture picture can be changed or deleted anytime the picture should not be larger than kb the picture should be resized to squared form x note check existing solution
1
263,601
8,293,494,670
IssuesEvent
2018-09-20 06:52:21
goharbor/harbor
https://api.github.com/repos/goharbor/harbor
closed
Label management UI has color picker issues on Mac Chrome
UX area/ui kind/bug kind/cross-browser priority/medium target/1.7.0
Color picker is not working: <img width="372" alt="screen shot 2018-04-13 at 15 58 43" src="https://user-images.githubusercontent.com/5753287/38723450-b267c186-3f33-11e8-9d9b-48ed5ffdc0eb.png"> Lable filter is not working: <img width="368" alt="screen shot 2018-04-13 at 15 58 11" src="https://user-images.githubusercontent.com/5753287/38723452-b421f726-3f33-11e8-9357-9a0480fe2c73.png"> Browser version: <img width="702" alt="screen shot 2018-04-13 at 16 03 02" src="https://user-images.githubusercontent.com/5753287/38723595-2aafeef2-3f34-11e8-81fd-1a42666fe425.png">
1.0
Label management UI has color picker issues on Mac Chrome - Color picker is not working: <img width="372" alt="screen shot 2018-04-13 at 15 58 43" src="https://user-images.githubusercontent.com/5753287/38723450-b267c186-3f33-11e8-9d9b-48ed5ffdc0eb.png"> Lable filter is not working: <img width="368" alt="screen shot 2018-04-13 at 15 58 11" src="https://user-images.githubusercontent.com/5753287/38723452-b421f726-3f33-11e8-9357-9a0480fe2c73.png"> Browser version: <img width="702" alt="screen shot 2018-04-13 at 16 03 02" src="https://user-images.githubusercontent.com/5753287/38723595-2aafeef2-3f34-11e8-81fd-1a42666fe425.png">
priority
label management ui has color picker issues on mac chrome color picker is not working img width alt screen shot at src lable filter is not working img width alt screen shot at src browser version img width alt screen shot at src
1
742,054
25,834,523,166
IssuesEvent
2022-12-12 18:31:05
impactMarket/backend
https://api.github.com/repos/impactMarket/backend
opened
add timeout middleware
priority-2: medium type: feature
https://expressjs.com/en/resources/middleware/timeout.html As a basic start, set `GET communities` timeout to 5 seconds and all GET users requests to timeout to 1 second.
1.0
add timeout middleware - https://expressjs.com/en/resources/middleware/timeout.html As a basic start, set `GET communities` timeout to 5 seconds and all GET users requests to timeout to 1 second.
priority
add timeout middleware as a basic start set get communities timeout to seconds and all get users requests to timeout to second
1
747,890
26,101,938,486
IssuesEvent
2022-12-27 08:18:46
bounswe/bounswe2022group4
https://api.github.com/repos/bounswe/bounswe2022group4
closed
Mobile: User and Post Search
Category - To Do Category - Enhancement Priority - High Status: In Progress Difficulty - Medium Language - Kotlin Mobile
### Description: users should be able to search users and posts. ### What to do: - [ ] Search button on home fragment should open a new fragment search fragment - [ ] After an input that long than 3 char should call post and user search and display them ### Deadline 12.26.2022, 22.00(GMT+3)
1.0
Mobile: User and Post Search - ### Description: users should be able to search users and posts. ### What to do: - [ ] Search button on home fragment should open a new fragment search fragment - [ ] After an input that long than 3 char should call post and user search and display them ### Deadline 12.26.2022, 22.00(GMT+3)
priority
mobile user and post search description users should be able to search users and posts what to do search button on home fragment should open a new fragment search fragment after an input that long than char should call post and user search and display them deadline gmt
1
85,214
3,688,054,950
IssuesEvent
2016-02-25 11:06:43
sklipus/testREST2
https://api.github.com/repos/sklipus/testREST2
opened
Git Origin: Multiple FPs
Priority: Medium Status: Dev in progress
**Git Origin: Multiple FPs** Three days after the quarrel, Prince Stepan Arkadyevitch Oblonsky--Stiva, as he was called in the fashionable world--woke up at his usual hour, that is, at eight o'clock in the morning, not in his wife's bedroom, but on the leather-covered sofa in his study. He turned over his stout, well-cared-for person on the springy sofa, as though he would sink into a long sleep again; he vigorously embraced the pillow on the other side and buried his face in it; but all at once he jumped up, sat up on the sofa, and opened his eyes.
1.0
Git Origin: Multiple FPs - **Git Origin: Multiple FPs** Three days after the quarrel, Prince Stepan Arkadyevitch Oblonsky--Stiva, as he was called in the fashionable world--woke up at his usual hour, that is, at eight o'clock in the morning, not in his wife's bedroom, but on the leather-covered sofa in his study. He turned over his stout, well-cared-for person on the springy sofa, as though he would sink into a long sleep again; he vigorously embraced the pillow on the other side and buried his face in it; but all at once he jumped up, sat up on the sofa, and opened his eyes.
priority
git origin multiple fps git origin multiple fps three days after the quarrel prince stepan arkadyevitch oblonsky stiva as he was called in the fashionable world woke up at his usual hour that is at eight o clock in the morning not in his wife s bedroom but on the leather covered sofa in his study he turned over his stout well cared for person on the springy sofa as though he would sink into a long sleep again he vigorously embraced the pillow on the other side and buried his face in it but all at once he jumped up sat up on the sofa and opened his eyes
1
261,259
8,228,792,370
IssuesEvent
2018-09-07 07:08:43
edenlabllc/ehealth.api
https://api.github.com/repos/edenlabllc/ehealth.api
opened
Authorization problem PROD
kind/support priority/medium
MIS: Helsi Середовище: Prod Steps to reproduce: 1. Пререйти на сторінку auth.ehealth-ukraine.org 2. Ввести коректні логін та пароль 3. Натиснути "Увійти" Expected results: Успішна авторизація Описание Повідомлення "Логін чи пароль не вірні". У частині випадків допомагає очистка кешу. У частині випадків допомагає зміна браузеру. Один і той же користувач може увійти через одін барузер/прилад та не може із іншого браузера/ прилада.
1.0
Authorization problem PROD - MIS: Helsi Середовище: Prod Steps to reproduce: 1. Пререйти на сторінку auth.ehealth-ukraine.org 2. Ввести коректні логін та пароль 3. Натиснути "Увійти" Expected results: Успішна авторизація Описание Повідомлення "Логін чи пароль не вірні". У частині випадків допомагає очистка кешу. У частині випадків допомагає зміна браузеру. Один і той же користувач може увійти через одін барузер/прилад та не може із іншого браузера/ прилада.
priority
authorization problem prod mis helsi середовище prod steps to reproduce пререйти на сторінку auth ehealth ukraine org ввести коректні логін та пароль натиснути увійти expected results успішна авторизація описание повідомлення логін чи пароль не вірні у частині випадків допомагає очистка кешу у частині випадків допомагає зміна браузеру один і той же користувач може увійти через одін барузер прилад та не може із іншого браузера прилада
1
178,343
6,607,600,186
IssuesEvent
2017-09-19 07:47:36
VALIDproject/DyNetFlowVis
https://api.github.com/repos/VALIDproject/DyNetFlowVis
closed
Handle data without an attribute column
enhancement medium priority
currently it displays a checkbox with label "§undefined" and an exception is thrown (Uncaught (in promise) TypeError: Cannot read property 'toString' of undefined at filter_data.ts:204 at Array.filter (<anonymous>)) Additionally make the label "Paragraph Filter" dependent on CSV file header.
1.0
Handle data without an attribute column - currently it displays a checkbox with label "§undefined" and an exception is thrown (Uncaught (in promise) TypeError: Cannot read property 'toString' of undefined at filter_data.ts:204 at Array.filter (<anonymous>)) Additionally make the label "Paragraph Filter" dependent on CSV file header.
priority
handle data without an attribute column currently it displays a checkbox with label §undefined and an exception is thrown uncaught in promise typeerror cannot read property tostring of undefined at filter data ts at array filter additionally make the label paragraph filter dependent on csv file header
1
813,469
30,459,073,164
IssuesEvent
2023-07-17 04:38:39
Haidoe/arc
https://api.github.com/repos/Haidoe/arc
opened
Produciton Report Forms missing in Mobile Screen
bug priority-medium style
## Bug Report **Reporter: ❗️** @ksdhir **Describe the bug: ❗️** When production report page is accessed on mobile the sidebar takes the whole page and the forms are missing. **Steps to reproduce: ❗️** 1. Go to '[Home Page'](https://arc-app.ca/home) 2. Click on 'Any existing production' 3. Change the browser window to 'mobile view' 4. See the forms are no longer visible. **Screenshots or Video** ***With Sidebar opened*** ![Screenshot 2023-07-16 at 9 15 38 PM](https://github.com/Haidoe/arc/assets/44022086/31b8fc68-2b5b-473a-b6b9-e54208a2ecad) ***With Sidebar closed*** ![Screenshot 2023-07-16 at 9 16 13 PM](https://github.com/Haidoe/arc/assets/44022086/0783acc6-cd59-4170-9641-b22c2d877561) **Expected behavior: ❗️** The layout should look like this: ![Screenshot 2023-07-16 at 9 33 40 PM](https://github.com/Haidoe/arc/assets/44022086/09c72a8f-f9ae-4dd3-925b-8120bdcb9da5) **Actual behavior: ❗️** The sidebar takes the whole window and somehow the forms are still missing even if the sidebar is closed. **Possible Solution:** If you have any ideas or suggestions on how to fix the bug, please mention them here. **Environment:** - Device & Operating System: - Browser and Version(if applicable): - Jira Ticket(if applicable): - Any other relevant information about your environment. **Additional context:** Add any other context about the problem here. **Follow up checklist: ❗️** - [ ] Add Assignee - [ ] Label priority ( priority-low, priority-medium, priority-high ) - [ ] Label Milestone ( Alpha, Beta ) - [ ] Label Issue Type ( Style, Code, API )
1.0
Produciton Report Forms missing in Mobile Screen - ## Bug Report **Reporter: ❗️** @ksdhir **Describe the bug: ❗️** When production report page is accessed on mobile the sidebar takes the whole page and the forms are missing. **Steps to reproduce: ❗️** 1. Go to '[Home Page'](https://arc-app.ca/home) 2. Click on 'Any existing production' 3. Change the browser window to 'mobile view' 4. See the forms are no longer visible. **Screenshots or Video** ***With Sidebar opened*** ![Screenshot 2023-07-16 at 9 15 38 PM](https://github.com/Haidoe/arc/assets/44022086/31b8fc68-2b5b-473a-b6b9-e54208a2ecad) ***With Sidebar closed*** ![Screenshot 2023-07-16 at 9 16 13 PM](https://github.com/Haidoe/arc/assets/44022086/0783acc6-cd59-4170-9641-b22c2d877561) **Expected behavior: ❗️** The layout should look like this: ![Screenshot 2023-07-16 at 9 33 40 PM](https://github.com/Haidoe/arc/assets/44022086/09c72a8f-f9ae-4dd3-925b-8120bdcb9da5) **Actual behavior: ❗️** The sidebar takes the whole window and somehow the forms are still missing even if the sidebar is closed. **Possible Solution:** If you have any ideas or suggestions on how to fix the bug, please mention them here. **Environment:** - Device & Operating System: - Browser and Version(if applicable): - Jira Ticket(if applicable): - Any other relevant information about your environment. **Additional context:** Add any other context about the problem here. **Follow up checklist: ❗️** - [ ] Add Assignee - [ ] Label priority ( priority-low, priority-medium, priority-high ) - [ ] Label Milestone ( Alpha, Beta ) - [ ] Label Issue Type ( Style, Code, API )
priority
produciton report forms missing in mobile screen bug report reporter ❗️ ksdhir describe the bug ❗️ when production report page is accessed on mobile the sidebar takes the whole page and the forms are missing steps to reproduce ❗️ go to click on any existing production change the browser window to mobile view see the forms are no longer visible screenshots or video with sidebar opened with sidebar closed expected behavior ❗️ the layout should look like this actual behavior ❗️ the sidebar takes the whole window and somehow the forms are still missing even if the sidebar is closed possible solution if you have any ideas or suggestions on how to fix the bug please mention them here environment device operating system browser and version if applicable jira ticket if applicable any other relevant information about your environment additional context add any other context about the problem here follow up checklist ❗️ add assignee label priority priority low priority medium priority high label milestone alpha beta label issue type style code api
1
721,692
24,834,914,541
IssuesEvent
2022-10-26 08:04:45
AY2223S1-CS2113-F11-1/tp
https://api.github.com/repos/AY2223S1-CS2113-F11-1/tp
closed
As a Property Manager, I can search for the clients or properties based on their details
type.Story priority.Medium
... so that I can quickly view the information
1.0
As a Property Manager, I can search for the clients or properties based on their details - ... so that I can quickly view the information
priority
as a property manager i can search for the clients or properties based on their details so that i can quickly view the information
1
532,193
15,531,226,741
IssuesEvent
2021-03-13 22:32:41
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
[0.9.3 Staging-1952] Difficulty using Wall2Point fill type when placing Blocks and Ramps
Category: Gameplay Priority: Medium Type: Quality of Life
Build: 0.9.3 Staging-1952 ### Issue When placing blocks with Fill Type set to Wall2Point or Rectangle, setting up a wall of blocks is kind of difficult compared to Fill Type Floor. Note: - For Ramps, there should be an existing block behind. - For both, it feels like I'm limited to 2 length blocks when initially starting with height before width. - For Blocks, placing Blocks on the ground first and setting it up in line, trying to set the height doesn't work (looking up). Repro: **For Blocks** 1. Get more than 1 pc of lumber. 2. Grab a hammer (any). 3. Set Fill Type to Wall2Point. 4. Select the initial point. 5. Drag and move to place multiple lumber on the ground. 6. Then lookup. 7. Observe. 8. Alternatively, do step 4 and then look up to stack multiple lumber blocks. 9. Move to place a wall of lumber. 10. Try to set a wall with 3 blocks in height and more than 3 blocks in length. 11. Observe. **For Ramp** 1. Get Asphalt Concrete. 2. Grab a hammer (any). 3. Set Fill Type to Wall2Point. 4. Setpoint A by placing the initial ramp on the ground. 5. Try to look up to stack Ramps. 6. Observe. 7. Set Ramps by placing them in line on the ground. 8. Lookup. 9. Observe. Actual Result: Difficulty using Wall2Point and Rectangle Fill Type when setting up walls or stacks of Ramps. Expect Result: Wall2Point Fill Type should work like Floor Fill Type but vertically. Video Repro for Blocks: https://images.zenhubusercontent.com/42199084/3f7a1d11-00f7-4280-9106-d3ca5113fbd5/blocks.mp4 Video Repro for Ramps: https://images.zenhubusercontent.com/42199084/1503d6f0-7549-4a34-ae09-5072555fd55d/ramps.mp4
1.0
[0.9.3 Staging-1952] Difficulty using Wall2Point fill type when placing Blocks and Ramps - Build: 0.9.3 Staging-1952 ### Issue When placing blocks with Fill Type set to Wall2Point or Rectangle, setting up a wall of blocks is kind of difficult compared to Fill Type Floor. Note: - For Ramps, there should be an existing block behind. - For both, it feels like I'm limited to 2 length blocks when initially starting with height before width. - For Blocks, placing Blocks on the ground first and setting it up in line, trying to set the height doesn't work (looking up). Repro: **For Blocks** 1. Get more than 1 pc of lumber. 2. Grab a hammer (any). 3. Set Fill Type to Wall2Point. 4. Select the initial point. 5. Drag and move to place multiple lumber on the ground. 6. Then lookup. 7. Observe. 8. Alternatively, do step 4 and then look up to stack multiple lumber blocks. 9. Move to place a wall of lumber. 10. Try to set a wall with 3 blocks in height and more than 3 blocks in length. 11. Observe. **For Ramp** 1. Get Asphalt Concrete. 2. Grab a hammer (any). 3. Set Fill Type to Wall2Point. 4. Setpoint A by placing the initial ramp on the ground. 5. Try to look up to stack Ramps. 6. Observe. 7. Set Ramps by placing them in line on the ground. 8. Lookup. 9. Observe. Actual Result: Difficulty using Wall2Point and Rectangle Fill Type when setting up walls or stacks of Ramps. Expect Result: Wall2Point Fill Type should work like Floor Fill Type but vertically. Video Repro for Blocks: https://images.zenhubusercontent.com/42199084/3f7a1d11-00f7-4280-9106-d3ca5113fbd5/blocks.mp4 Video Repro for Ramps: https://images.zenhubusercontent.com/42199084/1503d6f0-7549-4a34-ae09-5072555fd55d/ramps.mp4
priority
difficulty using fill type when placing blocks and ramps build staging issue when placing blocks with fill type set to or rectangle setting up a wall of blocks is kind of difficult compared to fill type floor note for ramps there should be an existing block behind for both it feels like i m limited to length blocks when initially starting with height before width for blocks placing blocks on the ground first and setting it up in line trying to set the height doesn t work looking up repro for blocks get more than pc of lumber grab a hammer any set fill type to select the initial point drag and move to place multiple lumber on the ground then lookup observe alternatively do step and then look up to stack multiple lumber blocks move to place a wall of lumber try to set a wall with blocks in height and more than blocks in length observe for ramp get asphalt concrete grab a hammer any set fill type to setpoint a by placing the initial ramp on the ground try to look up to stack ramps observe set ramps by placing them in line on the ground lookup observe actual result difficulty using and rectangle fill type when setting up walls or stacks of ramps expect result fill type should work like floor fill type but vertically video repro for blocks video repro for ramps
1
72,588
3,388,399,003
IssuesEvent
2015-11-29 08:19:43
crutchcorn/stagger
https://api.github.com/repos/crutchcorn/stagger
closed
Split stagger.py up into multiple sub-packages
Priority Medium Type-Task
``` It's already a 2000-line mess. ``` Original issue reported on code.google.com by `Karoly.Lorentey` on 13 Jun 2009 at 5:43
1.0
Split stagger.py up into multiple sub-packages - ``` It's already a 2000-line mess. ``` Original issue reported on code.google.com by `Karoly.Lorentey` on 13 Jun 2009 at 5:43
priority
split stagger py up into multiple sub packages it s already a line mess original issue reported on code google com by karoly lorentey on jun at
1
78,241
3,509,533,315
IssuesEvent
2016-01-08 23:17:42
OregonCore/OregonCore
https://api.github.com/repos/OregonCore/OregonCore
opened
[Talent] - Paladin [Sanctified Seals] (BB #1013)
Category: Miscellaneous migrated Priority: Medium Type: Bug
This issue was migrated from bitbucket. **Original Reporter:** soniuch **Original Date:** 16.06.2015 01:36:52 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** new **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/1013 <hr> https://tbc.twinhead.twinstar.cz/?spell=35397 reduces the chance your Seals will be dispelled by 100% is not working
1.0
[Talent] - Paladin [Sanctified Seals] (BB #1013) - This issue was migrated from bitbucket. **Original Reporter:** soniuch **Original Date:** 16.06.2015 01:36:52 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** new **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/1013 <hr> https://tbc.twinhead.twinstar.cz/?spell=35397 reduces the chance your Seals will be dispelled by 100% is not working
priority
paladin bb this issue was migrated from bitbucket original reporter soniuch original date gmt original priority major original type bug original state new direct link reduces the chance your seals will be dispelled by is not working
1
525,618
15,257,207,055
IssuesEvent
2021-02-20 23:59:20
aneuhold/BestCommunityService
https://api.github.com/repos/aneuhold/BestCommunityService
opened
Donation Page Formatting
priority: Medium
Donation page has some formatting issues. AC 1: More logical layout
1.0
Donation Page Formatting - Donation page has some formatting issues. AC 1: More logical layout
priority
donation page formatting donation page has some formatting issues ac more logical layout
1
622,607
19,651,233,714
IssuesEvent
2022-01-10 07:25:33
cloudnativedaysjp/reviewapp-operator
https://api.github.com/repos/cloudnativedaysjp/reviewapp-operator
closed
ReviewAppを削除する際、そのApp経由で作られたAWSのリソースも削除したい
enhancement medium priority
Dreamkast上からAWS IVSやMediaLiveのリソースを作成できるのだが、ReviewAppを削除する際に消し忘れると残りっぱなしになってしまう。PRをマージしたりクローズしてReviewAppが削除される際、AWS側のリソースも自動的に消えてくれるとうれしい。ReviewAppのマニフェストを消しているのはreviewapp-operatorなので、これに消す機能を追加するとよさそうなのでは?ということでまずはIssueを立てた。 AWSのリソースにReviewAppの情報を含める必要があるが、それは https://github.com/cloudnativedaysjp/dreamkast/issues/1034 で実施済み。
1.0
ReviewAppを削除する際、そのApp経由で作られたAWSのリソースも削除したい - Dreamkast上からAWS IVSやMediaLiveのリソースを作成できるのだが、ReviewAppを削除する際に消し忘れると残りっぱなしになってしまう。PRをマージしたりクローズしてReviewAppが削除される際、AWS側のリソースも自動的に消えてくれるとうれしい。ReviewAppのマニフェストを消しているのはreviewapp-operatorなので、これに消す機能を追加するとよさそうなのでは?ということでまずはIssueを立てた。 AWSのリソースにReviewAppの情報を含める必要があるが、それは https://github.com/cloudnativedaysjp/dreamkast/issues/1034 で実施済み。
priority
reviewappを削除する際、そのapp経由で作られたawsのリソースも削除したい dreamkast上からaws ivsやmedialiveのリソースを作成できるのだが、reviewappを削除する際に消し忘れると残りっぱなしになってしまう。prをマージしたりクローズしてreviewappが削除される際、aws側のリソースも自動的に消えてくれるとうれしい。reviewappのマニフェストを消しているのはreviewapp operatorなので、これに消す機能を追加するとよさそうなのでは?ということでまずはissueを立てた。 awsのリソースにreviewappの情報を含める必要があるが、それは で実施済み。
1
26,140
2,684,193,217
IssuesEvent
2015-03-28 18:59:13
ConEmu/old-issues
https://api.github.com/repos/ConEmu/old-issues
closed
Can't download updates
1 star bug imported Priority-Medium
_From [Kla...@gmail.com](https://code.google.com/u/115836519062177861439/) on October 05, 2012 06:27:54_ Required information! OS version: Win7 SP? x86 ConEmu version: 121002 x86 Far version (if you are using Far Manager): not sure, but i don't use it *Bug description* ... *Steps to reproduction* 1. Open ConEmu 2. Get prompted to download new release 3. Click OK to download new release. 4. Wait while it sits at 10&#37; for a bit, then this pops up: http://d.pr/i/lC6W I'm behind a proxy, and I put the proxy details in the settings, but this still seems to fail. _Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=743_
1.0
Can't download updates - _From [Kla...@gmail.com](https://code.google.com/u/115836519062177861439/) on October 05, 2012 06:27:54_ Required information! OS version: Win7 SP? x86 ConEmu version: 121002 x86 Far version (if you are using Far Manager): not sure, but i don't use it *Bug description* ... *Steps to reproduction* 1. Open ConEmu 2. Get prompted to download new release 3. Click OK to download new release. 4. Wait while it sits at 10&#37; for a bit, then this pops up: http://d.pr/i/lC6W I'm behind a proxy, and I put the proxy details in the settings, but this still seems to fail. _Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=743_
priority
can t download updates from on october required information os version sp conemu version far version if you are using far manager not sure but i don t use it bug description steps to reproduction open conemu get prompted to download new release click ok to download new release wait while it sits at for a bit then this pops up i m behind a proxy and i put the proxy details in the settings but this still seems to fail original issue
1
324,359
9,888,407,922
IssuesEvent
2019-06-25 11:29:27
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
[0.8.2.4 release-preview] Incorrect update of house value in house with 2 and more rooms
Medium Priority QA
Step to reproduce: Very simplistic First behavior - have house with 2 rooms ![image](https://user-images.githubusercontent.com/45708377/60088688-bd8b3580-9747-11e9-8d8d-32911636d220.png) - unite house to one room: I have house value as two rooms. It doesn't happen always that way. ![image](https://user-images.githubusercontent.com/45708377/60094075-bd913280-9753-11e9-8f44-2049bd731ca2.png) Second behavior - have house with two rooms - unite house to one room: I have one bedroom ![image](https://user-images.githubusercontent.com/45708377/60094310-6475ce80-9754-11e9-83cd-7c7206835585.png) - separaing house to two rooms: I have one bedroom with table and bed (should be 2 rooms). It happen because room work incorrect. #12105. ![image](https://user-images.githubusercontent.com/45708377/60094354-76577180-9754-11e9-9aff-d2ef8ad59202.png) - repair room. Bedroom value is not updated ![image](https://user-images.githubusercontent.com/45708377/60094451-c7fffc00-9754-11e9-9430-b2b674eb5472.png) For a better check, a four-room house with a common crosshair is suitable. But I can't describe the behavior of the rooms and the house. Every time I have the slightest change, in one sequence, everything happens differently. But calculating the house value with a bug with room calculation are very annoying during the construction and renovation of the room.
1.0
[0.8.2.4 release-preview] Incorrect update of house value in house with 2 and more rooms - Step to reproduce: Very simplistic First behavior - have house with 2 rooms ![image](https://user-images.githubusercontent.com/45708377/60088688-bd8b3580-9747-11e9-8d8d-32911636d220.png) - unite house to one room: I have house value as two rooms. It doesn't happen always that way. ![image](https://user-images.githubusercontent.com/45708377/60094075-bd913280-9753-11e9-8f44-2049bd731ca2.png) Second behavior - have house with two rooms - unite house to one room: I have one bedroom ![image](https://user-images.githubusercontent.com/45708377/60094310-6475ce80-9754-11e9-83cd-7c7206835585.png) - separaing house to two rooms: I have one bedroom with table and bed (should be 2 rooms). It happen because room work incorrect. #12105. ![image](https://user-images.githubusercontent.com/45708377/60094354-76577180-9754-11e9-9aff-d2ef8ad59202.png) - repair room. Bedroom value is not updated ![image](https://user-images.githubusercontent.com/45708377/60094451-c7fffc00-9754-11e9-9430-b2b674eb5472.png) For a better check, a four-room house with a common crosshair is suitable. But I can't describe the behavior of the rooms and the house. Every time I have the slightest change, in one sequence, everything happens differently. But calculating the house value with a bug with room calculation are very annoying during the construction and renovation of the room.
priority
incorrect update of house value in house with and more rooms step to reproduce very simplistic first behavior have house with rooms unite house to one room i have house value as two rooms it doesn t happen always that way second behavior have house with two rooms unite house to one room i have one bedroom separaing house to two rooms i have one bedroom with table and bed should be rooms it happen because room work incorrect repair room bedroom value is not updated for a better check a four room house with a common crosshair is suitable but i can t describe the behavior of the rooms and the house every time i have the slightest change in one sequence everything happens differently but calculating the house value with a bug with room calculation are very annoying during the construction and renovation of the room
1
138,986
5,354,474,453
IssuesEvent
2017-02-20 10:01:24
status-im/status-react
https://api.github.com/repos/status-im/status-react
closed
Profile names not updating
advanced bug in progress medium-priority
"Chat names generally don't update within the chats once you have been added back by a user (if you add them first)." https://instabug.com/applications/status-10bb8cbc-15f6-44f0-8c7a-db478dc34d7d/beta/bugs/95
1.0
Profile names not updating - "Chat names generally don't update within the chats once you have been added back by a user (if you add them first)." https://instabug.com/applications/status-10bb8cbc-15f6-44f0-8c7a-db478dc34d7d/beta/bugs/95
priority
profile names not updating chat names generally don t update within the chats once you have been added back by a user if you add them first
1
316,511
9,648,622,480
IssuesEvent
2019-05-17 16:46:04
rstudio/learnr
https://api.github.com/repos/rstudio/learnr
closed
use result of last statement in exercise.checker function
difficulty: advanced effort: low priority: medium
Hi, A natural thing to do in R is to type a statement in the console and inspect the result. If a reader does this in an exercise I would like to use the result of the last statement in an exercise.checker function. Since it's nameless, it's not in envir_result. Evaluate_result contains a representation of the last statement but not the value of the R object. I currently use `try(eval(user_code))` but that slows things down since the same code is now evaluated twice. Is there a better option to get at this value? If not, could it be added? Thanks!
1.0
use result of last statement in exercise.checker function - Hi, A natural thing to do in R is to type a statement in the console and inspect the result. If a reader does this in an exercise I would like to use the result of the last statement in an exercise.checker function. Since it's nameless, it's not in envir_result. Evaluate_result contains a representation of the last statement but not the value of the R object. I currently use `try(eval(user_code))` but that slows things down since the same code is now evaluated twice. Is there a better option to get at this value? If not, could it be added? Thanks!
priority
use result of last statement in exercise checker function hi a natural thing to do in r is to type a statement in the console and inspect the result if a reader does this in an exercise i would like to use the result of the last statement in an exercise checker function since it s nameless it s not in envir result evaluate result contains a representation of the last statement but not the value of the r object i currently use try eval user code but that slows things down since the same code is now evaluated twice is there a better option to get at this value if not could it be added thanks
1
516,522
14,983,433,954
IssuesEvent
2021-01-28 17:12:20
AZMAG/Peoria-Business-Resources-Tool
https://api.github.com/repos/AZMAG/Peoria-Business-Resources-Tool
closed
Add note under filter option boxes
Issue: Enhancement Priority: Medium Status: Completed
ADD: “Filter options above available for restaurant businesses”
1.0
Add note under filter option boxes - ADD: “Filter options above available for restaurant businesses”
priority
add note under filter option boxes add “filter options above available for restaurant businesses”
1
272,535
8,514,546,784
IssuesEvent
2018-10-31 18:52:40
GCTC-NTGC/TalentCloud
https://api.github.com/repos/GCTC-NTGC/TalentCloud
opened
BUG - Manager - Multilingual fields on job poster are not being saved
BED High Priority Medium Complexity
# Description When creating a job, any fields that must be saved in both french and english (eg title, impact) are not being saved. This is happening whether its created through a form OR through db:seed.
1.0
BUG - Manager - Multilingual fields on job poster are not being saved - # Description When creating a job, any fields that must be saved in both french and english (eg title, impact) are not being saved. This is happening whether its created through a form OR through db:seed.
priority
bug manager multilingual fields on job poster are not being saved description when creating a job any fields that must be saved in both french and english eg title impact are not being saved this is happening whether its created through a form or through db seed
1
306,918
9,412,944,791
IssuesEvent
2019-04-10 06:20:51
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
reopened
House value not showing in tooltip
Fixed Medium Priority Verified
Version: 0.8.7 Mods: No House value is not showing in tooltip (tooltip pops up, but is empty). Bug occurs after building multiple houses on different properties. ![382310_20190325115815_1](https://user-images.githubusercontent.com/40213281/54914663-c0328080-4ef5-11e9-938a-b607ddb10e3c.png)
1.0
House value not showing in tooltip - Version: 0.8.7 Mods: No House value is not showing in tooltip (tooltip pops up, but is empty). Bug occurs after building multiple houses on different properties. ![382310_20190325115815_1](https://user-images.githubusercontent.com/40213281/54914663-c0328080-4ef5-11e9-938a-b607ddb10e3c.png)
priority
house value not showing in tooltip version mods no house value is not showing in tooltip tooltip pops up but is empty bug occurs after building multiple houses on different properties
1
131,985
5,167,545,569
IssuesEvent
2017-01-17 19:07:26
hpi-swt2/workshop-portal
https://api.github.com/repos/hpi-swt2/workshop-portal
closed
US_3.20: Hide non-application-related information
Medium Priority needs review team-tobi
**As** organizer / coach **I want to** see only the for the application selection relevant information on the application details page **in order to** concentrate on these # Tasks # Acceptance criteria - The address, the school (and other personal information, that is not related to the selection process) is hidden in the application details page - A button for visiting the applicant's profile is displayed to organizers but not shown for coaches
1.0
US_3.20: Hide non-application-related information - **As** organizer / coach **I want to** see only the for the application selection relevant information on the application details page **in order to** concentrate on these # Tasks # Acceptance criteria - The address, the school (and other personal information, that is not related to the selection process) is hidden in the application details page - A button for visiting the applicant's profile is displayed to organizers but not shown for coaches
priority
us hide non application related information as organizer coach i want to see only the for the application selection relevant information on the application details page in order to concentrate on these tasks acceptance criteria the address the school and other personal information that is not related to the selection process is hidden in the application details page a button for visiting the applicant s profile is displayed to organizers but not shown for coaches
1
531,193
15,442,649,606
IssuesEvent
2021-03-08 08:03:34
vmware/singleton
https://api.github.com/repos/vmware/singleton
opened
[BUG] [Python Client]Can't fallback to default locale by get_string(componment,key,locale) if there is no requested locale's translation when only defult_locale is defined in the configuration file or default_locale is defined as the same as source_locale
area/python-client kind/bug priority/medium
**Describe the bug** Can't fallback to default locale by get_string(componment,key,locale) if there is no requested locale's translation when only defult_locale is defined in the configuration file or default_locale is defined as the same as source_locale The issue occurs in all modes **To Reproduce** Steps to reproduce the behavior: 1,Set config as below in config.yml online_service_url: http://localhost:8091/singleton/PythonClient/1.0.0/ default_locale: en-US ##(or default_locale: en-US source_locale: en-US) log_path: ./log/ cache_path: ./singleton/ 2,The locale "da" not exist in online bundle self.prepare_sub_path('log') self.prepare_sub_path('singleton') I18n.add_config_file('only_online_default.yml') self.rel = I18n.get_release(PRODUCT, VERSION) conf =self.rel.get_config() translation = self.rel.get_translation() tran1 = translation.get_string("about","about.message",locale = "da") the tran1 return key 'about.message' **Expected behavior** tran1 should be the string of language "en-US" rather than key
1.0
[BUG] [Python Client]Can't fallback to default locale by get_string(componment,key,locale) if there is no requested locale's translation when only defult_locale is defined in the configuration file or default_locale is defined as the same as source_locale - **Describe the bug** Can't fallback to default locale by get_string(componment,key,locale) if there is no requested locale's translation when only defult_locale is defined in the configuration file or default_locale is defined as the same as source_locale The issue occurs in all modes **To Reproduce** Steps to reproduce the behavior: 1,Set config as below in config.yml online_service_url: http://localhost:8091/singleton/PythonClient/1.0.0/ default_locale: en-US ##(or default_locale: en-US source_locale: en-US) log_path: ./log/ cache_path: ./singleton/ 2,The locale "da" not exist in online bundle self.prepare_sub_path('log') self.prepare_sub_path('singleton') I18n.add_config_file('only_online_default.yml') self.rel = I18n.get_release(PRODUCT, VERSION) conf =self.rel.get_config() translation = self.rel.get_translation() tran1 = translation.get_string("about","about.message",locale = "da") the tran1 return key 'about.message' **Expected behavior** tran1 should be the string of language "en-US" rather than key
priority
can t fallback to default locale by get string componment key locale if there is no requested locale s translation when only defult locale is defined in the configuration file or default locale is defined as the same as source locale describe the bug can t fallback to default locale by get string componment key locale if there is no requested locale s translation when only defult locale is defined in the configuration file or default locale is defined as the same as source locale the issue occurs in all modes to reproduce steps to reproduce the behavior set config as below in config yml online service url default locale en us or default locale en us source locale en us log path log cache path singleton the locale da not exist in online bundle self prepare sub path log self prepare sub path singleton add config file only online default yml self rel get release product version conf self rel get config translation self rel get translation translation get string about about message locale da the return key about message expected behavior should be the string of language en us rather than key
1
312,192
9,544,630,627
IssuesEvent
2019-05-01 14:46:23
PolyMathOrg/PolyMath
https://api.github.com/repos/PolyMathOrg/PolyMath
closed
Rename packages that have DHB in their names
Priority: Medium Status: On Hold Type: Maintenance
The following packages still have the DHB part in their names: * ```Math-DHB-Numerical``` * ```Math-Tests-DHB-Numerical``` * ```Math-Tests-DHB-wk``` We should change DHB to PM. However (!), it would be much better to come up with better names for these packages. At this moment the naming is very inconsistent. For example, the tests for `PMMatrix` are in package `Math-Tests-Matrix` and the tests for `PMVector` are in `Math-Tests-DHB-Numerical`.
1.0
Rename packages that have DHB in their names - The following packages still have the DHB part in their names: * ```Math-DHB-Numerical``` * ```Math-Tests-DHB-Numerical``` * ```Math-Tests-DHB-wk``` We should change DHB to PM. However (!), it would be much better to come up with better names for these packages. At this moment the naming is very inconsistent. For example, the tests for `PMMatrix` are in package `Math-Tests-Matrix` and the tests for `PMVector` are in `Math-Tests-DHB-Numerical`.
priority
rename packages that have dhb in their names the following packages still have the dhb part in their names math dhb numerical math tests dhb numerical math tests dhb wk we should change dhb to pm however it would be much better to come up with better names for these packages at this moment the naming is very inconsistent for example the tests for pmmatrix are in package math tests matrix and the tests for pmvector are in math tests dhb numerical
1
71,647
3,366,239,796
IssuesEvent
2015-11-21 05:57:20
pathwaysmedical/frasernw
https://api.github.com/repos/pathwaysmedical/frasernw
closed
Global notification banner
Medium Priority
Add the capability for the Medical Lead to add emergency banners to all divisions without going through the notification system. *Proposed implementation:* - 'Provincial' admins can create the notification for their division - super admins have the power to assign notifications to all divisions - this assignment is done with a new join table `division_display_news_item` - existing notifications are assigned a row in this table with their `division_id` on it - the existing `division_id` controls `edit` permissions
1.0
Global notification banner - Add the capability for the Medical Lead to add emergency banners to all divisions without going through the notification system. *Proposed implementation:* - 'Provincial' admins can create the notification for their division - super admins have the power to assign notifications to all divisions - this assignment is done with a new join table `division_display_news_item` - existing notifications are assigned a row in this table with their `division_id` on it - the existing `division_id` controls `edit` permissions
priority
global notification banner add the capability for the medical lead to add emergency banners to all divisions without going through the notification system proposed implementation provincial admins can create the notification for their division super admins have the power to assign notifications to all divisions this assignment is done with a new join table division display news item existing notifications are assigned a row in this table with their division id on it the existing division id controls edit permissions
1
666,533
22,358,749,696
IssuesEvent
2022-06-15 18:11:55
Igalia/wolvic
https://api.github.com/repos/Igalia/wolvic
closed
open a vr game,but Enter the giant screen mode instead of the VR mode.
bug priority-medium
## Configuration <!--- State the version number and build ID affected. --> <!--- The build ID is obtained by clicking on the build date in settings. --> Wolvic version: 0.9.3 Wolvic build ID: <!--- Include the name and version of the hardware/VR headset you experienced the bug in. --> Hardware: huawei vr glass 6dof ## Steps to Reproduce <!--- For bugs, please provide a link to a live web site, test page, or a rough set of --> <!--- steps to reproduce this bug. If relevant, include code to reproduce. --> <!--- Feel free to attach images and GIFs of screen captures. --> 1. open wolvic 2. open a 6dof game and click to enter VR mode : moon rider 3. VR Mode runs OK 4. press the "home" button of the right controller,enter the huawei vr glass launcher 5. open wolvic again, wolvic run gain 6. open a vr game(moon rider),but Enter the giant screen mode instead of the VR mode. ## Current Behavior <!--- If describing a bug, tell us what happens instead of the expected behavior. --> <!--- If suggesting a change/improvement, explain the difference from current behavior. --> Enter the giant screen mode instead of the VR mode. ## Expected Behavior <!--- If you're describing a bug, tell us what should happen. --> <!--- If you're suggesting a change/improvement, tell us how it should work. --> ## Possible Solution <!--- [Optional] --> <!--- Feel free to suggest a fix/reason for the bug, --> <!--- or ideas how to implement the addition or change. --> ## Context <!--- [Optional] --> <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world! :) --> ## Error Logs and Stack Traces <!--- [Optional] --> <!--- These are very useful for quickly identifying the causes for bug fixes. --> <!--- In Developer Mode, run `adb logcat` to capture potentially useful logs. --> <details open> <!--- DO NOT REMOVE THIS LINE. --> ``` ``` <!--- DO NOT REMOVE THIS LINE. --> </details>
1.0
open a vr game,but Enter the giant screen mode instead of the VR mode. - ## Configuration <!--- State the version number and build ID affected. --> <!--- The build ID is obtained by clicking on the build date in settings. --> Wolvic version: 0.9.3 Wolvic build ID: <!--- Include the name and version of the hardware/VR headset you experienced the bug in. --> Hardware: huawei vr glass 6dof ## Steps to Reproduce <!--- For bugs, please provide a link to a live web site, test page, or a rough set of --> <!--- steps to reproduce this bug. If relevant, include code to reproduce. --> <!--- Feel free to attach images and GIFs of screen captures. --> 1. open wolvic 2. open a 6dof game and click to enter VR mode : moon rider 3. VR Mode runs OK 4. press the "home" button of the right controller,enter the huawei vr glass launcher 5. open wolvic again, wolvic run gain 6. open a vr game(moon rider),but Enter the giant screen mode instead of the VR mode. ## Current Behavior <!--- If describing a bug, tell us what happens instead of the expected behavior. --> <!--- If suggesting a change/improvement, explain the difference from current behavior. --> Enter the giant screen mode instead of the VR mode. ## Expected Behavior <!--- If you're describing a bug, tell us what should happen. --> <!--- If you're suggesting a change/improvement, tell us how it should work. --> ## Possible Solution <!--- [Optional] --> <!--- Feel free to suggest a fix/reason for the bug, --> <!--- or ideas how to implement the addition or change. --> ## Context <!--- [Optional] --> <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world! :) --> ## Error Logs and Stack Traces <!--- [Optional] --> <!--- These are very useful for quickly identifying the causes for bug fixes. --> <!--- In Developer Mode, run `adb logcat` to capture potentially useful logs. --> <details open> <!--- DO NOT REMOVE THIS LINE. --> ``` ``` <!--- DO NOT REMOVE THIS LINE. --> </details>
priority
open a vr game,but enter the giant screen mode instead of the vr mode configuration wolvic version wolvic build id hardware huawei vr glass steps to reproduce open wolvic open a game and click to enter vr mode : moon rider vr mode runs ok press the home button of the right controller,enter the huawei vr glass launcher open wolvic again wolvic run gain open a vr game moon rider ,but enter the giant screen mode instead of the vr mode current behavior enter the giant screen mode instead of the vr mode expected behavior possible solution context error logs and stack traces
1
69,898
3,316,298,176
IssuesEvent
2015-11-06 16:19:44
TeselaGen/ve
https://api.github.com/repos/TeselaGen/ve
closed
Save 3' preferred overhangs after running j5 back to design
Customer: DAS Phase I Milestone #4 - Oracle Rewrite Priority: Medium Status: Active Type: Feature
Save 3' preferred overhangs after running j5 back to design (ask Nathan where to put this button)
1.0
Save 3' preferred overhangs after running j5 back to design - Save 3' preferred overhangs after running j5 back to design (ask Nathan where to put this button)
priority
save preferred overhangs after running back to design save preferred overhangs after running back to design ask nathan where to put this button
1
637,302
20,625,043,637
IssuesEvent
2022-03-07 21:30:45
returntocorp/semgrep
https://api.github.com/repos/returntocorp/semgrep
closed
Undetected typos / errors in metavariable names
priority:medium user:external feature:metachecker feature:metavariable-regex user:security-content
When using metavariable-regex with an incorrect metavariable, no error is triggered: ```yml patterns: - pattern: | var $UTIL = require("something_or_other"); ... $UTIL.$FUNC(...) - metavariable-regex: metavariable: $METHOD regex: (a|b|c) ``` Note the `metavariable` doesn't match anything defined in the `pattern`. I did not. Now I do not know how "missing" metavariables are modelled internally by semgrep, or how `metavariable-regex` is modelled, so it's possible that there's a way to check that the metavariable is *not* matched and thus the feature makes sense, but it seems a bit odd.
1.0
Undetected typos / errors in metavariable names - When using metavariable-regex with an incorrect metavariable, no error is triggered: ```yml patterns: - pattern: | var $UTIL = require("something_or_other"); ... $UTIL.$FUNC(...) - metavariable-regex: metavariable: $METHOD regex: (a|b|c) ``` Note the `metavariable` doesn't match anything defined in the `pattern`. I did not. Now I do not know how "missing" metavariables are modelled internally by semgrep, or how `metavariable-regex` is modelled, so it's possible that there's a way to check that the metavariable is *not* matched and thus the feature makes sense, but it seems a bit odd.
priority
undetected typos errors in metavariable names when using metavariable regex with an incorrect metavariable no error is triggered yml patterns pattern var util require something or other util func metavariable regex metavariable method regex a b c note the metavariable doesn t match anything defined in the pattern i did not now i do not know how missing metavariables are modelled internally by semgrep or how metavariable regex is modelled so it s possible that there s a way to check that the metavariable is not matched and thus the feature makes sense but it seems a bit odd
1
474,935
13,684,806,671
IssuesEvent
2020-09-30 05:53:49
OpenSRP/opensrp-client-reveal
https://api.github.com/repos/OpenSRP/opensrp-client-reveal
closed
Missing validation on Total Population Field under Verification Form
Priority: Medium
Samsung Galaxy S 10+ Android 10 Plan: Dynamic-IRS 2020-09-26UAT2 User: uat1/test - Open hamburger menu - Select Other Forms - Select "Enter Verification Form" - Fill in the form; Make sure the total population is less than the - total number of pregnant woman, total number of children - under 5 years, and total number of nets in use. (Should not be able to save. An error message should display) ![image](https://user-images.githubusercontent.com/5908630/94443390-c9b53c80-01ad-11eb-9e8a-d622ee5a9ce3.png)
1.0
Missing validation on Total Population Field under Verification Form - Samsung Galaxy S 10+ Android 10 Plan: Dynamic-IRS 2020-09-26UAT2 User: uat1/test - Open hamburger menu - Select Other Forms - Select "Enter Verification Form" - Fill in the form; Make sure the total population is less than the - total number of pregnant woman, total number of children - under 5 years, and total number of nets in use. (Should not be able to save. An error message should display) ![image](https://user-images.githubusercontent.com/5908630/94443390-c9b53c80-01ad-11eb-9e8a-d622ee5a9ce3.png)
priority
missing validation on total population field under verification form samsung galaxy s android plan dynamic irs user test open hamburger menu select other forms select enter verification form fill in the form make sure the total population is less than the total number of pregnant woman total number of children under years and total number of nets in use should not be able to save an error message should display
1
642,398
20,886,916,243
IssuesEvent
2022-03-23 06:44:53
AY2122S2-CS2103T-T17-4/tp
https://api.github.com/repos/AY2122S2-CS2103T-T17-4/tp
closed
Update Memo validation
priority.Medium type.Task
Update Memo validation to allow all characters and impose a 1000 character limit.
1.0
Update Memo validation - Update Memo validation to allow all characters and impose a 1000 character limit.
priority
update memo validation update memo validation to allow all characters and impose a character limit
1
492,238
14,199,016,535
IssuesEvent
2020-11-16 00:58:47
domialex/Sidekick
https://api.github.com/repos/domialex/Sidekick
closed
Fix lag by keeping view instanciated so we don't have to initialize them all the time
Priority: Medium Status: Available Type: Enhancement
When we moved to Dependency Injection, we decided we could make the views scoped and have the scope kill itself when closing the view. I think we need to make only the view models scoped and have the views be singleton. This will hopefully fix a lot of the lag people have been getting when price checking.
1.0
Fix lag by keeping view instanciated so we don't have to initialize them all the time - When we moved to Dependency Injection, we decided we could make the views scoped and have the scope kill itself when closing the view. I think we need to make only the view models scoped and have the views be singleton. This will hopefully fix a lot of the lag people have been getting when price checking.
priority
fix lag by keeping view instanciated so we don t have to initialize them all the time when we moved to dependency injection we decided we could make the views scoped and have the scope kill itself when closing the view i think we need to make only the view models scoped and have the views be singleton this will hopefully fix a lot of the lag people have been getting when price checking
1
117,606
4,725,237,490
IssuesEvent
2016-10-18 05:21:57
CS2103AUG2016-T17-C2/main
https://api.github.com/repos/CS2103AUG2016-T17-C2/main
closed
As a user, I want to search for tasks by tags
priority.medium type.search
So that I can view all tasks with specific tags or associations
1.0
As a user, I want to search for tasks by tags - So that I can view all tasks with specific tags or associations
priority
as a user i want to search for tasks by tags so that i can view all tasks with specific tags or associations
1
654,909
21,673,426,740
IssuesEvent
2022-05-08 10:25:41
Vatsim-Scandinavia/controlcenter
https://api.github.com/repos/Vatsim-Scandinavia/controlcenter
closed
Tweak closed trainings
back-end front-end medium priority
* If training is closed by system, allow changing training details without changing closed reason to "by staff" * Un-pause training when it's closed.
1.0
Tweak closed trainings - * If training is closed by system, allow changing training details without changing closed reason to "by staff" * Un-pause training when it's closed.
priority
tweak closed trainings if training is closed by system allow changing training details without changing closed reason to by staff un pause training when it s closed
1
93,188
3,891,737,199
IssuesEvent
2016-04-15 00:17:22
google/capirca
https://api.github.com/repos/google/capirca
closed
Add principals optional keyword
auto-migrated Priority-Medium Type-Review
``` Purpose of code changes on this branch: Add 'principals' optional keyword to policy.py. This is intended to allow a policy author to include this in a term when an ACL involves a list of named groups. After the review, I'll merge this branch into: /trunk ``` Original issue reported on code.google.com by `pne...@google.com` on 20 Dec 2012 at 5:08 Attachments: * [policydiff](https://storage.googleapis.com/google-code-attachments/capirca/issue-33/comment-0/policydiff)
1.0
Add principals optional keyword - ``` Purpose of code changes on this branch: Add 'principals' optional keyword to policy.py. This is intended to allow a policy author to include this in a term when an ACL involves a list of named groups. After the review, I'll merge this branch into: /trunk ``` Original issue reported on code.google.com by `pne...@google.com` on 20 Dec 2012 at 5:08 Attachments: * [policydiff](https://storage.googleapis.com/google-code-attachments/capirca/issue-33/comment-0/policydiff)
priority
add principals optional keyword purpose of code changes on this branch add principals optional keyword to policy py this is intended to allow a policy author to include this in a term when an acl involves a list of named groups after the review i ll merge this branch into trunk original issue reported on code google com by pne google com on dec at attachments
1
592,712
17,928,536,865
IssuesEvent
2021-09-10 05:29:09
pesos/grofer
https://api.github.com/repos/pesos/grofer
closed
[FEATURE REQ] Add an action table for the overall container page
enhancement priority: medium
**Is your feature request related to a problem? Please describe.** Currently, container actions are performed by pressing specific keys and then pressing them again to confirm the action. Remembering these keys might be quite annoying and it's easy to perform the wrong action. **Describe the solution you'd like** A table can be made to pop up much the signal table for the `proc` page which has the list of container actions and the user can select the action to be performed by navigating the table. This eliminates the need to have multiple key bindings for actions and provides a cleaner interface to the user to perform said actions.
1.0
[FEATURE REQ] Add an action table for the overall container page - **Is your feature request related to a problem? Please describe.** Currently, container actions are performed by pressing specific keys and then pressing them again to confirm the action. Remembering these keys might be quite annoying and it's easy to perform the wrong action. **Describe the solution you'd like** A table can be made to pop up much the signal table for the `proc` page which has the list of container actions and the user can select the action to be performed by navigating the table. This eliminates the need to have multiple key bindings for actions and provides a cleaner interface to the user to perform said actions.
priority
add an action table for the overall container page is your feature request related to a problem please describe currently container actions are performed by pressing specific keys and then pressing them again to confirm the action remembering these keys might be quite annoying and it s easy to perform the wrong action describe the solution you d like a table can be made to pop up much the signal table for the proc page which has the list of container actions and the user can select the action to be performed by navigating the table this eliminates the need to have multiple key bindings for actions and provides a cleaner interface to the user to perform said actions
1
325,519
9,932,100,179
IssuesEvent
2019-07-02 09:04:26
Wiredcraft/loopback-healthcheck-middleware
https://api.github.com/repos/Wiredcraft/loopback-healthcheck-middleware
opened
Improved health-check ?
Priority: Medium Status: Backlog
I’d like to extend loopback.status() to include more useful info - any suggestion ? - http://apidocs.loopback.io/loopback/#loopback-status - https://github.com/strongloop/loopback/blob/master/server/middleware/status.js#L26 Effectively - I’d like to include: - the content of env vars (version number + commit hash); those are included at build time for all OMNI components: - https://github.com/Wiredcraft/omni-scrm/blob/master/Dockerfile#L35-L41 Currently we use `/health` that return the content of `app.loopback.status()` — if we don’t want to change that, could we get a `/status` that returns similar info + extended details ? (feels like duplicate though)… Ultimately - this will allow us to expose via API the status of a backend component - and render it in an Admin/Status page on admin-ui, offering visibility. /cc @xavierchow - please help evaluate and re-assign to whomever could help.
1.0
Improved health-check ? - I’d like to extend loopback.status() to include more useful info - any suggestion ? - http://apidocs.loopback.io/loopback/#loopback-status - https://github.com/strongloop/loopback/blob/master/server/middleware/status.js#L26 Effectively - I’d like to include: - the content of env vars (version number + commit hash); those are included at build time for all OMNI components: - https://github.com/Wiredcraft/omni-scrm/blob/master/Dockerfile#L35-L41 Currently we use `/health` that return the content of `app.loopback.status()` — if we don’t want to change that, could we get a `/status` that returns similar info + extended details ? (feels like duplicate though)… Ultimately - this will allow us to expose via API the status of a backend component - and render it in an Admin/Status page on admin-ui, offering visibility. /cc @xavierchow - please help evaluate and re-assign to whomever could help.
priority
improved health check i’d like to extend loopback status to include more useful info any suggestion effectively i’d like to include the content of env vars version number commit hash those are included at build time for all omni components currently we use health that return the content of app loopback status — if we don’t want to change that could we get a status that returns similar info extended details feels like duplicate though … ultimately this will allow us to expose via api the status of a backend component and render it in an admin status page on admin ui offering visibility cc xavierchow please help evaluate and re assign to whomever could help
1
470,539
13,540,117,436
IssuesEvent
2020-09-16 14:17:19
emulsify-ds/emulsify-drupal
https://api.github.com/repos/emulsify-ds/emulsify-drupal
closed
Storybook 6.0
Priority: Medium Type: Enhancement
Storybook 6.0 is in beta, so we should probably look into testing an upgrade. It looks like it might have some side benefits for us (aside from the big performance boost), in that it could possibly help us address [this](https://github.com/emulsify-ds/emulsify-drupal/issues/48) and the [file searching](https://github.com/emulsify-ds/emulsify-drupal/pull/104) part of this.
1.0
Storybook 6.0 - Storybook 6.0 is in beta, so we should probably look into testing an upgrade. It looks like it might have some side benefits for us (aside from the big performance boost), in that it could possibly help us address [this](https://github.com/emulsify-ds/emulsify-drupal/issues/48) and the [file searching](https://github.com/emulsify-ds/emulsify-drupal/pull/104) part of this.
priority
storybook storybook is in beta so we should probably look into testing an upgrade it looks like it might have some side benefits for us aside from the big performance boost in that it could possibly help us address and the part of this
1
97,410
3,992,505,586
IssuesEvent
2016-05-10 02:10:28
UHMDCmd/DCmd
https://api.github.com/repos/UHMDCmd/DCmd
opened
Listing just unique applications
enhancement Medium Priority
When choosing "Applications", some applications are listed multiple times depending on how many environments there are for that application. Is there a way that I can just get the list of unique applications? I am guessing if we rid of the "Environment" file, that will do it. Ideally, could I customize what fields get shown when I choose "Applications"?
1.0
Listing just unique applications - When choosing "Applications", some applications are listed multiple times depending on how many environments there are for that application. Is there a way that I can just get the list of unique applications? I am guessing if we rid of the "Environment" file, that will do it. Ideally, could I customize what fields get shown when I choose "Applications"?
priority
listing just unique applications when choosing applications some applications are listed multiple times depending on how many environments there are for that application is there a way that i can just get the list of unique applications i am guessing if we rid of the environment file that will do it ideally could i customize what fields get shown when i choose applications
1
398,844
11,742,418,999
IssuesEvent
2020-03-12 00:43:14
thaliawww/concrexit
https://api.github.com/repos/thaliawww/concrexit
closed
Sorting in events admin does not work on every machine
bug events priority: medium
In GitLab by @joren485 on May 29, 2018, 16:09 ### One-sentence description Sorting in events admin does not work on every machine ### Current behaviour For me it is possible to sort a column on the admin page of an event on my Android (8.1) phone, but not Chrome on my pc. @gijshendriksen can't sort on his Android phone. ### Expected behaviour It is possible to sort columns on every device. ### Steps to reproduce 1. Go to the admin page of an event 2. Try to sort by name
1.0
Sorting in events admin does not work on every machine - In GitLab by @joren485 on May 29, 2018, 16:09 ### One-sentence description Sorting in events admin does not work on every machine ### Current behaviour For me it is possible to sort a column on the admin page of an event on my Android (8.1) phone, but not Chrome on my pc. @gijshendriksen can't sort on his Android phone. ### Expected behaviour It is possible to sort columns on every device. ### Steps to reproduce 1. Go to the admin page of an event 2. Try to sort by name
priority
sorting in events admin does not work on every machine in gitlab by on may one sentence description sorting in events admin does not work on every machine current behaviour for me it is possible to sort a column on the admin page of an event on my android phone but not chrome on my pc gijshendriksen can t sort on his android phone expected behaviour it is possible to sort columns on every device steps to reproduce go to the admin page of an event try to sort by name
1
725,858
24,978,298,313
IssuesEvent
2022-11-02 09:41:10
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[YSQL][Unit Test] detected memory leaks in TestQLCreateIndex.TestQLCreateIndexExpr
kind/bug area/ysql priority/medium status/awaiting-triage
Jira Link: [DB-4111](https://yugabyte.atlassian.net/browse/DB-4111) ### Description On [2.17.1.0-b139](https://detective.dev.yugabyte.com/?commits=59f9cbde784b456b2e2603058edd2a3e1122093c) TestQLCreateIndex.TestQLCreateIndexExpr is indicating a potential productive code memory leak: ``` ==338434==ERROR: LeakSanitizer: detected memory leaks Indirect leak of 1600 byte(s) in 1 object(s) allocated from: #0 0x7f3953a2d15d in operator new(unsigned long) /opt/yb-build/llvm/yb-llvm-v13.0.1-yb-2-1659059078-0131d8e1-almalinux8-x86_64-build/src/llvm-project/compiler-rt/lib/asan/asan_new_delete.cpp:95:3 #1 0x7f3951f8ecf3 in void* {std::}__libcpp_operator_new<unsigned long>(unsigned long) /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/installed/asan/libcxx/include/c++/v1/new:235:10 #2 0x7f3951f8ecf3 in {std::}__libcpp_allocate(unsigned long, unsigned long) /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/installed/asan/libcxx/include/c++/v1/new:261:10 #3 0x7f3951f8ecf3 in {std::}allocator<{std::}shared_ptr<yb::server::MonitoredTask> >::allocate(unsigned long) /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/installed/asan/libcxx/include/c++/v1/__memory/allocator.h:108:38 #4 0x7f3951f8ecf3 in boost::circular_buffer<{std::}shared_ptr<yb::server::MonitoredTask>, {std::}allocator<{std::}shared_ptr<yb::server::MonitoredTask> > >::allocate(unsigned long) /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/installed/asan/include/boost/circular_buffer/base.hpp:2396:39 #5 0x7f3951f8e444 in boost::circular_buffer<{std::}shared_ptr<yb::server::MonitoredTask>, {std::}allocator<{std::}shared_ptr<yb::server::MonitoredTask> > >::initialize_buffer(unsigned long) /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/installed/asan/include/boost/circular_buffer/base.hpp:2494:18 #6 0x7f3951f8e444 in boost::circular_buffer<{std::}shared_ptr<yb::server::MonitoredTask>, {std::}allocator<{std::}shared_ptr<yb::server::MonitoredTask> > >::circular_buffer(unsigned long, {std::}allocator<{std::}shared_ptr<yb::server::MonitoredTask> > const&) /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/installed/asan/include/boost/circular_buffer/base.hpp:1039:9 #7 0x7f3951f8d24e in yb::master::TasksTracker::TasksTracker(yb::StronglyTypedBool<yb::master::IsUserInitiated_Tag>) ${BUILD_ROOT}/../../src/yb/master/tasks_tracker.cc:40:7 #8 0x7f3951a1c513 in yb::master::CatalogManager::CatalogManager(yb::master::Master*) ${BUILD_ROOT}/../../src/yb/master/catalog_manager.cc:840:26 #9 0x7f3951d78b98 in yb::master::enterprise::CatalogManager::CatalogManager(yb::master::Master*) ${BUILD_ROOT}/../../ent/src/yb/master/catalog_manager.h:33:9 #10 0x7f3951d6c040 in yb::master::Master::Master(yb::master::MasterOptions const&) ${BUILD_ROOT}/../../src/yb/master/master.cc:150:28 #11 0x7f39521d574d in yb::master::enterprise::Master::Master(yb::master::MasterOptions const&) ${BUILD_ROOT}/../../ent/src/yb/master/master_ent.cc:39:45 #12 0x7f3951e61bf5 in yb::master::MiniMaster::StartOnPorts(unsigned short, unsigned short, yb::master::MasterOptions*) ${BUILD_ROOT}/../../src/yb/master/mini_master.cc:167:38 #13 0x7f3951e60afc in yb::master::MiniMaster::StartDistributedMasterOnPorts(unsigned short, unsigned short, {std::}vector<unsigned short, {std::}allocator<unsigned short> > const&) ${BUILD_ROOT}/../../src/yb/master/mini_master.cc:208:10 #14 0x7f3951e5ffbc in yb::master::MiniMaster::StartDistributedMaster({std::}vector<unsigned short, {std::}allocator<unsigned short> > const&) ${BUILD_ROOT}/../../src/yb/master/mini_master.cc:91:10 #15 0x7f39534f23f2 in yb::MiniCluster::StartMasters() ${BUILD_ROOT}/../../src/yb/integration-tests/mini_cluster.cc:259:37 #16 0x7f39534f029e in yb::MiniCluster::Start({std::}vector<yb::tserver::TabletServerOptions, {std::}allocator<yb::tserver::TabletServerOptions> > const&) ${BUILD_ROOT}/../../src/yb/integration-tests/mini_cluster.cc:207:3 #17 0x7f395446d758 in yb::ql::QLTestBase::CreateSimulatedCluster(int) ${BUILD_ROOT}/../../src/yb/yql/cql/ql/test/ql-test-base.cc:71:3 #18 0x21ea3f in yb::ql::TestQLCreateIndex_TestQLCreateIndexExpr_Test::TestBody() ${BUILD_ROOT}/../../src/yb/yql/cql/ql/test/ql-create-index-test.cc:182:3 #19 0x7f39458a32ef in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/src/googletest-1.12.1/googletest/src/gtest.cc:2599:10 #20 0x7f39458a32ef in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/src/googletest-1.12.1/googletest/src/gtest.cc:2635:14 #21 0x7f3945856bc2 in testing::Test::Run() /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/src/googletest-1.12.1/googletest/src/gtest.cc:2674:5 #22 0x7f394585890f in testing::TestInfo::Run() /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/src/googletest-1.12.1/googletest/src/gtest.cc:2853:11 #23 0x7f394585aea0 in testing::TestSuite::Run() /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/src/googletest-1.12.1/googletest/src/gtest.cc:3012:30 #24 0x7f3945882736 in testing::internal::UnitTestImpl::RunAllTests() /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/src/googletest-1.12.1/googletest/src/gtest.cc:5870:44 #25 0x7f39458a7e3a in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/src/googletest-1.12.1/googletest/src/gtest.cc:2599:10 #26 0x7f39458a7e3a in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/src/googletest-1.12.1/googletest/src/gtest.cc:2635:14 #27 0x7f394588136c in testing::UnitTest::Run() /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/src/googletest-1.12.1/googletest/src/gtest.cc:5444:10 #28 0x7f395444a840 in RUN_ALL_TESTS() /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/installed/asan/include/gtest/gtest.h:2293:73 #29 0x7f395444a840 in main ${BUILD_ROOT}/../../src/yb/util/test_main.cc:109:13 #30 0x7f394055bcf2 in __libc_start_main (/lib64/libc.so.6+0x3acf2) ``` Full logs: https://gist.github.com/def-/d044291fbf82272d6b3feb3d89091ab4 [TestQLCreateIndex_TestQLCreateIndexExpr.log](https://github.com/yugabyte/yugabyte-db/files/9919002/TestQLCreateIndex_TestQLCreateIndexExpr.log) Would be good to check if this is just a test issue or also productive, a leak in catalog manager when creating indexes would probably be bad.
1.0
[YSQL][Unit Test] detected memory leaks in TestQLCreateIndex.TestQLCreateIndexExpr - Jira Link: [DB-4111](https://yugabyte.atlassian.net/browse/DB-4111) ### Description On [2.17.1.0-b139](https://detective.dev.yugabyte.com/?commits=59f9cbde784b456b2e2603058edd2a3e1122093c) TestQLCreateIndex.TestQLCreateIndexExpr is indicating a potential productive code memory leak: ``` ==338434==ERROR: LeakSanitizer: detected memory leaks Indirect leak of 1600 byte(s) in 1 object(s) allocated from: #0 0x7f3953a2d15d in operator new(unsigned long) /opt/yb-build/llvm/yb-llvm-v13.0.1-yb-2-1659059078-0131d8e1-almalinux8-x86_64-build/src/llvm-project/compiler-rt/lib/asan/asan_new_delete.cpp:95:3 #1 0x7f3951f8ecf3 in void* {std::}__libcpp_operator_new<unsigned long>(unsigned long) /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/installed/asan/libcxx/include/c++/v1/new:235:10 #2 0x7f3951f8ecf3 in {std::}__libcpp_allocate(unsigned long, unsigned long) /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/installed/asan/libcxx/include/c++/v1/new:261:10 #3 0x7f3951f8ecf3 in {std::}allocator<{std::}shared_ptr<yb::server::MonitoredTask> >::allocate(unsigned long) /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/installed/asan/libcxx/include/c++/v1/__memory/allocator.h:108:38 #4 0x7f3951f8ecf3 in boost::circular_buffer<{std::}shared_ptr<yb::server::MonitoredTask>, {std::}allocator<{std::}shared_ptr<yb::server::MonitoredTask> > >::allocate(unsigned long) /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/installed/asan/include/boost/circular_buffer/base.hpp:2396:39 #5 0x7f3951f8e444 in boost::circular_buffer<{std::}shared_ptr<yb::server::MonitoredTask>, {std::}allocator<{std::}shared_ptr<yb::server::MonitoredTask> > >::initialize_buffer(unsigned long) /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/installed/asan/include/boost/circular_buffer/base.hpp:2494:18 #6 0x7f3951f8e444 in boost::circular_buffer<{std::}shared_ptr<yb::server::MonitoredTask>, {std::}allocator<{std::}shared_ptr<yb::server::MonitoredTask> > >::circular_buffer(unsigned long, {std::}allocator<{std::}shared_ptr<yb::server::MonitoredTask> > const&) /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/installed/asan/include/boost/circular_buffer/base.hpp:1039:9 #7 0x7f3951f8d24e in yb::master::TasksTracker::TasksTracker(yb::StronglyTypedBool<yb::master::IsUserInitiated_Tag>) ${BUILD_ROOT}/../../src/yb/master/tasks_tracker.cc:40:7 #8 0x7f3951a1c513 in yb::master::CatalogManager::CatalogManager(yb::master::Master*) ${BUILD_ROOT}/../../src/yb/master/catalog_manager.cc:840:26 #9 0x7f3951d78b98 in yb::master::enterprise::CatalogManager::CatalogManager(yb::master::Master*) ${BUILD_ROOT}/../../ent/src/yb/master/catalog_manager.h:33:9 #10 0x7f3951d6c040 in yb::master::Master::Master(yb::master::MasterOptions const&) ${BUILD_ROOT}/../../src/yb/master/master.cc:150:28 #11 0x7f39521d574d in yb::master::enterprise::Master::Master(yb::master::MasterOptions const&) ${BUILD_ROOT}/../../ent/src/yb/master/master_ent.cc:39:45 #12 0x7f3951e61bf5 in yb::master::MiniMaster::StartOnPorts(unsigned short, unsigned short, yb::master::MasterOptions*) ${BUILD_ROOT}/../../src/yb/master/mini_master.cc:167:38 #13 0x7f3951e60afc in yb::master::MiniMaster::StartDistributedMasterOnPorts(unsigned short, unsigned short, {std::}vector<unsigned short, {std::}allocator<unsigned short> > const&) ${BUILD_ROOT}/../../src/yb/master/mini_master.cc:208:10 #14 0x7f3951e5ffbc in yb::master::MiniMaster::StartDistributedMaster({std::}vector<unsigned short, {std::}allocator<unsigned short> > const&) ${BUILD_ROOT}/../../src/yb/master/mini_master.cc:91:10 #15 0x7f39534f23f2 in yb::MiniCluster::StartMasters() ${BUILD_ROOT}/../../src/yb/integration-tests/mini_cluster.cc:259:37 #16 0x7f39534f029e in yb::MiniCluster::Start({std::}vector<yb::tserver::TabletServerOptions, {std::}allocator<yb::tserver::TabletServerOptions> > const&) ${BUILD_ROOT}/../../src/yb/integration-tests/mini_cluster.cc:207:3 #17 0x7f395446d758 in yb::ql::QLTestBase::CreateSimulatedCluster(int) ${BUILD_ROOT}/../../src/yb/yql/cql/ql/test/ql-test-base.cc:71:3 #18 0x21ea3f in yb::ql::TestQLCreateIndex_TestQLCreateIndexExpr_Test::TestBody() ${BUILD_ROOT}/../../src/yb/yql/cql/ql/test/ql-create-index-test.cc:182:3 #19 0x7f39458a32ef in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/src/googletest-1.12.1/googletest/src/gtest.cc:2599:10 #20 0x7f39458a32ef in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/src/googletest-1.12.1/googletest/src/gtest.cc:2635:14 #21 0x7f3945856bc2 in testing::Test::Run() /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/src/googletest-1.12.1/googletest/src/gtest.cc:2674:5 #22 0x7f394585890f in testing::TestInfo::Run() /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/src/googletest-1.12.1/googletest/src/gtest.cc:2853:11 #23 0x7f394585aea0 in testing::TestSuite::Run() /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/src/googletest-1.12.1/googletest/src/gtest.cc:3012:30 #24 0x7f3945882736 in testing::internal::UnitTestImpl::RunAllTests() /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/src/googletest-1.12.1/googletest/src/gtest.cc:5870:44 #25 0x7f39458a7e3a in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/src/googletest-1.12.1/googletest/src/gtest.cc:2599:10 #26 0x7f39458a7e3a in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/src/googletest-1.12.1/googletest/src/gtest.cc:2635:14 #27 0x7f394588136c in testing::UnitTest::Run() /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/src/googletest-1.12.1/googletest/src/gtest.cc:5444:10 #28 0x7f395444a840 in RUN_ALL_TESTS() /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20221019013159-1aec6dda08-almalinux8-x86_64-clang13/installed/asan/include/gtest/gtest.h:2293:73 #29 0x7f395444a840 in main ${BUILD_ROOT}/../../src/yb/util/test_main.cc:109:13 #30 0x7f394055bcf2 in __libc_start_main (/lib64/libc.so.6+0x3acf2) ``` Full logs: https://gist.github.com/def-/d044291fbf82272d6b3feb3d89091ab4 [TestQLCreateIndex_TestQLCreateIndexExpr.log](https://github.com/yugabyte/yugabyte-db/files/9919002/TestQLCreateIndex_TestQLCreateIndexExpr.log) Would be good to check if this is just a test issue or also productive, a leak in catalog manager when creating indexes would probably be bad.
priority
detected memory leaks in testqlcreateindex testqlcreateindexexpr jira link description on testqlcreateindex testqlcreateindexexpr is indicating a potential productive code memory leak error leaksanitizer detected memory leaks indirect leak of byte s in object s allocated from in operator new unsigned long opt yb build llvm yb llvm yb build src llvm project compiler rt lib asan asan new delete cpp in void std libcpp operator new unsigned long opt yb build thirdparty yugabyte db thirdparty installed asan libcxx include c new in std libcpp allocate unsigned long unsigned long opt yb build thirdparty yugabyte db thirdparty installed asan libcxx include c new in std allocator allocate unsigned long opt yb build thirdparty yugabyte db thirdparty installed asan libcxx include c memory allocator h in boost circular buffer std allocator allocate unsigned long opt yb build thirdparty yugabyte db thirdparty installed asan include boost circular buffer base hpp in boost circular buffer std allocator initialize buffer unsigned long opt yb build thirdparty yugabyte db thirdparty installed asan include boost circular buffer base hpp in boost circular buffer std allocator circular buffer unsigned long std allocator const opt yb build thirdparty yugabyte db thirdparty installed asan include boost circular buffer base hpp in yb master taskstracker taskstracker yb stronglytypedbool build root src yb master tasks tracker cc in yb master catalogmanager catalogmanager yb master master build root src yb master catalog manager cc in yb master enterprise catalogmanager catalogmanager yb master master build root ent src yb master catalog manager h in yb master master master yb master masteroptions const build root src yb master master cc in yb master enterprise master master yb master masteroptions const build root ent src yb master master ent cc in yb master minimaster startonports unsigned short unsigned short yb master masteroptions build root src yb master mini master cc in yb master minimaster startdistributedmasteronports unsigned short unsigned short std vector const build root src yb master mini master cc in yb master minimaster startdistributedmaster std vector const build root src yb master mini master cc in yb minicluster startmasters build root src yb integration tests mini cluster cc in yb minicluster start std vector const build root src yb integration tests mini cluster cc in yb ql qltestbase createsimulatedcluster int build root src yb yql cql ql test ql test base cc in yb ql testqlcreateindex testqlcreateindexexpr test testbody build root src yb yql cql ql test ql create index test cc in void testing internal handlesehexceptionsinmethodifsupported testing test void testing test char const opt yb build thirdparty yugabyte db thirdparty src googletest googletest src gtest cc in void testing internal handleexceptionsinmethodifsupported testing test void testing test char const opt yb build thirdparty yugabyte db thirdparty src googletest googletest src gtest cc in testing test run opt yb build thirdparty yugabyte db thirdparty src googletest googletest src gtest cc in testing testinfo run opt yb build thirdparty yugabyte db thirdparty src googletest googletest src gtest cc in testing testsuite run opt yb build thirdparty yugabyte db thirdparty src googletest googletest src gtest cc in testing internal unittestimpl runalltests opt yb build thirdparty yugabyte db thirdparty src googletest googletest src gtest cc in bool testing internal handlesehexceptionsinmethodifsupported testing internal unittestimpl bool testing internal unittestimpl char const opt yb build thirdparty yugabyte db thirdparty src googletest googletest src gtest cc in bool testing internal handleexceptionsinmethodifsupported testing internal unittestimpl bool testing internal unittestimpl char const opt yb build thirdparty yugabyte db thirdparty src googletest googletest src gtest cc in testing unittest run opt yb build thirdparty yugabyte db thirdparty src googletest googletest src gtest cc in run all tests opt yb build thirdparty yugabyte db thirdparty installed asan include gtest gtest h in main build root src yb util test main cc in libc start main libc so full logs would be good to check if this is just a test issue or also productive a leak in catalog manager when creating indexes would probably be bad
1
306,815
9,411,788,039
IssuesEvent
2019-04-10 01:04:10
cs2103-ay1819s2-w09-3/main
https://api.github.com/repos/cs2103-ay1819s2-w09-3/main
closed
As a chef I can review the statistics of the dishes' popularity
priority.Medium type.Story
...so that I can determine how much ingredients to allocate to the popular dishes.
1.0
As a chef I can review the statistics of the dishes' popularity - ...so that I can determine how much ingredients to allocate to the popular dishes.
priority
as a chef i can review the statistics of the dishes popularity so that i can determine how much ingredients to allocate to the popular dishes
1
534,599
15,630,210,992
IssuesEvent
2021-03-22 01:41:43
tuanngo1001/tubtrunk
https://api.github.com/repos/tuanngo1001/tubtrunk
reopened
[USER] As a user, I want to view and trade items in the store with my rewards.
High Priority Medium Risk user story
- **Points**: 2 - Related to feature #5 Tasks: - [x] Add Store Controller - [x] Display store items - [x] Implement Store Item Models - [x] Display popup when buying store items - [x] Items can be purchased using rewards
1.0
[USER] As a user, I want to view and trade items in the store with my rewards. - - **Points**: 2 - Related to feature #5 Tasks: - [x] Add Store Controller - [x] Display store items - [x] Implement Store Item Models - [x] Display popup when buying store items - [x] Items can be purchased using rewards
priority
as a user i want to view and trade items in the store with my rewards points related to feature tasks add store controller display store items implement store item models display popup when buying store items items can be purchased using rewards
1
814,379
30,505,397,436
IssuesEvent
2023-07-18 16:29:57
ainc/ainc-gatsby-sanity
https://api.github.com/repos/ainc/ainc-gatsby-sanity
closed
Fix Banner query for 5 Across
Priority: Medium
Query in banner.js file is pulling an event and in some cases this may not exist.
1.0
Fix Banner query for 5 Across - Query in banner.js file is pulling an event and in some cases this may not exist.
priority
fix banner query for across query in banner js file is pulling an event and in some cases this may not exist
1
732,163
25,247,143,049
IssuesEvent
2022-11-15 12:00:19
dotkom/monoweb
https://api.github.com/repos/dotkom/monoweb
closed
Add code analysis tool to CI
Size M Priority: Medium DevOps apps:web
Code analysis tools are pretty cool lately. Maybe integrate something like - Snyk - Sonar Cloud Either one works. PRs that doesn't meet the requirements might require additional approval to be merged
1.0
Add code analysis tool to CI - Code analysis tools are pretty cool lately. Maybe integrate something like - Snyk - Sonar Cloud Either one works. PRs that doesn't meet the requirements might require additional approval to be merged
priority
add code analysis tool to ci code analysis tools are pretty cool lately maybe integrate something like snyk sonar cloud either one works prs that doesn t meet the requirements might require additional approval to be merged
1
363,084
10,737,410,795
IssuesEvent
2019-10-29 13:02:58
AY1920S1-CS2103T-W12-2/main
https://api.github.com/repos/AY1920S1-CS2103T-W12-2/main
closed
QoL: Dynamically Coloured Tags
priority.Medium
Add dynamically coloured `Tag` labels to the **GUI** to improve aesthetics.
1.0
QoL: Dynamically Coloured Tags - Add dynamically coloured `Tag` labels to the **GUI** to improve aesthetics.
priority
qol dynamically coloured tags add dynamically coloured tag labels to the gui to improve aesthetics
1
335,348
10,152,341,712
IssuesEvent
2019-08-05 23:17:52
medic/medic
https://api.github.com/repos/medic/medic
closed
Configurable place hierarchies
Priority: 2 - Medium Type: Feature
Originally reported in #118. Our current hierarchy is limited to 3 levels with hard-coded names. This creates a number of limitations in our deployments, particularly when trying to ensure that users have access to only the data they should/need to have access to. We've been working around this by creatively designing the hierarchy so that it works well enough, but what we really need is more levels to meet our partners' needs. We should refactor our hierarchy so that every project can have the number of levels that it needs. This is also a precursor to being able to support the roles and permissions that are needed across the different health systems where we work. Also: not sure how to categorize this feature request, so if anyone has suggestions, let me know! This issue hasn't been scheduled to a release yet.
1.0
Configurable place hierarchies - Originally reported in #118. Our current hierarchy is limited to 3 levels with hard-coded names. This creates a number of limitations in our deployments, particularly when trying to ensure that users have access to only the data they should/need to have access to. We've been working around this by creatively designing the hierarchy so that it works well enough, but what we really need is more levels to meet our partners' needs. We should refactor our hierarchy so that every project can have the number of levels that it needs. This is also a precursor to being able to support the roles and permissions that are needed across the different health systems where we work. Also: not sure how to categorize this feature request, so if anyone has suggestions, let me know! This issue hasn't been scheduled to a release yet.
priority
configurable place hierarchies originally reported in our current hierarchy is limited to levels with hard coded names this creates a number of limitations in our deployments particularly when trying to ensure that users have access to only the data they should need to have access to we ve been working around this by creatively designing the hierarchy so that it works well enough but what we really need is more levels to meet our partners needs we should refactor our hierarchy so that every project can have the number of levels that it needs this is also a precursor to being able to support the roles and permissions that are needed across the different health systems where we work also not sure how to categorize this feature request so if anyone has suggestions let me know this issue hasn t been scheduled to a release yet
1
88,552
3,778,965,004
IssuesEvent
2016-03-18 04:35:59
duriana/testlink-code
https://api.github.com/repos/duriana/testlink-code
opened
Add versions in addition to builds / releases
enhancement MEDIUM - priority
- each build belongs to a version - a version ca have multiple builds - additional metrics can be added to a version for reporting: 1. crash free users / crash free sessions 2. performance metrics -> link value with test case (will be based on the test case execution time) performance metrics -> add goal and minimum acceptable for each metric test configurations? - TBD - issues found in production (after release)
1.0
Add versions in addition to builds / releases - - each build belongs to a version - a version ca have multiple builds - additional metrics can be added to a version for reporting: 1. crash free users / crash free sessions 2. performance metrics -> link value with test case (will be based on the test case execution time) performance metrics -> add goal and minimum acceptable for each metric test configurations? - TBD - issues found in production (after release)
priority
add versions in addition to builds releases each build belongs to a version a version ca have multiple builds additional metrics can be added to a version for reporting crash free users crash free sessions performance metrics link value with test case will be based on the test case execution time performance metrics add goal and minimum acceptable for each metric test configurations tbd issues found in production after release
1
479,034
13,790,228,066
IssuesEvent
2020-10-09 10:05:27
level73/membernet
https://api.github.com/repos/level73/membernet
opened
Findme & membernet contacts- focal point roles
Platform: FindMe Platform: Membernet Priority: Medium Type: Development
There are different roles between the possible tick boxes in find me and mnet- should we align them so that some roles dont need to be specifically inputted on mnet alone (NES focal point etc)? I know on mnet we need some special editing of contacts to feed the facilitators list and the map- but I don't think these fields apply to those as that is done by specifying the "other" field in contacts on mnet.
1.0
Findme & membernet contacts- focal point roles - There are different roles between the possible tick boxes in find me and mnet- should we align them so that some roles dont need to be specifically inputted on mnet alone (NES focal point etc)? I know on mnet we need some special editing of contacts to feed the facilitators list and the map- but I don't think these fields apply to those as that is done by specifying the "other" field in contacts on mnet.
priority
findme membernet contacts focal point roles there are different roles between the possible tick boxes in find me and mnet should we align them so that some roles dont need to be specifically inputted on mnet alone nes focal point etc i know on mnet we need some special editing of contacts to feed the facilitators list and the map but i don t think these fields apply to those as that is done by specifying the other field in contacts on mnet
1
114,794
4,646,490,816
IssuesEvent
2016-10-01 00:15:47
OperationCode/operationcode
https://api.github.com/repos/OperationCode/operationcode
closed
Add skills/interested in to user profile
beginner friendly Priority: Medium Status: Available Type: Enhancement
Each `Veteran` should have a list of skills and a list of interests in their profile. * The skills to choose from should be in their own model (`Skill`?) with at least one attribute `name`. * A user should be able to add how ever many skills to their skill section. * A user should be able to add how ever many skills to their skill section. * These two areas should be separate. * Skills should be a prepopulated, non user editable list of languages and topics. eg ruby, python, web development, javascript etc This can be done in an ajax-y way or a bit more beginner friendly with either a multi select or some check boxes.
1.0
Add skills/interested in to user profile - Each `Veteran` should have a list of skills and a list of interests in their profile. * The skills to choose from should be in their own model (`Skill`?) with at least one attribute `name`. * A user should be able to add how ever many skills to their skill section. * A user should be able to add how ever many skills to their skill section. * These two areas should be separate. * Skills should be a prepopulated, non user editable list of languages and topics. eg ruby, python, web development, javascript etc This can be done in an ajax-y way or a bit more beginner friendly with either a multi select or some check boxes.
priority
add skills interested in to user profile each veteran should have a list of skills and a list of interests in their profile the skills to choose from should be in their own model skill with at least one attribute name a user should be able to add how ever many skills to their skill section a user should be able to add how ever many skills to their skill section these two areas should be separate skills should be a prepopulated non user editable list of languages and topics eg ruby python web development javascript etc this can be done in an ajax y way or a bit more beginner friendly with either a multi select or some check boxes
1
67,594
3,275,416,527
IssuesEvent
2015-10-26 15:30:24
nikcross/open-forum
https://api.github.com/repos/nikcross/open-forum
closed
Create an application for editing news pages and delivering as RSS
auto-migrated Priority-Medium Type-Enhancement
``` A news page application where news stories can be edited as delivered as RSS. Allow the insertion of automated content via an API. Allow news stories to be placed in a workflow and given a life span. Deliver as an OpenForum Application. ``` Original issue reported on code.google.com by `nicholas...@gmail.com` on 5 Sep 2008 at 9:31
1.0
Create an application for editing news pages and delivering as RSS - ``` A news page application where news stories can be edited as delivered as RSS. Allow the insertion of automated content via an API. Allow news stories to be placed in a workflow and given a life span. Deliver as an OpenForum Application. ``` Original issue reported on code.google.com by `nicholas...@gmail.com` on 5 Sep 2008 at 9:31
priority
create an application for editing news pages and delivering as rss a news page application where news stories can be edited as delivered as rss allow the insertion of automated content via an api allow news stories to be placed in a workflow and given a life span deliver as an openforum application original issue reported on code google com by nicholas gmail com on sep at
1
259,625
8,198,677,476
IssuesEvent
2018-08-31 17:16:26
google/googletest
https://api.github.com/repos/google/googletest
closed
Fix warning C4628 in MSVS2010
OpSys-Windows Priority-Medium Type-Enhancement auto-migrated
_From @GoogleCodeExporter on August 24, 2015 22:39_ ``` What steps will reproduce the problem? 1. Compile chromium with /Wall with MSVC2010 SP1. What is the expected output? What do you see instead? ...\src\testing\gmock\include\gmock/gmock-actions.h(116): warning C4628: digraphs not supported with -Ze. Character sequence '<:' not interpreted as alternate token for '[' is generated. Ref: http://msdn.microsoft.com/en-us/library/5xk7ehw0.aspx Which version of Google Mock are you using? On what operating system? r403 ``` Original issue reported on code.google.com by `maruel@google.com` on 29 Nov 2011 at 9:22 _Copied from original issue: google/googlemock#151_
1.0
Fix warning C4628 in MSVS2010 - _From @GoogleCodeExporter on August 24, 2015 22:39_ ``` What steps will reproduce the problem? 1. Compile chromium with /Wall with MSVC2010 SP1. What is the expected output? What do you see instead? ...\src\testing\gmock\include\gmock/gmock-actions.h(116): warning C4628: digraphs not supported with -Ze. Character sequence '<:' not interpreted as alternate token for '[' is generated. Ref: http://msdn.microsoft.com/en-us/library/5xk7ehw0.aspx Which version of Google Mock are you using? On what operating system? r403 ``` Original issue reported on code.google.com by `maruel@google.com` on 29 Nov 2011 at 9:22 _Copied from original issue: google/googlemock#151_
priority
fix warning in from googlecodeexporter on august what steps will reproduce the problem compile chromium with wall with what is the expected output what do you see instead src testing gmock include gmock gmock actions h warning digraphs not supported with ze character sequence not interpreted as alternate token for is generated ref which version of google mock are you using on what operating system original issue reported on code google com by maruel google com on nov at copied from original issue google googlemock
1
510,623
14,813,296,367
IssuesEvent
2021-01-14 01:41:28
Seneca-CDOT/telescope
https://api.github.com/repos/Seneca-CDOT/telescope
opened
Node Version 15+ Does Not Install Dependecies Properly
Priority: Medium area: back-end area: docker type: bug
<!-- Please use this template while reporting a bug and provide as much info as possible. Thanks! --> **What happened**: I have tried to set up the project to run on my local machine. I followed [the environment setup documentation ](https://github.com/Seneca-CDOT/telescope/blob/master/docs/environment-setup.md)and on [the final step](https://github.com/Seneca-CDOT/telescope/blob/master/docs/environment-setup.md#finally) I could not start the backend. `npm start` returned an error: ![image](https://user-images.githubusercontent.com/33902374/104532074-6bd22680-55dd-11eb-965d-f4970258ddc4.png) After trying to run `npm install` from the root of the project explicitly, I have received the following error: ![image](https://user-images.githubusercontent.com/33902374/104532122-873d3180-55dd-11eb-992f-64c3656a5c6d.png) `node_modules` was not installed in the root directory. **What should have happened**: Required dependencies should have been installed successfully and the backend should have started. **How to reproduce it (as precise as possible)**: Install Node version 15+ (specifically mine was `15.5.1`) and follow [the environment setup documentation](https://github.com/Seneca-CDOT/telescope/blob/master/docs/environment-setup.md) for running the project on local. **Anything else we need to know?**: I have done some research on the error I got and found [a potentially linked issue open under Jest repository](https://github.com/facebook/jest/issues/10820). As suggested in Telescope's Slack channel, we might either try to manually fix this dependencies issue or set explicitly the Node engine to use version 14 until the newer version has this issue fixed. **Environment**: Production, `Node` version `15.5.1`, `npm` version `7.3.0` - OS: Ubuntu Linux 20.04.1 LTS (Potentially Windows and macOS as well) - Browser: N/A
1.0
Node Version 15+ Does Not Install Dependecies Properly - <!-- Please use this template while reporting a bug and provide as much info as possible. Thanks! --> **What happened**: I have tried to set up the project to run on my local machine. I followed [the environment setup documentation ](https://github.com/Seneca-CDOT/telescope/blob/master/docs/environment-setup.md)and on [the final step](https://github.com/Seneca-CDOT/telescope/blob/master/docs/environment-setup.md#finally) I could not start the backend. `npm start` returned an error: ![image](https://user-images.githubusercontent.com/33902374/104532074-6bd22680-55dd-11eb-965d-f4970258ddc4.png) After trying to run `npm install` from the root of the project explicitly, I have received the following error: ![image](https://user-images.githubusercontent.com/33902374/104532122-873d3180-55dd-11eb-992f-64c3656a5c6d.png) `node_modules` was not installed in the root directory. **What should have happened**: Required dependencies should have been installed successfully and the backend should have started. **How to reproduce it (as precise as possible)**: Install Node version 15+ (specifically mine was `15.5.1`) and follow [the environment setup documentation](https://github.com/Seneca-CDOT/telescope/blob/master/docs/environment-setup.md) for running the project on local. **Anything else we need to know?**: I have done some research on the error I got and found [a potentially linked issue open under Jest repository](https://github.com/facebook/jest/issues/10820). As suggested in Telescope's Slack channel, we might either try to manually fix this dependencies issue or set explicitly the Node engine to use version 14 until the newer version has this issue fixed. **Environment**: Production, `Node` version `15.5.1`, `npm` version `7.3.0` - OS: Ubuntu Linux 20.04.1 LTS (Potentially Windows and macOS as well) - Browser: N/A
priority
node version does not install dependecies properly please use this template while reporting a bug and provide as much info as possible thanks what happened i have tried to set up the project to run on my local machine i followed on i could not start the backend npm start returned an error after trying to run npm install from the root of the project explicitly i have received the following error node modules was not installed in the root directory what should have happened required dependencies should have been installed successfully and the backend should have started how to reproduce it as precise as possible install node version specifically mine was and follow for running the project on local anything else we need to know i have done some research on the error i got and found as suggested in telescope s slack channel we might either try to manually fix this dependencies issue or set explicitly the node engine to use version until the newer version has this issue fixed environment production node version npm version os ubuntu linux lts potentially windows and macos as well browser n a
1
42,068
2,869,095,975
IssuesEvent
2015-06-05 23:18:09
dart-lang/test
https://api.github.com/repos/dart-lang/test
closed
Make verifying setters and getters more consistent
bug Fixed Priority-Medium
<a href="https://github.com/rbeeger"><img src="https://avatars.githubusercontent.com/u/426834?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [rbeeger](https://github.com/rbeeger)** _Originally opened as dart-lang/sdk#7535_ ---- Based on a discussion on Google + https://plus.google.com/101220062889757306080/posts/SstoNUQ5fjw . Verifying a setter now works like this view.getLogs(callsTo('timeFrom=', START)).verify(happenedOnce); Stubbing a getter looks like this model.when(callsTo('get start')).thenReturn(START); The call matchers for getters and setters are inconsistent. Changing the getter part to just model.when(callsTo('start')).thenReturn(START); would make it consistent again.
1.0
Make verifying setters and getters more consistent - <a href="https://github.com/rbeeger"><img src="https://avatars.githubusercontent.com/u/426834?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [rbeeger](https://github.com/rbeeger)** _Originally opened as dart-lang/sdk#7535_ ---- Based on a discussion on Google + https://plus.google.com/101220062889757306080/posts/SstoNUQ5fjw . Verifying a setter now works like this view.getLogs(callsTo('timeFrom=', START)).verify(happenedOnce); Stubbing a getter looks like this model.when(callsTo('get start')).thenReturn(START); The call matchers for getters and setters are inconsistent. Changing the getter part to just model.when(callsTo('start')).thenReturn(START); would make it consistent again.
priority
make verifying setters and getters more consistent issue by originally opened as dart lang sdk based on a discussion on google verifying a setter now works like this view getlogs callsto timefrom start verify happenedonce stubbing a getter looks like this model when callsto get start thenreturn start the call matchers for getters and setters are inconsistent changing the getter part to just model when callsto start thenreturn start would make it consistent again
1
423,811
12,302,575,791
IssuesEvent
2020-05-11 17:12:27
ChainSafe/forest
https://api.github.com/repos/ChainSafe/forest
closed
Implementing Basic SPC Structures & Methods
Blockchain Priority: 3 - Medium
The spec describes a Storage Power Consensus structure as described below, however, neither implementations have this structure. Rather the existing implementations have the methods described in this section of the spec in disparate areas of the implementations. Nonetheless, below describes the structure defined in the spec with the required methods along with the links to methods that I was able to find in the existing implementations. For the most part, I imagine these structures to be dependent on the implementor. **As described in the spec:** - [Storage Power Consensus](https://filecoin-project.github.io/specs/#ticket-validation) ``` struct SPC { node FilecoinNode ec ExpectedConsensus blockchain BlockchainSubsystem } ``` **Required methods:** - [ ] `is_winning_ticket(stateTree, ticket, storagePower, numSectors)` - [ ] `_getStoragePowerActorState(stateTree st.StateTree)` - [ ] `validate_ticket(ticket, publicKey, minerActorAddr)` - [ ] `computeChainWeight(tipset)` - [ ] `get_finalized_epoch(chainEpoch)` - [ ] `choose_tipset_to_mine(tipsets)` **Relevant links in existing implementations:** - [Lotus isTicketWinner](https://github.com/filecoin-project/lotus/blob/master/chain/types/blockheader.go#L186) - [Lotus StoragePower Actor State](https://github.com/filecoin-project/lotus/blob/master/chain/actors/actor_storagepower.go#L52) - [Go-Filecoin IsValidTicket](https://github.com/filecoin-project/go-filecoin/blob/master/internal/pkg/consensus/election.go#L119) - [Lotus Weight](https://github.com/filecoin-project/lotus/blob/master/chain/store/weight.go#L16)
1.0
Implementing Basic SPC Structures & Methods - The spec describes a Storage Power Consensus structure as described below, however, neither implementations have this structure. Rather the existing implementations have the methods described in this section of the spec in disparate areas of the implementations. Nonetheless, below describes the structure defined in the spec with the required methods along with the links to methods that I was able to find in the existing implementations. For the most part, I imagine these structures to be dependent on the implementor. **As described in the spec:** - [Storage Power Consensus](https://filecoin-project.github.io/specs/#ticket-validation) ``` struct SPC { node FilecoinNode ec ExpectedConsensus blockchain BlockchainSubsystem } ``` **Required methods:** - [ ] `is_winning_ticket(stateTree, ticket, storagePower, numSectors)` - [ ] `_getStoragePowerActorState(stateTree st.StateTree)` - [ ] `validate_ticket(ticket, publicKey, minerActorAddr)` - [ ] `computeChainWeight(tipset)` - [ ] `get_finalized_epoch(chainEpoch)` - [ ] `choose_tipset_to_mine(tipsets)` **Relevant links in existing implementations:** - [Lotus isTicketWinner](https://github.com/filecoin-project/lotus/blob/master/chain/types/blockheader.go#L186) - [Lotus StoragePower Actor State](https://github.com/filecoin-project/lotus/blob/master/chain/actors/actor_storagepower.go#L52) - [Go-Filecoin IsValidTicket](https://github.com/filecoin-project/go-filecoin/blob/master/internal/pkg/consensus/election.go#L119) - [Lotus Weight](https://github.com/filecoin-project/lotus/blob/master/chain/store/weight.go#L16)
priority
implementing basic spc structures methods the spec describes a storage power consensus structure as described below however neither implementations have this structure rather the existing implementations have the methods described in this section of the spec in disparate areas of the implementations nonetheless below describes the structure defined in the spec with the required methods along with the links to methods that i was able to find in the existing implementations for the most part i imagine these structures to be dependent on the implementor as described in the spec struct spc node filecoinnode ec expectedconsensus blockchain blockchainsubsystem required methods is winning ticket statetree ticket storagepower numsectors getstoragepoweractorstate statetree st statetree validate ticket ticket publickey mineractoraddr computechainweight tipset get finalized epoch chainepoch choose tipset to mine tipsets relevant links in existing implementations
1
136,818
5,289,019,790
IssuesEvent
2017-02-08 16:27:15
jeveloper/jayrock
https://api.github.com/repos/jeveloper/jayrock
closed
DateTimeExporter to allow unspecified time-zone
auto-migrated Priority-Medium Type-Enhancement
``` What new or enhanced feature are you proposing? [HG rev63] Suggest adding "yyyy-MM-dd'T'HH:mm:ss" as one of the supported formats for DateTimeImporter. I think we could leave the time-zone handling to user of the library - by checking the DateTime.Kind field. What goal would this enhancement help you achieve? Allow me to handle Bugzilla::WebService API that returns unspecified time-zone in date-time string result. E.g. '2010-01-02T12:34:56' ``` Original issue reported on code.google.com by `frankief...@gmail.com` on 12 Oct 2012 at 8:11
1.0
DateTimeExporter to allow unspecified time-zone - ``` What new or enhanced feature are you proposing? [HG rev63] Suggest adding "yyyy-MM-dd'T'HH:mm:ss" as one of the supported formats for DateTimeImporter. I think we could leave the time-zone handling to user of the library - by checking the DateTime.Kind field. What goal would this enhancement help you achieve? Allow me to handle Bugzilla::WebService API that returns unspecified time-zone in date-time string result. E.g. '2010-01-02T12:34:56' ``` Original issue reported on code.google.com by `frankief...@gmail.com` on 12 Oct 2012 at 8:11
priority
datetimeexporter to allow unspecified time zone what new or enhanced feature are you proposing suggest adding yyyy mm dd t hh mm ss as one of the supported formats for datetimeimporter i think we could leave the time zone handling to user of the library by checking the datetime kind field what goal would this enhancement help you achieve allow me to handle bugzilla webservice api that returns unspecified time zone in date time string result e g original issue reported on code google com by frankief gmail com on oct at
1
428,204
12,404,695,906
IssuesEvent
2020-05-21 15:58:12
department-of-veterans-affairs/caseflow
https://api.github.com/repos/department-of-veterans-affairs/caseflow
opened
Store cancelled_by_id in task table
Eng: Data Feature: case-details Priority: Medium Product: caseflow-queue Stakeholder: BVA Team: Echo 🐬 Type: Tech-Improvement
Currently, to show who has cancelled a task in case timeline, we are interrogating papertrail records to find out who cancelled a task https://github.com/department-of-veterans-affairs/caseflow/blob/660bcf53cec1b933a8041a4955ae345186f84609/app/models/task.rb#L584-L594 Papertrail is a diagnostic and investigation tool, not something we should be using to display information to a user. Instead, we should store the id of the canceler on the actual task. ### AC - [ ] task.cancelled_by is stored in the task table itself ### Suggested steps 1. Add cancelled_by_id migration to the tasks table 1. Add association in task model `belongs_to :cancelled_by, class_name: "User"` and remove cancelled_by hacky method 1. Ensure we're saving the canceller id when we cancel tasks. Including 1. when the last issue on an appeal is removed (and we cancel all tasks) 1. when the cancellation of a task cascades up or down a task tree 1. Backfill any nil cancelled_bys on cancelled tasks by checking the paper trail records, if they exist ```ruby Task.cancelled.each do |task| any_status_matcher = Constants::TASK_STATUSES.keys.join("|") task_cancelled_version_matcher = "%status:\\n- (#{any_status_matcher})\\n- #{Constants.TASK_STATUSES.cancelled}%" record = task.versions.order(:created_at).where("object_changes SIMILAR TO ?", task_cancelled_version_matcher).last record&.whodunnit end ``` ### Notes - [ ] Be sure to add :cancelled_by to [task_includes](https://github.com/department-of-veterans-affairs/caseflow/blob/ba8b8ad060d7d37c1c38a7df1eefd0fc41c411b6/app/workflows/tasks_for_appeal.rb#L61) to ensure we're eager loading these users for all tasks on an appeal
1.0
Store cancelled_by_id in task table - Currently, to show who has cancelled a task in case timeline, we are interrogating papertrail records to find out who cancelled a task https://github.com/department-of-veterans-affairs/caseflow/blob/660bcf53cec1b933a8041a4955ae345186f84609/app/models/task.rb#L584-L594 Papertrail is a diagnostic and investigation tool, not something we should be using to display information to a user. Instead, we should store the id of the canceler on the actual task. ### AC - [ ] task.cancelled_by is stored in the task table itself ### Suggested steps 1. Add cancelled_by_id migration to the tasks table 1. Add association in task model `belongs_to :cancelled_by, class_name: "User"` and remove cancelled_by hacky method 1. Ensure we're saving the canceller id when we cancel tasks. Including 1. when the last issue on an appeal is removed (and we cancel all tasks) 1. when the cancellation of a task cascades up or down a task tree 1. Backfill any nil cancelled_bys on cancelled tasks by checking the paper trail records, if they exist ```ruby Task.cancelled.each do |task| any_status_matcher = Constants::TASK_STATUSES.keys.join("|") task_cancelled_version_matcher = "%status:\\n- (#{any_status_matcher})\\n- #{Constants.TASK_STATUSES.cancelled}%" record = task.versions.order(:created_at).where("object_changes SIMILAR TO ?", task_cancelled_version_matcher).last record&.whodunnit end ``` ### Notes - [ ] Be sure to add :cancelled_by to [task_includes](https://github.com/department-of-veterans-affairs/caseflow/blob/ba8b8ad060d7d37c1c38a7df1eefd0fc41c411b6/app/workflows/tasks_for_appeal.rb#L61) to ensure we're eager loading these users for all tasks on an appeal
priority
store cancelled by id in task table currently to show who has cancelled a task in case timeline we are interrogating papertrail records to find out who cancelled a task papertrail is a diagnostic and investigation tool not something we should be using to display information to a user instead we should store the id of the canceler on the actual task ac task cancelled by is stored in the task table itself suggested steps add cancelled by id migration to the tasks table add association in task model belongs to cancelled by class name user and remove cancelled by hacky method ensure we re saving the canceller id when we cancel tasks including when the last issue on an appeal is removed and we cancel all tasks when the cancellation of a task cascades up or down a task tree backfill any nil cancelled bys on cancelled tasks by checking the paper trail records if they exist ruby task cancelled each do task any status matcher constants task statuses keys join task cancelled version matcher status n any status matcher n constants task statuses cancelled record task versions order created at where object changes similar to task cancelled version matcher last record whodunnit end notes be sure to add cancelled by to to ensure we re eager loading these users for all tasks on an appeal
1
704,391
24,195,284,674
IssuesEvent
2022-09-23 22:35:25
WordPress/openverse-catalog
https://api.github.com/repos/WordPress/openverse-catalog
opened
Add doc for available Dag configuration options
🟨 priority: medium ✨ goal: improvement 📄 aspect: text
## Current Situation <!-- Describe the part of the code you think should improve --> A lot of new tools have been implemented recently for managing DagRuns on the fly. Example: * Airflow variables that allow the silencing of Slack notifications and alerts for a particular DAG (#644) * DagRun conf options that control skipping ingestion errors and setting the initial query params (#650) These options are documented throughout the code and in the GitHub issues, but it would be nice to have documentation for all the options centralized in one place. ## Suggested Improvement <!-- Describe your proposed change --> Create a centralized doc with information about all of the available configuration options. Make sure to include examples. ## Benefit <!-- Describe the benefit of the change (E.g., increase test coverage, reduce running time, etc.) --> It would be much easier to quickly refresh your memory about the available options, and the format they take! ## Implementation <!-- Replace the [ ] with [x] to check the box. --> - [ ] 🙋 I would be interested in implementing this feature.
1.0
Add doc for available Dag configuration options - ## Current Situation <!-- Describe the part of the code you think should improve --> A lot of new tools have been implemented recently for managing DagRuns on the fly. Example: * Airflow variables that allow the silencing of Slack notifications and alerts for a particular DAG (#644) * DagRun conf options that control skipping ingestion errors and setting the initial query params (#650) These options are documented throughout the code and in the GitHub issues, but it would be nice to have documentation for all the options centralized in one place. ## Suggested Improvement <!-- Describe your proposed change --> Create a centralized doc with information about all of the available configuration options. Make sure to include examples. ## Benefit <!-- Describe the benefit of the change (E.g., increase test coverage, reduce running time, etc.) --> It would be much easier to quickly refresh your memory about the available options, and the format they take! ## Implementation <!-- Replace the [ ] with [x] to check the box. --> - [ ] 🙋 I would be interested in implementing this feature.
priority
add doc for available dag configuration options current situation a lot of new tools have been implemented recently for managing dagruns on the fly example airflow variables that allow the silencing of slack notifications and alerts for a particular dag dagrun conf options that control skipping ingestion errors and setting the initial query params these options are documented throughout the code and in the github issues but it would be nice to have documentation for all the options centralized in one place suggested improvement create a centralized doc with information about all of the available configuration options make sure to include examples benefit it would be much easier to quickly refresh your memory about the available options and the format they take implementation 🙋 i would be interested in implementing this feature
1
732,732
25,274,747,571
IssuesEvent
2022-11-16 11:50:12
ChainSafe/forest
https://api.github.com/repos/ChainSafe/forest
closed
Replace `async_std::channel` with `tokio::mpsc` in the snapshot exporter
Priority: 3 - Medium Status: Needs Triage Ready
**Issue summary** <!-- A clear and concise description of what the task is. --> Using `tokio::mpsc` blocks indefinitely in the snapshot exporter. This might be due to how we're using `task::block_on`. Figure out the root cause of the problem and refactor the code such that it no longer depends on `async_std`. **Other information and links** <!-- Add any other context or screenshots about the issue here. --> <!-- Thank you 🙏 -->
1.0
Replace `async_std::channel` with `tokio::mpsc` in the snapshot exporter - **Issue summary** <!-- A clear and concise description of what the task is. --> Using `tokio::mpsc` blocks indefinitely in the snapshot exporter. This might be due to how we're using `task::block_on`. Figure out the root cause of the problem and refactor the code such that it no longer depends on `async_std`. **Other information and links** <!-- Add any other context or screenshots about the issue here. --> <!-- Thank you 🙏 -->
priority
replace async std channel with tokio mpsc in the snapshot exporter issue summary using tokio mpsc blocks indefinitely in the snapshot exporter this might be due to how we re using task block on figure out the root cause of the problem and refactor the code such that it no longer depends on async std other information and links
1
614,745
19,189,164,427
IssuesEvent
2021-12-05 18:08:06
OpenEnergyDashboard/OED
https://api.github.com/repos/OpenEnergyDashboard/OED
opened
updated node seems to fail on install
p-medium-priority
### Describe the bug Doing an install of OED where you don't already have a container was causing this issue: ![Screen Shot 2021-12-05 at 11 54 26 AM](https://user-images.githubusercontent.com/987062/144757757-b3d547de-083c-4d78-828a-3bd7ddfaa02a.png) This seems to have started one+ months ago. Note it did not impact people who had previously done the OED install and had the container with node. (node:latest does not update their containers) The issue was fixed by changing node:latest to node:14 in containers/web/Dockerfile. This seems to indicate that some update to node is causing the issue. PR #677 updated packages and includes to change to node:14. @jina2k tried to use node:latest after these updates (my hope was a webpack update might help given the callback stack on error) but it does not seemed to have addressed the issue. I think we should do the following: 1. Try to determine what is causing this issue and fix it so we can use the latest versions of node. 2. If that cannot be done quickly, we should try to figure out what is the latest version of node that fixes the problem. node:14 was only used as a somewhat older version and it just worked. ### To Reproduce 1. Remove your web container & image. 2. Install OED. It should fail as shown in the image above. ### Expected behavior We would like OED to work with all reasonably current versions of node. ### Machine info (please complete the following information) It seems to happen across all OSes tried so far. ### Additional context None
1.0
updated node seems to fail on install - ### Describe the bug Doing an install of OED where you don't already have a container was causing this issue: ![Screen Shot 2021-12-05 at 11 54 26 AM](https://user-images.githubusercontent.com/987062/144757757-b3d547de-083c-4d78-828a-3bd7ddfaa02a.png) This seems to have started one+ months ago. Note it did not impact people who had previously done the OED install and had the container with node. (node:latest does not update their containers) The issue was fixed by changing node:latest to node:14 in containers/web/Dockerfile. This seems to indicate that some update to node is causing the issue. PR #677 updated packages and includes to change to node:14. @jina2k tried to use node:latest after these updates (my hope was a webpack update might help given the callback stack on error) but it does not seemed to have addressed the issue. I think we should do the following: 1. Try to determine what is causing this issue and fix it so we can use the latest versions of node. 2. If that cannot be done quickly, we should try to figure out what is the latest version of node that fixes the problem. node:14 was only used as a somewhat older version and it just worked. ### To Reproduce 1. Remove your web container & image. 2. Install OED. It should fail as shown in the image above. ### Expected behavior We would like OED to work with all reasonably current versions of node. ### Machine info (please complete the following information) It seems to happen across all OSes tried so far. ### Additional context None
priority
updated node seems to fail on install describe the bug doing an install of oed where you don t already have a container was causing this issue this seems to have started one months ago note it did not impact people who had previously done the oed install and had the container with node node latest does not update their containers the issue was fixed by changing node latest to node in containers web dockerfile this seems to indicate that some update to node is causing the issue pr updated packages and includes to change to node tried to use node latest after these updates my hope was a webpack update might help given the callback stack on error but it does not seemed to have addressed the issue i think we should do the following try to determine what is causing this issue and fix it so we can use the latest versions of node if that cannot be done quickly we should try to figure out what is the latest version of node that fixes the problem node was only used as a somewhat older version and it just worked to reproduce remove your web container image install oed it should fail as shown in the image above expected behavior we would like oed to work with all reasonably current versions of node machine info please complete the following information it seems to happen across all oses tried so far additional context none
1
629,367
20,030,438,027
IssuesEvent
2022-02-02 04:44:52
minio/minio-js
https://api.github.com/repos/minio/minio-js
closed
Support IAM for Service Account
priority: medium community
aws add [IAM For Service Account](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html) feature. It uses Web Identity Credentials and this is not support in minio-js yet. It would be better to bump SDK version or add this resolver. minio-go changes: https://github.com/minio/minio-go/pull/1183 https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/WebIdentityCredentials.html
1.0
Support IAM for Service Account - aws add [IAM For Service Account](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html) feature. It uses Web Identity Credentials and this is not support in minio-js yet. It would be better to bump SDK version or add this resolver. minio-go changes: https://github.com/minio/minio-go/pull/1183 https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/WebIdentityCredentials.html
priority
support iam for service account aws add feature it uses web identity credentials and this is not support in minio js yet it would be better to bump sdk version or add this resolver minio go changes
1
821,693
30,832,003,754
IssuesEvent
2023-08-02 02:58:07
CAMaji/oxygen-cs-grp2-eq10
https://api.github.com/repos/CAMaji/oxygen-cs-grp2-eq10
closed
[FEATURE] - Kubernetes - Créer les Secrets
feature medium priority
## Description de la fonctionnalité Il faut ajouter des secrets pour le HVAC_TOKEN et peut-être le TOKEN aussi. ## Niveau de priorité (critique, important, ou utile) Niveau important ## Exigences et contraintes (optionnel) ## Détails techniques (optionnel)
1.0
[FEATURE] - Kubernetes - Créer les Secrets - ## Description de la fonctionnalité Il faut ajouter des secrets pour le HVAC_TOKEN et peut-être le TOKEN aussi. ## Niveau de priorité (critique, important, ou utile) Niveau important ## Exigences et contraintes (optionnel) ## Détails techniques (optionnel)
priority
kubernetes créer les secrets description de la fonctionnalité il faut ajouter des secrets pour le hvac token et peut être le token aussi niveau de priorité critique important ou utile niveau important exigences et contraintes optionnel détails techniques optionnel
1
259,801
8,200,125,984
IssuesEvent
2018-09-01 00:03:13
hack4impact-uiuc/h4i-recruitment
https://api.github.com/repos/hack4impact-uiuc/h4i-recruitment
opened
Add spinner to facemash
Priority: Medium
this will ensure the user that we know whether we are submitting the match or not. backend is still a little slow.
1.0
Add spinner to facemash - this will ensure the user that we know whether we are submitting the match or not. backend is still a little slow.
priority
add spinner to facemash this will ensure the user that we know whether we are submitting the match or not backend is still a little slow
1
39,149
2,851,361,740
IssuesEvent
2015-06-01 05:58:46
damonkohler/android-scripting
https://api.github.com/repos/damonkohler/android-scripting
closed
Add Tasker APIs
auto-migrated Priority-Medium Type-Enhancement
``` http://tasker.dinglisch.net/invoketasks.html ``` Original issue reported on code.google.com by `damonkoh...@gmail.com` on 8 Nov 2010 at 8:05
1.0
Add Tasker APIs - ``` http://tasker.dinglisch.net/invoketasks.html ``` Original issue reported on code.google.com by `damonkoh...@gmail.com` on 8 Nov 2010 at 8:05
priority
add tasker apis original issue reported on code google com by damonkoh gmail com on nov at
1
699,121
24,005,121,331
IssuesEvent
2022-09-14 14:18:07
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
Add Ubuntu Python 3.10 wheels
component: distribution type: feature request priority: medium configuration: python
With support for Jammy coming soon (#16217), we should also work on adding Python 3.10 wheel builds. We expect to still compile them in a Focal Docker, but against a locally-installed Python 3.10 (not from Ubuntu).
1.0
Add Ubuntu Python 3.10 wheels - With support for Jammy coming soon (#16217), we should also work on adding Python 3.10 wheel builds. We expect to still compile them in a Focal Docker, but against a locally-installed Python 3.10 (not from Ubuntu).
priority
add ubuntu python wheels with support for jammy coming soon we should also work on adding python wheel builds we expect to still compile them in a focal docker but against a locally installed python not from ubuntu
1
546,612
16,015,913,742
IssuesEvent
2021-04-20 15:59:01
gnosis/ido-ux
https://api.github.com/repos/gnosis/ido-ux
opened
Wallet connect on landing page: Choose a network
medium priority
On the landing page, if users want to connect to with wc, they should see a selector to choose the network they want to connect to. Kinda like superfluid is doing it : ![image.png](https://images.zenhubusercontent.com/5ddee9ea1d3e1600010ad960/e86c2b8f-8140-4fda-933b-0e1ff36b3340) And then the connection should be made against this network with wallet connect
1.0
Wallet connect on landing page: Choose a network - On the landing page, if users want to connect to with wc, they should see a selector to choose the network they want to connect to. Kinda like superfluid is doing it : ![image.png](https://images.zenhubusercontent.com/5ddee9ea1d3e1600010ad960/e86c2b8f-8140-4fda-933b-0e1ff36b3340) And then the connection should be made against this network with wallet connect
priority
wallet connect on landing page choose a network on the landing page if users want to connect to with wc they should see a selector to choose the network they want to connect to kinda like superfluid is doing it and then the connection should be made against this network with wallet connect
1
180,287
6,648,108,040
IssuesEvent
2017-09-28 08:04:46
edenlabllc/ehealth.api
https://api.github.com/repos/edenlabllc/ehealth.api
closed
Get Medical Program by ID
epic/medication kind/task priority/medium project/reimbursement
Create Get Medical Program by ID according to requirements Requirements: [вимоги](https://edenlab.atlassian.net/wiki/x/PgKnAQ) - [x] Create WS spec - [x] Implement - [x] Deploy - [x] Improve test scenarios
1.0
Get Medical Program by ID - Create Get Medical Program by ID according to requirements Requirements: [вимоги](https://edenlab.atlassian.net/wiki/x/PgKnAQ) - [x] Create WS spec - [x] Implement - [x] Deploy - [x] Improve test scenarios
priority
get medical program by id create get medical program by id according to requirements requirements create ws spec implement deploy improve test scenarios
1
325,824
9,936,337,783
IssuesEvent
2019-07-02 18:51:52
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
Overload RotationMatrix operator* to avoid Eigen bug
priority: medium team: dynamics type: bug
Overload RotationMatrix operator* to avoid Eigen bug discovered by Evan @edrumwri. There seems to be an error in using RotationMatrix * Eigen::Matrix3x, where Matrix3x is an arbitrary Eigen 3 x n matrix, n = 2, 3, 4, .... Solution is to overload RotationMatrix operator* to check size of Matrix3x is in fact 3 x n (and throw an exception if it is not) and then properly calculate and return the result.
1.0
Overload RotationMatrix operator* to avoid Eigen bug - Overload RotationMatrix operator* to avoid Eigen bug discovered by Evan @edrumwri. There seems to be an error in using RotationMatrix * Eigen::Matrix3x, where Matrix3x is an arbitrary Eigen 3 x n matrix, n = 2, 3, 4, .... Solution is to overload RotationMatrix operator* to check size of Matrix3x is in fact 3 x n (and throw an exception if it is not) and then properly calculate and return the result.
priority
overload rotationmatrix operator to avoid eigen bug overload rotationmatrix operator to avoid eigen bug discovered by evan edrumwri there seems to be an error in using rotationmatrix eigen where is an arbitrary eigen x n matrix n solution is to overload rotationmatrix operator to check size of is in fact x n and throw an exception if it is not and then properly calculate and return the result
1
114,937
4,648,358,098
IssuesEvent
2016-10-02 01:16:24
honestbleeps/Reddit-Enhancement-Suite
https://api.github.com/repos/honestbleeps/Reddit-Enhancement-Suite
closed
subredditHover does not work on full links
Difficulty-­2_Medium Difficulty-­­1_Easy Priority-1_Little Interest Priority-4_Some Interest RE-Bug-Unconfirmed
the hover info for subreddits works on things like /r/subreddit, but not http://www.reddit.com/r/subreddit Lets play, BUG. OR. FEATURE?
2.0
subredditHover does not work on full links - the hover info for subreddits works on things like /r/subreddit, but not http://www.reddit.com/r/subreddit Lets play, BUG. OR. FEATURE?
priority
subreddithover does not work on full links the hover info for subreddits works on things like r subreddit but not lets play bug or feature
1
670,160
22,678,119,932
IssuesEvent
2022-07-04 07:24:32
owncloud/web
https://api.github.com/repos/owncloud/web
closed
Use OcResource component for filename in pdf-viewer
Category:Enhancement Priority:p3-medium
The filename in the header section of the pdf-viewer app currently shows the plain text filename (see screenshot). <img width="641" alt="Screenshot 2022-07-01 at 11 41 00" src="https://user-images.githubusercontent.com/3532843/176870154-2f21ce12-5c5a-4c69-a51a-2a29791e6d6e.png"> It could use a bit of eyecandy. Let's try if using the `OcResource` component, which automatically shows the file type icon as well, looks good. Would also serve as a small reminder to the user that the active app is the pdf viewer, as it would always show the pdf file type icon. ;-)
1.0
Use OcResource component for filename in pdf-viewer - The filename in the header section of the pdf-viewer app currently shows the plain text filename (see screenshot). <img width="641" alt="Screenshot 2022-07-01 at 11 41 00" src="https://user-images.githubusercontent.com/3532843/176870154-2f21ce12-5c5a-4c69-a51a-2a29791e6d6e.png"> It could use a bit of eyecandy. Let's try if using the `OcResource` component, which automatically shows the file type icon as well, looks good. Would also serve as a small reminder to the user that the active app is the pdf viewer, as it would always show the pdf file type icon. ;-)
priority
use ocresource component for filename in pdf viewer the filename in the header section of the pdf viewer app currently shows the plain text filename see screenshot img width alt screenshot at src it could use a bit of eyecandy let s try if using the ocresource component which automatically shows the file type icon as well looks good would also serve as a small reminder to the user that the active app is the pdf viewer as it would always show the pdf file type icon
1
131,318
5,146,063,830
IssuesEvent
2017-01-12 23:34:43
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
opened
Install clang-3.9 on AMIs used for Bazel builds
priority: medium team: kitware
Apparently it isn't already? I was surprised. https://drake-jenkins.csail.mit.edu/job/linux-gcc-bazel-experimental/462/console
1.0
Install clang-3.9 on AMIs used for Bazel builds - Apparently it isn't already? I was surprised. https://drake-jenkins.csail.mit.edu/job/linux-gcc-bazel-experimental/462/console
priority
install clang on amis used for bazel builds apparently it isn t already i was surprised
1
128,599
5,071,930,984
IssuesEvent
2016-12-26 17:32:00
Unitech/pm2
https://api.github.com/repos/Unitech/pm2
opened
Yarn compatibility with PM2 2.x
Priority: Medium Status: Need More Data Subsystem: CLI Type: Question
PM2 fork noticed mentioning yarn compat with 1.1.3 "NOTE: Forked version of 1.1.3 to be compatible with yarn." https://www.npmjs.com/package/wf-pm2
1.0
Yarn compatibility with PM2 2.x - PM2 fork noticed mentioning yarn compat with 1.1.3 "NOTE: Forked version of 1.1.3 to be compatible with yarn." https://www.npmjs.com/package/wf-pm2
priority
yarn compatibility with x fork noticed mentioning yarn compat with note forked version of to be compatible with yarn
1
553,932
16,385,587,709
IssuesEvent
2021-05-17 09:59:58
buddyboss/buddyboss-platform
https://api.github.com/repos/buddyboss/buddyboss-platform
closed
The JS script magnific-popup.js is loaded twice (platform + theme)
bug priority: medium
**Describe the bug** It seems that the script magnific-popup.js is loaded twice when using BuddyBoss Platform + BuddyBoss Theme. **To Reproduce** Test your site using gtmetrix. **Expected behavior** Load that script once (the latest version) **Screenshots** ![image](https://user-images.githubusercontent.com/46819762/97703333-be0cac80-1ab0-11eb-8776-e558b67e16d5.png) **Support ticket links** none
1.0
The JS script magnific-popup.js is loaded twice (platform + theme) - **Describe the bug** It seems that the script magnific-popup.js is loaded twice when using BuddyBoss Platform + BuddyBoss Theme. **To Reproduce** Test your site using gtmetrix. **Expected behavior** Load that script once (the latest version) **Screenshots** ![image](https://user-images.githubusercontent.com/46819762/97703333-be0cac80-1ab0-11eb-8776-e558b67e16d5.png) **Support ticket links** none
priority
the js script magnific popup js is loaded twice platform theme describe the bug it seems that the script magnific popup js is loaded twice when using buddyboss platform buddyboss theme to reproduce test your site using gtmetrix expected behavior load that script once the latest version screenshots support ticket links none
1
758,044
26,541,657,907
IssuesEvent
2023-01-19 19:48:08
EmotiBit/ofxEmotiBit
https://api.github.com/repos/EmotiBit/ofxEmotiBit
closed
The oscilloscope clips the last digit of the EmotiBit IP address.
Priority-Medium
- Fix the GUI tab so that the IP address is scaled to fit in the space ![Screenshot_040521_040809_PM](https://user-images.githubusercontent.com/31810812/113621028-1da35100-9629-11eb-82e4-9b3982ad4524.jpg)
1.0
The oscilloscope clips the last digit of the EmotiBit IP address. - - Fix the GUI tab so that the IP address is scaled to fit in the space ![Screenshot_040521_040809_PM](https://user-images.githubusercontent.com/31810812/113621028-1da35100-9629-11eb-82e4-9b3982ad4524.jpg)
priority
the oscilloscope clips the last digit of the emotibit ip address fix the gui tab so that the ip address is scaled to fit in the space
1
240,820
7,806,172,138
IssuesEvent
2018-06-11 13:20:59
Coderockr/vitrine-social
https://api.github.com/repos/Coderockr/vitrine-social
closed
Pesquisa de Necessidades
Category: Backend Level: Medium Priority: Highest Stage: Review Type: New feature
## Search [/search?text={text}&category={categories}&org={org}&page={page}] ### Fazer busca [GET] + Parameters + text: texto a ser pesquisado (string, optional) - Texto a ser pesquidado + categories: 1,2,3 (string, optional) - Ids das categorias + org: 1 (number, optional) - Id da entidade para filtrar + page: 1 (number, optional) - Paginação (vai trazer sempre 10 por página) + Request Busca das necessidades + Headers Accept: application/json Content-Type: application/json + Response 200 (application/json) + Attributes (array[BaseNeed])
1.0
Pesquisa de Necessidades - ## Search [/search?text={text}&category={categories}&org={org}&page={page}] ### Fazer busca [GET] + Parameters + text: texto a ser pesquisado (string, optional) - Texto a ser pesquidado + categories: 1,2,3 (string, optional) - Ids das categorias + org: 1 (number, optional) - Id da entidade para filtrar + page: 1 (number, optional) - Paginação (vai trazer sempre 10 por página) + Request Busca das necessidades + Headers Accept: application/json Content-Type: application/json + Response 200 (application/json) + Attributes (array[BaseNeed])
priority
pesquisa de necessidades search fazer busca parameters text texto a ser pesquisado string optional texto a ser pesquidado categories string optional ids das categorias org number optional id da entidade para filtrar page number optional paginação vai trazer sempre por página request busca das necessidades headers accept application json content type application json response application json attributes array
1
681,547
23,315,532,307
IssuesEvent
2022-08-08 12:11:49
dnd-side-project/dnd-7th-7-frontend
https://api.github.com/repos/dnd-side-project/dnd-7th-7-frontend
closed
[feature] 각 컴포넌트 위치 세팅
🔧 Type: Feature 🟠 Priority: Medium
## 🔥 설명 (이슈에 대한 자세한 설명을 적어주세요!) - <br> ## 🔥 ETC (기타 사항을 적어주세요!) <img width="352" alt="image" src="https://user-images.githubusercontent.com/80577900/181917347-e750df32-bb28-44cc-aa30-421c73f7f690.png"> <br> >#### types >- feat : 새로운 기능 >- update : 로직 변경 >- bug : 버그 수정 >- refactor : 파일 및 폴더 리팩토링 >- style : 코드 형식 변경 >- docs : 문서 관련 >- test : 테스트 코드 >- etc : 기타 변경 사항 >
1.0
[feature] 각 컴포넌트 위치 세팅 - ## 🔥 설명 (이슈에 대한 자세한 설명을 적어주세요!) - <br> ## 🔥 ETC (기타 사항을 적어주세요!) <img width="352" alt="image" src="https://user-images.githubusercontent.com/80577900/181917347-e750df32-bb28-44cc-aa30-421c73f7f690.png"> <br> >#### types >- feat : 새로운 기능 >- update : 로직 변경 >- bug : 버그 수정 >- refactor : 파일 및 폴더 리팩토링 >- style : 코드 형식 변경 >- docs : 문서 관련 >- test : 테스트 코드 >- etc : 기타 변경 사항 >
priority
각 컴포넌트 위치 세팅 🔥 설명 이슈에 대한 자세한 설명을 적어주세요 🔥 etc 기타 사항을 적어주세요 img width alt image src types feat 새로운 기능 update 로직 변경 bug 버그 수정 refactor 파일 및 폴더 리팩토링 style 코드 형식 변경 docs 문서 관련 test 테스트 코드 etc 기타 변경 사항
1
705,012
24,218,303,747
IssuesEvent
2022-09-26 08:44:39
ooni/probe
https://api.github.com/repos/ooni/probe
closed
android, ios: only run torsf and vanilla_tor in unattended/background mode
enhancement ooni/probe-mobile priority/medium platform/android platform/ios
This issue is about running torsf and vanilla_tor only when tests run in the background. We would like to do that because the total runtime of these two tests may be too much for interactive mode runs. See https://github.com/ooni/probe/issues/2057 for the related `cli` issue.
1.0
android, ios: only run torsf and vanilla_tor in unattended/background mode - This issue is about running torsf and vanilla_tor only when tests run in the background. We would like to do that because the total runtime of these two tests may be too much for interactive mode runs. See https://github.com/ooni/probe/issues/2057 for the related `cli` issue.
priority
android ios only run torsf and vanilla tor in unattended background mode this issue is about running torsf and vanilla tor only when tests run in the background we would like to do that because the total runtime of these two tests may be too much for interactive mode runs see for the related cli issue
1
82,235
3,604,521,708
IssuesEvent
2016-02-03 23:13:25
sandialabs/slycat
https://api.github.com/repos/sandialabs/slycat
closed
Getting file not found instead of permission denied error
bug Medium Priority PS Model
When trying to retrieve images during hover, the error message is misleading. I went onto the cluster and found that the real issue was not that the file didn't exist, but that I didn't have permission to access the directory that it was in.
1.0
Getting file not found instead of permission denied error - When trying to retrieve images during hover, the error message is misleading. I went onto the cluster and found that the real issue was not that the file didn't exist, but that I didn't have permission to access the directory that it was in.
priority
getting file not found instead of permission denied error when trying to retrieve images during hover the error message is misleading i went onto the cluster and found that the real issue was not that the file didn t exist but that i didn t have permission to access the directory that it was in
1
670,982
22,717,095,280
IssuesEvent
2022-07-06 03:55:00
visit-dav/visit
https://api.github.com/repos/visit-dav/visit
opened
Mili link error with gcc 10.2 on Debian 10.
bug asc likelihood medium impact medium priority engineering
I was building VisIt on Debian 10 with gcc 10.2 and I got multiple symbol definition errors. Here they are: ``` [ 66%] Linking CXX shared library ../../plugins/databases/libMMiliDatabase.so /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mili.o):(.bss+0x20): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(param.o):(.bss+0x0): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(svar.o):(.bss+0x0): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(srec.o):(.bss+0x20): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(ti.o):(.bss+0x20): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(tidirc.o):(.bss+0x0): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(util.o):(.bss+0x0): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(makemili.o):(.bss+0x20): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(dep.o):(.bss+0x0): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(direc.o):(.bss+0x0): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(eprtf.o):(.bss+0x0): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(gahl.o):(.bss+0x0): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(io_mem.o):(.bss+0x0): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(sarray.o):(.bss+0x0): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here collect2: error: ld returned 1 exit status make[2]: *** [databases/Mili/CMakeFiles/MMiliDatabase.dir/build.make:206: plugins/databases/libMMiliDatabase.so] Error 1 make[1]: *** [CMakeFiles/Makefile2:83701: databases/Mili/CMakeFiles/MMiliDatabase.dir/all] Error 2 make: *** [Makefile:171: all] Error 2 ```
1.0
Mili link error with gcc 10.2 on Debian 10. - I was building VisIt on Debian 10 with gcc 10.2 and I got multiple symbol definition errors. Here they are: ``` [ 66%] Linking CXX shared library ../../plugins/databases/libMMiliDatabase.so /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mili.o):(.bss+0x20): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(param.o):(.bss+0x0): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(svar.o):(.bss+0x0): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(srec.o):(.bss+0x20): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(ti.o):(.bss+0x20): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(tidirc.o):(.bss+0x0): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(util.o):(.bss+0x0): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(makemili.o):(.bss+0x20): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(dep.o):(.bss+0x0): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(direc.o):(.bss+0x0): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(eprtf.o):(.bss+0x0): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(gahl.o):(.bss+0x0): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(io_mem.o):(.bss+0x0): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here /usr/bin/ld: /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(sarray.o):(.bss+0x0): multiple definition of `write_funcs'; /home/visit/third-party/mili/22.1/linux-x86_64_gcc-10.2/lib/libmili.a(mesh_u.o):(.bss+0x0): first defined here collect2: error: ld returned 1 exit status make[2]: *** [databases/Mili/CMakeFiles/MMiliDatabase.dir/build.make:206: plugins/databases/libMMiliDatabase.so] Error 1 make[1]: *** [CMakeFiles/Makefile2:83701: databases/Mili/CMakeFiles/MMiliDatabase.dir/all] Error 2 make: *** [Makefile:171: all] Error 2 ```
priority
mili link error with gcc on debian i was building visit on debian with gcc and i got multiple symbol definition errors here they are linking cxx shared library plugins databases libmmilidatabase so usr bin ld home visit third party mili linux gcc lib libmili a mili o bss multiple definition of write funcs home visit third party mili linux gcc lib libmili a mesh u o bss first defined here usr bin ld home visit third party mili linux gcc lib libmili a param o bss multiple definition of write funcs home visit third party mili linux gcc lib libmili a mesh u o bss first defined here usr bin ld home visit third party mili linux gcc lib libmili a svar o bss multiple definition of write funcs home visit third party mili linux gcc lib libmili a mesh u o bss first defined here usr bin ld home visit third party mili linux gcc lib libmili a srec o bss multiple definition of write funcs home visit third party mili linux gcc lib libmili a mesh u o bss first defined here usr bin ld home visit third party mili linux gcc lib libmili a ti o bss multiple definition of write funcs home visit third party mili linux gcc lib libmili a mesh u o bss first defined here usr bin ld home visit third party mili linux gcc lib libmili a tidirc o bss multiple definition of write funcs home visit third party mili linux gcc lib libmili a mesh u o bss first defined here usr bin ld home visit third party mili linux gcc lib libmili a util o bss multiple definition of write funcs home visit third party mili linux gcc lib libmili a mesh u o bss first defined here usr bin ld home visit third party mili linux gcc lib libmili a makemili o bss multiple definition of write funcs home visit third party mili linux gcc lib libmili a mesh u o bss first defined here usr bin ld home visit third party mili linux gcc lib libmili a dep o bss multiple definition of write funcs home visit third party mili linux gcc lib libmili a mesh u o bss first defined here usr bin ld home visit third party mili linux gcc lib libmili a direc o bss multiple definition of write funcs home visit third party mili linux gcc lib libmili a mesh u o bss first defined here usr bin ld home visit third party mili linux gcc lib libmili a eprtf o bss multiple definition of write funcs home visit third party mili linux gcc lib libmili a mesh u o bss first defined here usr bin ld home visit third party mili linux gcc lib libmili a gahl o bss multiple definition of write funcs home visit third party mili linux gcc lib libmili a mesh u o bss first defined here usr bin ld home visit third party mili linux gcc lib libmili a io mem o bss multiple definition of write funcs home visit third party mili linux gcc lib libmili a mesh u o bss first defined here usr bin ld home visit third party mili linux gcc lib libmili a sarray o bss multiple definition of write funcs home visit third party mili linux gcc lib libmili a mesh u o bss first defined here error ld returned exit status make error make error make error
1
412,943
12,058,535,890
IssuesEvent
2020-04-15 17:38:09
ChainSafe/forest
https://api.github.com/repos/ChainSafe/forest
closed
VM Gas metering and usage
Priority: 3 - Medium VM
- Need to implement gas table and consumption of gas through the runtime execution
1.0
VM Gas metering and usage - - Need to implement gas table and consumption of gas through the runtime execution
priority
vm gas metering and usage need to implement gas table and consumption of gas through the runtime execution
1
337,225
10,212,077,553
IssuesEvent
2019-08-14 18:31:45
djjd47130/GitHubBackup
https://api.github.com/repos/djjd47130/GitHubBackup
closed
Disabled icon background issues
bug help wanted priority medium ui
Icons on menu items show an ugly dark gray box when they're disabled. Images likely need to be made transparent. Essentially need a whole new set of icons to use. ![image](https://user-images.githubusercontent.com/8213266/62428048-915dbf80-b6ca-11e9-9a85-af02e16bc00a.png)
1.0
Disabled icon background issues - Icons on menu items show an ugly dark gray box when they're disabled. Images likely need to be made transparent. Essentially need a whole new set of icons to use. ![image](https://user-images.githubusercontent.com/8213266/62428048-915dbf80-b6ca-11e9-9a85-af02e16bc00a.png)
priority
disabled icon background issues icons on menu items show an ugly dark gray box when they re disabled images likely need to be made transparent essentially need a whole new set of icons to use
1
587,667
17,628,678,178
IssuesEvent
2021-08-19 03:43:46
Nelson-Gon/mde
https://api.github.com/repos/Nelson-Gon/mde
opened
Support dates in missingness reports
enhancement good first issue beginner-friendly priority:medium
**Description** Extend functionality for objects of class `POSIXct` or Date. **Similar Features** `get_na_*` **Feature Details** Sufficiently described. **Proposed Implementation** Write functions such as `get_na_means.POSIXct` or "inherit" from other classes.
1.0
Support dates in missingness reports - **Description** Extend functionality for objects of class `POSIXct` or Date. **Similar Features** `get_na_*` **Feature Details** Sufficiently described. **Proposed Implementation** Write functions such as `get_na_means.POSIXct` or "inherit" from other classes.
priority
support dates in missingness reports description extend functionality for objects of class posixct or date similar features get na feature details sufficiently described proposed implementation write functions such as get na means posixct or inherit from other classes
1
829,607
31,883,977,480
IssuesEvent
2023-09-16 18:15:35
puyu-pe/nexus-doc-gen
https://api.github.com/repos/puyu-pe/nexus-doc-gen
closed
Agregar formatos Ticket y HTML
point: 3 priority: medium type:feature
# **🚀 Feature Request** ## **Is your feature request related to a problem? Please describe.** <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> * Se necesita agregar la opcion de imprimir en formatos ticket y ademas devolver resultado en formato html * --- ## **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> * Agregar formatos ticket para comprobantes tipo invoice * Agregar formato html --- ## **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> * Revisar formatos existentes en nexus para usar la distribución de datos existente.
1.0
Agregar formatos Ticket y HTML - # **🚀 Feature Request** ## **Is your feature request related to a problem? Please describe.** <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> * Se necesita agregar la opcion de imprimir en formatos ticket y ademas devolver resultado en formato html * --- ## **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> * Agregar formatos ticket para comprobantes tipo invoice * Agregar formato html --- ## **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> * Revisar formatos existentes en nexus para usar la distribución de datos existente.
priority
agregar formatos ticket y html 🚀 feature request is your feature request related to a problem please describe se necesita agregar la opcion de imprimir en formatos ticket y ademas devolver resultado en formato html describe the solution you d like agregar formatos ticket para comprobantes tipo invoice agregar formato html describe alternatives you ve considered revisar formatos existentes en nexus para usar la distribución de datos existente
1
144,716
5,544,557,857
IssuesEvent
2017-03-22 19:26:28
agda/agda
https://api.github.com/repos/agda/agda
closed
Memory consumption of Agda JS compiler is too high
auto-migrated bug js-backend priority-medium
``` Agda failed to compile standard library's Data.Bool.Properties module with js compiler on Win32 machine with 2 GB of RAM. The meodule still can be compiled with MAlonzo compiler. Agda version is 2.3.1 ``` Original issue reported on code.google.com by `schernic...@gmail.com` on 13 Aug 2012 at 6:14
1.0
Memory consumption of Agda JS compiler is too high - ``` Agda failed to compile standard library's Data.Bool.Properties module with js compiler on Win32 machine with 2 GB of RAM. The meodule still can be compiled with MAlonzo compiler. Agda version is 2.3.1 ``` Original issue reported on code.google.com by `schernic...@gmail.com` on 13 Aug 2012 at 6:14
priority
memory consumption of agda js compiler is too high agda failed to compile standard library s data bool properties module with js compiler on machine with gb of ram the meodule still can be compiled with malonzo compiler agda version is original issue reported on code google com by schernic gmail com on aug at
1
782,902
27,511,022,054
IssuesEvent
2023-03-06 08:49:55
scaleway/terraform-provider-scaleway
https://api.github.com/repos/scaleway/terraform-provider-scaleway
closed
add data source for scaleway_lb_acl
enhancement load-balancer priority:medium
<!--- Please keep this note for the community ---> ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Description - Get an ACL - List ACL for a given frontend ### New or Affected Resource(s) <!--- Please list the new or affected resources and data sources. ---> * scaleway_XXXXX ### Potential Terraform Configuration <!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> ```hcl # Copy-paste your Terraform configurations here - for large Terraform configs, # please use a service like Dropbox and share a link to the ZIP file. For # security, you can also encrypt the files using our GPG public key. ``` ### References <!--- Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests ---> * #0000
1.0
add data source for scaleway_lb_acl - <!--- Please keep this note for the community ---> ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Description - Get an ACL - List ACL for a given frontend ### New or Affected Resource(s) <!--- Please list the new or affected resources and data sources. ---> * scaleway_XXXXX ### Potential Terraform Configuration <!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> ```hcl # Copy-paste your Terraform configurations here - for large Terraform configs, # please use a service like Dropbox and share a link to the ZIP file. For # security, you can also encrypt the files using our GPG public key. ``` ### References <!--- Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests ---> * #0000
priority
add data source for scaleway lb acl community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or other comments that do not add relevant new information or questions they generate extra noise for issue followers and do not help prioritize the request if you are interested in working on this issue or have submitted a pull request please leave a comment description get an acl list acl for a given frontend new or affected resource s scaleway xxxxx potential terraform configuration hcl copy paste your terraform configurations here for large terraform configs please use a service like dropbox and share a link to the zip file for security you can also encrypt the files using our gpg public key references information about referencing github issues
1
761,104
26,667,136,155
IssuesEvent
2023-01-26 06:01:56
Alluxio/alluxio
https://api.github.com/repos/Alluxio/alluxio
closed
Improved the structure of Alluxio CLI commands
priority-medium type-feature stale
**Is your feature request related to a problem? Please describe.** Reorganize Alluxio CLI to implement the CLI style to Git or Brew using subcommands with very few entry points, rather than exposing too many separate scripts for users to start **Describe the solution you'd like** This is initial idea regarding the new structure. We can iterate from here: - Use `bin/alluxio` as the top level entry-point for user facing operations which provides a bunch of subcommands. Most users will use this entry point to interact with Alluxio service for tasks like reading/writing files, run some predefined tests, check configuration and etc. ```console $ bin/alluxio common subcommands: fs file system operations, including ls, rm, copyFromLocal and etc test various tests getConf Look up a configuration key, or print all configuration version print version ... ``` - Introduce a new entry point `sbin/alluxio-admin` for the admin facing operations . This is the top-level command to access operations like starting/stopping service, creating journal backup, and etc. ```console $ sbin/alluxio-admin common subcommands: format format master or worker ... fs admin level file system operations, including mount, unmount and etc backup back journal doctor check health start start master or worker stop stop master or worker logLevel set or get log level of Alluxio servers copyDir copy the PATH to all master/worker nodes ... ``` **Describe alternatives you've considered** **Urgency** Medium **Additional context**
1.0
Improved the structure of Alluxio CLI commands - **Is your feature request related to a problem? Please describe.** Reorganize Alluxio CLI to implement the CLI style to Git or Brew using subcommands with very few entry points, rather than exposing too many separate scripts for users to start **Describe the solution you'd like** This is initial idea regarding the new structure. We can iterate from here: - Use `bin/alluxio` as the top level entry-point for user facing operations which provides a bunch of subcommands. Most users will use this entry point to interact with Alluxio service for tasks like reading/writing files, run some predefined tests, check configuration and etc. ```console $ bin/alluxio common subcommands: fs file system operations, including ls, rm, copyFromLocal and etc test various tests getConf Look up a configuration key, or print all configuration version print version ... ``` - Introduce a new entry point `sbin/alluxio-admin` for the admin facing operations . This is the top-level command to access operations like starting/stopping service, creating journal backup, and etc. ```console $ sbin/alluxio-admin common subcommands: format format master or worker ... fs admin level file system operations, including mount, unmount and etc backup back journal doctor check health start start master or worker stop stop master or worker logLevel set or get log level of Alluxio servers copyDir copy the PATH to all master/worker nodes ... ``` **Describe alternatives you've considered** **Urgency** Medium **Additional context**
priority
improved the structure of alluxio cli commands is your feature request related to a problem please describe reorganize alluxio cli to implement the cli style to git or brew using subcommands with very few entry points rather than exposing too many separate scripts for users to start describe the solution you d like this is initial idea regarding the new structure we can iterate from here use bin alluxio as the top level entry point for user facing operations which provides a bunch of subcommands most users will use this entry point to interact with alluxio service for tasks like reading writing files run some predefined tests check configuration and etc console bin alluxio common subcommands fs file system operations including ls rm copyfromlocal and etc test various tests getconf look up a configuration key or print all configuration version print version introduce a new entry point sbin alluxio admin for the admin facing operations this is the top level command to access operations like starting stopping service creating journal backup and etc console sbin alluxio admin common subcommands format format master or worker fs admin level file system operations including mount unmount and etc backup back journal doctor check health start start master or worker stop stop master or worker loglevel set or get log level of alluxio servers copydir copy the path to all master worker nodes describe alternatives you ve considered urgency medium additional context
1
64,445
3,211,850,363
IssuesEvent
2015-10-06 13:07:21
jgirald/ES2015C
https://api.github.com/repos/jgirald/ES2015C
closed
Fog of war(minimap)
Medium Priority Team D
I want to create the fog of war for the minimap so it only shows the explored terrain. -Estimated time: 10h -As a player, I want to distinguish between unexplored, explored and no visible, and explored and visible areas in the map.
1.0
Fog of war(minimap) - I want to create the fog of war for the minimap so it only shows the explored terrain. -Estimated time: 10h -As a player, I want to distinguish between unexplored, explored and no visible, and explored and visible areas in the map.
priority
fog of war minimap i want to create the fog of war for the minimap so it only shows the explored terrain estimated time as a player i want to distinguish between unexplored explored and no visible and explored and visible areas in the map
1
303,197
9,303,736,184
IssuesEvent
2019-03-24 19:42:57
bounswe/bounswe2019group11
https://api.github.com/repos/bounswe/bounswe2019group11
closed
Revisit personas
Estimation: S Priority: Medium Status: In Progress
Feedback for Assignment 3: 1) E-numerated version of requirements is missing (acceptance criteria). Also, you can find more requirements for acceptance criteria. 2) User story for 2nd and 3rd personas are missing. Also, scenarios should be expanded. I regulated the persona 3 according to feedbacks. Other personas should be regulate with respect to feedbacks.
1.0
Revisit personas - Feedback for Assignment 3: 1) E-numerated version of requirements is missing (acceptance criteria). Also, you can find more requirements for acceptance criteria. 2) User story for 2nd and 3rd personas are missing. Also, scenarios should be expanded. I regulated the persona 3 according to feedbacks. Other personas should be regulate with respect to feedbacks.
priority
revisit personas feedback for assignment e numerated version of requirements is missing acceptance criteria also you can find more requirements for acceptance criteria user story for and personas are missing also scenarios should be expanded i regulated the persona according to feedbacks other personas should be regulate with respect to feedbacks
1