Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
855
labels
stringlengths
4
721
body
stringlengths
1
261k
index
stringclasses
13 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
240k
binary_label
int64
0
1
409,090
11,956,624,183
IssuesEvent
2020-04-04 11:23:28
AY1920S2-CS2103T-W17-3/main
https://api.github.com/repos/AY1920S2-CS2103T-W17-3/main
closed
As an organised traveller, I want to plan my trip in terms of days
priority.High type.Story
... so that I can split my plan into suitable chunks
1.0
As an organised traveller, I want to plan my trip in terms of days - ... so that I can split my plan into suitable chunks
priority
as an organised traveller i want to plan my trip in terms of days so that i can split my plan into suitable chunks
1
406,651
11,900,610,830
IssuesEvent
2020-03-30 10:58:04
luna/ide
https://api.github.com/repos/luna/ide
closed
Define rule to determine which identifiers in node expression AST are aliases
Category: IDE Change: Non-Breaking Difficulty: Core Contributor Priority: Highest Status: Duplicate Type: Enhancement
### Summary The output of this task is to explain rule what ids in node expressions should be interpreted as aliases of other nodes, and instruction how the ast should change when the nodes will be disconnected. ### Value Being able to identify node connections. ### Specification There are three cases where "new" ident is defined (possibly shadowing other): left side of =, left side of ->, right side of colon. But we should pick only typical cases for creating connections (e.g. don't consider the nodes whose expressions are blocks) ### Acceptance Criteria & Test Cases Working tests.
1.0
Define rule to determine which identifiers in node expression AST are aliases - ### Summary The output of this task is to explain rule what ids in node expressions should be interpreted as aliases of other nodes, and instruction how the ast should change when the nodes will be disconnected. ### Value Being able to identify node connections. ### Specification There are three cases where "new" ident is defined (possibly shadowing other): left side of =, left side of ->, right side of colon. But we should pick only typical cases for creating connections (e.g. don't consider the nodes whose expressions are blocks) ### Acceptance Criteria & Test Cases Working tests.
priority
define rule to determine which identifiers in node expression ast are aliases summary the output of this task is to explain rule what ids in node expressions should be interpreted as aliases of other nodes and instruction how the ast should change when the nodes will be disconnected value being able to identify node connections specification there are three cases where new ident is defined possibly shadowing other left side of left side of right side of colon but we should pick only typical cases for creating connections e g don t consider the nodes whose expressions are blocks acceptance criteria test cases working tests
1
545,916
15,977,507,853
IssuesEvent
2021-04-17 05:25:34
openmsupply/mobile
https://api.github.com/repos/openmsupply/mobile
closed
TypeError in src/reducers/FormReducer.js:99
Bug: production Docs: not needed Effort: small Priority: high bugsnag
## Error in mSupply Mobile **TypeError** in **src/reducers/FormReducer.js:99** undefined is not an object (evaluating 'D.validator') [View on Bugsnag](https://app.bugsnag.com/sustainable-solutions-nz-ltd/msupply-mobile/errors/605cd879dc339a0007ab4995?event_id=605cd8790075c94ed4a20000&i=gh&m=ci) ## Stacktrace src/reducers/FormReducer.js:99 - FormReducer src/Store.js:27 - src/navigation/utilities.js:86 - src/widgets/FormControl.js:310 - updateForm src/widgets/FormControl.js:280 - onUpdateForm src/hooks/useDebounce.js:12 - [View full stacktrace](https://app.bugsnag.com/sustainable-solutions-nz-ltd/msupply-mobile/errors/605cd879dc339a0007ab4995?event_id=605cd8790075c94ed4a20000&i=gh&m=ci) *Created automatically via Bugsnag*
1.0
TypeError in src/reducers/FormReducer.js:99 - ## Error in mSupply Mobile **TypeError** in **src/reducers/FormReducer.js:99** undefined is not an object (evaluating 'D.validator') [View on Bugsnag](https://app.bugsnag.com/sustainable-solutions-nz-ltd/msupply-mobile/errors/605cd879dc339a0007ab4995?event_id=605cd8790075c94ed4a20000&i=gh&m=ci) ## Stacktrace src/reducers/FormReducer.js:99 - FormReducer src/Store.js:27 - src/navigation/utilities.js:86 - src/widgets/FormControl.js:310 - updateForm src/widgets/FormControl.js:280 - onUpdateForm src/hooks/useDebounce.js:12 - [View full stacktrace](https://app.bugsnag.com/sustainable-solutions-nz-ltd/msupply-mobile/errors/605cd879dc339a0007ab4995?event_id=605cd8790075c94ed4a20000&i=gh&m=ci) *Created automatically via Bugsnag*
priority
typeerror in src reducers formreducer js error in msupply mobile typeerror in src reducers formreducer js undefined is not an object evaluating d validator stacktrace src reducers formreducer js formreducer src store js src navigation utilities js src widgets formcontrol js updateform src widgets formcontrol js onupdateform src hooks usedebounce js created automatically via bugsnag
1
489,618
14,108,965,973
IssuesEvent
2020-11-06 18:44:16
zeebe-io/zeebe
https://api.github.com/repos/zeebe-io/zeebe
closed
OAuth Token Refreshment in Go Client
Impact: Usability Priority: Critical Scope: clients/go Severity: High Status: Planned Type: Bug backport stable/0.24
**Describe the bug** The go client does not automatically refresh the oauth2 token when it expires. The token refreshment is currently triggered in `OAuthCredentialsProvider.ShouldRetryRequest`. Since this method never gets executed during the client usage in the job poller the client never gets a refrehed token and all subsequent requests fail. **To Reproduce** - Create new client with OAuth - Create a new JobWorker - Run JobWorker until initially provided token expires **Expected behavior** The token shall be refreshed regardless of any checks for request retry. **Environment:** - Zeebe Version: 0.24.4
1.0
OAuth Token Refreshment in Go Client - **Describe the bug** The go client does not automatically refresh the oauth2 token when it expires. The token refreshment is currently triggered in `OAuthCredentialsProvider.ShouldRetryRequest`. Since this method never gets executed during the client usage in the job poller the client never gets a refrehed token and all subsequent requests fail. **To Reproduce** - Create new client with OAuth - Create a new JobWorker - Run JobWorker until initially provided token expires **Expected behavior** The token shall be refreshed regardless of any checks for request retry. **Environment:** - Zeebe Version: 0.24.4
priority
oauth token refreshment in go client describe the bug the go client does not automatically refresh the token when it expires the token refreshment is currently triggered in oauthcredentialsprovider shouldretryrequest since this method never gets executed during the client usage in the job poller the client never gets a refrehed token and all subsequent requests fail to reproduce create new client with oauth create a new jobworker run jobworker until initially provided token expires expected behavior the token shall be refreshed regardless of any checks for request retry environment zeebe version
1
763,998
26,781,099,643
IssuesEvent
2023-01-31 21:15:35
gamefreedomgit/Maelstrom
https://api.github.com/repos/gamefreedomgit/Maelstrom
closed
All the issues with 10v10 and 15v15 Battlegrounds that I found
PVP Priority: High Status: Confirmed
Prefacing this by saying that Warsong Gulch and Eye of the Storm have no issues. Once the issues are fixed, I will try to involve the greater PvP community to run as many BGs as they can for a more thorough sweep. General issues (CRITICAL): - ~~Conquest is being rewarded for a victory even when it isn't listed as a reward (in the case of specific queueing BGs f.e.)~~ - ~~15 min Deserter debuff is not applied if someone leaves a BG early~~ (disabled for PTR) - At the moment, cross faction queueing is impossible - BGs that have a time limit (WSG, Twin Peaks, SotA) do not show up at the top of the screen for Horde players ![alliance](https://user-images.githubusercontent.com/121984461/212494924-458d3d06-b7b7-42e0-b7d1-5ad88e1d5cfd.PNG) Above is for alliance, below is for horde ![horde](https://user-images.githubusercontent.com/121984461/212494941-037e6769-e38d-4177-8215-c6a02119e80a.PNG) SotA (CRITICAL): - Attackers are spawned outside the map on a boat that does not move, making it impossible for attackers to compete ![WoWScrnShot_011423_180413](https://user-images.githubusercontent.com/121984461/212494979-fa7047dd-cd74-41f7-8b9b-dc09f00ac55c.jpg) - There is no Announcement for when the gates are under attack (Announcement plays when the Gate Damaged animation plays). Twin Peaks (CRITICAL): - Players face a random direction when spawning in - Horde sewer portcullis does not open on game start, has to be opened manually by players - Neither Horde or Alliance flag can be picked up, making it impossible to win the battleground Gilneas: (HIGH) - Flags are clickable even when you control them (although this doesn't do anything, it still shouldn't appear as clickable) - No Power Up boxes (Berserking, Healing and Sprint) spawn Arathi: (MEDIUM) - Base Assault Announcements appear as a system warning instead of blue / red coloured text in chat depending on the faction - Flags are clickable even when you control them (although this doesn't do anything, it still shouldn't appear as clickable) - Cleo and Lady at Blacksmith don't run around together - Resilient Victory achievement triggers any time you win
1.0
All the issues with 10v10 and 15v15 Battlegrounds that I found - Prefacing this by saying that Warsong Gulch and Eye of the Storm have no issues. Once the issues are fixed, I will try to involve the greater PvP community to run as many BGs as they can for a more thorough sweep. General issues (CRITICAL): - ~~Conquest is being rewarded for a victory even when it isn't listed as a reward (in the case of specific queueing BGs f.e.)~~ - ~~15 min Deserter debuff is not applied if someone leaves a BG early~~ (disabled for PTR) - At the moment, cross faction queueing is impossible - BGs that have a time limit (WSG, Twin Peaks, SotA) do not show up at the top of the screen for Horde players ![alliance](https://user-images.githubusercontent.com/121984461/212494924-458d3d06-b7b7-42e0-b7d1-5ad88e1d5cfd.PNG) Above is for alliance, below is for horde ![horde](https://user-images.githubusercontent.com/121984461/212494941-037e6769-e38d-4177-8215-c6a02119e80a.PNG) SotA (CRITICAL): - Attackers are spawned outside the map on a boat that does not move, making it impossible for attackers to compete ![WoWScrnShot_011423_180413](https://user-images.githubusercontent.com/121984461/212494979-fa7047dd-cd74-41f7-8b9b-dc09f00ac55c.jpg) - There is no Announcement for when the gates are under attack (Announcement plays when the Gate Damaged animation plays). Twin Peaks (CRITICAL): - Players face a random direction when spawning in - Horde sewer portcullis does not open on game start, has to be opened manually by players - Neither Horde or Alliance flag can be picked up, making it impossible to win the battleground Gilneas: (HIGH) - Flags are clickable even when you control them (although this doesn't do anything, it still shouldn't appear as clickable) - No Power Up boxes (Berserking, Healing and Sprint) spawn Arathi: (MEDIUM) - Base Assault Announcements appear as a system warning instead of blue / red coloured text in chat depending on the faction - Flags are clickable even when you control them (although this doesn't do anything, it still shouldn't appear as clickable) - Cleo and Lady at Blacksmith don't run around together - Resilient Victory achievement triggers any time you win
priority
all the issues with and battlegrounds that i found prefacing this by saying that warsong gulch and eye of the storm have no issues once the issues are fixed i will try to involve the greater pvp community to run as many bgs as they can for a more thorough sweep general issues critical conquest is being rewarded for a victory even when it isn t listed as a reward in the case of specific queueing bgs f e min deserter debuff is not applied if someone leaves a bg early disabled for ptr at the moment cross faction queueing is impossible bgs that have a time limit wsg twin peaks sota do not show up at the top of the screen for horde players above is for alliance below is for horde sota critical attackers are spawned outside the map on a boat that does not move making it impossible for attackers to compete there is no announcement for when the gates are under attack announcement plays when the gate damaged animation plays twin peaks critical players face a random direction when spawning in horde sewer portcullis does not open on game start has to be opened manually by players neither horde or alliance flag can be picked up making it impossible to win the battleground gilneas high flags are clickable even when you control them although this doesn t do anything it still shouldn t appear as clickable no power up boxes berserking healing and sprint spawn arathi medium base assault announcements appear as a system warning instead of blue red coloured text in chat depending on the faction flags are clickable even when you control them although this doesn t do anything it still shouldn t appear as clickable cleo and lady at blacksmith don t run around together resilient victory achievement triggers any time you win
1
274,075
8,556,755,246
IssuesEvent
2018-11-08 14:05:01
GuidanceAutomation/SchedulingClients
https://api.github.com/repos/GuidanceAutomation/SchedulingClients
closed
AgentLifetimeState support
enhancement priority: high
Expose the new functionality to SetAgentLifetimeState() via the comms.
1.0
AgentLifetimeState support - Expose the new functionality to SetAgentLifetimeState() via the comms.
priority
agentlifetimestate support expose the new functionality to setagentlifetimestate via the comms
1
739,005
25,576,177,722
IssuesEvent
2022-11-30 22:21:20
WordPress/openverse
https://api.github.com/repos/WordPress/openverse
closed
How we handle data integrity issues across the stack
🟧 priority: high 💬 talk: discussion
<!-- Consider how soon we need the discussion resolved vs. giving everyone an opportunity to participate. --> ## Due date: 2022-10-18 I'm not sure what a due date would be for this. Two weeks? What do y'all think. <!-- Suggest two members of @WordPress/openverse to review the discussion. --> ## Assigned reviewers - [ ] @krysal - [ ] @stacimc <!-- Start the conversation. Please @ anyone relevant and try to ask questions to help facilate discussion. --> ## Description Is there anyone who has a comprehensive enough view to describe the process by which data integrity issues should be fixed? I am very concerned by the implications of the information in this discussion. Sentiments like "no part of the stack guarantees the shape of its data" concerns me because we control every part of the stack in question. We have complete control over the shape of data in the Catalogue (up unto the point of actually receiving the information from the provider) and the API itself acts as yet another layer of transformation that I would hope would have a stable guaranteed surface. Something like licensing information, given it's a central aspect of why Openverse exists at all seems to be at least the bottom of what one should expect to be at all times supplied in full by the API and to exist in the catalogue. Perhaps this also comes down, in some part, to API version guarantees that we are also murky on. Does anyone have a holistic view of how we are meant to solve data integrity issues? If the frontend is broken due to an issue in the data returned by the API, do we take a step back and ask, "is the API returning this data because it itself is misbehaving, or is the data it's working off if incorrect (i.e., not properly ingested in the catalogue)"? I am worried that we don't actually ask this question enough or potentially we do ask it but then do not document the fixes that need to be made upstream. One aspect of this I think is the inherent latency of issues as they flow from the catalogue to the API to the frontend. The frontend, right now, is very easy to deploy fixes to. The API is a little harder with a wide range depending on the severity of the change (migrations, column changes, etc). The catalogue is easy to deploy DAG fixes to, but the changes in the shape of the data may not make it down stream for at least a week if not longer depending on other issues in our data flow. Do we need to have a more coordinated effort across the different parts of the stack to fix data integrity issues? How do we decide when and where to apply patches? If we hot fix things in the frontend (as is done in the PR linked above), should we do so with the expectation that the issue will be fixed upstream, whether the root cause is in the API or the catalogue? Should those hot fixes in the frontend or API eventually be slated for removal if their upstream dependencies they're compensating for get fixed? My gut tells me that a process something like "hot fix it wherever makes the fix get out the soonest to the broadest set of clients" is probably the better answer, which would mean more work in the API than on the frontend to fix these things. Depending on the effort and complexity there maybe moving the fix down into the frontend temporarily is beneficial. Always moving data integrity things up into the catalogue seems like a natural assumption, I don't know if it's necessarily one we're making. Maybe we are and I'm not connecting the dots though. In some sense, a monorepo would really help in here as we could have a single issue that tracks the fix as it makes its way through the application layers and gets patched, promoted, and removed once things are solidified upstream. What do y'all think about this? Are there improvements to the process we can follow here?
1.0
How we handle data integrity issues across the stack - <!-- Consider how soon we need the discussion resolved vs. giving everyone an opportunity to participate. --> ## Due date: 2022-10-18 I'm not sure what a due date would be for this. Two weeks? What do y'all think. <!-- Suggest two members of @WordPress/openverse to review the discussion. --> ## Assigned reviewers - [ ] @krysal - [ ] @stacimc <!-- Start the conversation. Please @ anyone relevant and try to ask questions to help facilate discussion. --> ## Description Is there anyone who has a comprehensive enough view to describe the process by which data integrity issues should be fixed? I am very concerned by the implications of the information in this discussion. Sentiments like "no part of the stack guarantees the shape of its data" concerns me because we control every part of the stack in question. We have complete control over the shape of data in the Catalogue (up unto the point of actually receiving the information from the provider) and the API itself acts as yet another layer of transformation that I would hope would have a stable guaranteed surface. Something like licensing information, given it's a central aspect of why Openverse exists at all seems to be at least the bottom of what one should expect to be at all times supplied in full by the API and to exist in the catalogue. Perhaps this also comes down, in some part, to API version guarantees that we are also murky on. Does anyone have a holistic view of how we are meant to solve data integrity issues? If the frontend is broken due to an issue in the data returned by the API, do we take a step back and ask, "is the API returning this data because it itself is misbehaving, or is the data it's working off if incorrect (i.e., not properly ingested in the catalogue)"? I am worried that we don't actually ask this question enough or potentially we do ask it but then do not document the fixes that need to be made upstream. One aspect of this I think is the inherent latency of issues as they flow from the catalogue to the API to the frontend. The frontend, right now, is very easy to deploy fixes to. The API is a little harder with a wide range depending on the severity of the change (migrations, column changes, etc). The catalogue is easy to deploy DAG fixes to, but the changes in the shape of the data may not make it down stream for at least a week if not longer depending on other issues in our data flow. Do we need to have a more coordinated effort across the different parts of the stack to fix data integrity issues? How do we decide when and where to apply patches? If we hot fix things in the frontend (as is done in the PR linked above), should we do so with the expectation that the issue will be fixed upstream, whether the root cause is in the API or the catalogue? Should those hot fixes in the frontend or API eventually be slated for removal if their upstream dependencies they're compensating for get fixed? My gut tells me that a process something like "hot fix it wherever makes the fix get out the soonest to the broadest set of clients" is probably the better answer, which would mean more work in the API than on the frontend to fix these things. Depending on the effort and complexity there maybe moving the fix down into the frontend temporarily is beneficial. Always moving data integrity things up into the catalogue seems like a natural assumption, I don't know if it's necessarily one we're making. Maybe we are and I'm not connecting the dots though. In some sense, a monorepo would really help in here as we could have a single issue that tracks the fix as it makes its way through the application layers and gets patched, promoted, and removed once things are solidified upstream. What do y'all think about this? Are there improvements to the process we can follow here?
priority
how we handle data integrity issues across the stack due date i m not sure what a due date would be for this two weeks what do y all think assigned reviewers krysal stacimc description is there anyone who has a comprehensive enough view to describe the process by which data integrity issues should be fixed i am very concerned by the implications of the information in this discussion sentiments like no part of the stack guarantees the shape of its data concerns me because we control every part of the stack in question we have complete control over the shape of data in the catalogue up unto the point of actually receiving the information from the provider and the api itself acts as yet another layer of transformation that i would hope would have a stable guaranteed surface something like licensing information given it s a central aspect of why openverse exists at all seems to be at least the bottom of what one should expect to be at all times supplied in full by the api and to exist in the catalogue perhaps this also comes down in some part to api version guarantees that we are also murky on does anyone have a holistic view of how we are meant to solve data integrity issues if the frontend is broken due to an issue in the data returned by the api do we take a step back and ask is the api returning this data because it itself is misbehaving or is the data it s working off if incorrect i e not properly ingested in the catalogue i am worried that we don t actually ask this question enough or potentially we do ask it but then do not document the fixes that need to be made upstream one aspect of this i think is the inherent latency of issues as they flow from the catalogue to the api to the frontend the frontend right now is very easy to deploy fixes to the api is a little harder with a wide range depending on the severity of the change migrations column changes etc the catalogue is easy to deploy dag fixes to but the changes in the shape of the data may not make it down stream for at least a week if not longer depending on other issues in our data flow do we need to have a more coordinated effort across the different parts of the stack to fix data integrity issues how do we decide when and where to apply patches if we hot fix things in the frontend as is done in the pr linked above should we do so with the expectation that the issue will be fixed upstream whether the root cause is in the api or the catalogue should those hot fixes in the frontend or api eventually be slated for removal if their upstream dependencies they re compensating for get fixed my gut tells me that a process something like hot fix it wherever makes the fix get out the soonest to the broadest set of clients is probably the better answer which would mean more work in the api than on the frontend to fix these things depending on the effort and complexity there maybe moving the fix down into the frontend temporarily is beneficial always moving data integrity things up into the catalogue seems like a natural assumption i don t know if it s necessarily one we re making maybe we are and i m not connecting the dots though in some sense a monorepo would really help in here as we could have a single issue that tracks the fix as it makes its way through the application layers and gets patched promoted and removed once things are solidified upstream what do y all think about this are there improvements to the process we can follow here
1
545,973
15,978,700,919
IssuesEvent
2021-04-17 11:05:34
membermatters/MemberMatters
https://api.github.com/repos/membermatters/MemberMatters
closed
npm repository 502
bug high priority
It seems that a repository hosted at npm.hsbne.org is returning 502. This causes npm to fail when installing packages. I cannot get the frontend running for development. CLI error - ` 502 Bad Gateway - GET https://npm.hsbne.org/zlib/-/zlib-1.0.5.tgz`
1.0
npm repository 502 - It seems that a repository hosted at npm.hsbne.org is returning 502. This causes npm to fail when installing packages. I cannot get the frontend running for development. CLI error - ` 502 Bad Gateway - GET https://npm.hsbne.org/zlib/-/zlib-1.0.5.tgz`
priority
npm repository it seems that a repository hosted at npm hsbne org is returning this causes npm to fail when installing packages i cannot get the frontend running for development cli error bad gateway get
1
689,773
23,633,469,953
IssuesEvent
2022-08-25 11:22:01
Kong/kubernetes-ingress-controller
https://api.github.com/repos/Kong/kubernetes-ingress-controller
opened
Test KIC 2.6 `main` against Kong OSS 3.0.0-alpha.1 and kong-ee nightly
priority/high
Ensure that the below testing configurations pass: Kong OSS: - `make test.integration` (both postgres and dbless) vs Kong OSS 3.0.0-alpha.1 - `make test.e2e` vs Kong OSS 3.0.0-alpha.1 Kong Enterprise: - `make test.integration.enterprise.postgres` against Kong EE nightly (covered by #2850). Let's report bugs referencing this issue for failures under investigation/fix. Acceptance criteria - [ ] The `test.integration` dbless against Kong OSS yields no failures - [ ] The `test.integration` postgres against Kong OSS yields no failures - [ ] The `test.integration.enterprise.postgres` against Kong EE yields no failures
1.0
Test KIC 2.6 `main` against Kong OSS 3.0.0-alpha.1 and kong-ee nightly - Ensure that the below testing configurations pass: Kong OSS: - `make test.integration` (both postgres and dbless) vs Kong OSS 3.0.0-alpha.1 - `make test.e2e` vs Kong OSS 3.0.0-alpha.1 Kong Enterprise: - `make test.integration.enterprise.postgres` against Kong EE nightly (covered by #2850). Let's report bugs referencing this issue for failures under investigation/fix. Acceptance criteria - [ ] The `test.integration` dbless against Kong OSS yields no failures - [ ] The `test.integration` postgres against Kong OSS yields no failures - [ ] The `test.integration.enterprise.postgres` against Kong EE yields no failures
priority
test kic main against kong oss alpha and kong ee nightly ensure that the below testing configurations pass kong oss make test integration both postgres and dbless vs kong oss alpha make test vs kong oss alpha kong enterprise make test integration enterprise postgres against kong ee nightly covered by let s report bugs referencing this issue for failures under investigation fix acceptance criteria the test integration dbless against kong oss yields no failures the test integration postgres against kong oss yields no failures the test integration enterprise postgres against kong ee yields no failures
1
493,857
14,239,724,941
IssuesEvent
2020-11-18 20:35:26
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Game purchase being applied twice on prod
Category: Accounts Priority: High
Check db with: ``` SELECT , COUNT() FROM users_products GROUP BY txn_time HAVING COUNT(*) > 1 ```
1.0
Game purchase being applied twice on prod - Check db with: ``` SELECT , COUNT() FROM users_products GROUP BY txn_time HAVING COUNT(*) > 1 ```
priority
game purchase being applied twice on prod check db with select count from users products group by txn time having count
1
502,668
14,564,378,402
IssuesEvent
2020-12-17 04:57:24
wso2/product-is
https://api.github.com/repos/wso2/product-is
closed
Tenant management API should restrict tenant path
Affected/5.10.0 Complexity/Medium Priority/High bug
**Describe the issue:** Currently tenant management API accepting https://localhost:9443/t/carbon.super/api/server/v1/tenants but ideally since it is a tenant management API for each tenants, tenant qualified url should not be allowed. **Expected behavior:** 1. Document should be updated 2. Remove from API 3. Restrict through identity.xml 4. Deprecate previous API
1.0
Tenant management API should restrict tenant path - **Describe the issue:** Currently tenant management API accepting https://localhost:9443/t/carbon.super/api/server/v1/tenants but ideally since it is a tenant management API for each tenants, tenant qualified url should not be allowed. **Expected behavior:** 1. Document should be updated 2. Remove from API 3. Restrict through identity.xml 4. Deprecate previous API
priority
tenant management api should restrict tenant path describe the issue currently tenant management api accepting but ideally since it is a tenant management api for each tenants tenant qualified url should not be allowed expected behavior document should be updated remove from api restrict through identity xml deprecate previous api
1
296,849
9,126,601,984
IssuesEvent
2019-02-24 22:48:12
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
Build failure when using XCC toolchain
area: Xtensa bug priority: high
**Describe the bug** With commit 9c2ac778612da408900ff73feb7310a01634dd46, XCC is invoked with `-nostdinc` flag and this causes compilation errors. The `-nostdinc` flag seems to make XCC not look for header files in `XtensaTools/xtensa-elf/include` **To Reproduce** Steps to reproduce the behavior: 1. `cd $ZEPHYR_BASE/tests/boards/intel_s1000_crb` 1. `mkdir build; cd build` 1. `cmake -DBOARD=intel_s1000_crb ..` 1. `make` 1. See error **Expected behavior** Build successful **Impact** Can no longer build using XCC **Screenshots or console output** ``` ../../../../../include/toolchain/xcc.h:21:32: error: xtensa/config/core.h: No such file or directory ../../../../../arch/xtensa/include/xtensa_context.h:26:34: error: xtensa/config/tie.h: No such file or directory ../../../../../arch/xtensa/include/xtensa_context.h:27:32: error: xtensa/corebits.h: No such file or directory ../../../../../arch/xtensa/include/xtensa_context.h:28:37: error: xtensa/config/system.h: No such file or directory ../../../../../arch/xtensa/include/xtensa_context.h:29:40: error: xtensa/xtruntime-frames.h: No such file or directory ``` **Environment (please complete the following information):** - OS: Linux - Toolchain: Xtensa - Commit SHA or Version used: 9c2ac778612da408900ff73feb7310a01634dd46 **Additional context** Temporarily removing `-nostdinc` flag for experimentation made the build successful.
1.0
Build failure when using XCC toolchain - **Describe the bug** With commit 9c2ac778612da408900ff73feb7310a01634dd46, XCC is invoked with `-nostdinc` flag and this causes compilation errors. The `-nostdinc` flag seems to make XCC not look for header files in `XtensaTools/xtensa-elf/include` **To Reproduce** Steps to reproduce the behavior: 1. `cd $ZEPHYR_BASE/tests/boards/intel_s1000_crb` 1. `mkdir build; cd build` 1. `cmake -DBOARD=intel_s1000_crb ..` 1. `make` 1. See error **Expected behavior** Build successful **Impact** Can no longer build using XCC **Screenshots or console output** ``` ../../../../../include/toolchain/xcc.h:21:32: error: xtensa/config/core.h: No such file or directory ../../../../../arch/xtensa/include/xtensa_context.h:26:34: error: xtensa/config/tie.h: No such file or directory ../../../../../arch/xtensa/include/xtensa_context.h:27:32: error: xtensa/corebits.h: No such file or directory ../../../../../arch/xtensa/include/xtensa_context.h:28:37: error: xtensa/config/system.h: No such file or directory ../../../../../arch/xtensa/include/xtensa_context.h:29:40: error: xtensa/xtruntime-frames.h: No such file or directory ``` **Environment (please complete the following information):** - OS: Linux - Toolchain: Xtensa - Commit SHA or Version used: 9c2ac778612da408900ff73feb7310a01634dd46 **Additional context** Temporarily removing `-nostdinc` flag for experimentation made the build successful.
priority
build failure when using xcc toolchain describe the bug with commit xcc is invoked with nostdinc flag and this causes compilation errors the nostdinc flag seems to make xcc not look for header files in xtensatools xtensa elf include to reproduce steps to reproduce the behavior cd zephyr base tests boards intel crb mkdir build cd build cmake dboard intel crb make see error expected behavior build successful impact can no longer build using xcc screenshots or console output include toolchain xcc h error xtensa config core h no such file or directory arch xtensa include xtensa context h error xtensa config tie h no such file or directory arch xtensa include xtensa context h error xtensa corebits h no such file or directory arch xtensa include xtensa context h error xtensa config system h no such file or directory arch xtensa include xtensa context h error xtensa xtruntime frames h no such file or directory environment please complete the following information os linux toolchain xtensa commit sha or version used additional context temporarily removing nostdinc flag for experimentation made the build successful
1
121,801
4,821,545,209
IssuesEvent
2016-11-05 11:45:41
dhowe/RELC3
https://api.github.com/repos/dhowe/RELC3
closed
would love to have working reset(true) in RiTextGrid
Priority: High
lines 1412 to 1428 - looks like you were going to have a way to stop/complete all fading behaviors on a grids RiTexts, but did write one, such that reset(true) would have done this. Wouldn't this be pretty easy for you? Hope so.
1.0
would love to have working reset(true) in RiTextGrid - lines 1412 to 1428 - looks like you were going to have a way to stop/complete all fading behaviors on a grids RiTexts, but did write one, such that reset(true) would have done this. Wouldn't this be pretty easy for you? Hope so.
priority
would love to have working reset true in ritextgrid lines to looks like you were going to have a way to stop complete all fading behaviors on a grids ritexts but did write one such that reset true would have done this wouldn t this be pretty easy for you hope so
1
624,680
19,704,130,882
IssuesEvent
2022-01-12 19:51:08
coders-camp-2021-best-team/Freeverse
https://api.github.com/repos/coders-camp-2021-best-team/Freeverse
opened
feat/api-setup-firebase
scope: api type: feat priority: high
We need to create our database on Firebase AC: -Prepare collections and documents on Firebase -Prepare the "relations" between elements where it's required -Add firebase config to project
1.0
feat/api-setup-firebase - We need to create our database on Firebase AC: -Prepare collections and documents on Firebase -Prepare the "relations" between elements where it's required -Add firebase config to project
priority
feat api setup firebase we need to create our database on firebase ac prepare collections and documents on firebase prepare the relations between elements where it s required add firebase config to project
1
822,701
30,882,208,479
IssuesEvent
2023-08-03 18:31:31
elastic/security-docs
https://api.github.com/repos/elastic/security-docs
opened
Remove book-scoped attributes
v8.9.0 Priority: Medium Priority: High v8.10.0 Serverless
## Description We need to remove all instances of [book-scoped attributes](https://docs.elastic.dev/migration/book-level/attributes) throughout `security-docs` to ensure smooth migration to MDX. While our files can still be migrated to MDX with book-scoped attributes, they create a dependency in the migrated files that can cause additional problems. We can replace these with either the equivalent global [shared attributes](https://github.com/elastic/docs/blob/master/shared/attributes.asciidoc) or hard-written values. This affects migration of docs for Serverless, but will also affect general migration to MDX for non-Serverless docs. We'll need to backport to `8.9`, which has already been migrated to MDX but might receive updates, and we'll want those updates to be free of these attributes. ## Acceptance Test Criteria Most book-scoped attributes are defined in the book's main index file: [security-docs/docs/index.asciidoc](https://github.com/elastic/security-docs/blob/89aecc141d6374836b8dd3ee43ed314afb6ecc62/docs/index.asciidoc?plain=1#L7-L17). ``` :doctype: book :es-sec: {elastic-sec} :es-sec-app: {security-app} :es-sec-ui: {elastic-sec} UI :es-sec-endpoint: {elastic-defend} :siem-soln: {elastic-sec} :siem-app: {security-app} :siem-ui: {es-sec-ui} :ml-dir: {stack-docs-root}/docs/en/stack/ml :beats-dir: {beats-root} :kibana-dir: {kibana-root}/docs ``` ### To do - In general, follow the [migration guide's process](https://docs.elastic.dev/migration/book-level/attributes#pre-migration-tasks) for removing book-scoped attributes. - Confirm if any other files (indexes or otherwise) contain additional attribute definitions, and add them to your to-do list. - Search across the repo for instances where each attribute is used in content, and replace with a global/shared attribute. For example, search for `{es-sec}`, and replace it with `{elastic-sec}`. - When backporting to `8.9`, do _an additional search_ to make sure there aren't any instances that exist there, but later got revised out of `main`/`8.10`. We want to be double-sure that we have zero book-scoped attributes.
2.0
Remove book-scoped attributes - ## Description We need to remove all instances of [book-scoped attributes](https://docs.elastic.dev/migration/book-level/attributes) throughout `security-docs` to ensure smooth migration to MDX. While our files can still be migrated to MDX with book-scoped attributes, they create a dependency in the migrated files that can cause additional problems. We can replace these with either the equivalent global [shared attributes](https://github.com/elastic/docs/blob/master/shared/attributes.asciidoc) or hard-written values. This affects migration of docs for Serverless, but will also affect general migration to MDX for non-Serverless docs. We'll need to backport to `8.9`, which has already been migrated to MDX but might receive updates, and we'll want those updates to be free of these attributes. ## Acceptance Test Criteria Most book-scoped attributes are defined in the book's main index file: [security-docs/docs/index.asciidoc](https://github.com/elastic/security-docs/blob/89aecc141d6374836b8dd3ee43ed314afb6ecc62/docs/index.asciidoc?plain=1#L7-L17). ``` :doctype: book :es-sec: {elastic-sec} :es-sec-app: {security-app} :es-sec-ui: {elastic-sec} UI :es-sec-endpoint: {elastic-defend} :siem-soln: {elastic-sec} :siem-app: {security-app} :siem-ui: {es-sec-ui} :ml-dir: {stack-docs-root}/docs/en/stack/ml :beats-dir: {beats-root} :kibana-dir: {kibana-root}/docs ``` ### To do - In general, follow the [migration guide's process](https://docs.elastic.dev/migration/book-level/attributes#pre-migration-tasks) for removing book-scoped attributes. - Confirm if any other files (indexes or otherwise) contain additional attribute definitions, and add them to your to-do list. - Search across the repo for instances where each attribute is used in content, and replace with a global/shared attribute. For example, search for `{es-sec}`, and replace it with `{elastic-sec}`. - When backporting to `8.9`, do _an additional search_ to make sure there aren't any instances that exist there, but later got revised out of `main`/`8.10`. We want to be double-sure that we have zero book-scoped attributes.
priority
remove book scoped attributes description we need to remove all instances of throughout security docs to ensure smooth migration to mdx while our files can still be migrated to mdx with book scoped attributes they create a dependency in the migrated files that can cause additional problems we can replace these with either the equivalent global or hard written values this affects migration of docs for serverless but will also affect general migration to mdx for non serverless docs we ll need to backport to which has already been migrated to mdx but might receive updates and we ll want those updates to be free of these attributes acceptance test criteria most book scoped attributes are defined in the book s main index file doctype book es sec elastic sec es sec app security app es sec ui elastic sec ui es sec endpoint elastic defend siem soln elastic sec siem app security app siem ui es sec ui ml dir stack docs root docs en stack ml beats dir beats root kibana dir kibana root docs to do in general follow the for removing book scoped attributes confirm if any other files indexes or otherwise contain additional attribute definitions and add them to your to do list search across the repo for instances where each attribute is used in content and replace with a global shared attribute for example search for es sec and replace it with elastic sec when backporting to do an additional search to make sure there aren t any instances that exist there but later got revised out of main we want to be double sure that we have zero book scoped attributes
1
605,170
18,726,269,745
IssuesEvent
2021-11-03 16:34:14
DrakeHunterK7/SOEN-341-Fall-2021-Team-9-Stack-Bubbling-
https://api.github.com/repos/DrakeHunterK7/SOEN-341-Fall-2021-Team-9-Stack-Bubbling-
opened
2.4.1 US2_QuestionTemplatePage_PostAnswer
Task High Risk High Value 3 points Priority: High
When we open up the page for a question, we should be able to submit an answer to that question. Once the answer is submitted, the question page should refresh and show that new answer among the list of previous answers to that question.
1.0
2.4.1 US2_QuestionTemplatePage_PostAnswer - When we open up the page for a question, we should be able to submit an answer to that question. Once the answer is submitted, the question page should refresh and show that new answer among the list of previous answers to that question.
priority
questiontemplatepage postanswer when we open up the page for a question we should be able to submit an answer to that question once the answer is submitted the question page should refresh and show that new answer among the list of previous answers to that question
1
186,471
6,736,449,827
IssuesEvent
2017-10-19 04:07:37
ballerinalang/composer
https://api.github.com/repos/ballerinalang/composer
reopened
Text of the Open Directory dialog box should be uniform and in a standard size
0.94-pre-release Priority/Highest
Please see the below image. The text size should be standard and uniform accordingly. ![com_0 94_textsize_1](https://user-images.githubusercontent.com/15624590/31640749-c42270b4-b2fd-11e7-9613-a96208133f16.png)
1.0
Text of the Open Directory dialog box should be uniform and in a standard size - Please see the below image. The text size should be standard and uniform accordingly. ![com_0 94_textsize_1](https://user-images.githubusercontent.com/15624590/31640749-c42270b4-b2fd-11e7-9613-a96208133f16.png)
priority
text of the open directory dialog box should be uniform and in a standard size please see the below image the text size should be standard and uniform accordingly
1
61,744
3,152,344,301
IssuesEvent
2015-09-16 13:26:57
MinetestForFun/server-minetestforfun-creative
https://api.github.com/repos/MinetestForFun/server-minetestforfun-creative
closed
What mapgen shall we use ?
Modding ➤ Mapgen Priority: High
- ~~Mapgen V4~~ - ~~Mapgen V5~~ - ~~Mapgen V6~~ - Mapgen V7 - ~~Watershed (LUA)~~ - ~~Valley Mapgen (LUA)~~ - ~~Flat Land (LUA)~~ ~~Also, should we add bedrock ? When ?~~ No bedrock, it's a creative server, we don't need limit the players exploration, and they all have fly privilege... ~~Should we add additionnal things ? (trees,islands,...)~~ No.
1.0
What mapgen shall we use ? - - ~~Mapgen V4~~ - ~~Mapgen V5~~ - ~~Mapgen V6~~ - Mapgen V7 - ~~Watershed (LUA)~~ - ~~Valley Mapgen (LUA)~~ - ~~Flat Land (LUA)~~ ~~Also, should we add bedrock ? When ?~~ No bedrock, it's a creative server, we don't need limit the players exploration, and they all have fly privilege... ~~Should we add additionnal things ? (trees,islands,...)~~ No.
priority
what mapgen shall we use mapgen mapgen mapgen mapgen watershed lua valley mapgen lua flat land lua also should we add bedrock when no bedrock it s a creative server we don t need limit the players exploration and they all have fly privilege should we add additionnal things trees islands no
1
654,976
21,675,170,760
IssuesEvent
2022-05-08 15:44:35
RestoneAGX/RTG_Demo
https://api.github.com/repos/RestoneAGX/RTG_Demo
opened
Kira 4 Boss Fight
Priority: High
Plan, Program and Test the Kira 4 boss fight. Type the requirements for the boss fight under:
1.0
Kira 4 Boss Fight - Plan, Program and Test the Kira 4 boss fight. Type the requirements for the boss fight under:
priority
kira boss fight plan program and test the kira boss fight type the requirements for the boss fight under
1
242,986
7,851,907,989
IssuesEvent
2018-06-20 13:14:34
twosigma/beakerx
https://api.github.com/repos/twosigma/beakerx
closed
delete spark profile button
Bug Priority High
should be disabled when the profile field is blank. you can't delete the default.
1.0
delete spark profile button - should be disabled when the profile field is blank. you can't delete the default.
priority
delete spark profile button should be disabled when the profile field is blank you can t delete the default
1
585,986
17,552,180,902
IssuesEvent
2021-08-13 00:09:56
woocommerce/woocommerce-ios
https://api.github.com/repos/woocommerce/woocommerce-ios
closed
Products List → First Created Product is not Shown in the List
type: bug feature: product list priority: high
Ref p91TBi-5oi-p2#comment-5224. **Describe the bug** When creating a product for the first time, the product is not shown in the list. The app just shows the empty state. **To Reproduce** 1. Use a site that has no products. 2. Navigate to Products. 3. Tap on the big plus button. 4. Edit some of the product's details. 5. Tap on the Options menu at the top right. 6. Save the product as a draft. 7. Navigate back to the Products List. 8. Notice that the new product is not there. **Screenshots** https://user-images.githubusercontent.com/198826/124498776-24517980-dd7a-11eb-97ed-2d8db1f58653.mov **Expected behavior** The empty state should be cleared and the new product should be displayed instead.
1.0
Products List → First Created Product is not Shown in the List - Ref p91TBi-5oi-p2#comment-5224. **Describe the bug** When creating a product for the first time, the product is not shown in the list. The app just shows the empty state. **To Reproduce** 1. Use a site that has no products. 2. Navigate to Products. 3. Tap on the big plus button. 4. Edit some of the product's details. 5. Tap on the Options menu at the top right. 6. Save the product as a draft. 7. Navigate back to the Products List. 8. Notice that the new product is not there. **Screenshots** https://user-images.githubusercontent.com/198826/124498776-24517980-dd7a-11eb-97ed-2d8db1f58653.mov **Expected behavior** The empty state should be cleared and the new product should be displayed instead.
priority
products list → first created product is not shown in the list ref comment describe the bug when creating a product for the first time the product is not shown in the list the app just shows the empty state to reproduce use a site that has no products navigate to products tap on the big plus button edit some of the product s details tap on the options menu at the top right save the product as a draft navigate back to the products list notice that the new product is not there screenshots expected behavior the empty state should be cleared and the new product should be displayed instead
1
254,459
8,074,247,026
IssuesEvent
2018-08-06 22:18:45
juju/docs
https://api.github.com/repos/juju/docs
closed
Review charms.md
Priority: High
This page is a combination of the definition of a charm (already on the concepts page) and the charms-* subpages. It is sort of like a walkthrough/tutorial. It should eventually be turned into one and placed with the other tutorials. The page should be a jump page like controllers.md and models.md. Copy this page to tut-charms.md for now but do not link to it.
1.0
Review charms.md - This page is a combination of the definition of a charm (already on the concepts page) and the charms-* subpages. It is sort of like a walkthrough/tutorial. It should eventually be turned into one and placed with the other tutorials. The page should be a jump page like controllers.md and models.md. Copy this page to tut-charms.md for now but do not link to it.
priority
review charms md this page is a combination of the definition of a charm already on the concepts page and the charms subpages it is sort of like a walkthrough tutorial it should eventually be turned into one and placed with the other tutorials the page should be a jump page like controllers md and models md copy this page to tut charms md for now but do not link to it
1
306,193
9,382,046,477
IssuesEvent
2019-04-04 21:13:11
wherebyus/general-tasks
https://api.github.com/repos/wherebyus/general-tasks
closed
The sponsor placement editor does not seem editable
Priority: High Product: Newsletters Severity: High Type: Bug
## Feature or problem Describe the feature or problem here. ### Reproduction An issue with this sponsor placement came up in #1084, where clicking buttons in the editor doesn't do anything ~~(no console errors, nothin')~~. I was able to resolve #1084 by editing the database directly. https://theevergrey.com/wp-admin/post.php?post=25437&action=edit ### Actual behavior The following chrome error appears: `An invalid form control with name='_wbu_sponsor_url_support' is not focusable.` Possible explanation of the issue is here: https://tiffanybbrown.com/2015/11/an-invalid-form-control-is-not-focusable/index.html ### Suggested expected behavior ### Suggested priority priority-high ### Stakeholders *Submitted:* michael ### Definition of done How will we know when this feature is complete? ### Subtasks A detailed list of changes that need to be made or subtasks. One checkbox per. - [ ] Brew the coffee ## Developer estimate To help the team accurately estimate the complexity of this task, take a moment to walk through this list and estimate each item. At the end, you can total the estimates and round to the nearest prime number. If any of these are at a `5` or higher, or if the total is above a `5`, consider breaking this issue into multiple smaller issues. - [ ] Changes to the database () - [ ] Changes to the API () - [ ] Testing Changes to the API () - [ ] Changes to Application Code () - [ ] Adding or updating unit tests () - [ ] Local developer testing () ### Total developer estimate: 0 ## Additional estimate - [ ] Code review () - [ ] QA Testing () - [ ] Stakeholder Sign-off () - [ ] Deploy to Production () ### Total additional estimate: 0 ## QA Notes Detailed instructions for testing, one checkbox per test to be completed. ### Contextual tests - [ ] Accessibility check - [ ] Cross-browser check (Edge, Chrome, Firefox) - [ ] Responsive check
1.0
The sponsor placement editor does not seem editable - ## Feature or problem Describe the feature or problem here. ### Reproduction An issue with this sponsor placement came up in #1084, where clicking buttons in the editor doesn't do anything ~~(no console errors, nothin')~~. I was able to resolve #1084 by editing the database directly. https://theevergrey.com/wp-admin/post.php?post=25437&action=edit ### Actual behavior The following chrome error appears: `An invalid form control with name='_wbu_sponsor_url_support' is not focusable.` Possible explanation of the issue is here: https://tiffanybbrown.com/2015/11/an-invalid-form-control-is-not-focusable/index.html ### Suggested expected behavior ### Suggested priority priority-high ### Stakeholders *Submitted:* michael ### Definition of done How will we know when this feature is complete? ### Subtasks A detailed list of changes that need to be made or subtasks. One checkbox per. - [ ] Brew the coffee ## Developer estimate To help the team accurately estimate the complexity of this task, take a moment to walk through this list and estimate each item. At the end, you can total the estimates and round to the nearest prime number. If any of these are at a `5` or higher, or if the total is above a `5`, consider breaking this issue into multiple smaller issues. - [ ] Changes to the database () - [ ] Changes to the API () - [ ] Testing Changes to the API () - [ ] Changes to Application Code () - [ ] Adding or updating unit tests () - [ ] Local developer testing () ### Total developer estimate: 0 ## Additional estimate - [ ] Code review () - [ ] QA Testing () - [ ] Stakeholder Sign-off () - [ ] Deploy to Production () ### Total additional estimate: 0 ## QA Notes Detailed instructions for testing, one checkbox per test to be completed. ### Contextual tests - [ ] Accessibility check - [ ] Cross-browser check (Edge, Chrome, Firefox) - [ ] Responsive check
priority
the sponsor placement editor does not seem editable feature or problem describe the feature or problem here reproduction an issue with this sponsor placement came up in where clicking buttons in the editor doesn t do anything no console errors nothin i was able to resolve by editing the database directly actual behavior the following chrome error appears an invalid form control with name wbu sponsor url support is not focusable possible explanation of the issue is here suggested expected behavior suggested priority priority high stakeholders submitted michael definition of done how will we know when this feature is complete subtasks a detailed list of changes that need to be made or subtasks one checkbox per brew the coffee developer estimate to help the team accurately estimate the complexity of this task take a moment to walk through this list and estimate each item at the end you can total the estimates and round to the nearest prime number if any of these are at a or higher or if the total is above a consider breaking this issue into multiple smaller issues changes to the database changes to the api testing changes to the api changes to application code adding or updating unit tests local developer testing total developer estimate additional estimate code review qa testing stakeholder sign off deploy to production total additional estimate qa notes detailed instructions for testing one checkbox per test to be completed contextual tests accessibility check cross browser check edge chrome firefox responsive check
1
136,916
5,290,362,660
IssuesEvent
2017-02-08 19:42:19
duckduckgo/zeroclickinfo-fathead
https://api.github.com/repos/duckduckgo/zeroclickinfo-fathead
opened
React.js Suggestion: Improve Redirects
Difficulty: Low Improvement Low-Hanging Fruit Priority: High Status: Needs a Developer Topic: JavaScript
## Description There is a problem with the [redirects that needs fixed](https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/lib/fathead/reactjs/). It seems that we might need to add trigger words as well. **react.component** triggers ![screen shot 2017-02-08 at 7 35 47 pm](https://cloud.githubusercontent.com/assets/8960296/22753994/ecad6b52-ee35-11e6-8e1c-ab7eb4cc9637.png) **react component** does not ![screen shot 2017-02-08 at 7 35 18 pm](https://cloud.githubusercontent.com/assets/8960296/22754000/f534c7fc-ee35-11e6-980e-ae3b0c050e32.png) ## People to notify Lang Leader: @bfmags Maintainer: @dip-kush ## Get Started - [ ] 1) Claim this issue by commenting below - [ ] 2) Review our [Contributing Guide](https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/CONTRIBUTING.md) - [ ] 3) [Set up your development environment](https://docs.duckduckhack.com/welcome/setup-dev-environment.html), and fork this repository - [ ] 4) Create a Pull Request ## Resources - Join [DuckDuckHack Slack](https://quackslack.herokuapp.com/) to ask questions - Join the [DuckDuckHack Forum](https://forum.duckduckhack.com/) to discuss project planning and Instant Answer metrics - Read the [DuckDuckHack Documentation](https://docs.duckduckhack.com/) for technical help <!-- DO NOT REMOVE --> --- <!-- The Instant Answer ID can be found by clicking the `?` icon beside the Instant Answer result on DuckDuckGo.com --> Instant Answer Page: https://duck.co/ia/view/reactjs <!-- FILL THIS IN: ^^^^ -->
1.0
React.js Suggestion: Improve Redirects - ## Description There is a problem with the [redirects that needs fixed](https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/lib/fathead/reactjs/). It seems that we might need to add trigger words as well. **react.component** triggers ![screen shot 2017-02-08 at 7 35 47 pm](https://cloud.githubusercontent.com/assets/8960296/22753994/ecad6b52-ee35-11e6-8e1c-ab7eb4cc9637.png) **react component** does not ![screen shot 2017-02-08 at 7 35 18 pm](https://cloud.githubusercontent.com/assets/8960296/22754000/f534c7fc-ee35-11e6-980e-ae3b0c050e32.png) ## People to notify Lang Leader: @bfmags Maintainer: @dip-kush ## Get Started - [ ] 1) Claim this issue by commenting below - [ ] 2) Review our [Contributing Guide](https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/CONTRIBUTING.md) - [ ] 3) [Set up your development environment](https://docs.duckduckhack.com/welcome/setup-dev-environment.html), and fork this repository - [ ] 4) Create a Pull Request ## Resources - Join [DuckDuckHack Slack](https://quackslack.herokuapp.com/) to ask questions - Join the [DuckDuckHack Forum](https://forum.duckduckhack.com/) to discuss project planning and Instant Answer metrics - Read the [DuckDuckHack Documentation](https://docs.duckduckhack.com/) for technical help <!-- DO NOT REMOVE --> --- <!-- The Instant Answer ID can be found by clicking the `?` icon beside the Instant Answer result on DuckDuckGo.com --> Instant Answer Page: https://duck.co/ia/view/reactjs <!-- FILL THIS IN: ^^^^ -->
priority
react js suggestion improve redirects description there is a problem with the it seems that we might need to add trigger words as well react component triggers react component does not people to notify lang leader bfmags maintainer dip kush get started claim this issue by commenting below review our and fork this repository create a pull request resources join to ask questions join the to discuss project planning and instant answer metrics read the for technical help instant answer page
1
497,487
14,371,425,943
IssuesEvent
2020-12-01 12:33:38
gnosis/conditional-tokens-explorer
https://api.github.com/repos/gnosis/conditional-tokens-explorer
closed
Reporting twice gives 'always failing transaction'
High priority QA Passed bug verify in production
Details https://gist.github.com/hpmaxi/7581b90947818737ceee9cc01640bbce Also, the resolved status isn't updated by the graph so the button is enabled, and in redeem the error of 'condition not resolved' is shown.
1.0
Reporting twice gives 'always failing transaction' - Details https://gist.github.com/hpmaxi/7581b90947818737ceee9cc01640bbce Also, the resolved status isn't updated by the graph so the button is enabled, and in redeem the error of 'condition not resolved' is shown.
priority
reporting twice gives always failing transaction details also the resolved status isn t updated by the graph so the button is enabled and in redeem the error of condition not resolved is shown
1
699,178
24,007,653,279
IssuesEvent
2022-09-14 15:58:10
dotkom/galactic-thunderdome-x
https://api.github.com/repos/dotkom/galactic-thunderdome-x
opened
Domain: Events
Size: L Priority: High project:core-api
Event system. Assume that users exist and that users have a unique identifier. Relevant issues can be found in https://github.com/dotkom/a3s
1.0
Domain: Events - Event system. Assume that users exist and that users have a unique identifier. Relevant issues can be found in https://github.com/dotkom/a3s
priority
domain events event system assume that users exist and that users have a unique identifier relevant issues can be found in
1
393,615
11,622,261,647
IssuesEvent
2020-02-27 05:56:42
wso2/product-is
https://api.github.com/repos/wso2/product-is
closed
Make SCIM user retrieval INFO log to a debug log
Affected/5.10.0-beta3 Priority/Highest
The following log is printed unnecessarily in the wso2carbon logs. `[2020-02-27 11:20:53,471] [a596f0a4-0176-4148-ac99-69a938110261] INFO {org.wso2.carbon.identity.scim2.common.impl.SCIMUserManager} - User: ayesha is retrieved through SCIM.`
1.0
Make SCIM user retrieval INFO log to a debug log - The following log is printed unnecessarily in the wso2carbon logs. `[2020-02-27 11:20:53,471] [a596f0a4-0176-4148-ac99-69a938110261] INFO {org.wso2.carbon.identity.scim2.common.impl.SCIMUserManager} - User: ayesha is retrieved through SCIM.`
priority
make scim user retrieval info log to a debug log the following log is printed unnecessarily in the logs info org carbon identity common impl scimusermanager user ayesha is retrieved through scim
1
589,570
17,753,513,549
IssuesEvent
2021-08-28 09:21:23
shogo928/Oboegaki-iOS
https://api.github.com/repos/shogo928/Oboegaki-iOS
opened
ウォークスルーを作成する
enhancement priority: high Type: feature
## Goal - 初回ログイン後に使い方紹介を兼ねて3~4枚のウォークスルーを差し込む ## Why - 使い方の紹介 - ウィジェットを使える紹介 - 共有機能の紹介 ## Schedule - 📆 ## Tasks - [ ] 📋 - [ ] 📋 ## Reference - 📚
1.0
ウォークスルーを作成する - ## Goal - 初回ログイン後に使い方紹介を兼ねて3~4枚のウォークスルーを差し込む ## Why - 使い方の紹介 - ウィジェットを使える紹介 - 共有機能の紹介 ## Schedule - 📆 ## Tasks - [ ] 📋 - [ ] 📋 ## Reference - 📚
priority
ウォークスルーを作成する goal ~ why 使い方の紹介 ウィジェットを使える紹介 共有機能の紹介 schedule 📆 tasks 📋 📋 reference 📚
1
473,880
13,648,862,512
IssuesEvent
2020-09-26 11:32:50
DevAdventCalendar/DevAdventCalendar
https://api.github.com/repos/DevAdventCalendar/DevAdventCalendar
opened
Fix main page background resolution
bug good first issue high priority
https://devadventcalendar.pl/ ![image](https://user-images.githubusercontent.com/22730914/94339765-a1d2a700-fffc-11ea-8a26-4a52e8f670ba.png) There should be visible Santa but is not (on Chrome)
1.0
Fix main page background resolution - https://devadventcalendar.pl/ ![image](https://user-images.githubusercontent.com/22730914/94339765-a1d2a700-fffc-11ea-8a26-4a52e8f670ba.png) There should be visible Santa but is not (on Chrome)
priority
fix main page background resolution there should be visible santa but is not on chrome
1
497,350
14,368,221,080
IssuesEvent
2020-12-01 08:03:38
wso2/kubernetes-is
https://api.github.com/repos/wso2/kubernetes-is
closed
[5.11.0] Introduce WSO2 IAM Helm Chart For Production Grade Deployment Pattern
Priority/Highest Type/Task
**Description:** It is required to cover $subject (for advanced details please refer to official [documentation](https://is.docs.wso2.com/en/latest/setup/deployment-guide/#deployment-patterns)) for production grade Kubernetes based deployments.
1.0
[5.11.0] Introduce WSO2 IAM Helm Chart For Production Grade Deployment Pattern - **Description:** It is required to cover $subject (for advanced details please refer to official [documentation](https://is.docs.wso2.com/en/latest/setup/deployment-guide/#deployment-patterns)) for production grade Kubernetes based deployments.
priority
introduce iam helm chart for production grade deployment pattern description it is required to cover subject for advanced details please refer to official for production grade kubernetes based deployments
1
533,094
15,576,822,415
IssuesEvent
2021-03-17 12:50:19
olihgb-7/D0020E
https://api.github.com/repos/olihgb-7/D0020E
closed
4.4 Implement the ability to draw a "part" object
Priority: High
- [x] Can draw - [ ] Can draw according to specification
1.0
4.4 Implement the ability to draw a "part" object - - [x] Can draw - [ ] Can draw according to specification
priority
implement the ability to draw a part object can draw can draw according to specification
1
491,775
14,171,226,254
IssuesEvent
2020-11-12 15:27:54
Scholar-6/brillder
https://api.github.com/repos/Scholar-6/brillder
closed
If I get answers correct in Investigation and don't change them in review, ticks should be green
High Level Priority
<img width="680" alt="Screenshot 2020-11-06 at 11 53 17" src="https://user-images.githubusercontent.com/59654112/98358299-c7ed5d00-2026-11eb-92b7-5bf413474bc7.png">
1.0
If I get answers correct in Investigation and don't change them in review, ticks should be green - <img width="680" alt="Screenshot 2020-11-06 at 11 53 17" src="https://user-images.githubusercontent.com/59654112/98358299-c7ed5d00-2026-11eb-92b7-5bf413474bc7.png">
priority
if i get answers correct in investigation and don t change them in review ticks should be green img width alt screenshot at src
1
732,574
25,266,053,609
IssuesEvent
2022-11-16 04:46:24
EthicalSoftwareCommunity/HippieUniverse_mobilegame
https://api.github.com/repos/EthicalSoftwareCommunity/HippieUniverse_mobilegame
opened
Appearance of 2D icons at the moment of being on the highest point of the sphere
camera Sphere_1 HIGH PRIORITY development prototype
To make it easier for the player to navigate, we suggest to show 2D icons, which will advise the player where the store, settings, and so on... If the player clicks on the icon, the camera instantly moves to the object. ![image](https://user-images.githubusercontent.com/116068986/202085359-cb91d130-ac79-42dd-951a-93286fcd560f.png)
1.0
Appearance of 2D icons at the moment of being on the highest point of the sphere - To make it easier for the player to navigate, we suggest to show 2D icons, which will advise the player where the store, settings, and so on... If the player clicks on the icon, the camera instantly moves to the object. ![image](https://user-images.githubusercontent.com/116068986/202085359-cb91d130-ac79-42dd-951a-93286fcd560f.png)
priority
appearance of icons at the moment of being on the highest point of the sphere to make it easier for the player to navigate we suggest to show icons which will advise the player where the store settings and so on if the player clicks on the icon the camera instantly moves to the object
1
387,466
11,462,083,552
IssuesEvent
2020-02-07 13:26:25
TheOnlineJudge/ojudge
https://api.github.com/repos/TheOnlineJudge/ojudge
opened
Implement problem view widget
enhancement priority: high
A widget that shows the problem description, related statistics and access to its submission interface.
1.0
Implement problem view widget - A widget that shows the problem description, related statistics and access to its submission interface.
priority
implement problem view widget a widget that shows the problem description related statistics and access to its submission interface
1
504,934
14,624,038,383
IssuesEvent
2020-12-23 05:15:10
substation-me/lodge
https://api.github.com/repos/substation-me/lodge
closed
Overlay modal not clearing correctly in all cases
bug 🐛 priority: high 💥
EXPECTED: When we ask for something to be shown in the overlay, we should assume it will be the ONLY thing shown in the overlay — even if the overlay is already open and showing content. In that case the overlay should be cleared before the new content is shown. OBSERVED: With the overlay open and displaying an iframe, new content appears over the iframe without ever clearing the overlay. HOW TO DUPLICATE: Serve the lodge test site with "npm run start" and visit localhost:8000. Testing the overlay will work correctly for video, for the "say hello" button in the test embed, and even for the test iframe opened by the "modal overlay" link in the features column. Each time the overlay is closed content is erased and new content is loaded without error. But if you open the "modal overlay" iframe, click in it to open the menu, then click its "say hello" button the "Hello" appears without removing the iframe below it. We should see it clear the iframe to leave only the "Hello" and nothing else.
1.0
Overlay modal not clearing correctly in all cases - EXPECTED: When we ask for something to be shown in the overlay, we should assume it will be the ONLY thing shown in the overlay — even if the overlay is already open and showing content. In that case the overlay should be cleared before the new content is shown. OBSERVED: With the overlay open and displaying an iframe, new content appears over the iframe without ever clearing the overlay. HOW TO DUPLICATE: Serve the lodge test site with "npm run start" and visit localhost:8000. Testing the overlay will work correctly for video, for the "say hello" button in the test embed, and even for the test iframe opened by the "modal overlay" link in the features column. Each time the overlay is closed content is erased and new content is loaded without error. But if you open the "modal overlay" iframe, click in it to open the menu, then click its "say hello" button the "Hello" appears without removing the iframe below it. We should see it clear the iframe to leave only the "Hello" and nothing else.
priority
overlay modal not clearing correctly in all cases expected when we ask for something to be shown in the overlay we should assume it will be the only thing shown in the overlay — even if the overlay is already open and showing content in that case the overlay should be cleared before the new content is shown observed with the overlay open and displaying an iframe new content appears over the iframe without ever clearing the overlay how to duplicate serve the lodge test site with npm run start and visit localhost testing the overlay will work correctly for video for the say hello button in the test embed and even for the test iframe opened by the modal overlay link in the features column each time the overlay is closed content is erased and new content is loaded without error but if you open the modal overlay iframe click in it to open the menu then click its say hello button the hello appears without removing the iframe below it we should see it clear the iframe to leave only the hello and nothing else
1
385,447
11,420,981,174
IssuesEvent
2020-02-03 11:10:51
OpenSRP/opensrp-client-core
https://api.github.com/repos/OpenSRP/opensrp-client-core
closed
Don't archive cancelled Tasks, set default when marking synced tasks
Priority: High bug
- [x] Don't archive cancelled Tasks - [x] Set default server version when marking synced tasks to present re-submission
1.0
Don't archive cancelled Tasks, set default when marking synced tasks - - [x] Don't archive cancelled Tasks - [x] Set default server version when marking synced tasks to present re-submission
priority
don t archive cancelled tasks set default when marking synced tasks don t archive cancelled tasks set default server version when marking synced tasks to present re submission
1
302,480
9,260,510,319
IssuesEvent
2019-03-18 06:01:41
Neefay/Belligerence
https://api.github.com/repos/Neefay/Belligerence
opened
Airdrop Interface
Priority: High enhancement
There needs to be a proper interface for airdropping objects such as: - Items - Vehicles - Static Weapons - Soldiers These must be configurable by: - Associated Items and amount - Grid position - Signalling type (smoke/flare) - Faction (in the case of Soldiers)
1.0
Airdrop Interface - There needs to be a proper interface for airdropping objects such as: - Items - Vehicles - Static Weapons - Soldiers These must be configurable by: - Associated Items and amount - Grid position - Signalling type (smoke/flare) - Faction (in the case of Soldiers)
priority
airdrop interface there needs to be a proper interface for airdropping objects such as items vehicles static weapons soldiers these must be configurable by associated items and amount grid position signalling type smoke flare faction in the case of soldiers
1
695,100
23,844,552,900
IssuesEvent
2022-09-06 13:06:49
status-im/status-desktop
https://api.github.com/repos/status-im/status-desktop
closed
Chat - Messages in 1-1 chat arrive out of order
bug priority 1: high E:Bugfixes
# Bug Report ## Description In a 1-1 chat, messages sent close together consistently arrive out of order ## Steps to reproduce 1. Log in with two instances 2. Message from 1 user to the other 3. Observe order messages arrive in. #### Expected behavior Messages arrive in order #### Actual behavior Messages arrive out of order Actual ![2022-08-09_17-22-43 (1)](https://user-images.githubusercontent.com/50769329/183867604-9a3f543f-45aa-42c3-8a06-e9d95798ddb9.gif) ### Additional Information - Status desktop version: https://status-im-prs.ams3.cdn.digitaloceanspaces.com/StatusIm-Desktop-220817-135906-0a4bfa-pr6508.dmg - Operating System: Mac
1.0
Chat - Messages in 1-1 chat arrive out of order - # Bug Report ## Description In a 1-1 chat, messages sent close together consistently arrive out of order ## Steps to reproduce 1. Log in with two instances 2. Message from 1 user to the other 3. Observe order messages arrive in. #### Expected behavior Messages arrive in order #### Actual behavior Messages arrive out of order Actual ![2022-08-09_17-22-43 (1)](https://user-images.githubusercontent.com/50769329/183867604-9a3f543f-45aa-42c3-8a06-e9d95798ddb9.gif) ### Additional Information - Status desktop version: https://status-im-prs.ams3.cdn.digitaloceanspaces.com/StatusIm-Desktop-220817-135906-0a4bfa-pr6508.dmg - Operating System: Mac
priority
chat messages in chat arrive out of order bug report description in a chat messages sent close together consistently arrive out of order steps to reproduce log in with two instances message from user to the other observe order messages arrive in expected behavior messages arrive in order actual behavior messages arrive out of order actual additional information status desktop version operating system mac
1
822,971
30,922,473,400
IssuesEvent
2023-08-06 04:13:45
TEAM-cafe-in/cafe-in-be
https://api.github.com/repos/TEAM-cafe-in/cafe-in-be
opened
feat: 리뷰가 없을 때의 상태를 반영한다
🔥High priority
### As-is --- - 현재 리뷰가 없을 때 커피콩이 소진되고, 혼잡도가 `0(실시간 혼잡도 알아보기)` 으로 표시됩니다. ### To-be --- - [ ] 리뷰가 없을 때의 상태를 반영한다 - [ ] 중복 리뷰가 불가능하도록(하루에 한 번만 리뷰 작성이 가능하도록) 검증하는 테스트 코드를 작성한다 - [ ] JSON 직렬화 시 포맷을 설정한다 - [ ] API 문서를 위한 애노테이션을 추가한다
1.0
feat: 리뷰가 없을 때의 상태를 반영한다 - ### As-is --- - 현재 리뷰가 없을 때 커피콩이 소진되고, 혼잡도가 `0(실시간 혼잡도 알아보기)` 으로 표시됩니다. ### To-be --- - [ ] 리뷰가 없을 때의 상태를 반영한다 - [ ] 중복 리뷰가 불가능하도록(하루에 한 번만 리뷰 작성이 가능하도록) 검증하는 테스트 코드를 작성한다 - [ ] JSON 직렬화 시 포맷을 설정한다 - [ ] API 문서를 위한 애노테이션을 추가한다
priority
feat 리뷰가 없을 때의 상태를 반영한다 as is 현재 리뷰가 없을 때 커피콩이 소진되고 혼잡도가 실시간 혼잡도 알아보기 으로 표시됩니다 to be 리뷰가 없을 때의 상태를 반영한다 중복 리뷰가 불가능하도록 하루에 한 번만 리뷰 작성이 가능하도록 검증하는 테스트 코드를 작성한다 json 직렬화 시 포맷을 설정한다 api 문서를 위한 애노테이션을 추가한다
1
95,103
3,934,180,650
IssuesEvent
2016-04-25 21:39:56
0mp/io-touchpad
https://api.github.com/repos/0mp/io-touchpad
closed
The final check list for the second iteration
priority: high status: in progress type: task
This is what we need to to before submitting the second iteration: - [ ] Close issues and pull requests assigned to you: - [ ] @RjiukYagami - [ ] @piotrekp1 - [x] @michal7352 - [x] me - [ ] :red_circle: Help @RjiukYagami with the test suite. The check list for this issues is here: #22 - [x] Sum up the second iteration in this document (https://github.com/0mp/io-touchpad/wiki/Summary:-The-second-iteration). Every one should add some information about how they contributed to the project during this iteration. - [x] @RjiukYagami - [x] @piotrekp1 - [x] @michal7352 - [x] me - [ ] Clean up your code (@piotrekp1 especially :wink: ) : - [ ] @RjiukYagami - [ ] @piotrekp1 - [x] @michal7352 - [x] me - [ ] Document your code - [ ] @RjiukYagami - [ ] @piotrekp1 - [x] @michal7352 - [x] me ### Comment below that you've read this issue please.
1.0
The final check list for the second iteration - This is what we need to to before submitting the second iteration: - [ ] Close issues and pull requests assigned to you: - [ ] @RjiukYagami - [ ] @piotrekp1 - [x] @michal7352 - [x] me - [ ] :red_circle: Help @RjiukYagami with the test suite. The check list for this issues is here: #22 - [x] Sum up the second iteration in this document (https://github.com/0mp/io-touchpad/wiki/Summary:-The-second-iteration). Every one should add some information about how they contributed to the project during this iteration. - [x] @RjiukYagami - [x] @piotrekp1 - [x] @michal7352 - [x] me - [ ] Clean up your code (@piotrekp1 especially :wink: ) : - [ ] @RjiukYagami - [ ] @piotrekp1 - [x] @michal7352 - [x] me - [ ] Document your code - [ ] @RjiukYagami - [ ] @piotrekp1 - [x] @michal7352 - [x] me ### Comment below that you've read this issue please.
priority
the final check list for the second iteration this is what we need to to before submitting the second iteration close issues and pull requests assigned to you rjiukyagami me red circle help rjiukyagami with the test suite the check list for this issues is here sum up the second iteration in this document every one should add some information about how they contributed to the project during this iteration rjiukyagami me clean up your code especially wink rjiukyagami me document your code rjiukyagami me comment below that you ve read this issue please
1
174,142
6,537,115,518
IssuesEvent
2017-08-31 20:56:46
cs50/harvard.cs50.droplet
https://api.github.com/repos/cs50/harvard.cs50.droplet
closed
changes value of all ace documents
bug high priority
Editing one document changes values of documents in tabs open in all other panes. > Don't know if this happened previously (I just updated to v101) > > If two individual files are open and the "Split pane in two columns (or rows)" command is invoked, a change or edit on one file causes that files contents to be replicated and replaces the contents of the other file. > > This issue seems applicable only to the CS50 IDE, I tried to replicate the problem in my personal C9 workspace and the split pane works as expected. https://github.com/cs50/libcs50/issues/96 ![](https://slack-imgs.com/?c=1&url=http%3A%2F%2Fg.recordit.co%2FC3fz3bExDe.gif)
1.0
changes value of all ace documents - Editing one document changes values of documents in tabs open in all other panes. > Don't know if this happened previously (I just updated to v101) > > If two individual files are open and the "Split pane in two columns (or rows)" command is invoked, a change or edit on one file causes that files contents to be replicated and replaces the contents of the other file. > > This issue seems applicable only to the CS50 IDE, I tried to replicate the problem in my personal C9 workspace and the split pane works as expected. https://github.com/cs50/libcs50/issues/96 ![](https://slack-imgs.com/?c=1&url=http%3A%2F%2Fg.recordit.co%2FC3fz3bExDe.gif)
priority
changes value of all ace documents editing one document changes values of documents in tabs open in all other panes don t know if this happened previously i just updated to if two individual files are open and the split pane in two columns or rows command is invoked a change or edit on one file causes that files contents to be replicated and replaces the contents of the other file this issue seems applicable only to the ide i tried to replicate the problem in my personal workspace and the split pane works as expected
1
566,524
16,823,553,608
IssuesEvent
2021-06-17 15:37:30
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
opened
[studio] Optimize the Dashboard backing APIs to enhance filtering speed
enhancement priority: highest!
Optimizing for the thee Dashboards: - Approved Scheduled Items (get-scheduled-items) - Recently Published (get-deployment-history) - My Recent Activity (get-my-recent-activity) Switch to filtering via SQL in the tables: - `publish_request` - `audit` - `item_metadata/state`
1.0
[studio] Optimize the Dashboard backing APIs to enhance filtering speed - Optimizing for the thee Dashboards: - Approved Scheduled Items (get-scheduled-items) - Recently Published (get-deployment-history) - My Recent Activity (get-my-recent-activity) Switch to filtering via SQL in the tables: - `publish_request` - `audit` - `item_metadata/state`
priority
optimize the dashboard backing apis to enhance filtering speed optimizing for the thee dashboards approved scheduled items get scheduled items recently published get deployment history my recent activity get my recent activity switch to filtering via sql in the tables publish request audit item metadata state
1
48,426
2,998,154,402
IssuesEvent
2015-07-23 12:35:00
jayway/powermock
https://api.github.com/repos/jayway/powermock
closed
Investigate if we should byte-code manipulate an entire hierarchy
imported Milestone-Release1.0 Priority-High Type-Task
_From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on October 29, 2008 12:34:50_ Let's say we have a class called A which extends B. Suppose B has a protected method called "myMethod" and we wish to create a partial mock of A where only this method is mocked. Now we need to do both @PrepareForTest({A.class, B.class}) which is non intuitive, perhaps we should implicitly load B with the MockClassloader when doing @PrepareForTest(A.class)? _Original issue: http://code.google.com/p/powermock/issues/detail?id=50_
1.0
Investigate if we should byte-code manipulate an entire hierarchy - _From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on October 29, 2008 12:34:50_ Let's say we have a class called A which extends B. Suppose B has a protected method called "myMethod" and we wish to create a partial mock of A where only this method is mocked. Now we need to do both @PrepareForTest({A.class, B.class}) which is non intuitive, perhaps we should implicitly load B with the MockClassloader when doing @PrepareForTest(A.class)? _Original issue: http://code.google.com/p/powermock/issues/detail?id=50_
priority
investigate if we should byte code manipulate an entire hierarchy from on october let s say we have a class called a which extends b suppose b has a protected method called mymethod and we wish to create a partial mock of a where only this method is mocked now we need to do both preparefortest a class b class which is non intuitive perhaps we should implicitly load b with the mockclassloader when doing preparefortest a class original issue
1
404,531
11,858,747,316
IssuesEvent
2020-03-25 12:04:33
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Hosted Worlds can't be set public
Category: Web Priority: High Status: Fixed
This is what the hosted world user sees in his web ui: ![hostedworlds](https://user-images.githubusercontent.com/25908592/71870869-9dd1c280-3117-11ea-8780-7741a42f6d16.jpg) This is what is saved in the config: { "PublicServer": false, "Playtime": "", "Password": "", "Description": "Ecocracy Test", "DetailedDescription": "Ecocracy Test", } (PublicServer = false; it does not work!)
1.0
Hosted Worlds can't be set public - This is what the hosted world user sees in his web ui: ![hostedworlds](https://user-images.githubusercontent.com/25908592/71870869-9dd1c280-3117-11ea-8780-7741a42f6d16.jpg) This is what is saved in the config: { "PublicServer": false, "Playtime": "", "Password": "", "Description": "Ecocracy Test", "DetailedDescription": "Ecocracy Test", } (PublicServer = false; it does not work!)
priority
hosted worlds can t be set public this is what the hosted world user sees in his web ui this is what is saved in the config publicserver false playtime password description ecocracy test detaileddescription ecocracy test publicserver false it does not work
1
194,009
6,890,603,995
IssuesEvent
2017-11-22 14:33:09
vmware/vic-product
https://api.github.com/repos/vmware/vic-product
opened
Add conceptual diagrams for VIC
component/ova kind/user-doc priority/high pub/vsphere
At present we only have one conceptual diagram for VIC Engine, which is horribly out of date: https://vmware.github.io/vic-product/assets/files/html/1.3/vic_overview/introduction.html#concepts @pdaigle @pescerosso do you have any decent architectural diagrams for all of VIC that we can reuse? Thanks!
1.0
Add conceptual diagrams for VIC - At present we only have one conceptual diagram for VIC Engine, which is horribly out of date: https://vmware.github.io/vic-product/assets/files/html/1.3/vic_overview/introduction.html#concepts @pdaigle @pescerosso do you have any decent architectural diagrams for all of VIC that we can reuse? Thanks!
priority
add conceptual diagrams for vic at present we only have one conceptual diagram for vic engine which is horribly out of date pdaigle pescerosso do you have any decent architectural diagrams for all of vic that we can reuse thanks
1
194,051
6,891,032,861
IssuesEvent
2017-11-22 15:49:45
opencollective/opencollective
https://api.github.com/repos/opencollective/opencollective
closed
trying to back Open Collective, Inc
high priority
URL: https://opencollective.com/opencollectiveinc Logged in as: ricky Error message: ``` An error occured 😳. The order didn't go through. Please try again in a few.: Error: GraphQL error: Must authenticate as a connected account to be able to use customer parameter. See https://stripe.com/docs/api#create_card_token for more details. ``` Expected result: Become a backer. Browser: Chrome Screenshots: ![opencollectiveinc-error](https://user-images.githubusercontent.com/74381/33086501-99c4bd9e-ce9c-11e7-8d64-05fc4846bb60.jpg) `/subscriptions` show each attempt as `(Cancelled)` <https://user-images.githubusercontent.com/74381/33086598-dd8288e0-ce9c-11e7-9612-371890bcb782.jpg> Maybe you want everyone to back https://opencollective.com/opencollective ? If so need to disable backers on Open Collective, Inc.
1.0
trying to back Open Collective, Inc - URL: https://opencollective.com/opencollectiveinc Logged in as: ricky Error message: ``` An error occured 😳. The order didn't go through. Please try again in a few.: Error: GraphQL error: Must authenticate as a connected account to be able to use customer parameter. See https://stripe.com/docs/api#create_card_token for more details. ``` Expected result: Become a backer. Browser: Chrome Screenshots: ![opencollectiveinc-error](https://user-images.githubusercontent.com/74381/33086501-99c4bd9e-ce9c-11e7-8d64-05fc4846bb60.jpg) `/subscriptions` show each attempt as `(Cancelled)` <https://user-images.githubusercontent.com/74381/33086598-dd8288e0-ce9c-11e7-9612-371890bcb782.jpg> Maybe you want everyone to back https://opencollective.com/opencollective ? If so need to disable backers on Open Collective, Inc.
priority
trying to back open collective inc url logged in as ricky error message an error occured 😳 the order didn t go through please try again in a few error graphql error must authenticate as a connected account to be able to use customer parameter see for more details expected result become a backer browser chrome screenshots subscriptions show each attempt as cancelled maybe you want everyone to back if so need to disable backers on open collective inc
1
239,908
7,800,155,121
IssuesEvent
2018-06-09 05:38:57
tine20/Tine-2.0-Open-Source-Groupware-and-CRM
https://api.github.com/repos/tine20/Tine-2.0-Open-Source-Groupware-and-CRM
closed
0007516: Recurring event exceptions are not syncronized
ActiveSync Bug Mantis high priority
**Reported by csvarer on 29 Nov 2012 08:33** **Version:** Joey (2012.10.2) In this Forum discussion it is described how an recurring event that you move is not synced to the phone: http://www.tine20.org/forum/viewtopic.php?f=8&amp;t=11810&amp;p=45098#p45098 **Steps to reproduce:** Define an recurring event, like every week Monday at 10:00. All sync to the phone works perfectly. Move one of the events to a Tuesday using the webinterface. This moved event does now disappear from the phone sync, and is neither shown Monday or Tuesday at the phone. In the webinterface it is shown as a &quot;recurring event exception&quot;
1.0
0007516: Recurring event exceptions are not syncronized - **Reported by csvarer on 29 Nov 2012 08:33** **Version:** Joey (2012.10.2) In this Forum discussion it is described how an recurring event that you move is not synced to the phone: http://www.tine20.org/forum/viewtopic.php?f=8&amp;t=11810&amp;p=45098#p45098 **Steps to reproduce:** Define an recurring event, like every week Monday at 10:00. All sync to the phone works perfectly. Move one of the events to a Tuesday using the webinterface. This moved event does now disappear from the phone sync, and is neither shown Monday or Tuesday at the phone. In the webinterface it is shown as a &quot;recurring event exception&quot;
priority
recurring event exceptions are not syncronized reported by csvarer on nov version joey in this forum discussion it is described how an recurring event that you move is not synced to the phone steps to reproduce define an recurring event like every week monday at all sync to the phone works perfectly move one of the events to a tuesday using the webinterface this moved event does now disappear from the phone sync and is neither shown monday or tuesday at the phone in the webinterface it is shown as a quot recurring event exception quot
1
266,771
8,374,979,325
IssuesEvent
2018-10-05 15:07:06
Cloud-CV/EvalAI
https://api.github.com/repos/Cloud-CV/EvalAI
opened
Fix potential vulnerabilities due to outdated requirements
backend critical easy_to_fix good first issue priority-high
There are some outdated requirements which can open potential security threats. Hence we should update the vulnerable package versions as suggested by Github. Here is the list of upgrades to be done (as suggested by Github): 1. django ~> 1.11.15 Please make sure to verify the validity and compatibility of suggestions with EvalAI codebase.
1.0
Fix potential vulnerabilities due to outdated requirements - There are some outdated requirements which can open potential security threats. Hence we should update the vulnerable package versions as suggested by Github. Here is the list of upgrades to be done (as suggested by Github): 1. django ~> 1.11.15 Please make sure to verify the validity and compatibility of suggestions with EvalAI codebase.
priority
fix potential vulnerabilities due to outdated requirements there are some outdated requirements which can open potential security threats hence we should update the vulnerable package versions as suggested by github here is the list of upgrades to be done as suggested by github django please make sure to verify the validity and compatibility of suggestions with evalai codebase
1
167,508
6,339,908,110
IssuesEvent
2017-07-27 09:30:51
reds-heig/logisim-evolution
https://api.github.com/repos/reds-heig/logisim-evolution
closed
Logisim Evolution and 4K resolution
enhancement high priority
Hey guys, I'm trying to run logisim evolution on my laptop which has a 4k monitor, and the menu items look really really small.. how can I make them look bigger without down scaling the resolution please ?? thanks in advance for your help
1.0
Logisim Evolution and 4K resolution - Hey guys, I'm trying to run logisim evolution on my laptop which has a 4k monitor, and the menu items look really really small.. how can I make them look bigger without down scaling the resolution please ?? thanks in advance for your help
priority
logisim evolution and resolution hey guys i m trying to run logisim evolution on my laptop which has a monitor and the menu items look really really small how can i make them look bigger without down scaling the resolution please thanks in advance for your help
1
71,438
3,357,275,008
IssuesEvent
2015-11-19 00:25:11
PolarisSS13/Polaris
https://api.github.com/repos/PolarisSS13/Polaris
closed
[Dev-2] ERT Spawning
Priority: High
While screwing around on Dev2, I forced and joined an ERT, however, I spawned exactly where my ghost was.
1.0
[Dev-2] ERT Spawning - While screwing around on Dev2, I forced and joined an ERT, however, I spawned exactly where my ghost was.
priority
ert spawning while screwing around on i forced and joined an ert however i spawned exactly where my ghost was
1
522,392
15,158,988,475
IssuesEvent
2021-02-12 02:48:28
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[9.3] Missing Seize Bank Account Icon
Category: Art Priority: High Squad: Saguaro Type: Task
Build: 0.9.3 Develop-174 Issue: Under civics, the icon for condition "Seize Bank Account" is missing. Furthermore, its text display is color white and doesn't match the others. Screenshot![seize bank account.jpg](https://images.zenhubusercontent.com/5ffb75c5aa5c9e2a1278e024/ab6dcaf8-22e0-40a5-81c9-65c73b5a5f0a):
1.0
[9.3] Missing Seize Bank Account Icon - Build: 0.9.3 Develop-174 Issue: Under civics, the icon for condition "Seize Bank Account" is missing. Furthermore, its text display is color white and doesn't match the others. Screenshot![seize bank account.jpg](https://images.zenhubusercontent.com/5ffb75c5aa5c9e2a1278e024/ab6dcaf8-22e0-40a5-81c9-65c73b5a5f0a):
priority
missing seize bank account icon build develop issue under civics the icon for condition seize bank account is missing furthermore its text display is color white and doesn t match the others screenshot
1
265,547
8,355,814,344
IssuesEvent
2018-10-02 16:40:20
google/oboe
https://api.github.com/repos/google/oboe
closed
ANR or CRASH when closing stream without complete stop
high priority
This report is actually from Diljeet from #214: ------------- BEGIN QUOTE I am the developer of app named Harmonium https://play.google.com/store/apps/details?id=harmonium.music.gameg.real.harmoniumfree It has many users at least 100,000 current users with oboe I want to help, but don't want the app to be listed on oboe page (not yet), once oboe is in stable version you can list my app on oboe page if you like. I use oboe for one simple use only - play continuous frames like a piano app, so i only use simple output stream with low latency (notify me if you want to know all settings) Most important - i don't set the Api, so it tries to use Aaudio on compatible devices. I am writing this message so i can report the major problems i faced and how i solved them (with headaches and full day dry eye testings). 2 major problems faced on android 8.1 Aaudio devices 1) ANR- i used oboe start in activity onResume() (initialization and request start) and oboe stream ->close() in onPause() This stream->close() call blocked and gave around 2000 ANRs in less than 7 days, i will provide log in end of message and solution too. 2) CRASH - after calling stream ->close() i had crashes in aaudio::AudioStreamLegacy::processCallbackCommon on specific devices but many and reported around 1900 crashes in less than 7 days, the problem - when user pressed home or exited the app with back the stream->close() was called and if the callback was still preparing the burst and returned after stream->close() is done i.e return DataCallbackResult::Continue; was called after stream->close() (not normal but happened) the app crashed with abort saying cxa_pure_virtual see log at bottom 1) ANR log "main" prio=5 tid=1 Native | group="main" sCount=1 dsCount=0 flags=1 obj=0x727c1838 self=0x7329ac4e00 | sysTid=6658 nice=-4 cgrp=default sched=0/0 handle=0x73afc489a8 | state=S schedstat=( 23887114216 2007204581 38713 ) utm=1715 stm=673 core=0 HZ=100 | stack=0x7fe4bf5000-0x7fe4bf7000 stackSize=8MB | held mutexes= #00 pc 000000000001d52c /system/lib64/libc.so (syscall+28) #01 pc 0000000000067d54 /system/lib64/libc.so (pthread_cond_wait+96) #02 pc 000000000001168c /system/lib64/libutils.so (android::Thread::requestExitAndWait()+84) #03 pc 00000000000433bc /system/lib64/libaudioclient.so (android::AudioTrack::~AudioTrack()+428) #04 pc 00000000000437a8 /system/lib64/libaudioclient.so (android::AudioTrack::~AudioTrack()+16) #05 pc 000000000000d5f0 /system/lib64/libutils.so (android::RefBase::decStrong(void const*) const+112) #06 pc 000000000001cb10 /system/lib64/libaaudio.so (aaudio::AudioStreamTrack::~AudioStreamTrack()+88) #07 pc 000000000001b068 /system/lib64/libaaudio.so (AAudioStream_close+84) #08 pc 000000000004a7c8 /data/app/harmonium.music.gameg.real.harmoniumfree-FiHTwb0Ip2FBG_5ZmvGfDw==/lib/arm64/libndk1.so (oboe::AudioStreamAAudio::close()+64) #09 pc 000000000004409c /data/app/harmonium.music.gameg.real.harmoniumfree-FiHTwb0Ip2FBG_5ZmvGfDw==/lib/arm64/libndk1.so (MyOboeEngine::stop()+32) #10 pc 000000000000084c /data/app/harmonium.music.gameg.real.harmoniumfree-FiHTwb0Ip2FBG_5ZmvGfDw==/oat/arm64/base.odex (Java_harmonium_music_gameg_real_harmoniumfree_HarmoniumActivity_stopEngine__+124) at harmonium.music.gameg.real.harmoniumfree.HarmoniumActivity.stopEngine (HarmoniumActivity.java) at harmonium.music.gameg.real.harmoniumfree.HarmoniumActivity.onPause (HarmoniumActivity.java:7284) at android.app.Activity.performPause (Activity.java:7286) There are many more ANRs similar to this, i.e. the all started with stream->close() 2) CRASH log Today, 1:57 AM on app version 17 Xiaomi Redmi 5 Plus (vince), Android 8.1 Report 1 *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** pid: 0, tid: 0 >>> harmonium.music.gameg.real.harmoniumfree <<< backtrace: #00 pc 000000000001de54 /system/lib64/libc.so (abort+104) #01 pc 0000000000043408 /system/lib64/libc++.so (abort_message+244) #02 pc 000000000006bb40 /system/lib64/libc++.so (__cxa_pure_virtual+16) #03 pc 000000000001bae8 /system/lib64/libaaudio.so (aaudio::AudioStreamLegacy::processCallbackCommon(int, void*)+352) #04 pc 00000000000474d0 /system/lib64/libaudioclient.so (android::AudioTrack::processAudioBuffer()+1768) #05 pc 00000000000492a0 /system/lib64/libaudioclient.so (android::AudioTrack::AudioTrackThread::threadLoop()+192) #06 pc 0000000000011538 /system/lib64/libutils.so (android::Thread::_threadLoop(void*)+280) #07 pc 0000000000067e50 /system/lib64/libc.so (__pthread_start(void*)+36) #08 pc 000000000001f280 /system/lib64/libc.so (__start_thread+68) All the 1900 crahes has exact same log only sometimes the +352 changed maybe because of version updates Solutions Now or i should say hacks 1) ANR solution - simple but tricky, i somehow managed to get the stream->close() to be called on a seperate thread and the ANR is gone now 2) CRASH solution : i should say it is simple but i had a very hard time figuring this out, had to borrow a device too the stopPhase2() is the solution i.e. calling stop before close, it waits until the audio call back is processing and then closes the stream Detail: - on Activity pause - java code in onPause() boolean phase2Required = stopPhase1(); if(phase2Required){new Thread(){ @Override public void run() { stopPhase2(); // actually called through jni from another jni function } }.start();} c++ code note stopPhase2() is called on a thread AudioStream *mStream = nullptr, *mStreamToDispose = nullptr; bool MyOboeEngine::stopPhase1() { AudioStream *mStreamCopy = mStream; mStream = nullptr; // reason for setting null quickly check onAudioReady bool phase2Required = false; if (mStreamCopy != nullptr){ phase2Required = true; if(mStreamToDispose == nullptr) { mStreamToDispose = mStreamCopy; mStreamCopy->requestStop(); // for non blocking operation }else{ //try normal approach mStreamCopy->stop(); mStreamCopy->close(); } //__android_log_print(ANDROID_LOG_ERROR,"oboelog:","Stream Closed - Phase 1"); } return phase2Required; } void MyOboeEngine::stopPhase2() { AudioStream *mStreamToDisposeCopy = mStreamToDispose; mStreamToDispose = nullptr; if (mStreamToDisposeCopy != nullptr){ if(mStreamToDisposeCopy->getState() != StreamState::Stopped){ mStreamToDisposeCopy->stop(); double msMax=currentTimeMillisDouble()+25; //wait for all callbacks to finish in 25 ms if(msMax>30) while (callBackCallCount!=0 && currentTimeMillisDouble()<msMax){} } mStreamToDisposeCopy->close(); //__android_log_print(ANDROID_LOG_ERROR,"oboelog:","Stream Closed - Phase 2"); } } DataCallbackResult MyOboeEngine::onAudioReady(AudioStream *oboeStream, void *audioData, int32_t numFrames) { callBackCallCount++; if(mStream == nullptr) return DataCallbackResult::Stop; ...... audio processing code callBackCallCount--; return mStream == nullptr ? DataCallbackResult::Stop : DataCallbackResult::Continue; // important is return Stop if mStream == nullptr i check it in start } i hope this code is clear and easy, please paste it in editor and format it for clearity Also please correct me and guide me for a better implementation instead of hacks _Originally posted by @Diljeet in https://github.com/google/oboe/issues/214#issuecomment-423704959_
1.0
ANR or CRASH when closing stream without complete stop - This report is actually from Diljeet from #214: ------------- BEGIN QUOTE I am the developer of app named Harmonium https://play.google.com/store/apps/details?id=harmonium.music.gameg.real.harmoniumfree It has many users at least 100,000 current users with oboe I want to help, but don't want the app to be listed on oboe page (not yet), once oboe is in stable version you can list my app on oboe page if you like. I use oboe for one simple use only - play continuous frames like a piano app, so i only use simple output stream with low latency (notify me if you want to know all settings) Most important - i don't set the Api, so it tries to use Aaudio on compatible devices. I am writing this message so i can report the major problems i faced and how i solved them (with headaches and full day dry eye testings). 2 major problems faced on android 8.1 Aaudio devices 1) ANR- i used oboe start in activity onResume() (initialization and request start) and oboe stream ->close() in onPause() This stream->close() call blocked and gave around 2000 ANRs in less than 7 days, i will provide log in end of message and solution too. 2) CRASH - after calling stream ->close() i had crashes in aaudio::AudioStreamLegacy::processCallbackCommon on specific devices but many and reported around 1900 crashes in less than 7 days, the problem - when user pressed home or exited the app with back the stream->close() was called and if the callback was still preparing the burst and returned after stream->close() is done i.e return DataCallbackResult::Continue; was called after stream->close() (not normal but happened) the app crashed with abort saying cxa_pure_virtual see log at bottom 1) ANR log "main" prio=5 tid=1 Native | group="main" sCount=1 dsCount=0 flags=1 obj=0x727c1838 self=0x7329ac4e00 | sysTid=6658 nice=-4 cgrp=default sched=0/0 handle=0x73afc489a8 | state=S schedstat=( 23887114216 2007204581 38713 ) utm=1715 stm=673 core=0 HZ=100 | stack=0x7fe4bf5000-0x7fe4bf7000 stackSize=8MB | held mutexes= #00 pc 000000000001d52c /system/lib64/libc.so (syscall+28) #01 pc 0000000000067d54 /system/lib64/libc.so (pthread_cond_wait+96) #02 pc 000000000001168c /system/lib64/libutils.so (android::Thread::requestExitAndWait()+84) #03 pc 00000000000433bc /system/lib64/libaudioclient.so (android::AudioTrack::~AudioTrack()+428) #04 pc 00000000000437a8 /system/lib64/libaudioclient.so (android::AudioTrack::~AudioTrack()+16) #05 pc 000000000000d5f0 /system/lib64/libutils.so (android::RefBase::decStrong(void const*) const+112) #06 pc 000000000001cb10 /system/lib64/libaaudio.so (aaudio::AudioStreamTrack::~AudioStreamTrack()+88) #07 pc 000000000001b068 /system/lib64/libaaudio.so (AAudioStream_close+84) #08 pc 000000000004a7c8 /data/app/harmonium.music.gameg.real.harmoniumfree-FiHTwb0Ip2FBG_5ZmvGfDw==/lib/arm64/libndk1.so (oboe::AudioStreamAAudio::close()+64) #09 pc 000000000004409c /data/app/harmonium.music.gameg.real.harmoniumfree-FiHTwb0Ip2FBG_5ZmvGfDw==/lib/arm64/libndk1.so (MyOboeEngine::stop()+32) #10 pc 000000000000084c /data/app/harmonium.music.gameg.real.harmoniumfree-FiHTwb0Ip2FBG_5ZmvGfDw==/oat/arm64/base.odex (Java_harmonium_music_gameg_real_harmoniumfree_HarmoniumActivity_stopEngine__+124) at harmonium.music.gameg.real.harmoniumfree.HarmoniumActivity.stopEngine (HarmoniumActivity.java) at harmonium.music.gameg.real.harmoniumfree.HarmoniumActivity.onPause (HarmoniumActivity.java:7284) at android.app.Activity.performPause (Activity.java:7286) There are many more ANRs similar to this, i.e. the all started with stream->close() 2) CRASH log Today, 1:57 AM on app version 17 Xiaomi Redmi 5 Plus (vince), Android 8.1 Report 1 *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** pid: 0, tid: 0 >>> harmonium.music.gameg.real.harmoniumfree <<< backtrace: #00 pc 000000000001de54 /system/lib64/libc.so (abort+104) #01 pc 0000000000043408 /system/lib64/libc++.so (abort_message+244) #02 pc 000000000006bb40 /system/lib64/libc++.so (__cxa_pure_virtual+16) #03 pc 000000000001bae8 /system/lib64/libaaudio.so (aaudio::AudioStreamLegacy::processCallbackCommon(int, void*)+352) #04 pc 00000000000474d0 /system/lib64/libaudioclient.so (android::AudioTrack::processAudioBuffer()+1768) #05 pc 00000000000492a0 /system/lib64/libaudioclient.so (android::AudioTrack::AudioTrackThread::threadLoop()+192) #06 pc 0000000000011538 /system/lib64/libutils.so (android::Thread::_threadLoop(void*)+280) #07 pc 0000000000067e50 /system/lib64/libc.so (__pthread_start(void*)+36) #08 pc 000000000001f280 /system/lib64/libc.so (__start_thread+68) All the 1900 crahes has exact same log only sometimes the +352 changed maybe because of version updates Solutions Now or i should say hacks 1) ANR solution - simple but tricky, i somehow managed to get the stream->close() to be called on a seperate thread and the ANR is gone now 2) CRASH solution : i should say it is simple but i had a very hard time figuring this out, had to borrow a device too the stopPhase2() is the solution i.e. calling stop before close, it waits until the audio call back is processing and then closes the stream Detail: - on Activity pause - java code in onPause() boolean phase2Required = stopPhase1(); if(phase2Required){new Thread(){ @Override public void run() { stopPhase2(); // actually called through jni from another jni function } }.start();} c++ code note stopPhase2() is called on a thread AudioStream *mStream = nullptr, *mStreamToDispose = nullptr; bool MyOboeEngine::stopPhase1() { AudioStream *mStreamCopy = mStream; mStream = nullptr; // reason for setting null quickly check onAudioReady bool phase2Required = false; if (mStreamCopy != nullptr){ phase2Required = true; if(mStreamToDispose == nullptr) { mStreamToDispose = mStreamCopy; mStreamCopy->requestStop(); // for non blocking operation }else{ //try normal approach mStreamCopy->stop(); mStreamCopy->close(); } //__android_log_print(ANDROID_LOG_ERROR,"oboelog:","Stream Closed - Phase 1"); } return phase2Required; } void MyOboeEngine::stopPhase2() { AudioStream *mStreamToDisposeCopy = mStreamToDispose; mStreamToDispose = nullptr; if (mStreamToDisposeCopy != nullptr){ if(mStreamToDisposeCopy->getState() != StreamState::Stopped){ mStreamToDisposeCopy->stop(); double msMax=currentTimeMillisDouble()+25; //wait for all callbacks to finish in 25 ms if(msMax>30) while (callBackCallCount!=0 && currentTimeMillisDouble()<msMax){} } mStreamToDisposeCopy->close(); //__android_log_print(ANDROID_LOG_ERROR,"oboelog:","Stream Closed - Phase 2"); } } DataCallbackResult MyOboeEngine::onAudioReady(AudioStream *oboeStream, void *audioData, int32_t numFrames) { callBackCallCount++; if(mStream == nullptr) return DataCallbackResult::Stop; ...... audio processing code callBackCallCount--; return mStream == nullptr ? DataCallbackResult::Stop : DataCallbackResult::Continue; // important is return Stop if mStream == nullptr i check it in start } i hope this code is clear and easy, please paste it in editor and format it for clearity Also please correct me and guide me for a better implementation instead of hacks _Originally posted by @Diljeet in https://github.com/google/oboe/issues/214#issuecomment-423704959_
priority
anr or crash when closing stream without complete stop this report is actually from diljeet from begin quote i am the developer of app named harmonium it has many users at least current users with oboe i want to help but don t want the app to be listed on oboe page not yet once oboe is in stable version you can list my app on oboe page if you like i use oboe for one simple use only play continuous frames like a piano app so i only use simple output stream with low latency notify me if you want to know all settings most important i don t set the api so it tries to use aaudio on compatible devices i am writing this message so i can report the major problems i faced and how i solved them with headaches and full day dry eye testings major problems faced on android aaudio devices anr i used oboe start in activity onresume initialization and request start and oboe stream close in onpause this stream close call blocked and gave around anrs in less than days i will provide log in end of message and solution too crash after calling stream close i had crashes in aaudio audiostreamlegacy processcallbackcommon on specific devices but many and reported around crashes in less than days the problem when user pressed home or exited the app with back the stream close was called and if the callback was still preparing the burst and returned after stream close is done i e return datacallbackresult continue was called after stream close not normal but happened the app crashed with abort saying cxa pure virtual see log at bottom anr log main prio tid native group main scount dscount flags obj self systid nice cgrp default sched handle state s schedstat utm stm core hz stack stacksize held mutexes pc system libc so syscall pc system libc so pthread cond wait pc system libutils so android thread requestexitandwait pc system libaudioclient so android audiotrack audiotrack pc system libaudioclient so android audiotrack audiotrack pc system libutils so android refbase decstrong void const const pc system libaaudio so aaudio audiostreamtrack audiostreamtrack pc system libaaudio so aaudiostream close pc data app harmonium music gameg real harmoniumfree lib so oboe audiostreamaaudio close pc data app harmonium music gameg real harmoniumfree lib so myoboeengine stop pc data app harmonium music gameg real harmoniumfree oat base odex java harmonium music gameg real harmoniumfree harmoniumactivity stopengine at harmonium music gameg real harmoniumfree harmoniumactivity stopengine harmoniumactivity java at harmonium music gameg real harmoniumfree harmoniumactivity onpause harmoniumactivity java at android app activity performpause activity java there are many more anrs similar to this i e the all started with stream close crash log today am on app version xiaomi redmi plus vince android report pid tid harmonium music gameg real harmoniumfree backtrace pc system libc so abort pc system libc so abort message pc system libc so cxa pure virtual pc system libaaudio so aaudio audiostreamlegacy processcallbackcommon int void pc system libaudioclient so android audiotrack processaudiobuffer pc system libaudioclient so android audiotrack audiotrackthread threadloop pc system libutils so android thread threadloop void pc system libc so pthread start void pc system libc so start thread all the crahes has exact same log only sometimes the changed maybe because of version updates solutions now or i should say hacks anr solution simple but tricky i somehow managed to get the stream close to be called on a seperate thread and the anr is gone now crash solution i should say it is simple but i had a very hard time figuring this out had to borrow a device too the is the solution i e calling stop before close it waits until the audio call back is processing and then closes the stream detail on activity pause java code in onpause boolean if new thread override public void run actually called through jni from another jni function start c code note is called on a thread audiostream mstream nullptr mstreamtodispose nullptr bool myoboeengine audiostream mstreamcopy mstream mstream nullptr reason for setting null quickly check onaudioready bool false if mstreamcopy nullptr true if mstreamtodispose nullptr mstreamtodispose mstreamcopy mstreamcopy requeststop for non blocking operation else try normal approach mstreamcopy stop mstreamcopy close android log print android log error oboelog stream closed phase return void myoboeengine audiostream mstreamtodisposecopy mstreamtodispose mstreamtodispose nullptr if mstreamtodisposecopy nullptr if mstreamtodisposecopy getstate streamstate stopped mstreamtodisposecopy stop double msmax currenttimemillisdouble wait for all callbacks to finish in ms if msmax while callbackcallcount currenttimemillisdouble msmax mstreamtodisposecopy close android log print android log error oboelog stream closed phase datacallbackresult myoboeengine onaudioready audiostream oboestream void audiodata t numframes callbackcallcount if mstream nullptr return datacallbackresult stop audio processing code callbackcallcount return mstream nullptr datacallbackresult stop datacallbackresult continue important is return stop if mstream nullptr i check it in start i hope this code is clear and easy please paste it in editor and format it for clearity also please correct me and guide me for a better implementation instead of hacks originally posted by diljeet in
1
48,604
2,998,829,423
IssuesEvent
2015-07-23 15:54:42
ExactTarget/fuelux-mctheme
https://api.github.com/repos/ExactTarget/fuelux-mctheme
closed
Align Wizard to pattern
High Priority wizard
- Content background should be white. - Verify padding is correct. - Verify Use of arrow with "next" - Back/Next copy Also, snippets apps needs "back" to be removed when disabled.
1.0
Align Wizard to pattern - - Content background should be white. - Verify padding is correct. - Verify Use of arrow with "next" - Back/Next copy Also, snippets apps needs "back" to be removed when disabled.
priority
align wizard to pattern content background should be white verify padding is correct verify use of arrow with next back next copy also snippets apps needs back to be removed when disabled
1
501,895
14,536,066,422
IssuesEvent
2020-12-15 06:57:15
rubyforgood/casa
https://api.github.com/repos/rubyforgood/casa
closed
volunteers can generate court reports for non transition aged youth
:woman_judge: Court Reports Help Wanted Priority: High
Part of epic #880 // relates to #922 AS a **volunteer**, I can generate a court report that auto-fills with select details, SO that I can fill out remaining details after downloading and submit it to my supervisor. **Court Report for _non_ transition aged youth should look like this** [Template for Court Report for youth under 14.pdf](https://github.com/rubyforgood/casa/files/5373258/Template.for.Court.Report.for.youth.under.14.pdf) **Court Report Fields for _non_ `Transition_Aged_Youth`** _as they should appear_ (Italicized text is helper text the volunteer will need to manually delete before submitting. All information that should be automatically filled when the report is generated appears in [brackets].) - Date Written: [`date` the report is generated] - Hearing Date: [`court_report_date`] - Respondent: - Case #: [`casa_case`] - DOB: [`birth_month_year_youth`] - Persons Interviewed Regarding the Situation: - Name // Title/Relationship // Contact Dates (should display as headers in a single row – underneath each header, the below details related to all `case_contacts` that occurred since the previous `court_report_date` show) [one `contact_type` should display per row under "Title" column] [one `occurred_at` `date` should display per row under "Contact Dates" column] - Situation: _Leave blank, your supervisor will fill this section out._ - Objective Information: _Summarize factual information gathered from your contacts. Just the Facts! Your fact-based opinions come later! Indicate sources and dates from school personnel, physicians, psychological reports, psychiatric repots, etc. (For example: This CASA spoke with Ms. Teacher on January 12, 2009. Ms. Teacher stated…) After each sentence if someone asked “says who?” the answer should be “Jordy, Mom, DSS, school, foster parents, my eyes”.  The answer should not be “the CASA volunteer thinks so”._  - Placement: _Where is the child placed?_  _How is the child adjusting to the placement?_  _Are there any issues or concerns at this point in time at the placement?_  _If so, what are they and who is doing what to address those issues or concerns?_ - Education/Vocation: _Where is the child placed for education (public school, non-public school, GED, JobCorps, etc)?_  _How is the child adjusting to the placement?_  _Are there any concerns at this point in time?_  _If so, what are they and who is doing what to address those concerns?_  _Does this child have an IEP? if not, is there a need for one?_ _Is the child employed? If so, where? If not, are they looking for a job?_ _Does the child have any vocational/life skills?_ _Are they attending life skill classes?_ _Do they have any other life skills needs? (Driver's education, state ID, transportation assistance, clothing voucher, etc.)_ - Health/Mental Health: _Is the child up to date with medical exams?_ _Are there any other medical concerns?_ _Is the child receiving therapy, medication monitoring, mentoring, other therapeutic services?_ _If so, with whom?_  _What do the professionals (who are providing these services) say about the child's progress?_ - Family/Community Connections: _Is this child seeing parents, siblings, other relatives?_  _If so, who is the child visiting, and how often?_ _If there is no visitation, why is it not happening?_ - Permanency Plan: _What is the child's permanency plan? Give a summary of the actions taken to achieve it._ - Assessment: _This section should provide information that leads to your recommendations, but be based on the objective information included in the section above._ _Describe how the child is doing. Include a statement about the CASA’s role in the child’s life. Describe the relationship the CASA and the child currently have._ _What are the current concerns for the child? Is there a need that is not being met?_  _You are presenting your opinion about the case (using factual information). For example: Family therapy is currently not in place. It is important that this service begins because…_ _One paragraph should be dedicated to each concern. What is your recommendation on a service or a plan to meet this need?_ _Restate the permanency plan. Is this the most appropriate plan at this time? Describe why or why not._ _If there is another plan that may be better, offer a recommendation for that plan and describe why and how to achieve this plan._ - Recommendations: _Therefore, CASA respectfully recommends:_ _1.  Ben Price remains in the care and custody of the Department of Social Services/his mother/etc;_ _2.  Something else;_ _3. Something else; and_ _4. CASA is continued._ - (( space for signature )) - [`volunteer_display_name`] - Court Appointed Special Advocate - Appointed: [`case_assignment` `created_at` date] - (( space for signature )) - [`supervisor_volunteer` `display_name`] - CASA Case Supervisor **Acceptance criteria:** - [ ] Volunteer can select which `casa_case` they are generating a court report for. - [ ] Their selection determines which court report type is generated (if `transition_aged_youth` is `TRUE` then court report for transition aged youth is generated, if `transition_aged_youth` is `FALSE` then court report for non-transition aged youth is generated) - [ ] Their selection also determines which `casa_case` the auto filled data should be associated with. - [ ] When volunteer clicks button "Generate Report", a court report is generated based off of the above requirements, and text: _Court report generating. Do not refresh or leave this page_ appears. - [ ] When court report finishes generating, a button to "Download Court Report" appears. - [ ] Clicking the button downloads the court report as a .docx
1.0
volunteers can generate court reports for non transition aged youth - Part of epic #880 // relates to #922 AS a **volunteer**, I can generate a court report that auto-fills with select details, SO that I can fill out remaining details after downloading and submit it to my supervisor. **Court Report for _non_ transition aged youth should look like this** [Template for Court Report for youth under 14.pdf](https://github.com/rubyforgood/casa/files/5373258/Template.for.Court.Report.for.youth.under.14.pdf) **Court Report Fields for _non_ `Transition_Aged_Youth`** _as they should appear_ (Italicized text is helper text the volunteer will need to manually delete before submitting. All information that should be automatically filled when the report is generated appears in [brackets].) - Date Written: [`date` the report is generated] - Hearing Date: [`court_report_date`] - Respondent: - Case #: [`casa_case`] - DOB: [`birth_month_year_youth`] - Persons Interviewed Regarding the Situation: - Name // Title/Relationship // Contact Dates (should display as headers in a single row – underneath each header, the below details related to all `case_contacts` that occurred since the previous `court_report_date` show) [one `contact_type` should display per row under "Title" column] [one `occurred_at` `date` should display per row under "Contact Dates" column] - Situation: _Leave blank, your supervisor will fill this section out._ - Objective Information: _Summarize factual information gathered from your contacts. Just the Facts! Your fact-based opinions come later! Indicate sources and dates from school personnel, physicians, psychological reports, psychiatric repots, etc. (For example: This CASA spoke with Ms. Teacher on January 12, 2009. Ms. Teacher stated…) After each sentence if someone asked “says who?” the answer should be “Jordy, Mom, DSS, school, foster parents, my eyes”.  The answer should not be “the CASA volunteer thinks so”._  - Placement: _Where is the child placed?_  _How is the child adjusting to the placement?_  _Are there any issues or concerns at this point in time at the placement?_  _If so, what are they and who is doing what to address those issues or concerns?_ - Education/Vocation: _Where is the child placed for education (public school, non-public school, GED, JobCorps, etc)?_  _How is the child adjusting to the placement?_  _Are there any concerns at this point in time?_  _If so, what are they and who is doing what to address those concerns?_  _Does this child have an IEP? if not, is there a need for one?_ _Is the child employed? If so, where? If not, are they looking for a job?_ _Does the child have any vocational/life skills?_ _Are they attending life skill classes?_ _Do they have any other life skills needs? (Driver's education, state ID, transportation assistance, clothing voucher, etc.)_ - Health/Mental Health: _Is the child up to date with medical exams?_ _Are there any other medical concerns?_ _Is the child receiving therapy, medication monitoring, mentoring, other therapeutic services?_ _If so, with whom?_  _What do the professionals (who are providing these services) say about the child's progress?_ - Family/Community Connections: _Is this child seeing parents, siblings, other relatives?_  _If so, who is the child visiting, and how often?_ _If there is no visitation, why is it not happening?_ - Permanency Plan: _What is the child's permanency plan? Give a summary of the actions taken to achieve it._ - Assessment: _This section should provide information that leads to your recommendations, but be based on the objective information included in the section above._ _Describe how the child is doing. Include a statement about the CASA’s role in the child’s life. Describe the relationship the CASA and the child currently have._ _What are the current concerns for the child? Is there a need that is not being met?_  _You are presenting your opinion about the case (using factual information). For example: Family therapy is currently not in place. It is important that this service begins because…_ _One paragraph should be dedicated to each concern. What is your recommendation on a service or a plan to meet this need?_ _Restate the permanency plan. Is this the most appropriate plan at this time? Describe why or why not._ _If there is another plan that may be better, offer a recommendation for that plan and describe why and how to achieve this plan._ - Recommendations: _Therefore, CASA respectfully recommends:_ _1.  Ben Price remains in the care and custody of the Department of Social Services/his mother/etc;_ _2.  Something else;_ _3. Something else; and_ _4. CASA is continued._ - (( space for signature )) - [`volunteer_display_name`] - Court Appointed Special Advocate - Appointed: [`case_assignment` `created_at` date] - (( space for signature )) - [`supervisor_volunteer` `display_name`] - CASA Case Supervisor **Acceptance criteria:** - [ ] Volunteer can select which `casa_case` they are generating a court report for. - [ ] Their selection determines which court report type is generated (if `transition_aged_youth` is `TRUE` then court report for transition aged youth is generated, if `transition_aged_youth` is `FALSE` then court report for non-transition aged youth is generated) - [ ] Their selection also determines which `casa_case` the auto filled data should be associated with. - [ ] When volunteer clicks button "Generate Report", a court report is generated based off of the above requirements, and text: _Court report generating. Do not refresh or leave this page_ appears. - [ ] When court report finishes generating, a button to "Download Court Report" appears. - [ ] Clicking the button downloads the court report as a .docx
priority
volunteers can generate court reports for non transition aged youth part of epic relates to as a volunteer i can generate a court report that auto fills with select details so that i can fill out remaining details after downloading and submit it to my supervisor court report for non transition aged youth should look like this court report fields for non transition aged youth as they should appear italicized text is helper text the volunteer will need to manually delete before submitting all information that should be automatically filled when the report is generated appears in date written hearing date respondent case dob persons interviewed regarding the situation name title relationship contact dates should display as headers in a single row – underneath each header the below details related to all case contacts that occurred since the previous court report date show situation leave blank your supervisor will fill this section out objective information summarize factual information gathered from your contacts just the facts your fact based opinions come later indicate sources and dates from school personnel physicians psychological reports psychiatric repots etc for example this casa spoke with ms teacher on january ms teacher stated… after each sentence if someone asked “says who ” the answer should be “jordy mom dss school foster parents my eyes”   the answer should not be “the casa volunteer thinks so”   placement where is the child placed   how is the child adjusting to the placement   are there any issues or concerns at this point in time at the placement   if so what are they and who is doing what to address those issues or concerns education vocation where is the child placed for education public school non public school ged jobcorps etc   how is the child adjusting to the placement   are there any concerns at this point in time   if so what are they and who is doing what to address those concerns   does this child have an iep if not is there a need for one is the child employed if so where if not are they looking for a job does the child have any vocational life skills are they attending life skill classes do they have any other life skills needs driver s education state id transportation assistance clothing voucher etc health mental health is the child up to date with medical exams are there any other medical concerns is the child receiving therapy medication monitoring mentoring other therapeutic services if so with whom   what do the professionals who are providing these services say about the child s progress family community connections is this child seeing parents siblings other relatives   if so who is the child visiting and how often if there is no visitation why is it not happening permanency plan what is the child s permanency plan give a summary of the actions taken to achieve it assessment this section should provide information that leads to your recommendations but be based on the objective information included in the section above describe how the child is doing  include a statement about the casa’s role in the child’s life describe the relationship the casa and the child currently have what are the current concerns for the child is there a need that is not being met   you are presenting your opinion about the case using factual information for example family therapy is currently not in place it is important that this service begins because… one paragraph should be dedicated to each concern what is your recommendation on a service or a plan to meet this need restate the permanency plan is this the most appropriate plan at this time describe why or why not if there is another plan that may be better offer a recommendation for that plan and describe why and how to achieve this plan recommendations therefore casa respectfully recommends   ben price remains in the care and custody of the department of social services his mother etc   something else something else and casa is continued space for signature court appointed special advocate appointed space for signature casa case supervisor acceptance criteria volunteer can select which casa case they are generating a court report for their selection determines which court report type is generated if transition aged youth is true then court report for transition aged youth is generated if transition aged youth is false then court report for non transition aged youth is generated their selection also determines which casa case the auto filled data should be associated with when volunteer clicks button generate report a court report is generated based off of the above requirements and text court report generating do not refresh or leave this page appears when court report finishes generating a button to download court report appears clicking the button downloads the court report as a docx
1
538,767
15,777,827,268
IssuesEvent
2021-04-01 06:53:54
oceanprotocol/aquarius
https://api.github.com/repos/oceanprotocol/aquarius
closed
Aquarius returns 500 for /ddo/query
bug priority:high
URL: POST https://aquarius.mainnet.oceanprotocol.com/api/v1/aquarius/assets/ddo/query Headers: ```js { "Content-Type": "application/json", Accept: "application/json", "User-Agent": "rugpullindex.com crawler/0.0.1" } ``` Body: ```js { page: 1, offset: 407, query: { 'price.type': [ 'pool' ] }, sort: { 'price.ocean': -1 } ``` The answer is 500 INTERNAL SERVER ERROR. I had this in one of my tests and today was the first time it failed.
1.0
Aquarius returns 500 for /ddo/query - URL: POST https://aquarius.mainnet.oceanprotocol.com/api/v1/aquarius/assets/ddo/query Headers: ```js { "Content-Type": "application/json", Accept: "application/json", "User-Agent": "rugpullindex.com crawler/0.0.1" } ``` Body: ```js { page: 1, offset: 407, query: { 'price.type': [ 'pool' ] }, sort: { 'price.ocean': -1 } ``` The answer is 500 INTERNAL SERVER ERROR. I had this in one of my tests and today was the first time it failed.
priority
aquarius returns for ddo query url post headers js content type application json accept application json user agent rugpullindex com crawler body js page offset query price type sort price ocean the answer is internal server error i had this in one of my tests and today was the first time it failed
1
505,964
14,655,721,037
IssuesEvent
2020-12-28 11:41:54
textpattern/textpattern
https://api.github.com/repos/textpattern/textpattern
closed
`Warning "Trying to access array offset on value of type null".` when accessing Diagnostics, PHP 8.0.0
admin-side priority 2: high
### Expected behaviour Diagnostics with no dialogs. ### Actual behaviour `Warning "Trying to access array offset on value of type null".` notification. ![Screenshot 2020-12-04 at 16 30 35](https://user-images.githubusercontent.com/226578/101189224-aa73d900-364e-11eb-8f26-9528bf852e68.png) ### Steps to reproduce * Install Textpattern 4.8.4 plus current patches in 4.8.5 branch, choose 'Zero' theme (not sure if this is relevant, I will retest shortly) * Log in with provided username & password, access Diagnostics, observe notification. #### Additional information Textpattern version: Textpattern 4.8.4 + current patches in 4.8.5. Web server vendor and version: Nginx 1.19 Database server vendor and version: Percona 8.0 PHP version: PHP 8.0.0
1.0
`Warning "Trying to access array offset on value of type null".` when accessing Diagnostics, PHP 8.0.0 - ### Expected behaviour Diagnostics with no dialogs. ### Actual behaviour `Warning "Trying to access array offset on value of type null".` notification. ![Screenshot 2020-12-04 at 16 30 35](https://user-images.githubusercontent.com/226578/101189224-aa73d900-364e-11eb-8f26-9528bf852e68.png) ### Steps to reproduce * Install Textpattern 4.8.4 plus current patches in 4.8.5 branch, choose 'Zero' theme (not sure if this is relevant, I will retest shortly) * Log in with provided username & password, access Diagnostics, observe notification. #### Additional information Textpattern version: Textpattern 4.8.4 + current patches in 4.8.5. Web server vendor and version: Nginx 1.19 Database server vendor and version: Percona 8.0 PHP version: PHP 8.0.0
priority
warning trying to access array offset on value of type null when accessing diagnostics php expected behaviour diagnostics with no dialogs actual behaviour warning trying to access array offset on value of type null notification steps to reproduce install textpattern plus current patches in branch choose zero theme not sure if this is relevant i will retest shortly log in with provided username password access diagnostics observe notification additional information textpattern version textpattern current patches in web server vendor and version nginx database server vendor and version percona php version php
1
385,789
11,425,745,062
IssuesEvent
2020-02-03 20:27:41
fecgov/fec-cms
https://api.github.com/repos/fecgov/fec-cms
closed
Need better state list for presidential downloads
Bug High priority
### Summary The list of states for each candidate in the `individual presidential map candidate` accordion is inaccurate. Currently we use an API endpoint that relies on processed data. The presidential download files do not use processed data. ### Expected Behavior Expected to get an accurate list of states for each candidate. For example Deval Patrick has no states listed under his name. ![image](https://user-images.githubusercontent.com/11817734/73612446-dbf8bf80-45b9-11ea-8c0d-e47d84b308a4.png) The correct list is: AK AL AR AZ CA CO CT DC DE FL GA HI IA ID IL IN KS KY LA MA MD ME MI MN MO MS MT NC ND NE NH NJ NM NV NY OH OK OR PA RI SC SD TN TX UT VA VT WA WI WV WY See: `www.fec.gov/files/bulk-downloads/index.html?prefix=bulk-downloads/Presidential_Map/2020/P00014407/` ### Actual Behavior No states are listed. ![image](https://user-images.githubusercontent.com/11817734/73612446-dbf8bf80-45b9-11ea-8c0d-e47d84b308a4.png) ### Frequency - This is an ongoing, predictable issue - This happens because we are using an API endpoint that only has processed data. ###Completion criteria - [ ] Display correct list of states for each candidate - [ ] Use static list of states for all individual candidates, All candidates, All Republicans and All Democrats `AL | AK | AZ | AR | CA | CO | CT | DE | DC | FL | GA | HI | ID | IL | IN | IA | KS | KY | LA | ME | MD | MA | MI | MN | MS | MO | MT | NE | NV | NH | NJ | NM | NY | NC | ND | OH | OK | OR | PA | RI | SC | SD | TN | TX | UT | VT | VA | WA | WV | WI | WY | Other`
1.0
Need better state list for presidential downloads - ### Summary The list of states for each candidate in the `individual presidential map candidate` accordion is inaccurate. Currently we use an API endpoint that relies on processed data. The presidential download files do not use processed data. ### Expected Behavior Expected to get an accurate list of states for each candidate. For example Deval Patrick has no states listed under his name. ![image](https://user-images.githubusercontent.com/11817734/73612446-dbf8bf80-45b9-11ea-8c0d-e47d84b308a4.png) The correct list is: AK AL AR AZ CA CO CT DC DE FL GA HI IA ID IL IN KS KY LA MA MD ME MI MN MO MS MT NC ND NE NH NJ NM NV NY OH OK OR PA RI SC SD TN TX UT VA VT WA WI WV WY See: `www.fec.gov/files/bulk-downloads/index.html?prefix=bulk-downloads/Presidential_Map/2020/P00014407/` ### Actual Behavior No states are listed. ![image](https://user-images.githubusercontent.com/11817734/73612446-dbf8bf80-45b9-11ea-8c0d-e47d84b308a4.png) ### Frequency - This is an ongoing, predictable issue - This happens because we are using an API endpoint that only has processed data. ###Completion criteria - [ ] Display correct list of states for each candidate - [ ] Use static list of states for all individual candidates, All candidates, All Republicans and All Democrats `AL | AK | AZ | AR | CA | CO | CT | DE | DC | FL | GA | HI | ID | IL | IN | IA | KS | KY | LA | ME | MD | MA | MI | MN | MS | MO | MT | NE | NV | NH | NJ | NM | NY | NC | ND | OH | OK | OR | PA | RI | SC | SD | TN | TX | UT | VT | VA | WA | WV | WI | WY | Other`
priority
need better state list for presidential downloads summary the list of states for each candidate in the individual presidential map candidate accordion is inaccurate currently we use an api endpoint that relies on processed data the presidential download files do not use processed data expected behavior expected to get an accurate list of states for each candidate for example deval patrick has no states listed under his name the correct list is ak al ar az ca co ct dc de fl ga hi ia id il in ks ky la ma md me mi mn mo ms mt nc nd ne nh nj nm nv ny oh ok or pa ri sc sd tn tx ut va vt wa wi wv wy see actual behavior no states are listed frequency this is an ongoing predictable issue this happens because we are using an api endpoint that only has processed data completion criteria display correct list of states for each candidate use static list of states for all individual candidates all candidates all republicans and all democrats al ak az ar ca co ct de dc fl ga hi id il in ia ks ky la me md ma mi mn ms mo mt ne nv nh nj nm ny nc nd oh ok or pa ri sc sd tn tx ut vt va wa wv wi wy other
1
326,567
9,957,979,195
IssuesEvent
2019-07-05 19:02:50
aayaffe/SailingRaceCourseManager
https://api.github.com/repos/aayaffe/SailingRaceCourseManager
closed
Event password was not saved
Priority: High Type: Bug
After initial log in and password entering and then logging out, the phone did not automatically re-login (although required to )
1.0
Event password was not saved - After initial log in and password entering and then logging out, the phone did not automatically re-login (although required to )
priority
event password was not saved after initial log in and password entering and then logging out the phone did not automatically re login although required to
1
483,700
13,928,739,091
IssuesEvent
2020-10-21 22:02:51
canonical-web-and-design/maas-ui
https://api.github.com/repos/canonical-web-and-design/maas-ui
closed
UI navigation bar glitch showing Hardware drop down on wide screen
Priority: High
On a wide screen (2560px) the UI when viewing legacy pages (e.g. http://bolla.internal:5240/MAAS/l/devices) the main navigation bar shows a [Hardware \/ ] [Machines] [Devices] [Controllers] [KVM] etc. The Hardware menu duplicates the Machines, Devices, Controllers, KVM entries. It is *not* reproducible on the React pages e.g. http://bolla.internal:5240/MAAS/r/machines/ I have force reloaded my browser several times, and have no zoom or other changes. MAAS version: 2.9.0~beta6 (9063-g.cb228c79c) MAAS UI: @maas-ui/maas-ui 1.3.1 (e2e8847a). Firefox 81.0.2 on Ubuntu 20.04 LTS
1.0
UI navigation bar glitch showing Hardware drop down on wide screen - On a wide screen (2560px) the UI when viewing legacy pages (e.g. http://bolla.internal:5240/MAAS/l/devices) the main navigation bar shows a [Hardware \/ ] [Machines] [Devices] [Controllers] [KVM] etc. The Hardware menu duplicates the Machines, Devices, Controllers, KVM entries. It is *not* reproducible on the React pages e.g. http://bolla.internal:5240/MAAS/r/machines/ I have force reloaded my browser several times, and have no zoom or other changes. MAAS version: 2.9.0~beta6 (9063-g.cb228c79c) MAAS UI: @maas-ui/maas-ui 1.3.1 (e2e8847a). Firefox 81.0.2 on Ubuntu 20.04 LTS
priority
ui navigation bar glitch showing hardware drop down on wide screen on a wide screen the ui when viewing legacy pages e g the main navigation bar shows a etc the hardware menu duplicates the machines devices controllers kvm entries it is not reproducible on the react pages e g i have force reloaded my browser several times and have no zoom or other changes maas version g maas ui maas ui maas ui firefox on ubuntu lts
1
764,050
26,783,023,897
IssuesEvent
2023-01-31 23:07:47
ArctosDB/arctos
https://api.github.com/repos/ArctosDB/arctos
closed
Error feedback
Priority-High (Needed for work) contact
*Error*: ED484E71-6101-487D-8E4AEDD0C4B8E35D *Circumstances*: Attempted to grant access for data entry to a new agent/username. Immediately received error with text "ERROR: role "mill8849" does not exist Where: SQL statement "grant coldfusion_user to mill8849" PL/pgSQL function manage_user(text,text,text,text,text,text) line 126 at EXECUTE". Any insights?
1.0
Error feedback - *Error*: ED484E71-6101-487D-8E4AEDD0C4B8E35D *Circumstances*: Attempted to grant access for data entry to a new agent/username. Immediately received error with text "ERROR: role "mill8849" does not exist Where: SQL statement "grant coldfusion_user to mill8849" PL/pgSQL function manage_user(text,text,text,text,text,text) line 126 at EXECUTE". Any insights?
priority
error feedback error circumstances attempted to grant access for data entry to a new agent username immediately received error with text error role does not exist where sql statement grant coldfusion user to pl pgsql function manage user text text text text text text line at execute any insights
1
341,191
10,289,030,798
IssuesEvent
2019-08-27 12:19:56
ahmedkaludi/accelerated-mobile-pages
https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages
closed
Serach option should be enabled by default when user comes in design three
NEED FAST REVIEW [Priority: HIGH] bug
Screenshot: https://monosnap.com/file/QWe2aqOqGq9MLYurc6sD9AQXVmfkyf When the user changes the design swift to design three then search option should be enabled by default.
1.0
Serach option should be enabled by default when user comes in design three - Screenshot: https://monosnap.com/file/QWe2aqOqGq9MLYurc6sD9AQXVmfkyf When the user changes the design swift to design three then search option should be enabled by default.
priority
serach option should be enabled by default when user comes in design three screenshot when the user changes the design swift to design three then search option should be enabled by default
1
46,491
2,958,219,740
IssuesEvent
2015-07-08 20:17:20
Metaswitch/sprout
https://api.github.com/repos/Metaswitch/sprout
closed
Sprout crashes during long traffic runs with a VoLTE TAS
high-priority
While running an overnight traffic soak Sprout crashed due to a double delete of a SIP timer. The traffic profile was 15,000 subs, 30 minute registration, 25 CPS with a single TAS. The back-trace was as follows. A diagnostics package will be uploaded. ``` Core was generated by `/usr/share/clearwater/bin/sprout --domain=vm1.richlab.datcon.co.uk --localhost='. Program terminated with signal SIGABRT, Aborted. #0 0x00007f4d09698cc9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. (gdb) bt #0 0x00007f4d09698cc9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 #1 0x00007f4d0969c0d8 in __GI_abort () at abort.c:89 #2 0x00000000005bd98b in signal_handler (sig=6) at main.cpp:1021 #3 <signal handler called> #4 0x00007f4d09698cc9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 #5 0x00007f4d0969c0d8 in __GI_abort () at abort.c:89 #6 0x00007f4d096d5394 in __libc_message (do_abort=do_abort@entry=1, fmt=fmt@entry=0x7f4d097e3b28 "*** Error in `%s': %s: 0x%s ***\n") at ../sysdeps/posix/libc_fatal.c:175 #7 0x00007f4d096e166e in malloc_printerr (ptr=<optimized out>, str=0x7f4d097e3cf0 "double free or corruption (fasttop)", action=1) at malloc.c:4996 #8 _int_free (av=<optimized out>, p=<optimized out>, have_lock=0) at malloc.c:3840 #9 0x00000000005b591c in SproutletProxy::on_timer_pop (th=<optimized out>, tentry=0x7f4c8cadf560) at sproutletproxy.cpp:97 #10 0x00000000006b5009 in pj_timer_heap_poll (ht=0x7f4d002fe3d8, next_delay=0x7f4cae79bdc0) at ../src/pj/timer.c:631 #11 0x0000000000627b8d in pjsip_endpt_handle_events2 (endpt=0x7f4d002fe0b8, max_timeout=0x7f4cae79be00, p_count=0x0) at ../src/pjsip/sip_endpoint.c:711 #12 0x0000000000627cfd in pjsip_endpt_handle_events (endpt=0x7f4d002fe0b8, max_timeout=0x7f4cae79be00) at ../src/pjsip/sip_endpoint.c:768 #13 0x00000000004be97f in pjsip_thread_func (p=<optimized out>) at stack.cpp:161 #14 0x00000000006a4d4e in thread_main (param=0x24183a0) at ../src/pj/os_core_unix.c:523 #15 0x00007f4d0a24f182 in start_thread (arg=0x7f4cae79c700) at pthread_create.c:312 #16 0x00007f4d0975c47d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 ```
1.0
Sprout crashes during long traffic runs with a VoLTE TAS - While running an overnight traffic soak Sprout crashed due to a double delete of a SIP timer. The traffic profile was 15,000 subs, 30 minute registration, 25 CPS with a single TAS. The back-trace was as follows. A diagnostics package will be uploaded. ``` Core was generated by `/usr/share/clearwater/bin/sprout --domain=vm1.richlab.datcon.co.uk --localhost='. Program terminated with signal SIGABRT, Aborted. #0 0x00007f4d09698cc9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. (gdb) bt #0 0x00007f4d09698cc9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 #1 0x00007f4d0969c0d8 in __GI_abort () at abort.c:89 #2 0x00000000005bd98b in signal_handler (sig=6) at main.cpp:1021 #3 <signal handler called> #4 0x00007f4d09698cc9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 #5 0x00007f4d0969c0d8 in __GI_abort () at abort.c:89 #6 0x00007f4d096d5394 in __libc_message (do_abort=do_abort@entry=1, fmt=fmt@entry=0x7f4d097e3b28 "*** Error in `%s': %s: 0x%s ***\n") at ../sysdeps/posix/libc_fatal.c:175 #7 0x00007f4d096e166e in malloc_printerr (ptr=<optimized out>, str=0x7f4d097e3cf0 "double free or corruption (fasttop)", action=1) at malloc.c:4996 #8 _int_free (av=<optimized out>, p=<optimized out>, have_lock=0) at malloc.c:3840 #9 0x00000000005b591c in SproutletProxy::on_timer_pop (th=<optimized out>, tentry=0x7f4c8cadf560) at sproutletproxy.cpp:97 #10 0x00000000006b5009 in pj_timer_heap_poll (ht=0x7f4d002fe3d8, next_delay=0x7f4cae79bdc0) at ../src/pj/timer.c:631 #11 0x0000000000627b8d in pjsip_endpt_handle_events2 (endpt=0x7f4d002fe0b8, max_timeout=0x7f4cae79be00, p_count=0x0) at ../src/pjsip/sip_endpoint.c:711 #12 0x0000000000627cfd in pjsip_endpt_handle_events (endpt=0x7f4d002fe0b8, max_timeout=0x7f4cae79be00) at ../src/pjsip/sip_endpoint.c:768 #13 0x00000000004be97f in pjsip_thread_func (p=<optimized out>) at stack.cpp:161 #14 0x00000000006a4d4e in thread_main (param=0x24183a0) at ../src/pj/os_core_unix.c:523 #15 0x00007f4d0a24f182 in start_thread (arg=0x7f4cae79c700) at pthread_create.c:312 #16 0x00007f4d0975c47d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 ```
priority
sprout crashes during long traffic runs with a volte tas while running an overnight traffic soak sprout crashed due to a double delete of a sip timer the traffic profile was subs minute registration cps with a single tas the back trace was as follows a diagnostics package will be uploaded core was generated by usr share clearwater bin sprout domain richlab datcon co uk localhost program terminated with signal sigabrt aborted in gi raise sig sig entry at nptl sysdeps unix sysv linux raise c nptl sysdeps unix sysv linux raise c no such file or directory gdb bt in gi raise sig sig entry at nptl sysdeps unix sysv linux raise c in gi abort at abort c in signal handler sig at main cpp in gi raise sig sig entry at nptl sysdeps unix sysv linux raise c in gi abort at abort c in libc message do abort do abort entry fmt fmt entry error in s s s n at sysdeps posix libc fatal c in malloc printerr ptr str double free or corruption fasttop action at malloc c int free av p have lock at malloc c in sproutletproxy on timer pop th tentry at sproutletproxy cpp in pj timer heap poll ht next delay at src pj timer c in pjsip endpt handle endpt max timeout p count at src pjsip sip endpoint c in pjsip endpt handle events endpt max timeout at src pjsip sip endpoint c in pjsip thread func p at stack cpp in thread main param at src pj os core unix c in start thread arg at pthread create c in clone at sysdeps unix sysv linux clone s
1
197,170
6,953,151,329
IssuesEvent
2017-12-06 19:58:00
RMUASD-Team2-2017/UASD
https://api.github.com/repos/RMUASD-Team2-2017/UASD
closed
SORA: Describe standard/abnormal operation procedures (check lists)
priority: high task: external task: write
Standard: A description of who normally does what. Abnormal: "Checklist" description of who does what when abnormal things happens - The pilot - Who calls naviar - Etc.
1.0
SORA: Describe standard/abnormal operation procedures (check lists) - Standard: A description of who normally does what. Abnormal: "Checklist" description of who does what when abnormal things happens - The pilot - Who calls naviar - Etc.
priority
sora describe standard abnormal operation procedures check lists standard a description of who normally does what abnormal checklist description of who does what when abnormal things happens the pilot who calls naviar etc
1
6,306
2,587,123,620
IssuesEvent
2015-02-17 16:33:46
Co0sh/BetonQuest
https://api.github.com/repos/Co0sh/BetonQuest
closed
Give event should drop items on the ground when inventory is full
Bug High Priority
Now it just deletes them. When backpack for quest items will be complete, quest items would go there (normal items would be dropped as always). Until then every item should be dropped on the ground.
1.0
Give event should drop items on the ground when inventory is full - Now it just deletes them. When backpack for quest items will be complete, quest items would go there (normal items would be dropped as always). Until then every item should be dropped on the ground.
priority
give event should drop items on the ground when inventory is full now it just deletes them when backpack for quest items will be complete quest items would go there normal items would be dropped as always until then every item should be dropped on the ground
1
177,099
6,574,300,962
IssuesEvent
2017-09-11 12:21:46
espruino/Espruino
https://api.github.com/repos/espruino/Espruino
closed
nRF5x: UART overflow errors
high priority nRF5x
When running at 115200 baud on the UART, we can get overflow errors because the softdevice can keep the chip busy for more time than it takes for a byte to come in (it blocks even our high priority interrupts). There *should* be hardware on the boards that'll do DMA to memory, which would be perfect. However not even Nordic's UART FIFO libraries actually use it! Have posted a question on devzone here: https://devzone.nordicsemi.com/question/166345/nrf52-app_uart_fifo-not-using-hardware-overflow-errors/ Hopefully I'll find some example of doing a proper circular buffer at some point, and will be able to fix this. For now, it scuppers ESP8266 communications at the default 115200 baud - they need to be lowered to maybe even 9600 :(
1.0
nRF5x: UART overflow errors - When running at 115200 baud on the UART, we can get overflow errors because the softdevice can keep the chip busy for more time than it takes for a byte to come in (it blocks even our high priority interrupts). There *should* be hardware on the boards that'll do DMA to memory, which would be perfect. However not even Nordic's UART FIFO libraries actually use it! Have posted a question on devzone here: https://devzone.nordicsemi.com/question/166345/nrf52-app_uart_fifo-not-using-hardware-overflow-errors/ Hopefully I'll find some example of doing a proper circular buffer at some point, and will be able to fix this. For now, it scuppers ESP8266 communications at the default 115200 baud - they need to be lowered to maybe even 9600 :(
priority
uart overflow errors when running at baud on the uart we can get overflow errors because the softdevice can keep the chip busy for more time than it takes for a byte to come in it blocks even our high priority interrupts there should be hardware on the boards that ll do dma to memory which would be perfect however not even nordic s uart fifo libraries actually use it have posted a question on devzone here hopefully i ll find some example of doing a proper circular buffer at some point and will be able to fix this for now it scuppers communications at the default baud they need to be lowered to maybe even
1
374,639
11,093,505,099
IssuesEvent
2019-12-16 02:07:42
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
reopened
Contract board auth broken
High Priority Reopen Staging
You can post contract only if you are the owner of the board Changing Authorized Consumers has no effect ![image](https://user-images.githubusercontent.com/56091594/68074863-5d6d6580-fdb1-11e9-93d8-00caf6ff194f.png)
1.0
Contract board auth broken - You can post contract only if you are the owner of the board Changing Authorized Consumers has no effect ![image](https://user-images.githubusercontent.com/56091594/68074863-5d6d6580-fdb1-11e9-93d8-00caf6ff194f.png)
priority
contract board auth broken you can post contract only if you are the owner of the board changing authorized consumers has no effect
1
406,765
11,902,647,729
IssuesEvent
2020-03-30 14:15:31
svthalia/concrexit
https://api.github.com/repos/svthalia/concrexit
closed
Think of a way to improve partner logo's in dark mode
feature priority: high
In GitLab by @JobDoesburg on Mar 11, 2020, 21:18 <!-- You want something new. --> ### One-sentence description Think of a way to improve partner logo's in dark mode ### Motivation With current dark mode, some partner logo's look a bit weird ### Desired functionality They should look good both in dark mode and light mode. **Both in the banner, and in the vacancy pages** ### Suggested implementation It is hard to do this correctly for all logo's. One way is to add a css filter in dark mode that makes the logo's more white. Another way could be to just support a dark mode and light mode logo.
1.0
Think of a way to improve partner logo's in dark mode - In GitLab by @JobDoesburg on Mar 11, 2020, 21:18 <!-- You want something new. --> ### One-sentence description Think of a way to improve partner logo's in dark mode ### Motivation With current dark mode, some partner logo's look a bit weird ### Desired functionality They should look good both in dark mode and light mode. **Both in the banner, and in the vacancy pages** ### Suggested implementation It is hard to do this correctly for all logo's. One way is to add a css filter in dark mode that makes the logo's more white. Another way could be to just support a dark mode and light mode logo.
priority
think of a way to improve partner logo s in dark mode in gitlab by jobdoesburg on mar you want something new one sentence description think of a way to improve partner logo s in dark mode motivation with current dark mode some partner logo s look a bit weird desired functionality they should look good both in dark mode and light mode both in the banner and in the vacancy pages suggested implementation it is hard to do this correctly for all logo s one way is to add a css filter in dark mode that makes the logo s more white another way could be to just support a dark mode and light mode logo
1
811,994
30,309,981,465
IssuesEvent
2023-07-10 12:11:39
status-im/status-desktop
https://api.github.com/repos/status-im/status-desktop
closed
Communities: Channel/Category regression
bug priority 1: high priority F2: important
Version: 0.13.0-rc.6 OS: Windows 10 *** Preconditions: Download 0.13 - rc.6 and restore Status account from seed phrase <ins>Steps to reproduce:</ins> 1. Navigate to the internal Status community <ins>What currently incorrectly happens:</ins> 2. The Status channels are not categorised and are in seemingly a random order. The categories still exist but are sitting at the bottom of the secondary nav and have no channels. <ins>What is supposed to happen:</ins> 2. Channels should be categorised :) <ins>Other information</ins> https://github.com/status-im/status-desktop/assets/124154641/b5bdfe9f-bced-4fe5-95ea-72533f85b120
2.0
Communities: Channel/Category regression - Version: 0.13.0-rc.6 OS: Windows 10 *** Preconditions: Download 0.13 - rc.6 and restore Status account from seed phrase <ins>Steps to reproduce:</ins> 1. Navigate to the internal Status community <ins>What currently incorrectly happens:</ins> 2. The Status channels are not categorised and are in seemingly a random order. The categories still exist but are sitting at the bottom of the secondary nav and have no channels. <ins>What is supposed to happen:</ins> 2. Channels should be categorised :) <ins>Other information</ins> https://github.com/status-im/status-desktop/assets/124154641/b5bdfe9f-bced-4fe5-95ea-72533f85b120
priority
communities channel category regression version rc os windows preconditions download rc and restore status account from seed phrase steps to reproduce navigate to the internal status community what currently incorrectly happens the status channels are not categorised and are in seemingly a random order the categories still exist but are sitting at the bottom of the secondary nav and have no channels what is supposed to happen channels should be categorised other information
1
395,720
11,695,467,743
IssuesEvent
2020-03-06 07:36:03
aivivn/d2l-vn
https://api.github.com/repos/aivivn/d2l-vn
closed
Revise "linear-regression_vn" - Phần 3
chapter:linear-networks priority:high status: phase 2
Phần này được dịch bởi: **thduynguyen**. Nếu bạn đã dịch phần này, vui lòng bỏ qua việc revise.
1.0
Revise "linear-regression_vn" - Phần 3 - Phần này được dịch bởi: **thduynguyen**. Nếu bạn đã dịch phần này, vui lòng bỏ qua việc revise.
priority
revise linear regression vn phần phần này được dịch bởi thduynguyen nếu bạn đã dịch phần này vui lòng bỏ qua việc revise
1
532,117
15,529,885,620
IssuesEvent
2021-03-13 16:56:01
joehot200/AntiAura
https://api.github.com/repos/joehot200/AntiAura
closed
11.84: Swimming through water with head poking flags Flight
bug high-priority
**Media:** https://youtu.be/nHHBQpOSNPE **AntiAura version:** 11.84 **Server version:** Paper version git-Paper-372 (MC: 1.15.2)
1.0
11.84: Swimming through water with head poking flags Flight - **Media:** https://youtu.be/nHHBQpOSNPE **AntiAura version:** 11.84 **Server version:** Paper version git-Paper-372 (MC: 1.15.2)
priority
swimming through water with head poking flags flight media antiaura version server version paper version git paper mc
1
346,038
10,383,476,860
IssuesEvent
2019-09-10 09:44:26
SunwellTracker/issues
https://api.github.com/repos/SunwellTracker/issues
closed
Evocation
High Priority Invalid/Wrong Issue Mage
Decription: If you have a loot table opened such as looting the mob for example, and you use evocation while the loot window is displayed, evocation will cancel its cast right away How it works: Evocation will cancel its cast right away, providing no mana and have its full cd duration, now this doesnt seem like a something important but it's really annoying especially while leveling. How it should work: It should close the loot table/window and do its proper evocation animation and cast. Source (you should point out proofs of your report, please give us some source): https://imgur.com/a/DLUKH video proof here
1.0
Evocation - Decription: If you have a loot table opened such as looting the mob for example, and you use evocation while the loot window is displayed, evocation will cancel its cast right away How it works: Evocation will cancel its cast right away, providing no mana and have its full cd duration, now this doesnt seem like a something important but it's really annoying especially while leveling. How it should work: It should close the loot table/window and do its proper evocation animation and cast. Source (you should point out proofs of your report, please give us some source): https://imgur.com/a/DLUKH video proof here
priority
evocation decription if you have a loot table opened such as looting the mob for example and you use evocation while the loot window is displayed evocation will cancel its cast right away how it works evocation will cancel its cast right away providing no mana and have its full cd duration now this doesnt seem like a something important but it s really annoying especially while leveling how it should work it should close the loot table window and do its proper evocation animation and cast source you should point out proofs of your report please give us some source video proof here
1
154,005
5,907,039,977
IssuesEvent
2017-05-19 16:35:37
vmware/vic
https://api.github.com/repos/vmware/vic
closed
Ensure that runblocking is configured anew for each container start
component/portlayer/interaction component/tether kind/bug kind/customer-found priority/high
**Story** As a docker API user calling start I expect the container process to launch when the container starts As a docker API user calling attach before start I expect to receive _all_ of the container process output **Detail** We have a mechanism called runblocking that inhibits the container process from starting until an attach is performed. This is triggered by the following API call ordering: 1. attach 2. start If calling attach after start then no blocking occurs. This is implemented via a flag that suppresses launching of the container process until that attach has occurred (or a timeout triggers IIRC - need to confirm). I'm raising this issue because I don't think there's a test the covers the following case: 1. attach 2. start 3. stop 4. start -> check that process launched without blocking Estimated at 5 for the case where behavioural changes are needed - if after investigation the behaviour is correct and only a test is needed this should be a 2. **Acceptance** - [ ] container process launches without blocking on the second `docker start <id>` having been launched previously with `docker run -i` (i.e. runblocking enabled)
1.0
Ensure that runblocking is configured anew for each container start - **Story** As a docker API user calling start I expect the container process to launch when the container starts As a docker API user calling attach before start I expect to receive _all_ of the container process output **Detail** We have a mechanism called runblocking that inhibits the container process from starting until an attach is performed. This is triggered by the following API call ordering: 1. attach 2. start If calling attach after start then no blocking occurs. This is implemented via a flag that suppresses launching of the container process until that attach has occurred (or a timeout triggers IIRC - need to confirm). I'm raising this issue because I don't think there's a test the covers the following case: 1. attach 2. start 3. stop 4. start -> check that process launched without blocking Estimated at 5 for the case where behavioural changes are needed - if after investigation the behaviour is correct and only a test is needed this should be a 2. **Acceptance** - [ ] container process launches without blocking on the second `docker start <id>` having been launched previously with `docker run -i` (i.e. runblocking enabled)
priority
ensure that runblocking is configured anew for each container start story as a docker api user calling start i expect the container process to launch when the container starts as a docker api user calling attach before start i expect to receive all of the container process output detail we have a mechanism called runblocking that inhibits the container process from starting until an attach is performed this is triggered by the following api call ordering attach start if calling attach after start then no blocking occurs this is implemented via a flag that suppresses launching of the container process until that attach has occurred or a timeout triggers iirc need to confirm i m raising this issue because i don t think there s a test the covers the following case attach start stop start check that process launched without blocking estimated at for the case where behavioural changes are needed if after investigation the behaviour is correct and only a test is needed this should be a acceptance container process launches without blocking on the second docker start having been launched previously with docker run i i e runblocking enabled
1
769,899
27,021,609,035
IssuesEvent
2023-02-11 03:54:57
okTurtles/group-income
https://api.github.com/repos/okTurtles/group-income
closed
Archive payments in indexed storage using pagination
Kind:Enhancement App:Frontend Priority:High
### Problem We have `gi.contracts/group/archivePayments` method in group contract which archives historical payments in Indexed Storage of the browser. What this function does is to clone the state of historical `payments` and `paymentsByPeriod` to the indexed storage. We need the payments in pagination, so we should find another way to save historical `payments` and `paymentsByPeriod` so that it could be easy to get them for a specific page and also in types(`Received` and `Sent`) easily. Discussed here: https://github.com/okTurtles/group-income/pull/1434#discussion_r1008971602 ### Solution Need to divide `payments` and `paymentsByPeriod` into several parts using different keys so that it's easy to pick payments easily if necessary. Should TAKE CARE of the payments types of `Received` and `Sent`. I think it's good to make keys for each of `Received` and `Sent`.
1.0
Archive payments in indexed storage using pagination - ### Problem We have `gi.contracts/group/archivePayments` method in group contract which archives historical payments in Indexed Storage of the browser. What this function does is to clone the state of historical `payments` and `paymentsByPeriod` to the indexed storage. We need the payments in pagination, so we should find another way to save historical `payments` and `paymentsByPeriod` so that it could be easy to get them for a specific page and also in types(`Received` and `Sent`) easily. Discussed here: https://github.com/okTurtles/group-income/pull/1434#discussion_r1008971602 ### Solution Need to divide `payments` and `paymentsByPeriod` into several parts using different keys so that it's easy to pick payments easily if necessary. Should TAKE CARE of the payments types of `Received` and `Sent`. I think it's good to make keys for each of `Received` and `Sent`.
priority
archive payments in indexed storage using pagination problem we have gi contracts group archivepayments method in group contract which archives historical payments in indexed storage of the browser what this function does is to clone the state of historical payments and paymentsbyperiod to the indexed storage we need the payments in pagination so we should find another way to save historical payments and paymentsbyperiod so that it could be easy to get them for a specific page and also in types received and sent easily discussed here solution need to divide payments and paymentsbyperiod into several parts using different keys so that it s easy to pick payments easily if necessary should take care of the payments types of received and sent i think it s good to make keys for each of received and sent
1
713,334
24,524,916,375
IssuesEvent
2022-10-11 12:27:36
AY2223S1-CS2103T-W17-2/tp
https://api.github.com/repos/AY2223S1-CS2103T-W17-2/tp
closed
Summarize my financials
type.story priority.HIGH
As a user, I can summarize my financials, so that I can be aware of the amount of money I can spend
1.0
Summarize my financials - As a user, I can summarize my financials, so that I can be aware of the amount of money I can spend
priority
summarize my financials as a user i can summarize my financials so that i can be aware of the amount of money i can spend
1
412,934
12,058,411,536
IssuesEvent
2020-04-15 17:24:46
gorilla-devs/GDLauncher
https://api.github.com/repos/gorilla-devs/GDLauncher
closed
Remember me login issue
Priority: High Status: In Progress Status: Next Release bug
**Describe the bug** The login bug relating to "Remember Me" not keeping you logged in still exists but in a different form. Now what happens is that your account will not stay logged in, but instead the launcher will set then username to "Undefined", this does still let you launch minecraft, but it does cause issues as you are effectively signing in as a different user. For example Thaumcraft will not remember any of your research. **To Reproduce** Steps to reproduce the behavior: 1. Open the launcher. (maybe it happens) **Expected behavior** You stay logged in. **Possible solutions** It's a technical issue, so I don't know. Maybe check that the previously logged in user is logged in if the user did not intentionally log out and the "Remember Me" box was ticked. **Operating System:** - OS: Windows - Version: 10
1.0
Remember me login issue - **Describe the bug** The login bug relating to "Remember Me" not keeping you logged in still exists but in a different form. Now what happens is that your account will not stay logged in, but instead the launcher will set then username to "Undefined", this does still let you launch minecraft, but it does cause issues as you are effectively signing in as a different user. For example Thaumcraft will not remember any of your research. **To Reproduce** Steps to reproduce the behavior: 1. Open the launcher. (maybe it happens) **Expected behavior** You stay logged in. **Possible solutions** It's a technical issue, so I don't know. Maybe check that the previously logged in user is logged in if the user did not intentionally log out and the "Remember Me" box was ticked. **Operating System:** - OS: Windows - Version: 10
priority
remember me login issue describe the bug the login bug relating to remember me not keeping you logged in still exists but in a different form now what happens is that your account will not stay logged in but instead the launcher will set then username to undefined this does still let you launch minecraft but it does cause issues as you are effectively signing in as a different user for example thaumcraft will not remember any of your research to reproduce steps to reproduce the behavior open the launcher maybe it happens expected behavior you stay logged in possible solutions it s a technical issue so i don t know maybe check that the previously logged in user is logged in if the user did not intentionally log out and the remember me box was ticked operating system os windows version
1
302,116
9,255,304,819
IssuesEvent
2019-03-16 08:36:55
powershellpr0mpt/PSP-Inventory
https://api.github.com/repos/powershellpr0mpt/PSP-Inventory
closed
[BUG] - Get-PspLocalGroup broken after update 1.0.4 when using PSSession
bug high priority
**Describe the bug** ```powershell The term '_GetLocalGroupMember' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. + CategoryInfo : ObjectNotFound: (_GetLocalGroupMember:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException + PSComputerName : ``` **Additional context** Forgot to include the `_GetLocalGroupMember` function within the PSSession
1.0
[BUG] - Get-PspLocalGroup broken after update 1.0.4 when using PSSession - **Describe the bug** ```powershell The term '_GetLocalGroupMember' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. + CategoryInfo : ObjectNotFound: (_GetLocalGroupMember:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException + PSComputerName : ``` **Additional context** Forgot to include the `_GetLocalGroupMember` function within the PSSession
priority
get psplocalgroup broken after update when using pssession describe the bug powershell the term getlocalgroupmember is not recognized as the name of a cmdlet function script file or operable program check the spelling of the name or if a path was included verify that the path is correct and try again categoryinfo objectnotfound getlocalgroupmember string commandnotfoundexception fullyqualifiederrorid commandnotfoundexception pscomputername additional context forgot to include the getlocalgroupmember function within the pssession
1
489,470
14,107,040,820
IssuesEvent
2020-11-06 15:44:51
geosolutions-it/unesco-ihp
https://api.github.com/repos/geosolutions-it/unesco-ihp
closed
Enable Backup/Restore on Prod Server
Priority: High backlog next task unesco-ihp
Install, configure and enable the back-up and restore for this GeoNode instance.
1.0
Enable Backup/Restore on Prod Server - Install, configure and enable the back-up and restore for this GeoNode instance.
priority
enable backup restore on prod server install configure and enable the back up and restore for this geonode instance
1
142,919
5,480,064,526
IssuesEvent
2017-03-13 05:58:29
nus-mtp/steps-networking-module
https://api.github.com/repos/nus-mtp/steps-networking-module
closed
Store User in Local Storage
database high-priority
Criteria: 1. Both token and user email should be stored in local storage so that the user information in the database can be accessed 2. Routes need to be redirected to login if user is not authenticated
1.0
Store User in Local Storage - Criteria: 1. Both token and user email should be stored in local storage so that the user information in the database can be accessed 2. Routes need to be redirected to login if user is not authenticated
priority
store user in local storage criteria both token and user email should be stored in local storage so that the user information in the database can be accessed routes need to be redirected to login if user is not authenticated
1
238,599
7,781,196,789
IssuesEvent
2018-06-05 22:53:25
ni/nimi-python
https://api.github.com/repos/ni/nimi-python
closed
Remove defaults for offset/gain/amplitude parameters in all nifgen functions
API nifgen priority-high source-breaker
> Explicit is better than implicit. [Zen](https://www.python.org/dev/peps/pep-0020/#id3) * `configure_freq_list(self, frequency_list_handle, amplitude, dc_offset=0.0, start_phase=0.0)` * `configure_standard_waveform(self, waveform, amplitude, frequency, dc_offset=0.0, start_phase=0.0)` Look for other instances.
1.0
Remove defaults for offset/gain/amplitude parameters in all nifgen functions - > Explicit is better than implicit. [Zen](https://www.python.org/dev/peps/pep-0020/#id3) * `configure_freq_list(self, frequency_list_handle, amplitude, dc_offset=0.0, start_phase=0.0)` * `configure_standard_waveform(self, waveform, amplitude, frequency, dc_offset=0.0, start_phase=0.0)` Look for other instances.
priority
remove defaults for offset gain amplitude parameters in all nifgen functions explicit is better than implicit configure freq list self frequency list handle amplitude dc offset start phase configure standard waveform self waveform amplitude frequency dc offset start phase look for other instances
1
780,301
27,388,679,185
IssuesEvent
2023-02-28 14:56:58
BlueCodeSystems/opensrp-client-ecap-chw
https://api.github.com/repos/BlueCodeSystems/opensrp-client-ecap-chw
closed
Household enrollment: The section "Emergency Contact" is missing.
enhancement High Priority
Should be included just below the "Malaria Prevention" section. ![image](https://user-images.githubusercontent.com/25362528/149357958-eb48fe3b-daac-4d74-983f-9b9a776dd1ca.png) - [ ] Merge the fields highlighted into one field and name it "Contact Address" to capture the address for the emergency contact provided. - [ ] The field Telephone should be named "Contact phone number". - [ ] Implement appropriate validations on the fields. - [ ] Make sure the emergency contact's name and phone number show on the household overview in the household profile. - [ ] Under malaria prevention, change "Beds" to "beds" in the label "Number of Beds in households" (low priority)
1.0
Household enrollment: The section "Emergency Contact" is missing. - Should be included just below the "Malaria Prevention" section. ![image](https://user-images.githubusercontent.com/25362528/149357958-eb48fe3b-daac-4d74-983f-9b9a776dd1ca.png) - [ ] Merge the fields highlighted into one field and name it "Contact Address" to capture the address for the emergency contact provided. - [ ] The field Telephone should be named "Contact phone number". - [ ] Implement appropriate validations on the fields. - [ ] Make sure the emergency contact's name and phone number show on the household overview in the household profile. - [ ] Under malaria prevention, change "Beds" to "beds" in the label "Number of Beds in households" (low priority)
priority
household enrollment the section emergency contact is missing should be included just below the malaria prevention section merge the fields highlighted into one field and name it contact address to capture the address for the emergency contact provided the field telephone should be named contact phone number implement appropriate validations on the fields make sure the emergency contact s name and phone number show on the household overview in the household profile under malaria prevention change beds to beds in the label number of beds in households low priority
1
239,570
7,799,813,547
IssuesEvent
2018-06-09 00:47:59
tine20/Tine-2.0-Open-Source-Groupware-and-CRM
https://api.github.com/repos/tine20/Tine-2.0-Open-Source-Groupware-and-CRM
closed
0005584: container grants are not taken into account
Bug Filemanager Mantis high priority
**Reported by pschuele on 8 Feb 2012 21:10** **Version:** Milan (2012-03) Beta 2 container grants are not taken into account -&gt; all possible actions are shown and enabled even if user has no grants to do that
1.0
0005584: container grants are not taken into account - **Reported by pschuele on 8 Feb 2012 21:10** **Version:** Milan (2012-03) Beta 2 container grants are not taken into account -&gt; all possible actions are shown and enabled even if user has no grants to do that
priority
container grants are not taken into account reported by pschuele on feb version milan beta container grants are not taken into account gt all possible actions are shown and enabled even if user has no grants to do that
1
143,901
5,532,450,456
IssuesEvent
2017-03-21 10:39:29
franzenzenhofer/f19n-livetest-chrome-extension
https://api.github.com/repos/franzenzenhofer/f19n-livetest-chrome-extension
closed
css leak
high-priority
![image](https://cloud.githubusercontent.com/assets/323190/18007082/d692eb46-6ba2-11e6-9a74-6082ddea3991.png) on orf.at with the extension the text is now mini? is this a css leak? @hg-lr please investigate and fix if it is
1.0
css leak - ![image](https://cloud.githubusercontent.com/assets/323190/18007082/d692eb46-6ba2-11e6-9a74-6082ddea3991.png) on orf.at with the extension the text is now mini? is this a css leak? @hg-lr please investigate and fix if it is
priority
css leak on orf at with the extension the text is now mini is this a css leak hg lr please investigate and fix if it is
1
590,190
17,773,062,271
IssuesEvent
2021-08-30 15:43:28
dtcenter/MET
https://api.github.com/repos/dtcenter/MET
closed
Enable TC-Pairs to only write output for a configurable list of valid times.
type: enhancement priority: high requestor: NOAA/GSL reporting: DTC NOAA R2O required: FOR DEVELOPMENT RELEASE MET: Tropical Cyclone Tools
## Describe the Enhancement ## Model developers at NOAA/GSL would like to run TC-Pairs/METexpress in realtime to analyze model performance while the BEST track file for that storm is still actively being updated. Recommend adding new TC-Pairs configuration file options to support this usage. TC-Pairs currently supports valid_beg and valid_end. Only tracks that are completely contained in that window are retained. Just like we have init_inc and init_exc, recommend adding valid_inc and valid_exc options. If empty, their default values, all track points will be used. If valid_inc is non-empty, discard any track points that do not appear in that list. If valid_exc is non-empty, discard any track points that do appear in that list. While TC-Pairs will still process all track data passed as input, provide an option to specify a list of one or more valid times for which output is desired. An empty list, the default value, means that all data should be written to the output. For a non-empty list, only write output for track points whose valid time appears in that list. When running tc_pairs in realtime, processing a single valid time at once, the config options listed below would be useful. ``` valid_inc = [ "20210807_060000", "20210807_120000" ]; valid_exc = [ ]; write_valid = [ "20210807_120000" ]; ``` When evaluating for valid_time = 20210807_120000, tc_pairs should only need the current time and one previous time. However, only write output for the current time. ### Time Estimate ### 2 days ### Sub-Issues ### Consider breaking the enhancement down into sub-issues. No sub-issues needed. ### Relevant Deadlines ### *List relevant project deadlines here or state NONE.* ### Funding Source ### 2792541 ## Define the Metadata ## ### Assignee ### - [x] Select **engineer(s)** or **no engineer** required: John HG - [x] Select **scientist(s)** or **no scientist** required: Molly Smith ### Labels ### - [x] Select **component(s)** - [x] Select **priority** - [x] Select **requestor(s)** ### Projects and Milestone ### - [x] Select **Repository** and/or **Organization** level **Project(s)** or add **alert: NEED PROJECT ASSIGNMENT** label - [x] Select **Milestone** as the next official version or **Future Versions** ## Define Related Issue(s) ## Consider the impact to the other METplus components. - [x] [METplus](https://github.com/dtcenter/METplus/issues/new/choose), [MET](https://github.com/dtcenter/MET/issues/new/choose), [METdatadb](https://github.com/dtcenter/METdatadb/issues/new/choose), [METviewer](https://github.com/dtcenter/METviewer/issues/new/choose), [METexpress](https://github.com/dtcenter/METexpress/issues/new/choose), [METcalcpy](https://github.com/dtcenter/METcalcpy/issues/new/choose), [METplotpy](https://github.com/dtcenter/METplotpy/issues/new/choose) - [x] Define a METplus issue to make these config options configurable: dtcenter/METplus#1069 ## Enhancement Checklist ## See the [METplus Workflow](https://metplus.readthedocs.io/en/latest/Contributors_Guide/github_workflow.html) for details. - [x] Complete the issue definition above, including the **Time Estimate** and **Funding Source**. - [x] Fork this repository or create a branch of **develop**. Branch name: `feature_<Issue Number>_<Description>` - [x] Complete the development and test your changes. - [x] Add/update log messages for easier debugging. - [x] Add/update unit tests. - [x] Add/update documentation. - [x] Push local changes to GitHub. - [x] Submit a pull request to merge into **develop**. Pull request: `feature <Issue Number> <Description>` - [x] Define the pull request metadata, as permissions allow. Select: **Reviewer(s)** and **Linked issues** Select: **Repository** level development cycle **Project** for the next official release Select: **Milestone** as the next official version - [x] Iterate until the reviewer(s) accept and merge your changes. - [x] Delete your fork or branch. - [x] Close this issue.
1.0
Enable TC-Pairs to only write output for a configurable list of valid times. - ## Describe the Enhancement ## Model developers at NOAA/GSL would like to run TC-Pairs/METexpress in realtime to analyze model performance while the BEST track file for that storm is still actively being updated. Recommend adding new TC-Pairs configuration file options to support this usage. TC-Pairs currently supports valid_beg and valid_end. Only tracks that are completely contained in that window are retained. Just like we have init_inc and init_exc, recommend adding valid_inc and valid_exc options. If empty, their default values, all track points will be used. If valid_inc is non-empty, discard any track points that do not appear in that list. If valid_exc is non-empty, discard any track points that do appear in that list. While TC-Pairs will still process all track data passed as input, provide an option to specify a list of one or more valid times for which output is desired. An empty list, the default value, means that all data should be written to the output. For a non-empty list, only write output for track points whose valid time appears in that list. When running tc_pairs in realtime, processing a single valid time at once, the config options listed below would be useful. ``` valid_inc = [ "20210807_060000", "20210807_120000" ]; valid_exc = [ ]; write_valid = [ "20210807_120000" ]; ``` When evaluating for valid_time = 20210807_120000, tc_pairs should only need the current time and one previous time. However, only write output for the current time. ### Time Estimate ### 2 days ### Sub-Issues ### Consider breaking the enhancement down into sub-issues. No sub-issues needed. ### Relevant Deadlines ### *List relevant project deadlines here or state NONE.* ### Funding Source ### 2792541 ## Define the Metadata ## ### Assignee ### - [x] Select **engineer(s)** or **no engineer** required: John HG - [x] Select **scientist(s)** or **no scientist** required: Molly Smith ### Labels ### - [x] Select **component(s)** - [x] Select **priority** - [x] Select **requestor(s)** ### Projects and Milestone ### - [x] Select **Repository** and/or **Organization** level **Project(s)** or add **alert: NEED PROJECT ASSIGNMENT** label - [x] Select **Milestone** as the next official version or **Future Versions** ## Define Related Issue(s) ## Consider the impact to the other METplus components. - [x] [METplus](https://github.com/dtcenter/METplus/issues/new/choose), [MET](https://github.com/dtcenter/MET/issues/new/choose), [METdatadb](https://github.com/dtcenter/METdatadb/issues/new/choose), [METviewer](https://github.com/dtcenter/METviewer/issues/new/choose), [METexpress](https://github.com/dtcenter/METexpress/issues/new/choose), [METcalcpy](https://github.com/dtcenter/METcalcpy/issues/new/choose), [METplotpy](https://github.com/dtcenter/METplotpy/issues/new/choose) - [x] Define a METplus issue to make these config options configurable: dtcenter/METplus#1069 ## Enhancement Checklist ## See the [METplus Workflow](https://metplus.readthedocs.io/en/latest/Contributors_Guide/github_workflow.html) for details. - [x] Complete the issue definition above, including the **Time Estimate** and **Funding Source**. - [x] Fork this repository or create a branch of **develop**. Branch name: `feature_<Issue Number>_<Description>` - [x] Complete the development and test your changes. - [x] Add/update log messages for easier debugging. - [x] Add/update unit tests. - [x] Add/update documentation. - [x] Push local changes to GitHub. - [x] Submit a pull request to merge into **develop**. Pull request: `feature <Issue Number> <Description>` - [x] Define the pull request metadata, as permissions allow. Select: **Reviewer(s)** and **Linked issues** Select: **Repository** level development cycle **Project** for the next official release Select: **Milestone** as the next official version - [x] Iterate until the reviewer(s) accept and merge your changes. - [x] Delete your fork or branch. - [x] Close this issue.
priority
enable tc pairs to only write output for a configurable list of valid times describe the enhancement model developers at noaa gsl would like to run tc pairs metexpress in realtime to analyze model performance while the best track file for that storm is still actively being updated recommend adding new tc pairs configuration file options to support this usage tc pairs currently supports valid beg and valid end only tracks that are completely contained in that window are retained just like we have init inc and init exc recommend adding valid inc and valid exc options if empty their default values all track points will be used if valid inc is non empty discard any track points that do not appear in that list if valid exc is non empty discard any track points that do appear in that list while tc pairs will still process all track data passed as input provide an option to specify a list of one or more valid times for which output is desired an empty list the default value means that all data should be written to the output for a non empty list only write output for track points whose valid time appears in that list when running tc pairs in realtime processing a single valid time at once the config options listed below would be useful valid inc valid exc write valid when evaluating for valid time tc pairs should only need the current time and one previous time however only write output for the current time time estimate days sub issues consider breaking the enhancement down into sub issues no sub issues needed relevant deadlines list relevant project deadlines here or state none funding source define the metadata assignee select engineer s or no engineer required john hg select scientist s or no scientist required molly smith labels select component s select priority select requestor s projects and milestone select repository and or organization level project s or add alert need project assignment label select milestone as the next official version or future versions define related issue s consider the impact to the other metplus components define a metplus issue to make these config options configurable dtcenter metplus enhancement checklist see the for details complete the issue definition above including the time estimate and funding source fork this repository or create a branch of develop branch name feature complete the development and test your changes add update log messages for easier debugging add update unit tests add update documentation push local changes to github submit a pull request to merge into develop pull request feature define the pull request metadata as permissions allow select reviewer s and linked issues select repository level development cycle project for the next official release select milestone as the next official version iterate until the reviewer s accept and merge your changes delete your fork or branch close this issue
1
463,032
13,258,440,834
IssuesEvent
2020-08-20 15:23:16
epam/cloud-pipeline
https://api.github.com/repos/epam/cloud-pipeline
closed
Extend vm-monitor's supported events
kind/enhancement priority/high state/verify sys/notify
**Background** At the moment, Cloud Pipeline can notify the platform's admins only about the "lost" compute nodes. There is also a number of the events, that shall be sent to the admins ASAP: * If one of the Cloud Pipeline's services changes it's state (i.e. goes down or up) * If one of the certificates is going to expire in N days (shall be configurable) **Approach** *Readiness* * VM-Monitor shall check the `AVAILABLE` count the Kube deployments and compare to `DESIRED` * If `AVAILABLE` is less than `DESIRED`, a notification shall be fired * The list of the deployments shall be configurable, with the following defaults: * cp-api-db * cp-api-srv * cp-notifier * cp-git * cp-git-sync * cp-edge * cp-docker-registry * cp-docker-comp * cp-clair * cp-search-elk * cp-search-srv * cp-heapster-elk * cp-heapster * cp-share-srv * cp-dav *PKI expiration* * VM-Monitor shall check all the PKI assets, available for the platform * A list of the directories shall be configured as the list of `cp-config-global` configmap parameters (e.g. `CP_SHARE_SRV_CERT_DIR`) * The following defaults shall be scanned: * `CP_SHARE_SRV_CERT_DIR` * `CP_EDGE_CERT_DIR` * `CP_DOCKER_CERT_DIR` * `CP_IDP_CERT_DIR` * `CP_GITLAB_CERT_DIR` * `CP_API_SRV_CERT_DIR` * `CP_COMMON_CERT_DIR` * VM-Monitor shall traverse the specified directories and verify the `*.pem` files' expiration date (mask shall be configurable) * If the expiration date is less than `now() - days_to_notify` - a notification shall be fired (notification shall include the path of the PKI file and it's CN + SAN) * `days_to_notify` shall be configurable
1.0
Extend vm-monitor's supported events - **Background** At the moment, Cloud Pipeline can notify the platform's admins only about the "lost" compute nodes. There is also a number of the events, that shall be sent to the admins ASAP: * If one of the Cloud Pipeline's services changes it's state (i.e. goes down or up) * If one of the certificates is going to expire in N days (shall be configurable) **Approach** *Readiness* * VM-Monitor shall check the `AVAILABLE` count the Kube deployments and compare to `DESIRED` * If `AVAILABLE` is less than `DESIRED`, a notification shall be fired * The list of the deployments shall be configurable, with the following defaults: * cp-api-db * cp-api-srv * cp-notifier * cp-git * cp-git-sync * cp-edge * cp-docker-registry * cp-docker-comp * cp-clair * cp-search-elk * cp-search-srv * cp-heapster-elk * cp-heapster * cp-share-srv * cp-dav *PKI expiration* * VM-Monitor shall check all the PKI assets, available for the platform * A list of the directories shall be configured as the list of `cp-config-global` configmap parameters (e.g. `CP_SHARE_SRV_CERT_DIR`) * The following defaults shall be scanned: * `CP_SHARE_SRV_CERT_DIR` * `CP_EDGE_CERT_DIR` * `CP_DOCKER_CERT_DIR` * `CP_IDP_CERT_DIR` * `CP_GITLAB_CERT_DIR` * `CP_API_SRV_CERT_DIR` * `CP_COMMON_CERT_DIR` * VM-Monitor shall traverse the specified directories and verify the `*.pem` files' expiration date (mask shall be configurable) * If the expiration date is less than `now() - days_to_notify` - a notification shall be fired (notification shall include the path of the PKI file and it's CN + SAN) * `days_to_notify` shall be configurable
priority
extend vm monitor s supported events background at the moment cloud pipeline can notify the platform s admins only about the lost compute nodes there is also a number of the events that shall be sent to the admins asap if one of the cloud pipeline s services changes it s state i e goes down or up if one of the certificates is going to expire in n days shall be configurable approach readiness vm monitor shall check the available count the kube deployments and compare to desired if available is less than desired a notification shall be fired the list of the deployments shall be configurable with the following defaults cp api db cp api srv cp notifier cp git cp git sync cp edge cp docker registry cp docker comp cp clair cp search elk cp search srv cp heapster elk cp heapster cp share srv cp dav pki expiration vm monitor shall check all the pki assets available for the platform a list of the directories shall be configured as the list of cp config global configmap parameters e g cp share srv cert dir the following defaults shall be scanned cp share srv cert dir cp edge cert dir cp docker cert dir cp idp cert dir cp gitlab cert dir cp api srv cert dir cp common cert dir vm monitor shall traverse the specified directories and verify the pem files expiration date mask shall be configurable if the expiration date is less than now days to notify a notification shall be fired notification shall include the path of the pki file and it s cn san days to notify shall be configurable
1
200,628
7,009,848,846
IssuesEvent
2017-12-19 20:44:48
unfoldingWord-dev/translationCore
https://api.github.com/repos/unfoldingWord-dev/translationCore
closed
Cannot select all chapters in word alignment
Kind/Bug Priority/High
0.8.1-alpha.12-8a1618d 1. Import https://git.door43.org/Ashley/es-419_eph_text_ulb and load with word alignment tool 2. Scroll down and select Chapter 2 Notice that the chapter header does not open to show the verses, and that there are errors in the console: ![image](https://user-images.githubusercontent.com/8171759/33737921-5e0c4380-db5d-11e7-80b9-55e1e729ce0c.png) Console errors are now generated each time another chapter or verse is clicked on.
1.0
Cannot select all chapters in word alignment - 0.8.1-alpha.12-8a1618d 1. Import https://git.door43.org/Ashley/es-419_eph_text_ulb and load with word alignment tool 2. Scroll down and select Chapter 2 Notice that the chapter header does not open to show the verses, and that there are errors in the console: ![image](https://user-images.githubusercontent.com/8171759/33737921-5e0c4380-db5d-11e7-80b9-55e1e729ce0c.png) Console errors are now generated each time another chapter or verse is clicked on.
priority
cannot select all chapters in word alignment alpha import and load with word alignment tool scroll down and select chapter notice that the chapter header does not open to show the verses and that there are errors in the console console errors are now generated each time another chapter or verse is clicked on
1
435,037
12,530,755,873
IssuesEvent
2020-06-04 13:34:11
aeternity/superhero-wallet
https://api.github.com/repos/aeternity/superhero-wallet
closed
Initial network switch does not trigger onNetworkChange event
area/performance kind/bug priority/high
**Describe the bug** The first network switch does not trigger the onNetworkChange event. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'network settings' 2. Click on 'Connect to another node' 3. Enter new node with https://testnet.aeternity.io/ 4. click 'ok' 5. Be back on overview & click on new network 6. onNetworkChange is not fired 7. switch back and forth and now it works **Expected behavior** A onNetworkChange event should be fired on every switch **Screenshots** **Desktop (please complete the following information):** - Browser chrome - Version 83.0.4103.61 (Official Build) Arch Linux (64-bit) **Additional context** My version is based on latest master with an upgraded sdk 7.4.1
1.0
Initial network switch does not trigger onNetworkChange event - **Describe the bug** The first network switch does not trigger the onNetworkChange event. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'network settings' 2. Click on 'Connect to another node' 3. Enter new node with https://testnet.aeternity.io/ 4. click 'ok' 5. Be back on overview & click on new network 6. onNetworkChange is not fired 7. switch back and forth and now it works **Expected behavior** A onNetworkChange event should be fired on every switch **Screenshots** **Desktop (please complete the following information):** - Browser chrome - Version 83.0.4103.61 (Official Build) Arch Linux (64-bit) **Additional context** My version is based on latest master with an upgraded sdk 7.4.1
priority
initial network switch does not trigger onnetworkchange event describe the bug the first network switch does not trigger the onnetworkchange event to reproduce steps to reproduce the behavior go to network settings click on connect to another node enter new node with click ok be back on overview click on new network onnetworkchange is not fired switch back and forth and now it works expected behavior a onnetworkchange event should be fired on every switch screenshots desktop please complete the following information browser chrome version official build arch linux bit additional context my version is based on latest master with an upgraded sdk
1
825,191
31,277,540,908
IssuesEvent
2023-08-22 07:27:55
hoprnet/hoprnet
https://api.github.com/repos/hoprnet/hoprnet
closed
SC getters needed for Staking Hub
feature high priority smart contract release:providence
<!--- Please DO NOT remove the automatically added 'new issue' label --> <!--- Provide a general summary of the issue in the Title above --> ### Is your feature related to a problem? <!-- Provide a clear and concise description of what the problem is. For example, "I'm always frustrated when..." --> Staking Hub needs to be able to check which onboarding steps are compeleted succesfully. ### Describe the feature you'd like <!-- Provide a clear and concise description of what you want to happen. --> SC getters needed for Staking Hub: - check if a safe address is eligible - get a list of nodes that were added by `NodeModule().includeNode()` to a safe - check if a node address and safe address were reguested by `HoprNodeSafeRegistry.registerSafeWithNodeSig(NodeSafe memory nodeSafe, bytes calldata sig) ` - check if safe self registered in Network Registry (registering is done by `HoprNetworkRegistry.selfRegister()`) - check allowance: if a HoprChannels can use safes wxHOPR (ERC777 allowance() function should be the one to do that?)
1.0
SC getters needed for Staking Hub - <!--- Please DO NOT remove the automatically added 'new issue' label --> <!--- Provide a general summary of the issue in the Title above --> ### Is your feature related to a problem? <!-- Provide a clear and concise description of what the problem is. For example, "I'm always frustrated when..." --> Staking Hub needs to be able to check which onboarding steps are compeleted succesfully. ### Describe the feature you'd like <!-- Provide a clear and concise description of what you want to happen. --> SC getters needed for Staking Hub: - check if a safe address is eligible - get a list of nodes that were added by `NodeModule().includeNode()` to a safe - check if a node address and safe address were reguested by `HoprNodeSafeRegistry.registerSafeWithNodeSig(NodeSafe memory nodeSafe, bytes calldata sig) ` - check if safe self registered in Network Registry (registering is done by `HoprNetworkRegistry.selfRegister()`) - check allowance: if a HoprChannels can use safes wxHOPR (ERC777 allowance() function should be the one to do that?)
priority
sc getters needed for staking hub is your feature related to a problem provide a clear and concise description of what the problem is for example i m always frustrated when staking hub needs to be able to check which onboarding steps are compeleted succesfully describe the feature you d like provide a clear and concise description of what you want to happen sc getters needed for staking hub check if a safe address is eligible get a list of nodes that were added by nodemodule includenode to a safe check if a node address and safe address were reguested by hoprnodesaferegistry registersafewithnodesig nodesafe memory nodesafe bytes calldata sig check if safe self registered in network registry registering is done by hoprnetworkregistry selfregister check allowance if a hoprchannels can use safes wxhopr allowance function should be the one to do that
1
699,155
24,006,751,298
IssuesEvent
2022-09-14 15:20:11
dkdace/dmgr-server
https://api.github.com/repos/dkdace/dmgr-server
opened
[Feature] 전체 코드 리팩토링
🛠 Refactoring ⚠ Priority: High
## ℹ Description 추후 확장 및 가독성 향상을 위한 전체 리팩토링 ## ✅ Tasks - [ ] 이벤트 구조 개편 - [ ] EntityList 클래스 개편 - [ ] 패키지 정리 ## 💬 Comment --
1.0
[Feature] 전체 코드 리팩토링 - ## ℹ Description 추후 확장 및 가독성 향상을 위한 전체 리팩토링 ## ✅ Tasks - [ ] 이벤트 구조 개편 - [ ] EntityList 클래스 개편 - [ ] 패키지 정리 ## 💬 Comment --
priority
전체 코드 리팩토링 ℹ description 추후 확장 및 가독성 향상을 위한 전체 리팩토링 ✅ tasks 이벤트 구조 개편 entitylist 클래스 개편 패키지 정리 💬 comment
1
704,539
24,200,406,154
IssuesEvent
2022-09-24 13:34:19
AY2223S1-CS2103T-W15-3/tp
https://api.github.com/repos/AY2223S1-CS2103T-W15-3/tp
opened
Tag inventory items
priority.High type.Story
As a business owner, I want to tag inventory item(s), so I can categorise and differentiate inventory items.
1.0
Tag inventory items - As a business owner, I want to tag inventory item(s), so I can categorise and differentiate inventory items.
priority
tag inventory items as a business owner i want to tag inventory item s so i can categorise and differentiate inventory items
1
437,469
12,598,092,425
IssuesEvent
2020-06-11 01:55:47
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[docdb] Load balancer does not seem to throttle remote bootstraps when fixing under replication
area/docdb priority/high
We have various controls in the LB for how to manage number of ADD_SERVER raft operations, however they're mostly geared towards moving data across nodes, using 3-4-3. However, in a minimal 3 node setup RF3, if one node is down for a long time, all raft groups will be down to 2 peers. When the third node comes back, or a new one is brought it, the LB will aggressively try to add peers to all raft groups. As part of a recent node decommission test, we discovered #4035, but as part of investigating it, we also noticed that the new node was stuck on 3 concurrent remote bootstraps! We should make sure the rate limiting on number of concurrent remote bootstraps is respected. cc @rahuldesirazu
1.0
[docdb] Load balancer does not seem to throttle remote bootstraps when fixing under replication - We have various controls in the LB for how to manage number of ADD_SERVER raft operations, however they're mostly geared towards moving data across nodes, using 3-4-3. However, in a minimal 3 node setup RF3, if one node is down for a long time, all raft groups will be down to 2 peers. When the third node comes back, or a new one is brought it, the LB will aggressively try to add peers to all raft groups. As part of a recent node decommission test, we discovered #4035, but as part of investigating it, we also noticed that the new node was stuck on 3 concurrent remote bootstraps! We should make sure the rate limiting on number of concurrent remote bootstraps is respected. cc @rahuldesirazu
priority
load balancer does not seem to throttle remote bootstraps when fixing under replication we have various controls in the lb for how to manage number of add server raft operations however they re mostly geared towards moving data across nodes using however in a minimal node setup if one node is down for a long time all raft groups will be down to peers when the third node comes back or a new one is brought it the lb will aggressively try to add peers to all raft groups as part of a recent node decommission test we discovered but as part of investigating it we also noticed that the new node was stuck on concurrent remote bootstraps we should make sure the rate limiting on number of concurrent remote bootstraps is respected cc rahuldesirazu
1
113,264
4,544,909,226
IssuesEvent
2016-09-10 23:30:37
raymondEhlers/OVERWATCH
https://api.github.com/repos/raymondEhlers/OVERWATCH
closed
jsRoot branch web site
enhancement priority:high
Needed for jsRoot branch deployment. Listed by priority: Critical: - [x] Utilize database. Either ZODB or sqlite. ZODB seems very promising. See #2 - [x] Time slices interface - [x] Display - [x] Make directly linkable - [x] Disable login when behind SSO. See: #6 - [x] Update validation using database values and more sophisticated checks. This is how we keep everything save
1.0
jsRoot branch web site - Needed for jsRoot branch deployment. Listed by priority: Critical: - [x] Utilize database. Either ZODB or sqlite. ZODB seems very promising. See #2 - [x] Time slices interface - [x] Display - [x] Make directly linkable - [x] Disable login when behind SSO. See: #6 - [x] Update validation using database values and more sophisticated checks. This is how we keep everything save
priority
jsroot branch web site needed for jsroot branch deployment listed by priority critical utilize database either zodb or sqlite zodb seems very promising see time slices interface display make directly linkable disable login when behind sso see update validation using database values and more sophisticated checks this is how we keep everything save
1
356,189
10,589,796,285
IssuesEvent
2019-10-09 07:14:39
nimblehq/rails-templates
https://api.github.com/repos/nimblehq/rails-templates
closed
Revert the Ruby alpine to Ruby Debian - Slim image
priority : high type : feature
Based on the [discussion in our team](https://nimble-co.slack.com/archives/G4X0P1GPP/p1566909270005000) we decided to revert the image back to Debian Slim, the reason was mostly because of the performance and missing package that support for Alpine Relative links: https://superuser.com/questions/1324269/docker-ubuntu-vs-alpine-speed-differences https://superuser.com/questions/1219609/why-is-the-alpine-docker-image-over-50-slower-than-the-ubuntu-image https://dev.to/asyazwan/moving-away-from-alpine-30n4
1.0
Revert the Ruby alpine to Ruby Debian - Slim image - Based on the [discussion in our team](https://nimble-co.slack.com/archives/G4X0P1GPP/p1566909270005000) we decided to revert the image back to Debian Slim, the reason was mostly because of the performance and missing package that support for Alpine Relative links: https://superuser.com/questions/1324269/docker-ubuntu-vs-alpine-speed-differences https://superuser.com/questions/1219609/why-is-the-alpine-docker-image-over-50-slower-than-the-ubuntu-image https://dev.to/asyazwan/moving-away-from-alpine-30n4
priority
revert the ruby alpine to ruby debian slim image based on the we decided to revert the image back to debian slim the reason was mostly because of the performance and missing package that support for alpine relative links
1
380,334
11,259,040,039
IssuesEvent
2020-01-13 07:08:44
steedos/creator
https://api.github.com/repos/steedos/creator
closed
dzgy:档案待修改项(2019.04.02)
priority:High
- [x] 某些字段翻译改成中文 - [x] 搜索此列表改成标题搜索 - [x] 公文管理中提交日期字段取流程提交日期,加归档日期字段,修改日期不显示 - [x] 普通用户尽量不显示设置 - [x] 归档时公文分类取部门全路径第一个部门 - [x] 查找按钮改成确定按钮样式 - [x] 查找日期8小时问题 - [x] 多选控件不能删除已选项 - [x] 添加返回按钮 - [x] 查找公文分类改成所属单位,调整位置把部门调整到原公文分类一行,流程分类和流程一行显示 - [x] 原文表单的所有者应该是该流程的提交人或者所有者不显示 - [ ] 普通用户点击流程名称会显示管理员的一些按钮
1.0
dzgy:档案待修改项(2019.04.02) - - [x] 某些字段翻译改成中文 - [x] 搜索此列表改成标题搜索 - [x] 公文管理中提交日期字段取流程提交日期,加归档日期字段,修改日期不显示 - [x] 普通用户尽量不显示设置 - [x] 归档时公文分类取部门全路径第一个部门 - [x] 查找按钮改成确定按钮样式 - [x] 查找日期8小时问题 - [x] 多选控件不能删除已选项 - [x] 添加返回按钮 - [x] 查找公文分类改成所属单位,调整位置把部门调整到原公文分类一行,流程分类和流程一行显示 - [x] 原文表单的所有者应该是该流程的提交人或者所有者不显示 - [ ] 普通用户点击流程名称会显示管理员的一些按钮
priority
dzgy:档案待修改项( ) 某些字段翻译改成中文 搜索此列表改成标题搜索 公文管理中提交日期字段取流程提交日期 加归档日期字段 修改日期不显示 普通用户尽量不显示设置 归档时公文分类取部门全路径第一个部门 查找按钮改成确定按钮样式 多选控件不能删除已选项 添加返回按钮 查找公文分类改成所属单位 调整位置把部门调整到原公文分类一行 流程分类和流程一行显示 原文表单的所有者应该是该流程的提交人或者所有者不显示 普通用户点击流程名称会显示管理员的一些按钮
1
422,257
12,269,032,052
IssuesEvent
2020-05-07 13:29:00
EBISPOT/goci
https://api.github.com/repos/EBISPOT/goci
closed
Incorrect status for some imported studies
Priority: High Type: Bug
When a submission is imported it should create new entries for each study in the publication - these should all take the status “Level 1 curation done”. The “old” entry for that publication in the curation interface (i.e. the one that was there before the import) should be given the status “Requires Review”. At the moment, some of the newly created studies are incorrectly also getting the status “Requires Review”. Examples: - Buchwald J 32157176, new study with Study tag “NMR” was incorrectly marked “Requires Review”. - Chibnik LB 28322283, new study with Study tag “Gross infarct” was incorrectly marked “Requires Review”.
1.0
Incorrect status for some imported studies - When a submission is imported it should create new entries for each study in the publication - these should all take the status “Level 1 curation done”. The “old” entry for that publication in the curation interface (i.e. the one that was there before the import) should be given the status “Requires Review”. At the moment, some of the newly created studies are incorrectly also getting the status “Requires Review”. Examples: - Buchwald J 32157176, new study with Study tag “NMR” was incorrectly marked “Requires Review”. - Chibnik LB 28322283, new study with Study tag “Gross infarct” was incorrectly marked “Requires Review”.
priority
incorrect status for some imported studies when a submission is imported it should create new entries for each study in the publication these should all take the status “level curation done” the “old” entry for that publication in the curation interface i e the one that was there before the import should be given the status “requires review” at the moment some of the newly created studies are incorrectly also getting the status “requires review” examples buchwald j new study with study tag “nmr” was incorrectly marked “requires review” chibnik lb new study with study tag “gross infarct” was incorrectly marked “requires review”
1
779,797
27,366,654,074
IssuesEvent
2023-02-27 19:44:41
monarch-initiative/mondo
https://api.github.com/repos/monarch-initiative/mondo
closed
Clarification request- Sudden cardiac arrest/death
New term request relabel term high priority question-MedGen user request
I am wondering about MONDO:0007264, "sudden cardiac arrest." The cross references map to multiple things: "sudden cardiac death" (SCTID:95281009), "cardiac conduction disorder" or defect NCIT: C78245 & OMIM 115080. Should this term be renamed to "sudden cardiac death" to reflect the SNOMED and OMIM names? I think it would also map to UMLS C0085298, based on current cross references in UMLS. For reference, there is a separate MSH/UMLS concept for "sudden cardiac arrest" (C1720824). "Sudden suspension of cardiac activity that is usually due to ARRHYTHMIA, in contrast to heart attack (MYOCARDIAL INFARCTION) which occurs due to blockage. The sudden suspension of cardiac activity generally requires RESUSCITATION. ... (MSH)" I think there should be a clear distinction between sudden cardiac arrest (potentially reversible by resuscitation) and sudden cardiac death (by HPO, MSH definitions, this is not reversible).
1.0
Clarification request- Sudden cardiac arrest/death - I am wondering about MONDO:0007264, "sudden cardiac arrest." The cross references map to multiple things: "sudden cardiac death" (SCTID:95281009), "cardiac conduction disorder" or defect NCIT: C78245 & OMIM 115080. Should this term be renamed to "sudden cardiac death" to reflect the SNOMED and OMIM names? I think it would also map to UMLS C0085298, based on current cross references in UMLS. For reference, there is a separate MSH/UMLS concept for "sudden cardiac arrest" (C1720824). "Sudden suspension of cardiac activity that is usually due to ARRHYTHMIA, in contrast to heart attack (MYOCARDIAL INFARCTION) which occurs due to blockage. The sudden suspension of cardiac activity generally requires RESUSCITATION. ... (MSH)" I think there should be a clear distinction between sudden cardiac arrest (potentially reversible by resuscitation) and sudden cardiac death (by HPO, MSH definitions, this is not reversible).
priority
clarification request sudden cardiac arrest death i am wondering about mondo sudden cardiac arrest the cross references map to multiple things sudden cardiac death sctid cardiac conduction disorder or defect ncit omim should this term be renamed to sudden cardiac death to reflect the snomed and omim names i think it would also map to umls based on current cross references in umls for reference there is a separate msh umls concept for sudden cardiac arrest sudden suspension of cardiac activity that is usually due to arrhythmia in contrast to heart attack myocardial infarction which occurs due to blockage the sudden suspension of cardiac activity generally requires resuscitation msh i think there should be a clear distinction between sudden cardiac arrest potentially reversible by resuscitation and sudden cardiac death by hpo msh definitions this is not reversible
1
525,158
15,239,186,407
IssuesEvent
2021-02-19 03:49:07
ijsto/strapi-plugin-migrate
https://api.github.com/repos/ijsto/strapi-plugin-migrate
opened
Migration via file exports/imports
help wanted priority:high
**Problem.** We currently are only able to support raw SQL string exports/imports. While this was the initial proposition to solve the User Permissions problem, this is may not be the best for future implementations. **Describe the solution you'd like** Ability to generate JSON, CSV, XML or similar file formats that could be used to export/import User Permissions and potentially Collection Type data.
1.0
Migration via file exports/imports - **Problem.** We currently are only able to support raw SQL string exports/imports. While this was the initial proposition to solve the User Permissions problem, this is may not be the best for future implementations. **Describe the solution you'd like** Ability to generate JSON, CSV, XML or similar file formats that could be used to export/import User Permissions and potentially Collection Type data.
priority
migration via file exports imports problem we currently are only able to support raw sql string exports imports while this was the initial proposition to solve the user permissions problem this is may not be the best for future implementations describe the solution you d like ability to generate json csv xml or similar file formats that could be used to export import user permissions and potentially collection type data
1
762,522
26,721,428,089
IssuesEvent
2023-01-29 06:58:49
HaloSpaceStation/HaloSpaceStation13
https://api.github.com/repos/HaloSpaceStation/HaloSpaceStation13
closed
Zeal scout suits speed multplication if held
bug priority/high
#### Description of issue When held in hand Zeal scout suits will still give you increasingly high speed boosts (up to 3x which makes you move faster then ghosts) #### Difference between expected and actual behavior This is probably unintended as holding a scout suit likely shouldn't give you a speed increase #### Steps to reproduce Wear scout suit. Hold two scout suits. Go mach 10 #### Length of time in which bug has been known to occur Likely forever
1.0
Zeal scout suits speed multplication if held - #### Description of issue When held in hand Zeal scout suits will still give you increasingly high speed boosts (up to 3x which makes you move faster then ghosts) #### Difference between expected and actual behavior This is probably unintended as holding a scout suit likely shouldn't give you a speed increase #### Steps to reproduce Wear scout suit. Hold two scout suits. Go mach 10 #### Length of time in which bug has been known to occur Likely forever
priority
zeal scout suits speed multplication if held description of issue when held in hand zeal scout suits will still give you increasingly high speed boosts up to which makes you move faster then ghosts difference between expected and actual behavior this is probably unintended as holding a scout suit likely shouldn t give you a speed increase steps to reproduce wear scout suit hold two scout suits go mach length of time in which bug has been known to occur likely forever
1
496,157
14,333,821,212
IssuesEvent
2020-11-27 06:48:32
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.carrefour.es - see bug description
browser-fenix engine-gecko ml-needsdiagnosis-false ml-probability-high priority-normal
<!-- @browser: Firefox Mobile 83.0 --> <!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:83.0) Gecko/83.0 Firefox/83.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/62598 --> <!-- @extra_labels: browser-fenix --> **URL**: https://www.carrefour.es/ **Browser / Version**: Firefox Mobile 83.0 **Operating System**: Android **Tested Another Browser**: Yes Safari **Problem type**: Something else **Description**: cookies permission will not clear and prevents you going into the site you can only see the top inch of page and no matter what you do you cannot clear it **Steps to Reproduce**: It is purely a data protection message placement issue <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2020/11/2dd309b5-e4c9-4138-8241-1bf0e9f2ce1b.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20201108174701</li><li>channel: beta</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2020/11/ca61ff12-d2ef-4e21-a994-c804722c6653) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.carrefour.es - see bug description - <!-- @browser: Firefox Mobile 83.0 --> <!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:83.0) Gecko/83.0 Firefox/83.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/62598 --> <!-- @extra_labels: browser-fenix --> **URL**: https://www.carrefour.es/ **Browser / Version**: Firefox Mobile 83.0 **Operating System**: Android **Tested Another Browser**: Yes Safari **Problem type**: Something else **Description**: cookies permission will not clear and prevents you going into the site you can only see the top inch of page and no matter what you do you cannot clear it **Steps to Reproduce**: It is purely a data protection message placement issue <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2020/11/2dd309b5-e4c9-4138-8241-1bf0e9f2ce1b.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20201108174701</li><li>channel: beta</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2020/11/ca61ff12-d2ef-4e21-a994-c804722c6653) _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
see bug description url browser version firefox mobile operating system android tested another browser yes safari problem type something else description cookies permission will not clear and prevents you going into the site you can only see the top inch of page and no matter what you do you cannot clear it steps to reproduce it is purely a data protection message placement issue view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel beta hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
1
80,732
3,573,688,735
IssuesEvent
2016-01-27 08:10:56
lagleki/glekitufa
https://api.github.com/repos/lagleki/glekitufa
closed
dont lowercase search queries
higher priority sutysisku
It results in outputting "i" instead of "I" when splitting phrases.
1.0
dont lowercase search queries - It results in outputting "i" instead of "I" when splitting phrases.
priority
dont lowercase search queries it results in outputting i instead of i when splitting phrases
1
602,445
18,469,368,337
IssuesEvent
2021-10-17 13:20:02
AY2122S1-CS2103T-W17-1/tp
https://api.github.com/repos/AY2122S1-CS2103T-W17-1/tp
opened
Add location for an internship (optional detail)
type.Story :book: priority.High :1st_place_medal:
Add the location(country or any specific area) of where the user is applying for the internship
1.0
Add location for an internship (optional detail) - Add the location(country or any specific area) of where the user is applying for the internship
priority
add location for an internship optional detail add the location country or any specific area of where the user is applying for the internship
1