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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
364,645 | 10,771,834,838 | IssuesEvent | 2019-11-02 10:37:50 | GEWIS/gewisweb | https://api.github.com/repos/GEWIS/gewisweb | closed | Improve user registration | High-priority backend bug easy-fix enhancement quick-fix | Currently if during registration on the website, the wrong email address is entered. It's not possible to register again as there already is an entry in the NewUser table.
This results in a PDOException at the moment.
A good solution that would allow registering with the correct email address again, without intervention of the web committee would be as follows:
Check if entry in NewUser exists for given membership ID, if so remove and recreate this entry correctly.
Resend registration email. | 1.0 | Improve user registration - Currently if during registration on the website, the wrong email address is entered. It's not possible to register again as there already is an entry in the NewUser table.
This results in a PDOException at the moment.
A good solution that would allow registering with the correct email address again, without intervention of the web committee would be as follows:
Check if entry in NewUser exists for given membership ID, if so remove and recreate this entry correctly.
Resend registration email. | priority | improve user registration currently if during registration on the website the wrong email address is entered it s not possible to register again as there already is an entry in the newuser table this results in a pdoexception at the moment a good solution that would allow registering with the correct email address again without intervention of the web committee would be as follows check if entry in newuser exists for given membership id if so remove and recreate this entry correctly resend registration email | 1 |
377,732 | 11,183,255,725 | IssuesEvent | 2019-12-31 12:25:17 | poanetwork/blockscout | https://api.github.com/repos/poanetwork/blockscout | closed | Write a temporary token_transfers/logs refetcher | priority: high | A part of #2645
A part of #2627
We need to write a temporary refetcher, that will refetch logs and token_transfers in the large range of blocks to fix doubled/missing token transfers issues. | 1.0 | Write a temporary token_transfers/logs refetcher - A part of #2645
A part of #2627
We need to write a temporary refetcher, that will refetch logs and token_transfers in the large range of blocks to fix doubled/missing token transfers issues. | priority | write a temporary token transfers logs refetcher a part of a part of we need to write a temporary refetcher that will refetch logs and token transfers in the large range of blocks to fix doubled missing token transfers issues | 1 |
754,139 | 26,373,439,774 | IssuesEvent | 2023-01-11 23:00:58 | SIG-Game/VampireRun | https://api.github.com/repos/SIG-Game/VampireRun | closed | Basic enemy prefab | enhancement good first issue high priority | Create a basic enemy prefab, meaning
- [x] Enemy has health
- [x] Enemy has functions for gaining and losing health
- [x] enemy has functions for their melee and ranged attacks, and the only thing in them is a check to see if the enemy is below the upper bounds of the camera, and a comment saying only to attack if this is met
- [x] Enemy has a basic sprite (blue square)
- [x] Enemy prefab is added to the default scene | 1.0 | Basic enemy prefab - Create a basic enemy prefab, meaning
- [x] Enemy has health
- [x] Enemy has functions for gaining and losing health
- [x] enemy has functions for their melee and ranged attacks, and the only thing in them is a check to see if the enemy is below the upper bounds of the camera, and a comment saying only to attack if this is met
- [x] Enemy has a basic sprite (blue square)
- [x] Enemy prefab is added to the default scene | priority | basic enemy prefab create a basic enemy prefab meaning enemy has health enemy has functions for gaining and losing health enemy has functions for their melee and ranged attacks and the only thing in them is a check to see if the enemy is below the upper bounds of the camera and a comment saying only to attack if this is met enemy has a basic sprite blue square enemy prefab is added to the default scene | 1 |
356,847 | 10,598,283,147 | IssuesEvent | 2019-10-10 04:11:27 | harmony-one/harmony | https://api.github.com/repos/harmony-one/harmony | closed | leader node out of space | bug high priority | **Describe the bug**
A clear and concise description of what the bug is.
In one testnet we launched, when we reached around 25000 blocks, the leader node got an OUT of space error and the node program crashed. The db/*.ldb files have an accumulated size of around 5.3G. However, on other validator nodes, the size of the db is around 3.5GB.
All the leader/validator logs and some db logs are uploaded to s3://harmony-benchmark/broken/20190411.233531
Check the log files for details.
**Expected behavior**
A clear and concise description of what you expected to happen.
We used to reach 60000 blocks and no out of space issue.
A few questions,
1) why leader has a different size of db files than the validators.
2) why leader has a bigger size of db files.
3) why the ldb file had an increased size of blocks?
4) what's the size of each block? from the block explorer, we can see each tx in the block is around 1k, but based on the calculation, it is around 200kb per block, which is huge.
| 1.0 | leader node out of space - **Describe the bug**
A clear and concise description of what the bug is.
In one testnet we launched, when we reached around 25000 blocks, the leader node got an OUT of space error and the node program crashed. The db/*.ldb files have an accumulated size of around 5.3G. However, on other validator nodes, the size of the db is around 3.5GB.
All the leader/validator logs and some db logs are uploaded to s3://harmony-benchmark/broken/20190411.233531
Check the log files for details.
**Expected behavior**
A clear and concise description of what you expected to happen.
We used to reach 60000 blocks and no out of space issue.
A few questions,
1) why leader has a different size of db files than the validators.
2) why leader has a bigger size of db files.
3) why the ldb file had an increased size of blocks?
4) what's the size of each block? from the block explorer, we can see each tx in the block is around 1k, but based on the calculation, it is around 200kb per block, which is huge.
| priority | leader node out of space describe the bug a clear and concise description of what the bug is in one testnet we launched when we reached around blocks the leader node got an out of space error and the node program crashed the db ldb files have an accumulated size of around however on other validator nodes the size of the db is around all the leader validator logs and some db logs are uploaded to harmony benchmark broken check the log files for details expected behavior a clear and concise description of what you expected to happen we used to reach blocks and no out of space issue a few questions why leader has a different size of db files than the validators why leader has a bigger size of db files why the ldb file had an increased size of blocks what s the size of each block from the block explorer we can see each tx in the block is around but based on the calculation it is around per block which is huge | 1 |
28,027 | 2,698,736,547 | IssuesEvent | 2015-04-03 10:23:39 | cs2103jan2015-f13-1j/main | https://api.github.com/repos/cs2103jan2015-f13-1j/main | closed | Enhance GUI Layout | priority.high type.enhancement | -Includes new ListCell with trackers
-Include contextual feedback
-Sidebar display | 1.0 | Enhance GUI Layout - -Includes new ListCell with trackers
-Include contextual feedback
-Sidebar display | priority | enhance gui layout includes new listcell with trackers include contextual feedback sidebar display | 1 |
331,534 | 10,074,767,475 | IssuesEvent | 2019-07-24 12:53:15 | AnSyn/ansyn | https://api.github.com/repos/AnSyn/ansyn | closed | (bug) - The window frame exceeds the Hide menu button and also the status bar windows | Bug Priority: High Severity: Low | 
***You can not access the Hide Menu button through the Location bar!** | 1.0 | (bug) - The window frame exceeds the Hide menu button and also the status bar windows - 
***You can not access the Hide Menu button through the Location bar!** | priority | bug the window frame exceeds the hide menu button and also the status bar windows you can not access the hide menu button through the location bar | 1 |
778,453 | 27,316,976,551 | IssuesEvent | 2023-02-24 16:26:37 | AY2223S2-CS2103T-W11-2/tp | https://api.github.com/repos/AY2223S2-CS2103T-W11-2/tp | closed | Update UserGuide.md - Format Information, `list` command, Command Summary | type.Task priority.High | Update User Guide to include:
- Documentation for list function
- Command summary of commands in v1.1
- Formatting information | 1.0 | Update UserGuide.md - Format Information, `list` command, Command Summary - Update User Guide to include:
- Documentation for list function
- Command summary of commands in v1.1
- Formatting information | priority | update userguide md format information list command command summary update user guide to include documentation for list function command summary of commands in formatting information | 1 |
471,648 | 13,595,991,153 | IssuesEvent | 2020-09-22 04:51:37 | devlup-labs/meet-scheduler | https://api.github.com/repos/devlup-labs/meet-scheduler | closed | Missed alarms handling | priority: high | - When browser opens, if there are missed alarms then they all opens simultaneously which shouldn't happen. | 1.0 | Missed alarms handling - - When browser opens, if there are missed alarms then they all opens simultaneously which shouldn't happen. | priority | missed alarms handling when browser opens if there are missed alarms then they all opens simultaneously which shouldn t happen | 1 |
795,296 | 28,068,662,492 | IssuesEvent | 2023-03-29 17:19:08 | project-pareto/project-pareto | https://api.github.com/repos/project-pareto/project-pareto | opened | MINLP Water Quality Jupyter Notebook | Priority:High Jupyter Notebook | As of now, this issue lives on box. To be added to the repository following the March Release. | 1.0 | MINLP Water Quality Jupyter Notebook - As of now, this issue lives on box. To be added to the repository following the March Release. | priority | minlp water quality jupyter notebook as of now this issue lives on box to be added to the repository following the march release | 1 |
353,747 | 10,558,130,297 | IssuesEvent | 2019-10-04 08:21:38 | wso2/ballerina-integrator | https://api.github.com/repos/wso2/ballerina-integrator | closed | Implement auto generation of code segments to add snippets | Priority/Highest Severity/Blocker Type/Task | **Description:**
Implement auto generation of code segments that a user needs to write when adding a new snippet to the vscode plugin. So that the user only needs to add the snippet to a resource folder.
| 1.0 | Implement auto generation of code segments to add snippets - **Description:**
Implement auto generation of code segments that a user needs to write when adding a new snippet to the vscode plugin. So that the user only needs to add the snippet to a resource folder.
| priority | implement auto generation of code segments to add snippets description implement auto generation of code segments that a user needs to write when adding a new snippet to the vscode plugin so that the user only needs to add the snippet to a resource folder | 1 |
536,693 | 15,712,427,678 | IssuesEvent | 2021-03-27 12:04:42 | bounswe/2021SpringGroup12 | https://api.github.com/repos/bounswe/2021SpringGroup12 | opened | Repository research. | priority: high research | Pick up a repository, observe it. Document it and write down what you like. | 1.0 | Repository research. - Pick up a repository, observe it. Document it and write down what you like. | priority | repository research pick up a repository observe it document it and write down what you like | 1 |
205,278 | 7,096,581,582 | IssuesEvent | 2018-01-14 09:21:49 | allejo/bzion | https://api.github.com/repos/allejo/bzion | closed | Improve administrative actions on teams | back-end bug enhancement high priority | After a team has been restored, there's no way to set a new leader. So explore options on making this easier.
- [ ] Allow admins to send invitations to players on behalf of teams
- [ ] Allow admins to forcibly set the team leader of a team
- Or... Only make this available during the restoration process? | 1.0 | Improve administrative actions on teams - After a team has been restored, there's no way to set a new leader. So explore options on making this easier.
- [ ] Allow admins to send invitations to players on behalf of teams
- [ ] Allow admins to forcibly set the team leader of a team
- Or... Only make this available during the restoration process? | priority | improve administrative actions on teams after a team has been restored there s no way to set a new leader so explore options on making this easier allow admins to send invitations to players on behalf of teams allow admins to forcibly set the team leader of a team or only make this available during the restoration process | 1 |
570,089 | 17,018,634,733 | IssuesEvent | 2021-07-02 15:23:03 | umple/umple | https://api.github.com/repos/umple/umple | closed | Responsive adjustment of diagram pane sometimes results in it being misplaced on bottom | Component-UmpleOnline Diffic-Easy Priority-High bug | If a window is readjusted, the and text diagram pane are supposed to change size. But at some sizes the calculations are incorrect and result in the diagram pane being placed below the menu, and a little to the right of centre (see screen shot).

Below a certain width, the diagram appears below the text and full width (to accommodate phones and tablets), and this works fine. | 1.0 | Responsive adjustment of diagram pane sometimes results in it being misplaced on bottom - If a window is readjusted, the and text diagram pane are supposed to change size. But at some sizes the calculations are incorrect and result in the diagram pane being placed below the menu, and a little to the right of centre (see screen shot).

Below a certain width, the diagram appears below the text and full width (to accommodate phones and tablets), and this works fine. | priority | responsive adjustment of diagram pane sometimes results in it being misplaced on bottom if a window is readjusted the and text diagram pane are supposed to change size but at some sizes the calculations are incorrect and result in the diagram pane being placed below the menu and a little to the right of centre see screen shot below a certain width the diagram appears below the text and full width to accommodate phones and tablets and this works fine | 1 |
821,272 | 30,814,005,731 | IssuesEvent | 2023-08-01 12:23:29 | nickhaf/eatPlot | https://api.github.com/repos/nickhaf/eatPlot | closed | Implement adjustable white space between two barplots. | enhancement high priority | - [x] Plot a white rect after the stripes are done.
- [x] Make arguments for left and right side, and for adjusting them.
- [x] spanners should not be affected, but the background has to get longer.
- [x] If White spaces are added, the background rows have to start and end more exactly on the correct axis breaks. However, we still need some space on the outside so the plots can be merged.
- [x] In some cases, the Background has to end direktly on the last vline.
- [x] Test finetuning with some diverse examples.
| 1.0 | Implement adjustable white space between two barplots. - - [x] Plot a white rect after the stripes are done.
- [x] Make arguments for left and right side, and for adjusting them.
- [x] spanners should not be affected, but the background has to get longer.
- [x] If White spaces are added, the background rows have to start and end more exactly on the correct axis breaks. However, we still need some space on the outside so the plots can be merged.
- [x] In some cases, the Background has to end direktly on the last vline.
- [x] Test finetuning with some diverse examples.
| priority | implement adjustable white space between two barplots plot a white rect after the stripes are done make arguments for left and right side and for adjusting them spanners should not be affected but the background has to get longer if white spaces are added the background rows have to start and end more exactly on the correct axis breaks however we still need some space on the outside so the plots can be merged in some cases the background has to end direktly on the last vline test finetuning with some diverse examples | 1 |
780,887 | 27,412,314,990 | IssuesEvent | 2023-03-01 11:23:13 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | The DCAwareRoundRobinPolicy does not work with Yugabyte's Go Driver for YCQL (gocql) | kind/bug priority/high area/ecosystem | Jira Link: [DB-1111](https://yugabyte.atlassian.net/browse/DB-1111)
### Description
It's been reported that the behaviour of DCAwareRoundRobinPolicy with gocql is not as expected. It returns all nodes irrespective of any dc name passed.
This ticket is filed to confirm the same and provide a fix. | 1.0 | The DCAwareRoundRobinPolicy does not work with Yugabyte's Go Driver for YCQL (gocql) - Jira Link: [DB-1111](https://yugabyte.atlassian.net/browse/DB-1111)
### Description
It's been reported that the behaviour of DCAwareRoundRobinPolicy with gocql is not as expected. It returns all nodes irrespective of any dc name passed.
This ticket is filed to confirm the same and provide a fix. | priority | the dcawareroundrobinpolicy does not work with yugabyte s go driver for ycql gocql jira link description it s been reported that the behaviour of dcawareroundrobinpolicy with gocql is not as expected it returns all nodes irrespective of any dc name passed this ticket is filed to confirm the same and provide a fix | 1 |
401,909 | 11,799,884,675 | IssuesEvent | 2020-03-18 16:36:07 | wso2/product-is | https://api.github.com/repos/wso2/product-is | closed | Framework goes to an infinite loop if a custom long wait function did not set a outcome | Complexity/High Component/Adaptive Auth Priority/Highest Severity/Major | **Description:**
When we have a custom adaptive utility function where asyncReturn.accept() is not added to specific flow and script looks like below,
```
executeStep(1, {
onSuccess: function (context) {
Log.info("step 01 success");
executeStep(2, {
onSuccess: function (context) {
Log.info("step 02 success");
customHttpGet(URL, {
onSuccess: function (context, json) {
Log.info("httpGet() 02 success");
}
});
}
});
}
});
```
In https://github.com/wso2/carbon-identity-framework/blob/v5.12.153/components/authentication-framework/org.wso2.carbon.identity.application.authentication.framework/src/main/java/org/wso2/carbon/identity/application/authentication/framework/handler/sequence/impl/GraphBasedSequenceHandler.java#L433 the outcome will be null as it is not configured in the utility function, then the getDefaultEdge is null and iswaiting is false. So when it continuing here https://github.com/wso2/carbon-identity-framework/blob/v5.12.153/components/authentication-framework/org.wso2.carbon.identity.application.authentication.framework/src/main/java/org/wso2/carbon/identity/application/authentication/framework/handler/sequence/impl/GraphBasedSequenceHandler.java#L115 it creates a new node with step one and continues, as the 1st step is completed it will skip it and goes to 2nd step, that will be also completed. Then it goes to customHttpGet again, there due to wso2/product-is#7868 issue, it repetitively loops the flow. | 1.0 | Framework goes to an infinite loop if a custom long wait function did not set a outcome - **Description:**
When we have a custom adaptive utility function where asyncReturn.accept() is not added to specific flow and script looks like below,
```
executeStep(1, {
onSuccess: function (context) {
Log.info("step 01 success");
executeStep(2, {
onSuccess: function (context) {
Log.info("step 02 success");
customHttpGet(URL, {
onSuccess: function (context, json) {
Log.info("httpGet() 02 success");
}
});
}
});
}
});
```
In https://github.com/wso2/carbon-identity-framework/blob/v5.12.153/components/authentication-framework/org.wso2.carbon.identity.application.authentication.framework/src/main/java/org/wso2/carbon/identity/application/authentication/framework/handler/sequence/impl/GraphBasedSequenceHandler.java#L433 the outcome will be null as it is not configured in the utility function, then the getDefaultEdge is null and iswaiting is false. So when it continuing here https://github.com/wso2/carbon-identity-framework/blob/v5.12.153/components/authentication-framework/org.wso2.carbon.identity.application.authentication.framework/src/main/java/org/wso2/carbon/identity/application/authentication/framework/handler/sequence/impl/GraphBasedSequenceHandler.java#L115 it creates a new node with step one and continues, as the 1st step is completed it will skip it and goes to 2nd step, that will be also completed. Then it goes to customHttpGet again, there due to wso2/product-is#7868 issue, it repetitively loops the flow. | priority | framework goes to an infinite loop if a custom long wait function did not set a outcome description when we have a custom adaptive utility function where asyncreturn accept is not added to specific flow and script looks like below executestep onsuccess function context log info step success executestep onsuccess function context log info step success customhttpget url onsuccess function context json log info httpget success in the outcome will be null as it is not configured in the utility function then the getdefaultedge is null and iswaiting is false so when it continuing here it creates a new node with step one and continues as the step is completed it will skip it and goes to step that will be also completed then it goes to customhttpget again there due to product is issue it repetitively loops the flow | 1 |
131,996 | 5,167,682,092 | IssuesEvent | 2017-01-17 19:28:26 | redhat-ipaas/ipaas-client | https://api.github.com/repos/redhat-ipaas/ipaas-client | opened | Reusable Toolbar Component | enhancement high priority | Create a component for the toolbar that allows it to be reused across multiple components, likely as a child component. May be related to #116 or #117. | 1.0 | Reusable Toolbar Component - Create a component for the toolbar that allows it to be reused across multiple components, likely as a child component. May be related to #116 or #117. | priority | reusable toolbar component create a component for the toolbar that allows it to be reused across multiple components likely as a child component may be related to or | 1 |
385,123 | 11,412,967,212 | IssuesEvent | 2020-02-01 16:37:05 | The-Charge/Recharge2020 | https://api.github.com/repos/The-Charge/Recharge2020 | closed | WPILib Update | High Priority | WPILib came out with a version 2.
Download the "WPILibInstaller_Windows64-2020.2.2.zip"
When you open it just check "WPILib"
https://github.com/wpilibsuite/allwpilib/releases
Unassign yourself when you update it | 1.0 | WPILib Update - WPILib came out with a version 2.
Download the "WPILibInstaller_Windows64-2020.2.2.zip"
When you open it just check "WPILib"
https://github.com/wpilibsuite/allwpilib/releases
Unassign yourself when you update it | priority | wpilib update wpilib came out with a version download the wpilibinstaller zip when you open it just check wpilib unassign yourself when you update it | 1 |
264,824 | 8,319,955,727 | IssuesEvent | 2018-09-25 18:43:21 | mattbdean/Helium | https://api.github.com/repos/mattbdean/Helium | closed | More informative docs page | enhancement high priority | Karel recommended some changes to the [introduction page on GH Pages](https://mattbdean.github.io/Helium/).
>I got some feedback that the Helium website is a bit too sparse. It’s hard to figure out what Helium does.
To the front page we should add:
- [x] A three sentence description of what Helium is
- [x] A list of 5-6 bullet points of specific features
- [ ] A slideshow illustrating different use-cases
| 1.0 | More informative docs page - Karel recommended some changes to the [introduction page on GH Pages](https://mattbdean.github.io/Helium/).
>I got some feedback that the Helium website is a bit too sparse. It’s hard to figure out what Helium does.
To the front page we should add:
- [x] A three sentence description of what Helium is
- [x] A list of 5-6 bullet points of specific features
- [ ] A slideshow illustrating different use-cases
| priority | more informative docs page karel recommended some changes to the i got some feedback that the helium website is a bit too sparse it’s hard to figure out what helium does to the front page we should add a three sentence description of what helium is a list of bullet points of specific features a slideshow illustrating different use cases | 1 |
634,532 | 20,364,711,228 | IssuesEvent | 2022-02-21 03:18:30 | moorestech/moorestech | https://api.github.com/repos/moorestech/moorestech | closed | RemoveBlockProtocolで削除したときに各ブロック内のアイテムが正しくインベントリに入るか検証する | high priority | はみ出したときにちゃんともどるかもけんしょうする
特にベルトコンベアは非常に厄介なのでちゃんと検証すること | 1.0 | RemoveBlockProtocolで削除したときに各ブロック内のアイテムが正しくインベントリに入るか検証する - はみ出したときにちゃんともどるかもけんしょうする
特にベルトコンベアは非常に厄介なのでちゃんと検証すること | priority | removeblockprotocolで削除したときに各ブロック内のアイテムが正しくインベントリに入るか検証する はみ出したときにちゃんともどるかもけんしょうする 特にベルトコンベアは非常に厄介なのでちゃんと検証すること | 1 |
647,648 | 21,132,994,171 | IssuesEvent | 2022-04-06 01:49:20 | okTurtles/group-income | https://api.github.com/repos/okTurtles/group-income | opened | Fix lazily loaded pages & components | Kind:Bug Kind:Enhancement Note:Up-for-grabs App:Frontend Level:Starter Priority:High | ### Problem
Two problems:
1. When running `grunt dev --no-chunks` the lazily loaded components in `lazyLoadedView.js` fail to load
2. The pages specified in `router.js` are not being lazily loaded
### Solution
For the first problem @Silver-IT suggested adding `.then(m => m.default)` to the promise returned by `import()`, e.g.:
```js
Vue.component('LoginModal', () => lazyLoadView({ component: import('../views/containers/access/LoginModal.vue').then(m => m.default), loading: LoadingModal, error: ErrorModal }))
```
This apparently works with regular `grunt dev` too.
Verify this approach and implement it.
For the second problem, @snowteamer points out that these are not being lazily loaded because apparently they need to be wrapped in a function:
```js
const GroupDashboard = lazyLoadView({ component: import('@pages/GroupDashboard.vue') })
```
Find out how to properly lazily load these routes, and verify it also works with both `grunt dev` and `grunt dev --no-chunks` without any errors. | 1.0 | Fix lazily loaded pages & components - ### Problem
Two problems:
1. When running `grunt dev --no-chunks` the lazily loaded components in `lazyLoadedView.js` fail to load
2. The pages specified in `router.js` are not being lazily loaded
### Solution
For the first problem @Silver-IT suggested adding `.then(m => m.default)` to the promise returned by `import()`, e.g.:
```js
Vue.component('LoginModal', () => lazyLoadView({ component: import('../views/containers/access/LoginModal.vue').then(m => m.default), loading: LoadingModal, error: ErrorModal }))
```
This apparently works with regular `grunt dev` too.
Verify this approach and implement it.
For the second problem, @snowteamer points out that these are not being lazily loaded because apparently they need to be wrapped in a function:
```js
const GroupDashboard = lazyLoadView({ component: import('@pages/GroupDashboard.vue') })
```
Find out how to properly lazily load these routes, and verify it also works with both `grunt dev` and `grunt dev --no-chunks` without any errors. | priority | fix lazily loaded pages components problem two problems when running grunt dev no chunks the lazily loaded components in lazyloadedview js fail to load the pages specified in router js are not being lazily loaded solution for the first problem silver it suggested adding then m m default to the promise returned by import e g js vue component loginmodal lazyloadview component import views containers access loginmodal vue then m m default loading loadingmodal error errormodal this apparently works with regular grunt dev too verify this approach and implement it for the second problem snowteamer points out that these are not being lazily loaded because apparently they need to be wrapped in a function js const groupdashboard lazyloadview component import pages groupdashboard vue find out how to properly lazily load these routes and verify it also works with both grunt dev and grunt dev no chunks without any errors | 1 |
344,862 | 10,349,697,605 | IssuesEvent | 2019-09-04 23:32:11 | oslc-op/oslc-specs | https://api.github.com/repos/oslc-op/oslc-specs | opened | Enforce consecutive order of the trs:order numbers | Core: TRS Jira: trs Priority: High Xtra: Jira | If TRS events are to be distributed via messaging systems without strict ordering guarantees (eg partitioned Kafka topics), a Resequencer EIP pattern might need to be applied. The pattern requires the message order ids to be sequential in order to unambiguously define whether there are any out-of-order messages still missing from the internal resequencing buffer.
I think a single atomic counter is not too much to ask from the TRS server implementers.
[http://www.enterpriseintegrationpatterns.com/patterns/messaging/Resequencer.html](http://www.enterpriseintegrationpatterns.com/patterns/messaging/Resequencer.html)
---
_Migrated from https://issues.oasis-open.org/browse/OSLCCORE-93 (opened by @berezovskyi; previously assigned to _**Unknown user**_)_
| 1.0 | Enforce consecutive order of the trs:order numbers - If TRS events are to be distributed via messaging systems without strict ordering guarantees (eg partitioned Kafka topics), a Resequencer EIP pattern might need to be applied. The pattern requires the message order ids to be sequential in order to unambiguously define whether there are any out-of-order messages still missing from the internal resequencing buffer.
I think a single atomic counter is not too much to ask from the TRS server implementers.
[http://www.enterpriseintegrationpatterns.com/patterns/messaging/Resequencer.html](http://www.enterpriseintegrationpatterns.com/patterns/messaging/Resequencer.html)
---
_Migrated from https://issues.oasis-open.org/browse/OSLCCORE-93 (opened by @berezovskyi; previously assigned to _**Unknown user**_)_
| priority | enforce consecutive order of the trs order numbers if trs events are to be distributed via messaging systems without strict ordering guarantees eg partitioned kafka topics a resequencer eip pattern might need to be applied the pattern requires the message order ids to be sequential in order to unambiguously define whether there are any out of order messages still missing from the internal resequencing buffer i think a single atomic counter is not too much to ask from the trs server implementers migrated from opened by berezovskyi previously assigned to unknown user | 1 |
684,996 | 23,441,179,604 | IssuesEvent | 2022-08-15 15:01:14 | MystenLabs/sui | https://api.github.com/repos/MystenLabs/sui | opened | [Move] Mitigate Attack Vector From Loading Too Many Modules | Priority: High | Loading too many and/or large modules can cause resource exhaustion.
Current short term solution is to bound the # of packages/modules | 1.0 | [Move] Mitigate Attack Vector From Loading Too Many Modules - Loading too many and/or large modules can cause resource exhaustion.
Current short term solution is to bound the # of packages/modules | priority | mitigate attack vector from loading too many modules loading too many and or large modules can cause resource exhaustion current short term solution is to bound the of packages modules | 1 |
527,122 | 15,308,847,122 | IssuesEvent | 2021-02-24 23:12:37 | monarch-initiative/mondo | https://api.github.com/repos/monarch-initiative/mondo | closed | [NTR] Respiratory syncytial virus bronchiolitis | New term request high priority | Preferred term label:
Respiratory syncytial virus bronchiolitis
Synonyms
RSV bronchiolitis
Definition (free text, please give PubMed ID)
Inflammation of the bronchioles, caused by the respiratory syncytial virus.
PMID: 28722988
Parent term (use hpo.jax.org/app)
Bronchiolitis
Related:
https://github.com/obophenotype/human-phenotype-ontology/issues/6660 | 1.0 | [NTR] Respiratory syncytial virus bronchiolitis - Preferred term label:
Respiratory syncytial virus bronchiolitis
Synonyms
RSV bronchiolitis
Definition (free text, please give PubMed ID)
Inflammation of the bronchioles, caused by the respiratory syncytial virus.
PMID: 28722988
Parent term (use hpo.jax.org/app)
Bronchiolitis
Related:
https://github.com/obophenotype/human-phenotype-ontology/issues/6660 | priority | respiratory syncytial virus bronchiolitis preferred term label respiratory syncytial virus bronchiolitis synonyms rsv bronchiolitis definition free text please give pubmed id inflammation of the bronchioles caused by the respiratory syncytial virus pmid parent term use hpo jax org app bronchiolitis related | 1 |
599,933 | 18,286,576,452 | IssuesEvent | 2021-10-05 10:58:36 | wso2/product-is | https://api.github.com/repos/wso2/product-is | closed | Scope information is retrieved from the super tenant when displaying in consent screen | Priority/High Severity/Blocker bug | **Describe the issue:**
When user is authenticating with OIDC protocol the scope information displayed in the consent screen is retrieved from the super tenant.
**How to reproduce:**
Create an OIDC application in a tenant and try to login with tenant user.
Debug line [1] you will see the tenant id retrieved is -1234.
[1] - https://github.com/wso2-extensions/identity-inbound-auth-oauth/blob/v6.4.138/components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/OAuth2ScopeService.java#L121
This issue is not seen when tenanted URLs are enabled for the server.
| 1.0 | Scope information is retrieved from the super tenant when displaying in consent screen - **Describe the issue:**
When user is authenticating with OIDC protocol the scope information displayed in the consent screen is retrieved from the super tenant.
**How to reproduce:**
Create an OIDC application in a tenant and try to login with tenant user.
Debug line [1] you will see the tenant id retrieved is -1234.
[1] - https://github.com/wso2-extensions/identity-inbound-auth-oauth/blob/v6.4.138/components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/OAuth2ScopeService.java#L121
This issue is not seen when tenanted URLs are enabled for the server.
| priority | scope information is retrieved from the super tenant when displaying in consent screen describe the issue when user is authenticating with oidc protocol the scope information displayed in the consent screen is retrieved from the super tenant how to reproduce create an oidc application in a tenant and try to login with tenant user debug line you will see the tenant id retrieved is this issue is not seen when tenanted urls are enabled for the server | 1 |
631,700 | 20,157,973,976 | IssuesEvent | 2022-02-09 18:17:37 | CosmosOS/Cosmos | https://api.github.com/repos/CosmosOS/Cosmos | closed | [Devkit] Cannot check CPU on last devkit | Bug Priority: High Pending User Response Area: Memory | #### Area of Cosmos - What area of Cosmos are we dealing with?
CPU Checking (System info)
#### Expected Behaviour - What do you think that should happen?
Fixed it on the last devkit
#### Actual Behaviour - What unexpectedly happens?
Kernel Panic 0x290
CPU Exception x05
#### Reproduction - How did you get this error to appear?
First, this bug does not happen in devkit (13/1/2022) but after I upgraded to the last devkit today that crashing with Kernel Panic
This is my check CPU model code:
```
Console.WriteLine("CPU: " + CPU.GetCPUBrandString());
```
#### Version - Were you using the User Kit or Dev Kit? And what User Kit version or Dev Kit commit (Cosmos, IL2CPU, X#)?
Cosmos Devkit C# | 1.0 | [Devkit] Cannot check CPU on last devkit - #### Area of Cosmos - What area of Cosmos are we dealing with?
CPU Checking (System info)
#### Expected Behaviour - What do you think that should happen?
Fixed it on the last devkit
#### Actual Behaviour - What unexpectedly happens?
Kernel Panic 0x290
CPU Exception x05
#### Reproduction - How did you get this error to appear?
First, this bug does not happen in devkit (13/1/2022) but after I upgraded to the last devkit today that crashing with Kernel Panic
This is my check CPU model code:
```
Console.WriteLine("CPU: " + CPU.GetCPUBrandString());
```
#### Version - Were you using the User Kit or Dev Kit? And what User Kit version or Dev Kit commit (Cosmos, IL2CPU, X#)?
Cosmos Devkit C# | priority | cannot check cpu on last devkit area of cosmos what area of cosmos are we dealing with cpu checking system info expected behaviour what do you think that should happen fixed it on the last devkit actual behaviour what unexpectedly happens kernel panic cpu exception reproduction how did you get this error to appear first this bug does not happen in devkit but after i upgraded to the last devkit today that crashing with kernel panic this is my check cpu model code console writeline cpu cpu getcpubrandstring version were you using the user kit or dev kit and what user kit version or dev kit commit cosmos x cosmos devkit c | 1 |
741,133 | 25,780,759,281 | IssuesEvent | 2022-12-09 15:44:05 | IDAES/idaes-pse | https://api.github.com/repos/IDAES/idaes-pse | opened | Print in surrogate_block.py | Priority:High | There is a print in surrogate_block.py that shouldn't be there. It says what bounds are set to. Probably left over from debugging. | 1.0 | Print in surrogate_block.py - There is a print in surrogate_block.py that shouldn't be there. It says what bounds are set to. Probably left over from debugging. | priority | print in surrogate block py there is a print in surrogate block py that shouldn t be there it says what bounds are set to probably left over from debugging | 1 |
284,350 | 8,737,510,913 | IssuesEvent | 2018-12-11 22:50:23 | coreos/clair | https://api.github.com/repos/coreos/clair | opened | Multiple namespaces with multiple package managers | component/worker lifecycle/preserve priority/high | ### Description of Problem / Feature Request
When using multiple namespaces, a feature's namespace is currently determined by looking up existing namespaces from all ancestry layers including current layer, and check if the namespace's version format matches the feature's version format. If there's nothing found, we just give up.
https://github.com/coreos/clair/blob/master/worker.go#L367
In Clair, any namespace's version format is assumed.
e.g. https://github.com/coreos/clair/blob/master/ext/featurens/osrelease/osrelease.go#L86
For example, ubuntu is assumed to use dpkg, and therefore, dpkg is the version format.
This can false assumption under the fact that we can install or user another package manager.
Simple case:
base
Layer 1: Namespace = ubuntu:latest, there's no package manager database.
Layer 2: We detect a change in package manager database with Curl in Nix database.
leaf
Even though Curl doesn't have dpkg as its version format, it still by fact exists under ubuntu:latest.
### Environment
- Clair version/image: MASTER
- Clair client name/version:
- Host OS:
- Kernel (e.g. `uname -a`):
- Kubernetes version (use `kubectl version`):
- Helm version (use `helm version`):
- Network/Firewall setup:
| 1.0 | Multiple namespaces with multiple package managers - ### Description of Problem / Feature Request
When using multiple namespaces, a feature's namespace is currently determined by looking up existing namespaces from all ancestry layers including current layer, and check if the namespace's version format matches the feature's version format. If there's nothing found, we just give up.
https://github.com/coreos/clair/blob/master/worker.go#L367
In Clair, any namespace's version format is assumed.
e.g. https://github.com/coreos/clair/blob/master/ext/featurens/osrelease/osrelease.go#L86
For example, ubuntu is assumed to use dpkg, and therefore, dpkg is the version format.
This can false assumption under the fact that we can install or user another package manager.
Simple case:
base
Layer 1: Namespace = ubuntu:latest, there's no package manager database.
Layer 2: We detect a change in package manager database with Curl in Nix database.
leaf
Even though Curl doesn't have dpkg as its version format, it still by fact exists under ubuntu:latest.
### Environment
- Clair version/image: MASTER
- Clair client name/version:
- Host OS:
- Kernel (e.g. `uname -a`):
- Kubernetes version (use `kubectl version`):
- Helm version (use `helm version`):
- Network/Firewall setup:
| priority | multiple namespaces with multiple package managers description of problem feature request when using multiple namespaces a feature s namespace is currently determined by looking up existing namespaces from all ancestry layers including current layer and check if the namespace s version format matches the feature s version format if there s nothing found we just give up in clair any namespace s version format is assumed e g for example ubuntu is assumed to use dpkg and therefore dpkg is the version format this can false assumption under the fact that we can install or user another package manager simple case base layer namespace ubuntu latest there s no package manager database layer we detect a change in package manager database with curl in nix database leaf even though curl doesn t have dpkg as its version format it still by fact exists under ubuntu latest environment clair version image master clair client name version host os kernel e g uname a kubernetes version use kubectl version helm version use helm version network firewall setup | 1 |
195,564 | 6,913,133,763 | IssuesEvent | 2017-11-28 14:25:16 | smartchicago/chicago-early-learning | https://api.github.com/repos/smartchicago/chicago-early-learning | closed | Add ability to bypass birthday check | High Priority Waiting on Merge | Our partners requested a way to bypass the birthday check on both mobile and desktop. They like having the birthday check but think that some parents might want to get to results quicker. | 1.0 | Add ability to bypass birthday check - Our partners requested a way to bypass the birthday check on both mobile and desktop. They like having the birthday check but think that some parents might want to get to results quicker. | priority | add ability to bypass birthday check our partners requested a way to bypass the birthday check on both mobile and desktop they like having the birthday check but think that some parents might want to get to results quicker | 1 |
187,332 | 6,756,052,915 | IssuesEvent | 2017-10-24 04:41:16 | Zafuzi/lfdc | https://api.github.com/repos/Zafuzi/lfdc | closed | Add Pages | backend frontend priority 1: high | # Problem
Need to add the basic routes and pages for the main structure of the site
# Solution
Currently these are the route I need implemented:
- [x] login (main login for the owner of the daycare)
- [x] times (may change name, this is where the parents log sign in/out times)
- [x] logout (obvious)
- [x] report (daycare owner can get a summary for a period of times) | 1.0 | Add Pages - # Problem
Need to add the basic routes and pages for the main structure of the site
# Solution
Currently these are the route I need implemented:
- [x] login (main login for the owner of the daycare)
- [x] times (may change name, this is where the parents log sign in/out times)
- [x] logout (obvious)
- [x] report (daycare owner can get a summary for a period of times) | priority | add pages problem need to add the basic routes and pages for the main structure of the site solution currently these are the route i need implemented login main login for the owner of the daycare times may change name this is where the parents log sign in out times logout obvious report daycare owner can get a summary for a period of times | 1 |
331,253 | 10,062,864,193 | IssuesEvent | 2019-07-23 03:05:28 | OneSignal/OneSignal-Flutter-SDK | https://api.github.com/repos/OneSignal/OneSignal-Flutter-SDK | closed | clang: error: linker command failed with exit code 1 (Cocoapods issue) | Bug: High Priority | <!--
1. IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MAY CLOSE YOUR ISSUE WITHOUT INVESTIGATION
2. SEARCH EXISTING ISSUES FOR AN ANSWER: https://github.com/OneSignal/OneSignal-Flutter-SDK/issues
3. See our contributing guidelines: https://github.com/OneSignal/OneSignal-Flutter-SDK/blob/master/CONTRIBUTING.md
-->
**Description:**
<!-- (write below this line) -->
Every once in a while -- after adding a new package (sometimes) or clearing some cache, our application refuses to build on iOS simulators/debug .. and sometimes takes a few tries on production release builds .. with a build error about nothing finding trying to link
OneSignalNotificationServiceExtension
What appears to be happening is that this Ld is premature and all the other Pods needed and listed haven't been compiled yet .. so the ld fails because Flutter puts them all together.. here is the snippest from the fails:
```
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only x86_64 -syslibroot /Applications/Xcode.app/Contents/Developer/Plat
forms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/package_info -filelist /Users/sjm/Library/Developer/Xcode/De
rivedData/Runner-fmfgxmbciwytkiaoztfoxtepvsaw/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/package_info.build/Objects-normal/x86_64/package_info.LinkFileList -o /Users/sjm/work/mm
/mms4/mobile/build/ios/Debug-iphonesimulator/package_info/libpackage_info.a
=== BUILD TARGET OneSignalNotificationServiceExtension OF PROJECT Runner WITH CONFIGURATION Debug ===
Check dependencies
Create product structure
/bin/mkdir -p /Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/OneSignalNotificationServiceExtension.appex
ProcessInfoPlistFile /Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/OneSignalNotificationServiceExtension.appex/Info.plist OneSignalNotificationServiceExtension/Info.pl
ist
cd /Users/sjm/work/mm/mms4/mobile/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/sjm/Developme
nt/flutter/bin:/Users/sjm/.fastlane/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:."
builtin-infoPlistUtility /Users/sjm/work/mm/mms4/mobile/ios/OneSignalNotificationServiceExtension/Info.plist -expandbuildsettings -format binary -platform iphonesimulator -o /Users
/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/OneSignalNotificationServiceExtension.appex/Info.plist
PhaseScriptExecution [CP]\ Check\ Pods\ Manifest.lock /Users/sjm/Library/Developer/Xcode/DerivedData/Runner-fmfgxmbciwytkiaoztfoxtepvsaw/Build/Intermediates.noindex/Runner.build/Debug-
iphonesimulator/OneSignalNotificationServiceExtension.build/Script-7206A2BF19E0D481309F4ACF.sh
cd /Users/sjm/work/mm/mms4/mobile/ios
/bin/sh -c /Users/sjm/Library/Developer/Xcode/DerivedData/Runner-fmfgxmbciwytkiaoztfoxtepvsaw/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/OneSignalNotificationSe
rviceExtension.build/Script-7206A2BF19E0D481309F4ACF.sh
Ld /Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/OneSignalNotificationServiceExtension.appex/OneSignalNotificationServiceExtension normal x86_64
cd /Users/sjm/work/mm/mms4/mobile/ios
export IPHONEOS_DEPLOYMENT_TARGET=10.0
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/sjm/Developme
nt/flutter/bin:/Users/sjm/.fastlane/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:."
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimul
ator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator -L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/device_info
-L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/flutter_secure_storage -L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/local_auth -L/Users/sjm/work/mm/mms4/mobil
e/build/ios/Debug-iphonesimulator/location -L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/onesignal -L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/open_file -L
/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/package_info -L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/path_provider -L/Users/sjm/work/mm/mms4/mobile/build/i
os/Debug-iphonesimulator/shared_preferences -L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/uni_links -L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/url_launche
r -F/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator -F/Users/sjm/work/mm/mms4/mobile/ios/Pods/../.symlinks/flutter/ios -F/Users/sjm/work/mm/mms4/mobile/ios/Pods/OneSignal/iOS_SDK/O
neSignalSDK/Framework -filelist /Users/sjm/Library/Developer/Xcode/DerivedData/Runner-fmfgxmbciwytkiaoztfoxtepvsaw/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/OneSignalNotifica
tionServiceExtension.build/Objects-normal/x86_64/OneSignalNotificationServiceExtension.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Fram
eworks -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @executable_path/../../Frameworks -mios-simulator-version-min=10.0 -dead_strip -Xlinker -object_path_lto -Xlin
ker /Users/sjm/Library/Developer/Xcode/DerivedData/Runner-fmfgxmbciwytkiaoztfoxtepvsaw/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/OneSignalNotificationServiceExtension.build/Objects-normal/x86_64/OneSignalNotificationServiceExtension_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -fapplication-extension -ObjC -ldevice_info -lflutter_secure_storage -llocal_auth -llocation -lonesignal -lopen_file -lpackage_info -lpath_provider -lshared_preferences -luni_links -lurl_launcher -framework Flutter -framework OneSignal -framework SystemConfiguration -framework UIKit -framework UserNotifications -ObjC -framework OneSignal -framework SystemConfiguration -framework UIKit -framework UserNotifications -e _NSExtensionMain -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /Users/sjm/Library/Developer/Xcode/DerivedData/Runner-fmfgxmbciwytkiaoztfoxtepvsaw/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/OneSignalNotificationServiceExtension.build/OneSignalNotificationServiceExtension.appex-Simulated.xcent -lPods-OneSignalNotificationServiceExtension -Xlinker -dependency_info -Xlinker /Users/sjm/Library/Developer/Xcode/DerivedData/Runner-fmfgxmbciwytkiaoztfoxtepvsaw/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/OneSignalNotificationServiceExtension.build/Objects-normal/x86_64/OneSignalNotificationServiceExtension_dependency_info.dat -o /Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/OneSignalNotificationServiceExtension.appex/OneSignalNotificationServiceExtension
ld: warning: directory not found for option '-L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/location'
ld: library not found for -llocation
clang: error: linker command failed with exit code 1 (use -v to see invocation)
=== BUILD TARGET path_provider OF PROJECT Pods WITH CONFIGURATION Debug ===
Check dependencies
Libtool /Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/path_provider/libpath_provider.a normal x86_64
cd /Users/sjm/work/mm/mms4/mobile/ios/Pods
export IPHONEOS_DEPLOYMENT_TARGET=8.0
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/sjm/Development/flutter/bin:/Users/sjm/.fastlane/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:."
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only x86_64 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/path_provider -filelist /Users/sjm/Library/Developer/Xcode/DerivedData/Runner-fmfgxmbciwytkiaoztfoxtepvsaw/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/path_provider.build/Objects-normal/x86_64/path_provider.LinkFileList -o /Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/path_provider/libpath_provider.a
```
I can include the total flutter run -v output somewhere (it's lengthy) if you tell me where..
I am not sure why it's do an clang thing THEN in the middle of the project builds?? I think that's the culprit ..
**Environment**
<!-- Example:
1. 1.0.3
2. pub and then followed the instructions
-->
1. 1.0.3
2. pub and then followed the instructions
**Steps to Reproduce Issue:**
<!--
Example:
(write below this line) -->
1. Install the OneSignal Flutter SDK using pub into your project
2. Add a TON of pubspec.yaml dependencies .. lots of which have Pod things..
3. flutter clean ; flutter run -d XXXX (simulator)
The odd thing is that the first time we run we may get 5/6 "ld" errors.. but each run after reduces that. Sometimes we get 0 and once it's zero we're good again until the next "flutter upgrade" or something that adds a pod .. then all hell breaks loose again . :(
I have this reproducible right now -- can't fix actually ..
Here is our pubspec.yaml file:
```
name: MissionMode
description: Flutter MissionMode Mobile
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# Read more about versioning at semver.org.
version: 1.4.5
environment:
sdk: '>=2.0.0-dev.68.0 <3.0.0'
dependencies:
charts_flutter: ^0.5.0
device_info: ^0.3.0
dynamic_theme: ^1.0.0
fluro: ^1.3.4
flutter_secure_storage: ^3.1.1
flutter_typeahead: ^0.4.0
# get_version: ^0.0.6
graphql_flutter: ^1.0.0-alpha.10
flutter_html: ^0.8.2
http: ^0.12.0
icons_helper:
git:
url: git://github.com/sjmcdowall/icons_helper
# image_picker: ^0.4.10
local_auth: ^0.3.0
location: ^1.4.0
native_widgets: ^0.1.1+1
open_file: ^1.1.1
package_info: ^0.3.2
page_view_indicator: ^0.3.0+1
path_provider: ^0.4.1
rxdart: ^0.18.1
scoped_model: ^1.0.1
shared_preferences: ^0.4.2
uni_links: ^0.1.3
url_launcher: ^4.0.1
uuid: ^1.0.3
intl: ^0.15.7
onesignal: ^1.0.0
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
dev_dependencies:
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/images/background.png
- assets/images/MissionMode_Logo.png
- assets/images/MissionMode_Full_logo_white.png
- assets/images/MissionMode_Full_logo.png
- assets/images/MissionMode_Logo.png
- assets/images/triangle-bg.png
- assets/images/Envelope-PNG-File-354x279.png
- assets/images/wand-1024_1280.png
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.io/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.io/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.io/custom-fonts/#from-packages
```
Here is the Podfile from /ios
```
# Uncomment this line to define a global platform for your project
platform :ios, '10.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
def parse_KV_file(file, separator='=')
file_abs_path = File.expand_path(file)
if !File.exists? file_abs_path
return [];
end
pods_ary = []
skip_line_start_symbols = ["#", "/"]
File.foreach(file_abs_path) { |line|
next if skip_line_start_symbols.any? { |symbol| line =~ /^\s*#{symbol}/ }
plugin = line.split(pattern=separator)
if plugin.length == 2
podname = plugin[0].strip()
path = plugin[1].strip()
podpath = File.expand_path("#{path}", file_abs_path)
pods_ary.push({:name => podname, :path => podpath});
else
puts "Invalid plugin specification: #{line}"
end
}
return pods_ary
end
target 'Runner' do
# SJM -- For Swift plugins
# use_frameworks!
# Prepare symlinks folder. We use symlinks to avoid having Podfile.lock
# referring to absolute paths on developers' machines.
system('rm -rf .symlinks')
system('mkdir -p .symlinks/plugins')
# Flutter Pods
generated_xcode_build_settings = parse_KV_file('./Flutter/Generated.xcconfig')
if generated_xcode_build_settings.empty?
puts "Generated.xcconfig must exist. If you're running pod install manually, make sure flutter packages get is executed first."
end
generated_xcode_build_settings.map { |p|
if p[:name] == 'FLUTTER_FRAMEWORK_DIR'
symlink = File.join('.symlinks', 'flutter')
File.symlink(File.dirname(p[:path]), symlink)
pod 'Flutter', :path => File.join(symlink, File.basename(p[:path]))
end
}
# Plugin Pods
plugin_pods = parse_KV_file('../.flutter-plugins')
plugin_pods.map { |p|
symlink = File.join('.symlinks', 'plugins', p[:name])
File.symlink(p[:path], symlink)
pod p[:name], :path => File.join(symlink, 'ios')
}
end
target 'OneSignalNotificationServiceExtension' do
pod 'OneSignal', '>= 2.9.3', '< 3.0'
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '4.0'
config.build_settings['ENABLE_BITCODE'] = 'NO'
end
end
end
```
This is rather a show stopper for us right now as we're stuck ..
Cheers!
| 1.0 | clang: error: linker command failed with exit code 1 (Cocoapods issue) - <!--
1. IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MAY CLOSE YOUR ISSUE WITHOUT INVESTIGATION
2. SEARCH EXISTING ISSUES FOR AN ANSWER: https://github.com/OneSignal/OneSignal-Flutter-SDK/issues
3. See our contributing guidelines: https://github.com/OneSignal/OneSignal-Flutter-SDK/blob/master/CONTRIBUTING.md
-->
**Description:**
<!-- (write below this line) -->
Every once in a while -- after adding a new package (sometimes) or clearing some cache, our application refuses to build on iOS simulators/debug .. and sometimes takes a few tries on production release builds .. with a build error about nothing finding trying to link
OneSignalNotificationServiceExtension
What appears to be happening is that this Ld is premature and all the other Pods needed and listed haven't been compiled yet .. so the ld fails because Flutter puts them all together.. here is the snippest from the fails:
```
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only x86_64 -syslibroot /Applications/Xcode.app/Contents/Developer/Plat
forms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/package_info -filelist /Users/sjm/Library/Developer/Xcode/De
rivedData/Runner-fmfgxmbciwytkiaoztfoxtepvsaw/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/package_info.build/Objects-normal/x86_64/package_info.LinkFileList -o /Users/sjm/work/mm
/mms4/mobile/build/ios/Debug-iphonesimulator/package_info/libpackage_info.a
=== BUILD TARGET OneSignalNotificationServiceExtension OF PROJECT Runner WITH CONFIGURATION Debug ===
Check dependencies
Create product structure
/bin/mkdir -p /Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/OneSignalNotificationServiceExtension.appex
ProcessInfoPlistFile /Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/OneSignalNotificationServiceExtension.appex/Info.plist OneSignalNotificationServiceExtension/Info.pl
ist
cd /Users/sjm/work/mm/mms4/mobile/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/sjm/Developme
nt/flutter/bin:/Users/sjm/.fastlane/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:."
builtin-infoPlistUtility /Users/sjm/work/mm/mms4/mobile/ios/OneSignalNotificationServiceExtension/Info.plist -expandbuildsettings -format binary -platform iphonesimulator -o /Users
/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/OneSignalNotificationServiceExtension.appex/Info.plist
PhaseScriptExecution [CP]\ Check\ Pods\ Manifest.lock /Users/sjm/Library/Developer/Xcode/DerivedData/Runner-fmfgxmbciwytkiaoztfoxtepvsaw/Build/Intermediates.noindex/Runner.build/Debug-
iphonesimulator/OneSignalNotificationServiceExtension.build/Script-7206A2BF19E0D481309F4ACF.sh
cd /Users/sjm/work/mm/mms4/mobile/ios
/bin/sh -c /Users/sjm/Library/Developer/Xcode/DerivedData/Runner-fmfgxmbciwytkiaoztfoxtepvsaw/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/OneSignalNotificationSe
rviceExtension.build/Script-7206A2BF19E0D481309F4ACF.sh
Ld /Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/OneSignalNotificationServiceExtension.appex/OneSignalNotificationServiceExtension normal x86_64
cd /Users/sjm/work/mm/mms4/mobile/ios
export IPHONEOS_DEPLOYMENT_TARGET=10.0
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/sjm/Developme
nt/flutter/bin:/Users/sjm/.fastlane/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:."
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimul
ator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator -L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/device_info
-L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/flutter_secure_storage -L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/local_auth -L/Users/sjm/work/mm/mms4/mobil
e/build/ios/Debug-iphonesimulator/location -L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/onesignal -L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/open_file -L
/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/package_info -L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/path_provider -L/Users/sjm/work/mm/mms4/mobile/build/i
os/Debug-iphonesimulator/shared_preferences -L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/uni_links -L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/url_launche
r -F/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator -F/Users/sjm/work/mm/mms4/mobile/ios/Pods/../.symlinks/flutter/ios -F/Users/sjm/work/mm/mms4/mobile/ios/Pods/OneSignal/iOS_SDK/O
neSignalSDK/Framework -filelist /Users/sjm/Library/Developer/Xcode/DerivedData/Runner-fmfgxmbciwytkiaoztfoxtepvsaw/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/OneSignalNotifica
tionServiceExtension.build/Objects-normal/x86_64/OneSignalNotificationServiceExtension.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Fram
eworks -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @executable_path/../../Frameworks -mios-simulator-version-min=10.0 -dead_strip -Xlinker -object_path_lto -Xlin
ker /Users/sjm/Library/Developer/Xcode/DerivedData/Runner-fmfgxmbciwytkiaoztfoxtepvsaw/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/OneSignalNotificationServiceExtension.build/Objects-normal/x86_64/OneSignalNotificationServiceExtension_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -fapplication-extension -ObjC -ldevice_info -lflutter_secure_storage -llocal_auth -llocation -lonesignal -lopen_file -lpackage_info -lpath_provider -lshared_preferences -luni_links -lurl_launcher -framework Flutter -framework OneSignal -framework SystemConfiguration -framework UIKit -framework UserNotifications -ObjC -framework OneSignal -framework SystemConfiguration -framework UIKit -framework UserNotifications -e _NSExtensionMain -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /Users/sjm/Library/Developer/Xcode/DerivedData/Runner-fmfgxmbciwytkiaoztfoxtepvsaw/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/OneSignalNotificationServiceExtension.build/OneSignalNotificationServiceExtension.appex-Simulated.xcent -lPods-OneSignalNotificationServiceExtension -Xlinker -dependency_info -Xlinker /Users/sjm/Library/Developer/Xcode/DerivedData/Runner-fmfgxmbciwytkiaoztfoxtepvsaw/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/OneSignalNotificationServiceExtension.build/Objects-normal/x86_64/OneSignalNotificationServiceExtension_dependency_info.dat -o /Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/OneSignalNotificationServiceExtension.appex/OneSignalNotificationServiceExtension
ld: warning: directory not found for option '-L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/location'
ld: library not found for -llocation
clang: error: linker command failed with exit code 1 (use -v to see invocation)
=== BUILD TARGET path_provider OF PROJECT Pods WITH CONFIGURATION Debug ===
Check dependencies
Libtool /Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/path_provider/libpath_provider.a normal x86_64
cd /Users/sjm/work/mm/mms4/mobile/ios/Pods
export IPHONEOS_DEPLOYMENT_TARGET=8.0
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/sjm/Development/flutter/bin:/Users/sjm/.fastlane/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:."
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only x86_64 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -L/Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/path_provider -filelist /Users/sjm/Library/Developer/Xcode/DerivedData/Runner-fmfgxmbciwytkiaoztfoxtepvsaw/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/path_provider.build/Objects-normal/x86_64/path_provider.LinkFileList -o /Users/sjm/work/mm/mms4/mobile/build/ios/Debug-iphonesimulator/path_provider/libpath_provider.a
```
I can include the total flutter run -v output somewhere (it's lengthy) if you tell me where..
I am not sure why it's do an clang thing THEN in the middle of the project builds?? I think that's the culprit ..
**Environment**
<!-- Example:
1. 1.0.3
2. pub and then followed the instructions
-->
1. 1.0.3
2. pub and then followed the instructions
**Steps to Reproduce Issue:**
<!--
Example:
(write below this line) -->
1. Install the OneSignal Flutter SDK using pub into your project
2. Add a TON of pubspec.yaml dependencies .. lots of which have Pod things..
3. flutter clean ; flutter run -d XXXX (simulator)
The odd thing is that the first time we run we may get 5/6 "ld" errors.. but each run after reduces that. Sometimes we get 0 and once it's zero we're good again until the next "flutter upgrade" or something that adds a pod .. then all hell breaks loose again . :(
I have this reproducible right now -- can't fix actually ..
Here is our pubspec.yaml file:
```
name: MissionMode
description: Flutter MissionMode Mobile
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# Read more about versioning at semver.org.
version: 1.4.5
environment:
sdk: '>=2.0.0-dev.68.0 <3.0.0'
dependencies:
charts_flutter: ^0.5.0
device_info: ^0.3.0
dynamic_theme: ^1.0.0
fluro: ^1.3.4
flutter_secure_storage: ^3.1.1
flutter_typeahead: ^0.4.0
# get_version: ^0.0.6
graphql_flutter: ^1.0.0-alpha.10
flutter_html: ^0.8.2
http: ^0.12.0
icons_helper:
git:
url: git://github.com/sjmcdowall/icons_helper
# image_picker: ^0.4.10
local_auth: ^0.3.0
location: ^1.4.0
native_widgets: ^0.1.1+1
open_file: ^1.1.1
package_info: ^0.3.2
page_view_indicator: ^0.3.0+1
path_provider: ^0.4.1
rxdart: ^0.18.1
scoped_model: ^1.0.1
shared_preferences: ^0.4.2
uni_links: ^0.1.3
url_launcher: ^4.0.1
uuid: ^1.0.3
intl: ^0.15.7
onesignal: ^1.0.0
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
dev_dependencies:
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/images/background.png
- assets/images/MissionMode_Logo.png
- assets/images/MissionMode_Full_logo_white.png
- assets/images/MissionMode_Full_logo.png
- assets/images/MissionMode_Logo.png
- assets/images/triangle-bg.png
- assets/images/Envelope-PNG-File-354x279.png
- assets/images/wand-1024_1280.png
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.io/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.io/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.io/custom-fonts/#from-packages
```
Here is the Podfile from /ios
```
# Uncomment this line to define a global platform for your project
platform :ios, '10.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
def parse_KV_file(file, separator='=')
file_abs_path = File.expand_path(file)
if !File.exists? file_abs_path
return [];
end
pods_ary = []
skip_line_start_symbols = ["#", "/"]
File.foreach(file_abs_path) { |line|
next if skip_line_start_symbols.any? { |symbol| line =~ /^\s*#{symbol}/ }
plugin = line.split(pattern=separator)
if plugin.length == 2
podname = plugin[0].strip()
path = plugin[1].strip()
podpath = File.expand_path("#{path}", file_abs_path)
pods_ary.push({:name => podname, :path => podpath});
else
puts "Invalid plugin specification: #{line}"
end
}
return pods_ary
end
target 'Runner' do
# SJM -- For Swift plugins
# use_frameworks!
# Prepare symlinks folder. We use symlinks to avoid having Podfile.lock
# referring to absolute paths on developers' machines.
system('rm -rf .symlinks')
system('mkdir -p .symlinks/plugins')
# Flutter Pods
generated_xcode_build_settings = parse_KV_file('./Flutter/Generated.xcconfig')
if generated_xcode_build_settings.empty?
puts "Generated.xcconfig must exist. If you're running pod install manually, make sure flutter packages get is executed first."
end
generated_xcode_build_settings.map { |p|
if p[:name] == 'FLUTTER_FRAMEWORK_DIR'
symlink = File.join('.symlinks', 'flutter')
File.symlink(File.dirname(p[:path]), symlink)
pod 'Flutter', :path => File.join(symlink, File.basename(p[:path]))
end
}
# Plugin Pods
plugin_pods = parse_KV_file('../.flutter-plugins')
plugin_pods.map { |p|
symlink = File.join('.symlinks', 'plugins', p[:name])
File.symlink(p[:path], symlink)
pod p[:name], :path => File.join(symlink, 'ios')
}
end
target 'OneSignalNotificationServiceExtension' do
pod 'OneSignal', '>= 2.9.3', '< 3.0'
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '4.0'
config.build_settings['ENABLE_BITCODE'] = 'NO'
end
end
end
```
This is rather a show stopper for us right now as we're stuck ..
Cheers!
| priority | clang error linker command failed with exit code cocoapods issue if you don t fill out the following information we may close your issue without investigation search existing issues for an answer see our contributing guidelines description every once in a while after adding a new package sometimes or clearing some cache our application refuses to build on ios simulators debug and sometimes takes a few tries on production release builds with a build error about nothing finding trying to link onesignalnotificationserviceextension what appears to be happening is that this ld is premature and all the other pods needed and listed haven t been compiled yet so the ld fails because flutter puts them all together here is the snippest from the fails applications xcode app contents developer toolchains xcodedefault xctoolchain usr bin libtool static arch only syslibroot applications xcode app contents developer plat forms iphonesimulator platform developer sdks sdk l users sjm work mm mobile build ios debug iphonesimulator package info filelist users sjm library developer xcode de riveddata runner fmfgxmbciwytkiaoztfoxtepvsaw build intermediates noindex pods build debug iphonesimulator package info build objects normal package info linkfilelist o users sjm work mm mobile build ios debug iphonesimulator package info libpackage info a build target onesignalnotificationserviceextension of project runner with configuration debug check dependencies create product structure bin mkdir p users sjm work mm mobile build ios debug iphonesimulator onesignalnotificationserviceextension appex processinfoplistfile users sjm work mm mobile build ios debug iphonesimulator onesignalnotificationserviceextension appex info plist onesignalnotificationserviceextension info pl ist cd users sjm work mm mobile ios export path applications xcode app contents developer platforms iphonesimulator platform developer usr bin applications xcode app contents developer usr bin users sjm developme nt flutter bin users sjm fastlane bin usr local bin usr local sbin usr bin bin usr sbin sbin builtin infoplistutility users sjm work mm mobile ios onesignalnotificationserviceextension info plist expandbuildsettings format binary platform iphonesimulator o users sjm work mm mobile build ios debug iphonesimulator onesignalnotificationserviceextension appex info plist phasescriptexecution check pods manifest lock users sjm library developer xcode deriveddata runner fmfgxmbciwytkiaoztfoxtepvsaw build intermediates noindex runner build debug iphonesimulator onesignalnotificationserviceextension build script sh cd users sjm work mm mobile ios bin sh c users sjm library developer xcode deriveddata runner fmfgxmbciwytkiaoztfoxtepvsaw build intermediates noindex runner build debug iphonesimulator onesignalnotificationse rviceextension build script sh ld users sjm work mm mobile build ios debug iphonesimulator onesignalnotificationserviceextension appex onesignalnotificationserviceextension normal cd users sjm work mm mobile ios export iphoneos deployment target export path applications xcode app contents developer platforms iphonesimulator platform developer usr bin applications xcode app contents developer usr bin users sjm developme nt flutter bin users sjm fastlane bin usr local bin usr local sbin usr bin bin usr sbin sbin applications xcode app contents developer toolchains xcodedefault xctoolchain usr bin clang arch isysroot applications xcode app contents developer platforms iphonesimul ator platform developer sdks sdk l users sjm work mm mobile build ios debug iphonesimulator l users sjm work mm mobile build ios debug iphonesimulator device info l users sjm work mm mobile build ios debug iphonesimulator flutter secure storage l users sjm work mm mobile build ios debug iphonesimulator local auth l users sjm work mm mobil e build ios debug iphonesimulator location l users sjm work mm mobile build ios debug iphonesimulator onesignal l users sjm work mm mobile build ios debug iphonesimulator open file l users sjm work mm mobile build ios debug iphonesimulator package info l users sjm work mm mobile build ios debug iphonesimulator path provider l users sjm work mm mobile build i os debug iphonesimulator shared preferences l users sjm work mm mobile build ios debug iphonesimulator uni links l users sjm work mm mobile build ios debug iphonesimulator url launche r f users sjm work mm mobile build ios debug iphonesimulator f users sjm work mm mobile ios pods symlinks flutter ios f users sjm work mm mobile ios pods onesignal ios sdk o nesignalsdk framework filelist users sjm library developer xcode deriveddata runner fmfgxmbciwytkiaoztfoxtepvsaw build intermediates noindex runner build debug iphonesimulator onesignalnotifica tionserviceextension build objects normal onesignalnotificationserviceextension linkfilelist xlinker rpath xlinker executable path frameworks xlinker rpath xlinker loader path fram eworks xlinker rpath xlinker executable path frameworks xlinker rpath xlinker executable path frameworks mios simulator version min dead strip xlinker object path lto xlin ker users sjm library developer xcode deriveddata runner fmfgxmbciwytkiaoztfoxtepvsaw build intermediates noindex runner build debug iphonesimulator onesignalnotificationserviceextension build objects normal onesignalnotificationserviceextension lto o xlinker export dynamic xlinker no deduplicate xlinker objc abi version xlinker fobjc arc fobjc link runtime fapplication extension objc ldevice info lflutter secure storage llocal auth llocation lonesignal lopen file lpackage info lpath provider lshared preferences luni links lurl launcher framework flutter framework onesignal framework systemconfiguration framework uikit framework usernotifications objc framework onesignal framework systemconfiguration framework uikit framework usernotifications e nsextensionmain xlinker sectcreate xlinker text xlinker entitlements xlinker users sjm library developer xcode deriveddata runner fmfgxmbciwytkiaoztfoxtepvsaw build intermediates noindex runner build debug iphonesimulator onesignalnotificationserviceextension build onesignalnotificationserviceextension appex simulated xcent lpods onesignalnotificationserviceextension xlinker dependency info xlinker users sjm library developer xcode deriveddata runner fmfgxmbciwytkiaoztfoxtepvsaw build intermediates noindex runner build debug iphonesimulator onesignalnotificationserviceextension build objects normal onesignalnotificationserviceextension dependency info dat o users sjm work mm mobile build ios debug iphonesimulator onesignalnotificationserviceextension appex onesignalnotificationserviceextension ld warning directory not found for option l users sjm work mm mobile build ios debug iphonesimulator location ld library not found for llocation clang error linker command failed with exit code use v to see invocation build target path provider of project pods with configuration debug check dependencies libtool users sjm work mm mobile build ios debug iphonesimulator path provider libpath provider a normal cd users sjm work mm mobile ios pods export iphoneos deployment target export path applications xcode app contents developer platforms iphonesimulator platform developer usr bin applications xcode app contents developer usr bin users sjm development flutter bin users sjm fastlane bin usr local bin usr local sbin usr bin bin usr sbin sbin applications xcode app contents developer toolchains xcodedefault xctoolchain usr bin libtool static arch only syslibroot applications xcode app contents developer platforms iphonesimulator platform developer sdks sdk l users sjm work mm mobile build ios debug iphonesimulator path provider filelist users sjm library developer xcode deriveddata runner fmfgxmbciwytkiaoztfoxtepvsaw build intermediates noindex pods build debug iphonesimulator path provider build objects normal path provider linkfilelist o users sjm work mm mobile build ios debug iphonesimulator path provider libpath provider a i can include the total flutter run v output somewhere it s lengthy if you tell me where i am not sure why it s do an clang thing then in the middle of the project builds i think that s the culprit environment example pub and then followed the instructions pub and then followed the instructions steps to reproduce issue example write below this line install the onesignal flutter sdk using pub into your project add a ton of pubspec yaml dependencies lots of which have pod things flutter clean flutter run d xxxx simulator the odd thing is that the first time we run we may get ld errors but each run after reduces that sometimes we get and once it s zero we re good again until the next flutter upgrade or something that adds a pod then all hell breaks loose again i have this reproducible right now can t fix actually here is our pubspec yaml file name missionmode description flutter missionmode mobile the following defines the version and build number for your application a version number is three numbers separated by dots like followed by an optional build number separated by a both the version and the builder number may be overridden in flutter build by specifying build name and build number respectively read more about versioning at semver org version environment sdk dev dependencies charts flutter device info dynamic theme fluro flutter secure storage flutter typeahead get version graphql flutter alpha flutter html http icons helper git url git github com sjmcdowall icons helper image picker local auth location native widgets open file package info page view indicator path provider rxdart scoped model shared preferences uni links url launcher uuid intl onesignal flutter sdk flutter the following adds the cupertino icons font to your application use with the cupertinoicons class for ios style icons cupertino icons dev dependencies flutter test sdk flutter for information on the generic dart part of this file see the following page the following section is specific to flutter flutter the following line ensures that the material icons font is included with your application so that you can use the icons in the material icons class uses material design true to add assets to your application add an assets section like this assets assets images background png assets images missionmode logo png assets images missionmode full logo white png assets images missionmode full logo png assets images missionmode logo png assets images triangle bg png assets images envelope png file png assets images wand png to add assets to your application add an assets section like this assets images a dot burr jpeg images a dot ham jpeg an image asset can refer to one or more resolution specific variants see for details regarding adding assets from package dependencies see to add custom fonts to your application add a fonts section here in this flutter section each entry in this list should have a family key with the font family name and a fonts key with a list giving the asset and other descriptors for the font for example fonts family schyler fonts asset fonts schyler regular ttf asset fonts schyler italic ttf style italic family trajan pro fonts asset fonts trajanpro ttf asset fonts trajanpro bold ttf weight for details regarding fonts from package dependencies see here is the podfile from ios uncomment this line to define a global platform for your project platform ios cocoapods analytics sends network stats synchronously affecting flutter build latency env true def parse kv file file separator file abs path file expand path file if file exists file abs path return end pods ary skip line start symbols file foreach file abs path line next if skip line start symbols any symbol line s symbol plugin line split pattern separator if plugin length podname plugin strip path plugin strip podpath file expand path path file abs path pods ary push name podname path podpath else puts invalid plugin specification line end return pods ary end target runner do sjm for swift plugins use frameworks prepare symlinks folder we use symlinks to avoid having podfile lock referring to absolute paths on developers machines system rm rf symlinks system mkdir p symlinks plugins flutter pods generated xcode build settings parse kv file flutter generated xcconfig if generated xcode build settings empty puts generated xcconfig must exist if you re running pod install manually make sure flutter packages get is executed first end generated xcode build settings map p if p flutter framework dir symlink file join symlinks flutter file symlink file dirname p symlink pod flutter path file join symlink file basename p end plugin pods plugin pods parse kv file flutter plugins plugin pods map p symlink file join symlinks plugins p file symlink p symlink pod p path file join symlink ios end target onesignalnotificationserviceextension do pod onesignal end post install do installer installer pods project targets each do target target build configurations each do config config build settings config build settings no end end end this is rather a show stopper for us right now as we re stuck cheers | 1 |
92,383 | 3,870,081,425 | IssuesEvent | 2016-04-10 23:51:04 | UMLGenerator/AndroidUMLGenerator | https://api.github.com/repos/UMLGenerator/AndroidUMLGenerator | closed | Turn text document creation into XMI creation | High priority New Feature | <a href="https://github.com/tmfulton"><img src="https://avatars.githubusercontent.com/u/5901261?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [tmfulton](https://github.com/tmfulton)**
_Friday Feb 19, 2016 at 01:33 GMT_
_Originally opened as https://github.com/tmfulton/Android-UML-Generator/issues/12_
----
Scrap the code for printing out text, and print out XMI information instead
| 1.0 | Turn text document creation into XMI creation - <a href="https://github.com/tmfulton"><img src="https://avatars.githubusercontent.com/u/5901261?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [tmfulton](https://github.com/tmfulton)**
_Friday Feb 19, 2016 at 01:33 GMT_
_Originally opened as https://github.com/tmfulton/Android-UML-Generator/issues/12_
----
Scrap the code for printing out text, and print out XMI information instead
| priority | turn text document creation into xmi creation issue by friday feb at gmt originally opened as scrap the code for printing out text and print out xmi information instead | 1 |
682,068 | 23,331,067,409 | IssuesEvent | 2022-08-09 05:16:35 | younginnovations/iatipublisher | https://api.github.com/repos/younginnovations/iatipublisher | opened | Bug: Status issues with the elements | type: bug priority: high | **Context**
Desktop
Chrome 102.0.5005.61
**Precondition**
https://stage.iatipublisher.yipl.com.np/
Username: Publisher 3
Password: test1234
for created activity
- [ ] **Issue 1**
**Steps**
Recipient region/Tag
- After adding mandatory fields @vocabulary and @code
- Click on add more and save

**Actual result**
- Status could be seen as completed even after the addition another Recipient region section
**Expected result**
- The status should be not-complete if mandatory fields are not filled
------------------------------------------------------------------------------------------------------------------
- [ ] **Issue 2 **
**Steps**
Recipient region/Tag
- After adding mandatory fields @vocabulary and @code
- Click on add more Recipient region/Tag
- Enter only code on newly added section
- save
file:///home/cm/Pictures/snapshots/tag.gif
**Actual result**
- Status could be seen as completed even after the addition another Recipient region section in detail page
**Expected result**
- The status should be not-complete if mandatory fields are not filled
------------------------------------------------------------------------------------------------------------------- [ ] **Issue 3 **
**Steps**
Humanitarian scope
- For first section add all required fields
- Click on add more humanitarian-scope
- Select type and Vocabulary as 99 - Reporting Organisation
- Without entering code >>hit save

**Actual result**
- Status could be seen as completed even after the addition another Recipient region section in detail page
**Expected result**
- The status should be not-complete if mandatory fields are not filled
------------------------------------------------------------------------------------------------------------------
- [ ] **Issue 4 **
**Steps**
Any element(Related activity/ legacy data)
- For Mandatory field with input field
- Enter 0 in all of them
- save

**Actual result**
- Upon entering 0 to the field, the status of the element becomes not-completed
**Expected result**
- NTD
------------------------------------------------------------------------------------------------------------------ | 1.0 | Bug: Status issues with the elements - **Context**
Desktop
Chrome 102.0.5005.61
**Precondition**
https://stage.iatipublisher.yipl.com.np/
Username: Publisher 3
Password: test1234
for created activity
- [ ] **Issue 1**
**Steps**
Recipient region/Tag
- After adding mandatory fields @vocabulary and @code
- Click on add more and save

**Actual result**
- Status could be seen as completed even after the addition another Recipient region section
**Expected result**
- The status should be not-complete if mandatory fields are not filled
------------------------------------------------------------------------------------------------------------------
- [ ] **Issue 2 **
**Steps**
Recipient region/Tag
- After adding mandatory fields @vocabulary and @code
- Click on add more Recipient region/Tag
- Enter only code on newly added section
- save
file:///home/cm/Pictures/snapshots/tag.gif
**Actual result**
- Status could be seen as completed even after the addition another Recipient region section in detail page
**Expected result**
- The status should be not-complete if mandatory fields are not filled
------------------------------------------------------------------------------------------------------------------- [ ] **Issue 3 **
**Steps**
Humanitarian scope
- For first section add all required fields
- Click on add more humanitarian-scope
- Select type and Vocabulary as 99 - Reporting Organisation
- Without entering code >>hit save

**Actual result**
- Status could be seen as completed even after the addition another Recipient region section in detail page
**Expected result**
- The status should be not-complete if mandatory fields are not filled
------------------------------------------------------------------------------------------------------------------
- [ ] **Issue 4 **
**Steps**
Any element(Related activity/ legacy data)
- For Mandatory field with input field
- Enter 0 in all of them
- save

**Actual result**
- Upon entering 0 to the field, the status of the element becomes not-completed
**Expected result**
- NTD
------------------------------------------------------------------------------------------------------------------ | priority | bug status issues with the elements context desktop chrome precondition username publisher password for created activity issue steps recipient region tag after adding mandatory fields vocabulary and code click on add more and save actual result status could be seen as completed even after the addition another recipient region section expected result the status should be not complete if mandatory fields are not filled issue steps recipient region tag after adding mandatory fields vocabulary and code click on add more recipient region tag enter only code on newly added section save file home cm pictures snapshots tag gif actual result status could be seen as completed even after the addition another recipient region section in detail page expected result the status should be not complete if mandatory fields are not filled issue steps humanitarian scope for first section add all required fields click on add more humanitarian scope select type and vocabulary as reporting organisation without entering code hit save actual result status could be seen as completed even after the addition another recipient region section in detail page expected result the status should be not complete if mandatory fields are not filled issue steps any element related activity legacy data for mandatory field with input field enter in all of them save actual result upon entering to the field the status of the element becomes not completed expected result ntd | 1 |
601,013 | 18,363,522,950 | IssuesEvent | 2021-10-09 16:50:19 | AY2122S1-CS2103-W14-2/tp | https://api.github.com/repos/AY2122S1-CS2103-W14-2/tp | closed | Implement skeleton for JSON storage of new fields | type.Story priority.High | The skeleton as implemented in https://github.com/AY2122S1-CS2103-W14-2/tp/commit/3195ac63be1d793fe7443f3a20acc71df70b0f0c does not amend the JSON storage features of Trace2Gather. As we plan to incorporate additional fields into the JSON storage, which are likely to be of type `Optional<T>`, we will need to implement a skeleton to allow for the storage to be updated. | 1.0 | Implement skeleton for JSON storage of new fields - The skeleton as implemented in https://github.com/AY2122S1-CS2103-W14-2/tp/commit/3195ac63be1d793fe7443f3a20acc71df70b0f0c does not amend the JSON storage features of Trace2Gather. As we plan to incorporate additional fields into the JSON storage, which are likely to be of type `Optional<T>`, we will need to implement a skeleton to allow for the storage to be updated. | priority | implement skeleton for json storage of new fields the skeleton as implemented in does not amend the json storage features of as we plan to incorporate additional fields into the json storage which are likely to be of type optional we will need to implement a skeleton to allow for the storage to be updated | 1 |
205,464 | 7,098,400,699 | IssuesEvent | 2018-01-15 04:51:46 | tlovett1/url-path-override | https://api.github.com/repos/tlovett1/url-path-override | opened | Ignore parents completely | Highest Priority | If I nest a child page under a parent page, it adds the parent slug to the permalink. Example:
Service A is nested under the Services page: /services/service-a
When I attempt to override the Service A page, such as defining it as /service-a OR /any-random-url it leads to a 404 page
I'm guessing we need to find a way to ignore parents, somehow they affect the overrides | 1.0 | Ignore parents completely - If I nest a child page under a parent page, it adds the parent slug to the permalink. Example:
Service A is nested under the Services page: /services/service-a
When I attempt to override the Service A page, such as defining it as /service-a OR /any-random-url it leads to a 404 page
I'm guessing we need to find a way to ignore parents, somehow they affect the overrides | priority | ignore parents completely if i nest a child page under a parent page it adds the parent slug to the permalink example service a is nested under the services page services service a when i attempt to override the service a page such as defining it as service a or any random url it leads to a page i m guessing we need to find a way to ignore parents somehow they affect the overrides | 1 |
649,903 | 21,329,939,090 | IssuesEvent | 2022-04-18 06:53:01 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | closed | Implement file operation events in Language server | Type/NewFeature Priority/High Team/LanguageServer Points/7 | **Description:**
Currently, we do not honour the file renaming, deleting and creation, based on the file events emitted by the editor.
https://microsoft.github.io/language-server-protocol/specifications/specification-3-16/#workspace_willCreateFiles | 1.0 | Implement file operation events in Language server - **Description:**
Currently, we do not honour the file renaming, deleting and creation, based on the file events emitted by the editor.
https://microsoft.github.io/language-server-protocol/specifications/specification-3-16/#workspace_willCreateFiles | priority | implement file operation events in language server description currently we do not honour the file renaming deleting and creation based on the file events emitted by the editor | 1 |
473,751 | 13,647,080,417 | IssuesEvent | 2020-09-26 01:23:57 | eddieantonio/predictive-text-studio | https://api.github.com/repos/eddieantonio/predictive-text-studio | closed | Store common interfaces in a common file —accessible both to the app and worker bundles | app enhancement spike worker 🔥 High priority | There are a few interfaces that should be accessible both to the worker and the app alike. They should both access these interfaces.
For example, the `ModelID` interface is useful both for the worker and the app, both bundles should know about this:
```typescript
interface ModelID {
author: string;
bcp47: BCP47;
uniq: string;
}
``` | 1.0 | Store common interfaces in a common file —accessible both to the app and worker bundles - There are a few interfaces that should be accessible both to the worker and the app alike. They should both access these interfaces.
For example, the `ModelID` interface is useful both for the worker and the app, both bundles should know about this:
```typescript
interface ModelID {
author: string;
bcp47: BCP47;
uniq: string;
}
``` | priority | store common interfaces in a common file —accessible both to the app and worker bundles there are a few interfaces that should be accessible both to the worker and the app alike they should both access these interfaces for example the modelid interface is useful both for the worker and the app both bundles should know about this typescript interface modelid author string uniq string | 1 |
29,022 | 2,713,001,285 | IssuesEvent | 2015-04-09 16:46:38 | atompacman/Xerof | https://api.github.com/repos/atompacman/Xerof | opened | Gameloop timing, processes, etc... | category: Engine discussion priority: high | We need to agree on how do we handle what I call "processes", that is, everything that has a duration over many frames. For now, the only process we have is the MoveHuman process, which is called every frame and basically just moves characters on the map (and in the future will also drive exploration). AI calls are currently not treated as process, but they should. Anyway what we need to agree on is the _frequency_ of calls to such process. I think frequency should vary depending on what type of process we're talking about. For instance, hunger management can easily be updated every 4 frames, whereas position should be updated each frame to preserve graphical fluidity.
It also think that it could be a good idea that processes are not syncronized - in the way that a process called every 2 frames is not called at the same time than a process lasting 4 frames and then at the middle of this process... anyway we'll see what is the simplest and what is better for performance. | 1.0 | Gameloop timing, processes, etc... - We need to agree on how do we handle what I call "processes", that is, everything that has a duration over many frames. For now, the only process we have is the MoveHuman process, which is called every frame and basically just moves characters on the map (and in the future will also drive exploration). AI calls are currently not treated as process, but they should. Anyway what we need to agree on is the _frequency_ of calls to such process. I think frequency should vary depending on what type of process we're talking about. For instance, hunger management can easily be updated every 4 frames, whereas position should be updated each frame to preserve graphical fluidity.
It also think that it could be a good idea that processes are not syncronized - in the way that a process called every 2 frames is not called at the same time than a process lasting 4 frames and then at the middle of this process... anyway we'll see what is the simplest and what is better for performance. | priority | gameloop timing processes etc we need to agree on how do we handle what i call processes that is everything that has a duration over many frames for now the only process we have is the movehuman process which is called every frame and basically just moves characters on the map and in the future will also drive exploration ai calls are currently not treated as process but they should anyway what we need to agree on is the frequency of calls to such process i think frequency should vary depending on what type of process we re talking about for instance hunger management can easily be updated every frames whereas position should be updated each frame to preserve graphical fluidity it also think that it could be a good idea that processes are not syncronized in the way that a process called every frames is not called at the same time than a process lasting frames and then at the middle of this process anyway we ll see what is the simplest and what is better for performance | 1 |
105,256 | 4,233,310,585 | IssuesEvent | 2016-07-05 07:16:01 | DigitalCampus/oppia-mobile-android | https://api.github.com/repos/DigitalCampus/oppia-mobile-android | closed | ListPreference requires an entries array and an entryValues array. | bug High priority | Where
Native Method
Short Stacktrace
0 java.lang.IllegalStateException: ListPreference requires an entries array and an entryValues array.
1 at android.preference.ListPreference.onPrepareDialogBuilder(ListPreference.java:240)
2 at android.preference.DialogPreference.showDialog(DialogPreference.java:307)
3 at android.preference.DialogPreference.onClick(DialogPreference.java:278)
4 at android.preference.Preference.performClick(Preference.java:1052)
5 at android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:229)
6 at android.widget.AdapterView.performItemClick(AdapterView.java:308)
7 at android.widget.AbsListView.performItemClick(AbsListView.java:1513)
8 at android.widget.AbsListView$PerformClick.run(AbsListView.java:3471)
9 at android.widget.AbsListView$3.run(AbsListView.java:4838)
10 at android.os.Handler.handleCallback(Handler.java:733)
11 at android.os.Handler.dispatchMessage(Handler.java:95)
12 at android.os.Looper.loop(Looper.java:146)
13 at android.app.ActivityThread.main(ActivityThread.java:5641)
14 at java.lang.reflect.Method.invokeNative(Native Method)
15 at java.lang.reflect.Method.invoke(Method.java:515)
16 at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1288)
17 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1104)
18 at dalvik.system.NativeStart.main(Native Method)
Tag
log
Affected App Versions
5.5
Affected OS Versions
4.4.2 | 1.0 | ListPreference requires an entries array and an entryValues array. - Where
Native Method
Short Stacktrace
0 java.lang.IllegalStateException: ListPreference requires an entries array and an entryValues array.
1 at android.preference.ListPreference.onPrepareDialogBuilder(ListPreference.java:240)
2 at android.preference.DialogPreference.showDialog(DialogPreference.java:307)
3 at android.preference.DialogPreference.onClick(DialogPreference.java:278)
4 at android.preference.Preference.performClick(Preference.java:1052)
5 at android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:229)
6 at android.widget.AdapterView.performItemClick(AdapterView.java:308)
7 at android.widget.AbsListView.performItemClick(AbsListView.java:1513)
8 at android.widget.AbsListView$PerformClick.run(AbsListView.java:3471)
9 at android.widget.AbsListView$3.run(AbsListView.java:4838)
10 at android.os.Handler.handleCallback(Handler.java:733)
11 at android.os.Handler.dispatchMessage(Handler.java:95)
12 at android.os.Looper.loop(Looper.java:146)
13 at android.app.ActivityThread.main(ActivityThread.java:5641)
14 at java.lang.reflect.Method.invokeNative(Native Method)
15 at java.lang.reflect.Method.invoke(Method.java:515)
16 at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1288)
17 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1104)
18 at dalvik.system.NativeStart.main(Native Method)
Tag
log
Affected App Versions
5.5
Affected OS Versions
4.4.2 | priority | listpreference requires an entries array and an entryvalues array where native method short stacktrace java lang illegalstateexception listpreference requires an entries array and an entryvalues array at android preference listpreference onpreparedialogbuilder listpreference java at android preference dialogpreference showdialog dialogpreference java at android preference dialogpreference onclick dialogpreference java at android preference preference performclick preference java at android preference preferencescreen onitemclick preferencescreen java at android widget adapterview performitemclick adapterview java at android widget abslistview performitemclick abslistview java at android widget abslistview performclick run abslistview java at android widget abslistview run abslistview java at android os handler handlecallback handler java at android os handler dispatchmessage handler java at android os looper loop looper java at android app activitythread main activitythread java at java lang reflect method invokenative native method at java lang reflect method invoke method java at com android internal os zygoteinit methodandargscaller run zygoteinit java at com android internal os zygoteinit main zygoteinit java at dalvik system nativestart main native method tag log affected app versions affected os versions | 1 |
779,152 | 27,341,541,171 | IssuesEvent | 2023-02-26 21:09:18 | MSRevive/MasterSwordRebirth | https://api.github.com/repos/MSRevive/MasterSwordRebirth | closed | Replace some instances of gEngfuncs.COM_LoadFile and others with filesystem instead | enhancement 🔧 high priority | This might reduce the crash server crash due to ``COM_LoadFile: not enough space`` error. Should also replace instances of ``LOAD_FILE_FOR_ME`` and ``MSCLGlobals::LoadFile`` as well? | 1.0 | Replace some instances of gEngfuncs.COM_LoadFile and others with filesystem instead - This might reduce the crash server crash due to ``COM_LoadFile: not enough space`` error. Should also replace instances of ``LOAD_FILE_FOR_ME`` and ``MSCLGlobals::LoadFile`` as well? | priority | replace some instances of gengfuncs com loadfile and others with filesystem instead this might reduce the crash server crash due to com loadfile not enough space error should also replace instances of load file for me and msclglobals loadfile as well | 1 |
590,092 | 17,770,815,948 | IssuesEvent | 2021-08-30 13:28:04 | airqo-platform/AirQo-frontend | https://api.github.com/repos/airqo-platform/AirQo-frontend | closed | review the number or kind of form fields we showcase in all the platform UI. | enhancement netmanager priority-high | **Is your feature request related to a problem? Please describe.**
- It is a bit frustrating for the user whenever input for optional fields prevent the user from completing an action in the platform. See screenshots to illustrate concept accordingly.
- It is also equally uneasy on the eye when a user sees so many input fields in one go --- it kinda creates some anxiety for the user.
<img width="1380" alt="Screenshot 2021-08-27 at 11 15 05" src="https://user-images.githubusercontent.com/1590213/131095708-4c9b5982-dbf9-42da-b186-8d8839cf0751.png">
<img width="627" alt="Screenshot 2021-08-27 at 08 13 23" src="https://user-images.githubusercontent.com/1590213/131096203-ea88e83d-7347-4d6d-aaea-0309f48c7eb2.png">
**Describe the solution you'd like**
Only show mandatory fields in the default form view.
**Describe alternatives you've considered**
- Do not validate fields that the user has not edited
- Just hide the form fields which are optional by incorporating pagination or show more link to offer the capability to edit them separately. More like the screenshots below:
<img width="1388" alt="Screenshot 2021-08-27 at 10 40 34" src="https://user-images.githubusercontent.com/1590213/131096069-6e439c55-e523-45bd-bdcf-0670abf24694.png">
<img width="1401" alt="Screenshot 2021-08-27 at 10 41 02" src="https://user-images.githubusercontent.com/1590213/131096081-2152e565-f75e-4801-af7c-adf75881c9bb.png">
**Additional context**
Picked as feedback from the hardware demo.
| 1.0 | review the number or kind of form fields we showcase in all the platform UI. - **Is your feature request related to a problem? Please describe.**
- It is a bit frustrating for the user whenever input for optional fields prevent the user from completing an action in the platform. See screenshots to illustrate concept accordingly.
- It is also equally uneasy on the eye when a user sees so many input fields in one go --- it kinda creates some anxiety for the user.
<img width="1380" alt="Screenshot 2021-08-27 at 11 15 05" src="https://user-images.githubusercontent.com/1590213/131095708-4c9b5982-dbf9-42da-b186-8d8839cf0751.png">
<img width="627" alt="Screenshot 2021-08-27 at 08 13 23" src="https://user-images.githubusercontent.com/1590213/131096203-ea88e83d-7347-4d6d-aaea-0309f48c7eb2.png">
**Describe the solution you'd like**
Only show mandatory fields in the default form view.
**Describe alternatives you've considered**
- Do not validate fields that the user has not edited
- Just hide the form fields which are optional by incorporating pagination or show more link to offer the capability to edit them separately. More like the screenshots below:
<img width="1388" alt="Screenshot 2021-08-27 at 10 40 34" src="https://user-images.githubusercontent.com/1590213/131096069-6e439c55-e523-45bd-bdcf-0670abf24694.png">
<img width="1401" alt="Screenshot 2021-08-27 at 10 41 02" src="https://user-images.githubusercontent.com/1590213/131096081-2152e565-f75e-4801-af7c-adf75881c9bb.png">
**Additional context**
Picked as feedback from the hardware demo.
| priority | review the number or kind of form fields we showcase in all the platform ui is your feature request related to a problem please describe it is a bit frustrating for the user whenever input for optional fields prevent the user from completing an action in the platform see screenshots to illustrate concept accordingly it is also equally uneasy on the eye when a user sees so many input fields in one go it kinda creates some anxiety for the user img width alt screenshot at src img width alt screenshot at src describe the solution you d like only show mandatory fields in the default form view describe alternatives you ve considered do not validate fields that the user has not edited just hide the form fields which are optional by incorporating pagination or show more link to offer the capability to edit them separately more like the screenshots below img width alt screenshot at src img width alt screenshot at src additional context picked as feedback from the hardware demo | 1 |
781,907 | 27,454,333,690 | IssuesEvent | 2023-03-02 19:59:15 | bigbluebutton/bigbluebutton | https://api.github.com/repos/bigbluebutton/bigbluebutton | closed | 2.6 RC4 Tldraw whiteboard events are drawn off the slide with powerpoint document. | priority: high module: recording |
**Describe the bug**
The whiteboard drawing is not in proportion in the recording, for a single slide powerpoint.
**To Reproduce**
Steps to reproduce the behavior:
1. upload attached powerpoint
2. turn recording on.
3. draw a line around all four edges of the slide with whiteboard.
4. view recording
**Expected behavior**
whiteboard marks are in identical position in live session and recording.
**Actual behavior**
Scale and position of whiteboard only show part of the annotations, not in the correct location,
**Screenshots**

should see 2 rectangles along edges of slide, tested in dev26 as well. recordID 79226595599f6f0af0976658fa83ed3217efa2fe-1677084486762
[testpptwithannotationissue.pptx](https://github.com/bigbluebutton/bigbluebutton/files/10806535/testpptwithannotationissue.pptx)
| 1.0 | 2.6 RC4 Tldraw whiteboard events are drawn off the slide with powerpoint document. -
**Describe the bug**
The whiteboard drawing is not in proportion in the recording, for a single slide powerpoint.
**To Reproduce**
Steps to reproduce the behavior:
1. upload attached powerpoint
2. turn recording on.
3. draw a line around all four edges of the slide with whiteboard.
4. view recording
**Expected behavior**
whiteboard marks are in identical position in live session and recording.
**Actual behavior**
Scale and position of whiteboard only show part of the annotations, not in the correct location,
**Screenshots**

should see 2 rectangles along edges of slide, tested in dev26 as well. recordID 79226595599f6f0af0976658fa83ed3217efa2fe-1677084486762
[testpptwithannotationissue.pptx](https://github.com/bigbluebutton/bigbluebutton/files/10806535/testpptwithannotationissue.pptx)
| priority | tldraw whiteboard events are drawn off the slide with powerpoint document describe the bug the whiteboard drawing is not in proportion in the recording for a single slide powerpoint to reproduce steps to reproduce the behavior upload attached powerpoint turn recording on draw a line around all four edges of the slide with whiteboard view recording expected behavior whiteboard marks are in identical position in live session and recording actual behavior scale and position of whiteboard only show part of the annotations not in the correct location screenshots should see rectangles along edges of slide tested in as well recordid | 1 |
342,899 | 10,323,233,547 | IssuesEvent | 2019-08-31 19:26:09 | wso2/kubernetes-pipeline | https://api.github.com/repos/wso2/kubernetes-pipeline | closed | Use Spinnaker Kubernetes deployment | Priority/Highest Type/New Feature | **Description:**
[Spinnaker](https://www.spinnaker.io/) is a multi-cloud continuous delivery platform that supports Kubernetes deployments. It encapsulates the best practices of cloud deployments and can be used as the deployment tool for better visibility and control.
The following needs to be done
- Add spinnaker chart from stable as a dependency
- Add overridable configurations to configure spinnaker. Including docker registries.
- Use Spin CLI to create pre-configured pipelines for the WSO2 product.
- Integrate with Jenkins which handles the integration. | 1.0 | Use Spinnaker Kubernetes deployment - **Description:**
[Spinnaker](https://www.spinnaker.io/) is a multi-cloud continuous delivery platform that supports Kubernetes deployments. It encapsulates the best practices of cloud deployments and can be used as the deployment tool for better visibility and control.
The following needs to be done
- Add spinnaker chart from stable as a dependency
- Add overridable configurations to configure spinnaker. Including docker registries.
- Use Spin CLI to create pre-configured pipelines for the WSO2 product.
- Integrate with Jenkins which handles the integration. | priority | use spinnaker kubernetes deployment description is a multi cloud continuous delivery platform that supports kubernetes deployments it encapsulates the best practices of cloud deployments and can be used as the deployment tool for better visibility and control the following needs to be done add spinnaker chart from stable as a dependency add overridable configurations to configure spinnaker including docker registries use spin cli to create pre configured pipelines for the product integrate with jenkins which handles the integration | 1 |
409,944 | 11,980,806,612 | IssuesEvent | 2020-04-07 09:58:21 | red-hat-storage/ocs-ci | https://api.github.com/repos/red-hat-storage/ocs-ci | closed | DC7 and DC8 - IP assignment issue | High Priority | It looks like specific DC7 and DC8 issue, Pratik tried on different DC and control plane IP was assignment issue was not seen
https://ocs4-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/qe-deploy-ocs-cluster/6420/console
https://ocs4-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/qe-deploy-ocs-cluster/6422/console | 1.0 | DC7 and DC8 - IP assignment issue - It looks like specific DC7 and DC8 issue, Pratik tried on different DC and control plane IP was assignment issue was not seen
https://ocs4-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/qe-deploy-ocs-cluster/6420/console
https://ocs4-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/qe-deploy-ocs-cluster/6422/console | priority | and ip assignment issue it looks like specific and issue pratik tried on different dc and control plane ip was assignment issue was not seen | 1 |
190,092 | 6,808,665,162 | IssuesEvent | 2017-11-04 06:28:37 | ballerinalang/plugin-intellij | https://api.github.com/repos/ballerinalang/plugin-intellij | closed | Add built-in type lib support | Priority/Highest Type/New Feature | Some packages for ballerina types are moved to built-in package as lib files. Need to suggest these functions for corresponding types.
Eg:
```Ballerina
string hasPrefix = someString.<caret>
``` | 1.0 | Add built-in type lib support - Some packages for ballerina types are moved to built-in package as lib files. Need to suggest these functions for corresponding types.
Eg:
```Ballerina
string hasPrefix = someString.<caret>
``` | priority | add built in type lib support some packages for ballerina types are moved to built in package as lib files need to suggest these functions for corresponding types eg ballerina string hasprefix somestring | 1 |
220,271 | 7,354,802,848 | IssuesEvent | 2018-03-09 08:41:45 | larray-project/larray-editor | https://api.github.com/repos/larray-project/larray-editor | closed | compare: add tolerance when comparing arrays | enhancement priority: high work in progress | Add `threshold` option in `compare`: Two cells with difference in values < threshold are considered as equal.
Maybe linked to https://github.com/liam2/larray/issues/488 | 1.0 | compare: add tolerance when comparing arrays - Add `threshold` option in `compare`: Two cells with difference in values < threshold are considered as equal.
Maybe linked to https://github.com/liam2/larray/issues/488 | priority | compare add tolerance when comparing arrays add threshold option in compare two cells with difference in values threshold are considered as equal maybe linked to | 1 |
309,708 | 9,478,922,185 | IssuesEvent | 2019-04-20 02:53:27 | zanderbowen/AAE560-SP2019 | https://api.github.com/repos/zanderbowen/AAE560-SP2019 | closed | Machine Class - Generate Constructor Method | deterministic high priority | Constructor method to set a bunch or properties and ensure that machine is assigned to correct functional group and machine number is not duplicated. | 1.0 | Machine Class - Generate Constructor Method - Constructor method to set a bunch or properties and ensure that machine is assigned to correct functional group and machine number is not duplicated. | priority | machine class generate constructor method constructor method to set a bunch or properties and ensure that machine is assigned to correct functional group and machine number is not duplicated | 1 |
235,265 | 7,735,942,272 | IssuesEvent | 2018-05-27 20:37:48 | Loopring/loopr-ios | https://api.github.com/repos/Loopring/loopr-ios | closed | Scan a QR code to get a trade information | high priority | Users can scan a QR code to get a trade information. | 1.0 | Scan a QR code to get a trade information - Users can scan a QR code to get a trade information. | priority | scan a qr code to get a trade information users can scan a qr code to get a trade information | 1 |
463,898 | 13,303,060,030 | IssuesEvent | 2020-08-25 15:01:51 | epam/cloud-pipeline | https://api.github.com/repos/epam/cloud-pipeline | closed | `pipe storage cp` windows with the GCS - sslv3 error | kind/bug priority/high state/verify sys/cli | **Describe the bug**
We observe the issue with copying data to/from the GCS using the Windows workstation:
```
C:\pipe>pipe.exe storage cp file.txt gs://cloud-pipeline-gcs/file.txt
Error: HTTPSConnectionPool(host='www.googleapis.com', port=443): Max retries exc
eeded with url: /storage/v1/b/cloud-pipeline-gcs/o?projection=noAcl&prefix=file.txt
&delimiter=%2F&versions=False (Caused by SSLError(SSLError("bad handshake: Er
ror([('SSL routines', 'ssl3_read_bytes', 'tlsv1 alert protocol version')],)",),)
```
**Additional context**
The windows `Internet Options` allow the following protocols:
```
SSL 3
TLS 1.0
SSL 1.1
SSL 1.2
```
It might be that the `pipe` uses these settings and the GCP rejects SSLv3 requests | 1.0 | `pipe storage cp` windows with the GCS - sslv3 error - **Describe the bug**
We observe the issue with copying data to/from the GCS using the Windows workstation:
```
C:\pipe>pipe.exe storage cp file.txt gs://cloud-pipeline-gcs/file.txt
Error: HTTPSConnectionPool(host='www.googleapis.com', port=443): Max retries exc
eeded with url: /storage/v1/b/cloud-pipeline-gcs/o?projection=noAcl&prefix=file.txt
&delimiter=%2F&versions=False (Caused by SSLError(SSLError("bad handshake: Er
ror([('SSL routines', 'ssl3_read_bytes', 'tlsv1 alert protocol version')],)",),)
```
**Additional context**
The windows `Internet Options` allow the following protocols:
```
SSL 3
TLS 1.0
SSL 1.1
SSL 1.2
```
It might be that the `pipe` uses these settings and the GCP rejects SSLv3 requests | priority | pipe storage cp windows with the gcs error describe the bug we observe the issue with copying data to from the gcs using the windows workstation c pipe pipe exe storage cp file txt gs cloud pipeline gcs file txt error httpsconnectionpool host port max retries exc eeded with url storage b cloud pipeline gcs o projection noacl prefix file txt delimiter versions false caused by sslerror sslerror bad handshake er ror additional context the windows internet options allow the following protocols ssl tls ssl ssl it might be that the pipe uses these settings and the gcp rejects requests | 1 |
650,474 | 21,393,123,978 | IssuesEvent | 2022-04-21 09:04:11 | epiphany-platform/epiphany | https://api.github.com/repos/epiphany-platform/epiphany | closed | [FEATURE REQUEST] [download-requirements.py] Verify sha256 of downloaded files | area/security status/grooming-needed priority/high | **Is your feature request related to a problem? Please describe.**
We have some packages (e.g. grafana) downloaded directly from URL (outside RPM repository).
However, we do not download GPG keys for them and installation of them on RHEL 8 fails like this:
`Failed to validate GPG signature for erlang-23.1.5-1.el8.x86_64`.
**Describe the solution you'd like**
To provide security without GPG keys we want to verify checksum of each downloaded file just after it was downloaded.
If the verification fails, download-requirements.py should fail with informative error message containing calculated and expected checksums.
**Describe alternatives you've considered**
Downloading and installing GPG keys.
**Additional context**
We install such packages with `disable_gpg_check: true` option.
---
**DoD checklist**
- Changelog
- [ ] updated
- [x] not needed
- COMPONENTS.md
- [ ] updated
- [x] not needed
- Schema
- [x] updated
- [ ] not needed
- Backport tasks
- [ ] created
- [x] not needed
- Documentation
- [ ] added
- [ ] updated
- [x] not needed
- [ ] Feature has automated tests
- [ ] Automated tests passed (QA pipelines)
- [x] apply
- [x] upgrade
- [ ] backup/restore
- [x] Idempotency tested
- [x] All conversations in PR resolved
- [x] Solution meets requirements and is done according to design doc
- [x] Usage compliant with license
| 1.0 | [FEATURE REQUEST] [download-requirements.py] Verify sha256 of downloaded files - **Is your feature request related to a problem? Please describe.**
We have some packages (e.g. grafana) downloaded directly from URL (outside RPM repository).
However, we do not download GPG keys for them and installation of them on RHEL 8 fails like this:
`Failed to validate GPG signature for erlang-23.1.5-1.el8.x86_64`.
**Describe the solution you'd like**
To provide security without GPG keys we want to verify checksum of each downloaded file just after it was downloaded.
If the verification fails, download-requirements.py should fail with informative error message containing calculated and expected checksums.
**Describe alternatives you've considered**
Downloading and installing GPG keys.
**Additional context**
We install such packages with `disable_gpg_check: true` option.
---
**DoD checklist**
- Changelog
- [ ] updated
- [x] not needed
- COMPONENTS.md
- [ ] updated
- [x] not needed
- Schema
- [x] updated
- [ ] not needed
- Backport tasks
- [ ] created
- [x] not needed
- Documentation
- [ ] added
- [ ] updated
- [x] not needed
- [ ] Feature has automated tests
- [ ] Automated tests passed (QA pipelines)
- [x] apply
- [x] upgrade
- [ ] backup/restore
- [x] Idempotency tested
- [x] All conversations in PR resolved
- [x] Solution meets requirements and is done according to design doc
- [x] Usage compliant with license
| priority | verify of downloaded files is your feature request related to a problem please describe we have some packages e g grafana downloaded directly from url outside rpm repository however we do not download gpg keys for them and installation of them on rhel fails like this failed to validate gpg signature for erlang describe the solution you d like to provide security without gpg keys we want to verify checksum of each downloaded file just after it was downloaded if the verification fails download requirements py should fail with informative error message containing calculated and expected checksums describe alternatives you ve considered downloading and installing gpg keys additional context we install such packages with disable gpg check true option dod checklist changelog updated not needed components md updated not needed schema updated not needed backport tasks created not needed documentation added updated not needed feature has automated tests automated tests passed qa pipelines apply upgrade backup restore idempotency tested all conversations in pr resolved solution meets requirements and is done according to design doc usage compliant with license | 1 |
683,457 | 23,382,982,037 | IssuesEvent | 2022-08-11 11:16:36 | ergoplatform/oracle-core | https://api.github.com/repos/ergoplatform/oracle-core | closed | [800 SigmaUSD] Update pool box command | help wanted bounty high priority | Should be done after #26 and after #51
As per https://github.com/ergoplatform/eips/blob/bd7a6098db78d67ac2ca9ada4c09bfe709d5ac03/eip-0023.md#update-pool-box (with updates introduced in [v2.0a](https://github.com/scalahub/OraclePool/tree/v2/src/main/scala/oraclepool/v2a), e.g reward tokens were moved from the refresh box to the pool box)) add a command line option `--update-pool-box` with the following parameters:
- new pool box hash;
- height on which the new update box should be created(exit if not the current height);
| 1.0 | [800 SigmaUSD] Update pool box command - Should be done after #26 and after #51
As per https://github.com/ergoplatform/eips/blob/bd7a6098db78d67ac2ca9ada4c09bfe709d5ac03/eip-0023.md#update-pool-box (with updates introduced in [v2.0a](https://github.com/scalahub/OraclePool/tree/v2/src/main/scala/oraclepool/v2a), e.g reward tokens were moved from the refresh box to the pool box)) add a command line option `--update-pool-box` with the following parameters:
- new pool box hash;
- height on which the new update box should be created(exit if not the current height);
| priority | update pool box command should be done after and after as per with updates introduced in e g reward tokens were moved from the refresh box to the pool box add a command line option update pool box with the following parameters new pool box hash height on which the new update box should be created exit if not the current height | 1 |
150,552 | 5,775,083,441 | IssuesEvent | 2017-04-28 09:12:00 | cortex-lab/alyx | https://api.github.com/repos/cortex-lab/alyx | closed | remove 'add adverse effect' button from the 'adverse effects' section | admin priority: high usability | since these are only supposed to be added via the subjects page, and adding adverse effects from here starts a new subject | 1.0 | remove 'add adverse effect' button from the 'adverse effects' section - since these are only supposed to be added via the subjects page, and adding adverse effects from here starts a new subject | priority | remove add adverse effect button from the adverse effects section since these are only supposed to be added via the subjects page and adding adverse effects from here starts a new subject | 1 |
75,338 | 3,461,696,187 | IssuesEvent | 2015-12-20 09:26:34 | arti01/jkursy | https://api.github.com/repos/arti01/jkursy | closed | Szkolna Galeria | auto-migrated Priority-High Type-Enhancement | ```
galeria, w któej znajdą się najlepsze zdjęcia z każdego kolejnego kursu, w
którym końkretny jegomość uczestniczył
6 zjęć sprzed kursów
6 zdjęć z pierwszego kursu (galeria końcowa kursu - the best of Ziutek)
6 zdjęć z drugiego kursu
6 zdjeć z trzeciego kursu
itd.
dostępne zdjęcia, a komentarze pod nimi z galerii końcowej kursu -
opcjonalnie - decyzja wykładowcy lub admina, a jeśli oni chcą udostępnić,
to jeszcze kursant powinien mieć możliwość ich niewyświetlenia (tylko
komentarzy)
no właśnie i to powinno być dostępne dla konkretnego kursanta i dla
konkretnego wykładowcy i dla admina, ale nie dla osób spoza szkoły
czyli jak nadać uprawnienia, gdy mam możliwości: wszyscy, tylko kursanci,
tylko wykładowcy?
```
Original issue reported on code.google.com by `juko...@gmail.com` on 8 Feb 2011 at 3:00 | 1.0 | Szkolna Galeria - ```
galeria, w któej znajdą się najlepsze zdjęcia z każdego kolejnego kursu, w
którym końkretny jegomość uczestniczył
6 zjęć sprzed kursów
6 zdjęć z pierwszego kursu (galeria końcowa kursu - the best of Ziutek)
6 zdjęć z drugiego kursu
6 zdjeć z trzeciego kursu
itd.
dostępne zdjęcia, a komentarze pod nimi z galerii końcowej kursu -
opcjonalnie - decyzja wykładowcy lub admina, a jeśli oni chcą udostępnić,
to jeszcze kursant powinien mieć możliwość ich niewyświetlenia (tylko
komentarzy)
no właśnie i to powinno być dostępne dla konkretnego kursanta i dla
konkretnego wykładowcy i dla admina, ale nie dla osób spoza szkoły
czyli jak nadać uprawnienia, gdy mam możliwości: wszyscy, tylko kursanci,
tylko wykładowcy?
```
Original issue reported on code.google.com by `juko...@gmail.com` on 8 Feb 2011 at 3:00 | priority | szkolna galeria galeria w któej znajdą się najlepsze zdjęcia z każdego kolejnego kursu w którym końkretny jegomość uczestniczył zjęć sprzed kursów zdjęć z pierwszego kursu galeria końcowa kursu the best of ziutek zdjęć z drugiego kursu zdjeć z trzeciego kursu itd dostępne zdjęcia a komentarze pod nimi z galerii końcowej kursu opcjonalnie decyzja wykładowcy lub admina a jeśli oni chcą udostępnić to jeszcze kursant powinien mieć możliwość ich niewyświetlenia tylko komentarzy no właśnie i to powinno być dostępne dla konkretnego kursanta i dla konkretnego wykładowcy i dla admina ale nie dla osób spoza szkoły czyli jak nadać uprawnienia gdy mam możliwości wszyscy tylko kursanci tylko wykładowcy original issue reported on code google com by juko gmail com on feb at | 1 |
580,045 | 17,203,856,363 | IssuesEvent | 2021-07-17 20:42:46 | benny-n/gear | https://api.github.com/repos/benny-n/gear | opened | Create code base | high priority | At the beginning, the project tree should look close to this:
gear
___| src
_____|MathEngine
_____|PhysicsEngine
_____|RenderingEngine
_____|ECS //or Entity, Component, System as seperate folders, also a possibility
We can start with creating this tree and filling the folders with dummy modules with meaninful names but no functionality yet (maybe consider writing functions with ```panic!("Not implemented");```)
| 1.0 | Create code base - At the beginning, the project tree should look close to this:
gear
___| src
_____|MathEngine
_____|PhysicsEngine
_____|RenderingEngine
_____|ECS //or Entity, Component, System as seperate folders, also a possibility
We can start with creating this tree and filling the folders with dummy modules with meaninful names but no functionality yet (maybe consider writing functions with ```panic!("Not implemented");```)
| priority | create code base at the beginning the project tree should look close to this gear src mathengine physicsengine renderingengine ecs or entity component system as seperate folders also a possibility we can start with creating this tree and filling the folders with dummy modules with meaninful names but no functionality yet maybe consider writing functions with panic not implemented | 1 |
514,041 | 14,931,935,228 | IssuesEvent | 2021-01-25 06:50:04 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | coinbase.com - see bug description | browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high priority-normal | <!-- @browser: Firefox Beta version 85.0.0-beta.9 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/66154 -->
**URL**: https://coinbase.com/price/bitcoin
**Browser / Version**: Firefox Beta version 85.0.0-beta.9
**Operating System**: android
**Tested Another Browser**: No
**Problem type**: Something else
**Description**: Price does not display in Firefox Beta 85.0.0-beta.9
**Steps to Reproduce**:
Would not load everything on the page (missing the price) for Android phone Firefox Beta version 85.0.0-beta.9 and after beginning this issue report, I tried it on another browers and that browser returned an error message: "webpage could not be loaded because net::ERR_CLEARTEXT_NOT_PERMITTED"
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | coinbase.com - see bug description - <!-- @browser: Firefox Beta version 85.0.0-beta.9 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/66154 -->
**URL**: https://coinbase.com/price/bitcoin
**Browser / Version**: Firefox Beta version 85.0.0-beta.9
**Operating System**: android
**Tested Another Browser**: No
**Problem type**: Something else
**Description**: Price does not display in Firefox Beta 85.0.0-beta.9
**Steps to Reproduce**:
Would not load everything on the page (missing the price) for Android phone Firefox Beta version 85.0.0-beta.9 and after beginning this issue report, I tried it on another browers and that browser returned an error message: "webpage could not be loaded because net::ERR_CLEARTEXT_NOT_PERMITTED"
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | priority | coinbase com see bug description url browser version firefox beta version beta operating system android tested another browser no problem type something else description price does not display in firefox beta beta steps to reproduce would not load everything on the page missing the price for android phone firefox beta version beta and after beginning this issue report i tried it on another browers and that browser returned an error message webpage could not be loaded because net err cleartext not permitted browser configuration none from with ❤️ | 1 |
592,731 | 17,929,033,599 | IssuesEvent | 2021-09-10 06:31:11 | PlaceOS/staff-api | https://api.github.com/repos/PlaceOS/staff-api | opened | 2109.0 Create Event from latest workplace app results in 500 | type: bug Priority: High |
POST payload is private and has been sent to steve
staff-api container error is below:
```
level=[E] time=2021-09-10T06:28:07Z program=StaffAPI source=action-controller client_ip=10.240.0.5 request_id=d0430076-b49f-4b7f-9328-ff7ba3db6f20 domain=smarthq.ashrae.org tenant_id=1 event=error method=POST path=/api/staff/v1/events status=500 duration=3.61s
Missing JSON attribute: conferenceId
parsing Office365::OnlineMeeting at line 1, column 4480
parsing Office365::Event#onlineMeeting at line 1, column 4464 (JSON::SerializableError)
from usr/share/crystal/src/json/serialization.cr:159:7 in 'initialize:__pull_for_json_serializable'
from app/lib/place_calendar/src/office365.cr:133:7 in 'create'
from usr/share/crystal/src/int.cr:1207:11 in '???'
from usr/share/crystal/src/primitives.cr:266:3 in 'call'
from usr/share/crystal/src/http/server/handler.cr:28:7 in 'call'
from usr/share/crystal/src/http/server/handler.cr:28:7 in 'call'
from usr/share/crystal/src/http/server/request_processor.cr:51:11 in 'process'
from usr/share/crystal/src/http/server.cr:500:5 in '->'
from usr/share/crystal/src/primitives.cr:266:3 in 'run'
from ???
Caused by: Missing JSON attribute: conferenceId
parsing Office365::OnlineMeeting at line 1, column 4480 (JSON::SerializableError)
from usr/share/crystal/src/json/serialization.cr:159:7 in 'initialize:__pull_for_json_serializable'
from app/lib/place_calendar/src/office365.cr:133:7 in 'create'
from usr/share/crystal/src/int.cr:1207:11 in '???'
from usr/share/crystal/src/primitives.cr:266:3 in 'call'
from usr/share/crystal/src/http/server/handler.cr:28:7 in 'call'
from usr/share/crystal/src/http/server/handler.cr:28:7 in 'call'
from usr/share/crystal/src/http/server/request_processor.cr:51:11 in 'process'
from usr/share/crystal/src/http/server.cr:500:5 in '->'
from usr/share/crystal/src/primitives.cr:266:3 in 'run'
from ???
2021-09-10T06:28:07.258385258Z
``` | 1.0 | 2109.0 Create Event from latest workplace app results in 500 -
POST payload is private and has been sent to steve
staff-api container error is below:
```
level=[E] time=2021-09-10T06:28:07Z program=StaffAPI source=action-controller client_ip=10.240.0.5 request_id=d0430076-b49f-4b7f-9328-ff7ba3db6f20 domain=smarthq.ashrae.org tenant_id=1 event=error method=POST path=/api/staff/v1/events status=500 duration=3.61s
Missing JSON attribute: conferenceId
parsing Office365::OnlineMeeting at line 1, column 4480
parsing Office365::Event#onlineMeeting at line 1, column 4464 (JSON::SerializableError)
from usr/share/crystal/src/json/serialization.cr:159:7 in 'initialize:__pull_for_json_serializable'
from app/lib/place_calendar/src/office365.cr:133:7 in 'create'
from usr/share/crystal/src/int.cr:1207:11 in '???'
from usr/share/crystal/src/primitives.cr:266:3 in 'call'
from usr/share/crystal/src/http/server/handler.cr:28:7 in 'call'
from usr/share/crystal/src/http/server/handler.cr:28:7 in 'call'
from usr/share/crystal/src/http/server/request_processor.cr:51:11 in 'process'
from usr/share/crystal/src/http/server.cr:500:5 in '->'
from usr/share/crystal/src/primitives.cr:266:3 in 'run'
from ???
Caused by: Missing JSON attribute: conferenceId
parsing Office365::OnlineMeeting at line 1, column 4480 (JSON::SerializableError)
from usr/share/crystal/src/json/serialization.cr:159:7 in 'initialize:__pull_for_json_serializable'
from app/lib/place_calendar/src/office365.cr:133:7 in 'create'
from usr/share/crystal/src/int.cr:1207:11 in '???'
from usr/share/crystal/src/primitives.cr:266:3 in 'call'
from usr/share/crystal/src/http/server/handler.cr:28:7 in 'call'
from usr/share/crystal/src/http/server/handler.cr:28:7 in 'call'
from usr/share/crystal/src/http/server/request_processor.cr:51:11 in 'process'
from usr/share/crystal/src/http/server.cr:500:5 in '->'
from usr/share/crystal/src/primitives.cr:266:3 in 'run'
from ???
2021-09-10T06:28:07.258385258Z
``` | priority | create event from latest workplace app results in post payload is private and has been sent to steve staff api container error is below level time program staffapi source action controller client ip request id domain smarthq ashrae org tenant id event error method post path api staff events status duration missing json attribute conferenceid parsing onlinemeeting at line column parsing event onlinemeeting at line column json serializableerror from usr share crystal src json serialization cr in initialize pull for json serializable from app lib place calendar src cr in create from usr share crystal src int cr in from usr share crystal src primitives cr in call from usr share crystal src http server handler cr in call from usr share crystal src http server handler cr in call from usr share crystal src http server request processor cr in process from usr share crystal src http server cr in from usr share crystal src primitives cr in run from caused by missing json attribute conferenceid parsing onlinemeeting at line column json serializableerror from usr share crystal src json serialization cr in initialize pull for json serializable from app lib place calendar src cr in create from usr share crystal src int cr in from usr share crystal src primitives cr in call from usr share crystal src http server handler cr in call from usr share crystal src http server handler cr in call from usr share crystal src http server request processor cr in process from usr share crystal src http server cr in from usr share crystal src primitives cr in run from | 1 |
61,040 | 3,137,453,174 | IssuesEvent | 2015-09-11 02:42:06 | DistrictDataLabs/topicmaps | https://api.github.com/repos/DistrictDataLabs/topicmaps | closed | Validation for commas | priority: high type: bug | Perhaps you'd want to add validation for commas so that if the user does not read the instructions and just lists out the topics with commas, the system evaluates the string correctly. | 1.0 | Validation for commas - Perhaps you'd want to add validation for commas so that if the user does not read the instructions and just lists out the topics with commas, the system evaluates the string correctly. | priority | validation for commas perhaps you d want to add validation for commas so that if the user does not read the instructions and just lists out the topics with commas the system evaluates the string correctly | 1 |
800,467 | 28,366,986,849 | IssuesEvent | 2023-04-12 14:28:18 | AY2223S2-CS2103T-W10-4/tp | https://api.github.com/repos/AY2223S2-CS2103T-W10-4/tp | closed | [PE-D][Tester A] Edit command functionality | priority.High type.Bug severity.Low | Expected behaviour of edit is to be able to edit any field for each tutee. However, fields like subject, schedule etc cannot be updated. It would be good if it can be implemented so users do not have to delete and re-add tutees due to a change in schedule.
<!--session: 1680242445810-d0dbcc59-5989-4fde-b15e-e69e993cc520-->
<!--Version: Web v3.4.7-->
-------------
Labels: `severity.Medium` `type.FunctionalityBug`
original: Varstak/ped#6 | 1.0 | [PE-D][Tester A] Edit command functionality - Expected behaviour of edit is to be able to edit any field for each tutee. However, fields like subject, schedule etc cannot be updated. It would be good if it can be implemented so users do not have to delete and re-add tutees due to a change in schedule.
<!--session: 1680242445810-d0dbcc59-5989-4fde-b15e-e69e993cc520-->
<!--Version: Web v3.4.7-->
-------------
Labels: `severity.Medium` `type.FunctionalityBug`
original: Varstak/ped#6 | priority | edit command functionality expected behaviour of edit is to be able to edit any field for each tutee however fields like subject schedule etc cannot be updated it would be good if it can be implemented so users do not have to delete and re add tutees due to a change in schedule labels severity medium type functionalitybug original varstak ped | 1 |
369,200 | 10,889,506,602 | IssuesEvent | 2019-11-18 18:23:42 | glutanimate/cloze-overlapper | https://api.github.com/repos/glutanimate/cloze-overlapper | opened | Cloze button generates Anki cloze markers rather than overlapping cloze markers | bug high priority regression | Using the cloze button will currently create Anki clozes (`{{c1::`) rather the the add-on's clozes (`[[oc1::]]`). This issue does not appear when using the cloze hotkeys.
(thanks to Gabriel for the report!) | 1.0 | Cloze button generates Anki cloze markers rather than overlapping cloze markers - Using the cloze button will currently create Anki clozes (`{{c1::`) rather the the add-on's clozes (`[[oc1::]]`). This issue does not appear when using the cloze hotkeys.
(thanks to Gabriel for the report!) | priority | cloze button generates anki cloze markers rather than overlapping cloze markers using the cloze button will currently create anki clozes rather the the add on s clozes this issue does not appear when using the cloze hotkeys thanks to gabriel for the report | 1 |
200,222 | 7,001,574,092 | IssuesEvent | 2017-12-18 10:44:32 | strapi/strapi | https://api.github.com/repos/strapi/strapi | closed | Can not write to a database other than the default | priority: high source: framework type: bug version: 3.x | **Node.js version**: 8.8.1
**npm version**: 5.5.1
**Strapi version**: 3.0.0-alpha.6.4
**Operating system**: Arch Linux
Can not write to a database other than the default.
Database set in Settings Manager -> ENVIRONMENTS -> Database. Correct data, the database exists. Checked by terminal.
Then create a new collection in "Content Type Builder" and create a new field with a different Mongo base than the default. Click "Save" the following error:
```
INFO (8278 on inder): The server is restarting
ERROR (8318 on inder): Impossible to register the `test` model.
ERROR (8318 on inder): Cannot assign to read only property 'test' of object '#<Object>'
TypeError: Cannot assign to read only property 'test' of object '#<Object>'
at _.forEach (/home/inder/strapi/node_modules/strapi-mongoose/lib/index.js:146:38)
at /home/inder/strapi/node_modules/lodash/lodash.js:4944:15
at baseForOwn (/home/inder/strapi/node_modules/lodash/lodash.js:3001:24)
at /home/inder/strapi/node_modules/lodash/lodash.js:4913:18
at Function.forEach (/home/inder/strapi/node_modules/lodash/lodash.js:9359:14)
at _.after (/home/inder/strapi/node_modules/strapi-mongoose/lib/index.js:83:15)
at /home/inder/strapi/node_modules/lodash/lodash.js:10014:23
at _.after (/home/inder/strapi/node_modules/strapi-mongoose/lib/index.js:205:15)
at /home/inder/strapi/node_modules/lodash/lodash.js:10014:23
at _.forEach (/home/inder/strapi/node_modules/strapi-mongoose/lib/index.js:294:15)
at /home/inder/strapi/node_modules/lodash/lodash.js:4944:15
at baseForOwn (/home/inder/strapi/node_modules/lodash/lodash.js:3001:24)
at/home/inder/strapi/node_modules/lodash/lodash.js:4913:18
at Function.forEach (/home/inder/strapi/node_modules/lodash/lodash.js:9359:14)
at _.forEach (/home/inder/strapi/node_modules/strapi-mongoose/lib/index.js:210:15)
at /home/inder/strapi/node_modules/lodash/lodash.js:4944:15
```
| 1.0 | Can not write to a database other than the default - **Node.js version**: 8.8.1
**npm version**: 5.5.1
**Strapi version**: 3.0.0-alpha.6.4
**Operating system**: Arch Linux
Can not write to a database other than the default.
Database set in Settings Manager -> ENVIRONMENTS -> Database. Correct data, the database exists. Checked by terminal.
Then create a new collection in "Content Type Builder" and create a new field with a different Mongo base than the default. Click "Save" the following error:
```
INFO (8278 on inder): The server is restarting
ERROR (8318 on inder): Impossible to register the `test` model.
ERROR (8318 on inder): Cannot assign to read only property 'test' of object '#<Object>'
TypeError: Cannot assign to read only property 'test' of object '#<Object>'
at _.forEach (/home/inder/strapi/node_modules/strapi-mongoose/lib/index.js:146:38)
at /home/inder/strapi/node_modules/lodash/lodash.js:4944:15
at baseForOwn (/home/inder/strapi/node_modules/lodash/lodash.js:3001:24)
at /home/inder/strapi/node_modules/lodash/lodash.js:4913:18
at Function.forEach (/home/inder/strapi/node_modules/lodash/lodash.js:9359:14)
at _.after (/home/inder/strapi/node_modules/strapi-mongoose/lib/index.js:83:15)
at /home/inder/strapi/node_modules/lodash/lodash.js:10014:23
at _.after (/home/inder/strapi/node_modules/strapi-mongoose/lib/index.js:205:15)
at /home/inder/strapi/node_modules/lodash/lodash.js:10014:23
at _.forEach (/home/inder/strapi/node_modules/strapi-mongoose/lib/index.js:294:15)
at /home/inder/strapi/node_modules/lodash/lodash.js:4944:15
at baseForOwn (/home/inder/strapi/node_modules/lodash/lodash.js:3001:24)
at/home/inder/strapi/node_modules/lodash/lodash.js:4913:18
at Function.forEach (/home/inder/strapi/node_modules/lodash/lodash.js:9359:14)
at _.forEach (/home/inder/strapi/node_modules/strapi-mongoose/lib/index.js:210:15)
at /home/inder/strapi/node_modules/lodash/lodash.js:4944:15
```
| priority | can not write to a database other than the default node js version npm version strapi version alpha operating system arch linux can not write to a database other than the default database set in settings manager environments database correct data the database exists checked by terminal then create a new collection in content type builder and create a new field with a different mongo base than the default click save the following error info on inder the server is restarting error on inder impossible to register the test model error on inder cannot assign to read only property test of object typeerror cannot assign to read only property test of object at foreach home inder strapi node modules strapi mongoose lib index js at home inder strapi node modules lodash lodash js at baseforown home inder strapi node modules lodash lodash js at home inder strapi node modules lodash lodash js at function foreach home inder strapi node modules lodash lodash js at after home inder strapi node modules strapi mongoose lib index js at home inder strapi node modules lodash lodash js at after home inder strapi node modules strapi mongoose lib index js at home inder strapi node modules lodash lodash js at foreach home inder strapi node modules strapi mongoose lib index js at home inder strapi node modules lodash lodash js at baseforown home inder strapi node modules lodash lodash js at home inder strapi node modules lodash lodash js at function foreach home inder strapi node modules lodash lodash js at foreach home inder strapi node modules strapi mongoose lib index js at home inder strapi node modules lodash lodash js | 1 |
34,313 | 2,776,959,933 | IssuesEvent | 2015-05-05 02:20:10 | punongbayan-araullo/tickets | https://api.github.com/repos/punongbayan-araullo/tickets | opened | Create a separate page for Firm Credentials | priority - high status - accepted system - projects type - enhancement | 1. Create a separate page for Firm Credentials.
2. Create a separate menu for Firm Credentials.
3. Default main page should be the search filters without the grid. | 1.0 | Create a separate page for Firm Credentials - 1. Create a separate page for Firm Credentials.
2. Create a separate menu for Firm Credentials.
3. Default main page should be the search filters without the grid. | priority | create a separate page for firm credentials create a separate page for firm credentials create a separate menu for firm credentials default main page should be the search filters without the grid | 1 |
371,936 | 10,987,617,755 | IssuesEvent | 2019-12-02 09:35:10 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | opened | Error Type Descriptors are not Suggested after returns Keyword | Area/Tooling Component/LanguageServer Priority/High Type/Bug | **Description:**
Error Type Descriptors are not Suggested after returns Keyword
**Affected Versions:**
v1.0.0 at least | 1.0 | Error Type Descriptors are not Suggested after returns Keyword - **Description:**
Error Type Descriptors are not Suggested after returns Keyword
**Affected Versions:**
v1.0.0 at least | priority | error type descriptors are not suggested after returns keyword description error type descriptors are not suggested after returns keyword affected versions at least | 1 |
370,003 | 10,923,948,412 | IssuesEvent | 2019-11-22 09:04:09 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | Ready thread is not swapped in after being woken up in IRQ | area: Kernel bug priority: high | **Describe the bug**
Ready thread is not swapped in after being woken up in IRQ. Probably the sheduler does not do a swap after this.
**To Reproduce**
I have an application where I use only `k_poll` in the main thread. Application is polling for two signal events. I call `k_poll_signal_raise` from IRQ context. After this main thread is in ready state but it is never waken up. My application is in idle thread after that. When I modified idle thread to call explicit yield inside, the main thread which polling for signals is woken up after calling `k_poll_signal_raise`.
Idle thread:
```
while (true) {
#if SMP_FALLBACK
k_busy_wait(100);
k_yield();
#else
(void)arch_irq_lock();
sys_power_save_idle();
k_yield();
//IDLE_YIELD_IF_COOP();
#endif
}
```
**Expected behavior**
Ready thread should be swapped after being woken up in IRQ.
**Environment (please complete the following information):**
- nrf52840_pca10056 DK
| 1.0 | Ready thread is not swapped in after being woken up in IRQ - **Describe the bug**
Ready thread is not swapped in after being woken up in IRQ. Probably the sheduler does not do a swap after this.
**To Reproduce**
I have an application where I use only `k_poll` in the main thread. Application is polling for two signal events. I call `k_poll_signal_raise` from IRQ context. After this main thread is in ready state but it is never waken up. My application is in idle thread after that. When I modified idle thread to call explicit yield inside, the main thread which polling for signals is woken up after calling `k_poll_signal_raise`.
Idle thread:
```
while (true) {
#if SMP_FALLBACK
k_busy_wait(100);
k_yield();
#else
(void)arch_irq_lock();
sys_power_save_idle();
k_yield();
//IDLE_YIELD_IF_COOP();
#endif
}
```
**Expected behavior**
Ready thread should be swapped after being woken up in IRQ.
**Environment (please complete the following information):**
- nrf52840_pca10056 DK
| priority | ready thread is not swapped in after being woken up in irq describe the bug ready thread is not swapped in after being woken up in irq probably the sheduler does not do a swap after this to reproduce i have an application where i use only k poll in the main thread application is polling for two signal events i call k poll signal raise from irq context after this main thread is in ready state but it is never waken up my application is in idle thread after that when i modified idle thread to call explicit yield inside the main thread which polling for signals is woken up after calling k poll signal raise idle thread while true if smp fallback k busy wait k yield else void arch irq lock sys power save idle k yield idle yield if coop endif expected behavior ready thread should be swapped after being woken up in irq environment please complete the following information dk | 1 |
536,167 | 15,705,366,140 | IssuesEvent | 2021-03-26 16:03:57 | pterodactyl/panel | https://api.github.com/repos/pterodactyl/panel | closed | Allocations API endpoint hard codes page size | bug high priority | **Background (please complete the following information):**
* Panel or Daemon: Panel
* Version of Panel/Daemon: 1.3.1
* Server's OS: Any
* Your Computer's OS & Browser: Any
**Describe the bug**
The allocations API endpoint (and others) hard code the number of responses per page to 50:
https://github.com/pterodactyl/panel/blob/develop/app/Http/Controllers/Api/Application/Nodes/AllocationController.php#L46
It should allow users to pass in per_page as a parameter, which is useful when trying to fetch allocations from the panel - which for many users can easily exceed the default rate limit API at 50 per page.
**To Reproduce**
Steps to reproduce the behavior:
```
$ curl -s --location --request GET 'https://panel.pterodactyl.io/api/application/nodes/1/allocations?per_page=100' --header 'Content-Type: application/json' --header 'Accept: application/json' --header 'Authorization: Bearer somekey' | grep -o 'meta.*'
meta":{"pagination":{"total":1023,"count":50,"per_page":50,"current_page":1,"total_pages":21,"links":{"next":"http:\/\/panel.pterodactyl.io\/api\/application\/nodes\/1\/allocations?page=2"}}}}
```
**Expected behavior**
A clear and concise description of what you expected to happen. If applicable, add screenshots or a recording to help explain your problem.
Expected is what happens on the list backups endpoint.
```
curl -s --location --request GET 'https://panel.pterodactyl.io/api/client/servers/41bc8df0/backups?per_page=2' --header 'Content-Type: application/json' --header 'Accept: application/json' --header 'Authorization: Bearer somekey' | grep -o 'meta.*'
meta":{"pagination":{"total":1,"count":1,"per_page":2,"current_page":1,"total_pages":1,"links":{}}}}
``` | 1.0 | Allocations API endpoint hard codes page size - **Background (please complete the following information):**
* Panel or Daemon: Panel
* Version of Panel/Daemon: 1.3.1
* Server's OS: Any
* Your Computer's OS & Browser: Any
**Describe the bug**
The allocations API endpoint (and others) hard code the number of responses per page to 50:
https://github.com/pterodactyl/panel/blob/develop/app/Http/Controllers/Api/Application/Nodes/AllocationController.php#L46
It should allow users to pass in per_page as a parameter, which is useful when trying to fetch allocations from the panel - which for many users can easily exceed the default rate limit API at 50 per page.
**To Reproduce**
Steps to reproduce the behavior:
```
$ curl -s --location --request GET 'https://panel.pterodactyl.io/api/application/nodes/1/allocations?per_page=100' --header 'Content-Type: application/json' --header 'Accept: application/json' --header 'Authorization: Bearer somekey' | grep -o 'meta.*'
meta":{"pagination":{"total":1023,"count":50,"per_page":50,"current_page":1,"total_pages":21,"links":{"next":"http:\/\/panel.pterodactyl.io\/api\/application\/nodes\/1\/allocations?page=2"}}}}
```
**Expected behavior**
A clear and concise description of what you expected to happen. If applicable, add screenshots or a recording to help explain your problem.
Expected is what happens on the list backups endpoint.
```
curl -s --location --request GET 'https://panel.pterodactyl.io/api/client/servers/41bc8df0/backups?per_page=2' --header 'Content-Type: application/json' --header 'Accept: application/json' --header 'Authorization: Bearer somekey' | grep -o 'meta.*'
meta":{"pagination":{"total":1,"count":1,"per_page":2,"current_page":1,"total_pages":1,"links":{}}}}
``` | priority | allocations api endpoint hard codes page size background please complete the following information panel or daemon panel version of panel daemon server s os any your computer s os browser any describe the bug the allocations api endpoint and others hard code the number of responses per page to it should allow users to pass in per page as a parameter which is useful when trying to fetch allocations from the panel which for many users can easily exceed the default rate limit api at per page to reproduce steps to reproduce the behavior curl s location request get header content type application json header accept application json header authorization bearer somekey grep o meta meta pagination total count per page current page total pages links next http panel pterodactyl io api application nodes allocations page expected behavior a clear and concise description of what you expected to happen if applicable add screenshots or a recording to help explain your problem expected is what happens on the list backups endpoint curl s location request get header content type application json header accept application json header authorization bearer somekey grep o meta meta pagination total count per page current page total pages links | 1 |
351,292 | 10,515,355,148 | IssuesEvent | 2019-09-28 09:07:30 | WoWManiaUK/Blackwing-Lair | https://api.github.com/repos/WoWManiaUK/Blackwing-Lair | closed | [Talent/Hunter] Toxicology | Class Fixed in Dev Priority-High | **Links:**
http://cata-shoot.tauri.hu/?spell=82833
**What is happening:**
Doesn't increase damage at all.
**What should happen:**
Should increase the critical damage of Serpent Sting and Black arrow by 50%/100%.
| 1.0 | [Talent/Hunter] Toxicology - **Links:**
http://cata-shoot.tauri.hu/?spell=82833
**What is happening:**
Doesn't increase damage at all.
**What should happen:**
Should increase the critical damage of Serpent Sting and Black arrow by 50%/100%.
| priority | toxicology links what is happening doesn t increase damage at all what should happen should increase the critical damage of serpent sting and black arrow by | 1 |
278,494 | 8,642,006,364 | IssuesEvent | 2018-11-25 00:33:19 | Pack4Duck/ClassicUO | https://api.github.com/repos/Pack4Duck/ClassicUO | closed | Gump - Top Bar Menu | Priority: high enhancement | **Describe the solution you'd like**
Top bar Menu needs to be included.
| 1.0 | Gump - Top Bar Menu - **Describe the solution you'd like**
Top bar Menu needs to be included.
| priority | gump top bar menu describe the solution you d like top bar menu needs to be included | 1 |
687,290 | 23,520,597,026 | IssuesEvent | 2022-08-19 05:13:21 | nimblehq/android-templates | https://api.github.com/repos/nimblehq/android-templates | closed | Fix references when generating a new project | type : bug status : essential priority : high | ## Issue
Some files are not updated correctly when generating a new project
## Expected
The following files must be updated accordingly when generating a new project:
- Update `signing.properties` path in `README.md`
- Update `applicationId` in `build.gradle.kts`
- Update `packagesExcluded` in `jacoco-report.gradle.kts`
- Remove `### Android template` from `.gitignore`
## Steps to reproduce
1. Generate a new project
2. Observe files as specified above | 1.0 | Fix references when generating a new project - ## Issue
Some files are not updated correctly when generating a new project
## Expected
The following files must be updated accordingly when generating a new project:
- Update `signing.properties` path in `README.md`
- Update `applicationId` in `build.gradle.kts`
- Update `packagesExcluded` in `jacoco-report.gradle.kts`
- Remove `### Android template` from `.gitignore`
## Steps to reproduce
1. Generate a new project
2. Observe files as specified above | priority | fix references when generating a new project issue some files are not updated correctly when generating a new project expected the following files must be updated accordingly when generating a new project update signing properties path in readme md update applicationid in build gradle kts update packagesexcluded in jacoco report gradle kts remove android template from gitignore steps to reproduce generate a new project observe files as specified above | 1 |
826,384 | 31,593,358,568 | IssuesEvent | 2023-09-05 02:00:10 | oceanbase/odc | https://api.github.com/repos/oceanbase/odc | closed | [Bug]: When the result set is filtered, the column mode shows incorrect data | type-bug module-Object visual management priority-high | **Describe the bug**
When the result set is filtered, the column mode shows incorrect data
**Environment**
- Component Version: ODC 4.1.2
**Fast Reproduce Steps(Required)**
Steps to reproduce the behavior:
original resultset:
<img width="452" alt="image" src="https://github.com/oceanbase/odc/assets/140503120/d3c78cec-e443-4afc-9d00-6e370968f9f8">
Conditionally filter the result set:
<img width="417" alt="image" src="https://github.com/oceanbase/odc/assets/140503120/9c0454a0-1b60-4d0a-a0ff-5d44c3f88eb2">
column mode show data error:
<img width="924" alt="image" src="https://github.com/oceanbase/odc/assets/140503120/9c60980b-c428-4360-b3d8-0f0562dce6f3">
**Expected behavior**
column mode show result set data correctly.
**Actual Behavior**
<!-- What is the result? picture is allowed -->
**Additional context**
<!-- Add any other context about the problem here. -->
| 1.0 | [Bug]: When the result set is filtered, the column mode shows incorrect data - **Describe the bug**
When the result set is filtered, the column mode shows incorrect data
**Environment**
- Component Version: ODC 4.1.2
**Fast Reproduce Steps(Required)**
Steps to reproduce the behavior:
original resultset:
<img width="452" alt="image" src="https://github.com/oceanbase/odc/assets/140503120/d3c78cec-e443-4afc-9d00-6e370968f9f8">
Conditionally filter the result set:
<img width="417" alt="image" src="https://github.com/oceanbase/odc/assets/140503120/9c0454a0-1b60-4d0a-a0ff-5d44c3f88eb2">
column mode show data error:
<img width="924" alt="image" src="https://github.com/oceanbase/odc/assets/140503120/9c60980b-c428-4360-b3d8-0f0562dce6f3">
**Expected behavior**
column mode show result set data correctly.
**Actual Behavior**
<!-- What is the result? picture is allowed -->
**Additional context**
<!-- Add any other context about the problem here. -->
| priority | when the result set is filtered the column mode shows incorrect data describe the bug when the result set is filtered the column mode shows incorrect data environment component version odc fast reproduce steps required steps to reproduce the behavior original resultset: img width alt image src conditionally filter the result set: img width alt image src column mode show data error: img width alt image src expected behavior column mode show result set data correctly actual behavior additional context | 1 |
805,048 | 29,506,315,370 | IssuesEvent | 2023-06-03 11:01:57 | ctm/mb2-doc | https://api.github.com/repos/ctm/mb2-doc | opened | disable buttons and checkboxes in the click handler | bug high priority easy | Find the various places where mb2 accepts clicks and make sure that in the click handler itself, the button is disabled.
This is a fix on the client side for the problem I just fixed on the server side (#1166). In theory, since it's fixed on the server side, the particular behavior we saw won't happen, but it should be fixed in both places, especially since there still could be weirdness in the UI. | 1.0 | disable buttons and checkboxes in the click handler - Find the various places where mb2 accepts clicks and make sure that in the click handler itself, the button is disabled.
This is a fix on the client side for the problem I just fixed on the server side (#1166). In theory, since it's fixed on the server side, the particular behavior we saw won't happen, but it should be fixed in both places, especially since there still could be weirdness in the UI. | priority | disable buttons and checkboxes in the click handler find the various places where accepts clicks and make sure that in the click handler itself the button is disabled this is a fix on the client side for the problem i just fixed on the server side in theory since it s fixed on the server side the particular behavior we saw won t happen but it should be fixed in both places especially since there still could be weirdness in the ui | 1 |
167,828 | 6,347,433,868 | IssuesEvent | 2017-07-28 07:01:34 | rukayaj/species | https://api.github.com/repos/rukayaj/species | closed | New dragonfly images | high-priority quick-and-easy-task | Dewidine's given me a new set of dragonfly images (with corrected names) that needs to get uploaded. | 1.0 | New dragonfly images - Dewidine's given me a new set of dragonfly images (with corrected names) that needs to get uploaded. | priority | new dragonfly images dewidine s given me a new set of dragonfly images with corrected names that needs to get uploaded | 1 |
584,455 | 17,440,905,977 | IssuesEvent | 2021-08-05 04:30:46 | MitchellCodes/eCommerceSite | https://api.github.com/repos/MitchellCodes/eCommerceSite | closed | Create a database to store products | enhancement high priority | Create a database to hold products.
Products should contain
- ProductId (Primary Key)
- Title
- Price
- Category | 1.0 | Create a database to store products - Create a database to hold products.
Products should contain
- ProductId (Primary Key)
- Title
- Price
- Category | priority | create a database to store products create a database to hold products products should contain productid primary key title price category | 1 |
675,984 | 23,112,869,340 | IssuesEvent | 2022-07-27 14:21:38 | codbex/codbex-kronos | https://api.github.com/repos/codbex/codbex-kronos | opened | [HDBDD][Parser] Series data support | priority-medium effort-high customer parsers _Shine_ | From xsk created by [aihanrashidov](https://github.com/aihanrashidov): SAP/xsk#1093
Error in the `Problems` view:
`no viable alternative at input 'series('`
```
namespace test;
context SeriesData {
entity MySeriesEntity1 {
key setId : Integer;
t : UTCTimestamp;
value : Decimal(10,4);
series (
series key (setId)
period for series (t)
equidistant increment by interval 0.1 second
);
};
};
```
Support for series data should be implemented - [reference](https://help.sap.com/viewer/09b6623836854766b682356393c6c416/2.0.06/en-US/ad036c56b5e545ae8b31ece0ab95379f.html?q=series+data#loioad036c56b5e545ae8b31ece0ab95379f__section_q1n_2lt_yr). | 1.0 | [HDBDD][Parser] Series data support - From xsk created by [aihanrashidov](https://github.com/aihanrashidov): SAP/xsk#1093
Error in the `Problems` view:
`no viable alternative at input 'series('`
```
namespace test;
context SeriesData {
entity MySeriesEntity1 {
key setId : Integer;
t : UTCTimestamp;
value : Decimal(10,4);
series (
series key (setId)
period for series (t)
equidistant increment by interval 0.1 second
);
};
};
```
Support for series data should be implemented - [reference](https://help.sap.com/viewer/09b6623836854766b682356393c6c416/2.0.06/en-US/ad036c56b5e545ae8b31ece0ab95379f.html?q=series+data#loioad036c56b5e545ae8b31ece0ab95379f__section_q1n_2lt_yr). | priority | series data support from xsk created by sap xsk error in the problems view no viable alternative at input series namespace test context seriesdata entity key setid integer t utctimestamp value decimal series series key setid period for series t equidistant increment by interval second support for series data should be implemented | 1 |
248,201 | 7,928,256,172 | IssuesEvent | 2018-07-06 10:56:40 | checkorg1/test | https://api.github.com/repos/checkorg1/test | closed | Temporal feature -- Need to compute "A_prime X B" and "B_prime X A" control evolution curves | Highest Priority | _From venky2nfer on 14-05-2017 16:28 IST_
Need to compute for Gene x Disease, Disease x Disease, Gene x Gene association maps the temporal evolution feature for the control curves (A_prime is all terms in a collection barring the one term that is being entered by the user)
**Copied from original issue**:[https://github.com/lumenbiomics/nfer/issues/72] | 1.0 | Temporal feature -- Need to compute "A_prime X B" and "B_prime X A" control evolution curves - _From venky2nfer on 14-05-2017 16:28 IST_
Need to compute for Gene x Disease, Disease x Disease, Gene x Gene association maps the temporal evolution feature for the control curves (A_prime is all terms in a collection barring the one term that is being entered by the user)
**Copied from original issue**:[https://github.com/lumenbiomics/nfer/issues/72] | priority | temporal feature need to compute a prime x b and b prime x a control evolution curves from on ist need to compute for gene x disease disease x disease gene x gene association maps the temporal evolution feature for the control curves a prime is all terms in a collection barring the one term that is being entered by the user copied from original issue | 1 |
644,357 | 20,975,459,399 | IssuesEvent | 2022-03-28 14:52:31 | jasonmatos23-git/DepthPerceptionHapticSystem | https://api.github.com/repos/jasonmatos23-git/DepthPerceptionHapticSystem | opened | Implement mode running | high priority | Tie general mode, low power mode, and outdoor mode together. This is likely to go in scheduler.py. Scheduler should poll the mode and run/toggle services based on that mode. | 1.0 | Implement mode running - Tie general mode, low power mode, and outdoor mode together. This is likely to go in scheduler.py. Scheduler should poll the mode and run/toggle services based on that mode. | priority | implement mode running tie general mode low power mode and outdoor mode together this is likely to go in scheduler py scheduler should poll the mode and run toggle services based on that mode | 1 |
141,685 | 5,439,914,609 | IssuesEvent | 2017-03-06 14:39:48 | pybel/pybel | https://api.github.com/repos/pybel/pybel | closed | Graph Data Management | enhancement hard high priority | This is the monolithic to-do for the data manager portion of the project. This consists of translating the `Django` models used in the AETIONOMY Knowledgebase to use `SQLlchemy`.
For the first try, do **NOT** focus on speed. We need a working implementation first before optimizing. This should all be done in beautiful, idiomatic python, and take full advantage of the `SQLAlchemy` ORM. This also means that `pandas` is unacceptable.
## Production ready
- [x] Add model for network metadata. Include the pickled graph. (`pybel.manager.models.Network`)
- [x] Input and output of network object in Graph Cache Manager (`pybel.manager.graph_cache.GraphCacheManager`)
## Still needs reinvestigation
- [x] Add models to `pybel.manager`
- [x] Implement `pybel.to_database(belgraph, conn_str)`
- [x] Implement `pybel.from_database(conn_str)`
Reinvestigate all code:
- [ ] Add docs to all models
- [x] Add ORM information, like `relationship()` to automatically make joins
- [x] Use proper session querying, like `session.query(models.Namespace).filter(models.Namespace.keyword == 'HGNC').one()` and transaction management at the `session` level | 1.0 | Graph Data Management - This is the monolithic to-do for the data manager portion of the project. This consists of translating the `Django` models used in the AETIONOMY Knowledgebase to use `SQLlchemy`.
For the first try, do **NOT** focus on speed. We need a working implementation first before optimizing. This should all be done in beautiful, idiomatic python, and take full advantage of the `SQLAlchemy` ORM. This also means that `pandas` is unacceptable.
## Production ready
- [x] Add model for network metadata. Include the pickled graph. (`pybel.manager.models.Network`)
- [x] Input and output of network object in Graph Cache Manager (`pybel.manager.graph_cache.GraphCacheManager`)
## Still needs reinvestigation
- [x] Add models to `pybel.manager`
- [x] Implement `pybel.to_database(belgraph, conn_str)`
- [x] Implement `pybel.from_database(conn_str)`
Reinvestigate all code:
- [ ] Add docs to all models
- [x] Add ORM information, like `relationship()` to automatically make joins
- [x] Use proper session querying, like `session.query(models.Namespace).filter(models.Namespace.keyword == 'HGNC').one()` and transaction management at the `session` level | priority | graph data management this is the monolithic to do for the data manager portion of the project this consists of translating the django models used in the aetionomy knowledgebase to use sqllchemy for the first try do not focus on speed we need a working implementation first before optimizing this should all be done in beautiful idiomatic python and take full advantage of the sqlalchemy orm this also means that pandas is unacceptable production ready add model for network metadata include the pickled graph pybel manager models network input and output of network object in graph cache manager pybel manager graph cache graphcachemanager still needs reinvestigation add models to pybel manager implement pybel to database belgraph conn str implement pybel from database conn str reinvestigate all code add docs to all models add orm information like relationship to automatically make joins use proper session querying like session query models namespace filter models namespace keyword hgnc one and transaction management at the session level | 1 |
240,774 | 7,805,726,799 | IssuesEvent | 2018-06-11 11:54:19 | Haivision/srt | https://api.github.com/repos/Haivision/srt | closed | Improvements to statistical output from `srt-live-transmit` | Priority: High Status: Pending | I'm evaluating SRT for stream contribution, and the early results with using the built-in live transmit tool has been promising once I found out where to put the latency argument. My use case is using the `srt-live-transmit` as a process spawned from a central management system, and for that good monitoring information is important.
However, I have noticed the statistics option for `srt-live-transmit` does not output all monitoring data it has access to, and the format – while good for human readability and debugging – is not very suited for parsing by client programs.
I have added an option for that in a local copy of the repo that prints in a JSON format (except not prettified like the example below), but I want to see what you think about this before cleaning that code up and sending a pull request.
```json
{
"sid": 948948699,
"time": 3310824,
"window": {
"flow": 8192,
"congestion": 8192,
"flight": 0
},
"link": {
"rtt": 253.417,
"bandwidth": 113.28,
"maxBandwidth": 30
},
"send": {
"packets": 0,
"packetsLost": 0,
"packetsDropped": 0,
"packetsRetransmitted": 0,
"bytes": 0,
"bytesDropped": 0,
"mbitRate": 0
},
"recv": {
"packets": 886507,
"packetsLost": 17,
"packetsDopped": 0,
"packetsRetransmitted": 39,
"packetsBelated": 19,
"bytes": 1114118900,
"bytesLost": 20222,
"bytesDropped": 0,
"mbitRate": 2.69206
}
}
``` | 1.0 | Improvements to statistical output from `srt-live-transmit` - I'm evaluating SRT for stream contribution, and the early results with using the built-in live transmit tool has been promising once I found out where to put the latency argument. My use case is using the `srt-live-transmit` as a process spawned from a central management system, and for that good monitoring information is important.
However, I have noticed the statistics option for `srt-live-transmit` does not output all monitoring data it has access to, and the format – while good for human readability and debugging – is not very suited for parsing by client programs.
I have added an option for that in a local copy of the repo that prints in a JSON format (except not prettified like the example below), but I want to see what you think about this before cleaning that code up and sending a pull request.
```json
{
"sid": 948948699,
"time": 3310824,
"window": {
"flow": 8192,
"congestion": 8192,
"flight": 0
},
"link": {
"rtt": 253.417,
"bandwidth": 113.28,
"maxBandwidth": 30
},
"send": {
"packets": 0,
"packetsLost": 0,
"packetsDropped": 0,
"packetsRetransmitted": 0,
"bytes": 0,
"bytesDropped": 0,
"mbitRate": 0
},
"recv": {
"packets": 886507,
"packetsLost": 17,
"packetsDopped": 0,
"packetsRetransmitted": 39,
"packetsBelated": 19,
"bytes": 1114118900,
"bytesLost": 20222,
"bytesDropped": 0,
"mbitRate": 2.69206
}
}
``` | priority | improvements to statistical output from srt live transmit i m evaluating srt for stream contribution and the early results with using the built in live transmit tool has been promising once i found out where to put the latency argument my use case is using the srt live transmit as a process spawned from a central management system and for that good monitoring information is important however i have noticed the statistics option for srt live transmit does not output all monitoring data it has access to and the format – while good for human readability and debugging – is not very suited for parsing by client programs i have added an option for that in a local copy of the repo that prints in a json format except not prettified like the example below but i want to see what you think about this before cleaning that code up and sending a pull request json sid time window flow congestion flight link rtt bandwidth maxbandwidth send packets packetslost packetsdropped packetsretransmitted bytes bytesdropped mbitrate recv packets packetslost packetsdopped packetsretransmitted packetsbelated bytes byteslost bytesdropped mbitrate | 1 |
753,907 | 26,367,198,533 | IssuesEvent | 2023-01-11 17:28:56 | azgs/azlibrary_database | https://api.github.com/repos/azgs/azlibrary_database | closed | The TRIGGERS on PROD are MESSED UP | bug high priority | The triggers on prod are messed up. They seem to be referencing a temp table that does not exist on prod. | 1.0 | The TRIGGERS on PROD are MESSED UP - The triggers on prod are messed up. They seem to be referencing a temp table that does not exist on prod. | priority | the triggers on prod are messed up the triggers on prod are messed up they seem to be referencing a temp table that does not exist on prod | 1 |
772,688 | 27,132,161,949 | IssuesEvent | 2023-02-16 10:32:39 | xournalpp/xournalpp | https://api.github.com/repos/xournalpp/xournalpp | closed | Can't export PDF | bug priority::high PDF | (Please complete the following information, and then delete this line)
**Affects versions :**
- OS:Windows
- Which version of libgtk do you use
3.24.31
- Version of Xournal++: [e.g. 1.0.16, specific commit, specific branch]
1.1.1, commit 4f113e94
- Installation method: official release from github
**Describe the bug**
recently the export to pdf function stopped working and writes an error:
Failed to initialize PDF Cario surface
Cario error: error while writing to output stream
**To Reproduce**
Steps to reproduce the behavior:
every time I try to export project to PDF
**Expected behavior**
It creates a PDF file
**Screenshots of Problem**
(Optional) If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other information or context about the problem here.
| 1.0 | Can't export PDF - (Please complete the following information, and then delete this line)
**Affects versions :**
- OS:Windows
- Which version of libgtk do you use
3.24.31
- Version of Xournal++: [e.g. 1.0.16, specific commit, specific branch]
1.1.1, commit 4f113e94
- Installation method: official release from github
**Describe the bug**
recently the export to pdf function stopped working and writes an error:
Failed to initialize PDF Cario surface
Cario error: error while writing to output stream
**To Reproduce**
Steps to reproduce the behavior:
every time I try to export project to PDF
**Expected behavior**
It creates a PDF file
**Screenshots of Problem**
(Optional) If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other information or context about the problem here.
| priority | can t export pdf please complete the following information and then delete this line affects versions os windows which version of libgtk do you use version of xournal commit installation method official release from github describe the bug recently the export to pdf function stopped working and writes an error failed to initialize pdf cario surface cario error error while writing to output stream to reproduce steps to reproduce the behavior every time i try to export project to pdf expected behavior it creates a pdf file screenshots of problem optional if applicable add screenshots to help explain your problem additional context add any other information or context about the problem here | 1 |
542,500 | 15,861,599,357 | IssuesEvent | 2021-04-08 10:31:11 | HYPERNETS/hypernets_processor | https://api.github.com/repos/HYPERNETS/hypernets_processor | closed | Rename image during L0 reading + add image in filename utils | priority: high | - one image per series,add time, theta phi
- add within metadata add list of images
- add image naming in the writer | 1.0 | Rename image during L0 reading + add image in filename utils - - one image per series,add time, theta phi
- add within metadata add list of images
- add image naming in the writer | priority | rename image during reading add image in filename utils one image per series add time theta phi add within metadata add list of images add image naming in the writer | 1 |
476,833 | 13,751,019,351 | IssuesEvent | 2020-10-06 12:50:57 | gnosis/conditional-tokens-explorer | https://api.github.com/repos/gnosis/conditional-tokens-explorer | opened | Omen condition is displayed as a Custom Reporter after its creation | High priority bug | Related to #415, #304
1. Open Prepare Condition page
2. Select Omen condition
3. fill in all the fields
4. Click on the 'Prepare' button and confirm all the transactions
5. Press on the OK button on the successful pop-up
**Actual result:** user is redirected to the conditions details.
However, Omen condition is displayed as a Custom Reporter after its creation

**Expected Result:** omen condition should be displayed as an Omen condition and should display all the condition details.
Something like:
 | 1.0 | Omen condition is displayed as a Custom Reporter after its creation - Related to #415, #304
1. Open Prepare Condition page
2. Select Omen condition
3. fill in all the fields
4. Click on the 'Prepare' button and confirm all the transactions
5. Press on the OK button on the successful pop-up
**Actual result:** user is redirected to the conditions details.
However, Omen condition is displayed as a Custom Reporter after its creation

**Expected Result:** omen condition should be displayed as an Omen condition and should display all the condition details.
Something like:
 | priority | omen condition is displayed as a custom reporter after its creation related to open prepare condition page select omen condition fill in all the fields click on the prepare button and confirm all the transactions press on the ok button on the successful pop up actual result user is redirected to the conditions details however omen condition is displayed as a custom reporter after its creation expected result omen condition should be displayed as an omen condition and should display all the condition details something like | 1 |
770,542 | 27,044,124,475 | IssuesEvent | 2023-02-13 08:29:29 | ThinkR-open/checkhelper | https://api.github.com/repos/ThinkR-open/checkhelper | closed | Fix some details about the DESCRIPTION FILE and check_clean_userspace function | priority: high chore project ok | ## Critères de validation
- [x] Arthur ajouté dans DESCRIPTION

- [x] `check_clean_userspace`
- [x] a un paramètre par défaut

- [x] a un exemple avec une variable

## Comment technique ?
Faire passer tout le contenu de `dev_history.Rmd`
```
# Check package coverage
covr::package_coverage()
# _Check in interactive test-inflate for templates and Addins
pkgload::load_all()
devtools::test()
testthat::test_dir("tests/testthat/")
# Test no output generated in the user files
# Run examples in interactive mode too
devtools::run_examples()
# Check that the state is clean after check
checkhelper::check_clean_userspace(pkg = ".")
# Check package as CRAN
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"))
# devtools::check(args = c("--no-manual", "--as-cran"))
# Check content
# remotes::install_github("ThinkR-open/checkhelper")
checkhelper::find_missing_tags() # Toutes les fonctions doivent avoir soit `@noRd` soit un `@export`
checkhelper::check_clean_userspace(pkg = ".")
checkhelper::check_as_cran()
# Check spelling
# usethis::use_spell_check()
spelling::spell_check_package()
# Check URL are correct
# remotes::install_github("r-lib/urlchecker")
urlchecker::url_check()
urlchecker::url_update()
# Upgrade version number
usethis::use_version(which = c("patch", "minor", "major", "dev")[2])
# check on other distributions
# _rhub
# devtools::check_rhub()
rhub::platforms()
rhub::check_on_windows(check_args = "--force-multiarch", show_status = FALSE)
rhub::check_on_solaris(show_status = FALSE)
rhub::check(platform = "debian-clang-devel", show_status = FALSE)
rhub::check(platform = "debian-gcc-devel", show_status = FALSE)
rhub::check(platform = "fedora-clang-devel", show_status = FALSE)
rhub::check(platform = "macos-highsierra-release-cran", show_status = FALSE)
rhub::check_for_cran(show_status = FALSE)
# _win devel
devtools::check_win_devel()
devtools::check_win_release()
# remotes::install_github("r-lib/devtools")
devtools::check_mac_release() # Need to follow the URL proposed to see the results
# Update NEWS
# Bump version manually and add list of changes
# Add comments for CRAN
# Need to .gitignore this file
usethis::use_cran_comments(open = rlang::is_interactive())
# Upgrade version number if necessary
usethis::use_version(which = c("patch", "minor", "major", "dev")[1])
# Verify you're ready for release, and release
devtools::release()
```
| 1.0 | Fix some details about the DESCRIPTION FILE and check_clean_userspace function - ## Critères de validation
- [x] Arthur ajouté dans DESCRIPTION

- [x] `check_clean_userspace`
- [x] a un paramètre par défaut

- [x] a un exemple avec une variable

## Comment technique ?
Faire passer tout le contenu de `dev_history.Rmd`
```
# Check package coverage
covr::package_coverage()
# _Check in interactive test-inflate for templates and Addins
pkgload::load_all()
devtools::test()
testthat::test_dir("tests/testthat/")
# Test no output generated in the user files
# Run examples in interactive mode too
devtools::run_examples()
# Check that the state is clean after check
checkhelper::check_clean_userspace(pkg = ".")
# Check package as CRAN
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"))
# devtools::check(args = c("--no-manual", "--as-cran"))
# Check content
# remotes::install_github("ThinkR-open/checkhelper")
checkhelper::find_missing_tags() # Toutes les fonctions doivent avoir soit `@noRd` soit un `@export`
checkhelper::check_clean_userspace(pkg = ".")
checkhelper::check_as_cran()
# Check spelling
# usethis::use_spell_check()
spelling::spell_check_package()
# Check URL are correct
# remotes::install_github("r-lib/urlchecker")
urlchecker::url_check()
urlchecker::url_update()
# Upgrade version number
usethis::use_version(which = c("patch", "minor", "major", "dev")[2])
# check on other distributions
# _rhub
# devtools::check_rhub()
rhub::platforms()
rhub::check_on_windows(check_args = "--force-multiarch", show_status = FALSE)
rhub::check_on_solaris(show_status = FALSE)
rhub::check(platform = "debian-clang-devel", show_status = FALSE)
rhub::check(platform = "debian-gcc-devel", show_status = FALSE)
rhub::check(platform = "fedora-clang-devel", show_status = FALSE)
rhub::check(platform = "macos-highsierra-release-cran", show_status = FALSE)
rhub::check_for_cran(show_status = FALSE)
# _win devel
devtools::check_win_devel()
devtools::check_win_release()
# remotes::install_github("r-lib/devtools")
devtools::check_mac_release() # Need to follow the URL proposed to see the results
# Update NEWS
# Bump version manually and add list of changes
# Add comments for CRAN
# Need to .gitignore this file
usethis::use_cran_comments(open = rlang::is_interactive())
# Upgrade version number if necessary
usethis::use_version(which = c("patch", "minor", "major", "dev")[1])
# Verify you're ready for release, and release
devtools::release()
```
| priority | fix some details about the description file and check clean userspace function critères de validation arthur ajouté dans description check clean userspace a un paramètre par défaut a un exemple avec une variable comment technique faire passer tout le contenu de dev history rmd check package coverage covr package coverage check in interactive test inflate for templates and addins pkgload load all devtools test testthat test dir tests testthat test no output generated in the user files run examples in interactive mode too devtools run examples check that the state is clean after check checkhelper check clean userspace pkg check package as cran rcmdcheck rcmdcheck args c no manual as cran devtools check args c no manual as cran check content remotes install github thinkr open checkhelper checkhelper find missing tags toutes les fonctions doivent avoir soit nord soit un export checkhelper check clean userspace pkg checkhelper check as cran check spelling usethis use spell check spelling spell check package check url are correct remotes install github r lib urlchecker urlchecker url check urlchecker url update upgrade version number usethis use version which c patch minor major dev check on other distributions rhub devtools check rhub rhub platforms rhub check on windows check args force multiarch show status false rhub check on solaris show status false rhub check platform debian clang devel show status false rhub check platform debian gcc devel show status false rhub check platform fedora clang devel show status false rhub check platform macos highsierra release cran show status false rhub check for cran show status false win devel devtools check win devel devtools check win release remotes install github r lib devtools devtools check mac release need to follow the url proposed to see the results update news bump version manually and add list of changes add comments for cran need to gitignore this file usethis use cran comments open rlang is interactive upgrade version number if necessary usethis use version which c patch minor major dev verify you re ready for release and release devtools release | 1 |
800,614 | 28,372,659,118 | IssuesEvent | 2023-04-12 18:12:53 | aseprite/aseprite | https://api.github.com/repos/aseprite/aseprite | closed | Regression {slice} format on CLI doesn't work | bug high priority cli time-1 | Reported: https://community.aseprite.org/t/saving-slices-via-cli/17692
`aseprite -b sheet.aseprite --save-as {slice}.png`
It does not save any files (regression source on commit: 4dc579c386f1d1e034293d77408cc2356b21b53d) | 1.0 | Regression {slice} format on CLI doesn't work - Reported: https://community.aseprite.org/t/saving-slices-via-cli/17692
`aseprite -b sheet.aseprite --save-as {slice}.png`
It does not save any files (regression source on commit: 4dc579c386f1d1e034293d77408cc2356b21b53d) | priority | regression slice format on cli doesn t work reported aseprite b sheet aseprite save as slice png it does not save any files regression source on commit | 1 |
21,280 | 2,637,420,941 | IssuesEvent | 2015-03-10 13:12:46 | jazkarta/edx-platform | https://api.github.com/repos/jazkarta/edx-platform | closed | DRY in tests? | High Priority | I'm not exactly sure [what Ned's asking for here](https://github.com/edx/edx-platform/pull/6636/#discussion-diff-25607702):
> This function (and iter_blocks below) are also in test_views.py
@cguardia or @cewing can you take a look? | 1.0 | DRY in tests? - I'm not exactly sure [what Ned's asking for here](https://github.com/edx/edx-platform/pull/6636/#discussion-diff-25607702):
> This function (and iter_blocks below) are also in test_views.py
@cguardia or @cewing can you take a look? | priority | dry in tests i m not exactly sure this function and iter blocks below are also in test views py cguardia or cewing can you take a look | 1 |
179,578 | 6,626,490,992 | IssuesEvent | 2017-09-22 19:47:49 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | closed | [studio] Use patched CherryPickCommand for publishing for all use cases | enhancement Priority: High | Patched CherryPickCommand is used only for use case defined in https://github.com/craftercms/craftercms/issues/1025 | 1.0 | [studio] Use patched CherryPickCommand for publishing for all use cases - Patched CherryPickCommand is used only for use case defined in https://github.com/craftercms/craftercms/issues/1025 | priority | use patched cherrypickcommand for publishing for all use cases patched cherrypickcommand is used only for use case defined in | 1 |
744,764 | 25,954,766,425 | IssuesEvent | 2022-12-18 03:47:46 | p2hacks2022/post-team05 | https://api.github.com/repos/p2hacks2022/post-team05 | closed | Webラストチャレンジ | Priority: High Web | # 概要
<!-- ここに機能の概要を書いてね -->
最後の足掻き
# 関連するissue
<!-- 関連するissueがあればここに書いてね -->
<!-- ex. #{issue番号} -->
# 参考
<!-- 参考資料などはここに書いてね -->
# チェックリスト
- [ ] 優先度tagを設定しましたか?
- [ ] ラベルを設定しましたか?
| 1.0 | Webラストチャレンジ - # 概要
<!-- ここに機能の概要を書いてね -->
最後の足掻き
# 関連するissue
<!-- 関連するissueがあればここに書いてね -->
<!-- ex. #{issue番号} -->
# 参考
<!-- 参考資料などはここに書いてね -->
# チェックリスト
- [ ] 優先度tagを設定しましたか?
- [ ] ラベルを設定しましたか?
| priority | webラストチャレンジ 概要 最後の足掻き 関連するissue 参考 チェックリスト 優先度tagを設定しましたか? ラベルを設定しましたか? | 1 |
239,736 | 7,799,981,076 | IssuesEvent | 2018-06-09 03:00:31 | tine20/Tine-2.0-Open-Source-Groupware-and-CRM | https://api.github.com/repos/tine20/Tine-2.0-Open-Source-Groupware-and-CRM | closed | 0006384:
Can't update - Fix error in setup | Bug Mantis Tinebase high priority | **Reported by kaystrobach on 3 May 2012 14:32**
**Version:** Milan (2012-03-2)
I can't update from Maischa -> Milan :( -> replaying backup ... grr again ;)
**Steps to reproduce:** php setup.php --update
the first rounds work well, but it fails from the 5.0 version point :(
**Additional information:** 346be -- none -- - 2012-05-03T14:29:22+00:00 INFO (6): Tinebase_Core::setupLogger::481 Logger initialized
346be -- none -- - 2012-05-03T14:29:22+00:00 INFO (6): Tinebase_Core::setupCache::559 cache disabled
346be -- none -- - 2012-05-03T14:29:22+00:00 INFO (6): Tinebase_Core::setSessionBackend::761 Session of backend type 'File' configured.
346be -- none -- - 2012-05-03T14:29:22+00:00 DEBUG (7): Tinebase_Core::setupUserLocale::908 given localeString 'auto'
346be -- none -- - 2012-05-03T14:29:22+00:00 DEBUG (7): Tinebase_Translation::getLocale::195 given localeString 'auto'
346be -- none -- - 2012-05-03T14:29:22+00:00 DEBUG (7): Tinebase_Translation::getLocale::207 'en_US' is not supported, checking fallback
346be -- none -- - 2012-05-03T14:29:22+00:00 DEBUG (7): Tinebase_Translation::getLocale::230 selected locale: 'en'
346be -- none -- - 2012-05-03T14:29:22+00:00 INFO (6): Tinebase_Core::setupUserLocale::947 Setting user locale: en
346be -- none -- - 2012-05-03T14:29:22+00:00 DEBUG (7): Tinebase_Core::setupUserLocale::959 Setting CTYPE locale from "en_US" to "en_US.UTF8".
346be -- none -- - 2012-05-03T14:29:22+00:00 DEBUG (7): Setup_Server_Cli::handle::84 Is cli request. method: EMPTY
346be -- none -- - 2012-05-03T14:29:22+00:00 DEBUG (7): Tinebase_Record_RecordSet::_getMatchingRecords::545 filtering field 'name' of 'Tinebase_Model_Application' without indices, expecting slow results
346be -- none -- - 2012-05-03T14:29:22+00:00 INFO (6): Setup_Controller::updateApplication::398 Executing updates for Tasks (starting at 5.0)
346be -- none -- - 2012-05-03T14:29:22+00:00 INFO (6): Setup_Controller::updateApplication::422 Updating Tasks - update_0
346be -- none -- - 2012-05-03T14:29:22+00:00 ERR (3): Setup_Controller::updateApplication::432 SQLSTATE[HY000]: General error: 1025 Error on rename of './db1049038@002dtine20/tine20_tasks' to './db1049038@002dtine20/#sql2-cd0-52440' (errno: 152)
346be -- none -- - 2012-05-03T14:29:22+00:00 ERR (3): Setup_Controller::updateApplication::433 #0 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/library/Zend/Db/Statement.php(284): Zend_Db_Statement_Pdo->_execute(Array)
#1 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/library/Zend/Db/Adapter/Abstract.php(468): Zend_Db_Statement->execute(Array)
#2 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/library/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query('ALTER TABLE `ti...', Array)
#3 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/Setup/Backend/Abstract.php(207): Zend_Db_Adapter_Pdo_Abstract->query('ALTER TABLE `ti...', Array)
#4 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/Setup/Backend/Abstract.php(370): Setup_Backend_Abstract->execQueryVoid('ALTER TABLE `ti...')
#5 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/Tasks/Setup/Update/Release5.php(22): Setup_Backend_Abstract->dropForeignKey('tasks', 'tasks::status_i...')
#6 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/Setup/Controller.php(426): Tasks_Setup_Update_Release5->update_0()
#7 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/Setup/Controller.php(325): Setup_Controller->updateApplication(Object(Tinebase_Model_Application), '5')
#8 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/Setup/Frontend/Cli.php(215): Setup_Controller->updateApplications(Object(Tinebase_Record_RecordSet))
#9 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/Setup/Frontend/Cli.php(54): Setup_Frontend_Cli->_update(Object(Zend_Console_Getopt))
#10 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/Setup/Server/Cli.php(88): Setup_Frontend_Cli->handle(Object(Zend_Console_Getopt))
#11 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/Setup/Core.php(103): Setup_Server_Cli->handle()
#12 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/setup.php(53): Setup_Core::dispatchRequest()
#13 {main}
| 1.0 | 0006384:
Can't update - Fix error in setup - **Reported by kaystrobach on 3 May 2012 14:32**
**Version:** Milan (2012-03-2)
I can't update from Maischa -> Milan :( -> replaying backup ... grr again ;)
**Steps to reproduce:** php setup.php --update
the first rounds work well, but it fails from the 5.0 version point :(
**Additional information:** 346be -- none -- - 2012-05-03T14:29:22+00:00 INFO (6): Tinebase_Core::setupLogger::481 Logger initialized
346be -- none -- - 2012-05-03T14:29:22+00:00 INFO (6): Tinebase_Core::setupCache::559 cache disabled
346be -- none -- - 2012-05-03T14:29:22+00:00 INFO (6): Tinebase_Core::setSessionBackend::761 Session of backend type 'File' configured.
346be -- none -- - 2012-05-03T14:29:22+00:00 DEBUG (7): Tinebase_Core::setupUserLocale::908 given localeString 'auto'
346be -- none -- - 2012-05-03T14:29:22+00:00 DEBUG (7): Tinebase_Translation::getLocale::195 given localeString 'auto'
346be -- none -- - 2012-05-03T14:29:22+00:00 DEBUG (7): Tinebase_Translation::getLocale::207 'en_US' is not supported, checking fallback
346be -- none -- - 2012-05-03T14:29:22+00:00 DEBUG (7): Tinebase_Translation::getLocale::230 selected locale: 'en'
346be -- none -- - 2012-05-03T14:29:22+00:00 INFO (6): Tinebase_Core::setupUserLocale::947 Setting user locale: en
346be -- none -- - 2012-05-03T14:29:22+00:00 DEBUG (7): Tinebase_Core::setupUserLocale::959 Setting CTYPE locale from "en_US" to "en_US.UTF8".
346be -- none -- - 2012-05-03T14:29:22+00:00 DEBUG (7): Setup_Server_Cli::handle::84 Is cli request. method: EMPTY
346be -- none -- - 2012-05-03T14:29:22+00:00 DEBUG (7): Tinebase_Record_RecordSet::_getMatchingRecords::545 filtering field 'name' of 'Tinebase_Model_Application' without indices, expecting slow results
346be -- none -- - 2012-05-03T14:29:22+00:00 INFO (6): Setup_Controller::updateApplication::398 Executing updates for Tasks (starting at 5.0)
346be -- none -- - 2012-05-03T14:29:22+00:00 INFO (6): Setup_Controller::updateApplication::422 Updating Tasks - update_0
346be -- none -- - 2012-05-03T14:29:22+00:00 ERR (3): Setup_Controller::updateApplication::432 SQLSTATE[HY000]: General error: 1025 Error on rename of './db1049038@002dtine20/tine20_tasks' to './db1049038@002dtine20/#sql2-cd0-52440' (errno: 152)
346be -- none -- - 2012-05-03T14:29:22+00:00 ERR (3): Setup_Controller::updateApplication::433 #0 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/library/Zend/Db/Statement.php(284): Zend_Db_Statement_Pdo->_execute(Array)
#1 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/library/Zend/Db/Adapter/Abstract.php(468): Zend_Db_Statement->execute(Array)
#2 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/library/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query('ALTER TABLE `ti...', Array)
#3 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/Setup/Backend/Abstract.php(207): Zend_Db_Adapter_Pdo_Abstract->query('ALTER TABLE `ti...', Array)
#4 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/Setup/Backend/Abstract.php(370): Setup_Backend_Abstract->execQueryVoid('ALTER TABLE `ti...')
#5 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/Tasks/Setup/Update/Release5.php(22): Setup_Backend_Abstract->dropForeignKey('tasks', 'tasks::status_i...')
#6 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/Setup/Controller.php(426): Tasks_Setup_Update_Release5->update_0()
#7 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/Setup/Controller.php(325): Setup_Controller->updateApplication(Object(Tinebase_Model_Application), '5')
#8 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/Setup/Frontend/Cli.php(215): Setup_Controller->updateApplications(Object(Tinebase_Record_RecordSet))
#9 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/Setup/Frontend/Cli.php(54): Setup_Frontend_Cli->_update(Object(Zend_Console_Getopt))
#10 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/Setup/Server/Cli.php(88): Setup_Frontend_Cli->handle(Object(Zend_Console_Getopt))
#11 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/Setup/Core.php(103): Setup_Server_Cli->handle()
#12 /is/htdocs/wp1049038_AA3JTHW1F3/http/de.drk-dresden./intern-apps/tine20/setup.php(53): Setup_Core::dispatchRequest()
#13 {main}
| priority | can t update fix error in setup reported by kaystrobach on may version milan i can t update from maischa gt milan gt replaying backup grr again steps to reproduce php setup php update the first rounds work well but it fails from the version point additional information none info tinebase core setuplogger logger initialized none info tinebase core setupcache cache disabled none info tinebase core setsessionbackend session of backend type file configured none debug tinebase core setupuserlocale given localestring auto none debug tinebase translation getlocale given localestring auto none debug tinebase translation getlocale en us is not supported checking fallback none debug tinebase translation getlocale selected locale en none info tinebase core setupuserlocale setting user locale en none debug tinebase core setupuserlocale setting ctype locale from quot en us quot to quot en us quot none debug setup server cli handle is cli request method empty none debug tinebase record recordset getmatchingrecords filtering field name of tinebase model application without indices expecting slow results none info setup controller updateapplication executing updates for tasks starting at none info setup controller updateapplication updating tasks update none err setup controller updateapplication sqlstate general error error on rename of tasks to errno none err setup controller updateapplication is htdocs http de drk dresden intern apps library zend db statement php zend db statement pdo gt execute array is htdocs http de drk dresden intern apps library zend db adapter abstract php zend db statement gt execute array is htdocs http de drk dresden intern apps library zend db adapter pdo abstract php zend db adapter abstract gt query alter table ti array is htdocs http de drk dresden intern apps setup backend abstract php zend db adapter pdo abstract gt query alter table ti array is htdocs http de drk dresden intern apps setup backend abstract php setup backend abstract gt execqueryvoid alter table ti is htdocs http de drk dresden intern apps tasks setup update php setup backend abstract gt dropforeignkey tasks tasks status i is htdocs http de drk dresden intern apps setup controller php tasks setup update gt update is htdocs http de drk dresden intern apps setup controller php setup controller gt updateapplication object tinebase model application is htdocs http de drk dresden intern apps setup frontend cli php setup controller gt updateapplications object tinebase record recordset is htdocs http de drk dresden intern apps setup frontend cli php setup frontend cli gt update object zend console getopt is htdocs http de drk dresden intern apps setup server cli php setup frontend cli gt handle object zend console getopt is htdocs http de drk dresden intern apps setup core php setup server cli gt handle is htdocs http de drk dresden intern apps setup php setup core dispatchrequest main | 1 |
351,132 | 10,513,000,756 | IssuesEvent | 2019-09-27 19:23:00 | OpenLiberty/ci.maven | https://api.github.com/repos/OpenLiberty/ci.maven | closed | liberty:package cannot build tar.gz | high priority vNext | Before `mvn package` can generate .tar.gz file which can be used by the ADD command of Dockerfile (i.e. the archived file can be unzipped to the wlp directory)
```
<plugin>
<groupId>net.wasdev.wlp.maven.plugins</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<configuration>
...
<packageFile>
${project.build.directory}/${app.name}.tar.gz
</packageFile>
</configuration>
</plugin>
```
For io.openliberty.tools liberty-maven-plugin 3.0.2-SNAPSHOT, `mvn liberty:package -Dinclude=usr -DpackageName=serviceName.tar.gz` generates serviceName.tar.gz.zip file and it cannot be used by the ADD command of Dockerfile. (i.e. the archived file cannot be unzipped by the ADD command)
Expectation: serviceName.tar.gz should be generated and it can be used by the ADD command of Dockerfile.
| 1.0 | liberty:package cannot build tar.gz - Before `mvn package` can generate .tar.gz file which can be used by the ADD command of Dockerfile (i.e. the archived file can be unzipped to the wlp directory)
```
<plugin>
<groupId>net.wasdev.wlp.maven.plugins</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<configuration>
...
<packageFile>
${project.build.directory}/${app.name}.tar.gz
</packageFile>
</configuration>
</plugin>
```
For io.openliberty.tools liberty-maven-plugin 3.0.2-SNAPSHOT, `mvn liberty:package -Dinclude=usr -DpackageName=serviceName.tar.gz` generates serviceName.tar.gz.zip file and it cannot be used by the ADD command of Dockerfile. (i.e. the archived file cannot be unzipped by the ADD command)
Expectation: serviceName.tar.gz should be generated and it can be used by the ADD command of Dockerfile.
| priority | liberty package cannot build tar gz before mvn package can generate tar gz file which can be used by the add command of dockerfile i e the archived file can be unzipped to the wlp directory net wasdev wlp maven plugins liberty maven plugin project build directory app name tar gz for io openliberty tools liberty maven plugin snapshot mvn liberty package dinclude usr dpackagename servicename tar gz generates servicename tar gz zip file and it cannot be used by the add command of dockerfile i e the archived file cannot be unzipped by the add command expectation servicename tar gz should be generated and it can be used by the add command of dockerfile | 1 |
229,446 | 7,574,799,494 | IssuesEvent | 2018-04-23 22:18:03 | mapbox/mapboxgl-powerbi | https://api.github.com/repos/mapbox/mapboxgl-powerbi | reopened | Use native PowerBI Visual Tooltips | Milestone 2 Priority: High feature request | # Problem
Tooltips in the current master release are scaled based on the window size of the visualization. This means tooltips are
1. Squished visually based on the size of the viz container on the users screen.
* Popups are not very legible on mobile or small viz containers on web.
2. Data for tooltips does not need to be copied to the geojson source passed to the map as a viz, reducing the size of geojson tiles and improving map viz layer load time performance.
- PowerBI Visual tooltip tutorial: https://github.com/Microsoft/PowerBI-visuals/blob/master/Visual/Tooltips.md
# Deliverable
- Update PowerBI Mapboxgl custom viz to use PowerBI tooltips instead of HTML / CSS elements in the map viz container.
@szilardhuber @endre-jenei @baspeti @petispaespea | 1.0 | Use native PowerBI Visual Tooltips - # Problem
Tooltips in the current master release are scaled based on the window size of the visualization. This means tooltips are
1. Squished visually based on the size of the viz container on the users screen.
* Popups are not very legible on mobile or small viz containers on web.
2. Data for tooltips does not need to be copied to the geojson source passed to the map as a viz, reducing the size of geojson tiles and improving map viz layer load time performance.
- PowerBI Visual tooltip tutorial: https://github.com/Microsoft/PowerBI-visuals/blob/master/Visual/Tooltips.md
# Deliverable
- Update PowerBI Mapboxgl custom viz to use PowerBI tooltips instead of HTML / CSS elements in the map viz container.
@szilardhuber @endre-jenei @baspeti @petispaespea | priority | use native powerbi visual tooltips problem tooltips in the current master release are scaled based on the window size of the visualization this means tooltips are squished visually based on the size of the viz container on the users screen popups are not very legible on mobile or small viz containers on web data for tooltips does not need to be copied to the geojson source passed to the map as a viz reducing the size of geojson tiles and improving map viz layer load time performance powerbi visual tooltip tutorial deliverable update powerbi mapboxgl custom viz to use powerbi tooltips instead of html css elements in the map viz container szilardhuber endre jenei baspeti petispaespea | 1 |
728,424 | 25,078,178,378 | IssuesEvent | 2022-11-07 17:00:59 | BIDMCDigitalPsychiatry/LAMP-platform | https://api.github.com/repos/BIDMCDigitalPsychiatry/LAMP-platform | closed | Survey question description missing | bug 1day frontend priority HIGH | **Describe the bug**
For all the questions in mindLAMP survey activities, the 'question description' is not appearing in the surveys, despite being written in the survey's activity creation page. Creating a new survey file does not appear to resolve the issue. Users started experiencing this issue after the update on 10/19.
**Screenshots**


| 1.0 | Survey question description missing - **Describe the bug**
For all the questions in mindLAMP survey activities, the 'question description' is not appearing in the surveys, despite being written in the survey's activity creation page. Creating a new survey file does not appear to resolve the issue. Users started experiencing this issue after the update on 10/19.
**Screenshots**


| priority | survey question description missing describe the bug for all the questions in mindlamp survey activities the question description is not appearing in the surveys despite being written in the survey s activity creation page creating a new survey file does not appear to resolve the issue users started experiencing this issue after the update on screenshots | 1 |
638,095 | 20,712,563,228 | IssuesEvent | 2022-03-12 05:25:24 | AY2122S2-CS2103-F11-3/tp | https://api.github.com/repos/AY2122S2-CS2103-F11-3/tp | closed | As a new user I can add the contact details of a customer | type.Story priority.High | ... so that I can easily contact them for their appointment or for a follow up | 1.0 | As a new user I can add the contact details of a customer - ... so that I can easily contact them for their appointment or for a follow up | priority | as a new user i can add the contact details of a customer so that i can easily contact them for their appointment or for a follow up | 1 |
599,698 | 18,280,904,004 | IssuesEvent | 2021-10-05 03:07:18 | AY2122S1-CS2103T-W10-4/tp | https://api.github.com/repos/AY2122S1-CS2103T-W10-4/tp | closed | Add read instructions page | type.Story priority.High | As a new user, I can read app instructions so that I can learn how to use the app faster.
| 1.0 | Add read instructions page - As a new user, I can read app instructions so that I can learn how to use the app faster.
| priority | add read instructions page as a new user i can read app instructions so that i can learn how to use the app faster | 1 |
457,221 | 13,153,268,419 | IssuesEvent | 2020-08-10 02:38:39 | MyDataTaiwan/mylog14 | https://api.github.com/repos/MyDataTaiwan/mylog14 | closed | [UI Update] After taking picture, highlight the confirmation button or increase font size | fix commited fix verified priority-high | **Update Purpose**
After taking an image, user need to press confirm to save the image. The button is not very clear and the font size is too small.

**UI Suggestion**
Suggestion 1. move the confirmation bar to the top side of image.
Suggestion 2. Enlarge the font size of the confirmation bar
Suggestion 3. Setting a default action as confirm the image.
**More Description (if any)**
| 1.0 | [UI Update] After taking picture, highlight the confirmation button or increase font size - **Update Purpose**
After taking an image, user need to press confirm to save the image. The button is not very clear and the font size is too small.

**UI Suggestion**
Suggestion 1. move the confirmation bar to the top side of image.
Suggestion 2. Enlarge the font size of the confirmation bar
Suggestion 3. Setting a default action as confirm the image.
**More Description (if any)**
| priority | after taking picture highlight the confirmation button or increase font size update purpose after taking an image user need to press confirm to save the image the button is not very clear and the font size is too small ui suggestion suggestion move the confirmation bar to the top side of image suggestion enlarge the font size of the confirmation bar suggestion setting a default action as confirm the image more description if any | 1 |
452,734 | 13,058,566,580 | IssuesEvent | 2020-07-30 09:13:34 | a2000-erp-team/WEBERP | https://api.github.com/repos/a2000-erp-team/WEBERP | opened | Repeated SrNo in GJ | ABIGAIL High Priority | FINANCE-GENERALLEDGER-GJ
To replicate this string of repeated SrNo 1, just click on SrNo 1 and then choose another accounts code and save. The system will take it as an additional insertion instead of editing.

| 1.0 | Repeated SrNo in GJ - FINANCE-GENERALLEDGER-GJ
To replicate this string of repeated SrNo 1, just click on SrNo 1 and then choose another accounts code and save. The system will take it as an additional insertion instead of editing.

| priority | repeated srno in gj finance generalledger gj to replicate this string of repeated srno just click on srno and then choose another accounts code and save the system will take it as an additional insertion instead of editing | 1 |
775,948 | 27,241,818,315 | IssuesEvent | 2023-02-21 21:11:30 | PoisotLab/SpeciesDistributionToolkit.jl | https://api.github.com/repos/PoisotLab/SpeciesDistributionToolkit.jl | closed | Avoid using stride when clipping | bug priority:high component:SimpleSDMLayers | `clip` currently uses the stride, which might return approximation errors as in #144.
@tpoisot had an idea to avoid using stride completely. Possibly using indices instead of coordinates? | 1.0 | Avoid using stride when clipping - `clip` currently uses the stride, which might return approximation errors as in #144.
@tpoisot had an idea to avoid using stride completely. Possibly using indices instead of coordinates? | priority | avoid using stride when clipping clip currently uses the stride which might return approximation errors as in tpoisot had an idea to avoid using stride completely possibly using indices instead of coordinates | 1 |
733,149 | 25,289,706,380 | IssuesEvent | 2022-11-16 22:41:37 | Artem-Pr/IDB_Front_2.0 | https://api.github.com/repos/Artem-Pr/IDB_Front_2.0 | closed | При смене страницы теги сохраняются, но не отображаются | bug High priority | Если выбрать теги поиска на главной странице, а потом перейти на другую страницу, то после возврата, теги на главной странице отображаться не будут, но при этом поиск будет с учетом тегов | 1.0 | При смене страницы теги сохраняются, но не отображаются - Если выбрать теги поиска на главной странице, а потом перейти на другую страницу, то после возврата, теги на главной странице отображаться не будут, но при этом поиск будет с учетом тегов | priority | при смене страницы теги сохраняются но не отображаются если выбрать теги поиска на главной странице а потом перейти на другую страницу то после возврата теги на главной странице отображаться не будут но при этом поиск будет с учетом тегов | 1 |
385,985 | 11,429,521,859 | IssuesEvent | 2020-02-04 08:09:58 | teleporthq/teleport-code-generators | https://api.github.com/repos/teleporthq/teleport-code-generators | closed | Retain the files that are already existing in a folder while packing project | high priority | If we have any files in the sub fodler, at that time of project generation we are overwriting. This is making us to loose the existing files that are present in the folder. | 1.0 | Retain the files that are already existing in a folder while packing project - If we have any files in the sub fodler, at that time of project generation we are overwriting. This is making us to loose the existing files that are present in the folder. | priority | retain the files that are already existing in a folder while packing project if we have any files in the sub fodler at that time of project generation we are overwriting this is making us to loose the existing files that are present in the folder | 1 |
593,788 | 18,016,782,606 | IssuesEvent | 2021-09-16 14:41:49 | larray-project/larray | https://api.github.com/repos/larray-project/larray | opened | .plot(x='label') is broken | bug difficulty: low priority: high plotting | One of my cleanup or perf commits broke all .plot(arg='label'), because I changed the signature of _translate_axis_key and did not update the .plot method accordingly because it did use that when I created those commits and there is no automated test for them. #949 would have been useful in this case 😉.
```python
x = axes._translate_axis_key(x)
AttributeError: 'tuple' object has no attribute 'axis'
``` | 1.0 | .plot(x='label') is broken - One of my cleanup or perf commits broke all .plot(arg='label'), because I changed the signature of _translate_axis_key and did not update the .plot method accordingly because it did use that when I created those commits and there is no automated test for them. #949 would have been useful in this case 😉.
```python
x = axes._translate_axis_key(x)
AttributeError: 'tuple' object has no attribute 'axis'
``` | priority | plot x label is broken one of my cleanup or perf commits broke all plot arg label because i changed the signature of translate axis key and did not update the plot method accordingly because it did use that when i created those commits and there is no automated test for them would have been useful in this case 😉 python x axes translate axis key x attributeerror tuple object has no attribute axis | 1 |
159,847 | 6,062,684,467 | IssuesEvent | 2017-06-14 10:00:56 | roschaefer/story.board | https://api.github.com/repos/roschaefer/story.board | opened | BUG Can't scroll through sensor-list | bug Priority: high | I can't scroll through sensor list in edit tc-modal insert sensor-value. (modal is scrolling, not dropdown list). | 1.0 | BUG Can't scroll through sensor-list - I can't scroll through sensor list in edit tc-modal insert sensor-value. (modal is scrolling, not dropdown list). | priority | bug can t scroll through sensor list i can t scroll through sensor list in edit tc modal insert sensor value modal is scrolling not dropdown list | 1 |
808,294 | 30,054,619,108 | IssuesEvent | 2023-06-28 05:26:26 | OpenSenseAction/OPENSENSE_sandbox | https://api.github.com/repos/OpenSenseAction/OPENSENSE_sandbox | closed | Add concise but complete uses case for CML data processing with OpenMRG data | enhancement high priority user experience | The most prominent item in the sandbox should be a simple showcase for how to do the complete CML processing chain from raw data to interpolated rainfall maps. This can be done with the current code and data in the sandbox. The current notebooks are, however, not complete and/or too detailed. It also takes too much time to download the full OpenMRG dataset which makes the user experience worse.
I suggest to:
- [ ] extract a small subset of the OpenMRG dataset and save it (if file size is small enough) directly in the sandbox
- [ ] reduce one of the existing notebooks and do a very simple CML processing with rainfall maps as end result
- [ ] update the index notebook and put a link to the new use case on the top as the most prominent item
I think this can be done in one PR. If things get complicated along the way we can create new issues, e.g. form the three listed items above, and solve them separately. | 1.0 | Add concise but complete uses case for CML data processing with OpenMRG data - The most prominent item in the sandbox should be a simple showcase for how to do the complete CML processing chain from raw data to interpolated rainfall maps. This can be done with the current code and data in the sandbox. The current notebooks are, however, not complete and/or too detailed. It also takes too much time to download the full OpenMRG dataset which makes the user experience worse.
I suggest to:
- [ ] extract a small subset of the OpenMRG dataset and save it (if file size is small enough) directly in the sandbox
- [ ] reduce one of the existing notebooks and do a very simple CML processing with rainfall maps as end result
- [ ] update the index notebook and put a link to the new use case on the top as the most prominent item
I think this can be done in one PR. If things get complicated along the way we can create new issues, e.g. form the three listed items above, and solve them separately. | priority | add concise but complete uses case for cml data processing with openmrg data the most prominent item in the sandbox should be a simple showcase for how to do the complete cml processing chain from raw data to interpolated rainfall maps this can be done with the current code and data in the sandbox the current notebooks are however not complete and or too detailed it also takes too much time to download the full openmrg dataset which makes the user experience worse i suggest to extract a small subset of the openmrg dataset and save it if file size is small enough directly in the sandbox reduce one of the existing notebooks and do a very simple cml processing with rainfall maps as end result update the index notebook and put a link to the new use case on the top as the most prominent item i think this can be done in one pr if things get complicated along the way we can create new issues e g form the three listed items above and solve them separately | 1 |
487,669 | 14,050,285,498 | IssuesEvent | 2020-11-02 11:31:05 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | closed | No completion provided | Area/LanguageServer Points/0.5 Priority/High Team/Tooling Type/Bug | **Description:**
Consider the following source snippet, and the completions are not working,
```
public function main() {
function (string, string) returns string concat = function (string x, string y) r<cursor>
}
```
**Affected Versions:**
slp4 at least
| 1.0 | No completion provided - **Description:**
Consider the following source snippet, and the completions are not working,
```
public function main() {
function (string, string) returns string concat = function (string x, string y) r<cursor>
}
```
**Affected Versions:**
slp4 at least
| priority | no completion provided description consider the following source snippet and the completions are not working public function main function string string returns string concat function string x string y r affected versions at least | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.