Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3
values | title stringlengths 1 957 | labels stringlengths 4 795 | body stringlengths 1 259k | index stringclasses 12
values | text_combine stringlengths 96 259k | label stringclasses 2
values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
724,591 | 24,935,959,048 | IssuesEvent | 2022-10-31 15:09:34 | AY2223S1-CS2103T-T08-1/tp | https://api.github.com/repos/AY2223S1-CS2103T-T08-1/tp | closed | [PE-D][Tester E] Additional <br> Tag in UG | type.Bug priority.Medium severity.VeryLow | 
There is an issue with your documentation markup that caused it to show a `<br>` tag.
<!--session: 1666944167161-aae6045d-8713-4fb0-b41c-aa8f49577045-->
<!--Version: Web v3.4.4-->
-------------
Labels: `severity.VeryLow` `type.DocumentationBug`
original: marcuslowhuiyu/ped#13 | 1.0 | [PE-D][Tester E] Additional <br> Tag in UG - 
There is an issue with your documentation markup that caused it to show a `<br>` tag.
<!--session: 1666944167161-aae6045d-8713-4fb0-b41c-aa8f49577045-->
<!--Version: Web v3.4.4-->
-------------
Labels: `severity.VeryLow` `type.DocumentationBug`
original: marcuslowhuiyu/ped#13 | priority | additional tag in ug there is an issue with your documentation markup that caused it to show a tag labels severity verylow type documentationbug original marcuslowhuiyu ped | 1 |
602,397 | 18,468,277,106 | IssuesEvent | 2021-10-17 09:24:56 | ZigRazor/CXXGraph | https://api.github.com/repos/ZigRazor/CXXGraph | closed | Add Borůvka's algorithm | enhancement good first issue development core Priority:Medium hacktoberfest | ## Borůvka's algorithm.
Determines the minimum spanning tree (MST) of a graph using the Borůvka's algorithm.
Borůvka's algorithm is a greedy algorithm for finding a minimum spanning tree in a
connected graph, or a minimum spanning forest if a graph that is not connected.
The time complexity of this algorithm is O(ELogV), where E represents the number
of edges, while V represents the number of nodes.
O(number_of_edges Log number_of_nodes)
The space complexity of this algorithm is O(V + E), since we have to keep a couple
of lists whose sizes are equal to the number of nodes, as well as keep all the
edges of a graph inside of the data structure itself.
Borůvka's algorithm gives us pretty much the same result as other MST Algorithms -
they all find the minimum spanning tree, and the time complexity is approximately
the same.
One advantage that Borůvka's algorithm has compared to the alternatives is that it
doesn't need to presort the edges or maintain a priority queue in order to find the
minimum spanning tree.
Even though that doesn't help its complexity, since it still passes the edges logE
times, it is a bit simpler to code.
Details: [Wikipedia](https://en.wikipedia.org/wiki/Bor%C5%AFvka%27s_algorithm) | 1.0 | Add Borůvka's algorithm - ## Borůvka's algorithm.
Determines the minimum spanning tree (MST) of a graph using the Borůvka's algorithm.
Borůvka's algorithm is a greedy algorithm for finding a minimum spanning tree in a
connected graph, or a minimum spanning forest if a graph that is not connected.
The time complexity of this algorithm is O(ELogV), where E represents the number
of edges, while V represents the number of nodes.
O(number_of_edges Log number_of_nodes)
The space complexity of this algorithm is O(V + E), since we have to keep a couple
of lists whose sizes are equal to the number of nodes, as well as keep all the
edges of a graph inside of the data structure itself.
Borůvka's algorithm gives us pretty much the same result as other MST Algorithms -
they all find the minimum spanning tree, and the time complexity is approximately
the same.
One advantage that Borůvka's algorithm has compared to the alternatives is that it
doesn't need to presort the edges or maintain a priority queue in order to find the
minimum spanning tree.
Even though that doesn't help its complexity, since it still passes the edges logE
times, it is a bit simpler to code.
Details: [Wikipedia](https://en.wikipedia.org/wiki/Bor%C5%AFvka%27s_algorithm) | priority | add borůvka s algorithm borůvka s algorithm determines the minimum spanning tree mst of a graph using the borůvka s algorithm borůvka s algorithm is a greedy algorithm for finding a minimum spanning tree in a connected graph or a minimum spanning forest if a graph that is not connected the time complexity of this algorithm is o elogv where e represents the number of edges while v represents the number of nodes o number of edges log number of nodes the space complexity of this algorithm is o v e since we have to keep a couple of lists whose sizes are equal to the number of nodes as well as keep all the edges of a graph inside of the data structure itself borůvka s algorithm gives us pretty much the same result as other mst algorithms they all find the minimum spanning tree and the time complexity is approximately the same one advantage that borůvka s algorithm has compared to the alternatives is that it doesn t need to presort the edges or maintain a priority queue in order to find the minimum spanning tree even though that doesn t help its complexity since it still passes the edges loge times it is a bit simpler to code details | 1 |
339,846 | 10,263,095,302 | IssuesEvent | 2019-08-22 13:43:17 | AGROFIMS/hagrofims | https://api.github.com/repos/AGROFIMS/hagrofims | reopened | Add the title ''Soil group'' in Site module | excel file medium priority site information | - [x] Add the title ''Soil group'' in Site module 
- [ ] Add a line '' Soil group'' in the Excel File (currently, the name of the soil group is not reported in the Excel file)

| 1.0 | Add the title ''Soil group'' in Site module - - [x] Add the title ''Soil group'' in Site module 
- [ ] Add a line '' Soil group'' in the Excel File (currently, the name of the soil group is not reported in the Excel file)

| priority | add the title soil group in site module add the title soil group in site module add a line soil group in the excel file currently the name of the soil group is not reported in the excel file | 1 |
236,930 | 7,753,688,478 | IssuesEvent | 2018-05-31 02:10:45 | zavan/monetus-fia-bot | https://api.github.com/repos/zavan/monetus-fia-bot | opened | Remove asset from composition database if it's not in the Monetus response anymore | bug medium priority | I'm not sure how the Monetus API really deals with removed assets (supposedly it's via the deleted_at attribute, if that's it, great, no changes needed), so it's better to check for assets that are on the database but not on the Monetus API response and remove them when updating the composition. | 1.0 | Remove asset from composition database if it's not in the Monetus response anymore - I'm not sure how the Monetus API really deals with removed assets (supposedly it's via the deleted_at attribute, if that's it, great, no changes needed), so it's better to check for assets that are on the database but not on the Monetus API response and remove them when updating the composition. | priority | remove asset from composition database if it s not in the monetus response anymore i m not sure how the monetus api really deals with removed assets supposedly it s via the deleted at attribute if that s it great no changes needed so it s better to check for assets that are on the database but not on the monetus api response and remove them when updating the composition | 1 |
168,940 | 6,392,386,962 | IssuesEvent | 2017-08-04 02:23:01 | HAS-CRM/IssueTracker | https://api.github.com/repos/HAS-CRM/IssueTracker | closed | Unable to submit quotation to EBM - [Amy] | Priority.Medium Status.Done Type.Bug | Amy is unable to submit quotation to EBM.
There is an error prompt when clicking "Send to EBM" | 1.0 | Unable to submit quotation to EBM - [Amy] - Amy is unable to submit quotation to EBM.
There is an error prompt when clicking "Send to EBM" | priority | unable to submit quotation to ebm amy is unable to submit quotation to ebm there is an error prompt when clicking send to ebm | 1 |
539,460 | 15,788,961,364 | IssuesEvent | 2021-04-01 21:43:42 | Vatsim-Scandinavia/controlcenter | https://api.github.com/repos/Vatsim-Scandinavia/controlcenter | opened | Possibility that completed exam email doesn't get sent to moderator | back-end medium priority | Report from Norway TA, he doesn't get the completed exams e-mails, even though he's subscribed to it. | 1.0 | Possibility that completed exam email doesn't get sent to moderator - Report from Norway TA, he doesn't get the completed exams e-mails, even though he's subscribed to it. | priority | possibility that completed exam email doesn t get sent to moderator report from norway ta he doesn t get the completed exams e mails even though he s subscribed to it | 1 |
720,716 | 24,803,715,824 | IssuesEvent | 2022-10-25 01:14:49 | Alluxio/alluxio | https://api.github.com/repos/Alluxio/alluxio | closed | New master join cluster and become the leader, the alluxio cluster is not working | priority-medium type-bug area-master | **Alluxio Version:**
ALL
**Describe the bug**
Note: ratis can automatically add new nodes to the group.
1. When the master node is replaced and becomes the leader, follower and worker not worker, because they are not able to identify the new leader。
2. The master address is statically set in conf,After ratis elects the leader successfully, the "alluxio.master.embedded.journal.addresses" in the cluster conf will not be updated
3. Because follower and worker are not able to identity leader, The following exception will be reported periodically:
2022-01-14 10:19:42,151 WARN RetryHandlingMetaMasterMasterClient - GetId(address=xxxxx:19998) exits with exception [alluxio.exception.status.UnavailableException: Failed to determine address for MetaMasterMaster after 1 attempts] in 120001 ms (>=10000ms)
2022-01-14 10:19:42,151 ERROR MetaMasterSync - Failed to receive leader master heartbeat command.alluxio.exception.status.UnavailableException: Failed to determine address for MetaMasterMaster after 1 attempts at alluxio.AbstractClient.connect(AbstractClient.java:264) at alluxio.AbstractClient.retryRPCInternal(AbstractClient.java:405)
at alluxio.AbstractClient.retryRPC(AbstractClient.java:373) at alluxio.AbstractClient.retryRPC(AbstractClient.java:362) at alluxio.master.meta.RetryHandlingMetaMasterMasterClient.getId(RetryHandlingMetaMasterMasterClient.java:81) at alluxio.master.meta.MetaMasterSync.setIdAndRegister(MetaMasterSync.java:115) at alluxio.master.meta.MetaMasterSync.heartbeat(MetaMasterSync.java:71)
at alluxio.heartbeat.HeartbeatThread.run(HeartbeatThread.java:119) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:979)
2022-01-14 10:19:42,152 WARN SleepingTimer - Meta Master Sync last execution took 120002 ms. Longer than the interval 120000
**To Reproduce**
1. alluxio master was replaced
2. new master become the leader
**Expected behavior**
Workers and followers can identify the leader normally, and alluxio can provide services normally
**Urgency**
NA
**Are you planning to fix it**
YES
**Additional context**
NA
| 1.0 | New master join cluster and become the leader, the alluxio cluster is not working - **Alluxio Version:**
ALL
**Describe the bug**
Note: ratis can automatically add new nodes to the group.
1. When the master node is replaced and becomes the leader, follower and worker not worker, because they are not able to identify the new leader。
2. The master address is statically set in conf,After ratis elects the leader successfully, the "alluxio.master.embedded.journal.addresses" in the cluster conf will not be updated
3. Because follower and worker are not able to identity leader, The following exception will be reported periodically:
2022-01-14 10:19:42,151 WARN RetryHandlingMetaMasterMasterClient - GetId(address=xxxxx:19998) exits with exception [alluxio.exception.status.UnavailableException: Failed to determine address for MetaMasterMaster after 1 attempts] in 120001 ms (>=10000ms)
2022-01-14 10:19:42,151 ERROR MetaMasterSync - Failed to receive leader master heartbeat command.alluxio.exception.status.UnavailableException: Failed to determine address for MetaMasterMaster after 1 attempts at alluxio.AbstractClient.connect(AbstractClient.java:264) at alluxio.AbstractClient.retryRPCInternal(AbstractClient.java:405)
at alluxio.AbstractClient.retryRPC(AbstractClient.java:373) at alluxio.AbstractClient.retryRPC(AbstractClient.java:362) at alluxio.master.meta.RetryHandlingMetaMasterMasterClient.getId(RetryHandlingMetaMasterMasterClient.java:81) at alluxio.master.meta.MetaMasterSync.setIdAndRegister(MetaMasterSync.java:115) at alluxio.master.meta.MetaMasterSync.heartbeat(MetaMasterSync.java:71)
at alluxio.heartbeat.HeartbeatThread.run(HeartbeatThread.java:119) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:979)
2022-01-14 10:19:42,152 WARN SleepingTimer - Meta Master Sync last execution took 120002 ms. Longer than the interval 120000
**To Reproduce**
1. alluxio master was replaced
2. new master become the leader
**Expected behavior**
Workers and followers can identify the leader normally, and alluxio can provide services normally
**Urgency**
NA
**Are you planning to fix it**
YES
**Additional context**
NA
| priority | new master join cluster and become the leader the alluxio cluster is not working alluxio version all describe the bug note ratis can automatically add new nodes to the group when the master node is replaced and becomes the leader, follower and worker not worker, because they are not able to identify the new leader。 the master address is statically set in conf,after ratis elects the leader successfully the alluxio master embedded journal addresses in the cluster conf will not be updated because follower and worker are not able to identity leader the following exception will be reported periodically warn retryhandlingmetamastermasterclient getid address xxxxx exits with exception in ms error metamastersync failed to receive leader master heartbeat command alluxio exception status unavailableexception failed to determine address for metamastermaster after attempts at alluxio abstractclient connect abstractclient java at alluxio abstractclient retryrpcinternal abstractclient java at alluxio abstractclient retryrpc abstractclient java at alluxio abstractclient retryrpc abstractclient java at alluxio master meta retryhandlingmetamastermasterclient getid retryhandlingmetamastermasterclient java at alluxio master meta metamastersync setidandregister metamastersync java at alluxio master meta metamastersync heartbeat metamastersync java at alluxio heartbeat heartbeatthread run heartbeatthread java at java base java util concurrent executors runnableadapter call executors java at java base java util concurrent futuretask run futuretask java at java base java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java base java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java base java lang thread run thread java warn sleepingtimer meta master sync last execution took ms longer than the interval to reproduce alluxio master was replaced new master become the leader expected behavior workers and followers can identify the leader normally and alluxio can provide services normally urgency na are you planning to fix it yes additional context na | 1 |
5,495 | 2,576,839,400 | IssuesEvent | 2015-02-12 13:25:04 | SteamNSteel/SteamNSteel | https://api.github.com/repos/SteamNSteel/SteamNSteel | opened | Debug Commands are not disabled in release build | Priority: Medium Type: Bug | It is possible to call /spawnPotato in a release build of SteamNSteel and ruin someone's house for free.
This and other commands should be locked down to not be available in a release build. | 1.0 | Debug Commands are not disabled in release build - It is possible to call /spawnPotato in a release build of SteamNSteel and ruin someone's house for free.
This and other commands should be locked down to not be available in a release build. | priority | debug commands are not disabled in release build it is possible to call spawnpotato in a release build of steamnsteel and ruin someone s house for free this and other commands should be locked down to not be available in a release build | 1 |
227,925 | 7,544,355,836 | IssuesEvent | 2018-04-17 18:11:01 | ICPI/OCM | https://api.github.com/repos/ICPI/OCM | opened | 2018 Staff Team Building Activity | Management Medium Priority | After the success of last summer's Team Building Scenario, we are looking to do another one this summer.
So far, we are looking into Escape Rooms! @kkale25 said she would look into corporate options and report back.
After we have rates, we can send Doodle with potential dates to ICPI staff. Will also bring up at 4/24 staff meeting. | 1.0 | 2018 Staff Team Building Activity - After the success of last summer's Team Building Scenario, we are looking to do another one this summer.
So far, we are looking into Escape Rooms! @kkale25 said she would look into corporate options and report back.
After we have rates, we can send Doodle with potential dates to ICPI staff. Will also bring up at 4/24 staff meeting. | priority | staff team building activity after the success of last summer s team building scenario we are looking to do another one this summer so far we are looking into escape rooms said she would look into corporate options and report back after we have rates we can send doodle with potential dates to icpi staff will also bring up at staff meeting | 1 |
778,389 | 27,314,373,254 | IssuesEvent | 2023-02-24 14:38:33 | scaleway/terraform-provider-scaleway | https://api.github.com/repos/scaleway/terraform-provider-scaleway | closed | add data source for scaleway_lb_route and scaleway_lb_routes | enhancement load-balancer priority:medium | <!--- Please keep this note for the community --->
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
<!--- Thank you for keeping this note for the community --->
### Description
- List all backend redirections
- Get single backend redirection
### New or Affected Resource(s)
<!--- Please list the new or affected resources and data sources. --->
- [x] #1786
- [x] #1797
### Potential Terraform Configuration
<!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code --->
```hcl
# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.
```
### References
<!---
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests
--->
* #0000
| 1.0 | add data source for scaleway_lb_route and scaleway_lb_routes - <!--- Please keep this note for the community --->
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
<!--- Thank you for keeping this note for the community --->
### Description
- List all backend redirections
- Get single backend redirection
### New or Affected Resource(s)
<!--- Please list the new or affected resources and data sources. --->
- [x] #1786
- [x] #1797
### Potential Terraform Configuration
<!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code --->
```hcl
# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.
```
### References
<!---
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests
--->
* #0000
| priority | add data source for scaleway lb route and scaleway lb routes community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or other comments that do not add relevant new information or questions they generate extra noise for issue followers and do not help prioritize the request if you are interested in working on this issue or have submitted a pull request please leave a comment description list all backend redirections get single backend redirection new or affected resource s potential terraform configuration hcl copy paste your terraform configurations here for large terraform configs please use a service like dropbox and share a link to the zip file for security you can also encrypt the files using our gpg public key references information about referencing github issues | 1 |
361,911 | 10,721,265,447 | IssuesEvent | 2019-10-27 00:38:34 | ShabadOS/desktop | https://api.github.com/repos/ShabadOS/desktop | closed | Change ctrl-comma hotkey | Priority: Medium Status: Complete Type: Enhancement | Instead of opening up the navigator's menu, it should be a global hotkey to open the settings window | 1.0 | Change ctrl-comma hotkey - Instead of opening up the navigator's menu, it should be a global hotkey to open the settings window | priority | change ctrl comma hotkey instead of opening up the navigator s menu it should be a global hotkey to open the settings window | 1 |
703,649 | 24,169,160,408 | IssuesEvent | 2022-09-22 17:33:55 | WordPress/openverse-frontend | https://api.github.com/repos/WordPress/openverse-frontend | opened | No audio feedback for screen readers when changing the slider value. | 🟨 priority: medium ✨ goal: improvement ♿️ aspect: a11y | ## Problem
<!-- Describe a problem solved by this feature; or delete the section entirely. -->
No audio feedback for screen readers when changing the slider value.
## Description
<!-- Describe the feature and how it solves the problem. -->
Screen readers should get feedback about the current position of the slider when using the left/right arrows, e.g. ‘0 minutes 12 seconds of 3 minutes 43’. The exact wording should be run by a screen reader user for preferences.
## Additional context
<!-- Add any other context about the feature here; or delete the section entirely. -->
Reported by Joe Dolson (https://make.wordpress.org/openverse/2022/09/07/frontend-release-v3-4-8-and-a-call-for-a11y-testing/#comment-95)
## Implementation
<!-- Replace the [ ] with [x] to check the box. -->
- [ ] 🙋 I would be interested in implementing this feature.
| 1.0 | No audio feedback for screen readers when changing the slider value. - ## Problem
<!-- Describe a problem solved by this feature; or delete the section entirely. -->
No audio feedback for screen readers when changing the slider value.
## Description
<!-- Describe the feature and how it solves the problem. -->
Screen readers should get feedback about the current position of the slider when using the left/right arrows, e.g. ‘0 minutes 12 seconds of 3 minutes 43’. The exact wording should be run by a screen reader user for preferences.
## Additional context
<!-- Add any other context about the feature here; or delete the section entirely. -->
Reported by Joe Dolson (https://make.wordpress.org/openverse/2022/09/07/frontend-release-v3-4-8-and-a-call-for-a11y-testing/#comment-95)
## Implementation
<!-- Replace the [ ] with [x] to check the box. -->
- [ ] 🙋 I would be interested in implementing this feature.
| priority | no audio feedback for screen readers when changing the slider value problem no audio feedback for screen readers when changing the slider value description screen readers should get feedback about the current position of the slider when using the left right arrows e g ‘ minutes seconds of minutes ’ the exact wording should be run by a screen reader user for preferences additional context reported by joe dolson implementation 🙋 i would be interested in implementing this feature | 1 |
541,670 | 15,831,347,036 | IssuesEvent | 2021-04-06 13:32:25 | AY2021S2-CS2103-T14-1/tp | https://api.github.com/repos/AY2021S2-CS2103-T14-1/tp | closed | [PE-D] oadd allowing to add a room with nonpositive second parameter | priority.Medium type.Bug | oadd r/01-000 t/CORRIDOR_AC is accepted by SunRez, and is added to the list of rooms, when the constraints of oadd (from an incorrect input) state that it should be positive integers and dashes only.

<!--session: 1617429498687-3b31e91d-0638-4a3e-a079-830c74a699b4-->
-------------
Labels: `severity.Medium` `type.FunctionalityBug`
original: nickyfoo/ped#10 | 1.0 | [PE-D] oadd allowing to add a room with nonpositive second parameter - oadd r/01-000 t/CORRIDOR_AC is accepted by SunRez, and is added to the list of rooms, when the constraints of oadd (from an incorrect input) state that it should be positive integers and dashes only.

<!--session: 1617429498687-3b31e91d-0638-4a3e-a079-830c74a699b4-->
-------------
Labels: `severity.Medium` `type.FunctionalityBug`
original: nickyfoo/ped#10 | priority | oadd allowing to add a room with nonpositive second parameter oadd r t corridor ac is accepted by sunrez and is added to the list of rooms when the constraints of oadd from an incorrect input state that it should be positive integers and dashes only labels severity medium type functionalitybug original nickyfoo ped | 1 |
470,544 | 13,540,187,774 | IssuesEvent | 2020-09-16 14:22:17 | ansible/awx | https://api.github.com/repos/ansible/awx | closed | Delete Instance Group | component:ui_next priority:medium state:needs_devel type:feature | ##### ISSUE TYPE
- Feature Idea
##### SUMMARY
Delete Instance Group. | 1.0 | Delete Instance Group - ##### ISSUE TYPE
- Feature Idea
##### SUMMARY
Delete Instance Group. | priority | delete instance group issue type feature idea summary delete instance group | 1 |
412,389 | 12,041,994,026 | IssuesEvent | 2020-04-14 09:47:08 | way-of-elendil/3.3.5 | https://api.github.com/repos/way-of-elendil/3.3.5 | reopened | Quest: Formidable déconfiture dans l'arène | bug priority-medium type-quest | **Description**
11300 - [Formidable déconfiture dans l'arène]
"Je suis actuellement entrain de faire les quêtes du Fjord Hurlant et j'ai un soucis avec "Formidable déconfiture dans l'arène".
Les gladiateurs apparaissent bien mais il faut rapidement les taper pour ne pas qu'ils disparaissent.
Le problème étant que le dernier ne loot pas l'objet que l'on doit récupérer."
C'est un gob : 186640 - [Code antique]
| 1.0 | Quest: Formidable déconfiture dans l'arène - **Description**
11300 - [Formidable déconfiture dans l'arène]
"Je suis actuellement entrain de faire les quêtes du Fjord Hurlant et j'ai un soucis avec "Formidable déconfiture dans l'arène".
Les gladiateurs apparaissent bien mais il faut rapidement les taper pour ne pas qu'ils disparaissent.
Le problème étant que le dernier ne loot pas l'objet que l'on doit récupérer."
C'est un gob : 186640 - [Code antique]
| priority | quest formidable déconfiture dans l arène description je suis actuellement entrain de faire les quêtes du fjord hurlant et j ai un soucis avec formidable déconfiture dans l arène les gladiateurs apparaissent bien mais il faut rapidement les taper pour ne pas qu ils disparaissent le problème étant que le dernier ne loot pas l objet que l on doit récupérer c est un gob | 1 |
460,169 | 13,205,830,454 | IssuesEvent | 2020-08-14 18:48:41 | firetreedesign/carbon-field-edd-license | https://api.github.com/repos/firetreedesign/carbon-field-edd-license | closed | Automatic updates are not working | Priority: Medium Status: In Progress Type: Bug | License activation and deactivation are working just fine, but the field is not initialized early enough to inject the update data into the plugin transient.
I propose saving the item data to the options table upon license activation and removing it on deactivation. Then looping through the items and initializing the updater for each item. | 1.0 | Automatic updates are not working - License activation and deactivation are working just fine, but the field is not initialized early enough to inject the update data into the plugin transient.
I propose saving the item data to the options table upon license activation and removing it on deactivation. Then looping through the items and initializing the updater for each item. | priority | automatic updates are not working license activation and deactivation are working just fine but the field is not initialized early enough to inject the update data into the plugin transient i propose saving the item data to the options table upon license activation and removing it on deactivation then looping through the items and initializing the updater for each item | 1 |
380,990 | 11,271,541,682 | IssuesEvent | 2020-01-14 13:16:21 | hazelcast/hazelcast-cpp-client | https://api.github.com/repos/hazelcast/hazelcast-cpp-client | closed | Pipeline functionality causes an assertion failure in Debug build and a crash in Release build | Priority: Medium Source: Community | C++ compiler version: Visual Studio 2013 and Visual Studio 2017
Hazelcast Cpp client version: 3.12
Hazelcast server version: 3.12
Number of the clients: 1
Cluster size, i.e. the number of Hazelcast cluster members: 1
OS version (Windows/Linux/OSX): Windows
Please attach relevant logs and files for client and server side.
#### Expected behaviour
In Debug mode there should be no assertions on the client side.
In Release mode there should be no exceptions on the server side and the client should not crash.
#### Actual behaviour
============================================
Debug Mode: Stack Trace
==============================================
Assertion failed: checkReadAvailable(UINT8_SIZE), file C:\Build\workspace\TPARTY_win\tparty\Temp\hazelcast\hazelcast-cpp-client-3.12\hazelcast\include\hazelcast/util/LittleEndianBufferWrapper.h, line 74
> HazelcastClient3.12_64d.dll!hazelcast::util::LittleEndianBufferWrapper::getUint8() Line 74 C++
HazelcastClient3.12_64d.dll!hazelcast::util::LittleEndianBufferWrapper::getBoolean() Line 84 C++
HazelcastClient3.12_64d.dll!hazelcast::client::protocol::ClientMessage::getNullable<hazelcast::client::serialization::pimpl::Data>() Line 254 C++
HazelcastClient3.12_64d.dll!hazelcast::client::protocol::codec::MapPutCodec::ResponseParameters::ResponseParameters(hazelcast::client::protocol::ClientMessage & clientMessage) Line 68 C++
HazelcastClient3.12_64d.dll!hazelcast::client::protocol::codec::MapPutCodec::ResponseParameters::decode(hazelcast::client::protocol::ClientMessage & clientMessage) Line 73 C++
HazelcastClientVC13.exe!hazelcast::client::impl::DataMessageDecoder<hazelcast::client::protocol::codec::MapPutCodec,Country>::decodeClientMessage(const boost::shared_ptr<hazelcast::client::protocol::ClientMessage> & clientMessage, hazelcast::client::serialization::pimpl::SerializationService & serializationService) Line 52 C++
HazelcastClientVC13.exe!hazelcast::client::internal::ClientDelegatingFuture<Country>::decodeResponse(const boost::shared_ptr<hazelcast::client::protocol::ClientMessage> & clientMessage) Line 158 C++
HazelcastClientVC13.exe!hazelcast::client::internal::ClientDelegatingFuture<Country>::resolveResponse(const boost::shared_ptr<hazelcast::client::protocol::ClientMessage> & clientMessage) Line 171 C++
HazelcastClientVC13.exe!hazelcast::client::internal::ClientDelegatingFuture<Country>::get(__int64 timeout, const hazelcast::util::concurrent::TimeUnit & unit) Line 103 C++
HazelcastClientVC13.exe!hazelcast::client::internal::ClientDelegatingFuture<Country>::get() Line 98 C++
HazelcastClientVC13.exe!hazelcast::client::Pipelining<Country>::results() Line 109 C++
HazelcastClientVC13.exe!readCountries(hazelcast::client::IMap<int,Country> & countriesMap) Line 44 C++
HazelcastClientVC13.exe!main(int argc, char * * argv) Line 114 C++
============================================
Release Mode
==============================================
The client crashes. You will need to run the client a few times to see the crash.
#### Steps to reproduce the behaviour
Have included a sample application (client and server) along with the inputs.
Server code in Server.zip (The path for inputs is hard coded on line 46 and 59 of server.java)
Client code in Client.zip
Inputs in Inputs.zip
Have also attached server.log.
I have done some analysis and discovered that when the message is being decoded in DataMessageDecoder::decodeClientMessage the ClientMessage is actually in "Complete" state. I tested this by including a call to isComplete method on the ClientMessage and it returned true and it was then followed by the assertion failure mentioned above.
[Inputs.zip](https://github.com/hazelcast/hazelcast-cpp-client/files/3911119/Inputs.zip)
[server.log](https://github.com/hazelcast/hazelcast-cpp-client/files/3911120/server.log)
[Server.zip](https://github.com/hazelcast/hazelcast-cpp-client/files/3911121/Server.zip)
[Client.zip](https://github.com/hazelcast/hazelcast-cpp-client/files/3911122/Client.zip)
| 1.0 | Pipeline functionality causes an assertion failure in Debug build and a crash in Release build - C++ compiler version: Visual Studio 2013 and Visual Studio 2017
Hazelcast Cpp client version: 3.12
Hazelcast server version: 3.12
Number of the clients: 1
Cluster size, i.e. the number of Hazelcast cluster members: 1
OS version (Windows/Linux/OSX): Windows
Please attach relevant logs and files for client and server side.
#### Expected behaviour
In Debug mode there should be no assertions on the client side.
In Release mode there should be no exceptions on the server side and the client should not crash.
#### Actual behaviour
============================================
Debug Mode: Stack Trace
==============================================
Assertion failed: checkReadAvailable(UINT8_SIZE), file C:\Build\workspace\TPARTY_win\tparty\Temp\hazelcast\hazelcast-cpp-client-3.12\hazelcast\include\hazelcast/util/LittleEndianBufferWrapper.h, line 74
> HazelcastClient3.12_64d.dll!hazelcast::util::LittleEndianBufferWrapper::getUint8() Line 74 C++
HazelcastClient3.12_64d.dll!hazelcast::util::LittleEndianBufferWrapper::getBoolean() Line 84 C++
HazelcastClient3.12_64d.dll!hazelcast::client::protocol::ClientMessage::getNullable<hazelcast::client::serialization::pimpl::Data>() Line 254 C++
HazelcastClient3.12_64d.dll!hazelcast::client::protocol::codec::MapPutCodec::ResponseParameters::ResponseParameters(hazelcast::client::protocol::ClientMessage & clientMessage) Line 68 C++
HazelcastClient3.12_64d.dll!hazelcast::client::protocol::codec::MapPutCodec::ResponseParameters::decode(hazelcast::client::protocol::ClientMessage & clientMessage) Line 73 C++
HazelcastClientVC13.exe!hazelcast::client::impl::DataMessageDecoder<hazelcast::client::protocol::codec::MapPutCodec,Country>::decodeClientMessage(const boost::shared_ptr<hazelcast::client::protocol::ClientMessage> & clientMessage, hazelcast::client::serialization::pimpl::SerializationService & serializationService) Line 52 C++
HazelcastClientVC13.exe!hazelcast::client::internal::ClientDelegatingFuture<Country>::decodeResponse(const boost::shared_ptr<hazelcast::client::protocol::ClientMessage> & clientMessage) Line 158 C++
HazelcastClientVC13.exe!hazelcast::client::internal::ClientDelegatingFuture<Country>::resolveResponse(const boost::shared_ptr<hazelcast::client::protocol::ClientMessage> & clientMessage) Line 171 C++
HazelcastClientVC13.exe!hazelcast::client::internal::ClientDelegatingFuture<Country>::get(__int64 timeout, const hazelcast::util::concurrent::TimeUnit & unit) Line 103 C++
HazelcastClientVC13.exe!hazelcast::client::internal::ClientDelegatingFuture<Country>::get() Line 98 C++
HazelcastClientVC13.exe!hazelcast::client::Pipelining<Country>::results() Line 109 C++
HazelcastClientVC13.exe!readCountries(hazelcast::client::IMap<int,Country> & countriesMap) Line 44 C++
HazelcastClientVC13.exe!main(int argc, char * * argv) Line 114 C++
============================================
Release Mode
==============================================
The client crashes. You will need to run the client a few times to see the crash.
#### Steps to reproduce the behaviour
Have included a sample application (client and server) along with the inputs.
Server code in Server.zip (The path for inputs is hard coded on line 46 and 59 of server.java)
Client code in Client.zip
Inputs in Inputs.zip
Have also attached server.log.
I have done some analysis and discovered that when the message is being decoded in DataMessageDecoder::decodeClientMessage the ClientMessage is actually in "Complete" state. I tested this by including a call to isComplete method on the ClientMessage and it returned true and it was then followed by the assertion failure mentioned above.
[Inputs.zip](https://github.com/hazelcast/hazelcast-cpp-client/files/3911119/Inputs.zip)
[server.log](https://github.com/hazelcast/hazelcast-cpp-client/files/3911120/server.log)
[Server.zip](https://github.com/hazelcast/hazelcast-cpp-client/files/3911121/Server.zip)
[Client.zip](https://github.com/hazelcast/hazelcast-cpp-client/files/3911122/Client.zip)
| priority | pipeline functionality causes an assertion failure in debug build and a crash in release build c compiler version visual studio and visual studio hazelcast cpp client version hazelcast server version number of the clients cluster size i e the number of hazelcast cluster members os version windows linux osx windows please attach relevant logs and files for client and server side expected behaviour in debug mode there should be no assertions on the client side in release mode there should be no exceptions on the server side and the client should not crash actual behaviour debug mode stack trace assertion failed checkreadavailable size file c build workspace tparty win tparty temp hazelcast hazelcast cpp client hazelcast include hazelcast util littleendianbufferwrapper h line dll hazelcast util littleendianbufferwrapper line c dll hazelcast util littleendianbufferwrapper getboolean line c dll hazelcast client protocol clientmessage getnullable line c dll hazelcast client protocol codec mapputcodec responseparameters responseparameters hazelcast client protocol clientmessage clientmessage line c dll hazelcast client protocol codec mapputcodec responseparameters decode hazelcast client protocol clientmessage clientmessage line c exe hazelcast client impl datamessagedecoder decodeclientmessage const boost shared ptr clientmessage hazelcast client serialization pimpl serializationservice serializationservice line c exe hazelcast client internal clientdelegatingfuture decoderesponse const boost shared ptr clientmessage line c exe hazelcast client internal clientdelegatingfuture resolveresponse const boost shared ptr clientmessage line c exe hazelcast client internal clientdelegatingfuture get timeout const hazelcast util concurrent timeunit unit line c exe hazelcast client internal clientdelegatingfuture get line c exe hazelcast client pipelining results line c exe readcountries hazelcast client imap countriesmap line c exe main int argc char argv line c release mode the client crashes you will need to run the client a few times to see the crash steps to reproduce the behaviour have included a sample application client and server along with the inputs server code in server zip the path for inputs is hard coded on line and of server java client code in client zip inputs in inputs zip have also attached server log i have done some analysis and discovered that when the message is being decoded in datamessagedecoder decodeclientmessage the clientmessage is actually in complete state i tested this by including a call to iscomplete method on the clientmessage and it returned true and it was then followed by the assertion failure mentioned above | 1 |
3,332 | 2,537,746,714 | IssuesEvent | 2015-01-26 22:43:27 | web2py/web2py | https://api.github.com/repos/web2py/web2py | closed | Online book not updated to correct 2 factor auth code | 1 star bug imported Priority-Medium | _From [pallav.n..._at_gmail.com](https://code.google.com/u/100593590228148497825/) on December 09, 2014 21:20:59_
The patch for 2-factor authentication was modified before merging into main web2py but the documentation patch was not updated to reflect the changes. The following patch (already merged into the github book repository) fixes this issue, but is not released on the website. This caused confusion for at least one user on the web2p-users group. Can we release the udpated version of the book that corrects the procedure to enable two-factor auth? https://github.com/mdipierro/web2py-book/commit/36e678ff3f3ace96e6bb334695bfc1b3cb4f1ab9
_Original issue: http://code.google.com/p/web2py/issues/detail?id=2026_ | 1.0 | Online book not updated to correct 2 factor auth code - _From [pallav.n..._at_gmail.com](https://code.google.com/u/100593590228148497825/) on December 09, 2014 21:20:59_
The patch for 2-factor authentication was modified before merging into main web2py but the documentation patch was not updated to reflect the changes. The following patch (already merged into the github book repository) fixes this issue, but is not released on the website. This caused confusion for at least one user on the web2p-users group. Can we release the udpated version of the book that corrects the procedure to enable two-factor auth? https://github.com/mdipierro/web2py-book/commit/36e678ff3f3ace96e6bb334695bfc1b3cb4f1ab9
_Original issue: http://code.google.com/p/web2py/issues/detail?id=2026_ | priority | online book not updated to correct factor auth code from on december the patch for factor authentication was modified before merging into main but the documentation patch was not updated to reflect the changes the following patch already merged into the github book repository fixes this issue but is not released on the website this caused confusion for at least one user on the users group can we release the udpated version of the book that corrects the procedure to enable two factor auth original issue | 1 |
82,702 | 3,618,501,834 | IssuesEvent | 2016-02-08 11:56:48 | duckduckgo/zeroclickinfo-spice | https://api.github.com/repos/duckduckgo/zeroclickinfo-spice | closed | ExpandURL: | Bug Priority: Medium Triggering | Looks like this IA isn't working correctly anymore. There seems to be API responses coming back but the tab is not showing!
Anyone interested in investigating further?
/cc @duckduckgo/instant-answer-maintainers
------
IA Page: http://duck.co/ia/view/expand_url | 1.0 | ExpandURL: - Looks like this IA isn't working correctly anymore. There seems to be API responses coming back but the tab is not showing!
Anyone interested in investigating further?
/cc @duckduckgo/instant-answer-maintainers
------
IA Page: http://duck.co/ia/view/expand_url | priority | expandurl looks like this ia isn t working correctly anymore there seems to be api responses coming back but the tab is not showing anyone interested in investigating further cc duckduckgo instant answer maintainers ia page | 1 |
56,828 | 3,081,205,975 | IssuesEvent | 2015-08-22 13:47:13 | bitfighter/bitfighter | https://api.github.com/repos/bitfighter/bitfighter | closed | Generate bot zones in less disruptive manner | 016 bug imported Priority-Medium | _From [watusim...@bitfighter.org](https://code.google.com/u/105427273526970468779/) on February 03, 2011 10:43:44_
Zone generation is a very time consuming and computationally intensive process. Naturally, it halts the game if it is being done during play. We need to either (1) generate all level zones ahead of time (and cache them) or (2) figure out how to segment the generation process such that some zones can be generated => a cycle of the game gets processed => more zones get generated => more game => etc. so that it may take longer to generate the zones, but doing so is less disruptive.
Maybe option (1) is better?
This is a prerequisite to adding bots on the fly, I think.
_Original issue: http://code.google.com/p/bitfighter/issues/detail?id=50_ | 1.0 | Generate bot zones in less disruptive manner - _From [watusim...@bitfighter.org](https://code.google.com/u/105427273526970468779/) on February 03, 2011 10:43:44_
Zone generation is a very time consuming and computationally intensive process. Naturally, it halts the game if it is being done during play. We need to either (1) generate all level zones ahead of time (and cache them) or (2) figure out how to segment the generation process such that some zones can be generated => a cycle of the game gets processed => more zones get generated => more game => etc. so that it may take longer to generate the zones, but doing so is less disruptive.
Maybe option (1) is better?
This is a prerequisite to adding bots on the fly, I think.
_Original issue: http://code.google.com/p/bitfighter/issues/detail?id=50_ | priority | generate bot zones in less disruptive manner from on february zone generation is a very time consuming and computationally intensive process naturally it halts the game if it is being done during play we need to either generate all level zones ahead of time and cache them or figure out how to segment the generation process such that some zones can be generated a cycle of the game gets processed more zones get generated more game etc so that it may take longer to generate the zones but doing so is less disruptive maybe option is better this is a prerequisite to adding bots on the fly i think original issue | 1 |
219,262 | 7,334,263,172 | IssuesEvent | 2018-03-05 22:09:16 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | k_is_in_isr() returns false inside "direct" interrupts on several arches | area: Kernel bug priority: medium | This affects at least x86, Nios II, Xtensa, and Riscv32.
These arches detect whether we are in interrupt context by checking kernel.nested which gets incremented/decremented in the common IRQ entry/exit code. However direct interrupts bypass all the common IRQ code and hence this always returns false.
| 1.0 | k_is_in_isr() returns false inside "direct" interrupts on several arches - This affects at least x86, Nios II, Xtensa, and Riscv32.
These arches detect whether we are in interrupt context by checking kernel.nested which gets incremented/decremented in the common IRQ entry/exit code. However direct interrupts bypass all the common IRQ code and hence this always returns false.
| priority | k is in isr returns false inside direct interrupts on several arches this affects at least nios ii xtensa and these arches detect whether we are in interrupt context by checking kernel nested which gets incremented decremented in the common irq entry exit code however direct interrupts bypass all the common irq code and hence this always returns false | 1 |
364,138 | 10,759,563,105 | IssuesEvent | 2019-10-31 16:52:43 | Seneca-CDOT/ostep-dashboard | https://api.github.com/repos/Seneca-CDOT/ostep-dashboard | closed | Infrastructure Panel Discrepancies | area: backend priority: medium type: bug | Infrastructure is giving incorrect information on the status of the servers and workstations.
Steps to reproduce the bug:
1. Go to Dashboard
2. Look at the Infrastructure panel
3. Note which servers and workstations are online and offline
4. Attempt to connect to said servers and workstations
5. Report any discrepancies
Current discrepancies:
- aarchie and xerxes are online but reported offline
- narnia is offline but reported online
Expected results:
- aarchie, xerxes and narnia's status need to be correct
Environment:
- OS: Fedora
- Browser: Google Chrome
| 1.0 | Infrastructure Panel Discrepancies - Infrastructure is giving incorrect information on the status of the servers and workstations.
Steps to reproduce the bug:
1. Go to Dashboard
2. Look at the Infrastructure panel
3. Note which servers and workstations are online and offline
4. Attempt to connect to said servers and workstations
5. Report any discrepancies
Current discrepancies:
- aarchie and xerxes are online but reported offline
- narnia is offline but reported online
Expected results:
- aarchie, xerxes and narnia's status need to be correct
Environment:
- OS: Fedora
- Browser: Google Chrome
| priority | infrastructure panel discrepancies infrastructure is giving incorrect information on the status of the servers and workstations steps to reproduce the bug go to dashboard look at the infrastructure panel note which servers and workstations are online and offline attempt to connect to said servers and workstations report any discrepancies current discrepancies aarchie and xerxes are online but reported offline narnia is offline but reported online expected results aarchie xerxes and narnia s status need to be correct environment os fedora browser google chrome | 1 |
141,904 | 5,446,648,087 | IssuesEvent | 2017-03-07 11:13:02 | qgis/qwc2-demo-app | https://api.github.com/repos/qgis/qwc2-demo-app | closed | Print panel: Scale and Resolution widget should be a combobox | enhancement GUI medium priority | It would be more user friendly if the widgets for scale and resolution would be comboboxes.
The scale should have the same values as the combobox in the bottom bar - if possible with the ability to override the scale.
The resolution should be configurable in a global option, perhaps with 96, 150, 300 (default), 600 as built-in default values. | 1.0 | Print panel: Scale and Resolution widget should be a combobox - It would be more user friendly if the widgets for scale and resolution would be comboboxes.
The scale should have the same values as the combobox in the bottom bar - if possible with the ability to override the scale.
The resolution should be configurable in a global option, perhaps with 96, 150, 300 (default), 600 as built-in default values. | priority | print panel scale and resolution widget should be a combobox it would be more user friendly if the widgets for scale and resolution would be comboboxes the scale should have the same values as the combobox in the bottom bar if possible with the ability to override the scale the resolution should be configurable in a global option perhaps with default as built in default values | 1 |
131,132 | 5,143,690,157 | IssuesEvent | 2017-01-12 16:36:31 | ctsit/qipr_approver | https://api.github.com/repos/ctsit/qipr_approver | opened | Generate guids for fixtures | bug medium priority | Right now the fixtures do not have guid's when loaded into the database and trying to determine one at load time results in them all haveing the same guid.
The solution is to give guids to all guid lacking objects fixtures and re-export them to the fixture directory | 1.0 | Generate guids for fixtures - Right now the fixtures do not have guid's when loaded into the database and trying to determine one at load time results in them all haveing the same guid.
The solution is to give guids to all guid lacking objects fixtures and re-export them to the fixture directory | priority | generate guids for fixtures right now the fixtures do not have guid s when loaded into the database and trying to determine one at load time results in them all haveing the same guid the solution is to give guids to all guid lacking objects fixtures and re export them to the fixture directory | 1 |
652,455 | 21,552,799,116 | IssuesEvent | 2022-04-30 00:26:35 | DavidZamanian/Bachelor-thesis-blockchain-for-medical-records | https://api.github.com/repos/DavidZamanian/Bachelor-thesis-blockchain-for-medical-records | opened | Stop users from signing in automatically | bug question FRONTEND Medium Priority BACKEND | This issue introduces different issues, which all involves adjusting the app in some way to adapt to this behavior. I believe it would be easier to fix this issue, than to try to handle all the unexpected outcomes as a result of this behavior. | 1.0 | Stop users from signing in automatically - This issue introduces different issues, which all involves adjusting the app in some way to adapt to this behavior. I believe it would be easier to fix this issue, than to try to handle all the unexpected outcomes as a result of this behavior. | priority | stop users from signing in automatically this issue introduces different issues which all involves adjusting the app in some way to adapt to this behavior i believe it would be easier to fix this issue than to try to handle all the unexpected outcomes as a result of this behavior | 1 |
504,216 | 14,615,090,346 | IssuesEvent | 2020-12-22 10:57:41 | gnosis/conditional-tokens-explorer | https://api.github.com/repos/gnosis/conditional-tokens-explorer | closed | Check the use of the address variable in the queries | Medium priority QA Passed blocked cpk enhancement verify in production | Instead, use an array with the CPK address, like this ...
```
[address, cpk.address]
``` | 1.0 | Check the use of the address variable in the queries - Instead, use an array with the CPK address, like this ...
```
[address, cpk.address]
``` | priority | check the use of the address variable in the queries instead use an array with the cpk address like this | 1 |
731,223 | 25,206,624,650 | IssuesEvent | 2022-11-13 19:08:23 | RobertCraigie/prisma-client-py | https://api.github.com/repos/RobertCraigie/prisma-client-py | opened | Test alpine / arm64 in CI | kind/improvement topic: internal priority/medium level/unknown | After #454 is merged we will have support for ARM based machines. With the current docker-based setup our tests fail on alpine / arm64 due to what are presumed to be linking issues / differences between glibc and musl.
This issue serves to track re-enabling this test in CI. | 1.0 | Test alpine / arm64 in CI - After #454 is merged we will have support for ARM based machines. With the current docker-based setup our tests fail on alpine / arm64 due to what are presumed to be linking issues / differences between glibc and musl.
This issue serves to track re-enabling this test in CI. | priority | test alpine in ci after is merged we will have support for arm based machines with the current docker based setup our tests fail on alpine due to what are presumed to be linking issues differences between glibc and musl this issue serves to track re enabling this test in ci | 1 |
55,081 | 3,072,086,820 | IssuesEvent | 2015-08-19 15:19:33 | RobotiumTech/robotium | https://api.github.com/repos/RobotiumTech/robotium | closed | solo.isCheckBoxChecked(String) always returns false | bug imported invalid Priority-Medium | _From [ph3so_...@yahoo.com](https://code.google.com/u/109170718451883244737/) on April 19, 2011 17:23:13_
What steps will reproduce the problem? 1.Create a test case using robotium 2.2 check the the appropriate checkboxes in the new junit test case dialog box(setUp(), tearDown() and constructor)
2. Provide the approriate initialization and test cases.
3. use the solo.isCheckBoxChecked(String) at the testSettingsPrefs() testcase always return boolean false. which in actual this must return true. What is the expected output? What do you see instead? solo.isCheckBoxChecked(String) testcase always return boolean false. which in actual this must return true(as if it doesn't recognize the label within the \<CheckBoxPreference> in my settings.xml).
I am currently using robotium 2.2, and have Windows 7 as my operating system.
Hello Moderators and developers, I have the problem like any other individuals who reported this first(I've had read all their dilemma), and AFAIK the current solution is to use its index: http://groups.google.com/group/robotium-developers/browse_thread/thread/bc1f82f9d53e65b2/701a281a1c85b3ab?#701a281a1c85b3ab and https://code.google.com/p/robotium/issues/detail?id=97 I am new to the android environment and tried any suitable technology with regards to my development. But indeed, in everything that I tried, I cannot imagine the use of solo.isCheckBoxChecked(String); since it always returns false, please see the Scenario/Code below:
@Smoke
public void testSettingsPrefs() throws Exception{
solo.clickOnMenuItem("Settings");
solo.clickOnText("Music");
solo.clickOnText("Hints");
boolean expected = true;
//returns null :(
//checkBx1_text = , checkBx2_text =
solo.getCurrentCheckBoxes().get(0).setText("TAE");
Log.i(TAG, "checkBx1_text = "+solo.getCurrentCheckBoxes().get(0).getText()+
", checkBx2_text = "+solo.getCurrentCheckBoxes().get(1).getText());
//commented this one since it gives me an error
// solo.getCurrentCheckBoxes().get(0).setText("Music");
//the boolean that will be use to assert if the 2 checkbox(Music,
// Hints) are unchecked
boolean actual = !(solo.isCheckBoxChecked("Music") && solo.isCheckBoxChecked("Hints"));
//logging with the use of isCheckBoxChecked(int index);
//this method gives me the correct status of the 2 checkbox
Log.i(TAG, "Using_INDEX Music Checkbox State: "+ (solo.isCheckBoxChecked(0)? "Checked": "unChecked")+
", Hints Checkbox State: "+ (solo.isCheckBoxChecked(1)? "Checked": "unChecked") );
//logging with the use of isCheckBoxChecked(String)
//this method always give me false, which is a pain in the head
Log.i(TAG, "Using_TEXT Music Checkbox State: "+ (solo.isCheckBoxChecked("Music")? "Checked": "unChecked")+
", Hints Checkbox State: "+ (solo.isCheckBoxChecked("Hints")? "Checked": "unChecked") );
//check if boolean actual does return true or false, just for checking
//purposes
Log.i(TAG, "actual value: "+(actual?"true":"false"));
assertEquals("Both Music and Hints ChkBox option are disabled", expected, actual);
solo.goBackToActivity("Sudoku");
}
I know that the default android Checkbox extends TextView, then why not use those label/text to know if the Checkbox/es that will be asserted contains the right value. :(
I any case that the isCheckBoxChecked(String) is of any use, please give me some sample code in order for me to know what kind of label of the checkbox it search for it to return something real, not an inevitable boolean false.
Regards,
Mark
**Attachment:** [Android Sudoku Test.zip](http://code.google.com/p/robotium/issues/detail?id=106)
_Original issue: http://code.google.com/p/robotium/issues/detail?id=106_ | 1.0 | solo.isCheckBoxChecked(String) always returns false - _From [ph3so_...@yahoo.com](https://code.google.com/u/109170718451883244737/) on April 19, 2011 17:23:13_
What steps will reproduce the problem? 1.Create a test case using robotium 2.2 check the the appropriate checkboxes in the new junit test case dialog box(setUp(), tearDown() and constructor)
2. Provide the approriate initialization and test cases.
3. use the solo.isCheckBoxChecked(String) at the testSettingsPrefs() testcase always return boolean false. which in actual this must return true. What is the expected output? What do you see instead? solo.isCheckBoxChecked(String) testcase always return boolean false. which in actual this must return true(as if it doesn't recognize the label within the \<CheckBoxPreference> in my settings.xml).
I am currently using robotium 2.2, and have Windows 7 as my operating system.
Hello Moderators and developers, I have the problem like any other individuals who reported this first(I've had read all their dilemma), and AFAIK the current solution is to use its index: http://groups.google.com/group/robotium-developers/browse_thread/thread/bc1f82f9d53e65b2/701a281a1c85b3ab?#701a281a1c85b3ab and https://code.google.com/p/robotium/issues/detail?id=97 I am new to the android environment and tried any suitable technology with regards to my development. But indeed, in everything that I tried, I cannot imagine the use of solo.isCheckBoxChecked(String); since it always returns false, please see the Scenario/Code below:
@Smoke
public void testSettingsPrefs() throws Exception{
solo.clickOnMenuItem("Settings");
solo.clickOnText("Music");
solo.clickOnText("Hints");
boolean expected = true;
//returns null :(
//checkBx1_text = , checkBx2_text =
solo.getCurrentCheckBoxes().get(0).setText("TAE");
Log.i(TAG, "checkBx1_text = "+solo.getCurrentCheckBoxes().get(0).getText()+
", checkBx2_text = "+solo.getCurrentCheckBoxes().get(1).getText());
//commented this one since it gives me an error
// solo.getCurrentCheckBoxes().get(0).setText("Music");
//the boolean that will be use to assert if the 2 checkbox(Music,
// Hints) are unchecked
boolean actual = !(solo.isCheckBoxChecked("Music") && solo.isCheckBoxChecked("Hints"));
//logging with the use of isCheckBoxChecked(int index);
//this method gives me the correct status of the 2 checkbox
Log.i(TAG, "Using_INDEX Music Checkbox State: "+ (solo.isCheckBoxChecked(0)? "Checked": "unChecked")+
", Hints Checkbox State: "+ (solo.isCheckBoxChecked(1)? "Checked": "unChecked") );
//logging with the use of isCheckBoxChecked(String)
//this method always give me false, which is a pain in the head
Log.i(TAG, "Using_TEXT Music Checkbox State: "+ (solo.isCheckBoxChecked("Music")? "Checked": "unChecked")+
", Hints Checkbox State: "+ (solo.isCheckBoxChecked("Hints")? "Checked": "unChecked") );
//check if boolean actual does return true or false, just for checking
//purposes
Log.i(TAG, "actual value: "+(actual?"true":"false"));
assertEquals("Both Music and Hints ChkBox option are disabled", expected, actual);
solo.goBackToActivity("Sudoku");
}
I know that the default android Checkbox extends TextView, then why not use those label/text to know if the Checkbox/es that will be asserted contains the right value. :(
I any case that the isCheckBoxChecked(String) is of any use, please give me some sample code in order for me to know what kind of label of the checkbox it search for it to return something real, not an inevitable boolean false.
Regards,
Mark
**Attachment:** [Android Sudoku Test.zip](http://code.google.com/p/robotium/issues/detail?id=106)
_Original issue: http://code.google.com/p/robotium/issues/detail?id=106_ | priority | solo ischeckboxchecked string always returns false from on april what steps will reproduce the problem create a test case using robotium check the the appropriate checkboxes in the new junit test case dialog box setup teardown and constructor provide the approriate initialization and test cases use the solo ischeckboxchecked string at the testsettingsprefs testcase always return boolean false which in actual this must return true what is the expected output what do you see instead solo ischeckboxchecked string testcase always return boolean false which in actual this must return true as if it doesn t recognize the label within the in my settings xml i am currently using robotium and have windows as my operating system hello moderators and developers i have the problem like any other individuals who reported this first i ve had read all their dilemma and afaik the current solution is to use its index and i am new to the android environment and tried any suitable technology with regards to my development but indeed in everything that i tried i cannot imagine the use of solo ischeckboxchecked string since it always returns false please see the scenario code below smoke public void testsettingsprefs throws exception solo clickonmenuitem settings solo clickontext music solo clickontext hints boolean expected true returns null text text solo getcurrentcheckboxes get settext tae log i tag text solo getcurrentcheckboxes get gettext text solo getcurrentcheckboxes get gettext commented this one since it gives me an error solo getcurrentcheckboxes get settext music the boolean that will be use to assert if the checkbox music hints are unchecked boolean actual solo ischeckboxchecked music solo ischeckboxchecked hints logging with the use of ischeckboxchecked int index this method gives me the correct status of the checkbox log i tag using index music checkbox state solo ischeckboxchecked checked unchecked hints checkbox state solo ischeckboxchecked checked unchecked logging with the use of ischeckboxchecked string this method always give me false which is a pain in the head log i tag using text music checkbox state solo ischeckboxchecked music checked unchecked hints checkbox state solo ischeckboxchecked hints checked unchecked check if boolean actual does return true or false just for checking purposes log i tag actual value actual true false assertequals both music and hints chkbox option are disabled expected actual solo gobacktoactivity sudoku i know that the default android checkbox extends textview then why not use those label text to know if the checkbox es that will be asserted contains the right value i any case that the ischeckboxchecked string is of any use please give me some sample code in order for me to know what kind of label of the checkbox it search for it to return something real not an inevitable boolean false regards mark attachment original issue | 1 |
223,474 | 7,457,302,927 | IssuesEvent | 2018-03-30 03:19:04 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Found DotNetZip-2vbicujv.tmp file in Storage folder (V7.3) | Medium Priority | Today I found a file named 'DotNetZip-2vbicujv.tmp' in the Storage folder of our server. What is this, what can I do with it and in which case will this be created.
Can I delete it?
(may be relevant: some of the ECO-backups generates the timetamp-folder and the Game.eco file but not the Game.db file. ) | 1.0 | Found DotNetZip-2vbicujv.tmp file in Storage folder (V7.3) - Today I found a file named 'DotNetZip-2vbicujv.tmp' in the Storage folder of our server. What is this, what can I do with it and in which case will this be created.
Can I delete it?
(may be relevant: some of the ECO-backups generates the timetamp-folder and the Game.eco file but not the Game.db file. ) | priority | found dotnetzip tmp file in storage folder today i found a file named dotnetzip tmp in the storage folder of our server what is this what can i do with it and in which case will this be created can i delete it may be relevant some of the eco backups generates the timetamp folder and the game eco file but not the game db file | 1 |
368,282 | 10,869,375,956 | IssuesEvent | 2019-11-15 07:20:46 | AY1920S1-CS2103T-F14-4/main | https://api.github.com/repos/AY1920S1-CS2103T-F14-4/main | closed | Delivery Tasks - Check the incomplete delivery tasks that a driver has. | priority.High severity.Medium type.Story | As a driver supervisor, I want to be able to check the incomplete delivery tasks a driver has so that I notify them if they have not complete their tasks. | 1.0 | Delivery Tasks - Check the incomplete delivery tasks that a driver has. - As a driver supervisor, I want to be able to check the incomplete delivery tasks a driver has so that I notify them if they have not complete their tasks. | priority | delivery tasks check the incomplete delivery tasks that a driver has as a driver supervisor i want to be able to check the incomplete delivery tasks a driver has so that i notify them if they have not complete their tasks | 1 |
425,017 | 12,334,144,159 | IssuesEvent | 2020-05-14 09:42:24 | hochschule-darmstadt/openartbrowser | https://api.github.com/repos/hochschule-darmstadt/openartbrowser | closed | Location component official website as hyperlink | User Interface good first issue medium priority small effort usability improvement | **Reason**
Location component official website label is too long;
URL is no hyperlink
**Solution**
Rename label "Official page: " -> "Web: " in all languages
Make URL hyperlink; open in new tab.
**Alternatives**
**Effects**
URL Clickable; opens a new tab.
**Acceptance criteria**
**Additional context**
| 1.0 | Location component official website as hyperlink - **Reason**
Location component official website label is too long;
URL is no hyperlink
**Solution**
Rename label "Official page: " -> "Web: " in all languages
Make URL hyperlink; open in new tab.
**Alternatives**
**Effects**
URL Clickable; opens a new tab.
**Acceptance criteria**
**Additional context**
| priority | location component official website as hyperlink reason location component official website label is too long url is no hyperlink solution rename label official page web in all languages make url hyperlink open in new tab alternatives effects url clickable opens a new tab acceptance criteria additional context | 1 |
216,643 | 7,310,444,159 | IssuesEvent | 2018-02-28 15:01:34 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | opened | perl API clients: Need a read timeout | Priority: Medium Type: Bug | @jrouzierinverse addressed this in previous commits in devel but we need to make sure we patch the 7.x via the maintenance to ensure there is a sensible read timeout for the API requests.
In my problematic case, pfsso was jammed and hanging requests but accepting them and just never returning a reply. | 1.0 | perl API clients: Need a read timeout - @jrouzierinverse addressed this in previous commits in devel but we need to make sure we patch the 7.x via the maintenance to ensure there is a sensible read timeout for the API requests.
In my problematic case, pfsso was jammed and hanging requests but accepting them and just never returning a reply. | priority | perl api clients need a read timeout jrouzierinverse addressed this in previous commits in devel but we need to make sure we patch the x via the maintenance to ensure there is a sensible read timeout for the api requests in my problematic case pfsso was jammed and hanging requests but accepting them and just never returning a reply | 1 |
323,108 | 9,842,930,736 | IssuesEvent | 2019-06-18 10:23:10 | openshift/odo | https://api.github.com/repos/openshift/odo | closed | URL length is not checked | kind/bug points/2 priority/Medium state/Ready | [kind/bug]
## What versions of software are you using?
- Operating System: macOS
- Output of `odo version`: odo v0.0.17 (78a050bc)
## How did you run odo exactly?
```
git clone git clone https://github.com/openshift-labs/beercan-shooter-game.git frontend
cd frontend
odo create project intro-workshop-ffdba71e1aac11e9b95c
odo create nodejs frontend
odo create url
```
## Actual behavior
The URL that is created is:
`frontend-nodejs-lmus-frontend-jwzy-intro-workshop-ffdba71e1aac11e9b95c.apps.osevg-cbc0.openshiftworkshop.com` in my environment.
First segment, the one created based on application, component and project is 70 chars long, and exceeds 64 chars which is the maximum length allowed.
The route is created but it's not accepted by the OpenShift Router, hence never functional.
## Expected behavior
The url should be shortened to 64 chars max.
In this example there are some constraints:
- Project name is generated, so we don't control it's length
- Application name is autogenerated based on the rules defined in epic https://github.com/redhat-developer/odo/issues/164 and specifically PR https://github.com/redhat-developer/odo/pull/741
- Component name is autogenerated based on the rules define in epic https://github.com/redhat-developer/odo/issues/164 and specifically PR https://github.com/redhat-developer/odo/pull/741
The component names and application names might be too long.
## Any logs, error output, etc?
| 1.0 | URL length is not checked - [kind/bug]
## What versions of software are you using?
- Operating System: macOS
- Output of `odo version`: odo v0.0.17 (78a050bc)
## How did you run odo exactly?
```
git clone git clone https://github.com/openshift-labs/beercan-shooter-game.git frontend
cd frontend
odo create project intro-workshop-ffdba71e1aac11e9b95c
odo create nodejs frontend
odo create url
```
## Actual behavior
The URL that is created is:
`frontend-nodejs-lmus-frontend-jwzy-intro-workshop-ffdba71e1aac11e9b95c.apps.osevg-cbc0.openshiftworkshop.com` in my environment.
First segment, the one created based on application, component and project is 70 chars long, and exceeds 64 chars which is the maximum length allowed.
The route is created but it's not accepted by the OpenShift Router, hence never functional.
## Expected behavior
The url should be shortened to 64 chars max.
In this example there are some constraints:
- Project name is generated, so we don't control it's length
- Application name is autogenerated based on the rules defined in epic https://github.com/redhat-developer/odo/issues/164 and specifically PR https://github.com/redhat-developer/odo/pull/741
- Component name is autogenerated based on the rules define in epic https://github.com/redhat-developer/odo/issues/164 and specifically PR https://github.com/redhat-developer/odo/pull/741
The component names and application names might be too long.
## Any logs, error output, etc?
| priority | url length is not checked what versions of software are you using operating system macos output of odo version odo how did you run odo exactly git clone git clone frontend cd frontend odo create project intro workshop odo create nodejs frontend odo create url actual behavior the url that is created is frontend nodejs lmus frontend jwzy intro workshop apps osevg openshiftworkshop com in my environment first segment the one created based on application component and project is chars long and exceeds chars which is the maximum length allowed the route is created but it s not accepted by the openshift router hence never functional expected behavior the url should be shortened to chars max in this example there are some constraints project name is generated so we don t control it s length application name is autogenerated based on the rules defined in epic and specifically pr component name is autogenerated based on the rules define in epic and specifically pr the component names and application names might be too long any logs error output etc | 1 |
48,439 | 2,998,169,335 | IssuesEvent | 2015-07-23 12:40:35 | jayway/powermock | https://api.github.com/repos/jayway/powermock | closed | Create a FAQ | enhancement imported Milestone-Release1.0 Priority-Medium | _From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on November 07, 2008 10:28:58_
Create a FAQ describing the log4j issue that some people seem to
experience. Also put the cobertura stuff in there so we can close the issue.
_Original issue: http://code.google.com/p/powermock/issues/detail?id=62_ | 1.0 | Create a FAQ - _From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on November 07, 2008 10:28:58_
Create a FAQ describing the log4j issue that some people seem to
experience. Also put the cobertura stuff in there so we can close the issue.
_Original issue: http://code.google.com/p/powermock/issues/detail?id=62_ | priority | create a faq from on november create a faq describing the issue that some people seem to experience also put the cobertura stuff in there so we can close the issue original issue | 1 |
28,666 | 2,708,468,059 | IssuesEvent | 2015-04-08 09:09:23 | ondras/wwwsqldesigner | https://api.github.com/repos/ondras/wwwsqldesigner | opened | Drag n Drop (foreign keys, re-order fields) | enhancement imported Priority-Medium | _From [kevin.sa...@gmail.com](https://code.google.com/u/105135887812509745051/) on July 08, 2009 15:58:14_
What steps will reproduce the problem? 1. Creating a relation / foreign key requires clicking on the button in the
menus
1.1. Changing the order of the fields in a table too! What is the expected output? What do you see instead? It would be great with those fields were dragable both within the table to
change their order, and to another table to create a new relation. What version of the product are you using? On what operating system? Latest zip available
_Original issue: http://code.google.com/p/wwwsqldesigner/issues/detail?id=29_ | 1.0 | Drag n Drop (foreign keys, re-order fields) - _From [kevin.sa...@gmail.com](https://code.google.com/u/105135887812509745051/) on July 08, 2009 15:58:14_
What steps will reproduce the problem? 1. Creating a relation / foreign key requires clicking on the button in the
menus
1.1. Changing the order of the fields in a table too! What is the expected output? What do you see instead? It would be great with those fields were dragable both within the table to
change their order, and to another table to create a new relation. What version of the product are you using? On what operating system? Latest zip available
_Original issue: http://code.google.com/p/wwwsqldesigner/issues/detail?id=29_ | priority | drag n drop foreign keys re order fields from on july what steps will reproduce the problem creating a relation foreign key requires clicking on the button in the menus changing the order of the fields in a table too what is the expected output what do you see instead it would be great with those fields were dragable both within the table to change their order and to another table to create a new relation what version of the product are you using on what operating system latest zip available original issue | 1 |
702,627 | 24,129,016,189 | IssuesEvent | 2022-09-21 05:13:47 | WasmEdge/WasmEdge | https://api.github.com/repos/WasmEdge/WasmEdge | closed | Bump OpenSSL from 1.1.1 to 3 | help wanted feature priority:medium c:Plugin | ## Motivation
OpenSSL 3 released at 2021-09-07. Since most of the modern operating systems are bumping to the new version, it's time to upgrade our OpenSSL dependencies from 1.1.1 to 3.
According to the announcement from OpenSSL,
Version 3.0 will be supported until 2026-09-07 (LTS).
Version 1.1.1 will be supported until 2023-09-11 (LTS).
It still has some time for us to upgrade until the 1.1.1 EOL.
## Details
The OpenSSL is used in the following plugins:
1. WASI-Crypto
2. HTTPSREQ
We should bump the OpenSSL dependencies from 1.1.1 to 3.
## Appendix
* OpenSSL announcement: https://www.openssl.org/policies/releasestrat.html
* WASI-Crypto: https://github.com/WasmEdge/WasmEdge/tree/master/plugins/wasi_crypto
* HTTPSREQ: https://github.com/WasmEdge/WasmEdge/tree/master/plugins/httpsreq | 1.0 | Bump OpenSSL from 1.1.1 to 3 - ## Motivation
OpenSSL 3 released at 2021-09-07. Since most of the modern operating systems are bumping to the new version, it's time to upgrade our OpenSSL dependencies from 1.1.1 to 3.
According to the announcement from OpenSSL,
Version 3.0 will be supported until 2026-09-07 (LTS).
Version 1.1.1 will be supported until 2023-09-11 (LTS).
It still has some time for us to upgrade until the 1.1.1 EOL.
## Details
The OpenSSL is used in the following plugins:
1. WASI-Crypto
2. HTTPSREQ
We should bump the OpenSSL dependencies from 1.1.1 to 3.
## Appendix
* OpenSSL announcement: https://www.openssl.org/policies/releasestrat.html
* WASI-Crypto: https://github.com/WasmEdge/WasmEdge/tree/master/plugins/wasi_crypto
* HTTPSREQ: https://github.com/WasmEdge/WasmEdge/tree/master/plugins/httpsreq | priority | bump openssl from to motivation openssl released at since most of the modern operating systems are bumping to the new version it s time to upgrade our openssl dependencies from to according to the announcement from openssl version will be supported until lts version will be supported until lts it still has some time for us to upgrade until the eol details the openssl is used in the following plugins wasi crypto httpsreq we should bump the openssl dependencies from to appendix openssl announcement wasi crypto httpsreq | 1 |
393,841 | 11,625,443,569 | IssuesEvent | 2020-02-27 12:42:17 | oslc-op/oslc-specs | https://api.github.com/repos/oslc-op/oslc-specs | closed | Behaviour if a property is specified in oslc.select that does not exist | Core: Query Priority: Medium Xtra: Jira | The OSLC Query 2.0 spec did not define the expected behaviour if a property is specified in oslc.select that does not exist.
---
_Migrated from https://issues.oasis-open.org/browse/OSLCCORE-146 (opened by @DavidJHoney; previously assigned to @jamsden)_
| 1.0 | Behaviour if a property is specified in oslc.select that does not exist - The OSLC Query 2.0 spec did not define the expected behaviour if a property is specified in oslc.select that does not exist.
---
_Migrated from https://issues.oasis-open.org/browse/OSLCCORE-146 (opened by @DavidJHoney; previously assigned to @jamsden)_
| priority | behaviour if a property is specified in oslc select that does not exist the oslc query spec did not define the expected behaviour if a property is specified in oslc select that does not exist migrated from opened by davidjhoney previously assigned to jamsden | 1 |
830,617 | 32,018,952,428 | IssuesEvent | 2023-09-22 01:41:22 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | Test failure - YbAdminSnapshotScheduleTest.DeleteIndexOnRestore | kind/bug area/docdb priority/medium | Jira Link: [DB-4583](https://yugabyte.atlassian.net/browse/DB-4583)
Observed with Clang 12, ASAN, x86_64.
Test log: https://gist.github.com/mbautin/b03550ee2410d14a292dbbe7f4b8e16f/raw
Fatal log:
kSnapshot: Apply failed: Not found (yb/rocksdb/util/env_posix.cc:214): Snapshot directory does not exist
Base commit: 75b2a1eeaef76bef58d302d986b65f82c5f46b8d
[DB-4583]: https://yugabyte.atlassian.net/browse/DB-4583?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[DB-4583]: https://yugabyte.atlassian.net/browse/DB-4583?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | 1.0 | Test failure - YbAdminSnapshotScheduleTest.DeleteIndexOnRestore - Jira Link: [DB-4583](https://yugabyte.atlassian.net/browse/DB-4583)
Observed with Clang 12, ASAN, x86_64.
Test log: https://gist.github.com/mbautin/b03550ee2410d14a292dbbe7f4b8e16f/raw
Fatal log:
kSnapshot: Apply failed: Not found (yb/rocksdb/util/env_posix.cc:214): Snapshot directory does not exist
Base commit: 75b2a1eeaef76bef58d302d986b65f82c5f46b8d
[DB-4583]: https://yugabyte.atlassian.net/browse/DB-4583?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[DB-4583]: https://yugabyte.atlassian.net/browse/DB-4583?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | priority | test failure ybadminsnapshotscheduletest deleteindexonrestore jira link observed with clang asan test log fatal log ksnapshot apply failed not found yb rocksdb util env posix cc snapshot directory does not exist base commit | 1 |
226,489 | 7,519,890,711 | IssuesEvent | 2018-04-12 13:04:04 | YannCaron/PhaserGames | https://api.github.com/repos/YannCaron/PhaserGames | closed | Blockly texts reviewing | medium priority new | - Review English language blocks
- Review French language blocks
- Review English language tool tips
- Review French language tool tips | 1.0 | Blockly texts reviewing - - Review English language blocks
- Review French language blocks
- Review English language tool tips
- Review French language tool tips | priority | blockly texts reviewing review english language blocks review french language blocks review english language tool tips review french language tool tips | 1 |
372,272 | 11,012,066,505 | IssuesEvent | 2019-12-04 17:28:22 | vigetlabs/npm | https://api.github.com/repos/vigetlabs/npm | closed | [QA] Product detail > Unable to toggle between tabs on Windows Edge & IE11 | Medium Priority Needs QA Fixes | **Browser/Device**: Windows Desktop, IE11 and Edge
To reproduce:
1. Navigate to https://live-national-public-media-v2.pantheonsite.io/products/mid-roll/
2. Observe there is no selected state on tabbed content
3. Click on tab headers to switch tabs.
4. Tab content does not switch.
**Screenshot:**

| 1.0 | [QA] Product detail > Unable to toggle between tabs on Windows Edge & IE11 - **Browser/Device**: Windows Desktop, IE11 and Edge
To reproduce:
1. Navigate to https://live-national-public-media-v2.pantheonsite.io/products/mid-roll/
2. Observe there is no selected state on tabbed content
3. Click on tab headers to switch tabs.
4. Tab content does not switch.
**Screenshot:**

| priority | product detail unable to toggle between tabs on windows edge browser device windows desktop and edge to reproduce navigate to observe there is no selected state on tabbed content click on tab headers to switch tabs tab content does not switch screenshot | 1 |
68,123 | 3,284,260,669 | IssuesEvent | 2015-10-28 15:59:14 | CenterForOpenScience/osf.io | https://api.github.com/repos/CenterForOpenScience/osf.io | closed | View Only links sanitization inconsistent between initial naming and editing | 2 - ready bug: production priority - medium | <h3>Steps</h3>
Two weird versions:
Version 1:
Action: Create a new view only link with the name: <blarg
Output: name: \<blarg
Action: Edit the view only link by clicking on the name and call it: <blarg
Output: name: <blarg
Version 2:
Action: Create a new view only link with the name: <!blarg
Output: name: Empty (in red)
Action: Edit a name to be: <!blarg
Output: name: <!blarg
<h3>Expected</h3>
Editing the name and the original naming procedure should return the same values, however, the editing seems to sanitize less possibly. I have yet to find any exploits due to this, but it is slightly concerning that they don't return the same outputs when given the same inputs.
| 1.0 | View Only links sanitization inconsistent between initial naming and editing - <h3>Steps</h3>
Two weird versions:
Version 1:
Action: Create a new view only link with the name: <blarg
Output: name: \<blarg
Action: Edit the view only link by clicking on the name and call it: <blarg
Output: name: <blarg
Version 2:
Action: Create a new view only link with the name: <!blarg
Output: name: Empty (in red)
Action: Edit a name to be: <!blarg
Output: name: <!blarg
<h3>Expected</h3>
Editing the name and the original naming procedure should return the same values, however, the editing seems to sanitize less possibly. I have yet to find any exploits due to this, but it is slightly concerning that they don't return the same outputs when given the same inputs.
| priority | view only links sanitization inconsistent between initial naming and editing steps two weird versions version action create a new view only link with the name blarg output name lt blarg action edit the view only link by clicking on the name and call it blarg output name blarg version action create a new view only link with the name blarg output name empty in red action edit a name to be blarg output name blarg expected editing the name and the original naming procedure should return the same values however the editing seems to sanitize less possibly i have yet to find any exploits due to this but it is slightly concerning that they don t return the same outputs when given the same inputs | 1 |
518,911 | 15,037,108,442 | IssuesEvent | 2021-02-02 15:59:04 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | closed | [studio-ui] Overlapped text with buttons in Delete dialog | bug priority: medium | ## Describe the bug
The section `Dependent Items` is not responsive, the `Edit` button is overlapping with the item text.
## To Reproduce
Steps to reproduce the behavior:
0. Set up Chrome device toolbar, Laptop with MDPI screen
1. Create a site from Editorial
2. Rename `articles` to some long text like `articlesverylonglonglonglonglonglonglonglonglonglonglonglonglonname`
3. Go to `Dashboard` click on `Show In-Progress Items`
4. Select all items and click `Delete`
5. Scroll down to `Dependent Item`
## Expected behavior
No overlap in text with button
## Screenshots

## Logs
N/A
## Specs
### Version
`4.0.0`
### OS
Any
### Browser
Any
## Additional context
N/A
| 1.0 | [studio-ui] Overlapped text with buttons in Delete dialog - ## Describe the bug
The section `Dependent Items` is not responsive, the `Edit` button is overlapping with the item text.
## To Reproduce
Steps to reproduce the behavior:
0. Set up Chrome device toolbar, Laptop with MDPI screen
1. Create a site from Editorial
2. Rename `articles` to some long text like `articlesverylonglonglonglonglonglonglonglonglonglonglonglonglonname`
3. Go to `Dashboard` click on `Show In-Progress Items`
4. Select all items and click `Delete`
5. Scroll down to `Dependent Item`
## Expected behavior
No overlap in text with button
## Screenshots

## Logs
N/A
## Specs
### Version
`4.0.0`
### OS
Any
### Browser
Any
## Additional context
N/A
| priority | overlapped text with buttons in delete dialog describe the bug the section dependent items is not responsive the edit button is overlapping with the item text to reproduce steps to reproduce the behavior set up chrome device toolbar laptop with mdpi screen create a site from editorial rename articles to some long text like articlesverylonglonglonglonglonglonglonglonglonglonglonglonglonname go to dashboard click on show in progress items select all items and click delete scroll down to dependent item expected behavior no overlap in text with button screenshots logs n a specs version os any browser any additional context n a | 1 |
231,763 | 7,643,108,028 | IssuesEvent | 2018-05-08 11:34:20 | robotology/wb-toolbox | https://api.github.com/repos/robotology/wb-toolbox | closed | Add CMake custom targets for generating doxygen and mkdocs documentation | complexity:medium component:cmake priority:normal type:enhancement | For what concern doxygen, refer to:
- https://github.com/robotology/how-to-export-cpp-library
- https://github.com/robotology/how-to-document-modules
This would simplify the deploy script, that will only commit the folders created in `build`. | 1.0 | Add CMake custom targets for generating doxygen and mkdocs documentation - For what concern doxygen, refer to:
- https://github.com/robotology/how-to-export-cpp-library
- https://github.com/robotology/how-to-document-modules
This would simplify the deploy script, that will only commit the folders created in `build`. | priority | add cmake custom targets for generating doxygen and mkdocs documentation for what concern doxygen refer to this would simplify the deploy script that will only commit the folders created in build | 1 |
28,267 | 2,700,753,183 | IssuesEvent | 2015-04-04 14:43:37 | cs2103jan2015-f10-3c/main | https://api.github.com/repos/cs2103jan2015-f10-3c/main | closed | Set end date of repeating event | priority.medium type.story | this option is available so that there's no need to cancel the remaining events that got repeated forever | 1.0 | Set end date of repeating event - this option is available so that there's no need to cancel the remaining events that got repeated forever | priority | set end date of repeating event this option is available so that there s no need to cancel the remaining events that got repeated forever | 1 |
369,232 | 10,894,208,509 | IssuesEvent | 2019-11-19 08:08:23 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | opened | [0.9.0 staging-1254] Hitting Stone wrong calculated | Medium Priority | If I hit Limestone you need to hit it 2 times, but I pay only one durability.
If I hit Large Rubble It's free for me:

Still have durability = 99

| 1.0 | [0.9.0 staging-1254] Hitting Stone wrong calculated - If I hit Limestone you need to hit it 2 times, but I pay only one durability.
If I hit Large Rubble It's free for me:

Still have durability = 99

| priority | hitting stone wrong calculated if i hit limestone you need to hit it times but i pay only one durability if i hit large rubble it s free for me still have durability | 1 |
337,145 | 10,211,241,710 | IssuesEvent | 2019-08-14 16:26:59 | minio/mc | https://api.github.com/repos/minio/mc | closed | mirror command does not remove empty directories from local machine | community priority: medium | I'm synchronizing a local machine with minio server. Everything what has been deleted from the server should be also removed from the local machine.
I'm executing the following command:
```minio mirror --config-dir /data/config --overwrite --remove s3/prod/ /data/files/```
## Expected behavior
Content of the local machine `/data/files/` directory is exactly the same as `s3` server `prod` bucket:
* all new files should be created on the local machine
* all removed files should be removed from the local machine
* all removed directories should be removed from the local machine
## Actual behavior
Everything except deleting removed directories works properly:
* all new files should be created on the local machine 🆗
* all removed files should be removed from the local machine 🆗
* all removed directories should be removed from the local machine 🐛
It causes that after some time I have dozen of empty directories on the local machine.
## Steps to reproduce the behavior
1. create a directory with deep nested structure (in all leaves directories must be located at least one file)
2. upload to minio server
3. execute mirror remote → local machine (the file structure is not the same)
4. remove some 1-st level directories from minio
5. execute mirror remote → local machine (removed files are deleted, but empty directories stay)
In our case we have the following structure (all directories have the same structure):
```
dir1
\- artifacts (← directory, stores 3 files)
|- pipeline-scripts
| \- directory (←directory, stores 3 file)
| |- jobs (← directory, stores 6 files)
| |- utils (← directory, stores 9 files)
| |- .editorconfig
| |- .gitignore
| | ... (additional 4 files)
|- product (← git repository without .git folder, contain nested directories with 5-6 levels)
|- resources (← directory, stores 4 files)
|- pipeline.prooperties
|- product-fat.zip
```
After removal whole `dir1` from the server, and mirror to local I see that all files have been removed, but directories still exist.
## mc version
```minio version RELEASE.2019-05-23T01-33-27Z```
## System information
```
> uname -a
Linux host-p-15760 4.9.0-8-amd64 #1 SMP Debian 4.9.110-3+deb9u4 (2018-08-21) x86_64 GNU/Linux
```
## Additional comments
I found #2612 about missing empty directories after mirroring. I understand that this behavior is a design decision to not create any empty directories (they store no files, so there is no sense to keep them). It would be really great to make it consistent and remove directories which don't store any files :) | 1.0 | mirror command does not remove empty directories from local machine - I'm synchronizing a local machine with minio server. Everything what has been deleted from the server should be also removed from the local machine.
I'm executing the following command:
```minio mirror --config-dir /data/config --overwrite --remove s3/prod/ /data/files/```
## Expected behavior
Content of the local machine `/data/files/` directory is exactly the same as `s3` server `prod` bucket:
* all new files should be created on the local machine
* all removed files should be removed from the local machine
* all removed directories should be removed from the local machine
## Actual behavior
Everything except deleting removed directories works properly:
* all new files should be created on the local machine 🆗
* all removed files should be removed from the local machine 🆗
* all removed directories should be removed from the local machine 🐛
It causes that after some time I have dozen of empty directories on the local machine.
## Steps to reproduce the behavior
1. create a directory with deep nested structure (in all leaves directories must be located at least one file)
2. upload to minio server
3. execute mirror remote → local machine (the file structure is not the same)
4. remove some 1-st level directories from minio
5. execute mirror remote → local machine (removed files are deleted, but empty directories stay)
In our case we have the following structure (all directories have the same structure):
```
dir1
\- artifacts (← directory, stores 3 files)
|- pipeline-scripts
| \- directory (←directory, stores 3 file)
| |- jobs (← directory, stores 6 files)
| |- utils (← directory, stores 9 files)
| |- .editorconfig
| |- .gitignore
| | ... (additional 4 files)
|- product (← git repository without .git folder, contain nested directories with 5-6 levels)
|- resources (← directory, stores 4 files)
|- pipeline.prooperties
|- product-fat.zip
```
After removal whole `dir1` from the server, and mirror to local I see that all files have been removed, but directories still exist.
## mc version
```minio version RELEASE.2019-05-23T01-33-27Z```
## System information
```
> uname -a
Linux host-p-15760 4.9.0-8-amd64 #1 SMP Debian 4.9.110-3+deb9u4 (2018-08-21) x86_64 GNU/Linux
```
## Additional comments
I found #2612 about missing empty directories after mirroring. I understand that this behavior is a design decision to not create any empty directories (they store no files, so there is no sense to keep them). It would be really great to make it consistent and remove directories which don't store any files :) | priority | mirror command does not remove empty directories from local machine i m synchronizing a local machine with minio server everything what has been deleted from the server should be also removed from the local machine i m executing the following command minio mirror config dir data config overwrite remove prod data files expected behavior content of the local machine data files directory is exactly the same as server prod bucket all new files should be created on the local machine all removed files should be removed from the local machine all removed directories should be removed from the local machine actual behavior everything except deleting removed directories works properly all new files should be created on the local machine 🆗 all removed files should be removed from the local machine 🆗 all removed directories should be removed from the local machine 🐛 it causes that after some time i have dozen of empty directories on the local machine steps to reproduce the behavior create a directory with deep nested structure in all leaves directories must be located at least one file upload to minio server execute mirror remote → local machine the file structure is not the same remove some st level directories from minio execute mirror remote → local machine removed files are deleted but empty directories stay in our case we have the following structure all directories have the same structure artifacts ← directory stores files pipeline scripts directory ←directory stores file jobs ← directory stores files utils ← directory stores files editorconfig gitignore additional files product ← git repository without git folder contain nested directories with levels resources ← directory stores files pipeline prooperties product fat zip after removal whole from the server and mirror to local i see that all files have been removed but directories still exist mc version minio version release system information uname a linux host p smp debian gnu linux additional comments i found about missing empty directories after mirroring i understand that this behavior is a design decision to not create any empty directories they store no files so there is no sense to keep them it would be really great to make it consistent and remove directories which don t store any files | 1 |
81,322 | 3,588,506,377 | IssuesEvent | 2016-01-31 02:18:27 | ankidroid/Anki-Android | https://api.github.com/repos/ankidroid/Anki-Android | closed | Cards added agnostically of deck options | bug Priority-Medium | Originally reported on Google Code with ID 2433
```
What steps will reproduce the problem?
1. Add a card in AnkiDroid w/"see new cards in order added" checked
2. Open the deck in AnkiDroid ->view new cards due today for that deck; OR Sync to
Anki desktop->Open the deck w/same "see new cards in order added" option -> view new
cards due today for that deck;
3. The Cards added via AnkiDroid most recently will show up first in the new card will
show up first, at the top of the stack.
What is the expected output? What do you see instead?
Usually the cards added are thrown to the bottom of the new card stack in a deck.
When AnkiDroid adds, it puts them at the top; rendering the "see new cards in order
added" option in an inconsistent state.
Does it happen again every time you repeat the steps above? Or did it
happen only one time?
Everytime
What version of AnkiDroid are you using? (Decks list > menu > About > Look
at the title) 2.3.2
On what version of Android? (Home screen > menu > About phone > Android
version)4.4.4
Please provide any additional information below. Bug makes it only possible to add
cards when I can access my desktop, due to Ankidroid scheduling them incorrectly
```
Reported by `otacon507` on 2014-12-06 23:22:13
| 1.0 | Cards added agnostically of deck options - Originally reported on Google Code with ID 2433
```
What steps will reproduce the problem?
1. Add a card in AnkiDroid w/"see new cards in order added" checked
2. Open the deck in AnkiDroid ->view new cards due today for that deck; OR Sync to
Anki desktop->Open the deck w/same "see new cards in order added" option -> view new
cards due today for that deck;
3. The Cards added via AnkiDroid most recently will show up first in the new card will
show up first, at the top of the stack.
What is the expected output? What do you see instead?
Usually the cards added are thrown to the bottom of the new card stack in a deck.
When AnkiDroid adds, it puts them at the top; rendering the "see new cards in order
added" option in an inconsistent state.
Does it happen again every time you repeat the steps above? Or did it
happen only one time?
Everytime
What version of AnkiDroid are you using? (Decks list > menu > About > Look
at the title) 2.3.2
On what version of Android? (Home screen > menu > About phone > Android
version)4.4.4
Please provide any additional information below. Bug makes it only possible to add
cards when I can access my desktop, due to Ankidroid scheduling them incorrectly
```
Reported by `otacon507` on 2014-12-06 23:22:13
| priority | cards added agnostically of deck options originally reported on google code with id what steps will reproduce the problem add a card in ankidroid w see new cards in order added checked open the deck in ankidroid view new cards due today for that deck or sync to anki desktop open the deck w same see new cards in order added option view new cards due today for that deck the cards added via ankidroid most recently will show up first in the new card will show up first at the top of the stack what is the expected output what do you see instead usually the cards added are thrown to the bottom of the new card stack in a deck when ankidroid adds it puts them at the top rendering the see new cards in order added option in an inconsistent state does it happen again every time you repeat the steps above or did it happen only one time everytime what version of ankidroid are you using decks list menu about look at the title on what version of android home screen menu about phone android version please provide any additional information below bug makes it only possible to add cards when i can access my desktop due to ankidroid scheduling them incorrectly reported by on | 1 |
376,559 | 11,148,508,069 | IssuesEvent | 2019-12-23 15:43:51 | dhenry-KCI/FredCo-Post-Go-Live- | https://api.github.com/repos/dhenry-KCI/FredCo-Post-Go-Live- | opened | RESBLDG town house | Medium Priority | parent town house did not generate impact fess because the condition for the children to be issued before the parent can progress is at the wrong milestone- should go to add fees to generate the impact fees and then the condition should stop at pending issuance milestone


| 1.0 | RESBLDG town house - parent town house did not generate impact fess because the condition for the children to be issued before the parent can progress is at the wrong milestone- should go to add fees to generate the impact fees and then the condition should stop at pending issuance milestone


| priority | resbldg town house parent town house did not generate impact fess because the condition for the children to be issued before the parent can progress is at the wrong milestone should go to add fees to generate the impact fees and then the condition should stop at pending issuance milestone | 1 |
68,121 | 3,284,260,657 | IssuesEvent | 2015-10-28 15:59:13 | CenterForOpenScience/osf.io | https://api.github.com/repos/CenterForOpenScience/osf.io | closed | Add Links modal: Cannot search for project title with HTML escape characters | 2 - ready bug: production Core: Search JIRA priority - medium | I reported this on the Markup-safe 3 trello board.
## Steps
1. Log in to osf.io.
2. Create a project with a title like this: `<i>QA is awesomer&/i>`
3. Navigate to another project.
4. Click on the "Add links" button
5. In the search field, search for your new title.
## Expected Behavior
I expect to be able to find my project based on what I originally titled it and what it was rendered as in the project navbar and log of the project (all three matched).
## Actual Behavior
No search results are given when I search either my projects or all projects in the Add Links modal.
I **can** search for it by searching "QA is awesomer".
## Screenshots
**Newly created project**

**Unsuccessful search**

**Successful search**

| 1.0 | Add Links modal: Cannot search for project title with HTML escape characters - I reported this on the Markup-safe 3 trello board.
## Steps
1. Log in to osf.io.
2. Create a project with a title like this: `<i>QA is awesomer&/i>`
3. Navigate to another project.
4. Click on the "Add links" button
5. In the search field, search for your new title.
## Expected Behavior
I expect to be able to find my project based on what I originally titled it and what it was rendered as in the project navbar and log of the project (all three matched).
## Actual Behavior
No search results are given when I search either my projects or all projects in the Add Links modal.
I **can** search for it by searching "QA is awesomer".
## Screenshots
**Newly created project**

**Unsuccessful search**

**Successful search**

| priority | add links modal cannot search for project title with html escape characters i reported this on the markup safe trello board steps log in to osf io create a project with a title like this lt i gt qa is awesomer i gt navigate to another project click on the add links button in the search field search for your new title expected behavior i expect to be able to find my project based on what i originally titled it and what it was rendered as in the project navbar and log of the project all three matched actual behavior no search results are given when i search either my projects or all projects in the add links modal i can search for it by searching qa is awesomer screenshots newly created project unsuccessful search successful search | 1 |
496,929 | 14,358,801,601 | IssuesEvent | 2020-11-30 14:52:12 | sunpy/sunpy | https://api.github.com/repos/sunpy/sunpy | closed | Examples required of downloading GOES data | Effort Medium Examples Package Novice Priority High net timeseries | ### Description
Now that the new Fido GenericClient now returns all available data we should show an example of how to search by satellite number or index the query result. This may just mean updating this example https://docs.sunpy.org/en/stable/generated/gallery/time_series/goes_hek_m25.html. This example only works because there is actually only one file available for this day, but this example would break on days where multiple files were returned in teh query (e.g. GOES 13 and 15 returned).
I'm thinking of writing an example that goes over the GOES data and explains the differences of the re-processed GOES data.
| 1.0 | Examples required of downloading GOES data - ### Description
Now that the new Fido GenericClient now returns all available data we should show an example of how to search by satellite number or index the query result. This may just mean updating this example https://docs.sunpy.org/en/stable/generated/gallery/time_series/goes_hek_m25.html. This example only works because there is actually only one file available for this day, but this example would break on days where multiple files were returned in teh query (e.g. GOES 13 and 15 returned).
I'm thinking of writing an example that goes over the GOES data and explains the differences of the re-processed GOES data.
| priority | examples required of downloading goes data description now that the new fido genericclient now returns all available data we should show an example of how to search by satellite number or index the query result this may just mean updating this example this example only works because there is actually only one file available for this day but this example would break on days where multiple files were returned in teh query e g goes and returned i m thinking of writing an example that goes over the goes data and explains the differences of the re processed goes data | 1 |
101,909 | 4,147,719,756 | IssuesEvent | 2016-06-15 08:19:23 | BugBusterSWE/MaaS | https://api.github.com/repos/BugBusterSWE/MaaS | opened | Scrivere test per src/routes | priority:medium Programmer | *Codice in cui si trova il problema*:
activity #65
*Descrizione del problema*:
Scrivere i test relativi ai file in questa cartella.
Nota che in test/routes sono gia' presenti dei test, questi vanno rivisti e se incompleti completati.
Link task: [https://bugbusters.teamwork.com/tasks/7192516](https://bugbusters.teamwork.com/tasks/7192516) | 1.0 | Scrivere test per src/routes - *Codice in cui si trova il problema*:
activity #65
*Descrizione del problema*:
Scrivere i test relativi ai file in questa cartella.
Nota che in test/routes sono gia' presenti dei test, questi vanno rivisti e se incompleti completati.
Link task: [https://bugbusters.teamwork.com/tasks/7192516](https://bugbusters.teamwork.com/tasks/7192516) | priority | scrivere test per src routes codice in cui si trova il problema activity descrizione del problema scrivere i test relativi ai file in questa cartella nota che in test routes sono gia presenti dei test questi vanno rivisti e se incompleti completati link task | 1 |
636,715 | 20,606,941,036 | IssuesEvent | 2022-03-07 02:14:52 | Heptagram-Bot-Project/bot | https://api.github.com/repos/Heptagram-Bot-Project/bot | opened | [FEAT] - Discord Ban Appeal System | 👐 help wanted 👐 👀👤 status: seeking assignee 👤👀 good first issue priority: medium | ### What feature would you like to see?
Based on [sylveon/discord-ban-appeals](https://github.com/sylveon/discord-ban-appeals), this would require a website component and a bot component. Upon ban, the bot will dm the user a link to a ban appeal dashboard. Servers will have to each opt in.
### Additional information
_No response_ | 1.0 | [FEAT] - Discord Ban Appeal System - ### What feature would you like to see?
Based on [sylveon/discord-ban-appeals](https://github.com/sylveon/discord-ban-appeals), this would require a website component and a bot component. Upon ban, the bot will dm the user a link to a ban appeal dashboard. Servers will have to each opt in.
### Additional information
_No response_ | priority | discord ban appeal system what feature would you like to see based on this would require a website component and a bot component upon ban the bot will dm the user a link to a ban appeal dashboard servers will have to each opt in additional information no response | 1 |
811,010 | 30,271,724,256 | IssuesEvent | 2023-07-07 15:52:25 | netdata/netdata-cloud | https://api.github.com/repos/netdata/netdata-cloud | closed | [Bug]: Total Network Outbound values vary more than expected (low volatility) | bug priority/medium priority/low area/charts | ### Bug description
Sometimes the value jumps although the traffic should only vary within a couple of percent in reality, there is no such volatility.
Value jumps from ~30 to ~20
https://github.com/netdata/netdata-cloud/assets/80083/0c760f0b-f4f6-4b04-a3b7-a555c3de39f4
### Expected behavior
Value should be consistent
### Steps to reproduce
See video
### Screenshots
_No response_
### Error Logs
_No response_
### Desktop
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Browser Version [e.g. 22]
### Additional context
_No response_ | 2.0 | [Bug]: Total Network Outbound values vary more than expected (low volatility) - ### Bug description
Sometimes the value jumps although the traffic should only vary within a couple of percent in reality, there is no such volatility.
Value jumps from ~30 to ~20
https://github.com/netdata/netdata-cloud/assets/80083/0c760f0b-f4f6-4b04-a3b7-a555c3de39f4
### Expected behavior
Value should be consistent
### Steps to reproduce
See video
### Screenshots
_No response_
### Error Logs
_No response_
### Desktop
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Browser Version [e.g. 22]
### Additional context
_No response_ | priority | total network outbound values vary more than expected low volatility bug description sometimes the value jumps although the traffic should only vary within a couple of percent in reality there is no such volatility value jumps from to expected behavior value should be consistent steps to reproduce see video screenshots no response error logs no response desktop os browser browser version additional context no response | 1 |
269,421 | 8,435,616,681 | IssuesEvent | 2018-10-17 13:35:24 | compodoc/compodoc | https://api.github.com/repos/compodoc/compodoc | closed | [FEATURE] - StencilJS projects support | 1. Type: Enhancement Priority: Medium Status: Accepted Time: ~3 hours | <!--
> Please follow the issue template below for bug reports and queries.
> For issue, start the label of the title with [BUG]
> For feature requests, start the label of the title with [FEATURE] and explain your use case and ideas clearly below, you can remove sections which are not relevant.
-->
##### **Overview of the issue**
Just want to have support for StencilJS projects.
https://stenciljs.com/docs/getting-started
##### **Operating System, Node.js, npm, compodoc version(s)**
$ winver
Windows 10
$ node -v
v8.11.2
$ npm -v
6.1.0
##### **Angular configuration, a `package.json` file in the root folder**
package.json:
https://github.com/napolev/web-components/blob/master/package.json
Actual repository:
https://github.com/napolev/web-components/
##### **Compodoc installed globally or locally ?**
Compodoc installed both globally and locally.
##### **If possible sourcecode of the file where it breaks**
The generation doesn't break, it just doesn't generate the documentation for my two components as you can see here:
https://napolev.github.io/web-components/documentation/
Here are the two components:
https://github.com/napolev/web-components/tree/master/src/components
##### **If possible your terminal logs before the error**
```
$ npm run compodoc
> web-components@0.0.1 compodoc D:\webapp37-web-components
> compodoc -p src/tsconfig.app.json
1.1.5
Typescript version : 2.9.1
Node.js version : v8.11.2
Operating system : Windows 10
[10:43:43] No configuration file found, switching to CLI flags.
[10:43:43] Using tsconfig file : D:\webapp37-web-components\src\tsconfig.app.json
[10:43:44] Ignoring : D:\webapp37-web-components\src\components.d.ts
[10:43:44] Including : D:\webapp37-web-components\src\index.html
[10:43:44] Including : D:\webapp37-web-components\src\tsconfig.app.json
[10:43:44] Including : D:\webapp37-web-components\src\components\thumb-01-product\thumb-01-product.scss
[10:43:44] Including : D:\webapp37-web-components\src\components\thumb-01-product\thumb-01-product.tsx
[10:43:44] Including : D:\webapp37-web-components\src\components\thumb-02-product\thumb-02-product.scss
[10:43:44] Including : D:\webapp37-web-components\src\components\thumb-02-product\thumb-02-product.tsx
[10:43:44] Searching package.json file
[10:43:44] package.json file found
[10:43:44] Processing package.json dependencies
[10:43:44] Searching README.md, CHANGELOG.md, CONTRIBUTING.md, LICENSE.md, TODO.md files
[10:43:44] README.md file found
[10:43:44] Error during D:\webapp37-web-components\CHANGELOG read
[10:43:44] Continuing without CHANGELOG.md file
[10:43:44] Error during D:\webapp37-web-components\CONTRIBUTING read
[10:43:44] Continuing without CONTRIBUTING.md file
[10:43:44] Error during D:\webapp37-web-components\LICENSE read
[10:43:44] Continuing without LICENSE.md file
[10:43:44] Error during D:\webapp37-web-components\TODO read
[10:43:44] Continuing without TODO.md file
[10:43:44] Get dependencies data
[10:43:44] -------------------
[10:43:44] Project statistics
[10:43:44] -------------------
[10:43:44] Prepare components
[10:43:44] Prepare modules
[10:43:44] Process documentation coverage report
[10:43:44] Process main graph
[10:43:45] Process pages
[10:43:45] Process page : coverage
[10:43:45] Process page : dependencies
[10:43:45] Process page : index
[10:43:45] Process page : modules
[10:43:45] Process page : overview
[10:43:45] Process menu...
[10:43:46] Copy main resources
[10:43:48] Documentation generated in ./documentation/ in 5.881 seconds using gitbook theme
```
##### **Motivation for or Use Case**
Need to document an StencilJS project, which uses TypeScript (similar use cases this beautiful tool can handle).
##### **Reproduce the error**
1. Clone this repository: https://github.com/napolev/web-components
2. Run: `$ npm i`
3. Run: `$ npm run compodoc`
##### **Related issues**
Opened a thread here:
https://stackoverflow.com/questions/52138422/generating-api-doc-for-an-stencil-project-with-multiple-components
And here:
https://forum.ionicframework.com/t/generating-api-doc-for-an-stencil-project-with-multiple-components/140460
##### **Suggest a Fix**
I don't have a clear idea on how to suggest a fix for this but I think it will be really easy for you to figure this out because StencilJS uses TypeScript as well. I strongly suggest you that incorporate one session on your documentation for StencilJS projects since that's a really good framework.
Thanks!
<!-- if you can't fix the bug yourself, perhaps you can point to what might be
causing the problem (line of code or commit) -->
<!-- Love compodoc? Please consider supporting our collective:
👉 https://opencollective.com/compodoc/donate --> | 1.0 | [FEATURE] - StencilJS projects support - <!--
> Please follow the issue template below for bug reports and queries.
> For issue, start the label of the title with [BUG]
> For feature requests, start the label of the title with [FEATURE] and explain your use case and ideas clearly below, you can remove sections which are not relevant.
-->
##### **Overview of the issue**
Just want to have support for StencilJS projects.
https://stenciljs.com/docs/getting-started
##### **Operating System, Node.js, npm, compodoc version(s)**
$ winver
Windows 10
$ node -v
v8.11.2
$ npm -v
6.1.0
##### **Angular configuration, a `package.json` file in the root folder**
package.json:
https://github.com/napolev/web-components/blob/master/package.json
Actual repository:
https://github.com/napolev/web-components/
##### **Compodoc installed globally or locally ?**
Compodoc installed both globally and locally.
##### **If possible sourcecode of the file where it breaks**
The generation doesn't break, it just doesn't generate the documentation for my two components as you can see here:
https://napolev.github.io/web-components/documentation/
Here are the two components:
https://github.com/napolev/web-components/tree/master/src/components
##### **If possible your terminal logs before the error**
```
$ npm run compodoc
> web-components@0.0.1 compodoc D:\webapp37-web-components
> compodoc -p src/tsconfig.app.json
1.1.5
Typescript version : 2.9.1
Node.js version : v8.11.2
Operating system : Windows 10
[10:43:43] No configuration file found, switching to CLI flags.
[10:43:43] Using tsconfig file : D:\webapp37-web-components\src\tsconfig.app.json
[10:43:44] Ignoring : D:\webapp37-web-components\src\components.d.ts
[10:43:44] Including : D:\webapp37-web-components\src\index.html
[10:43:44] Including : D:\webapp37-web-components\src\tsconfig.app.json
[10:43:44] Including : D:\webapp37-web-components\src\components\thumb-01-product\thumb-01-product.scss
[10:43:44] Including : D:\webapp37-web-components\src\components\thumb-01-product\thumb-01-product.tsx
[10:43:44] Including : D:\webapp37-web-components\src\components\thumb-02-product\thumb-02-product.scss
[10:43:44] Including : D:\webapp37-web-components\src\components\thumb-02-product\thumb-02-product.tsx
[10:43:44] Searching package.json file
[10:43:44] package.json file found
[10:43:44] Processing package.json dependencies
[10:43:44] Searching README.md, CHANGELOG.md, CONTRIBUTING.md, LICENSE.md, TODO.md files
[10:43:44] README.md file found
[10:43:44] Error during D:\webapp37-web-components\CHANGELOG read
[10:43:44] Continuing without CHANGELOG.md file
[10:43:44] Error during D:\webapp37-web-components\CONTRIBUTING read
[10:43:44] Continuing without CONTRIBUTING.md file
[10:43:44] Error during D:\webapp37-web-components\LICENSE read
[10:43:44] Continuing without LICENSE.md file
[10:43:44] Error during D:\webapp37-web-components\TODO read
[10:43:44] Continuing without TODO.md file
[10:43:44] Get dependencies data
[10:43:44] -------------------
[10:43:44] Project statistics
[10:43:44] -------------------
[10:43:44] Prepare components
[10:43:44] Prepare modules
[10:43:44] Process documentation coverage report
[10:43:44] Process main graph
[10:43:45] Process pages
[10:43:45] Process page : coverage
[10:43:45] Process page : dependencies
[10:43:45] Process page : index
[10:43:45] Process page : modules
[10:43:45] Process page : overview
[10:43:45] Process menu...
[10:43:46] Copy main resources
[10:43:48] Documentation generated in ./documentation/ in 5.881 seconds using gitbook theme
```
##### **Motivation for or Use Case**
Need to document an StencilJS project, which uses TypeScript (similar use cases this beautiful tool can handle).
##### **Reproduce the error**
1. Clone this repository: https://github.com/napolev/web-components
2. Run: `$ npm i`
3. Run: `$ npm run compodoc`
##### **Related issues**
Opened a thread here:
https://stackoverflow.com/questions/52138422/generating-api-doc-for-an-stencil-project-with-multiple-components
And here:
https://forum.ionicframework.com/t/generating-api-doc-for-an-stencil-project-with-multiple-components/140460
##### **Suggest a Fix**
I don't have a clear idea on how to suggest a fix for this but I think it will be really easy for you to figure this out because StencilJS uses TypeScript as well. I strongly suggest you that incorporate one session on your documentation for StencilJS projects since that's a really good framework.
Thanks!
<!-- if you can't fix the bug yourself, perhaps you can point to what might be
causing the problem (line of code or commit) -->
<!-- Love compodoc? Please consider supporting our collective:
👉 https://opencollective.com/compodoc/donate --> | priority | stenciljs projects support please follow the issue template below for bug reports and queries for issue start the label of the title with for feature requests start the label of the title with and explain your use case and ideas clearly below you can remove sections which are not relevant overview of the issue just want to have support for stenciljs projects operating system node js npm compodoc version s winver windows node v npm v angular configuration a package json file in the root folder package json actual repository compodoc installed globally or locally compodoc installed both globally and locally if possible sourcecode of the file where it breaks the generation doesn t break it just doesn t generate the documentation for my two components as you can see here here are the two components if possible your terminal logs before the error npm run compodoc web components compodoc d web components compodoc p src tsconfig app json typescript version node js version operating system windows no configuration file found switching to cli flags using tsconfig file d web components src tsconfig app json ignoring d web components src components d ts including d web components src index html including d web components src tsconfig app json including d web components src components thumb product thumb product scss including d web components src components thumb product thumb product tsx including d web components src components thumb product thumb product scss including d web components src components thumb product thumb product tsx searching package json file package json file found processing package json dependencies searching readme md changelog md contributing md license md todo md files readme md file found error during d web components changelog read continuing without changelog md file error during d web components contributing read continuing without contributing md file error during d web components license read continuing without license md file error during d web components todo read continuing without todo md file get dependencies data project statistics prepare components prepare modules process documentation coverage report process main graph process pages process page coverage process page dependencies process page index process page modules process page overview process menu copy main resources documentation generated in documentation in seconds using gitbook theme motivation for or use case need to document an stenciljs project which uses typescript similar use cases this beautiful tool can handle reproduce the error clone this repository run npm i run npm run compodoc related issues opened a thread here and here suggest a fix i don t have a clear idea on how to suggest a fix for this but i think it will be really easy for you to figure this out because stenciljs uses typescript as well i strongly suggest you that incorporate one session on your documentation for stenciljs projects since that s a really good framework thanks if you can t fix the bug yourself perhaps you can point to what might be causing the problem line of code or commit love compodoc please consider supporting our collective 👉 | 1 |
716,259 | 24,626,605,031 | IssuesEvent | 2022-10-16 15:52:05 | AY2223S1-CS2113-T17-1/tp | https://api.github.com/repos/AY2223S1-CS2113-T17-1/tp | closed | Add exceptions for passenger list string parameters | priority.Medium | Need to ensure that the Ui.class asserts to show the passengerlist is always true for the length of the string if not it would fail when pass the MAX spacings. | 1.0 | Add exceptions for passenger list string parameters - Need to ensure that the Ui.class asserts to show the passengerlist is always true for the length of the string if not it would fail when pass the MAX spacings. | priority | add exceptions for passenger list string parameters need to ensure that the ui class asserts to show the passengerlist is always true for the length of the string if not it would fail when pass the max spacings | 1 |
815,660 | 30,566,527,636 | IssuesEvent | 2023-07-20 18:13:45 | DDMAL/CantusDB | https://api.github.com/repos/DDMAL/CantusDB | closed | We should create custom 502 and 504 pages | priority: medium necessary for full launch | We should create custom, nice-looking 502 and 504 (and possibly other 5xx - 502 and 504 are the only ones I've seen so far, though) pages for our nginx container to return in case requests take too long to process. | 1.0 | We should create custom 502 and 504 pages - We should create custom, nice-looking 502 and 504 (and possibly other 5xx - 502 and 504 are the only ones I've seen so far, though) pages for our nginx container to return in case requests take too long to process. | priority | we should create custom and pages we should create custom nice looking and and possibly other and are the only ones i ve seen so far though pages for our nginx container to return in case requests take too long to process | 1 |
56,938 | 3,081,219,913 | IssuesEvent | 2015-08-22 14:04:56 | bitfighter/bitfighter | https://api.github.com/repos/bitfighter/bitfighter | closed | Extend instructions page to add symbols and colored names | enhancement imported Priority-Medium | _From [Jomskylark](https://code.google.com/u/Jomskylark/) on February 11, 2012 01:28:08_
Please consider adding another page in the Instructions menu that clarifies what a yellow name means (developers), and what the various symbols mean (@ for server admin, + for server moderator, phaser next to scores in bottom right, etc).
Thanks!
_Original issue: http://code.google.com/p/bitfighter/issues/detail?id=164_ | 1.0 | Extend instructions page to add symbols and colored names - _From [Jomskylark](https://code.google.com/u/Jomskylark/) on February 11, 2012 01:28:08_
Please consider adding another page in the Instructions menu that clarifies what a yellow name means (developers), and what the various symbols mean (@ for server admin, + for server moderator, phaser next to scores in bottom right, etc).
Thanks!
_Original issue: http://code.google.com/p/bitfighter/issues/detail?id=164_ | priority | extend instructions page to add symbols and colored names from on february please consider adding another page in the instructions menu that clarifies what a yellow name means developers and what the various symbols mean for server admin for server moderator phaser next to scores in bottom right etc thanks original issue | 1 |
709,161 | 24,369,190,165 | IssuesEvent | 2022-10-03 17:42:04 | Chatterino/chatterino2 | https://api.github.com/repos/Chatterino/chatterino2 | closed | Migrate /slow command to Helix API | Platform: Twitch Priority: Medium Deprecation: Twitch IRC Commands hacktoberfest | As part of Twitch's announced deprecation of IRC-based commands ([see here for more info](https://discuss.dev.twitch.tv/t/deprecation-of-chat-commands-through-irc/40486), the `/slow` command needs to be migrated to use the relevant Helix API endpoint.
Helix API reference: https://dev.twitch.tv/docs/api/reference#update-chat-settings
Split from #3956 | 1.0 | Migrate /slow command to Helix API - As part of Twitch's announced deprecation of IRC-based commands ([see here for more info](https://discuss.dev.twitch.tv/t/deprecation-of-chat-commands-through-irc/40486), the `/slow` command needs to be migrated to use the relevant Helix API endpoint.
Helix API reference: https://dev.twitch.tv/docs/api/reference#update-chat-settings
Split from #3956 | priority | migrate slow command to helix api as part of twitch s announced deprecation of irc based commands the slow command needs to be migrated to use the relevant helix api endpoint helix api reference split from | 1 |
584,613 | 17,459,853,046 | IssuesEvent | 2021-08-06 08:54:46 | SAP/xsk | https://api.github.com/repos/SAP/xsk | closed | [UI] XS Migration not rendering under dark mode | bug priority-medium effort-medium usability | **Describe the bug**
If you switch the dirigible theme to dark, the XS Migration UI remains in light mode.
**To Reproduce**
Steps to reproduce the behavior:
1. Switch to dark theme
2. Open XS Migration
3. See error
**Expected behavior**
XS Migration UI should change theme with the IDE
**Desktop:**
- OS: macOS 11.5
- Browser: Firefox 90
- Version: XSK 0.7.0
| 1.0 | [UI] XS Migration not rendering under dark mode - **Describe the bug**
If you switch the dirigible theme to dark, the XS Migration UI remains in light mode.
**To Reproduce**
Steps to reproduce the behavior:
1. Switch to dark theme
2. Open XS Migration
3. See error
**Expected behavior**
XS Migration UI should change theme with the IDE
**Desktop:**
- OS: macOS 11.5
- Browser: Firefox 90
- Version: XSK 0.7.0
| priority | xs migration not rendering under dark mode describe the bug if you switch the dirigible theme to dark the xs migration ui remains in light mode to reproduce steps to reproduce the behavior switch to dark theme open xs migration see error expected behavior xs migration ui should change theme with the ide desktop os macos browser firefox version xsk | 1 |
374,334 | 11,088,095,491 | IssuesEvent | 2019-12-14 08:12:00 | HW-PlayersPatch/Development | https://api.github.com/repos/HW-PlayersPatch/Development | closed | Dreadnought Weapon Beam Effect | Priority2: Medium Status5: Implemented Type2: Bug Type4: Campaign | "SQUID N TROLL OCTOPUS Homeworld 2 Dreadnought does not do any damage with his Phase cannon. It will show the animations, but you do not see the beam and it doesn't do any damage at all. At least, this is the case on mission 13."
The dreadnaught works fine in M11,12,14,15, and when spawned on any map (same for sajuuk). But on M13 the dreadnaught beam does not appear, even if you spawn a 2nd one with the balance window. Tested in v2.1 and v2.3. This bug was not present in v1.3. This v2.1 bug needs fixing.
Note: hgn_dreadnaughtioncannon.wepn If you swap Super_Beam for IonBeam_bc (from a Hiig BC), then the Hiig BC effect works. So it may be something with the Super_Beam in Mission 13. | 1.0 | Dreadnought Weapon Beam Effect - "SQUID N TROLL OCTOPUS Homeworld 2 Dreadnought does not do any damage with his Phase cannon. It will show the animations, but you do not see the beam and it doesn't do any damage at all. At least, this is the case on mission 13."
The dreadnaught works fine in M11,12,14,15, and when spawned on any map (same for sajuuk). But on M13 the dreadnaught beam does not appear, even if you spawn a 2nd one with the balance window. Tested in v2.1 and v2.3. This bug was not present in v1.3. This v2.1 bug needs fixing.
Note: hgn_dreadnaughtioncannon.wepn If you swap Super_Beam for IonBeam_bc (from a Hiig BC), then the Hiig BC effect works. So it may be something with the Super_Beam in Mission 13. | priority | dreadnought weapon beam effect squid n troll octopus homeworld dreadnought does not do any damage with his phase cannon it will show the animations but you do not see the beam and it doesn t do any damage at all at least this is the case on mission the dreadnaught works fine in and when spawned on any map same for sajuuk but on the dreadnaught beam does not appear even if you spawn a one with the balance window tested in and this bug was not present in this bug needs fixing note hgn dreadnaughtioncannon wepn if you swap super beam for ionbeam bc from a hiig bc then the hiig bc effect works so it may be something with the super beam in mission | 1 |
370,953 | 10,959,102,218 | IssuesEvent | 2019-11-27 10:42:05 | Repair-DeskPOS/RepairDesk-BUGS-IMPROVEMENTS | https://api.github.com/repos/Repair-DeskPOS/RepairDesk-BUGS-IMPROVEMENTS | closed | How did you hear about us - Legends are not displayed on mobile view | Assigned to developer Medium Priority bug / enhancement | On how did you hear about us report you can see legends on desktop version. **See below:**

However while viewing the report from mobile it doesn't display anything. Is it possible to fix it.

| 1.0 | How did you hear about us - Legends are not displayed on mobile view - On how did you hear about us report you can see legends on desktop version. **See below:**

However while viewing the report from mobile it doesn't display anything. Is it possible to fix it.

| priority | how did you hear about us legends are not displayed on mobile view on how did you hear about us report you can see legends on desktop version see below however while viewing the report from mobile it doesn t display anything is it possible to fix it | 1 |
19,780 | 2,622,168,298 | IssuesEvent | 2015-03-04 00:13:22 | byzhang/rapidjson | https://api.github.com/repos/byzhang/rapidjson | closed | Demo SAX parsing | auto-migrated Priority-Medium Type-Task | ```
Is there a demo showing how to use the SAX parsing capability of rapidjson?
I searched through the examples but can't find a thing and I can't understand
how to do it just by reading the rapidjson source code.
If someone is willing please add an example of how to do SAX parsing with
rapidjson.
```
Original issue reported on code.google.com by `alex.bu...@gmail.com` on 29 Aug 2012 at 8:40 | 1.0 | Demo SAX parsing - ```
Is there a demo showing how to use the SAX parsing capability of rapidjson?
I searched through the examples but can't find a thing and I can't understand
how to do it just by reading the rapidjson source code.
If someone is willing please add an example of how to do SAX parsing with
rapidjson.
```
Original issue reported on code.google.com by `alex.bu...@gmail.com` on 29 Aug 2012 at 8:40 | priority | demo sax parsing is there a demo showing how to use the sax parsing capability of rapidjson i searched through the examples but can t find a thing and i can t understand how to do it just by reading the rapidjson source code if someone is willing please add an example of how to do sax parsing with rapidjson original issue reported on code google com by alex bu gmail com on aug at | 1 |
378,762 | 11,207,825,165 | IssuesEvent | 2020-01-06 05:32:23 | rich-iannone/pointblank | https://api.github.com/repos/rich-iannone/pointblank | closed | Update README | Difficulty: ① Novice Effort: ② Medium Priority: ♨︎ Critical Type: ✎ Docs | The README hasn't been touched in quite a long time and it could be a little shorter. Goal, I think, is to talk about the main workflows and problems that can be solved. All the other little details can go into vignettes/articles. | 1.0 | Update README - The README hasn't been touched in quite a long time and it could be a little shorter. Goal, I think, is to talk about the main workflows and problems that can be solved. All the other little details can go into vignettes/articles. | priority | update readme the readme hasn t been touched in quite a long time and it could be a little shorter goal i think is to talk about the main workflows and problems that can be solved all the other little details can go into vignettes articles | 1 |
124,593 | 4,927,403,837 | IssuesEvent | 2016-11-26 18:31:18 | antoyo/auto-sort-bookmarks | https://api.github.com/repos/antoyo/auto-sort-bookmarks | closed | Add back delay before sorting folders | Priority: Medium Status: Pending Type: Enhancement | I use your bookmark sorting in conjunction with Xmarks to provide most recent clippings to my students, but now after adding it to new computer with v38 of Firefox, can't seem to get the sorting to do it in reverse order. I don't see any way of changing any options except for whether or not to autosort. I want reverse sort by date created.
| 1.0 | Add back delay before sorting folders - I use your bookmark sorting in conjunction with Xmarks to provide most recent clippings to my students, but now after adding it to new computer with v38 of Firefox, can't seem to get the sorting to do it in reverse order. I don't see any way of changing any options except for whether or not to autosort. I want reverse sort by date created.
| priority | add back delay before sorting folders i use your bookmark sorting in conjunction with xmarks to provide most recent clippings to my students but now after adding it to new computer with of firefox can t seem to get the sorting to do it in reverse order i don t see any way of changing any options except for whether or not to autosort i want reverse sort by date created | 1 |
642,097 | 20,867,179,279 | IssuesEvent | 2022-03-22 08:31:48 | wasmerio/wasmer | https://api.github.com/repos/wasmerio/wasmer | closed | Linux memory leak - wasmer 2.x | 🐞 bug 🧞 needs example priority-medium blocked | <!-- Thanks for the bug report! -->
### Describe the bug
Hello,
We're using wasmer-rs in [anoma](https://github.com/anoma/anoma) with the default singlepass compiler, universal engine and limited WASM memory using `wasmer::Store::new_with_tunables` (similar to that from examples) to run many small modules. We're seeing some leaks on linux, which eventually either OOM the machine or starts causing runtime error in the WASM modules on the call to `wasmer::Instance::new`:
```
Insufficient resources: Failed to create memory: Error when allocating memory: Cannot allocate memory (os error 12)
```
Following is excerpt from `valgrind --leak-check=full` with wasmer v2.1.1:
```shell
...
==28542== 2,442,985 (24,528 direct, 2,418,457 indirect) bytes in 2 blocks are definitely lost in loss record 522 of 522
==28542== at 0x483B7F3: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so)
==28542== by 0x145A5D4: wasmer_engine::artifact::Artifact::instantiate (library/std/src/sys/unix/alloc.rs:14)
==28542== by 0x1310FFE: wasmer::sys::instance::Instance::new (module.rs:268)
==28542== by 0x3DF75D: anoma::vm::wasm::run::run_vp (run.rs:242)
==28542== by 0x44458E: rayon::iter::plumbing::bridge_producer_consumer::helper (run.rs:216)
==28542== by 0x445447: rayon::iter::plumbing::bridge_producer_consumer::helper (mod.rs:418)
==28542== by 0x53EA1D: rayon_core::job::StackJob<L,F,R>::run_inline (mod.rs:427)
==28542== by 0x6E3437: std::panicking::try (mod.rs:158)
==28542== by 0x53E00D: <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute (panic.rs:129)
==28542== by 0x2AFD21: rayon_core::registry::WorkerThread::wait_until_cold (job.rs:59)
==28542== by 0xFC65EA: std::sys_common::backtrace::__rust_begin_short_backtrace (registry.rs:700)
==28542== by 0xFC2F3D: core::ops::function::FnOnce::call_once{{vtable-shim}} (mod.rs:481)
==28542== LEAK SUMMARY:
==28542== definitely lost: 49,992 bytes in 20 blocks
==28542== indirectly lost: 5,812,441 bytes in 12,113 blocks
==28542== possibly lost: 7,379 bytes in 50 blocks
```
We also tried with v2.2.0-rc1, which seems to have the same issue. This leak isn't present in v1.0.2.
<!--
A clear and concise description of what the bug is.
Copy and paste the result of executing the following in your shell, so we can know the version of wasmer, Rust (if available) and architecture of your environment.
-->
```sh
echo "`rustc -V` | `uname -mrs`"
rustc 1.56.1 (59eed8a2a 2021-11-01) | Linux 5.11.0-1022-aws x86_64
```
I'm not sure if this is enough context that would help to identify leaky suspects, but I'm happy to provide more context or to try to find a minimal reproducible example if needed. | 1.0 | Linux memory leak - wasmer 2.x - <!-- Thanks for the bug report! -->
### Describe the bug
Hello,
We're using wasmer-rs in [anoma](https://github.com/anoma/anoma) with the default singlepass compiler, universal engine and limited WASM memory using `wasmer::Store::new_with_tunables` (similar to that from examples) to run many small modules. We're seeing some leaks on linux, which eventually either OOM the machine or starts causing runtime error in the WASM modules on the call to `wasmer::Instance::new`:
```
Insufficient resources: Failed to create memory: Error when allocating memory: Cannot allocate memory (os error 12)
```
Following is excerpt from `valgrind --leak-check=full` with wasmer v2.1.1:
```shell
...
==28542== 2,442,985 (24,528 direct, 2,418,457 indirect) bytes in 2 blocks are definitely lost in loss record 522 of 522
==28542== at 0x483B7F3: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so)
==28542== by 0x145A5D4: wasmer_engine::artifact::Artifact::instantiate (library/std/src/sys/unix/alloc.rs:14)
==28542== by 0x1310FFE: wasmer::sys::instance::Instance::new (module.rs:268)
==28542== by 0x3DF75D: anoma::vm::wasm::run::run_vp (run.rs:242)
==28542== by 0x44458E: rayon::iter::plumbing::bridge_producer_consumer::helper (run.rs:216)
==28542== by 0x445447: rayon::iter::plumbing::bridge_producer_consumer::helper (mod.rs:418)
==28542== by 0x53EA1D: rayon_core::job::StackJob<L,F,R>::run_inline (mod.rs:427)
==28542== by 0x6E3437: std::panicking::try (mod.rs:158)
==28542== by 0x53E00D: <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute (panic.rs:129)
==28542== by 0x2AFD21: rayon_core::registry::WorkerThread::wait_until_cold (job.rs:59)
==28542== by 0xFC65EA: std::sys_common::backtrace::__rust_begin_short_backtrace (registry.rs:700)
==28542== by 0xFC2F3D: core::ops::function::FnOnce::call_once{{vtable-shim}} (mod.rs:481)
==28542== LEAK SUMMARY:
==28542== definitely lost: 49,992 bytes in 20 blocks
==28542== indirectly lost: 5,812,441 bytes in 12,113 blocks
==28542== possibly lost: 7,379 bytes in 50 blocks
```
We also tried with v2.2.0-rc1, which seems to have the same issue. This leak isn't present in v1.0.2.
<!--
A clear and concise description of what the bug is.
Copy and paste the result of executing the following in your shell, so we can know the version of wasmer, Rust (if available) and architecture of your environment.
-->
```sh
echo "`rustc -V` | `uname -mrs`"
rustc 1.56.1 (59eed8a2a 2021-11-01) | Linux 5.11.0-1022-aws x86_64
```
I'm not sure if this is enough context that would help to identify leaky suspects, but I'm happy to provide more context or to try to find a minimal reproducible example if needed. | priority | linux memory leak wasmer x describe the bug hello we re using wasmer rs in with the default singlepass compiler universal engine and limited wasm memory using wasmer store new with tunables similar to that from examples to run many small modules we re seeing some leaks on linux which eventually either oom the machine or starts causing runtime error in the wasm modules on the call to wasmer instance new insufficient resources failed to create memory error when allocating memory cannot allocate memory os error following is excerpt from valgrind leak check full with wasmer shell direct indirect bytes in blocks are definitely lost in loss record of at malloc in usr lib linux gnu valgrind vgpreload memcheck linux so by wasmer engine artifact artifact instantiate library std src sys unix alloc rs by wasmer sys instance instance new module rs by anoma vm wasm run run vp run rs by rayon iter plumbing bridge producer consumer helper run rs by rayon iter plumbing bridge producer consumer helper mod rs by rayon core job stackjob run inline mod rs by std panicking try mod rs by as rayon core job job execute panic rs by rayon core registry workerthread wait until cold job rs by std sys common backtrace rust begin short backtrace registry rs by core ops function fnonce call once vtable shim mod rs leak summary definitely lost bytes in blocks indirectly lost bytes in blocks possibly lost bytes in blocks we also tried with which seems to have the same issue this leak isn t present in a clear and concise description of what the bug is copy and paste the result of executing the following in your shell so we can know the version of wasmer rust if available and architecture of your environment sh echo rustc v uname mrs rustc linux aws i m not sure if this is enough context that would help to identify leaky suspects but i m happy to provide more context or to try to find a minimal reproducible example if needed | 1 |
284,120 | 8,735,835,364 | IssuesEvent | 2018-12-11 17:48:48 | aowen87/TicketTester | https://api.github.com/repos/aowen87/TicketTester | closed | Update Exodus reader | bug invalid likelihood medium priority reviewed severity low | Our exodus reader is using an old, hijacked vtk reader. However, updating to use the native vtk reader will require changing how we build VTK: VTK_USE_EXODUS:BOOL=ON and VTK_USE_NETCDF:BOOL=ON The reader is in vtkHybrid and the classes are not built unless those flags are on. Not sure how much this change in vtk build will affect us. We could also request a VTK build modification to add the flags VTK_USE_SYSTEM_EXODUS and VTK_USE_SYSTEM_NETCDF, similar to the VTK_USE_SYSTEM_HDF5.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 915
Status: Expired
Project: VisIt
Tracker: Bug
Priority: High
Subject: Update Exodus reader
Assigned to:
Category:
Target version:
Author: Kathleen Biagas
Start: 12/14/2011
Due date:
% Done: 0
Estimated time:
Created: 12/14/2011 05:19 pm
Updated: 04/01/2015 12:41 pm
Likelihood: 3 - Occasional
Severity: 2 - Minor Irritation
Found in version: 2.4.0
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
Our exodus reader is using an old, hijacked vtk reader. However, updating to use the native vtk reader will require changing how we build VTK: VTK_USE_EXODUS:BOOL=ON and VTK_USE_NETCDF:BOOL=ON The reader is in vtkHybrid and the classes are not built unless those flags are on. Not sure how much this change in vtk build will affect us. We could also request a VTK build modification to add the flags VTK_USE_SYSTEM_EXODUS and VTK_USE_SYSTEM_NETCDF, similar to the VTK_USE_SYSTEM_HDF5.
Comments:
I made a preliminary attempt at this with a newly built vtk with NETCDF and EXODUS turned on.Minor changes to our reader to match the new vtk one.Could not verify that the updated reader works correctly due to rendering issues with either my build or the machine I'm building/running on (aztec). I will continue the current strategy of including the code from the exodus reader in our reader, since converting the reader to link with the reader in VTK has problems with using netcdf. This has been effecitvely obsoleted by the transition to VTK6. We rewrote the reader to use netcdf directly. It no longer uses either VTK's readers or Exodus library to read exodus files.
| 1.0 | Update Exodus reader - Our exodus reader is using an old, hijacked vtk reader. However, updating to use the native vtk reader will require changing how we build VTK: VTK_USE_EXODUS:BOOL=ON and VTK_USE_NETCDF:BOOL=ON The reader is in vtkHybrid and the classes are not built unless those flags are on. Not sure how much this change in vtk build will affect us. We could also request a VTK build modification to add the flags VTK_USE_SYSTEM_EXODUS and VTK_USE_SYSTEM_NETCDF, similar to the VTK_USE_SYSTEM_HDF5.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 915
Status: Expired
Project: VisIt
Tracker: Bug
Priority: High
Subject: Update Exodus reader
Assigned to:
Category:
Target version:
Author: Kathleen Biagas
Start: 12/14/2011
Due date:
% Done: 0
Estimated time:
Created: 12/14/2011 05:19 pm
Updated: 04/01/2015 12:41 pm
Likelihood: 3 - Occasional
Severity: 2 - Minor Irritation
Found in version: 2.4.0
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
Our exodus reader is using an old, hijacked vtk reader. However, updating to use the native vtk reader will require changing how we build VTK: VTK_USE_EXODUS:BOOL=ON and VTK_USE_NETCDF:BOOL=ON The reader is in vtkHybrid and the classes are not built unless those flags are on. Not sure how much this change in vtk build will affect us. We could also request a VTK build modification to add the flags VTK_USE_SYSTEM_EXODUS and VTK_USE_SYSTEM_NETCDF, similar to the VTK_USE_SYSTEM_HDF5.
Comments:
I made a preliminary attempt at this with a newly built vtk with NETCDF and EXODUS turned on.Minor changes to our reader to match the new vtk one.Could not verify that the updated reader works correctly due to rendering issues with either my build or the machine I'm building/running on (aztec). I will continue the current strategy of including the code from the exodus reader in our reader, since converting the reader to link with the reader in VTK has problems with using netcdf. This has been effecitvely obsoleted by the transition to VTK6. We rewrote the reader to use netcdf directly. It no longer uses either VTK's readers or Exodus library to read exodus files.
| priority | update exodus reader our exodus reader is using an old hijacked vtk reader however updating to use the native vtk reader will require changing how we build vtk vtk use exodus bool on and vtk use netcdf bool on the reader is in vtkhybrid and the classes are not built unless those flags are on not sure how much this change in vtk build will affect us we could also request a vtk build modification to add the flags vtk use system exodus and vtk use system netcdf similar to the vtk use system redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status expired project visit tracker bug priority high subject update exodus reader assigned to category target version author kathleen biagas start due date done estimated time created pm updated pm likelihood occasional severity minor irritation found in version impact expected use os all support group any description our exodus reader is using an old hijacked vtk reader however updating to use the native vtk reader will require changing how we build vtk vtk use exodus bool on and vtk use netcdf bool on the reader is in vtkhybrid and the classes are not built unless those flags are on not sure how much this change in vtk build will affect us we could also request a vtk build modification to add the flags vtk use system exodus and vtk use system netcdf similar to the vtk use system comments i made a preliminary attempt at this with a newly built vtk with netcdf and exodus turned on minor changes to our reader to match the new vtk one could not verify that the updated reader works correctly due to rendering issues with either my build or the machine i m building running on aztec i will continue the current strategy of including the code from the exodus reader in our reader since converting the reader to link with the reader in vtk has problems with using netcdf this has been effecitvely obsoleted by the transition to we rewrote the reader to use netcdf directly it no longer uses either vtk s readers or exodus library to read exodus files | 1 |
685,909 | 23,471,172,906 | IssuesEvent | 2022-08-16 22:04:14 | Lissy93/dashy | https://api.github.com/repos/Lissy93/dashy | closed | 🚚 Dashboard Icons has moved to another home! | 👩💻 Good First Issue ❕ Medium Priority 📌 Keep Open | <p dir="auto">Heya Lissy!</p>
<p dir="auto">walkxhub/dashboard-icons has moved to another home: <a href="https://github.com/walkxcode/Dashboard-Icons">https://github.com/walkxcode/Dashboard-Icons</a><br>
So for newly added icons the URLs will need to be changed in the code... No worries though, old icons will still work, so no rush!</p>
<!-- unfurl begin -->
<blockquote> <img src="https://repository-images.githubusercontent.com/525443495/f7dec1f5-3f74-47ae-9723-f9ae3f52cdbb" width="48" align="right" /> <div> <strong> <a href="https://github.com/walkxcode/Dashboard-Icons">GitHub - walkxcode/Dashboard-Icons: ❤️ The best icons for your personal dashboard.</a> </strong> </div> <div>❤️ The best icons for your personal dashboard. Contribute to walkxcode/Dashboard-Icons development by creating an account on GitHub.</div> </blockquote>
<!-- unfurl end --> | 1.0 | 🚚 Dashboard Icons has moved to another home! - <p dir="auto">Heya Lissy!</p>
<p dir="auto">walkxhub/dashboard-icons has moved to another home: <a href="https://github.com/walkxcode/Dashboard-Icons">https://github.com/walkxcode/Dashboard-Icons</a><br>
So for newly added icons the URLs will need to be changed in the code... No worries though, old icons will still work, so no rush!</p>
<!-- unfurl begin -->
<blockquote> <img src="https://repository-images.githubusercontent.com/525443495/f7dec1f5-3f74-47ae-9723-f9ae3f52cdbb" width="48" align="right" /> <div> <strong> <a href="https://github.com/walkxcode/Dashboard-Icons">GitHub - walkxcode/Dashboard-Icons: ❤️ The best icons for your personal dashboard.</a> </strong> </div> <div>❤️ The best icons for your personal dashboard. Contribute to walkxcode/Dashboard-Icons development by creating an account on GitHub.</div> </blockquote>
<!-- unfurl end --> | priority | 🚚 dashboard icons has moved to another home heya lissy walkxhub dashboard icons has moved to another home a href so for newly added icons the urls will need to be changed in the code no worries though old icons will still work so no rush ❤️ the best icons for your personal dashboard contribute to walkxcode dashboard icons development by creating an account on github | 1 |
444,336 | 12,810,207,064 | IssuesEvent | 2020-07-03 17:51:42 | CDH-Studio/UpSkill | https://api.github.com/repos/CDH-Studio/UpSkill | closed | Database redundency for substantive results of a profile | Backend bug medium priority | **Describe the bug**
The database is storing the indeterminate value of a profile in two places, in the tenure (enum table) foreign key and in the indeterminate boolean field of the profile's table. We should only store that information in one place.
**Additional context**
related to https://github.com/CDH-Studio/UpSkill/issues/217
| 1.0 | Database redundency for substantive results of a profile - **Describe the bug**
The database is storing the indeterminate value of a profile in two places, in the tenure (enum table) foreign key and in the indeterminate boolean field of the profile's table. We should only store that information in one place.
**Additional context**
related to https://github.com/CDH-Studio/UpSkill/issues/217
| priority | database redundency for substantive results of a profile describe the bug the database is storing the indeterminate value of a profile in two places in the tenure enum table foreign key and in the indeterminate boolean field of the profile s table we should only store that information in one place additional context related to | 1 |
246,580 | 7,895,405,952 | IssuesEvent | 2018-06-29 03:04:17 | aowen87/BAR | https://api.github.com/repos/aowen87/BAR | closed | Add ability to control triad properties. | Expected Use: 3 - Occasional Feature Impact: 3 - Medium OS: All Priority: High Support Group: Any version: 2.12.3 | Here is the customer e-mail regarding the request. He verified with me later that this would be useful.
On Dec 19, 2017, at 3:33 PM, Terry J. Ligocki <tjligocki@lbl.gov> wrote:
Is there any (simple) way to adjust the default VisIt triad? For example, change the line thickness, color, font?
Terry J.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. The following information
could not be accurately captured in the new ticket:
Original author: Eric Brugger
Original creation: 02/22/2018 03:21 pm
Original update: 03/06/2018 03:55 pm
Ticket number: 3017 | 1.0 | Add ability to control triad properties. - Here is the customer e-mail regarding the request. He verified with me later that this would be useful.
On Dec 19, 2017, at 3:33 PM, Terry J. Ligocki <tjligocki@lbl.gov> wrote:
Is there any (simple) way to adjust the default VisIt triad? For example, change the line thickness, color, font?
Terry J.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. The following information
could not be accurately captured in the new ticket:
Original author: Eric Brugger
Original creation: 02/22/2018 03:21 pm
Original update: 03/06/2018 03:55 pm
Ticket number: 3017 | priority | add ability to control triad properties here is the customer e mail regarding the request he verified with me later that this would be useful on dec at pm terry j ligocki wrote is there any simple way to adjust the default visit triad for example change the line thickness color font terry j redmine migration this ticket was migrated from redmine the following information could not be accurately captured in the new ticket original author eric brugger original creation pm original update pm ticket number | 1 |
799,180 | 28,301,235,014 | IssuesEvent | 2023-04-10 06:19:08 | masastack/MASA.Alert | https://api.github.com/repos/masastack/MASA.Alert | closed | Handling alarms Select a third party to handle alarms. After you search for users in the recipient search box, the search result is not displayed | type/bug severity/medium status/resolved site/staging priority/p3 | 处理告警选择第三方处理,收件人搜索框搜索用户后,不显示搜索结果

| 1.0 | Handling alarms Select a third party to handle alarms. After you search for users in the recipient search box, the search result is not displayed - 处理告警选择第三方处理,收件人搜索框搜索用户后,不显示搜索结果

| priority | handling alarms select a third party to handle alarms after you search for users in the recipient search box the search result is not displayed 处理告警选择第三方处理,收件人搜索框搜索用户后,不显示搜索结果 | 1 |
466,895 | 13,436,473,211 | IssuesEvent | 2020-09-07 14:26:00 | rbdannenberg/soundcool | https://api.github.com/repos/rbdannenberg/soundcool | closed | adding modules after disconnection result in crashing | Priority Medium bug | To replicate the issue:
- add any two modules, connect them
- delete one of them
- add any module
This result in project crashing.
I will look into this shortly; maybe we should open an issue to document all test cases that result in crashing. | 1.0 | adding modules after disconnection result in crashing - To replicate the issue:
- add any two modules, connect them
- delete one of them
- add any module
This result in project crashing.
I will look into this shortly; maybe we should open an issue to document all test cases that result in crashing. | priority | adding modules after disconnection result in crashing to replicate the issue add any two modules connect them delete one of them add any module this result in project crashing i will look into this shortly maybe we should open an issue to document all test cases that result in crashing | 1 |
148,885 | 5,697,925,792 | IssuesEvent | 2017-04-17 02:14:54 | harryshipton/secsplit | https://api.github.com/repos/harryshipton/secsplit | opened | Add more informative error messages | enhancement help wanted medium priority | Currently the error messages typically constitute of `Invalid arguments`, and therefore should be improved to state exactly where the user has gone wrong in typing the command. This should further improve usability, and is related to #2. | 1.0 | Add more informative error messages - Currently the error messages typically constitute of `Invalid arguments`, and therefore should be improved to state exactly where the user has gone wrong in typing the command. This should further improve usability, and is related to #2. | priority | add more informative error messages currently the error messages typically constitute of invalid arguments and therefore should be improved to state exactly where the user has gone wrong in typing the command this should further improve usability and is related to | 1 |
126,469 | 4,996,023,006 | IssuesEvent | 2016-12-09 12:21:02 | Metaswitch/crest | https://api.github.com/repos/Metaswitch/crest | closed | Homestead-prov/Homer are spamming ping handler errors to syslog | bug cat:diagnostics medium-priority | <!--
This page is for reporting issues with Project Clearwater. If you have a question, rather than a bug report, the mailing list at clearwater@lists.projectclearwater.org is a better place for it.
To give us the best chance of fixing the problem, we've suggested some information to give - please follow these guidelines if possible.
Don't forget that you can attach logs and screenshots to Github issues - this may help us debug a problem.
-->
#### Symptoms
Homestead-prov/Homer are spamming syslog, e.g.:
```
Nov 21 16:32:28 ec2-54-85-194-74 homestead-prov[11207]: 13008 - Description: Internal 'twisted' error: twisted Unhandled error in Deferred:#012. @@Cause: An unexpected internal error has occurred within the 'Twisted' component. @@Effect: Unknown. @@Action: Ensure that the node has been installed correctly and that it has valid configuration.
Nov 21 16:32:28 ec2-54-85-194-74 homestead-prov[11207]: 13008 - Description: Internal 'twisted' error: twisted Unhandled Error#012#011Traceback (most recent call last):#012#011 File "/usr/share/clearwater/crest/env/local/lib/python2.7/site-packages/Twisted-16.6.0rc1-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 498, in errback#012#011 self._startRunCallbacks(fail)#012#011 File "/usr/share/clearwater/crest/env/local/lib/python2.7/site-packages/Twisted-16.6.0rc1-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 565, in _startRunCallbacks#012#011 self._runCallbacks()#012#011 File "/usr/share/clearwater/crest/env/local/lib/python2.7/site-packages/Twisted-16.6.0rc1-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 651, in _runCallbacks#012#011 current.result = callback(current.result, *args, **kw)#012#011 File "build/bdist.linux-x86_64/egg/telephus/protocol.py", line 224, in reqError#012#011 #012#011--- <exception caught here> ---#012#011 File "build/bdist.linux-x86_64/egg/telephus/protocol.py", line 218, in reqError#012#011 #012#011telephus.cassandra.ttypes.InvalidRequestException: InvalidRequestException(why='unconfigured columnfamily ping')#012#011#012. @@Cause: An unexpected internal error has occurred within the 'Twisted' component. @@Effect: Unknown. @@Action: Ensure that the node has been installed correctly and that it has valid configuration.
```
Possibly related to https://github.com/Metaswitch/crest/pull/312?
| 1.0 | Homestead-prov/Homer are spamming ping handler errors to syslog - <!--
This page is for reporting issues with Project Clearwater. If you have a question, rather than a bug report, the mailing list at clearwater@lists.projectclearwater.org is a better place for it.
To give us the best chance of fixing the problem, we've suggested some information to give - please follow these guidelines if possible.
Don't forget that you can attach logs and screenshots to Github issues - this may help us debug a problem.
-->
#### Symptoms
Homestead-prov/Homer are spamming syslog, e.g.:
```
Nov 21 16:32:28 ec2-54-85-194-74 homestead-prov[11207]: 13008 - Description: Internal 'twisted' error: twisted Unhandled error in Deferred:#012. @@Cause: An unexpected internal error has occurred within the 'Twisted' component. @@Effect: Unknown. @@Action: Ensure that the node has been installed correctly and that it has valid configuration.
Nov 21 16:32:28 ec2-54-85-194-74 homestead-prov[11207]: 13008 - Description: Internal 'twisted' error: twisted Unhandled Error#012#011Traceback (most recent call last):#012#011 File "/usr/share/clearwater/crest/env/local/lib/python2.7/site-packages/Twisted-16.6.0rc1-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 498, in errback#012#011 self._startRunCallbacks(fail)#012#011 File "/usr/share/clearwater/crest/env/local/lib/python2.7/site-packages/Twisted-16.6.0rc1-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 565, in _startRunCallbacks#012#011 self._runCallbacks()#012#011 File "/usr/share/clearwater/crest/env/local/lib/python2.7/site-packages/Twisted-16.6.0rc1-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 651, in _runCallbacks#012#011 current.result = callback(current.result, *args, **kw)#012#011 File "build/bdist.linux-x86_64/egg/telephus/protocol.py", line 224, in reqError#012#011 #012#011--- <exception caught here> ---#012#011 File "build/bdist.linux-x86_64/egg/telephus/protocol.py", line 218, in reqError#012#011 #012#011telephus.cassandra.ttypes.InvalidRequestException: InvalidRequestException(why='unconfigured columnfamily ping')#012#011#012. @@Cause: An unexpected internal error has occurred within the 'Twisted' component. @@Effect: Unknown. @@Action: Ensure that the node has been installed correctly and that it has valid configuration.
```
Possibly related to https://github.com/Metaswitch/crest/pull/312?
| priority | homestead prov homer are spamming ping handler errors to syslog this page is for reporting issues with project clearwater if you have a question rather than a bug report the mailing list at clearwater lists projectclearwater org is a better place for it to give us the best chance of fixing the problem we ve suggested some information to give please follow these guidelines if possible don t forget that you can attach logs and screenshots to github issues this may help us debug a problem symptoms homestead prov homer are spamming syslog e g nov homestead prov description internal twisted error twisted unhandled error in deferred cause an unexpected internal error has occurred within the twisted component effect unknown action ensure that the node has been installed correctly and that it has valid configuration nov homestead prov description internal twisted error twisted unhandled error most recent call last file usr share clearwater crest env local lib site packages twisted linux egg twisted internet defer py line in errback self startruncallbacks fail file usr share clearwater crest env local lib site packages twisted linux egg twisted internet defer py line in startruncallbacks self runcallbacks file usr share clearwater crest env local lib site packages twisted linux egg twisted internet defer py line in runcallbacks current result callback current result args kw file build bdist linux egg telephus protocol py line in reqerror file build bdist linux egg telephus protocol py line in reqerror cassandra ttypes invalidrequestexception invalidrequestexception why unconfigured columnfamily ping cause an unexpected internal error has occurred within the twisted component effect unknown action ensure that the node has been installed correctly and that it has valid configuration possibly related to | 1 |
40,636 | 2,868,933,119 | IssuesEvent | 2015-06-05 22:02:41 | dart-lang/pub | https://api.github.com/repos/dart-lang/pub | closed | Don't require name in hosted dependencies | enhancement Priority-Medium wontfix | <a href="https://github.com/munificent"><img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [munificent](https://github.com/munificent)**
_Originally opened as dart-lang/sdk#6677_
----
On the rare times you don't use the short form of a hosted dependency, it requires an explicit name:
dependencies:
foo:
hosted:
name: foo
url: ...
This is redundant. (And it's also out of sync with the example in the docs which doesn't provide a name.) Given that we can always determine the name in question, we shouldn't require it here. | 1.0 | Don't require name in hosted dependencies - <a href="https://github.com/munificent"><img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [munificent](https://github.com/munificent)**
_Originally opened as dart-lang/sdk#6677_
----
On the rare times you don't use the short form of a hosted dependency, it requires an explicit name:
dependencies:
foo:
hosted:
name: foo
url: ...
This is redundant. (And it's also out of sync with the example in the docs which doesn't provide a name.) Given that we can always determine the name in question, we shouldn't require it here. | priority | don t require name in hosted dependencies issue by originally opened as dart lang sdk on the rare times you don t use the short form of a hosted dependency it requires an explicit name dependencies nbsp nbsp foo nbsp nbsp nbsp nbsp hosted nbsp nbsp nbsp nbsp nbsp nbsp name foo nbsp nbsp nbsp nbsp nbsp nbsp url this is redundant and it s also out of sync with the example in the docs which doesn t provide a name given that we can always determine the name in question we shouldn t require it here | 1 |
502,985 | 14,576,763,810 | IssuesEvent | 2020-12-18 00:16:24 | moonwards1/Moonwards-Virtual-Moon | https://api.github.com/repos/moonwards1/Moonwards-Virtual-Moon | closed | LOD0 and LOD2 both show near 2nd and 4th Gallery | Department: Graphics/GFX Priority: Medium Type: Bug | The RVTs for that area - `RVT_Crater_2ndGal `and `RVT_Crater_4thGal` - both have only 2 scenes in the RVT array.

It is the scene `Galleries-OuterSurface-Bottom' that is being duplicated. | 1.0 | LOD0 and LOD2 both show near 2nd and 4th Gallery - The RVTs for that area - `RVT_Crater_2ndGal `and `RVT_Crater_4thGal` - both have only 2 scenes in the RVT array.

It is the scene `Galleries-OuterSurface-Bottom' that is being duplicated. | priority | and both show near and gallery the rvts for that area rvt crater and rvt crater both have only scenes in the rvt array it is the scene galleries outersurface bottom that is being duplicated | 1 |
586,739 | 17,595,985,894 | IssuesEvent | 2021-08-17 05:13:08 | IlchCMS/Ilch-2.0 | https://api.github.com/repos/IlchCMS/Ilch-2.0 | closed | Bigger choice of icons for profile fields | Type: Enhancement Priority: Medium | **Is your feature request related to a problem? Please describe.**
There is only a limited choice of icons and the UI for it is buggy.
There is also room for improvement on the labels and the intention of these. Maybe remove the feature to add more than one field at once for simplicity. Menu is labeled wrong too (shows edit field when it is adding).
**Describe the solution you'd like**
There should be an icon selection like in the history module.

**Additional context**
https://www.ilch.de/forum-showposts-56238.html
| 1.0 | Bigger choice of icons for profile fields - **Is your feature request related to a problem? Please describe.**
There is only a limited choice of icons and the UI for it is buggy.
There is also room for improvement on the labels and the intention of these. Maybe remove the feature to add more than one field at once for simplicity. Menu is labeled wrong too (shows edit field when it is adding).
**Describe the solution you'd like**
There should be an icon selection like in the history module.

**Additional context**
https://www.ilch.de/forum-showposts-56238.html
| priority | bigger choice of icons for profile fields is your feature request related to a problem please describe there is only a limited choice of icons and the ui for it is buggy there is also room for improvement on the labels and the intention of these maybe remove the feature to add more than one field at once for simplicity menu is labeled wrong too shows edit field when it is adding describe the solution you d like there should be an icon selection like in the history module additional context | 1 |
479,997 | 13,821,584,586 | IssuesEvent | 2020-10-13 02:48:15 | AY2021S1-CS2113-T13-2/tp | https://api.github.com/repos/AY2021S1-CS2113-T13-2/tp | closed | Bug for untake | priority.Medium severity.Medium type.Bug | untake module occasionally not working. to replicate: focus mod, take 1 2, focus taken, list, untake 1, list | 1.0 | Bug for untake - untake module occasionally not working. to replicate: focus mod, take 1 2, focus taken, list, untake 1, list | priority | bug for untake untake module occasionally not working to replicate focus mod take focus taken list untake list | 1 |
338,111 | 10,224,481,811 | IssuesEvent | 2019-08-16 12:52:24 | eclipse/dirigible | https://api.github.com/repos/eclipse/dirigible | closed | Get destination properties with dirigible 3 | API efforts-medium enhancement priority-high | Hey,
We need to get the properties of a SAP Cloud Platform destination in dirigible 3.
This is the code we use for version 2.X:
```javascript
/* globals $ */
exports.getDestination = function(destName) {
var destinationProperties = globals.get('destination');
if(!destinationProperties) {
var ctx = $.getInitialContext();
if (ctx) {
var configuration = $.getConnectivityService().getConnectivityConfiguration();
var destinationConfiguration = configuration.getConfiguration(destName);
destinationProperties = destinationConfiguration.getAllProperties();
globals.set('destination', destinationProperties);
}
}
return destinationProperties;
};
```
How would we be able to do the same in dirigible 3?
Thanks in advance! | 1.0 | Get destination properties with dirigible 3 - Hey,
We need to get the properties of a SAP Cloud Platform destination in dirigible 3.
This is the code we use for version 2.X:
```javascript
/* globals $ */
exports.getDestination = function(destName) {
var destinationProperties = globals.get('destination');
if(!destinationProperties) {
var ctx = $.getInitialContext();
if (ctx) {
var configuration = $.getConnectivityService().getConnectivityConfiguration();
var destinationConfiguration = configuration.getConfiguration(destName);
destinationProperties = destinationConfiguration.getAllProperties();
globals.set('destination', destinationProperties);
}
}
return destinationProperties;
};
```
How would we be able to do the same in dirigible 3?
Thanks in advance! | priority | get destination properties with dirigible hey we need to get the properties of a sap cloud platform destination in dirigible this is the code we use for version x javascript globals exports getdestination function destname var destinationproperties globals get destination if destinationproperties var ctx getinitialcontext if ctx var configuration getconnectivityservice getconnectivityconfiguration var destinationconfiguration configuration getconfiguration destname destinationproperties destinationconfiguration getallproperties globals set destination destinationproperties return destinationproperties how would we be able to do the same in dirigible thanks in advance | 1 |
438,662 | 12,642,714,209 | IssuesEvent | 2020-06-16 08:37:42 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | closed | String "Invited by" could not be translated | Has-PR bug priority: medium status: needs review | **Describe the bug**
String "Invited by" could not be translated when a member is invited to a Group
**To Reproduce**
Steps to reproduce the behavior:
1. As an Admin, Invite a User to a Group
2. Login to the User account and view Group invitation (/members/user/groups/invites/)
3. "Invited by" string could not be translated
**Screenshots**


**Support ticket links**
https://secure.helpscout.net/conversation/1178045872/75372 | 1.0 | String "Invited by" could not be translated - **Describe the bug**
String "Invited by" could not be translated when a member is invited to a Group
**To Reproduce**
Steps to reproduce the behavior:
1. As an Admin, Invite a User to a Group
2. Login to the User account and view Group invitation (/members/user/groups/invites/)
3. "Invited by" string could not be translated
**Screenshots**


**Support ticket links**
https://secure.helpscout.net/conversation/1178045872/75372 | priority | string invited by could not be translated describe the bug string invited by could not be translated when a member is invited to a group to reproduce steps to reproduce the behavior as an admin invite a user to a group login to the user account and view group invitation members user groups invites invited by string could not be translated screenshots support ticket links | 1 |
496,739 | 14,353,556,928 | IssuesEvent | 2020-11-30 07:07:40 | art-community/art-java | https://api.github.com/repos/art-community/art-java | closed | Add information into information module | enhancement information medium priority | * profile
* link to configurator
* filename (if from file)
* method documentation url
* version and build timestamp (also add this to status endpoint) | 1.0 | Add information into information module - * profile
* link to configurator
* filename (if from file)
* method documentation url
* version and build timestamp (also add this to status endpoint) | priority | add information into information module profile link to configurator filename if from file method documentation url version and build timestamp also add this to status endpoint | 1 |
112,336 | 4,524,774,497 | IssuesEvent | 2016-09-07 00:43:16 | kolibox/crafter | https://api.github.com/repos/kolibox/crafter | closed | Change dependency k8s package | area/git complexity/medium priority/P1 | The k8s library has 400MB and a lot of unnecessary code, this lead to big package dependencies slowing the development workflow and increasing the size of binaries.
[The new k8s client library](https://github.com/kubernetes/client-go) is the way to go. | 1.0 | Change dependency k8s package - The k8s library has 400MB and a lot of unnecessary code, this lead to big package dependencies slowing the development workflow and increasing the size of binaries.
[The new k8s client library](https://github.com/kubernetes/client-go) is the way to go. | priority | change dependency package the library has and a lot of unnecessary code this lead to big package dependencies slowing the development workflow and increasing the size of binaries is the way to go | 1 |
371,836 | 10,981,760,511 | IssuesEvent | 2019-12-01 00:50:35 | vizstack/vizstack | https://api.github.com/repos/vizstack/vizstack | closed | Buffering View sending from backend | priority: medium type: improvement | Don't want to send Views individually
Canvas has to re-render a bunch of times? | 1.0 | Buffering View sending from backend - Don't want to send Views individually
Canvas has to re-render a bunch of times? | priority | buffering view sending from backend don t want to send views individually canvas has to re render a bunch of times | 1 |
101,659 | 4,127,977,371 | IssuesEvent | 2016-06-10 02:21:48 | qdbe/quickdbexplorer | https://api.github.com/repos/qdbe/quickdbexplorer | closed | Release 2.3 用リリース準備 | auto-migrated Component-Docs Milestone-Release2.3 OpSys-Windows Priority-Medium Type-Task | ```
Release 2.3 用リリース準備
```
Original issue reported on code.google.com by `godz.q...@gmail.com` on 27 Oct 2014 at 12:29 | 1.0 | Release 2.3 用リリース準備 - ```
Release 2.3 用リリース準備
```
Original issue reported on code.google.com by `godz.q...@gmail.com` on 27 Oct 2014 at 12:29 | priority | release 用リリース準備 release 用リリース準備 original issue reported on code google com by godz q gmail com on oct at | 1 |
729,632 | 25,136,269,127 | IssuesEvent | 2022-11-09 18:52:23 | Fiserv/Support | https://api.github.com/repos/Fiserv/Support | closed | Navigation link is not visible under API explorer (Dev Studio) | bug Priority - Medium Severity - Medium AcceptanceSolutionsAPAC | # Reporting new issue for [Dev Studio] (Tenant/Product)
Navigation link is not visible.
**Region** (if applicable) -
We are validating the changes on UAT environment. Due to the issues we are not able to check.
**Page**
https://dev-developerstudio.fiserv.com/product/AcceptanceSolutionsAPAC
There were three components in API explorer. But all are missing.
**Describe the bug**
Earlier there were three components under API explorer. The components are 1. Merchant Onboarding , 2. Cloud based integration , 3. Local based integration. Now those components are not visible.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'https://dev-developerstudio.fiserv.com/product/AcceptanceSolutionsAPAC'
2. Click on 'API Explorer'
3. Scroll down to 'Components'
4. See error - Components are not visible.
**Expected behavior**
All component should visible.
**Screenshots**

**Desktop (please complete the following information):**
- OS: Windows 11
- Browser : Chrome
- Version :Version 106.0.5249.119
**Tablet (please complete the following information):**
- Device: [e.g. iPad]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.
<!-- ** Recommended **
- Assign a Bug
@TaniaSarkar89
- Subscribe to a Team
At the end of your Bug template, please mention team you would like to subscribe for this Issue for future updates. You can mention teams in Github
Example: @Fiserv/fiserv-developer)
-->
| 1.0 | Navigation link is not visible under API explorer (Dev Studio) - # Reporting new issue for [Dev Studio] (Tenant/Product)
Navigation link is not visible.
**Region** (if applicable) -
We are validating the changes on UAT environment. Due to the issues we are not able to check.
**Page**
https://dev-developerstudio.fiserv.com/product/AcceptanceSolutionsAPAC
There were three components in API explorer. But all are missing.
**Describe the bug**
Earlier there were three components under API explorer. The components are 1. Merchant Onboarding , 2. Cloud based integration , 3. Local based integration. Now those components are not visible.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'https://dev-developerstudio.fiserv.com/product/AcceptanceSolutionsAPAC'
2. Click on 'API Explorer'
3. Scroll down to 'Components'
4. See error - Components are not visible.
**Expected behavior**
All component should visible.
**Screenshots**

**Desktop (please complete the following information):**
- OS: Windows 11
- Browser : Chrome
- Version :Version 106.0.5249.119
**Tablet (please complete the following information):**
- Device: [e.g. iPad]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.
<!-- ** Recommended **
- Assign a Bug
@TaniaSarkar89
- Subscribe to a Team
At the end of your Bug template, please mention team you would like to subscribe for this Issue for future updates. You can mention teams in Github
Example: @Fiserv/fiserv-developer)
-->
| priority | navigation link is not visible under api explorer dev studio reporting new issue for tenant product navigation link is not visible region if applicable we are validating the changes on uat environment due to the issues we are not able to check page there were three components in api explorer but all are missing describe the bug earlier there were three components under api explorer the components are merchant onboarding cloud based integration local based integration now those components are not visible to reproduce steps to reproduce the behavior go to click on api explorer scroll down to components see error components are not visible expected behavior all component should visible screenshots desktop please complete the following information os windows browser chrome version version tablet please complete the following information device os browser version smartphone please complete the following information device os browser version additional context add any other context about the problem here recommended assign a bug subscribe to a team at the end of your bug template please mention team you would like to subscribe for this issue for future updates you can mention teams in github example fiserv fiserv developer | 1 |
313,631 | 9,565,460,117 | IssuesEvent | 2019-05-05 12:43:27 | bounswe/bounswe2019group4 | https://api.github.com/repos/bounswe/bounswe2019group4 | closed | View events endpoint | Back-End Priority: Medium Type: Development | The user isn't required to be logged in to use that endpoint. It's supposed to respond with a list of events, only titles should suffice it. | 1.0 | View events endpoint - The user isn't required to be logged in to use that endpoint. It's supposed to respond with a list of events, only titles should suffice it. | priority | view events endpoint the user isn t required to be logged in to use that endpoint it s supposed to respond with a list of events only titles should suffice it | 1 |
30,263 | 2,723,317,581 | IssuesEvent | 2015-04-14 11:44:22 | CruxFramework/crux-widgets | https://api.github.com/repos/CruxFramework/crux-widgets | closed | Support hot deployment of template.xml files | CruxHTMLTags enhancement imported Milestone-2.1.0 Priority-Medium | _From [tr_busta...@yahoo.com.br](https://code.google.com/u/115454294030253308352/) on March 12, 2010 13:26:58_
Add support for .template.xml files.
_Original issue: http://code.google.com/p/crux-framework/issues/detail?id=23_ | 1.0 | Support hot deployment of template.xml files - _From [tr_busta...@yahoo.com.br](https://code.google.com/u/115454294030253308352/) on March 12, 2010 13:26:58_
Add support for .template.xml files.
_Original issue: http://code.google.com/p/crux-framework/issues/detail?id=23_ | priority | support hot deployment of template xml files from on march add support for template xml files original issue | 1 |
284,353 | 8,737,536,374 | IssuesEvent | 2018-12-11 22:55:54 | openshiftio/openshift.io | https://api.github.com/repos/openshiftio/openshift.io | closed | Response with status: 404 Not Found for URL: https://api.openshift.io/api/spaces/7f851fa5-8840-4e... | SEV3-medium area/spaces priority/P4 team/ui team/workitem-tracker type/bug | https://errortracking.prod-preview.openshift.io/openshift_io/fabric8-ui/issues/239/
```
Stacktrace (most recent call first):
at Raven.captureMessage (./src/assets/stylesheets/shared/_scrollbars.less:6:3)
at Raven.captureException (./src/assets/stylesheets/shared/_scrollbars.less:6:3)
at apply (./src/assets/stylesheets/shared/_scrollbars.less:6:3)
at ZoneDelegate.invokeTask (./node_modules/zone.js/dist/zone.js:425:1)
at onInvokeTask (./node_modules/patternfly/dist/css/patternfly.min.css:1:5147)
at invokeTask (./node_modules/zone.js/dist/zone.js:424:1)
at runTask (./node_modules/zone.js/dist/zone.js:192:1)
at invoke (./node_modules/zone.js/dist/zone.js:499:1)
at invokeTask (./node_modules/zone.js/dist/zone.js:1540:1)
at XMLHttpRequest.h (./node_modules/zone.js/dist/zone.js:1566:1)
Response with status: 404 Not Found for URL: https://api.openshift.io/api/spaces/7f851fa5-8840-4e2c-94e0-f3014ea781d1
``` | 1.0 | Response with status: 404 Not Found for URL: https://api.openshift.io/api/spaces/7f851fa5-8840-4e... - https://errortracking.prod-preview.openshift.io/openshift_io/fabric8-ui/issues/239/
```
Stacktrace (most recent call first):
at Raven.captureMessage (./src/assets/stylesheets/shared/_scrollbars.less:6:3)
at Raven.captureException (./src/assets/stylesheets/shared/_scrollbars.less:6:3)
at apply (./src/assets/stylesheets/shared/_scrollbars.less:6:3)
at ZoneDelegate.invokeTask (./node_modules/zone.js/dist/zone.js:425:1)
at onInvokeTask (./node_modules/patternfly/dist/css/patternfly.min.css:1:5147)
at invokeTask (./node_modules/zone.js/dist/zone.js:424:1)
at runTask (./node_modules/zone.js/dist/zone.js:192:1)
at invoke (./node_modules/zone.js/dist/zone.js:499:1)
at invokeTask (./node_modules/zone.js/dist/zone.js:1540:1)
at XMLHttpRequest.h (./node_modules/zone.js/dist/zone.js:1566:1)
Response with status: 404 Not Found for URL: https://api.openshift.io/api/spaces/7f851fa5-8840-4e2c-94e0-f3014ea781d1
``` | priority | response with status not found for url stacktrace most recent call first at raven capturemessage src assets stylesheets shared scrollbars less at raven captureexception src assets stylesheets shared scrollbars less at apply src assets stylesheets shared scrollbars less at zonedelegate invoketask node modules zone js dist zone js at oninvoketask node modules patternfly dist css patternfly min css at invoketask node modules zone js dist zone js at runtask node modules zone js dist zone js at invoke node modules zone js dist zone js at invoketask node modules zone js dist zone js at xmlhttprequest h node modules zone js dist zone js response with status not found for url | 1 |
715,136 | 24,588,078,550 | IssuesEvent | 2022-10-13 21:50:52 | bounswe/bounswe2022group4 | https://api.github.com/repos/bounswe/bounswe2022group4 | closed | Create a base code for frontend team | Category - To Do Priority - High Status: In Progress Difficulty - Medium Language - React.js | I need to create a base code with react.js for the frontend team in order to start the development as a team. | 1.0 | Create a base code for frontend team - I need to create a base code with react.js for the frontend team in order to start the development as a team. | priority | create a base code for frontend team i need to create a base code with react js for the frontend team in order to start the development as a team | 1 |
499,487 | 14,448,635,957 | IssuesEvent | 2020-12-08 06:39:00 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | closed | BB REST API : Activity Comment - PHP Fatal Error: Uncaught ArgumentCountError: Too few arguments bp_blogs_activity_comment_content_with_read_more | bug priority: medium | **Describe the bug**
With the latest version of BuddyBoss, there's a PHP Fatal Error when you try to post comment using BB REST API.
```
[21-Nov-2020 10:32:41 UTC] PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function bp_blogs_activity_comment_content_with_read_more(), 1 passed in /opt/htdocs/wp-includes/class-wp-hook.php on line 287 and exactly 2 expected in /opt/htdocs/wp-content/plugins/buddyboss-platform/bp-activity/bp-activity-filters.php:2348
Stack trace:
#0 /opt/htdocs/wp-includes/class-wp-hook.php(287): bp_blogs_activity_comment_content_with_read_more()
#1 /opt/htdocs/wp-includes/plugin.php(206): WP_Hook->apply_filters()
#2 /opt/htdocs/wp-content/plugins/buddyboss-platform/bp-activity/classes/class-bp-rest-activity-endpoint.php(1101): apply_filters()
#3 /opt/htdocs/wp-content/plugins/buddyboss-platform/bp-activity/classes/class-bp-rest-activity-endpoint.php(1171): BP_REST_Activity_Endpoint->render_item()
#4 /opt/htdocs/wp-content/plugins/buddyb in /opt/htdocs/wp-content/plugins/buddyboss-platform/bp-activity/bp-activity-filters.php on line 2348
```
**To Reproduce**
```
Entête : POST /wp-json/buddyboss/v1/activity/1218/comment HTTP/1.1
Données : { "content":"Test Comment", "parent_id":1218 }
```
**Expected behavior**
none
**Screenshots**
none
**Support ticket links**
none
| 1.0 | BB REST API : Activity Comment - PHP Fatal Error: Uncaught ArgumentCountError: Too few arguments bp_blogs_activity_comment_content_with_read_more - **Describe the bug**
With the latest version of BuddyBoss, there's a PHP Fatal Error when you try to post comment using BB REST API.
```
[21-Nov-2020 10:32:41 UTC] PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function bp_blogs_activity_comment_content_with_read_more(), 1 passed in /opt/htdocs/wp-includes/class-wp-hook.php on line 287 and exactly 2 expected in /opt/htdocs/wp-content/plugins/buddyboss-platform/bp-activity/bp-activity-filters.php:2348
Stack trace:
#0 /opt/htdocs/wp-includes/class-wp-hook.php(287): bp_blogs_activity_comment_content_with_read_more()
#1 /opt/htdocs/wp-includes/plugin.php(206): WP_Hook->apply_filters()
#2 /opt/htdocs/wp-content/plugins/buddyboss-platform/bp-activity/classes/class-bp-rest-activity-endpoint.php(1101): apply_filters()
#3 /opt/htdocs/wp-content/plugins/buddyboss-platform/bp-activity/classes/class-bp-rest-activity-endpoint.php(1171): BP_REST_Activity_Endpoint->render_item()
#4 /opt/htdocs/wp-content/plugins/buddyb in /opt/htdocs/wp-content/plugins/buddyboss-platform/bp-activity/bp-activity-filters.php on line 2348
```
**To Reproduce**
```
Entête : POST /wp-json/buddyboss/v1/activity/1218/comment HTTP/1.1
Données : { "content":"Test Comment", "parent_id":1218 }
```
**Expected behavior**
none
**Screenshots**
none
**Support ticket links**
none
| priority | bb rest api activity comment php fatal error uncaught argumentcounterror too few arguments bp blogs activity comment content with read more describe the bug with the latest version of buddyboss there s a php fatal error when you try to post comment using bb rest api php fatal error uncaught argumentcounterror too few arguments to function bp blogs activity comment content with read more passed in opt htdocs wp includes class wp hook php on line and exactly expected in opt htdocs wp content plugins buddyboss platform bp activity bp activity filters php stack trace opt htdocs wp includes class wp hook php bp blogs activity comment content with read more opt htdocs wp includes plugin php wp hook apply filters opt htdocs wp content plugins buddyboss platform bp activity classes class bp rest activity endpoint php apply filters opt htdocs wp content plugins buddyboss platform bp activity classes class bp rest activity endpoint php bp rest activity endpoint render item opt htdocs wp content plugins buddyb in opt htdocs wp content plugins buddyboss platform bp activity bp activity filters php on line to reproduce entête post wp json buddyboss activity comment http données content test comment parent id expected behavior none screenshots none support ticket links none | 1 |
40,526 | 2,868,925,561 | IssuesEvent | 2015-06-05 21:59:57 | dart-lang/pub | https://api.github.com/repos/dart-lang/pub | closed | pub.dartlang.org package uploads aren't setting the latest version | bug Fixed Priority-Medium | <a href="https://github.com/nex3"><img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [nex3](https://github.com/nex3)**
_Originally opened as dart-lang/sdk#5446_
----
When a package is uploaded to pub.dartlang.org, it should set the "latest version" property of the package object to the newly-uploaded version. This doesn't seem to be happening, which causes the description, authors, and homepage of the package to be inaccessible. | 1.0 | pub.dartlang.org package uploads aren't setting the latest version - <a href="https://github.com/nex3"><img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [nex3](https://github.com/nex3)**
_Originally opened as dart-lang/sdk#5446_
----
When a package is uploaded to pub.dartlang.org, it should set the "latest version" property of the package object to the newly-uploaded version. This doesn't seem to be happening, which causes the description, authors, and homepage of the package to be inaccessible. | priority | pub dartlang org package uploads aren t setting the latest version issue by originally opened as dart lang sdk when a package is uploaded to pub dartlang org it should set the quot latest version quot property of the package object to the newly uploaded version this doesn t seem to be happening which causes the description authors and homepage of the package to be inaccessible | 1 |
370,336 | 10,928,146,199 | IssuesEvent | 2019-11-22 18:21:12 | ansible/awx | https://api.github.com/repos/ansible/awx | closed | Unable to sync with Git after updating to 7 | component:api priority:medium state:needs_devel type:bug | ##### ISSUE TYPE
- Bug Report
##### SUMMARY
<!-- Briefly describe the problem. -->
Unable to sync with Git after updating to 7
##### ENVIRONMENT
* AWX version: 7.0.0
* AWX install method: docker on Linux
* Ansible version: 2.8.5
* Operating System: RHEL 7
* Web Browser: Chrome
##### STEPS TO REPRODUCE
<!-- Please describe exactly how to reproduce the problem. -->
Use the web UI to configure Git Source Control credentials
Use web UI to configure git repository under Projects
##### EXPECTED RESULTS
<!-- What did you expect to happen when running the steps above? -->
Successful download of Git repository
##### ACTUAL RESULTS
<!-- What actually happened? -->
Error message and failed download
"Cloning into '/var/lib/awx/projects/_8__playbook'...",
"fatal: unable to access 'https://$encrypted$:$encrypted$@server.localdomain/ansible-playbook/playbook.git/': Invalid file descriptor"##### ADDITIONAL INFORMATION
<!-- Include any links to sosreport, database dumps, screenshots or other
information. -->
| 1.0 | Unable to sync with Git after updating to 7 - ##### ISSUE TYPE
- Bug Report
##### SUMMARY
<!-- Briefly describe the problem. -->
Unable to sync with Git after updating to 7
##### ENVIRONMENT
* AWX version: 7.0.0
* AWX install method: docker on Linux
* Ansible version: 2.8.5
* Operating System: RHEL 7
* Web Browser: Chrome
##### STEPS TO REPRODUCE
<!-- Please describe exactly how to reproduce the problem. -->
Use the web UI to configure Git Source Control credentials
Use web UI to configure git repository under Projects
##### EXPECTED RESULTS
<!-- What did you expect to happen when running the steps above? -->
Successful download of Git repository
##### ACTUAL RESULTS
<!-- What actually happened? -->
Error message and failed download
"Cloning into '/var/lib/awx/projects/_8__playbook'...",
"fatal: unable to access 'https://$encrypted$:$encrypted$@server.localdomain/ansible-playbook/playbook.git/': Invalid file descriptor"##### ADDITIONAL INFORMATION
<!-- Include any links to sosreport, database dumps, screenshots or other
information. -->
| priority | unable to sync with git after updating to issue type bug report summary unable to sync with git after updating to environment awx version awx install method docker on linux ansible version operating system rhel web browser chrome steps to reproduce use the web ui to configure git source control credentials use web ui to configure git repository under projects expected results successful download of git repository actual results error message and failed download cloning into var lib awx projects playbook fatal unable to access invalid file descriptor additional information include any links to sosreport database dumps screenshots or other information | 1 |
790,224 | 27,819,523,741 | IssuesEvent | 2023-03-19 03:26:44 | AY2223S2-CS2103T-T14-3/tp | https://api.github.com/repos/AY2223S2-CS2103T-T14-3/tp | opened | Fix Help Window UI | bug type.Enhancement priority.Medium | Currently, help window's format is not aligned properly. To fix its format and make sure it works across screen resolutions. | 1.0 | Fix Help Window UI - Currently, help window's format is not aligned properly. To fix its format and make sure it works across screen resolutions. | priority | fix help window ui currently help window s format is not aligned properly to fix its format and make sure it works across screen resolutions | 1 |
112,018 | 4,500,892,590 | IssuesEvent | 2016-09-01 07:20:24 | PowerlineApp/powerline-mobile | https://api.github.com/repos/PowerlineApp/powerline-mobile | closed | Post Subscriptions Not Working | bug P2 - Medium Priority | Users should be able to subscribe/unsubscribe to any item for notifications (new comments only for non-authors... comments and upvotes/downvotes for authors). The subscribe/unsubscribe button (bell) does not work. Default subscribed for authors. Default unsubscribed for non-authors.
This might be a duplicate, but I believe it's a frontend issue first. | 1.0 | Post Subscriptions Not Working - Users should be able to subscribe/unsubscribe to any item for notifications (new comments only for non-authors... comments and upvotes/downvotes for authors). The subscribe/unsubscribe button (bell) does not work. Default subscribed for authors. Default unsubscribed for non-authors.
This might be a duplicate, but I believe it's a frontend issue first. | priority | post subscriptions not working users should be able to subscribe unsubscribe to any item for notifications new comments only for non authors comments and upvotes downvotes for authors the subscribe unsubscribe button bell does not work default subscribed for authors default unsubscribed for non authors this might be a duplicate but i believe it s a frontend issue first | 1 |
275,905 | 8,582,035,210 | IssuesEvent | 2018-11-13 16:02:56 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | opened | pybind, virtual overrides: Improve error messages for return-value-cast-errors | configuration: python priority: medium | Not clear if this is due to our fork or not, but @sherm1 ran into an issue where implementing overrides gave mysterious errors:
```
simulator.StepTo(args.duration)
TypeError: StepTo(): incompatible function arguments. The following argument types are supported:
1. (self: pydrake.systems.analysis.Simulator_[float], arg0: float) -> pydrake.systems.analysis.StepToResult
Invoked with: <pydrake.systems.analysis.Simulator_[float] object at 0x7f60d4fd21f0>, 0.1
```
The issue was the the method should return a status object, but instead returned `None`; most likely, the `py::cast_error` was somehow caught as a argument casting error, rather than a return value casting error.
Depending on the outcome of #9292, the priority of this may change. | 1.0 | pybind, virtual overrides: Improve error messages for return-value-cast-errors - Not clear if this is due to our fork or not, but @sherm1 ran into an issue where implementing overrides gave mysterious errors:
```
simulator.StepTo(args.duration)
TypeError: StepTo(): incompatible function arguments. The following argument types are supported:
1. (self: pydrake.systems.analysis.Simulator_[float], arg0: float) -> pydrake.systems.analysis.StepToResult
Invoked with: <pydrake.systems.analysis.Simulator_[float] object at 0x7f60d4fd21f0>, 0.1
```
The issue was the the method should return a status object, but instead returned `None`; most likely, the `py::cast_error` was somehow caught as a argument casting error, rather than a return value casting error.
Depending on the outcome of #9292, the priority of this may change. | priority | pybind virtual overrides improve error messages for return value cast errors not clear if this is due to our fork or not but ran into an issue where implementing overrides gave mysterious errors simulator stepto args duration typeerror stepto incompatible function arguments the following argument types are supported self pydrake systems analysis simulator float pydrake systems analysis steptoresult invoked with the issue was the the method should return a status object but instead returned none most likely the py cast error was somehow caught as a argument casting error rather than a return value casting error depending on the outcome of the priority of this may change | 1 |
557,709 | 16,516,374,282 | IssuesEvent | 2021-05-26 10:07:30 | enso-org/enso | https://api.github.com/repos/enso-org/enso | opened | Incorrect Re-Exports Do Not Raise a Compiler Error | Category: Compiler Change: Non-Breaking Difficulty: Core Contributor Priority: Medium Type: Bug | ### Summary
It is possible to re-export names from a nonexistent module without the compiler raising an error. I ran into this because I typo'd `Visualization` as `Visualisation` and couldn't see it, leading to much confusion.
### Value
Better UX.
### Specification
- [ ] Raise an error when a name being exported from is not defined.
### Acceptance Criteria & Test Cases
- [ ] This scenario raises an error.
| 1.0 | Incorrect Re-Exports Do Not Raise a Compiler Error - ### Summary
It is possible to re-export names from a nonexistent module without the compiler raising an error. I ran into this because I typo'd `Visualization` as `Visualisation` and couldn't see it, leading to much confusion.
### Value
Better UX.
### Specification
- [ ] Raise an error when a name being exported from is not defined.
### Acceptance Criteria & Test Cases
- [ ] This scenario raises an error.
| priority | incorrect re exports do not raise a compiler error summary it is possible to re export names from a nonexistent module without the compiler raising an error i ran into this because i typo d visualization as visualisation and couldn t see it leading to much confusion value better ux specification raise an error when a name being exported from is not defined acceptance criteria test cases this scenario raises an error | 1 |
648,093 | 21,164,754,150 | IssuesEvent | 2022-04-07 12:41:35 | AY2122S2-CS2103T-T11-4/tp | https://api.github.com/repos/AY2122S2-CS2103T-T11-4/tp | closed | [PE-D] Joblist Feature | priority.Medium severity.VeryLow type.UG effort.Low | The feature does not solve the stated problem of the intended user i.e., the feature is 'incomplete'
Doesnt the right hand side already show the list of jobs, if so what is the point of joblist
Screenshot 2022-04-01 at 2.50.06 PM
<!--session: 1648793882711-1df2f241-d384-4242-aef4-719b65a10b43-->
<!--Version: Web v3.4.2-->
-------------
Labels: `severity.Low` `type.FeatureFlaw`
original: shurvirarora/ped#7 | 1.0 | [PE-D] Joblist Feature - The feature does not solve the stated problem of the intended user i.e., the feature is 'incomplete'
Doesnt the right hand side already show the list of jobs, if so what is the point of joblist
Screenshot 2022-04-01 at 2.50.06 PM
<!--session: 1648793882711-1df2f241-d384-4242-aef4-719b65a10b43-->
<!--Version: Web v3.4.2-->
-------------
Labels: `severity.Low` `type.FeatureFlaw`
original: shurvirarora/ped#7 | priority | joblist feature the feature does not solve the stated problem of the intended user i e the feature is incomplete doesnt the right hand side already show the list of jobs if so what is the point of joblist at pm labels severity low type featureflaw original shurvirarora ped | 1 |
378,449 | 11,202,518,223 | IssuesEvent | 2020-01-04 13:11:00 | EUCweb/BIS-F | https://api.github.com/repos/EUCweb/BIS-F | opened | VMware TCPIP Optimizations failed | Priority: Medium Type: Bug | + Starting VMWare TCPIP Optimizations
Get-NetAdapter : Der Parametersatz kann mit den angegebenen benannten Parametern nicht aufgelöst werden.
In C:\Program Files (x86)\Base Image Script Framework (BIS-F)\framework\SubCall\Preparation\52_PrepBISF_VMWareTCPIPOptimizations.ps1:321 Zeichen:23
+ if (($netAdapter | Get-NetAdapter).Enabled -eq $false) {
+ ~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (MSFT_NetAdapter...r.edu-bgld.at"):PSObject) [Get-NetAdapter], ParameterBindingException
+ FullyQualifiedErrorId : AmbiguousParameterSet,Get-NetAdapter
> RSS Enabled Results:
>
Name : Ethernet0
InterfaceDescription : vmxnet3 Ethernet Adapter
Enabled : True
NumberOfReceiveQueues : 2
Profile : Closest
BaseProcessor: [Group:Number] : 0:1
MaxProcessor: [Group:Number] : 0:3
MaxProcessors : 2
RssProcessorArray: [Group:Number/NUMA Distance] : 0:1/0 0:2/0 0:3/0
IndirectionTable: [Group:Number] :
> Configuring TCPAckFrequency...
> Configuring TCPAckFrequency on the Network Adapters : vmxnet3 Ethernet Adapter
> TCPAckFrequency was configured. | 1.0 | VMware TCPIP Optimizations failed - + Starting VMWare TCPIP Optimizations
Get-NetAdapter : Der Parametersatz kann mit den angegebenen benannten Parametern nicht aufgelöst werden.
In C:\Program Files (x86)\Base Image Script Framework (BIS-F)\framework\SubCall\Preparation\52_PrepBISF_VMWareTCPIPOptimizations.ps1:321 Zeichen:23
+ if (($netAdapter | Get-NetAdapter).Enabled -eq $false) {
+ ~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (MSFT_NetAdapter...r.edu-bgld.at"):PSObject) [Get-NetAdapter], ParameterBindingException
+ FullyQualifiedErrorId : AmbiguousParameterSet,Get-NetAdapter
> RSS Enabled Results:
>
Name : Ethernet0
InterfaceDescription : vmxnet3 Ethernet Adapter
Enabled : True
NumberOfReceiveQueues : 2
Profile : Closest
BaseProcessor: [Group:Number] : 0:1
MaxProcessor: [Group:Number] : 0:3
MaxProcessors : 2
RssProcessorArray: [Group:Number/NUMA Distance] : 0:1/0 0:2/0 0:3/0
IndirectionTable: [Group:Number] :
> Configuring TCPAckFrequency...
> Configuring TCPAckFrequency on the Network Adapters : vmxnet3 Ethernet Adapter
> TCPAckFrequency was configured. | priority | vmware tcpip optimizations failed starting vmware tcpip optimizations get netadapter der parametersatz kann mit den angegebenen benannten parametern nicht aufgelöst werden in c program files base image script framework bis f framework subcall preparation prepbisf vmwaretcpipoptimizations zeichen if netadapter get netadapter enabled eq false categoryinfo invalidargument msft netadapter r edu bgld at psobject parameterbindingexception fullyqualifiederrorid ambiguousparameterset get netadapter rss enabled results name interfacedescription ethernet adapter enabled true numberofreceivequeues profile closest baseprocessor maxprocessor maxprocessors rssprocessorarray indirectiontable configuring tcpackfrequency configuring tcpackfrequency on the network adapters ethernet adapter tcpackfrequency was configured | 1 |
57,838 | 3,084,037,937 | IssuesEvent | 2015-08-24 13:02:12 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | closed | При недостатке слотов у раздающего флай перестал писать в статусе "Ожидайте своей очереди - очередь 2" | bug Component-Logic duplicate imported Priority-Medium | _From [tret2...@gmail.com](https://code.google.com/u/116508191076211387118/) on August 01, 2013 06:23:58_
А просто пишет - Отключен.
Изучение в transferview void setStatusString(const tstring& aStatusString)
показало что сообщение о номере очереди отправляется, но затем затирается другим
[2013-08-01 10:50:13] setStatusString = Соединение…
[2013-08-01 10:50:13] setStatusString = Соединение…
[2013-08-01 10:50:15] setStatusString = Запрос Friends Bloopers 1994-2004.wmv...
[2013-08-01 10:50:15] setStatusString = Ждите своей очереди - Очередь: 1
[2013-08-01 10:50:15] setStatusString = Отключен
вызов setStatusString происходит из двух источников
1. TransferView::parseQueueItemUpdateInfo
который вызывается из TransferView::onSpeaker(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
2. TransferView::on(DownloadManagerListener::Tick, const DownloadList& dl, uint64_t CurrentTick)
так же при нормальном скачивании
[2013-08-01 10:48:18] setStatusString = Соединение…
[2013-08-01 10:48:19] setStatusString = Запрос Friends Bloopers 1994-2004.wmv...
[2013-08-01 10:48:19] setStatusString = Скачивание начинается…
[2013-08-01 10:48:20] setStatusString = Запрос Friends Bloopers 1994-2004.wmv...
[2013-08-01 10:48:20] setStatusString = Скачивание начинается…
[2013-08-01 10:48:20] setStatusString = [T][C] Скачано 903,97 кБ (44,1%%) за 0:00:00
[2013-08-01 10:48:20] setStatusString = Скачивание начинается…
[2013-08-01 10:48:20] setStatusString = Запрос Friends Bloopers 1994-2004.wmv...
[2013-08-01 10:48:20] setStatusString = Скачивание начинается…
[2013-08-01 10:48:21] setStatusString = Запрос Friends Bloopers 1994-2004.wmv...
[2013-08-01 10:48:21] setStatusString = Скачивание начинается…
[2013-08-01 10:48:21] setStatusString = [T][C] Скачано 235,19 кБ (5,7%%) за 0:00:00
[2013-08-01 10:48:22] setStatusString = Запрос Friends Bloopers 1994-2004.wmv...
[2013-08-01 10:48:22] setStatusString = Скачивание начинается…
[2013-08-01 10:48:22] setStatusString = [T][C] Скачано 1,22 МБ (15,3%%) за 0:00:00
[2013-08-01 10:48:22] setStatusString = [T][C] Скачано 11,23 МБ (2,1%%) за 0:00:02
[2013-08-01 10:48:23] setStatusString = [T][C] Скачано 6,76 МБ (84,5%%) за 0:00:01
[2013-08-01 10:48:23] setStatusString = [T][C] Скачано 16,76 МБ (3,2%%) за 0:00:03
[2013-08-01 10:48:24] setStatusString = Запрос Friends Bloopers 1994-2004.wmv...
[2013-08-01 10:48:24] setStatusString = Скачивание начинается…
[2013-08-01 10:48:24] setStatusString = [T][C] Скачано 472,59 кБ (2,9%%) за 0:00:00
[2013-08-01 10:48:24] setStatusString = [T][C] Скачано 18,48 МБ (3,5%%) за 0:00:04
[2013-08-01 10:48:25] setStatusString = [T][C] Скачано 5,97 МБ (37,3%%) за 0:00:01
[2013-08-01 10:48:25] setStatusString = [T][C] Скачано 23,97 МБ (4,5%%) за 0:00:05
[2013-08-01 10:48:26] setStatusString = [T][C] Скачано 12,22 МБ (76,4%%) за 0:00:02
[2013-08-01 10:48:26] setStatusString = [T][C] Скачано 30,23 МБ (5,7%%) за 0:00:06
[2013-08-01 10:48:27] setStatusString = Запрос Friends Bloopers 1994-2004.wmv...
[2013-08-01 10:48:27] setStatusString = Скачивание начинается…
[2013-08-01 10:48:27] setStatusString = [T][C] Скачано 59,55 кБ (0,2%%) за 0:00:00
[2013-08-01 10:48:27] setStatusString = [T][C] Скачано 34,06 МБ (6,4%%) за 0:00:06
[2013-08-01 10:48:28] setStatusString = [T][C] Скачано 5,80 МБ (18,1%%) за 0:00:01
[2013-08-01 10:48:28] setStatusString = [T][C] Скачано 40,06 МБ (7,5%%) за 0:00:08
[2013-08-01 10:48:29] setStatusString = [T][C] Скачано 12,05 МБ (37,7%%) за 0:00:02
[2013-08-01 10:48:29] setStatusString = [T][C] Скачано 46,05 МБ (8,7%%) за 0:00:09
[2013-08-01 10:48:30] setStatusString = [T][C] Скачано 18,40 МБ (57,5%%) за 0:00:03
[2013-08-01 10:48:30] setStatusString = [T][C] Скачано 52,40 МБ (9,9%%) за 0:00:10
[2013-08-01 10:48:30] setStatusString = Отключен
[2013-08-01 10:48:30] setStatusString = Отключен
[2013-08-01 10:48:39] setStatusString = [T][C] Скачано 20,96 МБ (65,5%%) за 0:00:12
[2013-08-01 10:48:39] setStatusString = Отключен
Надо разобраться откуда берутся эти данные, почему они разные какие всё-таки истинны. Заодно уменьшится нагрузка на вывод ненужной информации
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1127_ | 1.0 | При недостатке слотов у раздающего флай перестал писать в статусе "Ожидайте своей очереди - очередь 2" - _From [tret2...@gmail.com](https://code.google.com/u/116508191076211387118/) on August 01, 2013 06:23:58_
А просто пишет - Отключен.
Изучение в transferview void setStatusString(const tstring& aStatusString)
показало что сообщение о номере очереди отправляется, но затем затирается другим
[2013-08-01 10:50:13] setStatusString = Соединение…
[2013-08-01 10:50:13] setStatusString = Соединение…
[2013-08-01 10:50:15] setStatusString = Запрос Friends Bloopers 1994-2004.wmv...
[2013-08-01 10:50:15] setStatusString = Ждите своей очереди - Очередь: 1
[2013-08-01 10:50:15] setStatusString = Отключен
вызов setStatusString происходит из двух источников
1. TransferView::parseQueueItemUpdateInfo
который вызывается из TransferView::onSpeaker(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
2. TransferView::on(DownloadManagerListener::Tick, const DownloadList& dl, uint64_t CurrentTick)
так же при нормальном скачивании
[2013-08-01 10:48:18] setStatusString = Соединение…
[2013-08-01 10:48:19] setStatusString = Запрос Friends Bloopers 1994-2004.wmv...
[2013-08-01 10:48:19] setStatusString = Скачивание начинается…
[2013-08-01 10:48:20] setStatusString = Запрос Friends Bloopers 1994-2004.wmv...
[2013-08-01 10:48:20] setStatusString = Скачивание начинается…
[2013-08-01 10:48:20] setStatusString = [T][C] Скачано 903,97 кБ (44,1%%) за 0:00:00
[2013-08-01 10:48:20] setStatusString = Скачивание начинается…
[2013-08-01 10:48:20] setStatusString = Запрос Friends Bloopers 1994-2004.wmv...
[2013-08-01 10:48:20] setStatusString = Скачивание начинается…
[2013-08-01 10:48:21] setStatusString = Запрос Friends Bloopers 1994-2004.wmv...
[2013-08-01 10:48:21] setStatusString = Скачивание начинается…
[2013-08-01 10:48:21] setStatusString = [T][C] Скачано 235,19 кБ (5,7%%) за 0:00:00
[2013-08-01 10:48:22] setStatusString = Запрос Friends Bloopers 1994-2004.wmv...
[2013-08-01 10:48:22] setStatusString = Скачивание начинается…
[2013-08-01 10:48:22] setStatusString = [T][C] Скачано 1,22 МБ (15,3%%) за 0:00:00
[2013-08-01 10:48:22] setStatusString = [T][C] Скачано 11,23 МБ (2,1%%) за 0:00:02
[2013-08-01 10:48:23] setStatusString = [T][C] Скачано 6,76 МБ (84,5%%) за 0:00:01
[2013-08-01 10:48:23] setStatusString = [T][C] Скачано 16,76 МБ (3,2%%) за 0:00:03
[2013-08-01 10:48:24] setStatusString = Запрос Friends Bloopers 1994-2004.wmv...
[2013-08-01 10:48:24] setStatusString = Скачивание начинается…
[2013-08-01 10:48:24] setStatusString = [T][C] Скачано 472,59 кБ (2,9%%) за 0:00:00
[2013-08-01 10:48:24] setStatusString = [T][C] Скачано 18,48 МБ (3,5%%) за 0:00:04
[2013-08-01 10:48:25] setStatusString = [T][C] Скачано 5,97 МБ (37,3%%) за 0:00:01
[2013-08-01 10:48:25] setStatusString = [T][C] Скачано 23,97 МБ (4,5%%) за 0:00:05
[2013-08-01 10:48:26] setStatusString = [T][C] Скачано 12,22 МБ (76,4%%) за 0:00:02
[2013-08-01 10:48:26] setStatusString = [T][C] Скачано 30,23 МБ (5,7%%) за 0:00:06
[2013-08-01 10:48:27] setStatusString = Запрос Friends Bloopers 1994-2004.wmv...
[2013-08-01 10:48:27] setStatusString = Скачивание начинается…
[2013-08-01 10:48:27] setStatusString = [T][C] Скачано 59,55 кБ (0,2%%) за 0:00:00
[2013-08-01 10:48:27] setStatusString = [T][C] Скачано 34,06 МБ (6,4%%) за 0:00:06
[2013-08-01 10:48:28] setStatusString = [T][C] Скачано 5,80 МБ (18,1%%) за 0:00:01
[2013-08-01 10:48:28] setStatusString = [T][C] Скачано 40,06 МБ (7,5%%) за 0:00:08
[2013-08-01 10:48:29] setStatusString = [T][C] Скачано 12,05 МБ (37,7%%) за 0:00:02
[2013-08-01 10:48:29] setStatusString = [T][C] Скачано 46,05 МБ (8,7%%) за 0:00:09
[2013-08-01 10:48:30] setStatusString = [T][C] Скачано 18,40 МБ (57,5%%) за 0:00:03
[2013-08-01 10:48:30] setStatusString = [T][C] Скачано 52,40 МБ (9,9%%) за 0:00:10
[2013-08-01 10:48:30] setStatusString = Отключен
[2013-08-01 10:48:30] setStatusString = Отключен
[2013-08-01 10:48:39] setStatusString = [T][C] Скачано 20,96 МБ (65,5%%) за 0:00:12
[2013-08-01 10:48:39] setStatusString = Отключен
Надо разобраться откуда берутся эти данные, почему они разные какие всё-таки истинны. Заодно уменьшится нагрузка на вывод ненужной информации
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1127_ | priority | при недостатке слотов у раздающего флай перестал писать в статусе ожидайте своей очереди очередь from on august а просто пишет отключен изучение в transferview void setstatusstring const tstring astatusstring показало что сообщение о номере очереди отправляется но затем затирается другим setstatusstring соединение… setstatusstring соединение… setstatusstring запрос friends bloopers wmv setstatusstring ждите своей очереди очередь setstatusstring отключен вызов setstatusstring происходит из двух источников transferview parsequeueitemupdateinfo который вызывается из transferview onspeaker uint umsg wparam wparam lparam lparam bool bhandled transferview on downloadmanagerlistener tick const downloadlist dl t currenttick так же при нормальном скачивании setstatusstring соединение… setstatusstring запрос friends bloopers wmv setstatusstring скачивание начинается… setstatusstring запрос friends bloopers wmv setstatusstring скачивание начинается… setstatusstring скачано кб за setstatusstring скачивание начинается… setstatusstring запрос friends bloopers wmv setstatusstring скачивание начинается… setstatusstring запрос friends bloopers wmv setstatusstring скачивание начинается… setstatusstring скачано кб за setstatusstring запрос friends bloopers wmv setstatusstring скачивание начинается… setstatusstring скачано мб за setstatusstring скачано мб за setstatusstring скачано мб за setstatusstring скачано мб за setstatusstring запрос friends bloopers wmv setstatusstring скачивание начинается… setstatusstring скачано кб за setstatusstring скачано мб за setstatusstring скачано мб за setstatusstring скачано мб за setstatusstring скачано мб за setstatusstring скачано мб за setstatusstring запрос friends bloopers wmv setstatusstring скачивание начинается… setstatusstring скачано кб за setstatusstring скачано мб за setstatusstring скачано мб за setstatusstring скачано мб за setstatusstring скачано мб за setstatusstring скачано мб за setstatusstring скачано мб за setstatusstring скачано мб за setstatusstring отключен setstatusstring отключен setstatusstring скачано мб за setstatusstring отключен надо разобраться откуда берутся эти данные почему они разные какие всё таки истинны заодно уменьшится нагрузка на вывод ненужной информации original issue | 1 |
475,671 | 13,724,528,044 | IssuesEvent | 2020-10-03 14:36:19 | AY2021S1-CS2103-T16-2/tp | https://api.github.com/repos/AY2021S1-CS2103-T16-2/tp | opened | Update name of logo to match our project | priority.Medium type.Task | Update name of resources/images/address_book_32.png to insurance_4_insurance.png
Following files are affected:
- UiManager.java
- MainWindow.fxml
- AppUtilTest.java
- copyright.txt
| 1.0 | Update name of logo to match our project - Update name of resources/images/address_book_32.png to insurance_4_insurance.png
Following files are affected:
- UiManager.java
- MainWindow.fxml
- AppUtilTest.java
- copyright.txt
| priority | update name of logo to match our project update name of resources images address book png to insurance insurance png following files are affected uimanager java mainwindow fxml apputiltest java copyright txt | 1 |
522,604 | 15,163,038,729 | IssuesEvent | 2021-02-12 11:33:11 | wazuh/wazuh-documentation | https://api.github.com/repos/wazuh/wazuh-documentation | opened | Docu review: Installation guide - more installation alternatives. - Rephrase | priority: medium type: refactor | Hi! This issue aims to change the text in the Wazuh documentation - Installation guide - more installation alternatives.
Regards,
Pilar | 1.0 | Docu review: Installation guide - more installation alternatives. - Rephrase - Hi! This issue aims to change the text in the Wazuh documentation - Installation guide - more installation alternatives.
Regards,
Pilar | priority | docu review installation guide more installation alternatives rephrase hi this issue aims to change the text in the wazuh documentation installation guide more installation alternatives regards pilar | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.