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
844
labels
stringlengths
4
721
body
stringlengths
1
261k
index
stringclasses
12 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
248k
binary_label
int64
0
1
675,416
23,093,644,258
IssuesEvent
2022-07-26 17:19:31
jahirfiquitiva/Blueprint
https://api.github.com/repos/jahirfiquitiva/Blueprint
closed
Lags & Stutters while browsing icons
Type: Enhancement Status: Stale Status: Not Reproducible Priority: Low
- [x] I have verified there are no duplicate active or recent bugs, questions, or requests - [x] I have verified that I am using the latest version. ### App info: - Blueprint Version: `2.1.2` ### Describe the bug Jarring lags and stutters while browsing the "Icons" section of the dashboard. ### Reproduction Steps 1. Make/Choose an Adaptive Icon pack with gradient Android Vector Drawables 2. Browse "Icons" section ### Expected behavior Smooth scrolling / no stutters. ### Screenshots https://github.com/Duke0404/Duke0404.github.io/raw/master/ScreenRecord-20200712-214736.mp4 ### Additional context The issue appears on only one of my icon packs https://rebrand.ly/Galica I assume it's because of the gradient Drawable backgrounds. The issue does not appear on the Candybar dashboard so I assume it's not my pack's fault.
1.0
Lags & Stutters while browsing icons - - [x] I have verified there are no duplicate active or recent bugs, questions, or requests - [x] I have verified that I am using the latest version. ### App info: - Blueprint Version: `2.1.2` ### Describe the bug Jarring lags and stutters while browsing the "Icons" section of the dashboard. ### Reproduction Steps 1. Make/Choose an Adaptive Icon pack with gradient Android Vector Drawables 2. Browse "Icons" section ### Expected behavior Smooth scrolling / no stutters. ### Screenshots https://github.com/Duke0404/Duke0404.github.io/raw/master/ScreenRecord-20200712-214736.mp4 ### Additional context The issue appears on only one of my icon packs https://rebrand.ly/Galica I assume it's because of the gradient Drawable backgrounds. The issue does not appear on the Candybar dashboard so I assume it's not my pack's fault.
priority
lags stutters while browsing icons i have verified there are no duplicate active or recent bugs questions or requests i have verified that i am using the latest version app info blueprint version describe the bug jarring lags and stutters while browsing the icons section of the dashboard reproduction steps make choose an adaptive icon pack with gradient android vector drawables browse icons section expected behavior smooth scrolling no stutters screenshots additional context the issue appears on only one of my icon packs i assume it s because of the gradient drawable backgrounds the issue does not appear on the candybar dashboard so i assume it s not my pack s fault
1
382,587
11,308,670,913
IssuesEvent
2020-01-19 07:43:06
Corridors-of-Time-Transcription/puzzlepieces
https://api.github.com/repos/Corridors-of-Time-Transcription/puzzlepieces
closed
Comment system for users to provide warnings or other information
enhancement low priority
8:10 PM] Ghostkenghost: Is it possible to also add a 100 character text field so we can use to warn other users if there is a tricky leaf on the image that is error prone. I found an image where the hexagon leaf only had 4 symbols in it and it was really difficult to gauge which side of the outer 7 leaf the outer symbols were. We can tell users like "Be extra careful on the symbols on node 2, error prone" to make users aware of being careful transcribing it
1.0
Comment system for users to provide warnings or other information - 8:10 PM] Ghostkenghost: Is it possible to also add a 100 character text field so we can use to warn other users if there is a tricky leaf on the image that is error prone. I found an image where the hexagon leaf only had 4 symbols in it and it was really difficult to gauge which side of the outer 7 leaf the outer symbols were. We can tell users like "Be extra careful on the symbols on node 2, error prone" to make users aware of being careful transcribing it
priority
comment system for users to provide warnings or other information pm ghostkenghost is it possible to also add a character text field so we can use to warn other users if there is a tricky leaf on the image that is error prone i found an image where the hexagon leaf only had symbols in it and it was really difficult to gauge which side of the outer leaf the outer symbols were we can tell users like be extra careful on the symbols on node error prone to make users aware of being careful transcribing it
1
68,217
3,284,953,441
IssuesEvent
2015-10-28 18:30:38
leeensminger/OED_Wetlands
https://api.github.com/repos/leeensminger/OED_Wetlands
closed
Documents - Study Area Docs - Associated document filename overlaps within the grid
bug - low priority
Within the Study Area documents panel of the Feature Manager, when a document is associated, the filename overlaps the File Type field. Please adjust how the FileName is displayed. Let me know if more clarification is needed. ![image](https://cloud.githubusercontent.com/assets/4103847/10588261/3ca9209c-7673-11e5-9059-959327ad8606.png)
1.0
Documents - Study Area Docs - Associated document filename overlaps within the grid - Within the Study Area documents panel of the Feature Manager, when a document is associated, the filename overlaps the File Type field. Please adjust how the FileName is displayed. Let me know if more clarification is needed. ![image](https://cloud.githubusercontent.com/assets/4103847/10588261/3ca9209c-7673-11e5-9059-959327ad8606.png)
priority
documents study area docs associated document filename overlaps within the grid within the study area documents panel of the feature manager when a document is associated the filename overlaps the file type field please adjust how the filename is displayed let me know if more clarification is needed
1
271,274
8,482,123,586
IssuesEvent
2018-10-25 17:38:42
ClangBuiltLinux/linux
https://api.github.com/repos/ClangBuiltLinux/linux
closed
-Wparentheses-equality in drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
-Wparentheses-equality [BUG] linux [PATCH] Accepted low priority
``` drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c:25461:31: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((pi->mphase_cal_phase_id == MPHASE_CAL_STATE_RXCAL)) ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c:25461:31: note: remove extraneous parentheses around the comparison to silence this warning if ((pi->mphase_cal_phase_id == MPHASE_CAL_STATE_RXCAL)) ~ ^ ~ drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c:25461:31: note: use '=' to turn this equality comparison into an assignment if ((pi->mphase_cal_phase_id == MPHASE_CAL_STATE_RXCAL)) ^~ = 1 warning generated. ```
1.0
-Wparentheses-equality in drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c - ``` drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c:25461:31: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((pi->mphase_cal_phase_id == MPHASE_CAL_STATE_RXCAL)) ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c:25461:31: note: remove extraneous parentheses around the comparison to silence this warning if ((pi->mphase_cal_phase_id == MPHASE_CAL_STATE_RXCAL)) ~ ^ ~ drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c:25461:31: note: use '=' to turn this equality comparison into an assignment if ((pi->mphase_cal_phase_id == MPHASE_CAL_STATE_RXCAL)) ^~ = 1 warning generated. ```
priority
wparentheses equality in drivers net wireless broadcom brcmsmac phy phy n c drivers net wireless broadcom brcmsmac phy phy n c warning equality comparison with extraneous parentheses if pi mphase cal phase id mphase cal state rxcal drivers net wireless broadcom brcmsmac phy phy n c note remove extraneous parentheses around the comparison to silence this warning if pi mphase cal phase id mphase cal state rxcal drivers net wireless broadcom brcmsmac phy phy n c note use to turn this equality comparison into an assignment if pi mphase cal phase id mphase cal state rxcal warning generated
1
231,062
7,623,231,454
IssuesEvent
2018-05-03 14:30:29
flosse/kartevonmorgen
https://api.github.com/repos/flosse/kartevonmorgen
closed
rating is wrong!
12 low-priority
You can not rate an entry as "Visionary" but if you rate an entry as "von übermorgen" it shows "Visionary" on the profile page, which is wrong. We should change that asap especially the rating of 3. Only regional pilots should have the option to rate something as visionary with 3 points!
1.0
rating is wrong! - You can not rate an entry as "Visionary" but if you rate an entry as "von übermorgen" it shows "Visionary" on the profile page, which is wrong. We should change that asap especially the rating of 3. Only regional pilots should have the option to rate something as visionary with 3 points!
priority
rating is wrong you can not rate an entry as visionary but if you rate an entry as von übermorgen it shows visionary on the profile page which is wrong we should change that asap especially the rating of only regional pilots should have the option to rate something as visionary with points
1
829,513
31,881,763,189
IssuesEvent
2023-09-16 13:07:17
curveresearch/curvesim
https://api.github.com/repos/curveresearch/curvesim
closed
Tricrypto `lp_price`
priority: low
`CurveCryptoPool.lp_price` hasn't been implemented for 3-coin pools. There's already some TODO logic implemented, which we can comment out. Said logic requires an integer cube root function, which `curvesim.pool.cryptoswap.calcs.tricrypto_ng._cbrt` is.
1.0
Tricrypto `lp_price` - `CurveCryptoPool.lp_price` hasn't been implemented for 3-coin pools. There's already some TODO logic implemented, which we can comment out. Said logic requires an integer cube root function, which `curvesim.pool.cryptoswap.calcs.tricrypto_ng._cbrt` is.
priority
tricrypto lp price curvecryptopool lp price hasn t been implemented for coin pools there s already some todo logic implemented which we can comment out said logic requires an integer cube root function which curvesim pool cryptoswap calcs tricrypto ng cbrt is
1
351,927
10,525,703,233
IssuesEvent
2019-09-30 15:33:39
forceworkbench/forceworkbench
https://api.github.com/repos/forceworkbench/forceworkbench
closed
MVC: Metadata Retrieve Wizard
Component-Metadata-Retrieve Priority-Low Scheduled-Backlog Theme-Maintainability Type-Refactoring imported
_Original author: ryan.bra...@gmail.com (September 12, 2010 19:42:50)_ Break metadata retrieval wizard into MVC layers _Original issue: http://code.google.com/p/forceworkbench/issues/detail?id=336_
1.0
MVC: Metadata Retrieve Wizard - _Original author: ryan.bra...@gmail.com (September 12, 2010 19:42:50)_ Break metadata retrieval wizard into MVC layers _Original issue: http://code.google.com/p/forceworkbench/issues/detail?id=336_
priority
mvc metadata retrieve wizard original author ryan bra gmail com september break metadata retrieval wizard into mvc layers original issue
1
381,113
11,273,713,474
IssuesEvent
2020-01-14 17:03:19
bradyrx/climpred
https://api.github.com/repos/bradyrx/climpred
closed
`m2m` skill correction in prediction module
bug low priority
https://github.com/bradyrx/climpred/blob/f2e955926231e2ae854fcdb90c118ac4d68a01cc/climpred/prediction.py#L120-L126 Should there be more logic here to enforce this for just distance metrics? I noticed that when using `m2m` for `effective_sample_size` for instance, we get decimal sample sizes back (when they should all be ints due to how it is computed). This is because it is getting normalized in these lines. Does this make sense for all metrics or just a subset?
1.0
`m2m` skill correction in prediction module - https://github.com/bradyrx/climpred/blob/f2e955926231e2ae854fcdb90c118ac4d68a01cc/climpred/prediction.py#L120-L126 Should there be more logic here to enforce this for just distance metrics? I noticed that when using `m2m` for `effective_sample_size` for instance, we get decimal sample sizes back (when they should all be ints due to how it is computed). This is because it is getting normalized in these lines. Does this make sense for all metrics or just a subset?
priority
skill correction in prediction module should there be more logic here to enforce this for just distance metrics i noticed that when using for effective sample size for instance we get decimal sample sizes back when they should all be ints due to how it is computed this is because it is getting normalized in these lines does this make sense for all metrics or just a subset
1
418,105
12,193,281,834
IssuesEvent
2020-04-29 14:11:39
minetest/minetest
https://api.github.com/repos/minetest/minetest
closed
vmanip without integer to double conversions
@ Script API Low priority Performance Request / Suggestion
## Problem Why is this needed? I'm always frustrated when I think about Minetest converting integers to doubles and the other way round just to pass node data in vmanip tasks. I don't know how much impact the integer to double (and other way round) casting has on the performance (I haven't tested it). ## Solutions It could be possible to simply reinterpret the content_t integers as doubles and put that into a lua number. The node id numbers would then no longer be human-readable integers; without the casting, passing the nodes data may be faster. ## Alternatives If the casting does not have a significant impact on performance, then the suggested change is not needed.
1.0
vmanip without integer to double conversions - ## Problem Why is this needed? I'm always frustrated when I think about Minetest converting integers to doubles and the other way round just to pass node data in vmanip tasks. I don't know how much impact the integer to double (and other way round) casting has on the performance (I haven't tested it). ## Solutions It could be possible to simply reinterpret the content_t integers as doubles and put that into a lua number. The node id numbers would then no longer be human-readable integers; without the casting, passing the nodes data may be faster. ## Alternatives If the casting does not have a significant impact on performance, then the suggested change is not needed.
priority
vmanip without integer to double conversions problem why is this needed i m always frustrated when i think about minetest converting integers to doubles and the other way round just to pass node data in vmanip tasks i don t know how much impact the integer to double and other way round casting has on the performance i haven t tested it solutions it could be possible to simply reinterpret the content t integers as doubles and put that into a lua number the node id numbers would then no longer be human readable integers without the casting passing the nodes data may be faster alternatives if the casting does not have a significant impact on performance then the suggested change is not needed
1
1,321
2,511,669,610
IssuesEvent
2015-01-14 10:13:22
knime-mpicbg/HCS-Tools
https://api.github.com/repos/knime-mpicbg/HCS-Tools
opened
mode aggregation for continuous data
feature request low priority
the mode should be calculated from the density distribution and the result may contain one or more peaks. look for possible implementations.
1.0
mode aggregation for continuous data - the mode should be calculated from the density distribution and the result may contain one or more peaks. look for possible implementations.
priority
mode aggregation for continuous data the mode should be calculated from the density distribution and the result may contain one or more peaks look for possible implementations
1
18,917
2,616,013,815
IssuesEvent
2015-03-02 00:56:49
jasonhall/bwapi
https://api.github.com/repos/jasonhall/bwapi
closed
Optimize interrupted commands over more than one frame
auto-migrated Component-Logic Performance Priority-Low Type-Enhancement Usability
``` Make canBuildHere have a bool checkExplored option, default to false. Also todo: don't reselect the same unit. (last unit group selected compare) note: also needs to be updated when user issues an order. ``` Original issue reported on code.google.com by `AHeinerm` on 22 Oct 2010 at 8:23
1.0
Optimize interrupted commands over more than one frame - ``` Make canBuildHere have a bool checkExplored option, default to false. Also todo: don't reselect the same unit. (last unit group selected compare) note: also needs to be updated when user issues an order. ``` Original issue reported on code.google.com by `AHeinerm` on 22 Oct 2010 at 8:23
priority
optimize interrupted commands over more than one frame make canbuildhere have a bool checkexplored option default to false also todo don t reselect the same unit last unit group selected compare note also needs to be updated when user issues an order original issue reported on code google com by aheinerm on oct at
1
669,396
22,623,280,473
IssuesEvent
2022-06-30 08:28:50
wso2/product-is
https://api.github.com/repos/wso2/product-is
closed
Duplicate API Response Value for 2 parameters in the response when trying to obtain access token with device flow for authorization pending scenario
Priority/Normal Severity/Major bug 6.0.0-bug-fixing Affected-6.0.0 QA-Reported OAUTH-Device-Flow
**How to reproduce:** 1. Follow https://github.com/wso2/docs-is/blob/master/en%2Fdocs%2Flearn%2Ftry-device-flow.md 2. Obtain a user code with the API 3. Dont Access the verification uri https://localhost:9443/authenticationendpoint/device.do . Keep the system in a verification pending state without verifying with the verification uri 4. Set up playground app as the sample app 5. Try to obtain an access token using the device flow grant by passing a expired device code `curl --location --request POST 'https://localhost:9443/oauth2/token' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'grant_type=urn:ietf:params:oauth:grant-type:device_code' \ --data-urlencode 'client_id=nNsuCn0CZztxTTl2KTXpluxCbmMa' \ --data-urlencode 'device_code=64bd7ab1-e129-4fe4-8cac-8618847389ea'` **Actual Behaviour** Duplicate content as **authorization_pending** for both the parameters in the response. Better to make the parameter values not duplicated ![Screenshot from 2022-03-09 12-02-12](https://user-images.githubusercontent.com/31848014/157387059-c0be4edd-84ba-4263-a3a2-c3e217c7a376.png) **Env** Tenant secondory userstore user Secondory US with postgres 14 This should reproduce in H2 default pack too
1.0
Duplicate API Response Value for 2 parameters in the response when trying to obtain access token with device flow for authorization pending scenario - **How to reproduce:** 1. Follow https://github.com/wso2/docs-is/blob/master/en%2Fdocs%2Flearn%2Ftry-device-flow.md 2. Obtain a user code with the API 3. Dont Access the verification uri https://localhost:9443/authenticationendpoint/device.do . Keep the system in a verification pending state without verifying with the verification uri 4. Set up playground app as the sample app 5. Try to obtain an access token using the device flow grant by passing a expired device code `curl --location --request POST 'https://localhost:9443/oauth2/token' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'grant_type=urn:ietf:params:oauth:grant-type:device_code' \ --data-urlencode 'client_id=nNsuCn0CZztxTTl2KTXpluxCbmMa' \ --data-urlencode 'device_code=64bd7ab1-e129-4fe4-8cac-8618847389ea'` **Actual Behaviour** Duplicate content as **authorization_pending** for both the parameters in the response. Better to make the parameter values not duplicated ![Screenshot from 2022-03-09 12-02-12](https://user-images.githubusercontent.com/31848014/157387059-c0be4edd-84ba-4263-a3a2-c3e217c7a376.png) **Env** Tenant secondory userstore user Secondory US with postgres 14 This should reproduce in H2 default pack too
priority
duplicate api response value for parameters in the response when trying to obtain access token with device flow for authorization pending scenario how to reproduce follow obtain a user code with the api dont access the verification uri keep the system in a verification pending state without verifying with the verification uri set up playground app as the sample app try to obtain an access token using the device flow grant by passing a expired device code curl location request post header content type application x www form urlencoded data urlencode grant type urn ietf params oauth grant type device code data urlencode client id data urlencode device code actual behaviour duplicate content as authorization pending for both the parameters in the response better to make the parameter values not duplicated env tenant secondory userstore user secondory us with postgres this should reproduce in default pack too
1
339,130
10,242,605,798
IssuesEvent
2019-08-20 05:43:30
Juniper/salt
https://api.github.com/repos/Juniper/salt
opened
Allow writing var_name in jinja files instead of template_vars[var_name]
Priority: Low Status: Accepted Type: Enhancement
### Description of Issue The current jinja template looks similar to below: ```set interfaces {{ template_vars['interface_name'] }} unit 0``` The request is to change it to: ```set interfaces {{ interface_name }} unit 0``` This will help the Jinja files to remain consistent b/w Ansible and saltstack.
1.0
Allow writing var_name in jinja files instead of template_vars[var_name] - ### Description of Issue The current jinja template looks similar to below: ```set interfaces {{ template_vars['interface_name'] }} unit 0``` The request is to change it to: ```set interfaces {{ interface_name }} unit 0``` This will help the Jinja files to remain consistent b/w Ansible and saltstack.
priority
allow writing var name in jinja files instead of template vars description of issue the current jinja template looks similar to below set interfaces template vars unit the request is to change it to set interfaces interface name unit this will help the jinja files to remain consistent b w ansible and saltstack
1
295,294
9,084,395,062
IssuesEvent
2019-02-18 03:21:59
codeRIT/hackathon_manager
https://api.github.com/repos/codeRIT/hackathon_manager
closed
Denying someone should include reason for denial
feature low priority
_From @sman591 on February 23, 2016 21:52_ Right now, our denial emails are a bit generic and emphasize our large number of applicants. This is true for most of our applicants, however for some, they are denied for other reasons (such as age requirement). We should provide the ability to specify a reason - such as a predefined list of "over capacity" or "age", as well as the option to provide a custom reason _Copied from original issue: codeRIT/brickhack.io#374_
1.0
Denying someone should include reason for denial - _From @sman591 on February 23, 2016 21:52_ Right now, our denial emails are a bit generic and emphasize our large number of applicants. This is true for most of our applicants, however for some, they are denied for other reasons (such as age requirement). We should provide the ability to specify a reason - such as a predefined list of "over capacity" or "age", as well as the option to provide a custom reason _Copied from original issue: codeRIT/brickhack.io#374_
priority
denying someone should include reason for denial from on february right now our denial emails are a bit generic and emphasize our large number of applicants this is true for most of our applicants however for some they are denied for other reasons such as age requirement we should provide the ability to specify a reason such as a predefined list of over capacity or age as well as the option to provide a custom reason copied from original issue coderit brickhack io
1
354,357
10,566,003,061
IssuesEvent
2019-10-05 15:41:07
Electroblob77/Wizardry
https://api.github.com/repos/Electroblob77/Wizardry
closed
Evoker can still sometimes use spells even while being arcane jammed
bug cosmetic low priority
Minecraft version: 1.12.2 Wizardry version: 4.2.3 Environment: All Issue details: **Okay I'm not sure about this one, but I'm going post this anyways.** **So apparently evokers can now be arcane jammed, which is cool. However, they can still (sometimes) use spells as if they were not arcane jammed, they wave their arms for a fraction of a second before stopping. (I think this only happens if they get attacked?)** And yes i've checked if they are still arcane jammed [Particle effects, etc]. **Not a big deal, but something worth pointing out.** Other mods involved: N/A Link to crash report (if applicable): N/A
1.0
Evoker can still sometimes use spells even while being arcane jammed - Minecraft version: 1.12.2 Wizardry version: 4.2.3 Environment: All Issue details: **Okay I'm not sure about this one, but I'm going post this anyways.** **So apparently evokers can now be arcane jammed, which is cool. However, they can still (sometimes) use spells as if they were not arcane jammed, they wave their arms for a fraction of a second before stopping. (I think this only happens if they get attacked?)** And yes i've checked if they are still arcane jammed [Particle effects, etc]. **Not a big deal, but something worth pointing out.** Other mods involved: N/A Link to crash report (if applicable): N/A
priority
evoker can still sometimes use spells even while being arcane jammed minecraft version wizardry version environment all issue details okay i m not sure about this one but i m going post this anyways so apparently evokers can now be arcane jammed which is cool however they can still sometimes use spells as if they were not arcane jammed they wave their arms for a fraction of a second before stopping i think this only happens if they get attacked and yes i ve checked if they are still arcane jammed not a big deal but something worth pointing out other mods involved n a link to crash report if applicable n a
1
801,730
28,500,220,296
IssuesEvent
2023-04-18 16:45:55
metadata-research/yamz
https://api.github.com/repos/metadata-research/yamz
opened
User Experience Enhancement: About Tab
layout and format Low Priority
The About tab needs a little cleaning up. 1. The Community Guidelines page (linked on the Add and Import tabs) should live here somewhere. A dropdown from the About Tab would work. 2. The "API" link is broken, should be fixed or the reference removed. 3. Links to associated Institutions should open in a new tab, not overwrite the current page.
1.0
User Experience Enhancement: About Tab - The About tab needs a little cleaning up. 1. The Community Guidelines page (linked on the Add and Import tabs) should live here somewhere. A dropdown from the About Tab would work. 2. The "API" link is broken, should be fixed or the reference removed. 3. Links to associated Institutions should open in a new tab, not overwrite the current page.
priority
user experience enhancement about tab the about tab needs a little cleaning up the community guidelines page linked on the add and import tabs should live here somewhere a dropdown from the about tab would work the api link is broken should be fixed or the reference removed links to associated institutions should open in a new tab not overwrite the current page
1
241,913
7,835,635,538
IssuesEvent
2018-06-17 09:07:32
bpakodi/service.nfo.sync
https://api.github.com/repos/bpakodi/service.nfo.sync
opened
add member 'silent' to tasks
enhancement priority: low
this will allow to bypass notify, useful for tasks that are being launched by another one
1.0
add member 'silent' to tasks - this will allow to bypass notify, useful for tasks that are being launched by another one
priority
add member silent to tasks this will allow to bypass notify useful for tasks that are being launched by another one
1
404,229
11,854,061,018
IssuesEvent
2020-03-24 23:38:01
fieldenms/tg
https://api.github.com/repos/fieldenms/tg
closed
ActivatableAbstractEntity: make refCount @Required
Complexity: low Developer productivity Low Priority Modelling java
### Description Even though `ActivatableAbstractEntity.refCount` is not explicitly annotated with `@Required`, it appears to be, and situations where it is `null` result in unexpected and hard to trace `NullPointerExceptions`s. It is therefore suggested to enhance `ActivatableAbstractEntity.refCount` with `@Required`. When this issue is implemented, dependent projects will need to have dependent issues created to modify existing schema and add `NOT NULL` qualifier to all `REFCOUNT_` columns. ### Expected outcome More reliable and robust model. ### Actual outcome Occasional unexpected and hard to trace `NullPointerExceptions`s.
1.0
ActivatableAbstractEntity: make refCount @Required - ### Description Even though `ActivatableAbstractEntity.refCount` is not explicitly annotated with `@Required`, it appears to be, and situations where it is `null` result in unexpected and hard to trace `NullPointerExceptions`s. It is therefore suggested to enhance `ActivatableAbstractEntity.refCount` with `@Required`. When this issue is implemented, dependent projects will need to have dependent issues created to modify existing schema and add `NOT NULL` qualifier to all `REFCOUNT_` columns. ### Expected outcome More reliable and robust model. ### Actual outcome Occasional unexpected and hard to trace `NullPointerExceptions`s.
priority
activatableabstractentity make refcount required description even though activatableabstractentity refcount is not explicitly annotated with required it appears to be and situations where it is null result in unexpected and hard to trace nullpointerexceptions s it is therefore suggested to enhance activatableabstractentity refcount with required when this issue is implemented dependent projects will need to have dependent issues created to modify existing schema and add not null qualifier to all refcount columns expected outcome more reliable and robust model actual outcome occasional unexpected and hard to trace nullpointerexceptions s
1
60,788
3,134,394,307
IssuesEvent
2015-09-10 09:47:54
MinetestForFun/server-minetestforfun-magichet
https://api.github.com/repos/MinetestForFun/server-minetestforfun-magichet
closed
Add shutdown mod
Modding Priority: Low
Add the shutdown mod with the same warning as HG server (because this is exactly the same reboot hour)
1.0
Add shutdown mod - Add the shutdown mod with the same warning as HG server (because this is exactly the same reboot hour)
priority
add shutdown mod add the shutdown mod with the same warning as hg server because this is exactly the same reboot hour
1
125,695
4,963,664,392
IssuesEvent
2016-12-03 10:53:13
gre/gl-react
https://api.github.com/repos/gre/gl-react
closed
Surface: contentOver
feature priority:low
it should be possible to put content over the canvas instead of under at the same time as using that view as rasterization. Example use-case: text shadow. Should be quite straightforward to implement. My only concern is how to re-order the elements, at the moment the canvas is appended after the content, does this means it would be prepended? how to fix the implementations without race conditions. > Somehow, I'm wondering if we shouldn't even allow to have any arbitrary (by tag id / node handle) external content. For the moment let's forget about this.
1.0
Surface: contentOver - it should be possible to put content over the canvas instead of under at the same time as using that view as rasterization. Example use-case: text shadow. Should be quite straightforward to implement. My only concern is how to re-order the elements, at the moment the canvas is appended after the content, does this means it would be prepended? how to fix the implementations without race conditions. > Somehow, I'm wondering if we shouldn't even allow to have any arbitrary (by tag id / node handle) external content. For the moment let's forget about this.
priority
surface contentover it should be possible to put content over the canvas instead of under at the same time as using that view as rasterization example use case text shadow should be quite straightforward to implement my only concern is how to re order the elements at the moment the canvas is appended after the content does this means it would be prepended how to fix the implementations without race conditions somehow i m wondering if we shouldn t even allow to have any arbitrary by tag id node handle external content for the moment let s forget about this
1
175,383
6,550,401,184
IssuesEvent
2017-09-05 10:54:08
hunspell/hunspell
https://api.github.com/repos/hunspell/hunspell
opened
Vera++ reports "illegal token in column" in source code
low priority
Vera++ reports "illegal token in column" in source code for https://github.com/hunspell/hunspell/blob/master/src/tools/hunspell.cxx#L1776 The line reads: rl_set_key("^[^[", rl_escape, rl_get_keymap()); and the `^[` are special characters. The complete error is: error: src/tools/hunspell.cxx:1776: illegal token in column 15, giving up (hint: fix the file or remove it from the working set) For now, excluding this file from the vera++ checks but needs fixing in the code or need to create an issue at vera++. Excluding the rule doesn't work as it is the initial parsing which triggers this.
1.0
Vera++ reports "illegal token in column" in source code - Vera++ reports "illegal token in column" in source code for https://github.com/hunspell/hunspell/blob/master/src/tools/hunspell.cxx#L1776 The line reads: rl_set_key("^[^[", rl_escape, rl_get_keymap()); and the `^[` are special characters. The complete error is: error: src/tools/hunspell.cxx:1776: illegal token in column 15, giving up (hint: fix the file or remove it from the working set) For now, excluding this file from the vera++ checks but needs fixing in the code or need to create an issue at vera++. Excluding the rule doesn't work as it is the initial parsing which triggers this.
priority
vera reports illegal token in column in source code vera reports illegal token in column in source code for the line reads rl set key rl escape rl get keymap and the are special characters the complete error is error src tools hunspell cxx illegal token in column giving up hint fix the file or remove it from the working set for now excluding this file from the vera checks but needs fixing in the code or need to create an issue at vera excluding the rule doesn t work as it is the initial parsing which triggers this
1
106,875
4,287,300,585
IssuesEvent
2016-07-16 17:34:27
Project-M-CC/Project-M-CC
https://api.github.com/repos/Project-M-CC/Project-M-CC
closed
Lyn: D-Smash Animation
Low Priority Lyn Moveset/Hitboxes
The animation of her D-Smash has her sword go super far into the Z axis. This causes the move to miss on occasion when it otherwise looks like it would hit. Smash is a 3D game, but I'm assuming this was an oversight. I've had this happen when D-Smashing an opponent in a prone state, their knockdown state, and attempting to recover.
1.0
Lyn: D-Smash Animation - The animation of her D-Smash has her sword go super far into the Z axis. This causes the move to miss on occasion when it otherwise looks like it would hit. Smash is a 3D game, but I'm assuming this was an oversight. I've had this happen when D-Smashing an opponent in a prone state, their knockdown state, and attempting to recover.
priority
lyn d smash animation the animation of her d smash has her sword go super far into the z axis this causes the move to miss on occasion when it otherwise looks like it would hit smash is a game but i m assuming this was an oversight i ve had this happen when d smashing an opponent in a prone state their knockdown state and attempting to recover
1
771,747
27,091,266,448
IssuesEvent
2023-02-14 21:17:27
tallyhowallet/extension
https://api.github.com/repos/tallyhowallet/extension
closed
MATIC is not treated as a base asset
Type: Bug Type: Plumbing Priority: Low
Using [`isNetworkBaseAsset()`](https://github.com/tallycash/extension/blob/hide-max-for-base-asset/background/redux-slices/utils/asset-utils.ts#L52) is not working on Polygon because MATIC is not treated as a base asset by this function. [This comment](https://github.com/tallycash/extension/blob/hide-max-for-base-asset/ui/pages/Swap.tsx#L104-L105) is probably referring to the same problem. Issue base on this comment https://github.com/tallycash/extension/pull/1880#discussion_r936714144_
1.0
MATIC is not treated as a base asset - Using [`isNetworkBaseAsset()`](https://github.com/tallycash/extension/blob/hide-max-for-base-asset/background/redux-slices/utils/asset-utils.ts#L52) is not working on Polygon because MATIC is not treated as a base asset by this function. [This comment](https://github.com/tallycash/extension/blob/hide-max-for-base-asset/ui/pages/Swap.tsx#L104-L105) is probably referring to the same problem. Issue base on this comment https://github.com/tallycash/extension/pull/1880#discussion_r936714144_
priority
matic is not treated as a base asset using is not working on polygon because matic is not treated as a base asset by this function is probably referring to the same problem issue base on this comment
1
46,380
2,956,501,323
IssuesEvent
2015-07-08 11:44:32
GRIS-UdeM/Octogris
https://api.github.com/repos/GRIS-UdeM/Octogris
opened
Bypass octo ne fonctionne plus dans DP
bug low priority
Historique de l'observation: J'ai une chaîne de travail avec Evolution (St) et SpaceFilter (St->7.1) dans DP (8 ou 9, c'est pareil). Le Bypass de Evolution fonctionne bien, mais pas celui de SpaceFilter. J'ai fait une série de tests et tous les plugiciels du GRM qui fonctionnent en stéréo ou en St->7.1 (Freeze, Fusion, Space, etc.) ont un Bypass qui fonctionne sur une piste en stéréo mais pas sur une piste en St->7.1! Le même problème se pose sur les versions St->Quad et St->5.1. Le nôtre, Octogris (version 1 ou 2) ne répond pas non plus en mode St->n où n est plus grand que St. Difficile de faire une comparaison avec des plugiciels d'autres compagnies, nous ne sommes, dans ma collection tout au moins, que les seuls à faire des versions St->7.1! En fait, il y en a trois chez MOTU et ils fonctionnent normalement. Par contre les deux plugiciels que vous faites qui fonctionnent en 7.1 (Spaces et SpaceGrain) ont des Bypass fonctionnels. Octogris fonctionne normalement en mode 7.1, ainsi que ceux des autres compagnies (Flux essentiellement). Vérification faite, le problème ne se pose pas dans Logic. Je ne sais pas si c'est nouveau ou si c'était le cas avant...
1.0
Bypass octo ne fonctionne plus dans DP - Historique de l'observation: J'ai une chaîne de travail avec Evolution (St) et SpaceFilter (St->7.1) dans DP (8 ou 9, c'est pareil). Le Bypass de Evolution fonctionne bien, mais pas celui de SpaceFilter. J'ai fait une série de tests et tous les plugiciels du GRM qui fonctionnent en stéréo ou en St->7.1 (Freeze, Fusion, Space, etc.) ont un Bypass qui fonctionne sur une piste en stéréo mais pas sur une piste en St->7.1! Le même problème se pose sur les versions St->Quad et St->5.1. Le nôtre, Octogris (version 1 ou 2) ne répond pas non plus en mode St->n où n est plus grand que St. Difficile de faire une comparaison avec des plugiciels d'autres compagnies, nous ne sommes, dans ma collection tout au moins, que les seuls à faire des versions St->7.1! En fait, il y en a trois chez MOTU et ils fonctionnent normalement. Par contre les deux plugiciels que vous faites qui fonctionnent en 7.1 (Spaces et SpaceGrain) ont des Bypass fonctionnels. Octogris fonctionne normalement en mode 7.1, ainsi que ceux des autres compagnies (Flux essentiellement). Vérification faite, le problème ne se pose pas dans Logic. Je ne sais pas si c'est nouveau ou si c'était le cas avant...
priority
bypass octo ne fonctionne plus dans dp historique de l observation j ai une chaîne de travail avec evolution st et spacefilter st dans dp ou c est pareil le bypass de evolution fonctionne bien mais pas celui de spacefilter j ai fait une série de tests et tous les plugiciels du grm qui fonctionnent en stéréo ou en st freeze fusion space etc ont un bypass qui fonctionne sur une piste en stéréo mais pas sur une piste en st le même problème se pose sur les versions st quad et st le nôtre octogris version ou ne répond pas non plus en mode st n où n est plus grand que st difficile de faire une comparaison avec des plugiciels d autres compagnies nous ne sommes dans ma collection tout au moins que les seuls à faire des versions st en fait il y en a trois chez motu et ils fonctionnent normalement par contre les deux plugiciels que vous faites qui fonctionnent en spaces et spacegrain ont des bypass fonctionnels octogris fonctionne normalement en mode ainsi que ceux des autres compagnies flux essentiellement vérification faite le problème ne se pose pas dans logic je ne sais pas si c est nouveau ou si c était le cas avant
1
353,931
10,560,859,200
IssuesEvent
2019-10-04 14:43:25
CSCfi/csc-user-guide
https://api.github.com/repos/CSCfi/csc-user-guide
closed
Microsoft edge highlights some numbers
Low priority wontfix
# Problem The Microsoft edge browsers highlights some numbers, as it thinks they are phone numbers. Clicking on the link opens skype (just a quick test on my own computer.) # Examples [One page](https://docs.csc.fi/#computing/disk/) Windows 10 + firefox ![image](https://user-images.githubusercontent.com/40563680/64128529-9db76400-cdbf-11e9-97dd-0dc73baa2371.png) Windows 10 + edge ![image](https://user-images.githubusercontent.com/40563680/64128554-b3c52480-cdbf-11e9-98a0-5a86862695e8.png) No link when using CentOS + firefox/chromium. Code block does not fix the highlighting. _GitHub markdown also has the same feature/issue with edge_ | | Default quota | | ------------ | ------------- | | **home** | `100 000` files | | **projappl** | `100 000` files | | **scratch** | `1 000 000` files | | | Default quota | | ------------ | ------------- | | **home** | 100 000 files | | **projappl** | 100 000 files | | **scratch** | 1 000 000 files | # Possible Solutions Insert some html tags: ``` <meta name="format-detection" content="telephone=no"> ``` https://stackoverflow.com/questions/31978346/remove-microsoft-edges-phone-number-styling # Status Numbers won't be changed just to accommodate the edge browser. However , feel free to change the number formatting if it improves readability.
1.0
Microsoft edge highlights some numbers - # Problem The Microsoft edge browsers highlights some numbers, as it thinks they are phone numbers. Clicking on the link opens skype (just a quick test on my own computer.) # Examples [One page](https://docs.csc.fi/#computing/disk/) Windows 10 + firefox ![image](https://user-images.githubusercontent.com/40563680/64128529-9db76400-cdbf-11e9-97dd-0dc73baa2371.png) Windows 10 + edge ![image](https://user-images.githubusercontent.com/40563680/64128554-b3c52480-cdbf-11e9-98a0-5a86862695e8.png) No link when using CentOS + firefox/chromium. Code block does not fix the highlighting. _GitHub markdown also has the same feature/issue with edge_ | | Default quota | | ------------ | ------------- | | **home** | `100 000` files | | **projappl** | `100 000` files | | **scratch** | `1 000 000` files | | | Default quota | | ------------ | ------------- | | **home** | 100 000 files | | **projappl** | 100 000 files | | **scratch** | 1 000 000 files | # Possible Solutions Insert some html tags: ``` <meta name="format-detection" content="telephone=no"> ``` https://stackoverflow.com/questions/31978346/remove-microsoft-edges-phone-number-styling # Status Numbers won't be changed just to accommodate the edge browser. However , feel free to change the number formatting if it improves readability.
priority
microsoft edge highlights some numbers problem the microsoft edge browsers highlights some numbers as it thinks they are phone numbers clicking on the link opens skype just a quick test on my own computer examples windows firefox windows edge no link when using centos firefox chromium code block does not fix the highlighting github markdown also has the same feature issue with edge default quota home files projappl files scratch files default quota home files projappl files scratch files possible solutions insert some html tags status numbers won t be changed just to accommodate the edge browser however feel free to change the number formatting if it improves readability
1
422,041
12,265,440,692
IssuesEvent
2020-05-07 07:09:37
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
Unable to connect to OpenThread network after upgrade
Waiting for response area: OpenThread bug priority: low
**Describe the bug** Devices (nrf52840dk_nrf52840) upgraded to 5321c42882 origin/master unable to connect to OpenThread network anymore. They stay in detached state forever (role: 1). Most probable root cause is this change 19c8ff9f0ac99c957505bbdd32868dcbb25d1944 at least according to git bisect suggestion. Checkout on a hash before it, recovers ability of nodes to connect to OT network. **To Reproduce** Steps to reproduce the behavior: west build -s samples/net/lwm2m_client -b nrf52840dk_nrf52840 -- -DCONF_FILE="prj.conf overlay-ot.conf ot_sed.conf" **Expected behavior** Devices should able to connect to OT network and communicate with other nodes. **Impact** showstopper **Environment (please complete the following information):** - OS: Linux - Zephyr version: 2.2.99 - Toolchain gnuarmemb gcc-arm-none-eabi-7-2018-q2-update - Commit: 5321c42882 (origin/master ...) **Additional context** content of ot_sed.conf CONFIG_OPENTHREAD_MTD=y CONFIG_OPENTHREAD_MTD_SED=y CONFIG_OPENTHREAD_POLL_PERIOD=1000
1.0
Unable to connect to OpenThread network after upgrade - **Describe the bug** Devices (nrf52840dk_nrf52840) upgraded to 5321c42882 origin/master unable to connect to OpenThread network anymore. They stay in detached state forever (role: 1). Most probable root cause is this change 19c8ff9f0ac99c957505bbdd32868dcbb25d1944 at least according to git bisect suggestion. Checkout on a hash before it, recovers ability of nodes to connect to OT network. **To Reproduce** Steps to reproduce the behavior: west build -s samples/net/lwm2m_client -b nrf52840dk_nrf52840 -- -DCONF_FILE="prj.conf overlay-ot.conf ot_sed.conf" **Expected behavior** Devices should able to connect to OT network and communicate with other nodes. **Impact** showstopper **Environment (please complete the following information):** - OS: Linux - Zephyr version: 2.2.99 - Toolchain gnuarmemb gcc-arm-none-eabi-7-2018-q2-update - Commit: 5321c42882 (origin/master ...) **Additional context** content of ot_sed.conf CONFIG_OPENTHREAD_MTD=y CONFIG_OPENTHREAD_MTD_SED=y CONFIG_OPENTHREAD_POLL_PERIOD=1000
priority
unable to connect to openthread network after upgrade describe the bug devices upgraded to origin master unable to connect to openthread network anymore they stay in detached state forever role most probable root cause is this change at least according to git bisect suggestion checkout on a hash before it recovers ability of nodes to connect to ot network to reproduce steps to reproduce the behavior west build s samples net client b dconf file prj conf overlay ot conf ot sed conf expected behavior devices should able to connect to ot network and communicate with other nodes impact showstopper environment please complete the following information os linux zephyr version toolchain gnuarmemb gcc arm none eabi update commit origin master additional context content of ot sed conf config openthread mtd y config openthread mtd sed y config openthread poll period
1
182,114
6,667,273,603
IssuesEvent
2017-10-03 11:54:09
telerik/kendo-ui-core
https://api.github.com/repos/telerik/kendo-ui-core
closed
SVG-rendered Chart stops responding after continuosly panning it on iOS
Bug C: Chart Kendo1 Priority 1 SEV: Low Won't Fix
### Bug report After continuously panning and zooming the Chart for some time on iOS, it stops responding to any gestures (pan, zoom). This happens to the SVG-rendered Chart only. ### Reproduction of the problem Open [this Dojo](http://dojo.telerik.com/UkiHi/2) and quickly swipe left and right multiple times, lifting your finger off the screen between swipes. The chart will eventually freeze and stop responding to touch gestures. ### Environment * **Kendo UI version:** 2017.2.621 * **Browser:** iOS Safari Ticket id: 1129220
1.0
SVG-rendered Chart stops responding after continuosly panning it on iOS - ### Bug report After continuously panning and zooming the Chart for some time on iOS, it stops responding to any gestures (pan, zoom). This happens to the SVG-rendered Chart only. ### Reproduction of the problem Open [this Dojo](http://dojo.telerik.com/UkiHi/2) and quickly swipe left and right multiple times, lifting your finger off the screen between swipes. The chart will eventually freeze and stop responding to touch gestures. ### Environment * **Kendo UI version:** 2017.2.621 * **Browser:** iOS Safari Ticket id: 1129220
priority
svg rendered chart stops responding after continuosly panning it on ios bug report after continuously panning and zooming the chart for some time on ios it stops responding to any gestures pan zoom this happens to the svg rendered chart only reproduction of the problem open and quickly swipe left and right multiple times lifting your finger off the screen between swipes the chart will eventually freeze and stop responding to touch gestures environment kendo ui version browser ios safari ticket id
1
419,232
12,219,319,081
IssuesEvent
2020-05-01 21:24:58
Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth
https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth
closed
Relationship Сapitalization in WCDAC.150
:beetle: bug - localisation :scroll: :grey_exclamation: priority low
**Mod Version** ebd5608b **Are you using any submods/mods? If so, which?** GoA **Please explain your issue in as much detail as possible:** 1.) Are you sure relationship should be capped in this event? 2.) I don't have "non-existing priority" for this type of issues **Upload screenshots of the problem localization:** <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/46576860/73962902-5611a700-4920-11ea-982b-a097af3c4e81.png) </details>
1.0
Relationship Сapitalization in WCDAC.150 - **Mod Version** ebd5608b **Are you using any submods/mods? If so, which?** GoA **Please explain your issue in as much detail as possible:** 1.) Are you sure relationship should be capped in this event? 2.) I don't have "non-existing priority" for this type of issues **Upload screenshots of the problem localization:** <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/46576860/73962902-5611a700-4920-11ea-982b-a097af3c4e81.png) </details>
priority
relationship сapitalization in wcdac mod version are you using any submods mods if so which goa please explain your issue in as much detail as possible are you sure relationship should be capped in this event i don t have non existing priority for this type of issues upload screenshots of the problem localization click to expand
1
285,393
8,758,206,880
IssuesEvent
2018-12-15 01:17:27
deeplearning4j/deeplearning4j
https://api.github.com/repos/deeplearning4j/deeplearning4j
opened
SameDiff: clean up op constructors
Low Priority ND4J SameDiff
Consider the GreaterThan custom op as one example: https://github.com/deeplearning4j/deeplearning4j/blob/af7155d61dc810d3e7139f15f98810e0255b2e17/nd4j/nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/linalg/api/ops/impl/transforms/custom/GreaterThan.java#L41-L47 The constructors allow an arbitrary number of inputs and outputs. We should change the signatures to allow exactly 2 inputs and exactly 1 output here only. There's a ton of ops with this sort of thing. It's a lower priority thing to fix, but it would be nice to clean these up at some point.
1.0
SameDiff: clean up op constructors - Consider the GreaterThan custom op as one example: https://github.com/deeplearning4j/deeplearning4j/blob/af7155d61dc810d3e7139f15f98810e0255b2e17/nd4j/nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/linalg/api/ops/impl/transforms/custom/GreaterThan.java#L41-L47 The constructors allow an arbitrary number of inputs and outputs. We should change the signatures to allow exactly 2 inputs and exactly 1 output here only. There's a ton of ops with this sort of thing. It's a lower priority thing to fix, but it would be nice to clean these up at some point.
priority
samediff clean up op constructors consider the greaterthan custom op as one example the constructors allow an arbitrary number of inputs and outputs we should change the signatures to allow exactly inputs and exactly output here only there s a ton of ops with this sort of thing it s a lower priority thing to fix but it would be nice to clean these up at some point
1
683,790
23,394,443,346
IssuesEvent
2022-08-11 21:21:11
microsoft/terminal
https://api.github.com/repos/microsoft/terminal
closed
Flash the pane dark when BEL is emitted and pane's appearance has a light background
Help Wanted Issue-Bug Area-TerminalControl Product-Terminal In-PR Priority-3 Easy Starter InclusionBacklog-Windows TerminalWin32 Disability-LowVision
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> # Description of the new feature/enhancement Pull request [Add a setting to flash the pane when BEL is emitted #9270](https://github.com/microsoft/terminal/pull/9270) implemented a visual BEL indictor on the working terminal pane. It's currently a white flash, which works well against a traditional dark-mode background. However, on a light appearance this basically only lightly flashes the text, making it a little hard to notice! Is there a possibility this could be modified to work with higher contrast light-mode users? Thank you! # Proposed technical implementation details (optional) I'd probably set (and store?) an `isBackgroundLight` bool somewhere iff the background color of the pane is "light". If it is, and the BEL handler has the `window` flag set, the pane would flash _dark_ on a BEL instead of light. A quick way to find `isBackgroundLight` may be to just see if the average of `r`, `g` and `b` is higher than `127`. I can't imagine enough people have `#888888`-ish terminals for this to warrant being a manually-defined setting.
1.0
Flash the pane dark when BEL is emitted and pane's appearance has a light background - <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> # Description of the new feature/enhancement Pull request [Add a setting to flash the pane when BEL is emitted #9270](https://github.com/microsoft/terminal/pull/9270) implemented a visual BEL indictor on the working terminal pane. It's currently a white flash, which works well against a traditional dark-mode background. However, on a light appearance this basically only lightly flashes the text, making it a little hard to notice! Is there a possibility this could be modified to work with higher contrast light-mode users? Thank you! # Proposed technical implementation details (optional) I'd probably set (and store?) an `isBackgroundLight` bool somewhere iff the background color of the pane is "light". If it is, and the BEL handler has the `window` flag set, the pane would flash _dark_ on a BEL instead of light. A quick way to find `isBackgroundLight` may be to just see if the average of `r`, `g` and `b` is higher than `127`. I can't imagine enough people have `#888888`-ish terminals for this to warrant being a manually-defined setting.
priority
flash the pane dark when bel is emitted and pane s appearance has a light background 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 i acknowledge the following before proceeding if i delete this entire template and go my own path the core team may close my issue without further explanation or engagement if i list multiple bugs concerns in this one issue the core team may close my issue without further explanation or engagement if i write an issue that has many duplicates the core team may close my issue without further explanation or engagement and without necessarily spending time to find the exact duplicate id number if i leave the title incomplete when filing the issue the core team may close my issue without further explanation or engagement if i file something completely blank in the body the core team may close my issue without further explanation or engagement all good then proceed description of the new feature enhancement pull request implemented a visual bel indictor on the working terminal pane it s currently a white flash which works well against a traditional dark mode background however on a light appearance this basically only lightly flashes the text making it a little hard to notice is there a possibility this could be modified to work with higher contrast light mode users thank you proposed technical implementation details optional i d probably set and store an isbackgroundlight bool somewhere iff the background color of the pane is light if it is and the bel handler has the window flag set the pane would flash dark on a bel instead of light a quick way to find isbackgroundlight may be to just see if the average of r g and b is higher than i can t imagine enough people have ish terminals for this to warrant being a manually defined setting
1
549,502
16,094,222,595
IssuesEvent
2021-04-26 20:37:30
Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth
https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth
opened
Fel Orcs Court Always Empty
:grey_exclamation: priority low :question: suggestion :question:
<!-- DO NOT REMOVE PRE-EXISTING LINES IF YOU WANT TO SUGGEST A FEW THINGS, OPEN A NEW ISSUE PER EVERY SUGGESTION ---------------------------------------------------------------------------------------------------------- --> This is a part of a much larger post I put out earlier. However at the request of a dev, I went out and split it into a set of smaller suggestions. So I just finished a nearly 40 year playthrough of the Burning Blade clan in Desolace. My goal was to establish something akin to the Old Horde, visibly consorting with demons and ruling with an iron fist, and while I did have a blast exploring the various events and options that you folk have made for this unique playthrough, there were some problems that eventually forced me to stop the run as a whole. My court was nearly always empty, I know it makes sense that not many people would like to be in the vicinity of a demonic clan but having only 1 member available for each court decision was too much imo, I had to contend with an average diplomacy value of 3! Now this changed a bit when the Burning Legion invasion began (we'll get back to that) since a load of demons were more than interested to join my court and tbh it felt really cool having a Doomguard, a Succubus, a Satyr and a Dreadlord as my closest advisors, it actually felt that I was on a league of my own visibly consorting with the legion, especially after I realized that the Dreadlord I recruited to my court from a distant realm was no other than the head of the shadow council himself, quite a surprise that was. Final point in this btw, is that I really did love the touch of when the Burning Legion was defeated, my court got blasted with nearly 50 demons, as if they are trying to find a safe, demon friendly, court to escape to after it all went sideways.
1.0
Fel Orcs Court Always Empty - <!-- DO NOT REMOVE PRE-EXISTING LINES IF YOU WANT TO SUGGEST A FEW THINGS, OPEN A NEW ISSUE PER EVERY SUGGESTION ---------------------------------------------------------------------------------------------------------- --> This is a part of a much larger post I put out earlier. However at the request of a dev, I went out and split it into a set of smaller suggestions. So I just finished a nearly 40 year playthrough of the Burning Blade clan in Desolace. My goal was to establish something akin to the Old Horde, visibly consorting with demons and ruling with an iron fist, and while I did have a blast exploring the various events and options that you folk have made for this unique playthrough, there were some problems that eventually forced me to stop the run as a whole. My court was nearly always empty, I know it makes sense that not many people would like to be in the vicinity of a demonic clan but having only 1 member available for each court decision was too much imo, I had to contend with an average diplomacy value of 3! Now this changed a bit when the Burning Legion invasion began (we'll get back to that) since a load of demons were more than interested to join my court and tbh it felt really cool having a Doomguard, a Succubus, a Satyr and a Dreadlord as my closest advisors, it actually felt that I was on a league of my own visibly consorting with the legion, especially after I realized that the Dreadlord I recruited to my court from a distant realm was no other than the head of the shadow council himself, quite a surprise that was. Final point in this btw, is that I really did love the touch of when the Burning Legion was defeated, my court got blasted with nearly 50 demons, as if they are trying to find a safe, demon friendly, court to escape to after it all went sideways.
priority
fel orcs court always empty do not remove pre existing lines if you want to suggest a few things open a new issue per every suggestion this is a part of a much larger post i put out earlier however at the request of a dev i went out and split it into a set of smaller suggestions so i just finished a nearly year playthrough of the burning blade clan in desolace my goal was to establish something akin to the old horde visibly consorting with demons and ruling with an iron fist and while i did have a blast exploring the various events and options that you folk have made for this unique playthrough there were some problems that eventually forced me to stop the run as a whole my court was nearly always empty i know it makes sense that not many people would like to be in the vicinity of a demonic clan but having only member available for each court decision was too much imo i had to contend with an average diplomacy value of now this changed a bit when the burning legion invasion began we ll get back to that since a load of demons were more than interested to join my court and tbh it felt really cool having a doomguard a succubus a satyr and a dreadlord as my closest advisors it actually felt that i was on a league of my own visibly consorting with the legion especially after i realized that the dreadlord i recruited to my court from a distant realm was no other than the head of the shadow council himself quite a surprise that was final point in this btw is that i really did love the touch of when the burning legion was defeated my court got blasted with nearly demons as if they are trying to find a safe demon friendly court to escape to after it all went sideways
1
729,092
25,108,954,410
IssuesEvent
2022-11-08 18:50:49
tuskyapp/Tusky
https://api.github.com/repos/tuskyapp/Tusky
closed
[feature request] Link preview also on timeline
enhancement priority: low
from #141 and #424 , there has link preview but only on detail toots. But on Mastodon web of current version, the link preview also on timeline like this: ![screenshot_20190224_125633](https://user-images.githubusercontent.com/3122461/53295336-0bdd0600-3834-11e9-924d-ca8b25e83f16.png) ![screenshot_20190224_125929](https://user-images.githubusercontent.com/3122461/53295337-0bdd0600-3834-11e9-84e5-dc0382d7cdac.png) * * * * - Tusky Version: 5.1 (play store) - Android Version: 9.0.0 - Android Device: Sony XZ1 Compact - Mastodon instance (if applicable):mstdn.jp / meow.social - [x] I searched or browsed the repo’s other issues to ensure this is not a duplicate.
1.0
[feature request] Link preview also on timeline - from #141 and #424 , there has link preview but only on detail toots. But on Mastodon web of current version, the link preview also on timeline like this: ![screenshot_20190224_125633](https://user-images.githubusercontent.com/3122461/53295336-0bdd0600-3834-11e9-924d-ca8b25e83f16.png) ![screenshot_20190224_125929](https://user-images.githubusercontent.com/3122461/53295337-0bdd0600-3834-11e9-84e5-dc0382d7cdac.png) * * * * - Tusky Version: 5.1 (play store) - Android Version: 9.0.0 - Android Device: Sony XZ1 Compact - Mastodon instance (if applicable):mstdn.jp / meow.social - [x] I searched or browsed the repo’s other issues to ensure this is not a duplicate.
priority
link preview also on timeline from and there has link preview but only on detail toots but on mastodon web of current version the link preview also on timeline like this tusky version play store android version android device sony compact mastodon instance if applicable mstdn jp meow social i searched or browsed the repo’s other issues to ensure this is not a duplicate
1
797,016
28,135,275,718
IssuesEvent
2023-04-01 09:58:20
AY2223S2-CS2113-T15-1/tp
https://api.github.com/repos/AY2223S2-CS2113-T15-1/tp
closed
[PE-D][Tester D] Lack of specificity in response message for export command
type.Task priority.Medium severity.VeryLow
When export function is called, programme does not return a success message to the user. Rather, the message being out put to the user is `Exporting files...` which may give the user the impression that the function is still being run indefinitely. ![image.png](https://raw.githubusercontent.com/kaceycsn/ped/main/files/9d1c19e1-c1ec-46de-9426-5fff017f2afe.png) <!--session: 1680252412356-1544115e-9a85-4aed-accf-ca25616c3082--> <!--Version: Web v3.4.7--> ------------- Labels: `severity.Medium` `type.FeatureFlaw` original: kaceycsn/ped#10
1.0
[PE-D][Tester D] Lack of specificity in response message for export command - When export function is called, programme does not return a success message to the user. Rather, the message being out put to the user is `Exporting files...` which may give the user the impression that the function is still being run indefinitely. ![image.png](https://raw.githubusercontent.com/kaceycsn/ped/main/files/9d1c19e1-c1ec-46de-9426-5fff017f2afe.png) <!--session: 1680252412356-1544115e-9a85-4aed-accf-ca25616c3082--> <!--Version: Web v3.4.7--> ------------- Labels: `severity.Medium` `type.FeatureFlaw` original: kaceycsn/ped#10
priority
lack of specificity in response message for export command when export function is called programme does not return a success message to the user rather the message being out put to the user is exporting files which may give the user the impression that the function is still being run indefinitely labels severity medium type featureflaw original kaceycsn ped
1
258,243
8,166,771,150
IssuesEvent
2018-08-25 13:46:56
k-next/kirby
https://api.github.com/repos/k-next/kirby
closed
[Panel] Add remove icon
priority: low-hanging fruit 🍓 type: enhancement ✨
In the icon set we have this `add` icon: <img width="26" alt="add" src="https://user-images.githubusercontent.com/1300644/43766321-719456b0-9a32-11e8-91cf-8c580d62b2ce.png"> I suggest we should add a complementary `remove` icon: <img width="26" alt="remove" src="https://user-images.githubusercontent.com/1300644/43766407-a2cdf2e0-9a32-11e8-9de2-353d17184570.png"> This icon could be useful to use in some plugins. Maybe also a solution to #843?
1.0
[Panel] Add remove icon - In the icon set we have this `add` icon: <img width="26" alt="add" src="https://user-images.githubusercontent.com/1300644/43766321-719456b0-9a32-11e8-91cf-8c580d62b2ce.png"> I suggest we should add a complementary `remove` icon: <img width="26" alt="remove" src="https://user-images.githubusercontent.com/1300644/43766407-a2cdf2e0-9a32-11e8-9de2-353d17184570.png"> This icon could be useful to use in some plugins. Maybe also a solution to #843?
priority
add remove icon in the icon set we have this add icon img width alt add src i suggest we should add a complementary remove icon img width alt remove src this icon could be useful to use in some plugins maybe also a solution to
1
426,234
12,369,609,615
IssuesEvent
2020-05-18 15:30:14
department-of-veterans-affairs/caseflow
https://api.github.com/repos/department-of-veterans-affairs/caseflow
closed
Enhancements to display of virtual hearing job in-progress states
Priority: Medium Product: caseflow-hearings Stakeholder: BVA Team: Tango 💃
### User story As a Hearing Coordinator creating or updating a virtual hearing, I want to know how my actions affect the virtual hearing URL. Distinguish between type of async state. ### Background / context Based on usability testing findings (#12960): - The in-progress state when the hearing is being updated is misleading. 'Scheduling in-progress' placeholder text displays for the VLJ Virtual Hearing Link field after either a new email or a new time is entered. Hearing Coordinators thought it meant the URL was being changed. - This issue was likely compounded by the need to manually refresh the page to see changes. Now that the refresh fix (#13371) has been implemented, this issue is lower in priority. Based on recent work to implement polling.. ### Requirements Continue to display the virtual hearing link (rather than "Scheduling in progress") when the only info updated is email addresses. ### Acceptance criteria - [ ] This feature should be accessible to the following user groups: Hearing Coordinators - [ ] Include screenshot(s) in the Github issue if there are front-end changes ### Designs <!-- Include screenshots or links to designs if applicable. --> ### Technical notes <!-- Include notes that might help an engineer get started on this more quickly, or potential pitfalls to watch out for. --> - Technically, we know that the virtual hearing URL won't change but it is not clear to the user.
1.0
Enhancements to display of virtual hearing job in-progress states - ### User story As a Hearing Coordinator creating or updating a virtual hearing, I want to know how my actions affect the virtual hearing URL. Distinguish between type of async state. ### Background / context Based on usability testing findings (#12960): - The in-progress state when the hearing is being updated is misleading. 'Scheduling in-progress' placeholder text displays for the VLJ Virtual Hearing Link field after either a new email or a new time is entered. Hearing Coordinators thought it meant the URL was being changed. - This issue was likely compounded by the need to manually refresh the page to see changes. Now that the refresh fix (#13371) has been implemented, this issue is lower in priority. Based on recent work to implement polling.. ### Requirements Continue to display the virtual hearing link (rather than "Scheduling in progress") when the only info updated is email addresses. ### Acceptance criteria - [ ] This feature should be accessible to the following user groups: Hearing Coordinators - [ ] Include screenshot(s) in the Github issue if there are front-end changes ### Designs <!-- Include screenshots or links to designs if applicable. --> ### Technical notes <!-- Include notes that might help an engineer get started on this more quickly, or potential pitfalls to watch out for. --> - Technically, we know that the virtual hearing URL won't change but it is not clear to the user.
priority
enhancements to display of virtual hearing job in progress states user story as a hearing coordinator creating or updating a virtual hearing i want to know how my actions affect the virtual hearing url distinguish between type of async state background context based on usability testing findings the in progress state when the hearing is being updated is misleading scheduling in progress placeholder text displays for the vlj virtual hearing link field after either a new email or a new time is entered hearing coordinators thought it meant the url was being changed this issue was likely compounded by the need to manually refresh the page to see changes now that the refresh fix has been implemented this issue is lower in priority based on recent work to implement polling requirements continue to display the virtual hearing link rather than scheduling in progress when the only info updated is email addresses acceptance criteria this feature should be accessible to the following user groups hearing coordinators include screenshot s in the github issue if there are front end changes designs technical notes technically we know that the virtual hearing url won t change but it is not clear to the user
1
641,777
20,834,350,292
IssuesEvent
2022-03-20 00:15:34
LemonUIbyLemon/LemonUI
https://api.github.com/repos/LemonUIbyLemon/LemonUI
closed
Event for checking Items before they are added to NativeMenu's
priority: p3 low type: feature request status: acknowledged
Or making Add(NativeItem) overridable.
1.0
Event for checking Items before they are added to NativeMenu's - Or making Add(NativeItem) overridable.
priority
event for checking items before they are added to nativemenu s or making add nativeitem overridable
1
625,584
19,753,962,140
IssuesEvent
2022-01-15 11:58:43
GameFreedomGG/Sindragosa
https://api.github.com/repos/GameFreedomGG/Sindragosa
closed
[Death Knight][Quest] NPCs do not respawn after loss in Death's Challenge
Class: Death Knight Priority: Low Quest Status: Closed- Not a Bug
What title is, + cant duel them afterwards either Fix: make the despawn so new can spawn
1.0
[Death Knight][Quest] NPCs do not respawn after loss in Death's Challenge - What title is, + cant duel them afterwards either Fix: make the despawn so new can spawn
priority
npcs do not respawn after loss in death s challenge what title is cant duel them afterwards either fix make the despawn so new can spawn
1
653,861
21,628,870,208
IssuesEvent
2022-05-05 07:32:50
HEPData/hepdata
https://api.github.com/repos/HEPData/hepdata
opened
fixes: push XML to DataCite after changing file type to HistFactory
type: bug priority: high complexity: low
The `data cite_resource.xml` file contains a line: https://github.com/HEPData/hepdata/blob/12565ca37a76dc9903877a3d74f1ccf5f9611e9c/hepdata/modules/records/templates/hepdata_records/formats/datacite/datacite_resource.xml#L34 After changing the resource `file_type` to HistFactory via the changes made in PR #504, the XML metadata of the resource file should be updated by pushing to the DataCite server. This should be done for all versions of finished records that have an affected resource file.
1.0
fixes: push XML to DataCite after changing file type to HistFactory - The `data cite_resource.xml` file contains a line: https://github.com/HEPData/hepdata/blob/12565ca37a76dc9903877a3d74f1ccf5f9611e9c/hepdata/modules/records/templates/hepdata_records/formats/datacite/datacite_resource.xml#L34 After changing the resource `file_type` to HistFactory via the changes made in PR #504, the XML metadata of the resource file should be updated by pushing to the DataCite server. This should be done for all versions of finished records that have an affected resource file.
priority
fixes push xml to datacite after changing file type to histfactory the data cite resource xml file contains a line after changing the resource file type to histfactory via the changes made in pr the xml metadata of the resource file should be updated by pushing to the datacite server this should be done for all versions of finished records that have an affected resource file
1
303,734
9,310,088,429
IssuesEvent
2019-03-25 17:55:41
department-of-veterans-affairs/caseflow
https://api.github.com/repos/department-of-veterans-affairs/caseflow
closed
Intake | Close Appeal request issues only if closed tasks
In-Progress bug-high-priority caseflow-intake foxtrot sierra
Per @aroltsch > for the appeal, we should only close the request issue if the appeal has closed BvaDispatchTask tasks See thread in https://dsva.slack.com/archives/C754H751T/p1553001634188200 > we should also reopen request issues that were closed and we might need to backfill missing decision issues
1.0
Intake | Close Appeal request issues only if closed tasks - Per @aroltsch > for the appeal, we should only close the request issue if the appeal has closed BvaDispatchTask tasks See thread in https://dsva.slack.com/archives/C754H751T/p1553001634188200 > we should also reopen request issues that were closed and we might need to backfill missing decision issues
priority
intake close appeal request issues only if closed tasks per aroltsch for the appeal we should only close the request issue if the appeal has closed bvadispatchtask tasks see thread in we should also reopen request issues that were closed and we might need to backfill missing decision issues
1
461,233
13,226,928,524
IssuesEvent
2020-08-18 01:30:56
roed314/seminars
https://api.github.com/repos/roed314/seminars
closed
Past talks in embeddable schedule
enhancement low priority user interface
When a series schedule is embedded in an external webpage and is displaying past talks because there are no future talks, can we change the heading "Time" to "Past times"? This will make it less confusing in context, I think.
1.0
Past talks in embeddable schedule - When a series schedule is embedded in an external webpage and is displaying past talks because there are no future talks, can we change the heading "Time" to "Past times"? This will make it less confusing in context, I think.
priority
past talks in embeddable schedule when a series schedule is embedded in an external webpage and is displaying past talks because there are no future talks can we change the heading time to past times this will make it less confusing in context i think
1
439,007
12,675,555,893
IssuesEvent
2020-06-19 02:07:01
domialex/Sidekick
https://api.github.com/repos/domialex/Sidekick
closed
Make the league overlay resizable
Priority: Low Status: Review Needed Type: Enhancement
We have made all other views resizable in the past (#285), but we encountered issues with the league view. Because the league overlay has 5 tabs, with differing contents, it was hard to make a clean resize across all tabs. The solution will have to detect when a tab changes, and resize accordingly.
1.0
Make the league overlay resizable - We have made all other views resizable in the past (#285), but we encountered issues with the league view. Because the league overlay has 5 tabs, with differing contents, it was hard to make a clean resize across all tabs. The solution will have to detect when a tab changes, and resize accordingly.
priority
make the league overlay resizable we have made all other views resizable in the past but we encountered issues with the league view because the league overlay has tabs with differing contents it was hard to make a clean resize across all tabs the solution will have to detect when a tab changes and resize accordingly
1
307,523
9,418,193,031
IssuesEvent
2019-04-10 18:35:47
conan-io/conan
https://api.github.com/repos/conan-io/conan
closed
MSBuild output warning
complex: low priority: low stage: queue type: ux
> C:/Users/memshared/conanws/conan/conans\util\fallbacks.py:9: UserWarning: Provide the output argument explicitly to function 'conans.client.tools.win.vcvars_command' warnings.warn("Provide the output argument explicitly{}".format(fn_str)) with ```python def build(self): ms = MSBuild(self) ms.build("say.sln") ```
1.0
MSBuild output warning - > C:/Users/memshared/conanws/conan/conans\util\fallbacks.py:9: UserWarning: Provide the output argument explicitly to function 'conans.client.tools.win.vcvars_command' warnings.warn("Provide the output argument explicitly{}".format(fn_str)) with ```python def build(self): ms = MSBuild(self) ms.build("say.sln") ```
priority
msbuild output warning c users memshared conanws conan conans util fallbacks py userwarning provide the output argument explicitly to function conans client tools win vcvars command warnings warn provide the output argument explicitly format fn str with python def build self ms msbuild self ms build say sln
1
760,701
26,653,078,779
IssuesEvent
2023-01-25 15:00:53
ClassicLootManager/ClassicLootManager
https://api.github.com/repos/ClassicLootManager/ClassicLootManager
closed
Create, Start & End Raids automatically
feature Priority::Low
If I enter a raid Zone as raidlead i want to Pop Up a Dialog Like "you want to start a DKP raid and add Missing Players" and Same If a leave it. This could be an opt in Feature per user
1.0
Create, Start & End Raids automatically - If I enter a raid Zone as raidlead i want to Pop Up a Dialog Like "you want to start a DKP raid and add Missing Players" and Same If a leave it. This could be an opt in Feature per user
priority
create start end raids automatically if i enter a raid zone as raidlead i want to pop up a dialog like you want to start a dkp raid and add missing players and same if a leave it this could be an opt in feature per user
1
136,070
5,270,739,283
IssuesEvent
2017-02-06 06:50:22
esaude/esaude-emr-poc
https://api.github.com/repos/esaude/esaude-emr-poc
closed
[New Patient Registration] BI format validation
enhancement Low Priority
**[Actual Results]:** When the user introduces the ID the system only validate one format of the BI (Format 1: [0-9]{9}[A-Z]{1}) **[Expected results]:** Currently we are using more that one format for BI, The system must be able to validate this kinds of formats Format 1: [0-9]{9}[A-Z]{1} Format 2: [0-9]{12}[A-Z]{1} **[Steps to reproduce]** Go to the registration module, click on add a new patient_(+)_ button, on the first tab (Identifiers). Select the BI on the _identifier type_ ![image](https://cloud.githubusercontent.com/assets/20538183/21887972/e92f3544-d8ca-11e6-8a86-2b0d753af062.png)
1.0
[New Patient Registration] BI format validation - **[Actual Results]:** When the user introduces the ID the system only validate one format of the BI (Format 1: [0-9]{9}[A-Z]{1}) **[Expected results]:** Currently we are using more that one format for BI, The system must be able to validate this kinds of formats Format 1: [0-9]{9}[A-Z]{1} Format 2: [0-9]{12}[A-Z]{1} **[Steps to reproduce]** Go to the registration module, click on add a new patient_(+)_ button, on the first tab (Identifiers). Select the BI on the _identifier type_ ![image](https://cloud.githubusercontent.com/assets/20538183/21887972/e92f3544-d8ca-11e6-8a86-2b0d753af062.png)
priority
bi format validation when the user introduces the id the system only validate one format of the bi format currently we are using more that one format for bi the system must be able to validate this kinds of formats format format go to the registration module click on add a new patient button on the first tab identifiers select the bi on the identifier type
1
414,412
12,103,178,589
IssuesEvent
2020-04-20 17:56:59
LLNL/PyDV
https://api.github.com/repos/LLNL/PyDV
opened
read-table command not implemented
Low Priority enhancement
**Macro**: Read the nth table that begins at or after the indicated line in the specified ASCII disk file. Display the mth line of text before the table if m > 0 or display the |m|th line of text after the table if m < 0. **Usage**: read-table file-name [n [m [line]]]
1.0
read-table command not implemented - **Macro**: Read the nth table that begins at or after the indicated line in the specified ASCII disk file. Display the mth line of text before the table if m > 0 or display the |m|th line of text after the table if m < 0. **Usage**: read-table file-name [n [m [line]]]
priority
read table command not implemented macro read the nth table that begins at or after the indicated line in the specified ascii disk file display the mth line of text before the table if m or display the m th line of text after the table if m usage read table file name
1
302,315
9,256,788,002
IssuesEvent
2019-03-16 22:19:07
FTBTeam/FTB-Presents-Direwolf20-1.12
https://api.github.com/repos/FTBTeam/FTB-Presents-Direwolf20-1.12
closed
Monk - Stage 10 doesn't work
Category: Mods :memo: Cause: Mod :page_facing_up: Priority: Low :sunrise_over_mountains: State: Invalid :x:
* **Modpack Version**: Direwolf20 2.3.0 * **Issue**: In Monk stage 10 you have to stre on the moon while you are sitting in a boat. Normally on the lower right corner there's a indicator about the progress but nothing happen. Already reported here: https://github.com/rwtema/Monk-Mod/issues/59 * **Link to Log or Crash File Paste**: There's noting relating to this bug in error or log file * **Is it Repeatable?**: Yes * **Mod/s Affected**: Monk 1.4 * **Known Fix**: No :(
1.0
Monk - Stage 10 doesn't work - * **Modpack Version**: Direwolf20 2.3.0 * **Issue**: In Monk stage 10 you have to stre on the moon while you are sitting in a boat. Normally on the lower right corner there's a indicator about the progress but nothing happen. Already reported here: https://github.com/rwtema/Monk-Mod/issues/59 * **Link to Log or Crash File Paste**: There's noting relating to this bug in error or log file * **Is it Repeatable?**: Yes * **Mod/s Affected**: Monk 1.4 * **Known Fix**: No :(
priority
monk stage doesn t work modpack version issue in monk stage you have to stre on the moon while you are sitting in a boat normally on the lower right corner there s a indicator about the progress but nothing happen already reported here link to log or crash file paste there s noting relating to this bug in error or log file is it repeatable yes mod s affected monk known fix no
1
285,314
8,757,203,537
IssuesEvent
2018-12-14 20:22:43
richelbilderbeek/djog_unos_2018
https://api.github.com/repos/richelbilderbeek/djog_unos_2018
opened
Agent has stamina
low priority
I would like the agents to have stamina, so when the agents are swimming for too long, they drown.
1.0
Agent has stamina - I would like the agents to have stamina, so when the agents are swimming for too long, they drown.
priority
agent has stamina i would like the agents to have stamina so when the agents are swimming for too long they drown
1
673,874
23,033,496,390
IssuesEvent
2022-07-22 16:04:07
ROCmSoftwarePlatform/MITunaX
https://api.github.com/repos/ROCmSoftwarePlatform/MITunaX
closed
Python Type-Hints
priority_low
[PEP-484](https://www.python.org/dev/peps/pep-0484/) introduces type hints in Python. While they are only hints and don't result in errors. However, they can make the life of many linting tools easier. Also, I believe this makes reading the code much easier. Would it be useful to enforce this requirement in our code? Or would it be an undue burned on the developer ? @alexandraBara @cderb What is your opinion ?
1.0
Python Type-Hints - [PEP-484](https://www.python.org/dev/peps/pep-0484/) introduces type hints in Python. While they are only hints and don't result in errors. However, they can make the life of many linting tools easier. Also, I believe this makes reading the code much easier. Would it be useful to enforce this requirement in our code? Or would it be an undue burned on the developer ? @alexandraBara @cderb What is your opinion ?
priority
python type hints introduces type hints in python while they are only hints and don t result in errors however they can make the life of many linting tools easier also i believe this makes reading the code much easier would it be useful to enforce this requirement in our code or would it be an undue burned on the developer alexandrabara cderb what is your opinion
1
79,645
3,538,211,769
IssuesEvent
2016-01-18 08:41:26
MinetestForFun/server-minetestforfun-skyblock
https://api.github.com/repos/MinetestForFun/server-minetestforfun-skyblock
closed
Remove the area privs
Priority: Low
I need to remove the area privs from the file manually, it will take some minutes with a regex and will be applied after a reboot Anyway, the mod area aren't here anymore so the actual priv for players isn't very important
1.0
Remove the area privs - I need to remove the area privs from the file manually, it will take some minutes with a regex and will be applied after a reboot Anyway, the mod area aren't here anymore so the actual priv for players isn't very important
priority
remove the area privs i need to remove the area privs from the file manually it will take some minutes with a regex and will be applied after a reboot anyway the mod area aren t here anymore so the actual priv for players isn t very important
1
483,257
13,921,590,125
IssuesEvent
2020-10-21 12:10:00
openmove/odh-mentor-otp
https://api.github.com/repos/openmove/odh-mentor-otp
closed
autofixing srtm bug
Low Priority
FIX DATI ALIMETRICI issue aperto del building graph a causa dell'elevation file in TIFF. https://github.com/opentripplanner/OpenTripPlanner/issues/2792 rileggendo mi sono anche ricordato ed è un problema di trasparenze, ad ogni modo con il comando: gdal_edit.py -unsetnodata elevation_file.tif
1.0
autofixing srtm bug - FIX DATI ALIMETRICI issue aperto del building graph a causa dell'elevation file in TIFF. https://github.com/opentripplanner/OpenTripPlanner/issues/2792 rileggendo mi sono anche ricordato ed è un problema di trasparenze, ad ogni modo con il comando: gdal_edit.py -unsetnodata elevation_file.tif
priority
autofixing srtm bug fix dati alimetrici issue aperto del building graph a causa dell elevation file in tiff rileggendo mi sono anche ricordato ed è un problema di trasparenze ad ogni modo con il comando gdal edit py unsetnodata elevation file tif
1
257,491
8,138,110,510
IssuesEvent
2018-08-20 13:53:59
AmpersandTarski/Ampersand
https://api.github.com/repos/AmpersandTarski/Ampersand
opened
Prototype Excel Import flags Success, even when errors are reported
Beginner-friendly bug component:excel import priority:low
Using Ampersand-v3.11.1 [development:301995534], I expect that after I have imported an Excel file, the 'succes' flag is only shown when there are no invariant violations, and vice versa. Currently, this is not the case: ![afbeelding](https://user-images.githubusercontent.com/8522589/44344345-cd374f00-a490-11e8-86c4-86602740c157.png) The problem is that if you upload several files, users may wonder why populations do not end up in the database while they appear to have been succesfully imported. I concFlagging the success
1.0
Prototype Excel Import flags Success, even when errors are reported - Using Ampersand-v3.11.1 [development:301995534], I expect that after I have imported an Excel file, the 'succes' flag is only shown when there are no invariant violations, and vice versa. Currently, this is not the case: ![afbeelding](https://user-images.githubusercontent.com/8522589/44344345-cd374f00-a490-11e8-86c4-86602740c157.png) The problem is that if you upload several files, users may wonder why populations do not end up in the database while they appear to have been succesfully imported. I concFlagging the success
priority
prototype excel import flags success even when errors are reported using ampersand i expect that after i have imported an excel file the succes flag is only shown when there are no invariant violations and vice versa currently this is not the case the problem is that if you upload several files users may wonder why populations do not end up in the database while they appear to have been succesfully imported i concflagging the success
1
271,257
8,481,857,020
IssuesEvent
2018-10-25 16:50:42
ClangBuiltLinux/linux
https://api.github.com/repos/ClangBuiltLinux/linux
closed
-Wswitch in drivers/isdn/mISDN/tei.c
-Wswitch [BUG] linux [PATCH] Accepted low priority
```sh CC drivers/isdn/mISDN/tei.o drivers/isdn/mISDN/tei.c:1193:7: warning: overflow converting case value to switch condition type (2147764552 to 18446744071562348872) [-Wswitch] case IMHOLD_L1: ^ ./include/linux/mISDNif.h:340:19: note: expanded from macro 'IMHOLD_L1' #define IMHOLD_L1 _IOR('I', 72, int) ^ ./include/uapi/asm-generic/ioctl.h:86:28: note: expanded from macro '_IOR' #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) ^ ./include/uapi/asm-generic/ioctl.h:70:2: note: expanded from macro '_IOC' (((dir) << _IOC_DIRSHIFT) | \ ^ drivers/isdn/mISDN/tei.c:1187:7: warning: overflow converting case value to switch condition type (2147764550 to 18446744071562348870) [-Wswitch] case IMCLEAR_L2: ^ ./include/linux/mISDNif.h:338:20: note: expanded from macro 'IMCLEAR_L2' #define IMCLEAR_L2 _IOR('I', 70, int) ^ ./include/uapi/asm-generic/ioctl.h:86:28: note: expanded from macro '_IOR' #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) ^ ./include/uapi/asm-generic/ioctl.h:70:2: note: expanded from macro '_IOC' (((dir) << _IOC_DIRSHIFT) | \ ``` I've never seen an overflow in a case label before, that's new. :whale2:
1.0
-Wswitch in drivers/isdn/mISDN/tei.c - ```sh CC drivers/isdn/mISDN/tei.o drivers/isdn/mISDN/tei.c:1193:7: warning: overflow converting case value to switch condition type (2147764552 to 18446744071562348872) [-Wswitch] case IMHOLD_L1: ^ ./include/linux/mISDNif.h:340:19: note: expanded from macro 'IMHOLD_L1' #define IMHOLD_L1 _IOR('I', 72, int) ^ ./include/uapi/asm-generic/ioctl.h:86:28: note: expanded from macro '_IOR' #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) ^ ./include/uapi/asm-generic/ioctl.h:70:2: note: expanded from macro '_IOC' (((dir) << _IOC_DIRSHIFT) | \ ^ drivers/isdn/mISDN/tei.c:1187:7: warning: overflow converting case value to switch condition type (2147764550 to 18446744071562348870) [-Wswitch] case IMCLEAR_L2: ^ ./include/linux/mISDNif.h:338:20: note: expanded from macro 'IMCLEAR_L2' #define IMCLEAR_L2 _IOR('I', 70, int) ^ ./include/uapi/asm-generic/ioctl.h:86:28: note: expanded from macro '_IOR' #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) ^ ./include/uapi/asm-generic/ioctl.h:70:2: note: expanded from macro '_IOC' (((dir) << _IOC_DIRSHIFT) | \ ``` I've never seen an overflow in a case label before, that's new. :whale2:
priority
wswitch in drivers isdn misdn tei c sh cc drivers isdn misdn tei o drivers isdn misdn tei c warning overflow converting case value to switch condition type to case imhold include linux misdnif h note expanded from macro imhold define imhold ior i int include uapi asm generic ioctl h note expanded from macro ior define ior type nr size ioc ioc read type nr ioc typecheck size include uapi asm generic ioctl h note expanded from macro ioc dir ioc dirshift drivers isdn misdn tei c warning overflow converting case value to switch condition type to case imclear include linux misdnif h note expanded from macro imclear define imclear ior i int include uapi asm generic ioctl h note expanded from macro ior define ior type nr size ioc ioc read type nr ioc typecheck size include uapi asm generic ioctl h note expanded from macro ioc dir ioc dirshift i ve never seen an overflow in a case label before that s new
1
299,542
9,205,596,850
IssuesEvent
2019-03-08 11:02:29
qissue-bot/QGIS
https://api.github.com/repos/qissue-bot/QGIS
closed
Plugin Manager activation toggle not clickable
Category: C++ Plugins Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report
--- Author Name: **John Tull** (John Tull) Original Redmine Issue: 920, https://issues.qgis.org/issues/920 Original Assignee: nobody - --- In rev 8065, the Plugin Manager now only toggles the activation of plugins when clicking the title of the plugin. Clicking the check box has no effect on the toggle state.
1.0
Plugin Manager activation toggle not clickable - --- Author Name: **John Tull** (John Tull) Original Redmine Issue: 920, https://issues.qgis.org/issues/920 Original Assignee: nobody - --- In rev 8065, the Plugin Manager now only toggles the activation of plugins when clicking the title of the plugin. Clicking the check box has no effect on the toggle state.
priority
plugin manager activation toggle not clickable author name john tull john tull original redmine issue original assignee nobody in rev the plugin manager now only toggles the activation of plugins when clicking the title of the plugin clicking the check box has no effect on the toggle state
1
1,746
2,518,674,977
IssuesEvent
2015-01-17 00:38:06
roberttdev/dactyl4
https://api.github.com/repos/roberttdev/dactyl4
closed
When Viewing the File Notes as a SuppDE User, there is a "Save" Option
low priority
In the "File Note" window, there is a "Save" button for the SuppDE user. I think that only the "Close" option should be available. Steps to reproduce: 1. Go into a SuppDE document as a DE user (technically, I was logged in as a QC user, but I was doing SuppDE). 2. Click the "File Note" button above the group window.
1.0
When Viewing the File Notes as a SuppDE User, there is a "Save" Option - In the "File Note" window, there is a "Save" button for the SuppDE user. I think that only the "Close" option should be available. Steps to reproduce: 1. Go into a SuppDE document as a DE user (technically, I was logged in as a QC user, but I was doing SuppDE). 2. Click the "File Note" button above the group window.
priority
when viewing the file notes as a suppde user there is a save option in the file note window there is a save button for the suppde user i think that only the close option should be available steps to reproduce go into a suppde document as a de user technically i was logged in as a qc user but i was doing suppde click the file note button above the group window
1
671,759
22,774,932,661
IssuesEvent
2022-07-08 13:38:28
opensquare-network/paid-qa
https://api.github.com/repos/opensquare-network/paid-qa
closed
refactor: don't use sub-component directly
UI priority:low
e.g. - Don't use `MicromarkMd`, use `Preview` - Don't use `MarkdownEditor`, use `RichEditor` - Don't use `Dropdown(item)` and write a new Selector, use `DropdownSelector` Sub-components is **not** for public. If so, we'll have bulk of work to do/refactor.
1.0
refactor: don't use sub-component directly - e.g. - Don't use `MicromarkMd`, use `Preview` - Don't use `MarkdownEditor`, use `RichEditor` - Don't use `Dropdown(item)` and write a new Selector, use `DropdownSelector` Sub-components is **not** for public. If so, we'll have bulk of work to do/refactor.
priority
refactor don t use sub component directly e g don t use micromarkmd use preview don t use markdowneditor use richeditor don t use dropdown item and write a new selector use dropdownselector sub components is not for public if so we ll have bulk of work to do refactor
1
675,222
23,084,932,584
IssuesEvent
2022-07-26 10:30:37
bitsongofficial/wallet-mobile
https://api.github.com/repos/bitsongofficial/wallet-mobile
closed
Stepper misalignment
low priority
In the "create new wallet" flow, the stepper is misaligned. Implementation: ![photo_2022-07-05 09 41 16](https://user-images.githubusercontent.com/13519292/177276089-f8293685-1514-4b89-887a-7bff45d6e964.jpeg) Design: ![photo_2022-07-05 09 41 16 (1)](https://user-images.githubusercontent.com/13519292/177276114-0dc1fff8-ce3e-4955-93f9-e6422b610038.jpeg)
1.0
Stepper misalignment - In the "create new wallet" flow, the stepper is misaligned. Implementation: ![photo_2022-07-05 09 41 16](https://user-images.githubusercontent.com/13519292/177276089-f8293685-1514-4b89-887a-7bff45d6e964.jpeg) Design: ![photo_2022-07-05 09 41 16 (1)](https://user-images.githubusercontent.com/13519292/177276114-0dc1fff8-ce3e-4955-93f9-e6422b610038.jpeg)
priority
stepper misalignment in the create new wallet flow the stepper is misaligned implementation design
1
644,334
20,974,419,281
IssuesEvent
2022-03-28 14:08:20
sot/kadi
https://api.github.com/repos/sot/kadi
closed
get_states docstring looks inconsistent
enhancement Priority-Low
After https://github.com/sot/kadi/commit/cb11b2ee03f0041728c457db963bcf60499770b8 I think this docstring needs update https://github.com/sot/kadi/blob/6a8931cceb56ad0ecf7e6dd2b594682dad51fa0f/kadi/commands/states.py#L1131 unless I'm misunderstanding.
1.0
get_states docstring looks inconsistent - After https://github.com/sot/kadi/commit/cb11b2ee03f0041728c457db963bcf60499770b8 I think this docstring needs update https://github.com/sot/kadi/blob/6a8931cceb56ad0ecf7e6dd2b594682dad51fa0f/kadi/commands/states.py#L1131 unless I'm misunderstanding.
priority
get states docstring looks inconsistent after i think this docstring needs update unless i m misunderstanding
1
101,142
4,108,042,610
IssuesEvent
2016-06-06 14:57:41
meteor/blaze
https://api.github.com/repos/meteor/blaze
closed
Repeated class names not rendered correctly
low priority
https://github.com/meteor/meteor/issues/5632 Original Post ----- Using Semantic-UI sometimes you need to add the same class name twice, i.e. <div class="ui two column computer one column mobile grid container"> but this is translated into `<div class="ui two column computer one mobile grid container">` breaking the interface. This is because of DiffingAttributeHandler call this.parseValuewhich reduces the repeated element into one since the element is the key in the array where values are stored `parseValue: function (attrString) { var tokens = {}; _.each(attrString.split(' '), function(token) { if (token) tokens[token] = token; }); return tokens; }` Here is the repo to reproduce the error with step by step guide: https://github.com/bitIO/repeated-class-issue --------- The outcome was of a pull request that appears to fix the issue but lacked tests, comments and was not readable. https://github.com/meteor/meteor/pull/5753
1.0
Repeated class names not rendered correctly - https://github.com/meteor/meteor/issues/5632 Original Post ----- Using Semantic-UI sometimes you need to add the same class name twice, i.e. <div class="ui two column computer one column mobile grid container"> but this is translated into `<div class="ui two column computer one mobile grid container">` breaking the interface. This is because of DiffingAttributeHandler call this.parseValuewhich reduces the repeated element into one since the element is the key in the array where values are stored `parseValue: function (attrString) { var tokens = {}; _.each(attrString.split(' '), function(token) { if (token) tokens[token] = token; }); return tokens; }` Here is the repo to reproduce the error with step by step guide: https://github.com/bitIO/repeated-class-issue --------- The outcome was of a pull request that appears to fix the issue but lacked tests, comments and was not readable. https://github.com/meteor/meteor/pull/5753
priority
repeated class names not rendered correctly original post using semantic ui sometimes you need to add the same class name twice i e but this is translated into breaking the interface this is because of diffingattributehandler call this parsevaluewhich reduces the repeated element into one since the element is the key in the array where values are stored parsevalue function attrstring var tokens each attrstring split function token if token tokens token return tokens here is the repo to reproduce the error with step by step guide the outcome was of a pull request that appears to fix the issue but lacked tests comments and was not readable
1
174,894
6,544,211,079
IssuesEvent
2017-09-03 13:17:41
shakedlokits/LineQueue
https://api.github.com/repos/shakedlokits/LineQueue
opened
Set registration button onClick style
Difficulty: Beginner Priority: Low Status: Pending Type: Bug
Create an onClick style for the touchable opacity component in the registration screen
1.0
Set registration button onClick style - Create an onClick style for the touchable opacity component in the registration screen
priority
set registration button onclick style create an onclick style for the touchable opacity component in the registration screen
1
803,826
29,190,907,138
IssuesEvent
2023-05-19 19:54:00
Team-Olya/frontend
https://api.github.com/repos/Team-Olya/frontend
closed
Adding branches for stage 2, 3.1, 3.2, 4.1, 4,2
Frontend LowPriority Stage#3.2
Add branches for stage 2, 3.1, 3.2, 4.1, 4.2 for better version control
1.0
Adding branches for stage 2, 3.1, 3.2, 4.1, 4,2 - Add branches for stage 2, 3.1, 3.2, 4.1, 4.2 for better version control
priority
adding branches for stage add branches for stage for better version control
1
805,703
29,582,550,520
IssuesEvent
2023-06-07 07:07:44
cse1110/andy
https://api.github.com/repos/cse1110/andy
closed
Refactor Andy main class to avoid dependencies on output
Low priority refactoring
The `Andy` class currently requires the output directory. We should change that, make the Andy class to return a nice data structure, and let `AndyOnWebLab` write files to disk. This facilitates other clients, such as the `AndyOnAWS` that I'm writing right now that doesn't need files on disk, but to put them on a JSON.
1.0
Refactor Andy main class to avoid dependencies on output - The `Andy` class currently requires the output directory. We should change that, make the Andy class to return a nice data structure, and let `AndyOnWebLab` write files to disk. This facilitates other clients, such as the `AndyOnAWS` that I'm writing right now that doesn't need files on disk, but to put them on a JSON.
priority
refactor andy main class to avoid dependencies on output the andy class currently requires the output directory we should change that make the andy class to return a nice data structure and let andyonweblab write files to disk this facilitates other clients such as the andyonaws that i m writing right now that doesn t need files on disk but to put them on a json
1
258,360
8,169,827,070
IssuesEvent
2018-08-27 04:15:08
Steemhunt/web
https://api.github.com/repos/Steemhunt/web
closed
Cannot view the Stemhunt.com about page fully in Landscape mode.
enhancement low-priority
**Expected Behaviour** When i rotate my phone to landscape mode and i click on the ? Button on steemhunt.com i expected to be able to see the steemhunt about page fully. **Actual Behaviour** When i rotate my phone to landscape mode and i click on the ? Button on steemhunt.com i can not see the steem hunt about page fully. **How To Reproduce** * go to steemhunt.com * rotate you phone to landscape mode * a ? button appears between search button and the create new post button * click on the ? button and you will get taken to the steem hunt about page. * scroll down the page and you'll see the page dosen't display fully. * Broswer: Chrome Version 66.0.3359.158 * Operating System: Android 7.0 (steemhunt Mobile website version) **Recording Of the Bug** https://youtu.be/78HLOR9NSjg
1.0
Cannot view the Stemhunt.com about page fully in Landscape mode. - **Expected Behaviour** When i rotate my phone to landscape mode and i click on the ? Button on steemhunt.com i expected to be able to see the steemhunt about page fully. **Actual Behaviour** When i rotate my phone to landscape mode and i click on the ? Button on steemhunt.com i can not see the steem hunt about page fully. **How To Reproduce** * go to steemhunt.com * rotate you phone to landscape mode * a ? button appears between search button and the create new post button * click on the ? button and you will get taken to the steem hunt about page. * scroll down the page and you'll see the page dosen't display fully. * Broswer: Chrome Version 66.0.3359.158 * Operating System: Android 7.0 (steemhunt Mobile website version) **Recording Of the Bug** https://youtu.be/78HLOR9NSjg
priority
cannot view the stemhunt com about page fully in landscape mode expected behaviour when i rotate my phone to landscape mode and i click on the button on steemhunt com i expected to be able to see the steemhunt about page fully actual behaviour when i rotate my phone to landscape mode and i click on the button on steemhunt com i can not see the steem hunt about page fully how to reproduce go to steemhunt com rotate you phone to landscape mode a button appears between search button and the create new post button click on the button and you will get taken to the steem hunt about page scroll down the page and you ll see the page dosen t display fully broswer chrome version operating system android steemhunt mobile website version recording of the bug
1
236,071
7,745,909,469
IssuesEvent
2018-05-29 19:54:05
DarkPacks/SevTech-Ages
https://api.github.com/repos/DarkPacks/SevTech-Ages
closed
Large pelts only make 1 glue in the cauldron
Category: Recipe Priority: Low
<!-- Thank you for submitting an issue for the relevant topic. Please ensure that you fill in all the required information needed as specified by the template below. --> <!-- Note: As you are reporting a bug, please ensure that you have logs uploaded to either PasteBin/Gist etc... No logs = Closing and Ignoring of the issue! --> <!-- NOTE: If you have other mods installed or you have changed versions; please revert to a clean install and test again with a crash/bug before posting. --> ## Bug Report <!--- If you're describing a bug, describe the current behaviour --> <!--- If you're suggesting a change/improvement, tell us how it should work --> Large Pelts match both the largePelt recipe and the pelt recipe for glue in the cauldron. This results in getting 1 glue when you cauldron them instead of 2. (Or it shows a possible recipe to get 2 glue when you should only ever get 1.. Unsure which one is really intended.) According to JEI I expect all of these to have the same issue: Large Animal Pelt Black Bear Pelt Brown Bear Pelt Polar Bear Pelt Cow Pelt Mooshroom Pelt Horse Pelt Donkey Pelt Mule Pelt Llama Pelt ## Expected Behaviour <!--- If describing a bug, tell us what happens instead of the expected behaviour --> <!--- If suggesting a change/improvement, explain the difference from current behaviour --> Put a large pelt in the cauldron, get 2 glue. ## Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, --> <!--- or ideas how to implement the addition or change --> Oredict confusion? ## Steps to Reproduce (for bugs) <!--- Provide a link to a live example, or an unambiguous set of steps to --> 1. Get a horse pelt 2. Put it in the cauldron <!--- Add more if needed --> ## Logs <!-- Twitch logs can be found in the installation directory for the Twitch App. Or click the ... button on SevTech and hit "Open Folder" --> <!-- ATLauncher logs can be found in the installation directory. Or you can "Open Folder" from the launcher to view the instance. --> <!-- Then upload the latest/crash logs to PasteBin or Gist. DON'T Upload them to GitHub --> * Client/Server Log: * Crash Log: ## Client Information <!--- Include as many relevant details about the environment you experienced the bug in --> <!-- Please tell us how much memory you have allocated to the game. For Twitch/ATLauncher look in the settings --> * Modpack Version: 3.0.7 * Java Version: 1.8.0_171x64 * Launcher Used:MultiMC * Memory Allocated: 6gb * Server/LAN/Single Player: server * Optifine Installed: no * Shaders Enabled: no <!--- Additional Information if you are using a server setup (DELETE THIS SECTION IF YOUR ISSUE IS CLIENT ONLY) --> ## Server Information * Java Version: Java(TM) SE Runtime Environment (build 1.8.0_171-b11) * Operating System: Ubuntu 16.04 LTS * Hoster/Hosting Solution: Private * Sponge (Non-Vanilla Forge) Server: No * Additional Content Installed: No
1.0
Large pelts only make 1 glue in the cauldron - <!-- Thank you for submitting an issue for the relevant topic. Please ensure that you fill in all the required information needed as specified by the template below. --> <!-- Note: As you are reporting a bug, please ensure that you have logs uploaded to either PasteBin/Gist etc... No logs = Closing and Ignoring of the issue! --> <!-- NOTE: If you have other mods installed or you have changed versions; please revert to a clean install and test again with a crash/bug before posting. --> ## Bug Report <!--- If you're describing a bug, describe the current behaviour --> <!--- If you're suggesting a change/improvement, tell us how it should work --> Large Pelts match both the largePelt recipe and the pelt recipe for glue in the cauldron. This results in getting 1 glue when you cauldron them instead of 2. (Or it shows a possible recipe to get 2 glue when you should only ever get 1.. Unsure which one is really intended.) According to JEI I expect all of these to have the same issue: Large Animal Pelt Black Bear Pelt Brown Bear Pelt Polar Bear Pelt Cow Pelt Mooshroom Pelt Horse Pelt Donkey Pelt Mule Pelt Llama Pelt ## Expected Behaviour <!--- If describing a bug, tell us what happens instead of the expected behaviour --> <!--- If suggesting a change/improvement, explain the difference from current behaviour --> Put a large pelt in the cauldron, get 2 glue. ## Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, --> <!--- or ideas how to implement the addition or change --> Oredict confusion? ## Steps to Reproduce (for bugs) <!--- Provide a link to a live example, or an unambiguous set of steps to --> 1. Get a horse pelt 2. Put it in the cauldron <!--- Add more if needed --> ## Logs <!-- Twitch logs can be found in the installation directory for the Twitch App. Or click the ... button on SevTech and hit "Open Folder" --> <!-- ATLauncher logs can be found in the installation directory. Or you can "Open Folder" from the launcher to view the instance. --> <!-- Then upload the latest/crash logs to PasteBin or Gist. DON'T Upload them to GitHub --> * Client/Server Log: * Crash Log: ## Client Information <!--- Include as many relevant details about the environment you experienced the bug in --> <!-- Please tell us how much memory you have allocated to the game. For Twitch/ATLauncher look in the settings --> * Modpack Version: 3.0.7 * Java Version: 1.8.0_171x64 * Launcher Used:MultiMC * Memory Allocated: 6gb * Server/LAN/Single Player: server * Optifine Installed: no * Shaders Enabled: no <!--- Additional Information if you are using a server setup (DELETE THIS SECTION IF YOUR ISSUE IS CLIENT ONLY) --> ## Server Information * Java Version: Java(TM) SE Runtime Environment (build 1.8.0_171-b11) * Operating System: Ubuntu 16.04 LTS * Hoster/Hosting Solution: Private * Sponge (Non-Vanilla Forge) Server: No * Additional Content Installed: No
priority
large pelts only make glue in the cauldron bug report large pelts match both the largepelt recipe and the pelt recipe for glue in the cauldron this results in getting glue when you cauldron them instead of or it shows a possible recipe to get glue when you should only ever get unsure which one is really intended according to jei i expect all of these to have the same issue large animal pelt black bear pelt brown bear pelt polar bear pelt cow pelt mooshroom pelt horse pelt donkey pelt mule pelt llama pelt expected behaviour put a large pelt in the cauldron get glue possible solution oredict confusion steps to reproduce for bugs get a horse pelt put it in the cauldron logs client server log crash log client information modpack version java version launcher used multimc memory allocated server lan single player server optifine installed no shaders enabled no server information java version java tm se runtime environment build operating system ubuntu lts hoster hosting solution private sponge non vanilla forge server no additional content installed no
1
76,257
3,485,571,067
IssuesEvent
2015-12-31 08:44:53
YetiForceCompany/YetiForceCRM
https://api.github.com/repos/YetiForceCompany/YetiForceCRM
closed
[Bug] - Fatal Error - Corporate email list - Send mail
Priority::#1 Low Type::Bug
On this page: https://gitdeveloper.yetiforce.com/index.php?module=OSSMailView&view=List&mid=96&parent=84 When I click +Send mail (https://gitdeveloper.yetiforce.com/index.php?module=OSSMail&view=compose) I get following error: Fatal error: Class 'AppConfig' not found in /home/yetiforce1/domains/gitdeveloper.yetiforce.com/public_html/config/config.inc.php on line 18 Gitdeveloper 2.3.824
1.0
[Bug] - Fatal Error - Corporate email list - Send mail - On this page: https://gitdeveloper.yetiforce.com/index.php?module=OSSMailView&view=List&mid=96&parent=84 When I click +Send mail (https://gitdeveloper.yetiforce.com/index.php?module=OSSMail&view=compose) I get following error: Fatal error: Class 'AppConfig' not found in /home/yetiforce1/domains/gitdeveloper.yetiforce.com/public_html/config/config.inc.php on line 18 Gitdeveloper 2.3.824
priority
fatal error corporate email list send mail on this page when i click send mail i get following error fatal error class appconfig not found in home domains gitdeveloper yetiforce com public html config config inc php on line gitdeveloper
1
471,199
13,562,248,525
IssuesEvent
2020-09-18 06:30:05
justincmendes/pd-bot
https://api.github.com/repos/justincmendes/pd-bot
opened
Quotes: Every month send a blast to all users with motivational quotes enabled
enhancement low priority
In the embed (footer), make sure to specify/tell the user how to opt-out of monthly quotes! Try and make it as "random" as possible for each user
1.0
Quotes: Every month send a blast to all users with motivational quotes enabled - In the embed (footer), make sure to specify/tell the user how to opt-out of monthly quotes! Try and make it as "random" as possible for each user
priority
quotes every month send a blast to all users with motivational quotes enabled in the embed footer make sure to specify tell the user how to opt out of monthly quotes try and make it as random as possible for each user
1
271,323
8,482,710,711
IssuesEvent
2018-10-25 19:20:12
USGS-Astrogeology/PySAT_Point_Spectra_GUI
https://api.github.com/repos/USGS-Astrogeology/PySAT_Point_Spectra_GUI
opened
Make "Write to CSV" default to write all variables
Difficulty Intermediate Priority: Low enhancement
This is just a matter of convenience. It's nicer to de-select the ones you don't want to write than to have to click every single one you do.
1.0
Make "Write to CSV" default to write all variables - This is just a matter of convenience. It's nicer to de-select the ones you don't want to write than to have to click every single one you do.
priority
make write to csv default to write all variables this is just a matter of convenience it s nicer to de select the ones you don t want to write than to have to click every single one you do
1
4,395
2,551,176,276
IssuesEvent
2015-02-02 06:27:28
zakbach/statty
https://api.github.com/repos/zakbach/statty
closed
Move font to Google Fonts instead of self-hosted
lowpriority
Turns out that via @font-face, the fonts look horrible on Windows (possibly on other OS's as well). Therefore, loading it via Google Fonts would make more sense.
1.0
Move font to Google Fonts instead of self-hosted - Turns out that via @font-face, the fonts look horrible on Windows (possibly on other OS's as well). Therefore, loading it via Google Fonts would make more sense.
priority
move font to google fonts instead of self hosted turns out that via font face the fonts look horrible on windows possibly on other os s as well therefore loading it via google fonts would make more sense
1
739,038
25,577,933,343
IssuesEvent
2022-12-01 00:26:11
jinh0/cloudberry
https://api.github.com/repos/jinh0/cloudberry
opened
"Morning" / "Afternoon" / "Evening" Classes
low priority
Would be nice if you could know whether a class was in the morning or in the evening, maybe with a label.
1.0
"Morning" / "Afternoon" / "Evening" Classes - Would be nice if you could know whether a class was in the morning or in the evening, maybe with a label.
priority
morning afternoon evening classes would be nice if you could know whether a class was in the morning or in the evening maybe with a label
1
48,162
2,993,991,046
IssuesEvent
2015-07-22 08:52:17
xhtmlized/generator-xh
https://api.github.com/repos/xhtmlized/generator-xh
closed
When using Bootstrap make it use SCSS/LESS version instead compiled library
Medium priority Minor Improvement Workflow Change
I've noticed that currently when Bootstrap is selected in additional options it just attaches whole, compressed library. It is far from desirable in my opinion - it doesn't allow for taking advantage of Bootstrap configuration options (which results in a lot of mess if you need to overwrite sth) and also includes a lot of components that probably won't be used in the project. I propose to change that so Bootstrap in included in a way that will allow for configuration - things like doing copy of variables.less / scss file for bootstrap that can be freely changed and including bootstrap on a module basis instead of as a whole. Since at the beginning the variables file will be exact copy of Bootstraps, it won't make any difference if someone doesn't need to change default configuration. However, inclusion of just required modules should be something strongly encouraged - no point in generating a lot of unnecessary CSS/JS (and if someone really wants to include whole thing there will be no stopping him anyway). Thoughts?
1.0
When using Bootstrap make it use SCSS/LESS version instead compiled library - I've noticed that currently when Bootstrap is selected in additional options it just attaches whole, compressed library. It is far from desirable in my opinion - it doesn't allow for taking advantage of Bootstrap configuration options (which results in a lot of mess if you need to overwrite sth) and also includes a lot of components that probably won't be used in the project. I propose to change that so Bootstrap in included in a way that will allow for configuration - things like doing copy of variables.less / scss file for bootstrap that can be freely changed and including bootstrap on a module basis instead of as a whole. Since at the beginning the variables file will be exact copy of Bootstraps, it won't make any difference if someone doesn't need to change default configuration. However, inclusion of just required modules should be something strongly encouraged - no point in generating a lot of unnecessary CSS/JS (and if someone really wants to include whole thing there will be no stopping him anyway). Thoughts?
priority
when using bootstrap make it use scss less version instead compiled library i ve noticed that currently when bootstrap is selected in additional options it just attaches whole compressed library it is far from desirable in my opinion it doesn t allow for taking advantage of bootstrap configuration options which results in a lot of mess if you need to overwrite sth and also includes a lot of components that probably won t be used in the project i propose to change that so bootstrap in included in a way that will allow for configuration things like doing copy of variables less scss file for bootstrap that can be freely changed and including bootstrap on a module basis instead of as a whole since at the beginning the variables file will be exact copy of bootstraps it won t make any difference if someone doesn t need to change default configuration however inclusion of just required modules should be something strongly encouraged no point in generating a lot of unnecessary css js and if someone really wants to include whole thing there will be no stopping him anyway thoughts
1
491,950
14,174,330,861
IssuesEvent
2020-11-12 19:44:08
PMEAL/OpenPNM
https://api.github.com/repos/PMEAL/OpenPNM
closed
Implement Continuation Method for dealing with highly nonlinear source terms
feature request low priority
See here for reference: https://www.comsol.com/support/knowledgebase/103
1.0
Implement Continuation Method for dealing with highly nonlinear source terms - See here for reference: https://www.comsol.com/support/knowledgebase/103
priority
implement continuation method for dealing with highly nonlinear source terms see here for reference
1
781,911
27,454,399,648
IssuesEvent
2023-03-02 20:02:22
openmsupply/open-msupply
https://api.github.com/repos/openmsupply/open-msupply
closed
Customize items in generic modals
programs Priority: Low
For example: Gender vs sex in patient creation dialog. ![Image](https://user-images.githubusercontent.com/88299195/204175766-468ccf42-9c99-4cee-a592-eb2a83aed9dd.png) Make this customizable Idea: use JSONForms for it using UI schemas stored in form_schema table. Problem here is that currently only one schema is associated with a single document type. This could be solved by removing the schema id from the `document_registry` and creating a `document_schema_join` table. This table would have another context column like: `"DEFAULT" | "GENERIC_PATIENT_CREATION"`.
1.0
Customize items in generic modals - For example: Gender vs sex in patient creation dialog. ![Image](https://user-images.githubusercontent.com/88299195/204175766-468ccf42-9c99-4cee-a592-eb2a83aed9dd.png) Make this customizable Idea: use JSONForms for it using UI schemas stored in form_schema table. Problem here is that currently only one schema is associated with a single document type. This could be solved by removing the schema id from the `document_registry` and creating a `document_schema_join` table. This table would have another context column like: `"DEFAULT" | "GENERIC_PATIENT_CREATION"`.
priority
customize items in generic modals for example gender vs sex in patient creation dialog make this customizable idea use jsonforms for it using ui schemas stored in form schema table problem here is that currently only one schema is associated with a single document type this could be solved by removing the schema id from the document registry and creating a document schema join table this table would have another context column like default generic patient creation
1
278,378
8,640,584,254
IssuesEvent
2018-11-24 08:04:39
dhowe/RiTa
https://api.github.com/repos/dhowe/RiTa
closed
Incorrect results for RiTa.pluralize()
PRIORITY: Low
anythings privacies biochemistries chemistries pastas anthraxes makeups humidities appreciations gulves nones biancoes harborsides funs limboes sheas traffickings overspendings modesties pastes vertigoes overcrowdings quizes (should be quizzes) servoes (should be servos) saturations smogs dews colloquiums glees
1.0
Incorrect results for RiTa.pluralize() - anythings privacies biochemistries chemistries pastas anthraxes makeups humidities appreciations gulves nones biancoes harborsides funs limboes sheas traffickings overspendings modesties pastes vertigoes overcrowdings quizes (should be quizzes) servoes (should be servos) saturations smogs dews colloquiums glees
priority
incorrect results for rita pluralize anythings privacies biochemistries chemistries pastas anthraxes makeups humidities appreciations gulves nones biancoes harborsides funs limboes sheas traffickings overspendings modesties pastes vertigoes overcrowdings quizes should be quizzes servoes should be servos saturations smogs dews colloquiums glees
1
831,141
32,039,137,571
IssuesEvent
2023-09-22 17:45:22
responsible-ai-collaborative/aiid
https://api.github.com/repos/responsible-ai-collaborative/aiid
closed
CSETv1 Charts CSS improvements
Priority:Low Stack:UX
Looking the CSETv1 taxonomy charts, I believe there are some small UI fixes/nudges that would improve the reader experience. - [ ] Restrict width of chart containers. This would make it easier to compare columns by reducing space between them and from the y-axis. Perhaps user a container to snap-fit to the supported viewport width, rather than scale to the whole space. [^0] - [ ] Similarly, add y-axis grid lines for a reasonable interval (dynamic, per the scale of the graph). [^0]: <img width="1422" alt="image" src="https://github.com/responsible-ai-collaborative/aiid/assets/4238598/f6525a26-c350-49da-b21f-cd2dac4fc1f2">
1.0
CSETv1 Charts CSS improvements - Looking the CSETv1 taxonomy charts, I believe there are some small UI fixes/nudges that would improve the reader experience. - [ ] Restrict width of chart containers. This would make it easier to compare columns by reducing space between them and from the y-axis. Perhaps user a container to snap-fit to the supported viewport width, rather than scale to the whole space. [^0] - [ ] Similarly, add y-axis grid lines for a reasonable interval (dynamic, per the scale of the graph). [^0]: <img width="1422" alt="image" src="https://github.com/responsible-ai-collaborative/aiid/assets/4238598/f6525a26-c350-49da-b21f-cd2dac4fc1f2">
priority
charts css improvements looking the taxonomy charts i believe there are some small ui fixes nudges that would improve the reader experience restrict width of chart containers this would make it easier to compare columns by reducing space between them and from the y axis perhaps user a container to snap fit to the supported viewport width rather than scale to the whole space similarly add y axis grid lines for a reasonable interval dynamic per the scale of the graph img width alt image src
1
387,546
11,463,248,329
IssuesEvent
2020-02-07 15:39:40
rathena/rathena
https://api.github.com/repos/rathena/rathena
closed
[RE] Feint Bomb and Fatal Menace skill updates
component:skill mode:renewal priority:low status:confirmed type:bug
<!-- NOTE: Anything within these brackets will be hidden on the preview of the Issue. --> * **rAthena Hash**: 474cb7d900a7f2e1b570a823127905def9a7bc0a <!-- Please specify the rAthena [GitHub hash](https://help.github.com/articles/autolinked-references-and-urls/#commit-shas) on which you encountered this issue. How to get your GitHub Hash: 1. cd your/rAthena/directory/ 2. git rev-parse --short HEAD 3. Copy the resulting hash. --> * **Client Date**: N/A <!-- Please specify the client date you used. --> * **Server Mode**: Renewal <!-- Which mode does your server use: Pre-Renewal or Renewal? --> * **Description of Issue**: * Result: Feint Bomb and Fatal Menace on rA has Max Level of 5 and 3 * Expected Result: Feint Bomb and Fatal Menace Max Level should be 10 and updated formula * How to Reproduce: use it * Official Information: kRO skillinfolist and https://www.divine-pride.net/forum/index.php?/topic/3280-16th-anniversary-update-note-part-1/ * **Modifications that may affect results**: N/A <!-- * Please provide any information that could influence the expected result. --> <!-- * This can be either configurations you changed, database values you changed, or even external source modifications. --> Fatal Menace: - Increases max level from 5 to 10. - Removes teleport effect. - When uses skill while dagger is equipped. Damage will be doubled. - From level 7. Increases Hit rate. Feint Bomb: - Increases max level from 3 to 10. - Increases travel distance depends on skill level.
1.0
[RE] Feint Bomb and Fatal Menace skill updates - <!-- NOTE: Anything within these brackets will be hidden on the preview of the Issue. --> * **rAthena Hash**: 474cb7d900a7f2e1b570a823127905def9a7bc0a <!-- Please specify the rAthena [GitHub hash](https://help.github.com/articles/autolinked-references-and-urls/#commit-shas) on which you encountered this issue. How to get your GitHub Hash: 1. cd your/rAthena/directory/ 2. git rev-parse --short HEAD 3. Copy the resulting hash. --> * **Client Date**: N/A <!-- Please specify the client date you used. --> * **Server Mode**: Renewal <!-- Which mode does your server use: Pre-Renewal or Renewal? --> * **Description of Issue**: * Result: Feint Bomb and Fatal Menace on rA has Max Level of 5 and 3 * Expected Result: Feint Bomb and Fatal Menace Max Level should be 10 and updated formula * How to Reproduce: use it * Official Information: kRO skillinfolist and https://www.divine-pride.net/forum/index.php?/topic/3280-16th-anniversary-update-note-part-1/ * **Modifications that may affect results**: N/A <!-- * Please provide any information that could influence the expected result. --> <!-- * This can be either configurations you changed, database values you changed, or even external source modifications. --> Fatal Menace: - Increases max level from 5 to 10. - Removes teleport effect. - When uses skill while dagger is equipped. Damage will be doubled. - From level 7. Increases Hit rate. Feint Bomb: - Increases max level from 3 to 10. - Increases travel distance depends on skill level.
priority
feint bomb and fatal menace skill updates rathena hash please specify the rathena on which you encountered this issue how to get your github hash cd your rathena directory git rev parse short head copy the resulting hash client date n a server mode renewal description of issue result feint bomb and fatal menace on ra has max level of and expected result feint bomb and fatal menace max level should be and updated formula how to reproduce use it official information kro skillinfolist and modifications that may affect results n a fatal menace increases max level from to removes teleport effect when uses skill while dagger is equipped damage will be doubled from level increases hit rate feint bomb increases max level from to increases travel distance depends on skill level
1
603,507
18,668,490,905
IssuesEvent
2021-10-30 08:35:48
renovatebot/renovate
https://api.github.com/repos/renovatebot/renovate
closed
Renovate GitHub-native automerge debug message when `merge` method is not allowed
type:bug priority-4-low platform:github status:ready
### How are you running Renovate? WhiteSource Renovate hosted app on github.com ### Please select which platform you are using if self-hosting. _No response_ ### If you're self-hosting Renovate, tell us what version of Renovate you run. 28.8.3 ### Describe the bug ## Intro I'm trying out the new automerge on my `honkinggoose/gitgosling` repo, with Renovate version `28.8.3`. ## Steps to reproduce: 1. The repository had no pending PRs. 1. I requested a lockfile update via the Dashboard. 1. I wondered what the behavior is now, so I checked the logs from this run (pasted below in log section of bug report). 1. I was expecting Renovate to automerge the lockfile right away, as it's the only PR and it's fully up to date with `main` right when its created. 1. Instead I got a debug message: `"message": "Merge method merge commits are not allowed on this repository"` ## Repo settings On my repository I only allow `squash` merges: ![repo-merge-button-settings](https://user-images.githubusercontent.com/34918129/138567016-95d8f950-b0db-4aeb-b81c-edea8e0f99ff.png) I also have a branch protection rule stating that any PR branch must be up-to-date with `main` before it can be merged. ## Further context Link to PR that had the debug logs: https://github.com/HonkingGoose/git-gosling/pull/313 Note that Renovate did manage to automerge the PR in the end, but I think it used the Renovate fallback to do that. If GitHub-native automerge _requires_ that the normal merge is available we should document that, because we don't mention this right now. @rarkins thought: > Seems we need a way to detect merge type ### Relevant debug logs <details><summary>Relevant logs for initial run</summary> ``` DEBUG: getBranchStatus(renovate/lock-file-maintenance)(branch="renovate/lock-file-maintenance") DEBUG: branch status check result(branch="renovate/lock-file-maintenance") { "state": "pending", "statuses": [] } DEBUG: No check runs found(branch="renovate/lock-file-maintenance") { "result": { "total_count": 0, "check_runs": [] } } DEBUG: Branch status yellow(branch="renovate/lock-file-maintenance") DEBUG: Creating PR(branch="renovate/lock-file-maintenance") { "prTitle": "chore(deps): lock file maintenance" } DEBUG: Creating PR(branch="renovate/lock-file-maintenance") { "title": "chore(deps): lock file maintenance", "head": "HonkingGoose:renovate/lock-file-maintenance", "base": "main", "draft": false } DEBUG: PR created(branch="renovate/lock-file-maintenance") { "pr": 313, "draft": false } DEBUG: Adding labels '' to #313(branch="renovate/lock-file-maintenance") DEBUG: GitHub automerge unknown error(branch="renovate/lock-file-maintenance") { "prNumber": 313, "errors": [ { "type": "UNPROCESSABLE", "path": [ "enablePullRequestAutoMerge" ], "locations": [ { "line": 5, "column": 3 } ], "message": "Merge method merge commits are not allowed on this repository" } ] } INFO: PR created(branch="renovate/lock-file-maintenance") { "pr": 313, "prTitle": "chore(deps): lock file maintenance" } DEBUG: Skipping assignees and reviewers as automerge=true(branch="renovate/lock-file-maintenance") DEBUG: Created Pull Request #313(branch="renovate/lock-file-maintenance") DEBUG: PR is configured for automerge(branch="renovate/lock-file-maintenance") DEBUG: PR is not ready for merge(branch="renovate/lock-file-maintenance") DEBUG: getBranchPr(renovate/lock-file-maintenance) DEBUG: findPr(renovate/lock-file-maintenance, undefined, open) DEBUG: Found PR #313 DEBUG: PR not found in open or closed PRs list - trying to fetch it directly { "prNo": 313 } DEBUG: Ensuring Dependency Dashboard DEBUG: ensureIssue(Dependency Dashboard) DEBUG: Patching issue DEBUG: Issue updated DEBUG: Removing any stale branches DEBUG: config.repoIsOnboarded=true DEBUG: Branch lists { "branchList": [ "renovate/lock-file-maintenance", "renovate/npm-8.x" ], "renovateBranches": [ "renovate/lock-file-maintenance" ] } DEBUG: remainingBranches= DEBUG: No branches to clean up DEBUG: Repository timing splits (milliseconds) { "splits": { "init": 2411, "extract": 2967, "lookup": 2479, "update": 130426 }, "total": 139426 } ``` </details> <details><summary>Relevant logs for run that automerged the lockfile PR</summary> ``` DEBUG: Branch status green(branch="renovate/lock-file-maintenance") DEBUG: Processing existing PR(branch="renovate/lock-file-maintenance") DEBUG: Pull Request #313 does not need updating(branch="renovate/lock-file-maintenance") DEBUG: PR is configured for automerge(branch="renovate/lock-file-maintenance") DEBUG: resolveBranchStatus(branchName=renovate/lock-file-maintenance, ignoreTests=false)(branch="renovate/lock-file-maintenance") DEBUG: getBranchStatus(renovate/lock-file-maintenance)(branch="renovate/lock-file-maintenance") DEBUG: branch status check result(branch="renovate/lock-file-maintenance") { "state": "success", "statuses": [ { "url": "https://api.github.com/repos/HonkingGoose/git-gosling/statuses/2b9cedd52417d823105802e402932d23f354d9fb", "avatar_url": "https://avatars.githubusercontent.com/in/8329?v=4", "id": 14944469753, "node_id": "SC_kwDOEbfyB88AAAADesKC-Q", "state": "success", "description": "Deployment has completed", "target_url": "https://vercel.com/honkinggoose/git-gosling/EBFgt4sMCXh7utZs9nu4zRzTQLYM", "context": "Vercel", "created_at": "2021-10-23T07:14:57Z", "updated_at": "2021-10-23T07:14:57Z" } ] } DEBUG: check runs result(branch="renovate/lock-file-maintenance") { "checkRuns": [ { "name": "build (14.x)", "status": "completed", "conclusion": "success" }, { "name": "lint (14.x)", "status": "completed", "conclusion": "success" } ] } DEBUG: Branch status green(branch="renovate/lock-file-maintenance") DEBUG: Automerging #313 with strategy auto(branch="renovate/lock-file-maintenance") DEBUG: mergePr(313, renovate/lock-file-maintenance)(branch="renovate/lock-file-maintenance") DEBUG: mergePr(branch="renovate/lock-file-maintenance") { "options": { "body": { "merge_method": "squash" } }, "url": "repos/HonkingGoose/git-gosling/pulls/313/merge" } DEBUG: PR merged(branch="renovate/lock-file-maintenance") { "automergeResult": { "sha": "ec34406e5fa1722a1a1efa8a9add78593a5f9bc6", "merged": true, "message": "Pull Request successfully merged" }, "pr": 313 } INFO: PR automerged(branch="renovate/lock-file-maintenance") { "pr": 313, "prTitle": "chore(deps): lock file maintenance" } DEBUG: No remote branch to delete(branch="renovate/lock-file-maintenance") { "branchName": "renovate/lock-file-maintenance" } DEBUG: No local branch to delete(branch="renovate/lock-file-maintenance") { "branchName": "renovate/lock-file-maintenance" } INFO: Renovating repository again after automerge result ``` </details> ### Have you created a minimal reproduction repository? No reproduction, but I have linked to a public repo where it occurs
1.0
Renovate GitHub-native automerge debug message when `merge` method is not allowed - ### How are you running Renovate? WhiteSource Renovate hosted app on github.com ### Please select which platform you are using if self-hosting. _No response_ ### If you're self-hosting Renovate, tell us what version of Renovate you run. 28.8.3 ### Describe the bug ## Intro I'm trying out the new automerge on my `honkinggoose/gitgosling` repo, with Renovate version `28.8.3`. ## Steps to reproduce: 1. The repository had no pending PRs. 1. I requested a lockfile update via the Dashboard. 1. I wondered what the behavior is now, so I checked the logs from this run (pasted below in log section of bug report). 1. I was expecting Renovate to automerge the lockfile right away, as it's the only PR and it's fully up to date with `main` right when its created. 1. Instead I got a debug message: `"message": "Merge method merge commits are not allowed on this repository"` ## Repo settings On my repository I only allow `squash` merges: ![repo-merge-button-settings](https://user-images.githubusercontent.com/34918129/138567016-95d8f950-b0db-4aeb-b81c-edea8e0f99ff.png) I also have a branch protection rule stating that any PR branch must be up-to-date with `main` before it can be merged. ## Further context Link to PR that had the debug logs: https://github.com/HonkingGoose/git-gosling/pull/313 Note that Renovate did manage to automerge the PR in the end, but I think it used the Renovate fallback to do that. If GitHub-native automerge _requires_ that the normal merge is available we should document that, because we don't mention this right now. @rarkins thought: > Seems we need a way to detect merge type ### Relevant debug logs <details><summary>Relevant logs for initial run</summary> ``` DEBUG: getBranchStatus(renovate/lock-file-maintenance)(branch="renovate/lock-file-maintenance") DEBUG: branch status check result(branch="renovate/lock-file-maintenance") { "state": "pending", "statuses": [] } DEBUG: No check runs found(branch="renovate/lock-file-maintenance") { "result": { "total_count": 0, "check_runs": [] } } DEBUG: Branch status yellow(branch="renovate/lock-file-maintenance") DEBUG: Creating PR(branch="renovate/lock-file-maintenance") { "prTitle": "chore(deps): lock file maintenance" } DEBUG: Creating PR(branch="renovate/lock-file-maintenance") { "title": "chore(deps): lock file maintenance", "head": "HonkingGoose:renovate/lock-file-maintenance", "base": "main", "draft": false } DEBUG: PR created(branch="renovate/lock-file-maintenance") { "pr": 313, "draft": false } DEBUG: Adding labels '' to #313(branch="renovate/lock-file-maintenance") DEBUG: GitHub automerge unknown error(branch="renovate/lock-file-maintenance") { "prNumber": 313, "errors": [ { "type": "UNPROCESSABLE", "path": [ "enablePullRequestAutoMerge" ], "locations": [ { "line": 5, "column": 3 } ], "message": "Merge method merge commits are not allowed on this repository" } ] } INFO: PR created(branch="renovate/lock-file-maintenance") { "pr": 313, "prTitle": "chore(deps): lock file maintenance" } DEBUG: Skipping assignees and reviewers as automerge=true(branch="renovate/lock-file-maintenance") DEBUG: Created Pull Request #313(branch="renovate/lock-file-maintenance") DEBUG: PR is configured for automerge(branch="renovate/lock-file-maintenance") DEBUG: PR is not ready for merge(branch="renovate/lock-file-maintenance") DEBUG: getBranchPr(renovate/lock-file-maintenance) DEBUG: findPr(renovate/lock-file-maintenance, undefined, open) DEBUG: Found PR #313 DEBUG: PR not found in open or closed PRs list - trying to fetch it directly { "prNo": 313 } DEBUG: Ensuring Dependency Dashboard DEBUG: ensureIssue(Dependency Dashboard) DEBUG: Patching issue DEBUG: Issue updated DEBUG: Removing any stale branches DEBUG: config.repoIsOnboarded=true DEBUG: Branch lists { "branchList": [ "renovate/lock-file-maintenance", "renovate/npm-8.x" ], "renovateBranches": [ "renovate/lock-file-maintenance" ] } DEBUG: remainingBranches= DEBUG: No branches to clean up DEBUG: Repository timing splits (milliseconds) { "splits": { "init": 2411, "extract": 2967, "lookup": 2479, "update": 130426 }, "total": 139426 } ``` </details> <details><summary>Relevant logs for run that automerged the lockfile PR</summary> ``` DEBUG: Branch status green(branch="renovate/lock-file-maintenance") DEBUG: Processing existing PR(branch="renovate/lock-file-maintenance") DEBUG: Pull Request #313 does not need updating(branch="renovate/lock-file-maintenance") DEBUG: PR is configured for automerge(branch="renovate/lock-file-maintenance") DEBUG: resolveBranchStatus(branchName=renovate/lock-file-maintenance, ignoreTests=false)(branch="renovate/lock-file-maintenance") DEBUG: getBranchStatus(renovate/lock-file-maintenance)(branch="renovate/lock-file-maintenance") DEBUG: branch status check result(branch="renovate/lock-file-maintenance") { "state": "success", "statuses": [ { "url": "https://api.github.com/repos/HonkingGoose/git-gosling/statuses/2b9cedd52417d823105802e402932d23f354d9fb", "avatar_url": "https://avatars.githubusercontent.com/in/8329?v=4", "id": 14944469753, "node_id": "SC_kwDOEbfyB88AAAADesKC-Q", "state": "success", "description": "Deployment has completed", "target_url": "https://vercel.com/honkinggoose/git-gosling/EBFgt4sMCXh7utZs9nu4zRzTQLYM", "context": "Vercel", "created_at": "2021-10-23T07:14:57Z", "updated_at": "2021-10-23T07:14:57Z" } ] } DEBUG: check runs result(branch="renovate/lock-file-maintenance") { "checkRuns": [ { "name": "build (14.x)", "status": "completed", "conclusion": "success" }, { "name": "lint (14.x)", "status": "completed", "conclusion": "success" } ] } DEBUG: Branch status green(branch="renovate/lock-file-maintenance") DEBUG: Automerging #313 with strategy auto(branch="renovate/lock-file-maintenance") DEBUG: mergePr(313, renovate/lock-file-maintenance)(branch="renovate/lock-file-maintenance") DEBUG: mergePr(branch="renovate/lock-file-maintenance") { "options": { "body": { "merge_method": "squash" } }, "url": "repos/HonkingGoose/git-gosling/pulls/313/merge" } DEBUG: PR merged(branch="renovate/lock-file-maintenance") { "automergeResult": { "sha": "ec34406e5fa1722a1a1efa8a9add78593a5f9bc6", "merged": true, "message": "Pull Request successfully merged" }, "pr": 313 } INFO: PR automerged(branch="renovate/lock-file-maintenance") { "pr": 313, "prTitle": "chore(deps): lock file maintenance" } DEBUG: No remote branch to delete(branch="renovate/lock-file-maintenance") { "branchName": "renovate/lock-file-maintenance" } DEBUG: No local branch to delete(branch="renovate/lock-file-maintenance") { "branchName": "renovate/lock-file-maintenance" } INFO: Renovating repository again after automerge result ``` </details> ### Have you created a minimal reproduction repository? No reproduction, but I have linked to a public repo where it occurs
priority
renovate github native automerge debug message when merge method is not allowed how are you running renovate whitesource renovate hosted app on github com please select which platform you are using if self hosting no response if you re self hosting renovate tell us what version of renovate you run describe the bug intro i m trying out the new automerge on my honkinggoose gitgosling repo with renovate version steps to reproduce the repository had no pending prs i requested a lockfile update via the dashboard i wondered what the behavior is now so i checked the logs from this run pasted below in log section of bug report i was expecting renovate to automerge the lockfile right away as it s the only pr and it s fully up to date with main right when its created instead i got a debug message message merge method merge commits are not allowed on this repository repo settings on my repository i only allow squash merges i also have a branch protection rule stating that any pr branch must be up to date with main before it can be merged further context link to pr that had the debug logs note that renovate did manage to automerge the pr in the end but i think it used the renovate fallback to do that if github native automerge requires that the normal merge is available we should document that because we don t mention this right now rarkins thought seems we need a way to detect merge type relevant debug logs relevant logs for initial run debug getbranchstatus renovate lock file maintenance branch renovate lock file maintenance debug branch status check result branch renovate lock file maintenance state pending statuses debug no check runs found branch renovate lock file maintenance result total count check runs debug branch status yellow branch renovate lock file maintenance debug creating pr branch renovate lock file maintenance prtitle chore deps lock file maintenance debug creating pr branch renovate lock file maintenance title chore deps lock file maintenance head honkinggoose renovate lock file maintenance base main draft false debug pr created branch renovate lock file maintenance pr draft false debug adding labels to branch renovate lock file maintenance debug github automerge unknown error branch renovate lock file maintenance prnumber errors type unprocessable path enablepullrequestautomerge locations line column message merge method merge commits are not allowed on this repository info pr created branch renovate lock file maintenance pr prtitle chore deps lock file maintenance debug skipping assignees and reviewers as automerge true branch renovate lock file maintenance debug created pull request branch renovate lock file maintenance debug pr is configured for automerge branch renovate lock file maintenance debug pr is not ready for merge branch renovate lock file maintenance debug getbranchpr renovate lock file maintenance debug findpr renovate lock file maintenance undefined open debug found pr debug pr not found in open or closed prs list trying to fetch it directly prno debug ensuring dependency dashboard debug ensureissue dependency dashboard debug patching issue debug issue updated debug removing any stale branches debug config repoisonboarded true debug branch lists branchlist renovate lock file maintenance renovate npm x renovatebranches renovate lock file maintenance debug remainingbranches debug no branches to clean up debug repository timing splits milliseconds splits init extract lookup update total relevant logs for run that automerged the lockfile pr debug branch status green branch renovate lock file maintenance debug processing existing pr branch renovate lock file maintenance debug pull request does not need updating branch renovate lock file maintenance debug pr is configured for automerge branch renovate lock file maintenance debug resolvebranchstatus branchname renovate lock file maintenance ignoretests false branch renovate lock file maintenance debug getbranchstatus renovate lock file maintenance branch renovate lock file maintenance debug branch status check result branch renovate lock file maintenance state success statuses url avatar url id node id sc q state success description deployment has completed target url context vercel created at updated at debug check runs result branch renovate lock file maintenance checkruns name build x status completed conclusion success name lint x status completed conclusion success debug branch status green branch renovate lock file maintenance debug automerging with strategy auto branch renovate lock file maintenance debug mergepr renovate lock file maintenance branch renovate lock file maintenance debug mergepr branch renovate lock file maintenance options body merge method squash url repos honkinggoose git gosling pulls merge debug pr merged branch renovate lock file maintenance automergeresult sha merged true message pull request successfully merged pr info pr automerged branch renovate lock file maintenance pr prtitle chore deps lock file maintenance debug no remote branch to delete branch renovate lock file maintenance branchname renovate lock file maintenance debug no local branch to delete branch renovate lock file maintenance branchname renovate lock file maintenance info renovating repository again after automerge result have you created a minimal reproduction repository no reproduction but i have linked to a public repo where it occurs
1
523,457
15,182,880,359
IssuesEvent
2021-02-15 07:09:04
borgbase/vorta
https://api.github.com/repos/borgbase/vorta
closed
Auto-apply scheduler settings and remove apply-button
priority:low status:idea
Having apply button on the Schedule action only makes the interface inconsistent: I have tripped over that several times. A suggestion is to either remove it or put it everywhere.
1.0
Auto-apply scheduler settings and remove apply-button - Having apply button on the Schedule action only makes the interface inconsistent: I have tripped over that several times. A suggestion is to either remove it or put it everywhere.
priority
auto apply scheduler settings and remove apply button having apply button on the schedule action only makes the interface inconsistent i have tripped over that several times a suggestion is to either remove it or put it everywhere
1
425,095
12,335,597,225
IssuesEvent
2020-05-14 12:16:03
InfiniteFlightAirportEditing/Airports
https://api.github.com/repos/InfiniteFlightAirportEditing/Airports
reopened
WAHH-Adi Sutjipto Airport-YOGYAKARTA-INDONESIA
Being Redone Low Priority
Adi Sutjipto Airport, Yogyakarta will do this previous ICAO was WARJ
1.0
WAHH-Adi Sutjipto Airport-YOGYAKARTA-INDONESIA - Adi Sutjipto Airport, Yogyakarta will do this previous ICAO was WARJ
priority
wahh adi sutjipto airport yogyakarta indonesia adi sutjipto airport yogyakarta will do this previous icao was warj
1
590,364
17,777,061,035
IssuesEvent
2021-08-30 20:42:15
SkriptLang/Skript
https://api.github.com/repos/SkriptLang/Skript
closed
Skript fails at telling apart certain items.
priority: lowest completed aliases pre-1.13
### Description <!--- What happened? ---> skript fails at comparing ex. stone and diorite (cannot tell them apart by their name "stone block" & "raw diorite" - returns stone block) though when doing the same with *stone brick* and *cracked stone brick* it doesn't have a issue with it. ### Steps to Reproduce <!--- What did you do to make it happen? Provide as accurate instructions as possible! ---> ` on inventory click: if amount of stone block in player's inventory > 0: send "you have stone!" to player ` even if we don't have *stone block* but have *raw diorite* it'll pass the check, i'm sure there is hella ton of different blocks, though as far as i'm aware comparing *stone brick* with *cracked stone brick* works just fine. ### Expected Behavior <!--- What should have happened? ---> `send "you have stone!" to player` shouldn't be called if we have *raw diorite* in our inventory. ### Errors / Screenshots <!--- Console errors and screenshots of visual bugs in game, if you have any ---> <!--- If you have console errors, copy them to a paste service which won't delete them. DON'T use Hastebin! ---> <!-- Screenshots of bugs visible in-game can also be attached. ---> ### Server Information * **Server version/platform:** <!-- /version --> * **Skript version:** <!-- /version Skript ("latest" is not useful, we need the version number) --> paper 1.12.2 (most likely can be reproduced on newers versisons as well since we're working with names, not ID's) skript 2.5.3 ### Additional Context <!--- Anything you'd like to add? This can be left empty. --->
1.0
Skript fails at telling apart certain items. - ### Description <!--- What happened? ---> skript fails at comparing ex. stone and diorite (cannot tell them apart by their name "stone block" & "raw diorite" - returns stone block) though when doing the same with *stone brick* and *cracked stone brick* it doesn't have a issue with it. ### Steps to Reproduce <!--- What did you do to make it happen? Provide as accurate instructions as possible! ---> ` on inventory click: if amount of stone block in player's inventory > 0: send "you have stone!" to player ` even if we don't have *stone block* but have *raw diorite* it'll pass the check, i'm sure there is hella ton of different blocks, though as far as i'm aware comparing *stone brick* with *cracked stone brick* works just fine. ### Expected Behavior <!--- What should have happened? ---> `send "you have stone!" to player` shouldn't be called if we have *raw diorite* in our inventory. ### Errors / Screenshots <!--- Console errors and screenshots of visual bugs in game, if you have any ---> <!--- If you have console errors, copy them to a paste service which won't delete them. DON'T use Hastebin! ---> <!-- Screenshots of bugs visible in-game can also be attached. ---> ### Server Information * **Server version/platform:** <!-- /version --> * **Skript version:** <!-- /version Skript ("latest" is not useful, we need the version number) --> paper 1.12.2 (most likely can be reproduced on newers versisons as well since we're working with names, not ID's) skript 2.5.3 ### Additional Context <!--- Anything you'd like to add? This can be left empty. --->
priority
skript fails at telling apart certain items description skript fails at comparing ex stone and diorite cannot tell them apart by their name stone block raw diorite returns stone block though when doing the same with stone brick and cracked stone brick it doesn t have a issue with it steps to reproduce on inventory click if amount of stone block in player s inventory send you have stone to player even if we don t have stone block but have raw diorite it ll pass the check i m sure there is hella ton of different blocks though as far as i m aware comparing stone brick with cracked stone brick works just fine expected behavior send you have stone to player shouldn t be called if we have raw diorite in our inventory errors screenshots if you have console errors copy them to a paste service which won t delete them don t use hastebin screenshots of bugs visible in game can also be attached server information server version platform skript version paper most likely can be reproduced on newers versisons as well since we re working with names not id s skript additional context
1
4,268
2,546,611,342
IssuesEvent
2015-01-30 01:46:54
bireme/proethos
https://api.github.com/repos/bireme/proethos
opened
Campos duplicados bajo Menu del Administrador
priority 3 (low) severity 4 (low/informational)
Bajo menu del administrador, existen campos duplicados o confusos: 1. Bajo: "Registros del Sistema: •Campos del protocolo •Campos del protocolo Enmiendas al protocolo original (este ultimo campo es nuevo, para enmiendas? no me queda claro cual es su funcion) 2. Comunicaciones electronicas esta duplicado 3. Modelos de dictamentes esta duplicado y no puede ser traducido. Si se traduce bajo espanhol tambien los campos en ingles quedan en espanhol. Y viceversa.
1.0
Campos duplicados bajo Menu del Administrador - Bajo menu del administrador, existen campos duplicados o confusos: 1. Bajo: "Registros del Sistema: •Campos del protocolo •Campos del protocolo Enmiendas al protocolo original (este ultimo campo es nuevo, para enmiendas? no me queda claro cual es su funcion) 2. Comunicaciones electronicas esta duplicado 3. Modelos de dictamentes esta duplicado y no puede ser traducido. Si se traduce bajo espanhol tambien los campos en ingles quedan en espanhol. Y viceversa.
priority
campos duplicados bajo menu del administrador bajo menu del administrador existen campos duplicados o confusos bajo registros del sistema •campos del protocolo •campos del protocolo enmiendas al protocolo original este ultimo campo es nuevo para enmiendas no me queda claro cual es su funcion comunicaciones electronicas esta duplicado modelos de dictamentes esta duplicado y no puede ser traducido si se traduce bajo espanhol tambien los campos en ingles quedan en espanhol y viceversa
1
25,252
2,678,549,614
IssuesEvent
2015-03-26 11:38:14
surevine/gateway
https://api.github.com/repos/surevine/gateway
closed
/.export-quarantine/ not cleaned up post-transfer
bug priority:low
After a successful transfer, in certain conditions, the /tmp/.export-quarantine/ folder is not being cleaned up. Following discussion with @simon-white, a configurable property should be added to manage this.
1.0
/.export-quarantine/ not cleaned up post-transfer - After a successful transfer, in certain conditions, the /tmp/.export-quarantine/ folder is not being cleaned up. Following discussion with @simon-white, a configurable property should be added to manage this.
priority
export quarantine not cleaned up post transfer after a successful transfer in certain conditions the tmp export quarantine folder is not being cleaned up following discussion with simon white a configurable property should be added to manage this
1
471,806
13,610,848,025
IssuesEvent
2020-09-23 08:00:56
blockframes/blockframes
https://api.github.com/repos/blockframes/blockframes
closed
account pre delete checks
App - Wallet 🔑 & Auth 👩🏾‍💻 Low priority Pending - UX decision
check if user is not the only admin of an org before deletion remove uid from org.userIds
1.0
account pre delete checks - check if user is not the only admin of an org before deletion remove uid from org.userIds
priority
account pre delete checks check if user is not the only admin of an org before deletion remove uid from org userids
1
88,718
3,784,718,094
IssuesEvent
2016-03-20 00:57:40
Robadob/sdl_exp
https://api.github.com/repos/Robadob/sdl_exp
opened
Entity 'Bugs'
enhancement low priority
- Component counts are generated by counting the decimal points on each line, there is potential for this to break if any data happens to contain whole numbers for the v/vt/vn or colour values. - Some wavefront files contain square faces, currently we don't read past 3 face indices.
1.0
Entity 'Bugs' - - Component counts are generated by counting the decimal points on each line, there is potential for this to break if any data happens to contain whole numbers for the v/vt/vn or colour values. - Some wavefront files contain square faces, currently we don't read past 3 face indices.
priority
entity bugs component counts are generated by counting the decimal points on each line there is potential for this to break if any data happens to contain whole numbers for the v vt vn or colour values some wavefront files contain square faces currently we don t read past face indices
1
26,468
2,684,556,238
IssuesEvent
2015-03-29 03:31:33
gtcasl/gpuocelot
https://api.github.com/repos/gtcasl/gpuocelot
closed
BFE ptx instruction is not supported
bug imported Priority-Low
_From [ashwin.l...@gmail.com](https://code.google.com/u/103829786111946222660/) on January 31, 2012 17:41:19_ What steps will reproduce the problem? 1.Compile bfe.cpp and link with ocelot 2.Run What is the expected output? What do you see instead? terminate called after throwing an instance of 'parser::PTXParser::Exception' what(): Failed to parse file 'bfetest': Offending line : bfe.u32 u32_4,u32_1,u32_1,8; Please use labels and text to provide additional information. **Attachment:** [bfe.cpp](http://code.google.com/p/gpuocelot/issues/detail?id=66) _Original issue: http://code.google.com/p/gpuocelot/issues/detail?id=66_
1.0
BFE ptx instruction is not supported - _From [ashwin.l...@gmail.com](https://code.google.com/u/103829786111946222660/) on January 31, 2012 17:41:19_ What steps will reproduce the problem? 1.Compile bfe.cpp and link with ocelot 2.Run What is the expected output? What do you see instead? terminate called after throwing an instance of 'parser::PTXParser::Exception' what(): Failed to parse file 'bfetest': Offending line : bfe.u32 u32_4,u32_1,u32_1,8; Please use labels and text to provide additional information. **Attachment:** [bfe.cpp](http://code.google.com/p/gpuocelot/issues/detail?id=66) _Original issue: http://code.google.com/p/gpuocelot/issues/detail?id=66_
priority
bfe ptx instruction is not supported from on january what steps will reproduce the problem compile bfe cpp and link with ocelot run what is the expected output what do you see instead terminate called after throwing an instance of parser ptxparser exception what failed to parse file bfetest offending line bfe please use labels and text to provide additional information attachment original issue
1
240,312
7,800,920,303
IssuesEvent
2018-06-09 15:05:43
Blackhandpl/bugtracker
https://api.github.com/repos/Blackhandpl/bugtracker
closed
Quest Early Adoption
7.x Cataclysm Low Priority Npc Quest
Description: quest polega na tym żeby położyć jako w dużym gnieździe ale jajko wygląda jak nie jajko ale THORIM Z ulduaru plus na dodatek w momencie polozenia jajka powinny się pojawić 2 moby które będę chciały to jajko zniszczyć i trzeba je obronić nic takiego się jednak niedzieje a quest zalicza się po pewnym czasie od momentu polozenia jajka Current behaviour: Expected behaviour: Steps to reproduce the problem: Wowhead link: http://www.wowhead.com/quest=14246/early-adoption
1.0
Quest Early Adoption - Description: quest polega na tym żeby położyć jako w dużym gnieździe ale jajko wygląda jak nie jajko ale THORIM Z ulduaru plus na dodatek w momencie polozenia jajka powinny się pojawić 2 moby które będę chciały to jajko zniszczyć i trzeba je obronić nic takiego się jednak niedzieje a quest zalicza się po pewnym czasie od momentu polozenia jajka Current behaviour: Expected behaviour: Steps to reproduce the problem: Wowhead link: http://www.wowhead.com/quest=14246/early-adoption
priority
quest early adoption description quest polega na tym żeby położyć jako w dużym gnieździe ale jajko wygląda jak nie jajko ale thorim z ulduaru plus na dodatek w momencie polozenia jajka powinny się pojawić moby które będę chciały to jajko zniszczyć i trzeba je obronić nic takiego się jednak niedzieje a quest zalicza się po pewnym czasie od momentu polozenia jajka current behaviour expected behaviour steps to reproduce the problem wowhead link
1
250,071
7,967,206,102
IssuesEvent
2018-07-15 11:15:19
zhengqunkoo/taxibros
https://api.github.com/repos/zhengqunkoo/taxibros
reopened
Remove Malaysia locations.
Priority: Low bug
Remove locations obtained by grid query in Malaysia, Pulau Ubin, Pulau Tekong, Pulau Semakau, and Pulau Bukom.
1.0
Remove Malaysia locations. - Remove locations obtained by grid query in Malaysia, Pulau Ubin, Pulau Tekong, Pulau Semakau, and Pulau Bukom.
priority
remove malaysia locations remove locations obtained by grid query in malaysia pulau ubin pulau tekong pulau semakau and pulau bukom
1
726,822
25,012,662,856
IssuesEvent
2022-11-03 16:19:28
AY2223S1-CS2103-F14-2/tp
https://api.github.com/repos/AY2223S1-CS2103-F14-2/tp
closed
As a user I can see the archived data
type.Story priority.Low
... so that I can see how the applicants progress over the time
1.0
As a user I can see the archived data - ... so that I can see how the applicants progress over the time
priority
as a user i can see the archived data so that i can see how the applicants progress over the time
1
620,314
19,558,876,018
IssuesEvent
2022-01-03 13:38:08
Retrospring/retrospring
https://api.github.com/repos/Retrospring/retrospring
opened
Deleting answers to anonymous questions doesn't work when "Allow anonymous questions" is off
type: bug area: backend focus: user experience priority: low
This is an incredible edge case, which I found through Sentry (Issue ID: **RETROSPRING-R**). **To replicate this:** * Ask (yourself) an anonymous question * Answer said question * Set yourself to not allowing anonymous questions * Try to delete your answer ("Return to Inbox") * Get error message "Uh-oh, something went wrong" In retrospect, this is incredibly obvious to why that happens, because the question gets returned as a new `InboxEntry`, but as to being Anonymous, due to the enforced setting it can't be created anymore.
1.0
Deleting answers to anonymous questions doesn't work when "Allow anonymous questions" is off - This is an incredible edge case, which I found through Sentry (Issue ID: **RETROSPRING-R**). **To replicate this:** * Ask (yourself) an anonymous question * Answer said question * Set yourself to not allowing anonymous questions * Try to delete your answer ("Return to Inbox") * Get error message "Uh-oh, something went wrong" In retrospect, this is incredibly obvious to why that happens, because the question gets returned as a new `InboxEntry`, but as to being Anonymous, due to the enforced setting it can't be created anymore.
priority
deleting answers to anonymous questions doesn t work when allow anonymous questions is off this is an incredible edge case which i found through sentry issue id retrospring r to replicate this ask yourself an anonymous question answer said question set yourself to not allowing anonymous questions try to delete your answer return to inbox get error message uh oh something went wrong in retrospect this is incredibly obvious to why that happens because the question gets returned as a new inboxentry but as to being anonymous due to the enforced setting it can t be created anymore
1
316,085
9,636,180,404
IssuesEvent
2019-05-16 04:46:04
bootstrap-vue/bootstrap-vue
https://api.github.com/repos/bootstrap-vue/bootstrap-vue
closed
[feature request]: b-collapse add option for horizontal collapsing
Priority: Low Type: Enhancement
### Feature Request? Please describe... Add an option to b-collapse to allow for horizontal collapsing (default is vertical). Should probably have no effect if `is-nav` is set. ### Describe the solution you'd like Add a new prop `horizontal` of type Boolean, default `false`
1.0
[feature request]: b-collapse add option for horizontal collapsing - ### Feature Request? Please describe... Add an option to b-collapse to allow for horizontal collapsing (default is vertical). Should probably have no effect if `is-nav` is set. ### Describe the solution you'd like Add a new prop `horizontal` of type Boolean, default `false`
priority
b collapse add option for horizontal collapsing feature request please describe add an option to b collapse to allow for horizontal collapsing default is vertical should probably have no effect if is nav is set describe the solution you d like add a new prop horizontal of type boolean default false
1
737,181
25,504,687,788
IssuesEvent
2022-11-28 08:28:55
Together-Java/TJ-Bot
https://api.github.com/repos/Together-Java/TJ-Bot
closed
NPE Blacklisted attachments without extensions
bug good first issue priority: low help wanted
## Exception We just encounted the following exception: ```java ERROR net.dv8tion.jda.api.JDA - One of the EventListeners had an uncaught exception java.lang.NullPointerException: Cannot invoke "String.toLowerCase(java.util.Locale)" because the return value of "net.dv8tion.jda.api.entities.Message$Attachment.getFileExtension()" is null at org.togetherjava.tjbot.commands.moderation.attachment.BlacklistedAttachmentListener.lambda$doesMessageContainBlacklistedContent$4(BlacklistedAttachmentListener.java:104) ~[classes/ at java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90) ~[?:?] at java.util.ArrayList$ArrayListSpliterator.tryAdvance(ArrayList.java:1602) ~[?:?] at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129) ~[?:?] at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527) ~[?:?] at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513) ~[?:?] at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230) ~[?:?] at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196) ~[?:?] at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] at java.util.stream.ReferencePipeline.anyMatch(ReferencePipeline.java:632) ~[?:?] at org.togetherjava.tjbot.commands.moderation.attachment.BlacklistedAttachmentListener.doesMessageContainBlacklistedContent(BlacklistedAttachmentListener.java:103) ~[classes/:?] at org.togetherjava.tjbot.commands.moderation.attachment.BlacklistedAttachmentListener.onMessageReceived(BlacklistedAttachmentListener.java:44) ~[classes/:?] at org.togetherjava.tjbot.commands.system.BotCore.lambda$onMessageReceived$9(BotCore.java:202) ~[classes/:?] at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?] at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?] at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?] at java.util.HashMap$EntrySpliterator.forEachRemaining(HashMap.java:1850) ~[?:?] at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?] at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?] at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?] at org.togetherjava.tjbot.commands.system.BotCore.onMessageReceived(BotCore.java:202) ~[classes/:?] at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:403) ~[JDA-5.0.0-alpha.20.jar:5.0.0-alpha.20] at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:96) ~[JDA-5.0.0-alpha.20.jar:5.0.0-alpha.20] at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88) ~[JDA-5.0.0-alpha.20.jar:5.0.0-alpha.20] at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70) ~[JDA-5.0.0-alpha.20.jar:5.0.0-alpha.20] at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:173) ~[JDA-5.0.0-alpha.20.jar:5.0.0-alpha.20] at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:136) ~[JDA-5.0.0-alpha.20.jar:5.0.0-alpha.20] at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39) ~[JDA-5.0.0-alpha.20.jar:5.0.0-alpha.20] at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:961) ~[JDA-5.0.0-alpha.20.jar:5.0.0-alpha.20] at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:847) ~[JDA-5.0.0-alpha.20.jar:5.0.0-alpha.20] at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:825) ~[JDA-5.0.0-alpha.20.jar:5.0.0-alpha.20] at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1000) ~[JDA-5.0.0-alpha.20.jar:5.0.0-alpha.20] at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385) ~[nv-websocket-client-2.14.jar:?] at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276) ~[nv-websocket-client-2.14.jar:?] at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996) ~[nv-websocket-client-2.14.jar:?] at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755) ~[nv-websocket-client-2.14.jar:?] at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108) ~[nv-websocket-client-2.14.jar:?] at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64) ~[nv-websocket-client-2.14.jar:?] at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45) ~[nv-websocket-client-2.14.jar:?] ``` ## Source The issue comes from `BlacklistedAttachmentListener.java#L107`: ![code](https://i.imgur.com/r5saGHr.png) Apparently its possible that attachments have no extension, for which our code then fails. ## Desired behavior Files without attachments should be blocked as well.
1.0
NPE Blacklisted attachments without extensions - ## Exception We just encounted the following exception: ```java ERROR net.dv8tion.jda.api.JDA - One of the EventListeners had an uncaught exception java.lang.NullPointerException: Cannot invoke "String.toLowerCase(java.util.Locale)" because the return value of "net.dv8tion.jda.api.entities.Message$Attachment.getFileExtension()" is null at org.togetherjava.tjbot.commands.moderation.attachment.BlacklistedAttachmentListener.lambda$doesMessageContainBlacklistedContent$4(BlacklistedAttachmentListener.java:104) ~[classes/ at java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90) ~[?:?] at java.util.ArrayList$ArrayListSpliterator.tryAdvance(ArrayList.java:1602) ~[?:?] at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129) ~[?:?] at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527) ~[?:?] at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513) ~[?:?] at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230) ~[?:?] at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196) ~[?:?] at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] at java.util.stream.ReferencePipeline.anyMatch(ReferencePipeline.java:632) ~[?:?] at org.togetherjava.tjbot.commands.moderation.attachment.BlacklistedAttachmentListener.doesMessageContainBlacklistedContent(BlacklistedAttachmentListener.java:103) ~[classes/:?] at org.togetherjava.tjbot.commands.moderation.attachment.BlacklistedAttachmentListener.onMessageReceived(BlacklistedAttachmentListener.java:44) ~[classes/:?] at org.togetherjava.tjbot.commands.system.BotCore.lambda$onMessageReceived$9(BotCore.java:202) ~[classes/:?] at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?] at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?] at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?] at java.util.HashMap$EntrySpliterator.forEachRemaining(HashMap.java:1850) ~[?:?] at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?] at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?] at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?] at org.togetherjava.tjbot.commands.system.BotCore.onMessageReceived(BotCore.java:202) ~[classes/:?] at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:403) ~[JDA-5.0.0-alpha.20.jar:5.0.0-alpha.20] at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:96) ~[JDA-5.0.0-alpha.20.jar:5.0.0-alpha.20] at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88) ~[JDA-5.0.0-alpha.20.jar:5.0.0-alpha.20] at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70) ~[JDA-5.0.0-alpha.20.jar:5.0.0-alpha.20] at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:173) ~[JDA-5.0.0-alpha.20.jar:5.0.0-alpha.20] at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:136) ~[JDA-5.0.0-alpha.20.jar:5.0.0-alpha.20] at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39) ~[JDA-5.0.0-alpha.20.jar:5.0.0-alpha.20] at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:961) ~[JDA-5.0.0-alpha.20.jar:5.0.0-alpha.20] at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:847) ~[JDA-5.0.0-alpha.20.jar:5.0.0-alpha.20] at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:825) ~[JDA-5.0.0-alpha.20.jar:5.0.0-alpha.20] at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1000) ~[JDA-5.0.0-alpha.20.jar:5.0.0-alpha.20] at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385) ~[nv-websocket-client-2.14.jar:?] at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276) ~[nv-websocket-client-2.14.jar:?] at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996) ~[nv-websocket-client-2.14.jar:?] at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755) ~[nv-websocket-client-2.14.jar:?] at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108) ~[nv-websocket-client-2.14.jar:?] at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64) ~[nv-websocket-client-2.14.jar:?] at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45) ~[nv-websocket-client-2.14.jar:?] ``` ## Source The issue comes from `BlacklistedAttachmentListener.java#L107`: ![code](https://i.imgur.com/r5saGHr.png) Apparently its possible that attachments have no extension, for which our code then fails. ## Desired behavior Files without attachments should be blocked as well.
priority
npe blacklisted attachments without extensions exception we just encounted the following exception java error net jda api jda one of the eventlisteners had an uncaught exception java lang nullpointerexception cannot invoke string tolowercase java util locale because the return value of net jda api entities message attachment getfileextension is null at org togetherjava tjbot commands moderation attachment blacklistedattachmentlistener lambda doesmessagecontainblacklistedcontent blacklistedattachmentlistener java classes at java util stream matchops accept matchops java at java util arraylist arraylistspliterator tryadvance arraylist java at java util stream referencepipeline foreachwithcancel referencepipeline java at java util stream abstractpipeline copyintowithcancel abstractpipeline java at java util stream abstractpipeline copyinto abstractpipeline java at java util stream abstractpipeline wrapandcopyinto abstractpipeline java at java util stream matchops matchop evaluatesequential matchops java at java util stream matchops matchop evaluatesequential matchops java at java util stream abstractpipeline evaluate abstractpipeline java at java util stream referencepipeline anymatch referencepipeline java at org togetherjava tjbot commands moderation attachment blacklistedattachmentlistener doesmessagecontainblacklistedcontent blacklistedattachmentlistener java at org togetherjava tjbot commands moderation attachment blacklistedattachmentlistener onmessagereceived blacklistedattachmentlistener java at org togetherjava tjbot commands system botcore lambda onmessagereceived botcore java at java util stream foreachops foreachop ofref accept foreachops java at java util stream referencepipeline accept referencepipeline java at java util stream referencepipeline accept referencepipeline java at java util hashmap entryspliterator foreachremaining hashmap java at java util stream abstractpipeline copyinto abstractpipeline java at java util stream abstractpipeline wrapandcopyinto abstractpipeline java at java util stream foreachops foreachop evaluatesequential foreachops java at java util stream foreachops foreachop ofref evaluatesequential foreachops java at java util stream abstractpipeline evaluate abstractpipeline java at java util stream referencepipeline foreach referencepipeline java at org togetherjava tjbot commands system botcore onmessagereceived botcore java at net jda api hooks listeneradapter onevent listeneradapter java at net jda api hooks interfacedeventmanager handle interfacedeventmanager java at net jda internal hooks eventmanagerproxy handleinternally eventmanagerproxy java at net jda internal hooks eventmanagerproxy handle eventmanagerproxy java at net jda internal jdaimpl handleevent jdaimpl java at net jda internal handle messagecreatehandler handleinternally messagecreatehandler java at net jda internal handle sockethandler handle sockethandler java at net jda internal requests websocketclient ondispatch websocketclient java at net jda internal requests websocketclient onevent websocketclient java at net jda internal requests websocketclient handleevent websocketclient java at net jda internal requests websocketclient onbinarymessage websocketclient java at com neovisionaries ws client listenermanager callonbinarymessage listenermanager java at com neovisionaries ws client readingthread callonbinarymessage readingthread java at com neovisionaries ws client readingthread handlebinaryframe readingthread java at com neovisionaries ws client readingthread handleframe readingthread java at com neovisionaries ws client readingthread main readingthread java at com neovisionaries ws client readingthread runmain readingthread java at com neovisionaries ws client websocketthread run websocketthread java source the issue comes from blacklistedattachmentlistener java apparently its possible that attachments have no extension for which our code then fails desired behavior files without attachments should be blocked as well
1
308,507
9,440,135,347
IssuesEvent
2019-04-14 15:43:33
openfaas/faas
https://api.github.com/repos/openfaas/faas
closed
Proposal: "Serverless Inc. framework plugin" for OpenFaaS
help wanted priority/low
<!--- Provide a general summary of the issue in the Title above --> Serverless Inc framework provides a CLI / abstraction to public cloud, but they do not appear to have any Docker or Swarm backed providers. Related: https://github.com/alexellis/faas/issues/58 ## Help wanted from community. ## Research: Run a spike / PoC to integrate with serverless project: Repo & skeleton created: * https://github.com/alexellis/serverless-faas Goals: * Identify missing endpoints/API in FaaS and back-fill * ~~Explore pros/cons of maintaining Serverless Inc Plugin over FaaS' own CLI~~ * Understand security / api/secret key etc requirements for self-hosted vs managed (cloud) function service.
1.0
Proposal: "Serverless Inc. framework plugin" for OpenFaaS - <!--- Provide a general summary of the issue in the Title above --> Serverless Inc framework provides a CLI / abstraction to public cloud, but they do not appear to have any Docker or Swarm backed providers. Related: https://github.com/alexellis/faas/issues/58 ## Help wanted from community. ## Research: Run a spike / PoC to integrate with serverless project: Repo & skeleton created: * https://github.com/alexellis/serverless-faas Goals: * Identify missing endpoints/API in FaaS and back-fill * ~~Explore pros/cons of maintaining Serverless Inc Plugin over FaaS' own CLI~~ * Understand security / api/secret key etc requirements for self-hosted vs managed (cloud) function service.
priority
proposal serverless inc framework plugin for openfaas serverless inc framework provides a cli abstraction to public cloud but they do not appear to have any docker or swarm backed providers related help wanted from community research run a spike poc to integrate with serverless project repo skeleton created goals identify missing endpoints api in faas and back fill explore pros cons of maintaining serverless inc plugin over faas own cli understand security api secret key etc requirements for self hosted vs managed cloud function service
1
380,213
11,255,792,505
IssuesEvent
2020-01-12 12:01:27
Kaktushose/levelbot2
https://api.github.com/repos/Kaktushose/levelbot2
closed
Aufstiegsnachricht nicht in #bot-befehle
bug low priority
**Beschreibe den Bug** Levelaufstiege werden im Kanal der auslösenden Nachricht angezeigt. Das spammt Channel unnötig zu. Diese Nachrichten sollten ebenfalls in #bot-befehle angezeigt werden.
1.0
Aufstiegsnachricht nicht in #bot-befehle - **Beschreibe den Bug** Levelaufstiege werden im Kanal der auslösenden Nachricht angezeigt. Das spammt Channel unnötig zu. Diese Nachrichten sollten ebenfalls in #bot-befehle angezeigt werden.
priority
aufstiegsnachricht nicht in bot befehle beschreibe den bug levelaufstiege werden im kanal der auslösenden nachricht angezeigt das spammt channel unnötig zu diese nachrichten sollten ebenfalls in bot befehle angezeigt werden
1
792,558
27,965,394,545
IssuesEvent
2023-03-24 19:02:19
woocommerce/woocommerce
https://api.github.com/repos/woocommerce/woocommerce
closed
Product Categories widget 'show children' behaviour on Product Tag Archives
type: enhancement priority: low focus: category [team:Proton] needs: developer feedback plugin: woocommerce
### Prerequisites - [X] I have carried out troubleshooting steps and I believe I have found a bug. - [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate. ### Describe the bug Ticking the 'Show children of the current category' box on the Product Categories widget offers inconsistent behaviour across different elements. On Category archives it correctly shows children. On Product Tag archives it shows all site categories, not just those relevant to the tag. Clicking any entry does not refine/filter the Product Tag view, it just navigates to the category. ### Expected behavior Clicking on a Category within the widget on a tag archive refines/filters the view of the tag to only show products that that tag and category. ### Actual behavior On Product Tag archives the widget shows all site categories, not just those relevant to the tag. Clicking any entry does not refine/filter the Product Tag view, it just navigates to the category. ### Steps to reproduce Configure product tags Enable the Product Categories widget in the sidebar and tick 'show children of the current category' Navigate to a tag archive (eg. https://site/products/product-tag) Click any category in the widget ### WordPress Environment ` ### WordPress Environment ### WordPress address (URL): na Site address (URL): na WC Version: 6.6.1 REST API Version: ✔ 6.6.1 WC Blocks Version: ✔ 7.6.2 Action Scheduler Version: ✔ 3.4.0 Log Directory Writable: ✔ WP Version: 6.0.2 WP Multisite: – WP Memory Limit: 500 MB WP Debug Mode: – WP Cron: ✔ Language: en_AU External object cache: – ### Server Environment ### Server Info: Apache PHP Version: 7.4.30 PHP Post Max Size: 8 MB PHP Time Limit: 30 PHP Max Input Vars: 1000 cURL Version: 7.74.0 OpenSSL/1.1.1n SUHOSIN Installed: – MySQL Version: 5.5.5-10.5.15-MariaDB-0+deb11u1 Max Upload Size: 8 MB Default Timezone is UTC: ✔ fsockopen/cURL: ✔ SoapClient: ❌ Your server does not have the SoapClient class enabled - some gateway plugins which use SOAP may not work as expected. DOMDocument: ✔ GZip: ✔ Multibyte String: ✔ Remote Post: ✔ Remote Get: ✔ ### Database ### WC Database Version: 6.6.1 WC Database Prefix: wp_ Total Database Size: 1256.65MB Database Data Size: 953.17MB Database Index Size: 303.48MB wp_woocommerce_sessions: Data: 2.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_order_items: Data: 4.52MB + Index: 1.52MB + Engine InnoDB wp_woocommerce_order_itemmeta: Data: 25.56MB + Index: 42.64MB + Engine InnoDB wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_shipping_zone_locations: Data: 0.05MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_payment_tokenmeta: Data: 0.09MB + Index: 0.09MB + Engine InnoDB wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_actionscheduler_actions: Data: 8.02MB + Index: 10.14MB + Engine InnoDB wp_actionscheduler_claims: Data: 0.25MB + Index: 0.16MB + Engine InnoDB wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_actionscheduler_logs: Data: 7.52MB + Index: 6.02MB + Engine InnoDB wp_commentmeta: Data: 1.34MB + Index: 0.36MB + Engine InnoDB wp_comments: Data: 31.56MB + Index: 25.09MB + Engine InnoDB wp_termmeta: Data: 0.17MB + Index: 0.31MB + Engine InnoDB wp_terms: Data: 0.09MB + Index: 0.13MB + Engine InnoDB wp_term_relationships: Data: 2.47MB + Index: 1.34MB + Engine InnoDB wp_term_taxonomy: Data: 0.28MB + Index: 0.13MB + Engine InnoDB wp_usermeta: Data: 5.47MB + Index: 5.52MB + Engine InnoDB wp_users: Data: 0.39MB + Index: 0.38MB + Engine InnoDB wp_wc_admin_notes: Data: 0.06MB + Index: 0.00MB + Engine InnoDB wp_wc_admin_note_actions: Data: 0.06MB + Index: 0.02MB + Engine InnoDB wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_customer_lookup: Data: 1.52MB + Index: 0.66MB + Engine InnoDB wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_order_coupon_lookup: Data: 0.05MB + Index: 0.03MB + Engine InnoDB wp_wc_order_product_lookup: Data: 3.52MB + Index: 3.89MB + Engine InnoDB wp_wc_order_stats: Data: 2.52MB + Index: 2.31MB + Engine InnoDB wp_wc_order_tax_lookup: Data: 0.33MB + Index: 0.27MB + Engine InnoDB wp_wc_product_attributes_lookup: Data: 1.52MB + Index: 1.36MB + Engine InnoDB wp_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_product_meta_lookup: Data: 0.45MB + Index: 0.78MB + Engine InnoDB wp_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB ### Post Type Counts ### na ### Security ### Secure connection (HTTPS): ✔ Hide errors from visitors: ✔ ### Active Plugins (47) ### na ### Inactive Plugins (6) ### na ### Dropin Plugins (2) ### advanced-cache.php: advanced-cache.php db.php: Query Monitor Database Class (Drop-in) ### Settings ### API Enabled: – Force SSL: ✔ Currency: AUD ($) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 2 Taxonomies: Product Types: external (external) grouped (grouped) simple (simple) variable (variable) Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog) exclude-from-search (exclude-from-search) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5) Connected to WooCommerce.com: ✔ Enforce Approved Product Download Directories: – ### WC Pages ### Shop base: ❌ Page not set Cart: #6 - /cart/ Checkout: #7 - /checkout/ My account: #8 - /my-account/ Terms and conditions: #2773 - /terms-and-conditions/ ### Theme ### Name: Enfold Version: 1.0 Author URL: http://woocommerce.com Child Theme: ✔ Parent Theme Name: Enfold Parent Theme Version: 4.9.2.3 Parent Theme Author URL: https://kriesi.at WooCommerce Support: ✔ ### Templates ### Overrides: enfold-child/woocommerce/emails/email-order-items.php ### Braintree (Credit Card) ### Environment: Production Tokenization Enabled: ✔ Debug Mode: Off ### Braintree (PayPal) ### Environment: Production Tokenization Enabled: – Debug Mode: Off ### Admin ### Enabled Features: activity-panels analytics coupons customer-effort-score-tracks experimental-products-task experimental-import-products-task experimental-fashion-sample-products homescreen marketing mobile-app-banner navigation onboarding onboarding-tasks remote-inbox-notifications remote-free-extensions payment-gateway-suggestions shipping-label-banner subscriptions store-alerts transient-notices wc-pay-promotion wc-pay-welcome-page wc-pay-subscriptions-page Disabled Features: minified-js settings Daily Cron: ✔ Next scheduled: 2022-10-05 03:05:25 +11:00 Options: ✔ Notes: 76 Onboarding: completed ### Action Scheduler ### Canceled: 4 Oldest: 2022-09-03 22:37:16 +1000 Newest: 2022-09-26 13:27:16 +1000 Complete: 20,343 Oldest: 2022-09-03 23:04:48 +1000 Newest: 2022-10-04 22:11:21 +1100 Pending: 4 Oldest: 2022-10-04 22:49:23 +1100 Newest: 2022-10-05 16:17:43 +1100 ### Status report information ### Generated at: 2022-10-04 22:11:48 +11:00 ` ### Isolating the problem - [X] I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active. - [X] This bug happens with a default WordPress theme active, or [Storefront](https://woocommerce.com/storefront/). - [X] I can reproduce this bug consistently using the steps above.
1.0
Product Categories widget 'show children' behaviour on Product Tag Archives - ### Prerequisites - [X] I have carried out troubleshooting steps and I believe I have found a bug. - [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate. ### Describe the bug Ticking the 'Show children of the current category' box on the Product Categories widget offers inconsistent behaviour across different elements. On Category archives it correctly shows children. On Product Tag archives it shows all site categories, not just those relevant to the tag. Clicking any entry does not refine/filter the Product Tag view, it just navigates to the category. ### Expected behavior Clicking on a Category within the widget on a tag archive refines/filters the view of the tag to only show products that that tag and category. ### Actual behavior On Product Tag archives the widget shows all site categories, not just those relevant to the tag. Clicking any entry does not refine/filter the Product Tag view, it just navigates to the category. ### Steps to reproduce Configure product tags Enable the Product Categories widget in the sidebar and tick 'show children of the current category' Navigate to a tag archive (eg. https://site/products/product-tag) Click any category in the widget ### WordPress Environment ` ### WordPress Environment ### WordPress address (URL): na Site address (URL): na WC Version: 6.6.1 REST API Version: ✔ 6.6.1 WC Blocks Version: ✔ 7.6.2 Action Scheduler Version: ✔ 3.4.0 Log Directory Writable: ✔ WP Version: 6.0.2 WP Multisite: – WP Memory Limit: 500 MB WP Debug Mode: – WP Cron: ✔ Language: en_AU External object cache: – ### Server Environment ### Server Info: Apache PHP Version: 7.4.30 PHP Post Max Size: 8 MB PHP Time Limit: 30 PHP Max Input Vars: 1000 cURL Version: 7.74.0 OpenSSL/1.1.1n SUHOSIN Installed: – MySQL Version: 5.5.5-10.5.15-MariaDB-0+deb11u1 Max Upload Size: 8 MB Default Timezone is UTC: ✔ fsockopen/cURL: ✔ SoapClient: ❌ Your server does not have the SoapClient class enabled - some gateway plugins which use SOAP may not work as expected. DOMDocument: ✔ GZip: ✔ Multibyte String: ✔ Remote Post: ✔ Remote Get: ✔ ### Database ### WC Database Version: 6.6.1 WC Database Prefix: wp_ Total Database Size: 1256.65MB Database Data Size: 953.17MB Database Index Size: 303.48MB wp_woocommerce_sessions: Data: 2.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_order_items: Data: 4.52MB + Index: 1.52MB + Engine InnoDB wp_woocommerce_order_itemmeta: Data: 25.56MB + Index: 42.64MB + Engine InnoDB wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_shipping_zone_locations: Data: 0.05MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_payment_tokenmeta: Data: 0.09MB + Index: 0.09MB + Engine InnoDB wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_actionscheduler_actions: Data: 8.02MB + Index: 10.14MB + Engine InnoDB wp_actionscheduler_claims: Data: 0.25MB + Index: 0.16MB + Engine InnoDB wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_actionscheduler_logs: Data: 7.52MB + Index: 6.02MB + Engine InnoDB wp_commentmeta: Data: 1.34MB + Index: 0.36MB + Engine InnoDB wp_comments: Data: 31.56MB + Index: 25.09MB + Engine InnoDB wp_termmeta: Data: 0.17MB + Index: 0.31MB + Engine InnoDB wp_terms: Data: 0.09MB + Index: 0.13MB + Engine InnoDB wp_term_relationships: Data: 2.47MB + Index: 1.34MB + Engine InnoDB wp_term_taxonomy: Data: 0.28MB + Index: 0.13MB + Engine InnoDB wp_usermeta: Data: 5.47MB + Index: 5.52MB + Engine InnoDB wp_users: Data: 0.39MB + Index: 0.38MB + Engine InnoDB wp_wc_admin_notes: Data: 0.06MB + Index: 0.00MB + Engine InnoDB wp_wc_admin_note_actions: Data: 0.06MB + Index: 0.02MB + Engine InnoDB wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_customer_lookup: Data: 1.52MB + Index: 0.66MB + Engine InnoDB wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_order_coupon_lookup: Data: 0.05MB + Index: 0.03MB + Engine InnoDB wp_wc_order_product_lookup: Data: 3.52MB + Index: 3.89MB + Engine InnoDB wp_wc_order_stats: Data: 2.52MB + Index: 2.31MB + Engine InnoDB wp_wc_order_tax_lookup: Data: 0.33MB + Index: 0.27MB + Engine InnoDB wp_wc_product_attributes_lookup: Data: 1.52MB + Index: 1.36MB + Engine InnoDB wp_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_product_meta_lookup: Data: 0.45MB + Index: 0.78MB + Engine InnoDB wp_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB ### Post Type Counts ### na ### Security ### Secure connection (HTTPS): ✔ Hide errors from visitors: ✔ ### Active Plugins (47) ### na ### Inactive Plugins (6) ### na ### Dropin Plugins (2) ### advanced-cache.php: advanced-cache.php db.php: Query Monitor Database Class (Drop-in) ### Settings ### API Enabled: – Force SSL: ✔ Currency: AUD ($) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 2 Taxonomies: Product Types: external (external) grouped (grouped) simple (simple) variable (variable) Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog) exclude-from-search (exclude-from-search) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5) Connected to WooCommerce.com: ✔ Enforce Approved Product Download Directories: – ### WC Pages ### Shop base: ❌ Page not set Cart: #6 - /cart/ Checkout: #7 - /checkout/ My account: #8 - /my-account/ Terms and conditions: #2773 - /terms-and-conditions/ ### Theme ### Name: Enfold Version: 1.0 Author URL: http://woocommerce.com Child Theme: ✔ Parent Theme Name: Enfold Parent Theme Version: 4.9.2.3 Parent Theme Author URL: https://kriesi.at WooCommerce Support: ✔ ### Templates ### Overrides: enfold-child/woocommerce/emails/email-order-items.php ### Braintree (Credit Card) ### Environment: Production Tokenization Enabled: ✔ Debug Mode: Off ### Braintree (PayPal) ### Environment: Production Tokenization Enabled: – Debug Mode: Off ### Admin ### Enabled Features: activity-panels analytics coupons customer-effort-score-tracks experimental-products-task experimental-import-products-task experimental-fashion-sample-products homescreen marketing mobile-app-banner navigation onboarding onboarding-tasks remote-inbox-notifications remote-free-extensions payment-gateway-suggestions shipping-label-banner subscriptions store-alerts transient-notices wc-pay-promotion wc-pay-welcome-page wc-pay-subscriptions-page Disabled Features: minified-js settings Daily Cron: ✔ Next scheduled: 2022-10-05 03:05:25 +11:00 Options: ✔ Notes: 76 Onboarding: completed ### Action Scheduler ### Canceled: 4 Oldest: 2022-09-03 22:37:16 +1000 Newest: 2022-09-26 13:27:16 +1000 Complete: 20,343 Oldest: 2022-09-03 23:04:48 +1000 Newest: 2022-10-04 22:11:21 +1100 Pending: 4 Oldest: 2022-10-04 22:49:23 +1100 Newest: 2022-10-05 16:17:43 +1100 ### Status report information ### Generated at: 2022-10-04 22:11:48 +11:00 ` ### Isolating the problem - [X] I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active. - [X] This bug happens with a default WordPress theme active, or [Storefront](https://woocommerce.com/storefront/). - [X] I can reproduce this bug consistently using the steps above.
priority
product categories widget show children behaviour on product tag archives prerequisites i have carried out troubleshooting steps and i believe i have found a bug i have searched for similar bugs in both open and closed issues and cannot find a duplicate describe the bug ticking the show children of the current category box on the product categories widget offers inconsistent behaviour across different elements on category archives it correctly shows children on product tag archives it shows all site categories not just those relevant to the tag clicking any entry does not refine filter the product tag view it just navigates to the category expected behavior clicking on a category within the widget on a tag archive refines filters the view of the tag to only show products that that tag and category actual behavior on product tag archives the widget shows all site categories not just those relevant to the tag clicking any entry does not refine filter the product tag view it just navigates to the category steps to reproduce configure product tags enable the product categories widget in the sidebar and tick show children of the current category navigate to a tag archive eg click any category in the widget wordpress environment wordpress environment wordpress address url na site address url na wc version rest api version ✔ wc blocks version ✔ action scheduler version ✔ log directory writable ✔ wp version wp multisite – wp memory limit mb wp debug mode – wp cron ✔ language en au external object cache – server environment server info apache php version php post max size mb php time limit php max input vars curl version openssl suhosin installed – mysql version mariadb max upload size mb default timezone is utc ✔ fsockopen curl ✔ soapclient ❌ your server does not have the soapclient class enabled some gateway plugins which use soap may not work as expected domdocument ✔ gzip ✔ multibyte string ✔ remote post ✔ remote get ✔ database wc database version wc database prefix wp total database size database data size database index size wp woocommerce sessions data index engine innodb wp woocommerce api keys data index engine innodb wp woocommerce attribute taxonomies data index engine innodb wp woocommerce downloadable product permissions data index engine innodb wp woocommerce order items data index engine innodb wp woocommerce order itemmeta data index engine innodb wp woocommerce tax rates data index engine innodb wp woocommerce tax rate locations data index engine innodb wp woocommerce shipping zones data index engine innodb wp woocommerce shipping zone locations data index engine innodb wp woocommerce shipping zone methods data index engine innodb wp woocommerce payment tokens data index engine innodb wp woocommerce payment tokenmeta data index engine innodb wp woocommerce log data index engine innodb wp actionscheduler actions data index engine innodb wp actionscheduler claims data index engine innodb wp actionscheduler groups data index engine innodb wp actionscheduler logs data index engine innodb wp commentmeta data index engine innodb wp comments data index engine innodb wp termmeta data index engine innodb wp terms data index engine innodb wp term relationships data index engine innodb wp term taxonomy data index engine innodb wp usermeta data index engine innodb wp users data index engine innodb wp wc admin notes data index engine innodb wp wc admin note actions data index engine innodb wp wc category lookup data index engine innodb wp wc customer lookup data index engine innodb wp wc download log data index engine innodb wp wc order coupon lookup data index engine innodb wp wc order product lookup data index engine innodb wp wc order stats data index engine innodb wp wc order tax lookup data index engine innodb wp wc product attributes lookup data index engine innodb wp wc product download directories data index engine innodb wp wc product meta lookup data index engine innodb wp wc rate limits data index engine innodb wp wc reserved stock data index engine innodb wp wc tax rate classes data index engine innodb wp wc webhooks data index engine innodb post type counts na security secure connection https ✔ hide errors from visitors ✔ active plugins na inactive plugins na dropin plugins advanced cache php advanced cache php db php query monitor database class drop in settings api enabled – force ssl ✔ currency aud currency position left thousand separator decimal separator number of decimals taxonomies product types external external grouped grouped simple simple variable variable taxonomies product visibility exclude from catalog exclude from catalog exclude from search exclude from search featured featured outofstock outofstock rated rated rated rated rated rated rated rated rated rated connected to woocommerce com ✔ enforce approved product download directories – wc pages shop base ❌ page not set cart cart checkout checkout my account my account terms and conditions terms and conditions theme name enfold version author url child theme ✔ parent theme name enfold parent theme version parent theme author url woocommerce support ✔ templates overrides enfold child woocommerce emails email order items php braintree credit card environment production tokenization enabled ✔ debug mode off braintree paypal environment production tokenization enabled – debug mode off admin enabled features activity panels analytics coupons customer effort score tracks experimental products task experimental import products task experimental fashion sample products homescreen marketing mobile app banner navigation onboarding onboarding tasks remote inbox notifications remote free extensions payment gateway suggestions shipping label banner subscriptions store alerts transient notices wc pay promotion wc pay welcome page wc pay subscriptions page disabled features minified js settings daily cron ✔ next scheduled options ✔ notes onboarding completed action scheduler canceled oldest newest complete oldest newest pending oldest newest status report information generated at isolating the problem i have deactivated other plugins and confirmed this bug occurs when only woocommerce plugin is active this bug happens with a default wordpress theme active or i can reproduce this bug consistently using the steps above
1
720,028
24,776,403,276
IssuesEvent
2022-10-23 19:39:39
kapresoft/wow-addon-actionbar-plus
https://api.github.com/repos/kapresoft/wow-addon-actionbar-plus
closed
Empty buttons are hidden when dragging items from bags to actionbars
Priority: Low
**Describe the bug** Dragging non-consumable items from bag to actionbars when "empty buttons" are hidden (1) doesn't show empty actionbar buttons and (2) doesn't hide empty bag slots after leaving their area (mousing out) Examples of non-consumable items: - quest items - Frostweave cloths **To Reproduce** Steps to reproduce the behavior: 1. Uncheck _Show empty buttons_ from an actionbar setting 2. Open bag 3. Drag any non-consumable item into an empty action bar slot; while holding down mousedrag, move on to the next empty slot. **Expected behavior** - Empty buttons should be visible when the item drag starts - As an item is dragged off a slot (while still on a dragging state), the slot should **Additional context** Dragging a non-consumable item may not trigger the same event as a consumable item.
1.0
Empty buttons are hidden when dragging items from bags to actionbars - **Describe the bug** Dragging non-consumable items from bag to actionbars when "empty buttons" are hidden (1) doesn't show empty actionbar buttons and (2) doesn't hide empty bag slots after leaving their area (mousing out) Examples of non-consumable items: - quest items - Frostweave cloths **To Reproduce** Steps to reproduce the behavior: 1. Uncheck _Show empty buttons_ from an actionbar setting 2. Open bag 3. Drag any non-consumable item into an empty action bar slot; while holding down mousedrag, move on to the next empty slot. **Expected behavior** - Empty buttons should be visible when the item drag starts - As an item is dragged off a slot (while still on a dragging state), the slot should **Additional context** Dragging a non-consumable item may not trigger the same event as a consumable item.
priority
empty buttons are hidden when dragging items from bags to actionbars describe the bug dragging non consumable items from bag to actionbars when empty buttons are hidden doesn t show empty actionbar buttons and doesn t hide empty bag slots after leaving their area mousing out examples of non consumable items quest items frostweave cloths to reproduce steps to reproduce the behavior uncheck show empty buttons from an actionbar setting open bag drag any non consumable item into an empty action bar slot while holding down mousedrag move on to the next empty slot expected behavior empty buttons should be visible when the item drag starts as an item is dragged off a slot while still on a dragging state the slot should additional context dragging a non consumable item may not trigger the same event as a consumable item
1
77,731
3,507,235,981
IssuesEvent
2016-01-08 12:05:04
OregonCore/OregonCore
https://api.github.com/repos/OregonCore/OregonCore
closed
Draeni Racials Dismissable (BB #711)
migrated Priority: Low Type: Bug
This issue was migrated from bitbucket. **Original Reporter:** LordUsagi **Original Date:** 09.10.2014 14:29:34 GMT+0000 **Original Priority:** trivial **Original Type:** bug **Original State:** closed **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/711 <hr> Related issue #710 Currently you can right click dismiss Draeni Passive racials. Probably missing a check for spell attributes, or missing an attribute in general.
1.0
Draeni Racials Dismissable (BB #711) - This issue was migrated from bitbucket. **Original Reporter:** LordUsagi **Original Date:** 09.10.2014 14:29:34 GMT+0000 **Original Priority:** trivial **Original Type:** bug **Original State:** closed **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/711 <hr> Related issue #710 Currently you can right click dismiss Draeni Passive racials. Probably missing a check for spell attributes, or missing an attribute in general.
priority
draeni racials dismissable bb this issue was migrated from bitbucket original reporter lordusagi original date gmt original priority trivial original type bug original state closed direct link related issue currently you can right click dismiss draeni passive racials probably missing a check for spell attributes or missing an attribute in general
1
213,334
7,248,370,962
IssuesEvent
2018-02-15 09:07:59
pmem/issues
https://api.github.com/repos/pmem/issues
closed
Wrong order of enclosing #endifs in mman.h
Exposure: Low Priority: 4 low State: To be verified Type: Bug
In file mman.h (pmdk\src\windows\include\sys) there are 2 #ifdefs at the top of the file: ``` #ifdef __cplusplus extern "C" { #endif #ifndef SYS_MMAN_H ``` The first one is the opening brace for name mangling stopper section, while the second one is the file's include guard. At the bottom of the file we find the following (mind the order): ``` #ifdef __cplusplus } #endif #endif /* SYS_MMAN_H */ ``` The order of enclosing endifs should be opposite to the opening one, so the file should end as following: ``` #endif /* SYS_MMAN_H */ #ifdef __cplusplus } #endif ```
1.0
Wrong order of enclosing #endifs in mman.h - In file mman.h (pmdk\src\windows\include\sys) there are 2 #ifdefs at the top of the file: ``` #ifdef __cplusplus extern "C" { #endif #ifndef SYS_MMAN_H ``` The first one is the opening brace for name mangling stopper section, while the second one is the file's include guard. At the bottom of the file we find the following (mind the order): ``` #ifdef __cplusplus } #endif #endif /* SYS_MMAN_H */ ``` The order of enclosing endifs should be opposite to the opening one, so the file should end as following: ``` #endif /* SYS_MMAN_H */ #ifdef __cplusplus } #endif ```
priority
wrong order of enclosing endifs in mman h in file mman h pmdk src windows include sys there are ifdefs at the top of the file ifdef cplusplus extern c endif ifndef sys mman h the first one is the opening brace for name mangling stopper section while the second one is the file s include guard at the bottom of the file we find the following mind the order ifdef cplusplus endif endif sys mman h the order of enclosing endifs should be opposite to the opening one so the file should end as following endif sys mman h ifdef cplusplus endif
1
713,201
24,520,794,939
IssuesEvent
2022-10-11 09:21:14
AY2223S1-CS2103T-T12-1/tp
https://api.github.com/repos/AY2223S1-CS2103T-T12-1/tp
closed
Consider making `UniqueList` a generic list
priority.LOW type.Chore
In a similar vein to #85, perhaps if we decide to use unique lists instead of sets. We can consider making `UniqueList<T>` generic to reduce code duplication.
1.0
Consider making `UniqueList` a generic list - In a similar vein to #85, perhaps if we decide to use unique lists instead of sets. We can consider making `UniqueList<T>` generic to reduce code duplication.
priority
consider making uniquelist a generic list in a similar vein to perhaps if we decide to use unique lists instead of sets we can consider making uniquelist generic to reduce code duplication
1
610,397
18,906,562,866
IssuesEvent
2021-11-16 09:42:39
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
Bluetooth: hci_usb example returning "Unknown HCI Command" after reset.
bug priority: low area: Bluetooth area: Bluetooth Controller
**Describe the bug** A hci_usb firmware built on the Zephyr 2.7.0 with DTM support (CONFIG_BT_TESTING) is used for DTM tests. After a reset of the hardware a transmitter test can be started with the "LE Transmitter Test" command. When this running test is stopped with a "Controller Reset" (instead of a regular test termination) the next start of a test returns "Unknown HCI Command". **To Reproduce** Steps to reproduce the behavior: 1. Extend configuration for hci_usb sample with DTM support 2. Build project and flash it to a nrf52840dk board. 3. Initiate a "LE transmitter Test" command 4. Reset by a "Reset Controller" command 5. Initiate a 2nd "LE transmitter Test" command 6. See error **Expected behavior** It is expected that a DTM test may be restarted normally after a controller reset. **Impact** annoyance **Logs and console output** I've recorded the HCI communication and stored it to a cfa file for wireshark: [HCI-Log.zip](https://github.com/zephyrproject-rtos/zephyr/files/7456058/HCI-Log.zip) **Environment (please complete the following information):** - OS: Windows - Toolchain Zephyr SDK - Version 2.7.0
1.0
Bluetooth: hci_usb example returning "Unknown HCI Command" after reset. - **Describe the bug** A hci_usb firmware built on the Zephyr 2.7.0 with DTM support (CONFIG_BT_TESTING) is used for DTM tests. After a reset of the hardware a transmitter test can be started with the "LE Transmitter Test" command. When this running test is stopped with a "Controller Reset" (instead of a regular test termination) the next start of a test returns "Unknown HCI Command". **To Reproduce** Steps to reproduce the behavior: 1. Extend configuration for hci_usb sample with DTM support 2. Build project and flash it to a nrf52840dk board. 3. Initiate a "LE transmitter Test" command 4. Reset by a "Reset Controller" command 5. Initiate a 2nd "LE transmitter Test" command 6. See error **Expected behavior** It is expected that a DTM test may be restarted normally after a controller reset. **Impact** annoyance **Logs and console output** I've recorded the HCI communication and stored it to a cfa file for wireshark: [HCI-Log.zip](https://github.com/zephyrproject-rtos/zephyr/files/7456058/HCI-Log.zip) **Environment (please complete the following information):** - OS: Windows - Toolchain Zephyr SDK - Version 2.7.0
priority
bluetooth hci usb example returning unknown hci command after reset describe the bug a hci usb firmware built on the zephyr with dtm support config bt testing is used for dtm tests after a reset of the hardware a transmitter test can be started with the le transmitter test command when this running test is stopped with a controller reset instead of a regular test termination the next start of a test returns unknown hci command to reproduce steps to reproduce the behavior extend configuration for hci usb sample with dtm support build project and flash it to a board initiate a le transmitter test command reset by a reset controller command initiate a le transmitter test command see error expected behavior it is expected that a dtm test may be restarted normally after a controller reset impact annoyance logs and console output i ve recorded the hci communication and stored it to a cfa file for wireshark environment please complete the following information os windows toolchain zephyr sdk version
1
819,493
30,738,344,518
IssuesEvent
2023-07-28 09:26:36
Card-Forge/forge
https://api.github.com/repos/Card-Forge/forge
closed
CardTypes in HandlePaid
Game Mechanics Card Cleanup Low priority no-issue-activity
For Baba Lysaga and possibly others: We could wire up `Sacrificed$CardTypes` in HandlePaid, but this is good for now. _Originally posted by @Northmoc in https://github.com/Card-Forge/forge/pull/497#discussion_r882240463_
1.0
CardTypes in HandlePaid - For Baba Lysaga and possibly others: We could wire up `Sacrificed$CardTypes` in HandlePaid, but this is good for now. _Originally posted by @Northmoc in https://github.com/Card-Forge/forge/pull/497#discussion_r882240463_
priority
cardtypes in handlepaid for baba lysaga and possibly others we could wire up sacrificed cardtypes in handlepaid but this is good for now originally posted by northmoc in
1
650,047
21,333,249,155
IssuesEvent
2022-04-18 11:20:47
taysta/EternalJK
https://api.github.com/repos/taysta/EternalJK
opened
Improve Scoreboard
Type: Enhancement Status: Available Priority: Low
Ideas from NewMod: - To support 32 players - The lag icon shows next to a player's name if he has 999+ ping - You can now see scoreboard data any time while watching a demo; you don't need to wait until the person recording the demo opened their scoreboard or died. - Removed bots from player count and changed bot ping to "BOT" text in grey color. - JKChat users are now displayed on the scoreboard with a special icon. Idea from https://github.com/eternalcodes/EternalJK/issues/87: - See who is spectating who (ping based)
1.0
Improve Scoreboard - Ideas from NewMod: - To support 32 players - The lag icon shows next to a player's name if he has 999+ ping - You can now see scoreboard data any time while watching a demo; you don't need to wait until the person recording the demo opened their scoreboard or died. - Removed bots from player count and changed bot ping to "BOT" text in grey color. - JKChat users are now displayed on the scoreboard with a special icon. Idea from https://github.com/eternalcodes/EternalJK/issues/87: - See who is spectating who (ping based)
priority
improve scoreboard ideas from newmod to support players the lag icon shows next to a player s name if he has ping you can now see scoreboard data any time while watching a demo you don t need to wait until the person recording the demo opened their scoreboard or died removed bots from player count and changed bot ping to bot text in grey color jkchat users are now displayed on the scoreboard with a special icon idea from see who is spectating who ping based
1
816,183
30,592,379,581
IssuesEvent
2023-07-21 18:16:29
SCIInstitute/ShapeWorks
https://api.github.com/repos/SCIInstitute/ShapeWorks
closed
Installation using `make install` fails
Status: Bug Priority: Low
This is a problem across OSes. It's great that GitHub actions create working installations, but make installs should do the same. On Linux, after `make install` to a given path: ``` (shapeworks) ~/code/ShapeWorks/build$ ~/tools/ShapeWorks/bin/shapeworks /scratch/cam/tools/ShapeWorks/bin/shapeworks: error while loading shared libraries: libtbb.so.2: cannot open shared object file: No such file or directory ``` On Windows, I can't currently run even from the build directory. Here is the error I get there since it is similar: ``` (shapeworks) MINGW64 ~/code/ShapeWorks/build (alpha) $ ./bin/RelWithDebInfo/shapeworks C:/Users/cam/code/ShapeWorks/build/bin/RelWithDebInfo/shapeworks.exe: error while loading shared libraries: a pi-ms-win-crt-locale-l1-1-0.dll: cannot open shared object file: No such file or directory ``` On OSX, make install fails while trying to install Studio, but after disabling that here is the error when running: ``` (shapeworks) ~/code/ShapeWorks/ShapeWorks/build_debug$ ~/tools/ShapeWorks/bin/shapeworks dyld: Library not loaded: @rpath/libvgl_algo.dylib Referenced from: /Users/cam/tools/ShapeWorks/bin/shapeworks Reason: image not found Abort trap: 6 ```
1.0
Installation using `make install` fails - This is a problem across OSes. It's great that GitHub actions create working installations, but make installs should do the same. On Linux, after `make install` to a given path: ``` (shapeworks) ~/code/ShapeWorks/build$ ~/tools/ShapeWorks/bin/shapeworks /scratch/cam/tools/ShapeWorks/bin/shapeworks: error while loading shared libraries: libtbb.so.2: cannot open shared object file: No such file or directory ``` On Windows, I can't currently run even from the build directory. Here is the error I get there since it is similar: ``` (shapeworks) MINGW64 ~/code/ShapeWorks/build (alpha) $ ./bin/RelWithDebInfo/shapeworks C:/Users/cam/code/ShapeWorks/build/bin/RelWithDebInfo/shapeworks.exe: error while loading shared libraries: a pi-ms-win-crt-locale-l1-1-0.dll: cannot open shared object file: No such file or directory ``` On OSX, make install fails while trying to install Studio, but after disabling that here is the error when running: ``` (shapeworks) ~/code/ShapeWorks/ShapeWorks/build_debug$ ~/tools/ShapeWorks/bin/shapeworks dyld: Library not loaded: @rpath/libvgl_algo.dylib Referenced from: /Users/cam/tools/ShapeWorks/bin/shapeworks Reason: image not found Abort trap: 6 ```
priority
installation using make install fails this is a problem across oses it s great that github actions create working installations but make installs should do the same on linux after make install to a given path shapeworks code shapeworks build tools shapeworks bin shapeworks scratch cam tools shapeworks bin shapeworks error while loading shared libraries libtbb so cannot open shared object file no such file or directory on windows i can t currently run even from the build directory here is the error i get there since it is similar shapeworks code shapeworks build alpha bin relwithdebinfo shapeworks c users cam code shapeworks build bin relwithdebinfo shapeworks exe error while loading shared libraries a pi ms win crt locale dll cannot open shared object file no such file or directory on osx make install fails while trying to install studio but after disabling that here is the error when running shapeworks code shapeworks shapeworks build debug tools shapeworks bin shapeworks dyld library not loaded rpath libvgl algo dylib referenced from users cam tools shapeworks bin shapeworks reason image not found abort trap
1