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
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
611,666 | 18,960,827,682 | IssuesEvent | 2021-11-19 04:27:16 | oresat/CANopen-monitor | https://api.github.com/repos/oresat/CANopen-monitor | opened | CPU Usage Too High | bug good first issue medium priority | **Describe the bug**
CanOpen Monitor uses too much of the CPU.
**To Reproduce**
Steps to reproduce the behavior:
1. Open application
2. Add atleast one bus interface for listening
**Expected behavior**
The application runs with an average 60% or less CPU time
**Additional context**
The issue is likely driven by the fact that there is no sleep event inside the bus-listener handlers, causing a spin-lock behavior where the CPU is never given up by the application, save for interruption.
| 1.0 | CPU Usage Too High - **Describe the bug**
CanOpen Monitor uses too much of the CPU.
**To Reproduce**
Steps to reproduce the behavior:
1. Open application
2. Add atleast one bus interface for listening
**Expected behavior**
The application runs with an average 60% or less CPU time
**Additional context**
The issue is likely driven by the fact that there is no sleep event inside the bus-listener handlers, causing a spin-lock behavior where the CPU is never given up by the application, save for interruption.
| priority | cpu usage too high describe the bug canopen monitor uses too much of the cpu to reproduce steps to reproduce the behavior open application add atleast one bus interface for listening expected behavior the application runs with an average or less cpu time additional context the issue is likely driven by the fact that there is no sleep event inside the bus listener handlers causing a spin lock behavior where the cpu is never given up by the application save for interruption | 1 |
383,103 | 11,350,281,295 | IssuesEvent | 2020-01-24 08:20:43 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Self Improvement Speciality - Level 3 -doesn't have description | Priority: Medium | Self Improvement Speciality - Level 3 - doesn't have description
![2019-02-14_13-40-34](https://user-images.githubusercontent.com/4980243/52778989-51d9e300-3058-11e9-8168-1912903cf66d.png)
| 1.0 | Self Improvement Speciality - Level 3 -doesn't have description - Self Improvement Speciality - Level 3 - doesn't have description
![2019-02-14_13-40-34](https://user-images.githubusercontent.com/4980243/52778989-51d9e300-3058-11e9-8168-1912903cf66d.png)
| priority | self improvement speciality level doesn t have description self improvement speciality level doesn t have description | 1 |
47,512 | 2,981,740,301 | IssuesEvent | 2015-07-17 04:53:26 | GLolol/PyLink | https://api.github.com/repos/GLolol/PyLink | closed | Move spawning of the "PyLink" client and autojoins to a separate clause outside the protocol module | enhancement priority:medium protocol/inspircd | Maybe this could be called in a separate `connect_after()` function in `Irc()`, after capability negotiation and recvpass checking are complete.
- ~~Unfortunately, this would move our client joining outside the initial BURSTing phase, which may not be desirable.~~ | 1.0 | Move spawning of the "PyLink" client and autojoins to a separate clause outside the protocol module - Maybe this could be called in a separate `connect_after()` function in `Irc()`, after capability negotiation and recvpass checking are complete.
- ~~Unfortunately, this would move our client joining outside the initial BURSTing phase, which may not be desirable.~~ | priority | move spawning of the pylink client and autojoins to a separate clause outside the protocol module maybe this could be called in a separate connect after function in irc after capability negotiation and recvpass checking are complete unfortunately this would move our client joining outside the initial bursting phase which may not be desirable | 1 |
22,354 | 2,648,849,854 | IssuesEvent | 2015-03-14 09:54:13 | xiaoyur347/gperftools | https://api.github.com/repos/xiaoyur347/gperftools | closed | test | bug imported invalid Priority-Medium | _From [[email protected]](https://code.google.com/u/108612170547789461813/) on September 20, 2006 16:43:41_
What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.
_Original issue: http://code.google.com/p/gperftools/issues/detail?id=2_ | 1.0 | test - _From [[email protected]](https://code.google.com/u/108612170547789461813/) on September 20, 2006 16:43:41_
What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.
_Original issue: http://code.google.com/p/gperftools/issues/detail?id=2_ | priority | test from on september what steps will reproduce the problem what is the expected output what do you see instead what version of the product are you using on what operating system please provide any additional information below original issue | 1 |
611,940 | 18,985,211,516 | IssuesEvent | 2021-11-21 15:52:28 | swan-cern/jupyter-extensions | https://api.github.com/repos/swan-cern/jupyter-extensions | closed | Creating un-named projects just creates a folder and not a project | type:bug priority:medium | This issue was caused by #92.
I believe this was actually mentioned in a SNOW ticket once, but we never understood that this was the cause. | 1.0 | Creating un-named projects just creates a folder and not a project - This issue was caused by #92.
I believe this was actually mentioned in a SNOW ticket once, but we never understood that this was the cause. | priority | creating un named projects just creates a folder and not a project this issue was caused by i believe this was actually mentioned in a snow ticket once but we never understood that this was the cause | 1 |
506,881 | 14,675,131,502 | IssuesEvent | 2020-12-30 16:51:45 | luna-rs/luna | https://api.github.com/repos/luna-rs/luna | closed | Reduce coupling to LunaContext | discussion medium priority | The coupling of the `LunaContext` onto unrelated objects such as `PluginManager`, `Entity`, and `LunaChannelInitializer` makes writing unit tests tedious and messy. | 1.0 | Reduce coupling to LunaContext - The coupling of the `LunaContext` onto unrelated objects such as `PluginManager`, `Entity`, and `LunaChannelInitializer` makes writing unit tests tedious and messy. | priority | reduce coupling to lunacontext the coupling of the lunacontext onto unrelated objects such as pluginmanager entity and lunachannelinitializer makes writing unit tests tedious and messy | 1 |
704,468 | 24,198,025,471 | IssuesEvent | 2022-09-24 06:23:48 | HaDuve/TravelCostNative | https://api.github.com/repos/HaDuve/TravelCostNative | closed | make items deletable by swipe gesture | enhancement Frontend Medium Priority | using react-native-gesture-handler
docs:
https://docs.swmansion.com/react-native-gesture-handler/docs/
https://docs.swmansion.com/react-native-reanimated/docs/
todo:
- [x] make swipeable
- [x] make deletable (database & context)
- [x] polish | 1.0 | make items deletable by swipe gesture - using react-native-gesture-handler
docs:
https://docs.swmansion.com/react-native-gesture-handler/docs/
https://docs.swmansion.com/react-native-reanimated/docs/
todo:
- [x] make swipeable
- [x] make deletable (database & context)
- [x] polish | priority | make items deletable by swipe gesture using react native gesture handler docs todo make swipeable make deletable database context polish | 1 |
789,109 | 27,778,534,692 | IssuesEvent | 2023-03-16 19:04:59 | flowforge/website | https://api.github.com/repos/flowforge/website | closed | Invisible Video on Homepage | bug priority:medium | ### Current Behavior
<img width="999" alt="Screenshot 2023-01-19 at 22 14 48" src="https://user-images.githubusercontent.com/99246719/213574332-52f04e10-8b2f-4ab9-b341-3e628e879d2a.png">
Works fine locally, but visiting https://flowforge.com - it doesn't load for me, not able to see any errors either, very strange. First noticed it in the Session Recordings of our visitors, but just assumed it was our PostHog handled media.
After a while, it did load, but we should consider a better background/placeholder that is lighter to load?
### Expected Behavior
_No response_
### Steps To Reproduce
_No response_
### Environment
- FlowForge version:
- Node.js version:
- npm version:
- Platform/OS:
- Browser:
| 1.0 | Invisible Video on Homepage - ### Current Behavior
<img width="999" alt="Screenshot 2023-01-19 at 22 14 48" src="https://user-images.githubusercontent.com/99246719/213574332-52f04e10-8b2f-4ab9-b341-3e628e879d2a.png">
Works fine locally, but visiting https://flowforge.com - it doesn't load for me, not able to see any errors either, very strange. First noticed it in the Session Recordings of our visitors, but just assumed it was our PostHog handled media.
After a while, it did load, but we should consider a better background/placeholder that is lighter to load?
### Expected Behavior
_No response_
### Steps To Reproduce
_No response_
### Environment
- FlowForge version:
- Node.js version:
- npm version:
- Platform/OS:
- Browser:
| priority | invisible video on homepage current behavior img width alt screenshot at src works fine locally but visiting it doesn t load for me not able to see any errors either very strange first noticed it in the session recordings of our visitors but just assumed it was our posthog handled media after a while it did load but we should consider a better background placeholder that is lighter to load expected behavior no response steps to reproduce no response environment flowforge version node js version npm version platform os browser | 1 |
524,087 | 15,195,724,565 | IssuesEvent | 2021-02-16 06:57:17 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | opened | Group messages not hide when "Social Group" component is deactivated. | bug priority: medium | **Describe the bug**
If "Social component" is deactivated and Messages thread have older group threads then those threads remain active and user is able to send messages using the group thread.
**To Reproduce**
Steps to reproduce the behavior:
1. Create Group Thread message.
2. Now deactivate 'Social group' component.
3. Go to messages page.
4. Select Group message from listing and send messages.
**Expected behavior**
1. On deactivating 'Social Group' component . Group messages must get hide.
2. On deleting Group associated Group messages or thread must get delete.
**Video**
https://www.loom.com/share/547f1cb6732b4a9bae37cbfbe4799689
**Support ticket links**
N.A Reported internally by QA.
| 1.0 | Group messages not hide when "Social Group" component is deactivated. - **Describe the bug**
If "Social component" is deactivated and Messages thread have older group threads then those threads remain active and user is able to send messages using the group thread.
**To Reproduce**
Steps to reproduce the behavior:
1. Create Group Thread message.
2. Now deactivate 'Social group' component.
3. Go to messages page.
4. Select Group message from listing and send messages.
**Expected behavior**
1. On deactivating 'Social Group' component . Group messages must get hide.
2. On deleting Group associated Group messages or thread must get delete.
**Video**
https://www.loom.com/share/547f1cb6732b4a9bae37cbfbe4799689
**Support ticket links**
N.A Reported internally by QA.
| priority | group messages not hide when social group component is deactivated describe the bug if social component is deactivated and messages thread have older group threads then those threads remain active and user is able to send messages using the group thread to reproduce steps to reproduce the behavior create group thread message now deactivate social group component go to messages page select group message from listing and send messages expected behavior on deactivating social group component group messages must get hide on deleting group associated group messages or thread must get delete video support ticket links n a reported internally by qa | 1 |
783,521 | 27,535,601,213 | IssuesEvent | 2023-03-07 03:03:34 | Alluxio/alluxio | https://api.github.com/repos/Alluxio/alluxio | closed | Pin RPC raise master's cpu usage in high level | priority-medium stale | **Alluxio Version:**
2.3.1
**Describe the bug**
- There is about 35TB data pined in Alluxio in disk.
- Each block of the data has 3 replicas.
- File size of the data is around 50MB.
- Master's CPU usage is over 80%.
- Users want to pin over 150TB data (not include replicas) in Alluxio, because the speed of data transformation between remote UFS and Alluxio is too slow, and the use cases have specific deadline.
**Urgency**
Normal | 1.0 | Pin RPC raise master's cpu usage in high level - **Alluxio Version:**
2.3.1
**Describe the bug**
- There is about 35TB data pined in Alluxio in disk.
- Each block of the data has 3 replicas.
- File size of the data is around 50MB.
- Master's CPU usage is over 80%.
- Users want to pin over 150TB data (not include replicas) in Alluxio, because the speed of data transformation between remote UFS and Alluxio is too slow, and the use cases have specific deadline.
**Urgency**
Normal | priority | pin rpc raise master s cpu usage in high level alluxio version describe the bug there is about data pined in alluxio in disk each block of the data has replicas file size of the data is around master s cpu usage is over users want to pin over data not include replicas in alluxio because the speed of data transformation between remote ufs and alluxio is too slow and the use cases have specific deadline urgency normal | 1 |
682,927 | 23,362,624,874 | IssuesEvent | 2022-08-10 13:01:29 | renovatebot/renovate | https://api.github.com/repos/renovatebot/renovate | opened | PR is being updated in dry mode when branch and pr were modified | type:bug priority-3-medium status:in-progress | ### How are you running Renovate?
Self-hosted
### If you're self-hosting Renovate, tell us what version of Renovate you run.
latest
### Please select which platform you are using if self-hosting.
github.com
### If you're self-hosting Renovate, tell us what version of the platform you run.
_No response_
### Was this something which used to work for you, and then stopped?
I never saw this working
### Describe the bug
Renovate will update a existing PR even when in dry run mode.
Steps to reproduce:
- Commit to any renovate feature branch with a non bot git account
- Edit the PR body corresponding to the above branch
- Run renovate in dry mode
Any repro will do, i for once used [this](https://github.com/ladzaretti/alpine-node)
### Relevant debug logs
<details><summary>Logs</summary>
```
DEBUG: File config
"config": {
"platform": "github",
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"token": "***********",
...
"dryRun": "full"
}
...
DEBUG: Found existing branch PR (repository=ladzaretti/alpine-node, branch=renovate/node-18.x)
DEBUG: PR has been edited (repository=ladzaretti/alpine-node, branch=renovate/node-18.x)
"prNo": 2
DEBUG: Updating existing PR to indicate that rebasing is not possible (repository=ladzaretti/alpine-node, branch=renovate/node-18.x)
DEBUG: updatePr(2, Update dependency node to v18, body) (repository=ladzaretti/alpine-node, branch=renovate/node-18.x)
DEBUG: PR updated (repository=ladzaretti/alpine-node, branch=renovate/node-18.x)
"pr": 2
```
</details>
### Have you created a minimal reproduction repository?
I have linked to a minimal reproduction repository in the bug description | 1.0 | PR is being updated in dry mode when branch and pr were modified - ### How are you running Renovate?
Self-hosted
### If you're self-hosting Renovate, tell us what version of Renovate you run.
latest
### Please select which platform you are using if self-hosting.
github.com
### If you're self-hosting Renovate, tell us what version of the platform you run.
_No response_
### Was this something which used to work for you, and then stopped?
I never saw this working
### Describe the bug
Renovate will update a existing PR even when in dry run mode.
Steps to reproduce:
- Commit to any renovate feature branch with a non bot git account
- Edit the PR body corresponding to the above branch
- Run renovate in dry mode
Any repro will do, i for once used [this](https://github.com/ladzaretti/alpine-node)
### Relevant debug logs
<details><summary>Logs</summary>
```
DEBUG: File config
"config": {
"platform": "github",
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"token": "***********",
...
"dryRun": "full"
}
...
DEBUG: Found existing branch PR (repository=ladzaretti/alpine-node, branch=renovate/node-18.x)
DEBUG: PR has been edited (repository=ladzaretti/alpine-node, branch=renovate/node-18.x)
"prNo": 2
DEBUG: Updating existing PR to indicate that rebasing is not possible (repository=ladzaretti/alpine-node, branch=renovate/node-18.x)
DEBUG: updatePr(2, Update dependency node to v18, body) (repository=ladzaretti/alpine-node, branch=renovate/node-18.x)
DEBUG: PR updated (repository=ladzaretti/alpine-node, branch=renovate/node-18.x)
"pr": 2
```
</details>
### Have you created a minimal reproduction repository?
I have linked to a minimal reproduction repository in the bug description | priority | pr is being updated in dry mode when branch and pr were modified how are you running renovate self hosted if you re self hosting renovate tell us what version of renovate you run latest please select which platform you are using if self hosting github com if you re self hosting renovate tell us what version of the platform you run no response was this something which used to work for you and then stopped i never saw this working describe the bug renovate will update a existing pr even when in dry run mode steps to reproduce commit to any renovate feature branch with a non bot git account edit the pr body corresponding to the above branch run renovate in dry mode any repro will do i for once used relevant debug logs logs debug file config config platform github schema token dryrun full debug found existing branch pr repository ladzaretti alpine node branch renovate node x debug pr has been edited repository ladzaretti alpine node branch renovate node x prno debug updating existing pr to indicate that rebasing is not possible repository ladzaretti alpine node branch renovate node x debug updatepr update dependency node to body repository ladzaretti alpine node branch renovate node x debug pr updated repository ladzaretti alpine node branch renovate node x pr have you created a minimal reproduction repository i have linked to a minimal reproduction repository in the bug description | 1 |
211,000 | 7,197,419,510 | IssuesEvent | 2018-02-05 09:03:53 | YaoGuang-NYP/Digital_Services | https://api.github.com/repos/YaoGuang-NYP/Digital_Services | closed | As Tertiary Educator........... | Medium Priority Normal | I would like to see my students able to find a job after they have graduated. | 1.0 | As Tertiary Educator........... - I would like to see my students able to find a job after they have graduated. | priority | as tertiary educator i would like to see my students able to find a job after they have graduated | 1 |
469,320 | 13,505,632,699 | IssuesEvent | 2020-09-14 00:00:39 | dcl-covid-19/mega-map-dev | https://api.github.com/repos/dcl-covid-19/mega-map-dev | closed | Merge "medical" and "mental health" categories into "health"; create filter by sub-types | help wanted medium-priority question | **Need work on an existing feature? **
(a) we would like to merge the two existing categories of mental health and medical resources, because there are currently duplicates between the two categories. This means that `resource` = "health" for any medical and mental health resources
(b) At the same time, the data team will be adding new 0/1 columns to filter medical services (similar to legal filters rn), including med_mental_health. The full list of filters is here and in the mega-map metadata:
1. med_primary_care —> Primary Care
2. med_pediatrics —> Pediatric Care
3. med_senior —> Senior Care
4. med_women —> Women’s Care
5. med_urgent_care —> Urgent Care
6. med_dental —> Dental Care
7. med_pharmacy —> Pharmacy
8. med_mental_health —> Mental Health Care
9. med_hotline —> Hotline
10. med_domestic_violence —> Domestic Violence Support
11. med_addiction —> Addiction & Recovery
12. med_benefit --> Health Benefit Enrollment
(c) However we still want the "Mental Health" category to show up as a main category in the first dropdown menu due to its importance as a first filter. That category would take a user to a list view where `resource` = "health" & `med_mental_health` = 1.
The data team is working on merging the resources and should be ready in the next 2-3 days.
| 1.0 | Merge "medical" and "mental health" categories into "health"; create filter by sub-types - **Need work on an existing feature? **
(a) we would like to merge the two existing categories of mental health and medical resources, because there are currently duplicates between the two categories. This means that `resource` = "health" for any medical and mental health resources
(b) At the same time, the data team will be adding new 0/1 columns to filter medical services (similar to legal filters rn), including med_mental_health. The full list of filters is here and in the mega-map metadata:
1. med_primary_care —> Primary Care
2. med_pediatrics —> Pediatric Care
3. med_senior —> Senior Care
4. med_women —> Women’s Care
5. med_urgent_care —> Urgent Care
6. med_dental —> Dental Care
7. med_pharmacy —> Pharmacy
8. med_mental_health —> Mental Health Care
9. med_hotline —> Hotline
10. med_domestic_violence —> Domestic Violence Support
11. med_addiction —> Addiction & Recovery
12. med_benefit --> Health Benefit Enrollment
(c) However we still want the "Mental Health" category to show up as a main category in the first dropdown menu due to its importance as a first filter. That category would take a user to a list view where `resource` = "health" & `med_mental_health` = 1.
The data team is working on merging the resources and should be ready in the next 2-3 days.
| priority | merge medical and mental health categories into health create filter by sub types need work on an existing feature a we would like to merge the two existing categories of mental health and medical resources because there are currently duplicates between the two categories this means that resource health for any medical and mental health resources b at the same time the data team will be adding new columns to filter medical services similar to legal filters rn including med mental health the full list of filters is here and in the mega map metadata med primary care — primary care med pediatrics — pediatric care med senior — senior care med women — women’s care med urgent care — urgent care med dental — dental care med pharmacy — pharmacy med mental health — mental health care med hotline — hotline med domestic violence — domestic violence support med addiction — addiction recovery med benefit health benefit enrollment c however we still want the mental health category to show up as a main category in the first dropdown menu due to its importance as a first filter that category would take a user to a list view where resource health med mental health the data team is working on merging the resources and should be ready in the next days | 1 |
126,432 | 4,995,585,589 | IssuesEvent | 2016-12-09 10:40:03 | hpi-swt2/workshop-portal | https://api.github.com/repos/hpi-swt2/workshop-portal | closed | US_1.6: Event drafts 🍪2 | Medium Priority team-helene | **As**
organizer
**I want to**
define draft events that are not published immediately
**in order to**
modify them together with my peers or colleagues.
**5 🍪**
- [ ] I am able to click a save ("Speichern") button when I am done with my camp creation so that my camp is saved but not published
- [ ] When I am ready to publish my Draft i can click on a Publish ("Veröffentlichen") button and my Event becomes public. (on edit and creation page) | 1.0 | US_1.6: Event drafts 🍪2 - **As**
organizer
**I want to**
define draft events that are not published immediately
**in order to**
modify them together with my peers or colleagues.
**5 🍪**
- [ ] I am able to click a save ("Speichern") button when I am done with my camp creation so that my camp is saved but not published
- [ ] When I am ready to publish my Draft i can click on a Publish ("Veröffentlichen") button and my Event becomes public. (on edit and creation page) | priority | us event drafts 🍪 as organizer i want to define draft events that are not published immediately in order to modify them together with my peers or colleagues 🍪 i am able to click a save speichern button when i am done with my camp creation so that my camp is saved but not published when i am ready to publish my draft i can click on a publish veröffentlichen button and my event becomes public on edit and creation page | 1 |
452,765 | 13,059,059,079 | IssuesEvent | 2020-07-30 10:00:46 | incognitochain/incognito-wallet | https://api.github.com/repos/incognitochain/incognito-wallet | closed | Pdex - pdex account with followed token | Priority: Medium Type: Enhancement | From Annie
Description: On pdex when a trading transaction happened, PRV - pTOMO, when user check pdex account, pTOMO balance doesnt show up until user follows the token.
Can we make it automatically when a trade happens, the token will be automatically followed. | 1.0 | Pdex - pdex account with followed token - From Annie
Description: On pdex when a trading transaction happened, PRV - pTOMO, when user check pdex account, pTOMO balance doesnt show up until user follows the token.
Can we make it automatically when a trade happens, the token will be automatically followed. | priority | pdex pdex account with followed token from annie description on pdex when a trading transaction happened prv ptomo when user check pdex account ptomo balance doesnt show up until user follows the token can we make it automatically when a trade happens the token will be automatically followed | 1 |
208,524 | 7,155,418,889 | IssuesEvent | 2018-01-26 12:42:39 | bartongroup/RATS | https://api.github.com/repos/bartongroup/RATS | closed | (dev. ver.) Why did a crash condition pass the tests? | medium priority | This issue applies to dev versions between 0.6.0-3 and 0.6.0-7.
This bug has now been resolved, but formal testing should be put in place for such scenario.
With the introduction of scaling vectors in place of scaling factors, some code omissions caused RATs to crash. The tests failed to pick up the crash at all. Probably because the breaking code is only executed when scaling is requested, and none of the old tests have a scaling scenario.
- [x] Create scaling tests.
- [x] Test more of the preparatory steps in `rats.R`. Direct testing of the functions only does not cover all sources of error. | 1.0 | (dev. ver.) Why did a crash condition pass the tests? - This issue applies to dev versions between 0.6.0-3 and 0.6.0-7.
This bug has now been resolved, but formal testing should be put in place for such scenario.
With the introduction of scaling vectors in place of scaling factors, some code omissions caused RATs to crash. The tests failed to pick up the crash at all. Probably because the breaking code is only executed when scaling is requested, and none of the old tests have a scaling scenario.
- [x] Create scaling tests.
- [x] Test more of the preparatory steps in `rats.R`. Direct testing of the functions only does not cover all sources of error. | priority | dev ver why did a crash condition pass the tests this issue applies to dev versions between and this bug has now been resolved but formal testing should be put in place for such scenario with the introduction of scaling vectors in place of scaling factors some code omissions caused rats to crash the tests failed to pick up the crash at all probably because the breaking code is only executed when scaling is requested and none of the old tests have a scaling scenario create scaling tests test more of the preparatory steps in rats r direct testing of the functions only does not cover all sources of error | 1 |
708,026 | 24,327,602,019 | IssuesEvent | 2022-09-30 16:07:45 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [YSQL] ALTER Materialized View | kind/enhancement area/ysql priority/medium pgcm | Jira Link: [DB-899](https://yugabyte.atlassian.net/browse/DB-899)
### Description
Issue for tracking `ALTER MATERIALIZED VIEW`. | 1.0 | [YSQL] ALTER Materialized View - Jira Link: [DB-899](https://yugabyte.atlassian.net/browse/DB-899)
### Description
Issue for tracking `ALTER MATERIALIZED VIEW`. | priority | alter materialized view jira link description issue for tracking alter materialized view | 1 |
16,399 | 2,614,908,530 | IssuesEvent | 2015-03-01 00:12:14 | chrsmith/google-api-java-client | https://api.github.com/repos/chrsmith/google-api-java-client | opened | Report all shared documents in a domain | auto-migrated Priority-Medium Type-Sample | ```
Using OAuth to authorise the connection for a service account, I would like to
be able to get a report of all shared documents for all documents in the domain.
Going forward, the report needs to show
all documents shared outside of the domain
all documents shared to all members of the domain
all documents shared with individual users or groups
Hope you can help!
```
Original issue reported on code.google.com by `[email protected]` on 27 Mar 2013 at 9:18 | 1.0 | Report all shared documents in a domain - ```
Using OAuth to authorise the connection for a service account, I would like to
be able to get a report of all shared documents for all documents in the domain.
Going forward, the report needs to show
all documents shared outside of the domain
all documents shared to all members of the domain
all documents shared with individual users or groups
Hope you can help!
```
Original issue reported on code.google.com by `[email protected]` on 27 Mar 2013 at 9:18 | priority | report all shared documents in a domain using oauth to authorise the connection for a service account i would like to be able to get a report of all shared documents for all documents in the domain going forward the report needs to show all documents shared outside of the domain all documents shared to all members of the domain all documents shared with individual users or groups hope you can help original issue reported on code google com by thegreen gmail com on mar at | 1 |
263,874 | 8,302,828,444 | IssuesEvent | 2018-09-21 15:35:35 | Vhoyon/Discord-Bot | https://api.github.com/repos/Vhoyon/Discord-Bot | opened | Host a permanent version of our bot to have an online alias of our work | !Priority: Medium | Here are our options (more may be edited in) :
- [Heroku](https://www.heroku.com) - _possibility of using a [GitHub Student Pack account](https://education.github.com/pack) to get access to 2 years worth of non-sleeping dynos ([Hobby Dyno](https://devcenter.heroku.com/articles/dyno-types))_;
- Self-Hosted on a Raspberry-Pi;
- Buying some third-party server to run it so we don't have to deal with setting up the Raspberry-Pi with ssh and outside secure access (SSH, static IP address, etc). | 1.0 | Host a permanent version of our bot to have an online alias of our work - Here are our options (more may be edited in) :
- [Heroku](https://www.heroku.com) - _possibility of using a [GitHub Student Pack account](https://education.github.com/pack) to get access to 2 years worth of non-sleeping dynos ([Hobby Dyno](https://devcenter.heroku.com/articles/dyno-types))_;
- Self-Hosted on a Raspberry-Pi;
- Buying some third-party server to run it so we don't have to deal with setting up the Raspberry-Pi with ssh and outside secure access (SSH, static IP address, etc). | priority | host a permanent version of our bot to have an online alias of our work here are our options more may be edited in possibility of using a to get access to years worth of non sleeping dynos self hosted on a raspberry pi buying some third party server to run it so we don t have to deal with setting up the raspberry pi with ssh and outside secure access ssh static ip address etc | 1 |
162,075 | 6,147,325,582 | IssuesEvent | 2017-06-27 15:30:32 | angular/angular-cli | https://api.github.com/repos/angular/angular-cli | closed | ERROR in Maximum call stack size exceeded : Feature module circular dependency | freq2: medium priority: 2 (required) type: bug | <!--
IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION YOUR ISSUE MIGHT BE CLOSED WITHOUT INVESTIGATING
-->
### Bug Report or Feature Request (mark with an `x`)
```
- [X] bug report -> please search issues before submitting
- [ ] feature request
```
### Versions.
<!--
Output from: `ng --version`.
If nothing, output from: `node --version` and `npm --version`.
Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra?)
-->
> @angular/cli: 1.0.0-rc.2
node: 6.10.0
os: linux x64
@angular/common: 2.4.10
@angular/compiler: 2.4.10
@angular/core: 2.4.10
@angular/forms: 2.4.10
@angular/http: 2.4.10
@angular/platform-browser: 2.4.10
@angular/platform-browser-dynamic: 2.4.10
@angular/router: 3.4.10
@angular/cli: 1.0.0-rc.2
@angular/compiler-cli: 2.4.10
### Repro steps.
<!--
Simple steps to reproduce this bug.
Please include: commands run, packages added, related code changes.
A link to a sample repo would help too.
-->
**STEPS TO REPRODUCE**
See git repo
https://github.com/vaibhavbparikh/circular-routes
### The log given by the failure.
<!-- Normally this include a stack trace and some more information. -->
> ** NG Live Development Server is running on http://localhost:4200 **
Hash: f669143e24ec08ff9586
Time: 23223ms
chunk {0} polyfills.bundle.js, polyfills.bundle.js.map (polyfills) 232 kB {4} [initial] [rendered]
chunk {1} main.bundle.js, main.bundle.js.map (main) 332 kB {3} [initial] [rendered]
chunk {2} styles.bundle.js, styles.bundle.js.map (styles) 304 kB {4} [initial] [rendered]
chunk {3} vendor.bundle.js, vendor.bundle.js.map (vendor) 5.64 MB [initial] [rendered]
chunk {4} inline.bundle.js, inline.bundle.js.map (inline) 0 bytes [entry] [rendered]
ERROR in Maximum call stack size exceeded
webpack: Failed to compile.
However when I do any changes in file and save it again, angular-cli compiles it again and it runs fine then.
### Desired functionality.
<!--
What would like to see implemented?
What is the usecase?
-->
This behaviour shall not create cyclic dependency, there should be mechanism to detect this and break.
Either it shall not compile at all or it shall not throw error at first compile.
** USE CASE **
> I have 3 Feature modules in the application. Each Feature modules contains 3 or more sub feature modules with their own components and specially **routes** with router module.
> Now consider below scenario.
> I have modules as below.
>
> - Feature 1
> - Feature1Sub Feature 1
> - Feature1Sub Feature 2
> - Feature 2
> - Feature2Sub Feature 1
> - Feature2Sub Feature 2
> - Feature 3
> - Feature3Sub Feature 1
> - Feature3Sub Feature 2
>
> Now Consider below flow.
> I am loading Feature 1 -> Feature1Sub Feature 1. I want to load Feature2Sub Feature 1 directly from Feature1Sub Feature 1. Without loading whole Feature 2 module. Also, I need to maintain navigation flow with back button.
> So I will need to write routes and load that module with loadchildren feature in module of Feature1Sub Feature 1.
> Same way I want to load Feature1Sub Feature 1 directly from Feature2SubFeature 1 without loading whole Feature 2 module. So again I will need to write routes in Feature1Sub Feature 1 module.
>
As a complex and large application, there might be need to create flow where two or more modules needs each other with routing.
### Mention any other details that might be useful.
<!-- Please include a link to the repo if this is related to an OSS project. -->
| 1.0 | ERROR in Maximum call stack size exceeded : Feature module circular dependency - <!--
IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION YOUR ISSUE MIGHT BE CLOSED WITHOUT INVESTIGATING
-->
### Bug Report or Feature Request (mark with an `x`)
```
- [X] bug report -> please search issues before submitting
- [ ] feature request
```
### Versions.
<!--
Output from: `ng --version`.
If nothing, output from: `node --version` and `npm --version`.
Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra?)
-->
> @angular/cli: 1.0.0-rc.2
node: 6.10.0
os: linux x64
@angular/common: 2.4.10
@angular/compiler: 2.4.10
@angular/core: 2.4.10
@angular/forms: 2.4.10
@angular/http: 2.4.10
@angular/platform-browser: 2.4.10
@angular/platform-browser-dynamic: 2.4.10
@angular/router: 3.4.10
@angular/cli: 1.0.0-rc.2
@angular/compiler-cli: 2.4.10
### Repro steps.
<!--
Simple steps to reproduce this bug.
Please include: commands run, packages added, related code changes.
A link to a sample repo would help too.
-->
**STEPS TO REPRODUCE**
See git repo
https://github.com/vaibhavbparikh/circular-routes
### The log given by the failure.
<!-- Normally this include a stack trace and some more information. -->
> ** NG Live Development Server is running on http://localhost:4200 **
Hash: f669143e24ec08ff9586
Time: 23223ms
chunk {0} polyfills.bundle.js, polyfills.bundle.js.map (polyfills) 232 kB {4} [initial] [rendered]
chunk {1} main.bundle.js, main.bundle.js.map (main) 332 kB {3} [initial] [rendered]
chunk {2} styles.bundle.js, styles.bundle.js.map (styles) 304 kB {4} [initial] [rendered]
chunk {3} vendor.bundle.js, vendor.bundle.js.map (vendor) 5.64 MB [initial] [rendered]
chunk {4} inline.bundle.js, inline.bundle.js.map (inline) 0 bytes [entry] [rendered]
ERROR in Maximum call stack size exceeded
webpack: Failed to compile.
However when I do any changes in file and save it again, angular-cli compiles it again and it runs fine then.
### Desired functionality.
<!--
What would like to see implemented?
What is the usecase?
-->
This behaviour shall not create cyclic dependency, there should be mechanism to detect this and break.
Either it shall not compile at all or it shall not throw error at first compile.
** USE CASE **
> I have 3 Feature modules in the application. Each Feature modules contains 3 or more sub feature modules with their own components and specially **routes** with router module.
> Now consider below scenario.
> I have modules as below.
>
> - Feature 1
> - Feature1Sub Feature 1
> - Feature1Sub Feature 2
> - Feature 2
> - Feature2Sub Feature 1
> - Feature2Sub Feature 2
> - Feature 3
> - Feature3Sub Feature 1
> - Feature3Sub Feature 2
>
> Now Consider below flow.
> I am loading Feature 1 -> Feature1Sub Feature 1. I want to load Feature2Sub Feature 1 directly from Feature1Sub Feature 1. Without loading whole Feature 2 module. Also, I need to maintain navigation flow with back button.
> So I will need to write routes and load that module with loadchildren feature in module of Feature1Sub Feature 1.
> Same way I want to load Feature1Sub Feature 1 directly from Feature2SubFeature 1 without loading whole Feature 2 module. So again I will need to write routes in Feature1Sub Feature 1 module.
>
As a complex and large application, there might be need to create flow where two or more modules needs each other with routing.
### Mention any other details that might be useful.
<!-- Please include a link to the repo if this is related to an OSS project. -->
| priority | error in maximum call stack size exceeded feature module circular dependency if you don t fill out the following information your issue might be closed without investigating bug report or feature request mark with an x bug report please search issues before submitting feature request versions output from ng version if nothing output from node version and npm version windows linux incl distribution macos el capitan sierra angular cli rc node os linux angular common angular compiler angular core angular forms angular http angular platform browser angular platform browser dynamic angular router angular cli rc angular compiler cli repro steps simple steps to reproduce this bug please include commands run packages added related code changes a link to a sample repo would help too steps to reproduce see git repo the log given by the failure ng live development server is running on hash time chunk polyfills bundle js polyfills bundle js map polyfills kb chunk main bundle js main bundle js map main kb chunk styles bundle js styles bundle js map styles kb chunk vendor bundle js vendor bundle js map vendor mb chunk inline bundle js inline bundle js map inline bytes error in maximum call stack size exceeded webpack failed to compile however when i do any changes in file and save it again angular cli compiles it again and it runs fine then desired functionality what would like to see implemented what is the usecase this behaviour shall not create cyclic dependency there should be mechanism to detect this and break either it shall not compile at all or it shall not throw error at first compile use case i have feature modules in the application each feature modules contains or more sub feature modules with their own components and specially routes with router module now consider below scenario i have modules as below feature feature feature feature feature feature feature feature feature now consider below flow i am loading feature feature i want to load feature directly from feature without loading whole feature module also i need to maintain navigation flow with back button so i will need to write routes and load that module with loadchildren feature in module of feature same way i want to load feature directly from without loading whole feature module so again i will need to write routes in feature module as a complex and large application there might be need to create flow where two or more modules needs each other with routing mention any other details that might be useful | 1 |
688,897 | 23,599,309,968 | IssuesEvent | 2022-08-23 23:06:07 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | opened | Create CalcSpatialInertiaAboutPoint() to mimic related functions in multibody_plant.h and multibody_tree.h. | type: feature request priority: medium component: multibody plant type: usability release notes: feature | The implementation of a helper function ComputeCompositeInertia() arose during work in an Anzu [PR](#https://reviewable.shared-services.aws.tri.global/reviews/robotics/anzu/9323#-).
The documentation and signature in that Anzu PR is:
/// Returns `M_CFo_F` spatial inertia of `C` (composition of `bodies`)
/// expressed in frame `F` about its origin `Fo`.
drake::multibody::SpatialInertia<double> ComputeCompositeInertia(
const drake::multibody::MultibodyPlant<double>& plant,
const drake::systems::Context<double>& context,
const drake::multibody::Frame<double>& F,
const std::vector<const drake::multibody::Body<double>*>& bodies);
Since this useful feature is worthy of a more general function (not limited to SpatialInertia<double>), it is worth creating a function that more closely matches similar functions, e.g., CalcTotalMass() and CalcSpatialMomentumInWorldAboutPoint(), which are in MultibodyPlant and MultibodyTree, e.g., create a function similar to:
in multibody_plant.h
// Returns M_SFo_F, the spatial inertia of a system S of bodies about the
// origin of a frame F, expressed in frame F.
// @param[in] context Contains the state of the model.
// @param[in] frame_F specifies the about-point Fo (frame_F's origin) and
// the expressed-in frame for the returned spatial inertia.
// @param[in] body_indexes Array of selected bodies. This method does not
// distinguish between welded bodies, joint-connected bodies,
// floating bodies, the world body, or repeated bodies.
// @throws std::exception if body_indexes contains an invalid BodyIndex.
SpatialInertia<T> CalcBodiesSpatialInertiaAboutPoint(
const systems::Context<T>& context,
const Frame<T>& frame_F,
const std::vector<BodyIndex>& body_indexes) const;
Related methods are listed below.
From multibody_tree.h
CalcBodiesSpatialMomentumInWorldAboutWo
SpatialMomentum<T> CalcBodiesSpatialMomentumInWorldAboutWo(
const systems::Context<T>& context,
const std::vector<BodyIndex>& body_indexes) const;
From multibody_plant.h
SpatialMomentum<T> CalcSpatialMomentumInWorldAboutPoint(
const systems::Context<T>& context,
const Vector3<T>& p_WoP_W) const {
From multibody_plant.h
SpatialMomentum<T> CalcSpatialMomentumInWorldAboutPoint(
const systems::Context<T>& context,
const std::vector<ModelInstanceIndex>& model_instances,
const Vector3<T>& p_WoP_W) const { | 1.0 | Create CalcSpatialInertiaAboutPoint() to mimic related functions in multibody_plant.h and multibody_tree.h. - The implementation of a helper function ComputeCompositeInertia() arose during work in an Anzu [PR](#https://reviewable.shared-services.aws.tri.global/reviews/robotics/anzu/9323#-).
The documentation and signature in that Anzu PR is:
/// Returns `M_CFo_F` spatial inertia of `C` (composition of `bodies`)
/// expressed in frame `F` about its origin `Fo`.
drake::multibody::SpatialInertia<double> ComputeCompositeInertia(
const drake::multibody::MultibodyPlant<double>& plant,
const drake::systems::Context<double>& context,
const drake::multibody::Frame<double>& F,
const std::vector<const drake::multibody::Body<double>*>& bodies);
Since this useful feature is worthy of a more general function (not limited to SpatialInertia<double>), it is worth creating a function that more closely matches similar functions, e.g., CalcTotalMass() and CalcSpatialMomentumInWorldAboutPoint(), which are in MultibodyPlant and MultibodyTree, e.g., create a function similar to:
in multibody_plant.h
// Returns M_SFo_F, the spatial inertia of a system S of bodies about the
// origin of a frame F, expressed in frame F.
// @param[in] context Contains the state of the model.
// @param[in] frame_F specifies the about-point Fo (frame_F's origin) and
// the expressed-in frame for the returned spatial inertia.
// @param[in] body_indexes Array of selected bodies. This method does not
// distinguish between welded bodies, joint-connected bodies,
// floating bodies, the world body, or repeated bodies.
// @throws std::exception if body_indexes contains an invalid BodyIndex.
SpatialInertia<T> CalcBodiesSpatialInertiaAboutPoint(
const systems::Context<T>& context,
const Frame<T>& frame_F,
const std::vector<BodyIndex>& body_indexes) const;
Related methods are listed below.
From multibody_tree.h
CalcBodiesSpatialMomentumInWorldAboutWo
SpatialMomentum<T> CalcBodiesSpatialMomentumInWorldAboutWo(
const systems::Context<T>& context,
const std::vector<BodyIndex>& body_indexes) const;
From multibody_plant.h
SpatialMomentum<T> CalcSpatialMomentumInWorldAboutPoint(
const systems::Context<T>& context,
const Vector3<T>& p_WoP_W) const {
From multibody_plant.h
SpatialMomentum<T> CalcSpatialMomentumInWorldAboutPoint(
const systems::Context<T>& context,
const std::vector<ModelInstanceIndex>& model_instances,
const Vector3<T>& p_WoP_W) const { | priority | create calcspatialinertiaaboutpoint to mimic related functions in multibody plant h and multibody tree h the implementation of a helper function computecompositeinertia arose during work in an anzu the documentation and signature in that anzu pr is returns m cfo f spatial inertia of c composition of bodies expressed in frame f about its origin fo drake multibody spatialinertia computecompositeinertia const drake multibody multibodyplant plant const drake systems context context const drake multibody frame f const std vector bodies since this useful feature is worthy of a more general function not limited to spatialinertia it is worth creating a function that more closely matches similar functions e g calctotalmass and calcspatialmomentuminworldaboutpoint which are in multibodyplant and multibodytree e g create a function similar to in multibody plant h returns m sfo f the spatial inertia of a system s of bodies about the origin of a frame f expressed in frame f param context contains the state of the model param frame f specifies the about point fo frame f s origin and the expressed in frame for the returned spatial inertia param body indexes array of selected bodies this method does not distinguish between welded bodies joint connected bodies floating bodies the world body or repeated bodies throws std exception if body indexes contains an invalid bodyindex spatialinertia calcbodiesspatialinertiaaboutpoint const systems context context const frame frame f const std vector body indexes const related methods are listed below from multibody tree h calcbodiesspatialmomentuminworldaboutwo spatialmomentum calcbodiesspatialmomentuminworldaboutwo const systems context context const std vector body indexes const from multibody plant h spatialmomentum calcspatialmomentuminworldaboutpoint const systems context context const p wop w const from multibody plant h spatialmomentum calcspatialmomentuminworldaboutpoint const systems context context const std vector model instances const p wop w const | 1 |
25,600 | 2,683,859,020 | IssuesEvent | 2015-03-28 11:52:43 | ConEmu/old-issues | https://api.github.com/repos/ConEmu/old-issues | closed | ConEmu 20091224 И снова AutoTabs | 2–5 stars bug imported Priority-Medium | _From [[email protected]](https://code.google.com/u/115607388065392232035/) on January 20, 2010 10:06:22_
Версия ОС: WinXP sp3 rus x86
Версия FAR: Far2 b1345 x86
автотабы включены. при вызове редактора или вьюера полоска с табами
появляется с примерно секундной задержкой. при выходе с такой же задержкой
убирается.
если так и замысленно, то это очень анноит. а если по недосмотру, то
просьба исправить.
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=161_ | 1.0 | ConEmu 20091224 И снова AutoTabs - _From [[email protected]](https://code.google.com/u/115607388065392232035/) on January 20, 2010 10:06:22_
Версия ОС: WinXP sp3 rus x86
Версия FAR: Far2 b1345 x86
автотабы включены. при вызове редактора или вьюера полоска с табами
появляется с примерно секундной задержкой. при выходе с такой же задержкой
убирается.
если так и замысленно, то это очень анноит. а если по недосмотру, то
просьба исправить.
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=161_ | priority | conemu и снова autotabs from on january версия ос winxp rus версия far автотабы включены при вызове редактора или вьюера полоска с табами появляется с примерно секундной задержкой при выходе с такой же задержкой убирается если так и замысленно то это очень анноит а если по недосмотру то просьба исправить original issue | 1 |
47,047 | 2,971,684,916 | IssuesEvent | 2015-07-14 08:48:21 | clementine-player/Clementine | https://api.github.com/repos/clementine-player/Clementine | closed | Next|Prev playlist keyboard shortcuts | enhancement imported Priority-Medium | _From [[email protected]](https://code.google.com/u/103404869143991179936/) on May 10, 2012 13:51:42_
Hi,
I'd like to know whether it's polssible to add keyboard shortcuts options for looping over playlists. I would love to have such multimedia key on keyboard.
Thanks for awesome player btw ;)
_Original issue: http://code.google.com/p/clementine-player/issues/detail?id=2932_ | 1.0 | Next|Prev playlist keyboard shortcuts - _From [[email protected]](https://code.google.com/u/103404869143991179936/) on May 10, 2012 13:51:42_
Hi,
I'd like to know whether it's polssible to add keyboard shortcuts options for looping over playlists. I would love to have such multimedia key on keyboard.
Thanks for awesome player btw ;)
_Original issue: http://code.google.com/p/clementine-player/issues/detail?id=2932_ | priority | next prev playlist keyboard shortcuts from on may hi i d like to know whether it s polssible to add keyboard shortcuts options for looping over playlists i would love to have such multimedia key on keyboard thanks for awesome player btw original issue | 1 |
16,518 | 2,615,117,960 | IssuesEvent | 2015-03-01 05:43:28 | chrsmith/google-api-java-client | https://api.github.com/repos/chrsmith/google-api-java-client | closed | health-v2-atom-oauth-sample | auto-migrated Priority-Medium Type-Sample | ```
Which API and version (e.g. Google Calendar Data API version 2)?
Google Health Data API version 2
What format (e.g. JSON, Atom)?
JSON
What Authentation (e.g. OAuth, OAuth 2, Android, ClientLogin)?
ClientLogin
Java environment (e.g. Java 6, Android 2.2, App Engine 1.3.7)?
Java 6
External references, such as API reference guide?
Please provide any additional information below.
```
Original issue reported on code.google.com by `[email protected]` on 21 Dec 2010 at 7:34 | 1.0 | health-v2-atom-oauth-sample - ```
Which API and version (e.g. Google Calendar Data API version 2)?
Google Health Data API version 2
What format (e.g. JSON, Atom)?
JSON
What Authentation (e.g. OAuth, OAuth 2, Android, ClientLogin)?
ClientLogin
Java environment (e.g. Java 6, Android 2.2, App Engine 1.3.7)?
Java 6
External references, such as API reference guide?
Please provide any additional information below.
```
Original issue reported on code.google.com by `[email protected]` on 21 Dec 2010 at 7:34 | priority | health atom oauth sample which api and version e g google calendar data api version google health data api version what format e g json atom json what authentation e g oauth oauth android clientlogin clientlogin java environment e g java android app engine java external references such as api reference guide please provide any additional information below original issue reported on code google com by mehmet a gmail com on dec at | 1 |
40,478 | 2,868,922,046 | IssuesEvent | 2015-06-05 21:58:47 | dart-lang/pub | https://api.github.com/repos/dart-lang/pub | closed | Make sure docs for publishing a package mention that deleting is discouraged | enhancement Fixed Priority-Medium | <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#5093_
----
When pub supports user upload of packages, we want to make sure they understand uploading is (generally) forever. The docs for the command should clarify this. | 1.0 | Make sure docs for publishing a package mention that deleting is discouraged - <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#5093_
----
When pub supports user upload of packages, we want to make sure they understand uploading is (generally) forever. The docs for the command should clarify this. | priority | make sure docs for publishing a package mention that deleting is discouraged issue by originally opened as dart lang sdk when pub supports user upload of packages we want to make sure they understand uploading is generally forever the docs for the command should clarify this | 1 |
296,383 | 9,114,665,293 | IssuesEvent | 2019-02-22 01:16:31 | DancesportSoftware/das-frontend | https://api.github.com/repos/DancesportSoftware/das-frontend | opened | Refresh Firebase Auth Token | Priority 2: Medium enhancement | Currently, the front-end does not auto-refresh user's authentication token when the token is expired. When the token is expired, the user will have to re-login before the user can perform any account-related activities on DAS. The authentication middleware and the auth store should together handle refreshing the auth token once it expires. | 1.0 | Refresh Firebase Auth Token - Currently, the front-end does not auto-refresh user's authentication token when the token is expired. When the token is expired, the user will have to re-login before the user can perform any account-related activities on DAS. The authentication middleware and the auth store should together handle refreshing the auth token once it expires. | priority | refresh firebase auth token currently the front end does not auto refresh user s authentication token when the token is expired when the token is expired the user will have to re login before the user can perform any account related activities on das the authentication middleware and the auth store should together handle refreshing the auth token once it expires | 1 |
188,024 | 6,767,491,582 | IssuesEvent | 2017-10-26 03:43:00 | CS2103AUG2017-T13-B1/main | https://api.github.com/repos/CS2103AUG2017-T13-B1/main | closed | Completing the autofill feature | Priority: Medium Status: Completed | - To include DOB class in the autofill
- Complete tests (stub and system)
- Update documentation | 1.0 | Completing the autofill feature - - To include DOB class in the autofill
- Complete tests (stub and system)
- Update documentation | priority | completing the autofill feature to include dob class in the autofill complete tests stub and system update documentation | 1 |
506,880 | 14,675,077,626 | IssuesEvent | 2020-12-30 16:44:09 | tellor-io/telliot | https://api.github.com/repos/tellor-io/telliot | closed | Refactor to remove `NodeURL` and `PrivateKey` from the config struct | difficulty: good first issue help wanted priority: medium type: clean up | I thought we removed these in https://github.com/tellor-io/telliot/pull/317, but it seems I overlooked this with my review. If we have this in the config struct this will still allow people to set it without an env file and later when we enable strict parsing this is error prone and not detirministic.
Instead, we need to completely remove it from the config struct and just load these when needed from the `EnvFile` config file path.
Tl-Dr - remove these https://github.com/tellor-io/telliot/blob/master/pkg/config/config.go#L61 , https://github.com/tellor-io/telliot/blob/master/pkg/config/config.go#L92 | 1.0 | Refactor to remove `NodeURL` and `PrivateKey` from the config struct - I thought we removed these in https://github.com/tellor-io/telliot/pull/317, but it seems I overlooked this with my review. If we have this in the config struct this will still allow people to set it without an env file and later when we enable strict parsing this is error prone and not detirministic.
Instead, we need to completely remove it from the config struct and just load these when needed from the `EnvFile` config file path.
Tl-Dr - remove these https://github.com/tellor-io/telliot/blob/master/pkg/config/config.go#L61 , https://github.com/tellor-io/telliot/blob/master/pkg/config/config.go#L92 | priority | refactor to remove nodeurl and privatekey from the config struct i thought we removed these in but it seems i overlooked this with my review if we have this in the config struct this will still allow people to set it without an env file and later when we enable strict parsing this is error prone and not detirministic instead we need to completely remove it from the config struct and just load these when needed from the envfile config file path tl dr remove these | 1 |
425,608 | 12,342,984,881 | IssuesEvent | 2020-05-15 02:32:33 | Matteas-Eden/roll-for-reaction | https://api.github.com/repos/Matteas-Eden/roll-for-reaction | closed | Add more spells to the spellbook | Medium Priority enhancement | **User Story**
As a game designer, I'd like to offer spellcasting players a wide variety of spells and provide an element of progression with those spells.
**Acceptance Criteria**
- More spells are added to the spellbook
- Spells are unlocked based on level
**Notes**
---
**Why is this feature needed? Please describe the problem your requested feature wants to solve**
There are only 2 spells available, *Fireball* and *Mend*.
**Describe the solution you'd like**
Additional spells should be added, and these spells should be unlocked as the player reaches certain levels.
| 1.0 | Add more spells to the spellbook - **User Story**
As a game designer, I'd like to offer spellcasting players a wide variety of spells and provide an element of progression with those spells.
**Acceptance Criteria**
- More spells are added to the spellbook
- Spells are unlocked based on level
**Notes**
---
**Why is this feature needed? Please describe the problem your requested feature wants to solve**
There are only 2 spells available, *Fireball* and *Mend*.
**Describe the solution you'd like**
Additional spells should be added, and these spells should be unlocked as the player reaches certain levels.
| priority | add more spells to the spellbook user story as a game designer i d like to offer spellcasting players a wide variety of spells and provide an element of progression with those spells acceptance criteria more spells are added to the spellbook spells are unlocked based on level notes why is this feature needed please describe the problem your requested feature wants to solve there are only spells available fireball and mend describe the solution you d like additional spells should be added and these spells should be unlocked as the player reaches certain levels | 1 |
420,838 | 12,244,511,322 | IssuesEvent | 2020-05-05 11:16:44 | minio/mc | https://api.github.com/repos/minio/mc | closed | [Proposal] Support STS based access to MinIO | priority: medium stale | To access MinIO via the STS API, we can add a command to mc such as:
`mc sts ENDPOINT <sts-type> <sts-specific-args>`
to print out access key, secret key and session token.
For example for LDAP, this could be:
`mc sts ENDPOINT ldap ldapuser=myusername ldappasswd=yyy`
In addition to this, we can add a mode to mc to fetch and configure MinIO/S3 aliases with STS APIs.
For example, with `mc config sts ldap add ALIAS URL ldapuser=xx ldappasswd=yy`,
fetches temporary credentials via STS from the MinIO server and then configures the alias to use the returned access credentials. Now the user can make use of other mc commands to access the MinIO server. | 1.0 | [Proposal] Support STS based access to MinIO - To access MinIO via the STS API, we can add a command to mc such as:
`mc sts ENDPOINT <sts-type> <sts-specific-args>`
to print out access key, secret key and session token.
For example for LDAP, this could be:
`mc sts ENDPOINT ldap ldapuser=myusername ldappasswd=yyy`
In addition to this, we can add a mode to mc to fetch and configure MinIO/S3 aliases with STS APIs.
For example, with `mc config sts ldap add ALIAS URL ldapuser=xx ldappasswd=yy`,
fetches temporary credentials via STS from the MinIO server and then configures the alias to use the returned access credentials. Now the user can make use of other mc commands to access the MinIO server. | priority | support sts based access to minio to access minio via the sts api we can add a command to mc such as mc sts endpoint to print out access key secret key and session token for example for ldap this could be mc sts endpoint ldap ldapuser myusername ldappasswd yyy in addition to this we can add a mode to mc to fetch and configure minio aliases with sts apis for example with mc config sts ldap add alias url ldapuser xx ldappasswd yy fetches temporary credentials via sts from the minio server and then configures the alias to use the returned access credentials now the user can make use of other mc commands to access the minio server | 1 |
653,611 | 21,608,508,394 | IssuesEvent | 2022-05-04 07:35:21 | bounswe/bounswe2022group2 | https://api.github.com/repos/bounswe/bounswe2022group2 | opened | Practice App: Set up the base structure of the back-end | priority-medium status-new practice-app practice-app:back-end | ### Issue Description
I will set up the base structure of the back-end of the practice app project. We decided to use Node.js and Express.js in our back-end. So, I will integrate the required packages and set up the base project. Afterward, we will develop the endpoints as the whole team one by one.
### Step Details
Steps that will be performed:
- [ ] Create a folder for back-end
- [ ] Create the readme file of the back-end part
- [ ] Create a new .gitignore file to ignore node.js related files under the back-end folder
- [ ] Crete the "package.json" file
- [ ] Integrate "express" framework
- [ ] Integrate "joi" package for model creation
- [ ] Integrate other small functional packages (if there is any)
- [ ] Create the "app.js" file
- [ ] Implement express loaders inside "express.js" file
- [ ] Implement the "index.js" file to combine loaders
- [ ] Create the "config.js" file
- [ ] Create a base folder structure as following:
* api
* controllers
* middlewares
* routes
* validators
* config
* loaders
* models
* utils
* app.js
### Final Actions
After I created the base structure, files, folders, and package integrations, we will start to develop the endpoints one by one.
### Deadline of the Issue
06.05.2022 - Friday - 23:59
### Reviewer
Mehmet Batuhan Çelik
### Deadline for the Review
07.05.2022 - Saturday - 23:59 | 1.0 | Practice App: Set up the base structure of the back-end - ### Issue Description
I will set up the base structure of the back-end of the practice app project. We decided to use Node.js and Express.js in our back-end. So, I will integrate the required packages and set up the base project. Afterward, we will develop the endpoints as the whole team one by one.
### Step Details
Steps that will be performed:
- [ ] Create a folder for back-end
- [ ] Create the readme file of the back-end part
- [ ] Create a new .gitignore file to ignore node.js related files under the back-end folder
- [ ] Crete the "package.json" file
- [ ] Integrate "express" framework
- [ ] Integrate "joi" package for model creation
- [ ] Integrate other small functional packages (if there is any)
- [ ] Create the "app.js" file
- [ ] Implement express loaders inside "express.js" file
- [ ] Implement the "index.js" file to combine loaders
- [ ] Create the "config.js" file
- [ ] Create a base folder structure as following:
* api
* controllers
* middlewares
* routes
* validators
* config
* loaders
* models
* utils
* app.js
### Final Actions
After I created the base structure, files, folders, and package integrations, we will start to develop the endpoints one by one.
### Deadline of the Issue
06.05.2022 - Friday - 23:59
### Reviewer
Mehmet Batuhan Çelik
### Deadline for the Review
07.05.2022 - Saturday - 23:59 | priority | practice app set up the base structure of the back end issue description i will set up the base structure of the back end of the practice app project we decided to use node js and express js in our back end so i will integrate the required packages and set up the base project afterward we will develop the endpoints as the whole team one by one step details steps that will be performed create a folder for back end create the readme file of the back end part create a new gitignore file to ignore node js related files under the back end folder crete the package json file integrate express framework integrate joi package for model creation integrate other small functional packages if there is any create the app js file implement express loaders inside express js file implement the index js file to combine loaders create the config js file create a base folder structure as following api controllers middlewares routes validators config loaders models utils app js final actions after i created the base structure files folders and package integrations we will start to develop the endpoints one by one deadline of the issue friday reviewer mehmet batuhan çelik deadline for the review saturday | 1 |
532,615 | 15,560,086,220 | IssuesEvent | 2021-03-16 12:19:56 | AY2021S2-CS2103-T14-3/tp | https://api.github.com/repos/AY2021S2-CS2103-T14-3/tp | closed | Update User Guide | priority.Medium | Update user guide to change all appointment-related command.
1. remove `to/TIME_TO`
2. make `l/LOCATION compulsory` | 1.0 | Update User Guide - Update user guide to change all appointment-related command.
1. remove `to/TIME_TO`
2. make `l/LOCATION compulsory` | priority | update user guide update user guide to change all appointment related command remove to time to make l location compulsory | 1 |
766,771 | 26,898,084,224 | IssuesEvent | 2023-02-06 13:53:39 | anoma/juvix | https://api.github.com/repos/anoma/juvix | closed | Special syntax for `case` | enhancement syntax priority:medium | As we discussed, we want to add the syntax:
```haskell
case v of
| p1 := b1
| p2 := b2
```
or
```haskell
case v of {
p1 := b1;
p2 := b2;
}
```
where one doesn't need parentheses around complex patterns on the left-hand side.
- The first version works better with #1639, I think.
| 1.0 | Special syntax for `case` - As we discussed, we want to add the syntax:
```haskell
case v of
| p1 := b1
| p2 := b2
```
or
```haskell
case v of {
p1 := b1;
p2 := b2;
}
```
where one doesn't need parentheses around complex patterns on the left-hand side.
- The first version works better with #1639, I think.
| priority | special syntax for case as we discussed we want to add the syntax haskell case v of or haskell case v of where one doesn t need parentheses around complex patterns on the left hand side the first version works better with i think | 1 |
372,192 | 11,010,776,542 | IssuesEvent | 2019-12-04 15:10:14 | geosolutions-it/geotools | https://api.github.com/repos/geosolutions-it/geotools | closed | Parse user provided mapping and store it in an appropriate structure | C009-2016-MONGODB Priority: Medium enhancement in progress | Using the user provided schema and provided mapping we should store that information in a way that can be easealy used to build a complex feature type, app-schema already existing support for this should be used (including their defined DSL).
| 1.0 | Parse user provided mapping and store it in an appropriate structure - Using the user provided schema and provided mapping we should store that information in a way that can be easealy used to build a complex feature type, app-schema already existing support for this should be used (including their defined DSL).
| priority | parse user provided mapping and store it in an appropriate structure using the user provided schema and provided mapping we should store that information in a way that can be easealy used to build a complex feature type app schema already existing support for this should be used including their defined dsl | 1 |
432,141 | 12,489,646,133 | IssuesEvent | 2020-05-31 19:50:03 | OpenMined/PyDP | https://api.github.com/repos/OpenMined/PyDP | closed | Provide version output | Good first issue :mortar_board: Priority: 2 - High :cold_sweat: Severity: 3 - Medium :unamused: Status: Available :wave: Type: New Feature :heavy_plus_sign: | ## Feature Description
I would like to get the version of the package when I run `pydp.__version__`
## Is your feature request related to a problem?
Is common practice to provide a way to access the version of each package after importing it using .\_\_version\_\_ after the name of the imported pa
## What alternatives have you considered?
You can look into the version of the package from outside the python prompt | 1.0 | Provide version output - ## Feature Description
I would like to get the version of the package when I run `pydp.__version__`
## Is your feature request related to a problem?
Is common practice to provide a way to access the version of each package after importing it using .\_\_version\_\_ after the name of the imported pa
## What alternatives have you considered?
You can look into the version of the package from outside the python prompt | priority | provide version output feature description i would like to get the version of the package when i run pydp version is your feature request related to a problem is common practice to provide a way to access the version of each package after importing it using version after the name of the imported pa what alternatives have you considered you can look into the version of the package from outside the python prompt | 1 |
630,491 | 20,110,978,364 | IssuesEvent | 2022-02-07 15:04:00 | oslopride/skeivt-kulturaar | https://api.github.com/repos/oslopride/skeivt-kulturaar | opened | Flytt filter-tags til å være under tekst "om arrangement". | priority-medium | Behold type arrangement over CTA-knapp.
Men tags som går på filter (universell utforming, tegnespråktolk og wc) kan god legges under teksten når man ekspanderer kortet.
<img width="414" alt="Skjermbilde 2022-02-07 kl 16 02 41" src="https://user-images.githubusercontent.com/93185620/152813614-a2bc8142-77e1-4e83-b245-64dd434277bb.png">
| 1.0 | Flytt filter-tags til å være under tekst "om arrangement". - Behold type arrangement over CTA-knapp.
Men tags som går på filter (universell utforming, tegnespråktolk og wc) kan god legges under teksten når man ekspanderer kortet.
<img width="414" alt="Skjermbilde 2022-02-07 kl 16 02 41" src="https://user-images.githubusercontent.com/93185620/152813614-a2bc8142-77e1-4e83-b245-64dd434277bb.png">
| priority | flytt filter tags til å være under tekst om arrangement behold type arrangement over cta knapp men tags som går på filter universell utforming tegnespråktolk og wc kan god legges under teksten når man ekspanderer kortet img width alt skjermbilde kl src | 1 |
252,187 | 8,032,951,240 | IssuesEvent | 2018-07-28 21:41:55 | SLSTP-2018/shab | https://api.github.com/repos/SLSTP-2018/shab | opened | Collect ABCD Time Offset | medium-priority | Obtain ABCD time offset from epoch. This should be located on the ABCD SD card. Once we have this number, we can begin to design software for aggregating data later. | 1.0 | Collect ABCD Time Offset - Obtain ABCD time offset from epoch. This should be located on the ABCD SD card. Once we have this number, we can begin to design software for aggregating data later. | priority | collect abcd time offset obtain abcd time offset from epoch this should be located on the abcd sd card once we have this number we can begin to design software for aggregating data later | 1 |
589,937 | 17,767,247,091 | IssuesEvent | 2021-08-30 09:07:14 | nimblehq/nimble-medium-ios | https://api.github.com/repos/nimblehq/nimble-medium-ios | closed | As a user, I can signup from the left menu | type : feature category: integration priority : medium | ## Why
For the new users of the application, they should be able to see the `Signup` screen for being able to create a new account, explore and use more features from the application.
## Acceptance Criteria
- [ ] The `Signup` option is only visible when users are not logged in. Hide it when they are authenticated to the app.
- [ ] When the users tap on the `Signup` option from the left menu of the `Home` screen, toggle to hide the left menu and present the common `Signup` screen modally.
- [ ] When the users tap on the `Close` button in the `Signup` screen, dismiss it modally.
## Resources
- Sample UX Flow:
https://user-images.githubusercontent.com/70877098/128686372-0910abcb-37c6-4227-9ace-9c476da21fd2.mov
| 1.0 | As a user, I can signup from the left menu - ## Why
For the new users of the application, they should be able to see the `Signup` screen for being able to create a new account, explore and use more features from the application.
## Acceptance Criteria
- [ ] The `Signup` option is only visible when users are not logged in. Hide it when they are authenticated to the app.
- [ ] When the users tap on the `Signup` option from the left menu of the `Home` screen, toggle to hide the left menu and present the common `Signup` screen modally.
- [ ] When the users tap on the `Close` button in the `Signup` screen, dismiss it modally.
## Resources
- Sample UX Flow:
https://user-images.githubusercontent.com/70877098/128686372-0910abcb-37c6-4227-9ace-9c476da21fd2.mov
| priority | as a user i can signup from the left menu why for the new users of the application they should be able to see the signup screen for being able to create a new account explore and use more features from the application acceptance criteria the signup option is only visible when users are not logged in hide it when they are authenticated to the app when the users tap on the signup option from the left menu of the home screen toggle to hide the left menu and present the common signup screen modally when the users tap on the close button in the signup screen dismiss it modally resources sample ux flow | 1 |
23,215 | 2,657,336,693 | IssuesEvent | 2015-03-18 08:10:23 | JEvents/JEvents | https://api.github.com/repos/JEvents/JEvents | opened | Do not show popup link for menu item if no popup plugin | Priority - Medium | I think we should detect the popup plugin is not installed and offer the full url to the menu item of creating evetns. Otherwise it looks a bit buggy.
https://www.jevents.net/forum/viewtopic.php?f=35&t=28079 | 1.0 | Do not show popup link for menu item if no popup plugin - I think we should detect the popup plugin is not installed and offer the full url to the menu item of creating evetns. Otherwise it looks a bit buggy.
https://www.jevents.net/forum/viewtopic.php?f=35&t=28079 | priority | do not show popup link for menu item if no popup plugin i think we should detect the popup plugin is not installed and offer the full url to the menu item of creating evetns otherwise it looks a bit buggy | 1 |
191,333 | 6,828,173,913 | IssuesEvent | 2017-11-08 19:30:10 | music-encoding/music-encoding | https://api.github.com/repos/music-encoding/music-encoding | closed | @staff="0" or @staff="all" for <dir> and <harm>, etc. | Component: Core Schema Priority: Medium Status: Needs Discussion Type: Feature Request | It would be useful to have a way of attaching things like text directions and harmony (floating elements) to the system rather than a staff. Is this possible in MEI?
For example `<tempo>` is more properly attached to the system rather than to the top staff in a system (or to the top staff in a beamed group), since it applies to all staves rather than only the top staff.
This would be useful in particular when extracting parts from a full score. Elements labeled `@staff="0"` or `@staff="all"` or something similar would also be extracted from the full score into the part. If `@place="above"` then the item would be placed above the system, and `@place="below"` would place the item below the system.
| 1.0 | @staff="0" or @staff="all" for <dir> and <harm>, etc. - It would be useful to have a way of attaching things like text directions and harmony (floating elements) to the system rather than a staff. Is this possible in MEI?
For example `<tempo>` is more properly attached to the system rather than to the top staff in a system (or to the top staff in a beamed group), since it applies to all staves rather than only the top staff.
This would be useful in particular when extracting parts from a full score. Elements labeled `@staff="0"` or `@staff="all"` or something similar would also be extracted from the full score into the part. If `@place="above"` then the item would be placed above the system, and `@place="below"` would place the item below the system.
| priority | staff or staff all for and etc it would be useful to have a way of attaching things like text directions and harmony floating elements to the system rather than a staff is this possible in mei for example is more properly attached to the system rather than to the top staff in a system or to the top staff in a beamed group since it applies to all staves rather than only the top staff this would be useful in particular when extracting parts from a full score elements labeled staff or staff all or something similar would also be extracted from the full score into the part if place above then the item would be placed above the system and place below would place the item below the system | 1 |
149,085 | 5,707,213,943 | IssuesEvent | 2017-04-18 13:24:24 | Cadasta/cadasta-platform | https://api.github.com/repos/Cadasta/cadasta-platform | closed | Resources with the same filename cannot be exported correctly | bug First Contribution Friendly priority: medium | ### Steps to reproduce the error
1. Add a resource to a project.
2. Add a different resource with the same filename to that project.
3. Export the resources of that project.
### Actual behavior
Extracting the zip file will only produce one of the 2 resources.
### Expected behavior
Extracting the zip file will produce both resources intact.
| 1.0 | Resources with the same filename cannot be exported correctly - ### Steps to reproduce the error
1. Add a resource to a project.
2. Add a different resource with the same filename to that project.
3. Export the resources of that project.
### Actual behavior
Extracting the zip file will only produce one of the 2 resources.
### Expected behavior
Extracting the zip file will produce both resources intact.
| priority | resources with the same filename cannot be exported correctly steps to reproduce the error add a resource to a project add a different resource with the same filename to that project export the resources of that project actual behavior extracting the zip file will only produce one of the resources expected behavior extracting the zip file will produce both resources intact | 1 |
779,972 | 27,374,200,365 | IssuesEvent | 2023-02-28 03:37:42 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [YSQL] Colocation GA: Unable to create tables with joins using colocation grammar | kind/bug area/ysql priority/medium status/awaiting-triage | Jira Link: [DB-5666](https://yugabyte.atlassian.net/browse/DB-5666)
### Description
- Create a colocated(with explicit colocation=true definition) or a non-colocated table joining 2 tables in a colocated database
**Issue:**
The create table grammar using joins does not accommodate the colocation clause.
```
cl_db_001=# create table join_ncl_and_ncl_NCLTABLE as select table_1.name,table_with_cl_def_1.contact from table_1 join table_with_cl_def_1 using (id) WITH (COLOCATION = false);
ERROR: syntax error at or near "("
LINE 1: ... table_1 join table_with_cl_def_1 using (id) WITH (COLOCATIO...
^
cl_db_001=# create table join_ncl_and_ncl_NCLTABLE as select table_1.name,table_with_cl_def_1.contact from table_1 join table_with_cl_def_1 using (id) WITH COLOCATION = false;
ERROR: syntax error at or near "COLOCATION"
LINE 1: ... table_1 join table_with_cl_def_1 using (id) WITH COLOCATION...
cl_db_001=# create table join_ncl_and_ncl_NCLTABLE as SELECT name
cl_db_001-# FROM table_with_cl_def_1
cl_db_001-# LEFT JOIN table_with_cl_def_2
cl_db_001-# ON table_with_cl_def_1.id = table_with_cl_def_2.id WITH (COLOCATION = false);
ERROR: syntax error at or near "("
LINE 4: ...le_with_cl_def_1.id = table_with_cl_def_2.id WITH (COLOCATIO...
^
cl_db_001=# create table join_ncl_and_ncl_NCLTABLE as SELECT name FROM table_with_cl_def_1
cl_db_001-# LEFT JOIN table_with_cl_def_2
cl_db_001-# ON table_with_cl_def_1.id = table_with_cl_def_2.id WITH COLOCATION = false
cl_db_001-# ;
ERROR: syntax error at or near "COLOCATION"
LINE 3: ...le_with_cl_def_1.id = table_with_cl_def_2.id WITH COLOCATION...
cl_db_001=# create table join_ncl_and_ncl_NCLTABLE as select table_1.name,table_with_cl_def_1.contact from table_1 join table_with_cl_def_1 using (id) WITH (COLOCATION = true);
ERROR: syntax error at or near "("
LINE 1: ... table_1 join table_with_cl_def_1 using (id) WITH (COLOCATIO...
```
[DB-5666]: https://yugabyte.atlassian.net/browse/DB-5666?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | 1.0 | [YSQL] Colocation GA: Unable to create tables with joins using colocation grammar - Jira Link: [DB-5666](https://yugabyte.atlassian.net/browse/DB-5666)
### Description
- Create a colocated(with explicit colocation=true definition) or a non-colocated table joining 2 tables in a colocated database
**Issue:**
The create table grammar using joins does not accommodate the colocation clause.
```
cl_db_001=# create table join_ncl_and_ncl_NCLTABLE as select table_1.name,table_with_cl_def_1.contact from table_1 join table_with_cl_def_1 using (id) WITH (COLOCATION = false);
ERROR: syntax error at or near "("
LINE 1: ... table_1 join table_with_cl_def_1 using (id) WITH (COLOCATIO...
^
cl_db_001=# create table join_ncl_and_ncl_NCLTABLE as select table_1.name,table_with_cl_def_1.contact from table_1 join table_with_cl_def_1 using (id) WITH COLOCATION = false;
ERROR: syntax error at or near "COLOCATION"
LINE 1: ... table_1 join table_with_cl_def_1 using (id) WITH COLOCATION...
cl_db_001=# create table join_ncl_and_ncl_NCLTABLE as SELECT name
cl_db_001-# FROM table_with_cl_def_1
cl_db_001-# LEFT JOIN table_with_cl_def_2
cl_db_001-# ON table_with_cl_def_1.id = table_with_cl_def_2.id WITH (COLOCATION = false);
ERROR: syntax error at or near "("
LINE 4: ...le_with_cl_def_1.id = table_with_cl_def_2.id WITH (COLOCATIO...
^
cl_db_001=# create table join_ncl_and_ncl_NCLTABLE as SELECT name FROM table_with_cl_def_1
cl_db_001-# LEFT JOIN table_with_cl_def_2
cl_db_001-# ON table_with_cl_def_1.id = table_with_cl_def_2.id WITH COLOCATION = false
cl_db_001-# ;
ERROR: syntax error at or near "COLOCATION"
LINE 3: ...le_with_cl_def_1.id = table_with_cl_def_2.id WITH COLOCATION...
cl_db_001=# create table join_ncl_and_ncl_NCLTABLE as select table_1.name,table_with_cl_def_1.contact from table_1 join table_with_cl_def_1 using (id) WITH (COLOCATION = true);
ERROR: syntax error at or near "("
LINE 1: ... table_1 join table_with_cl_def_1 using (id) WITH (COLOCATIO...
```
[DB-5666]: https://yugabyte.atlassian.net/browse/DB-5666?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | priority | colocation ga unable to create tables with joins using colocation grammar jira link description create a colocated with explicit colocation true definition or a non colocated table joining tables in a colocated database issue the create table grammar using joins does not accommodate the colocation clause cl db create table join ncl and ncl ncltable as select table name table with cl def contact from table join table with cl def using id with colocation false error syntax error at or near line table join table with cl def using id with colocatio cl db create table join ncl and ncl ncltable as select table name table with cl def contact from table join table with cl def using id with colocation false error syntax error at or near colocation line table join table with cl def using id with colocation cl db create table join ncl and ncl ncltable as select name cl db from table with cl def cl db left join table with cl def cl db on table with cl def id table with cl def id with colocation false error syntax error at or near line le with cl def id table with cl def id with colocatio cl db create table join ncl and ncl ncltable as select name from table with cl def cl db left join table with cl def cl db on table with cl def id table with cl def id with colocation false cl db error syntax error at or near colocation line le with cl def id table with cl def id with colocation cl db create table join ncl and ncl ncltable as select table name table with cl def contact from table join table with cl def using id with colocation true error syntax error at or near line table join table with cl def using id with colocatio | 1 |
311,081 | 9,528,109,648 | IssuesEvent | 2019-04-29 07:24:19 | bounswe/bounswe2019group10 | https://api.github.com/repos/bounswe/bounswe2019group10 | closed | Create an Amazon AWS EC2 instance | Priority: Medium | Create an Amazon AWS EC2 instance to deploy and serve our application | 1.0 | Create an Amazon AWS EC2 instance - Create an Amazon AWS EC2 instance to deploy and serve our application | priority | create an amazon aws instance create an amazon aws instance to deploy and serve our application | 1 |
790,090 | 27,815,444,621 | IssuesEvent | 2023-03-18 16:26:49 | asastats/channel | https://api.github.com/repos/asastats/channel | closed | [Internal] Fix Algofi fees for lending and Nano Swap LP pools | bug medium priority | Only regular pools and STBL2-ALGO lending pools are calculated correctly, while the other lending pools and Nano Swap pools need recalculation.
This issue is connected and will be deployed with https://github.com/asastats/channel/issues/453 .
| 1.0 | [Internal] Fix Algofi fees for lending and Nano Swap LP pools - Only regular pools and STBL2-ALGO lending pools are calculated correctly, while the other lending pools and Nano Swap pools need recalculation.
This issue is connected and will be deployed with https://github.com/asastats/channel/issues/453 .
| priority | fix algofi fees for lending and nano swap lp pools only regular pools and algo lending pools are calculated correctly while the other lending pools and nano swap pools need recalculation this issue is connected and will be deployed with | 1 |
40,521 | 2,868,925,300 | IssuesEvent | 2015-06-05 21:59:51 | dart-lang/pub | https://api.github.com/repos/dart-lang/pub | closed | Run a lint check on pub.dartlang.org | 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#5420_
----
I think there are tools that will run over a website and make sure it has no dangling links or what-have-you. We should do this for pub.dartlang.org before we launch. | 1.0 | Run a lint check on pub.dartlang.org - <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#5420_
----
I think there are tools that will run over a website and make sure it has no dangling links or what-have-you. We should do this for pub.dartlang.org before we launch. | priority | run a lint check on pub dartlang org issue by originally opened as dart lang sdk i think there are tools that will run over a website and make sure it has no dangling links or what have you we should do this for pub dartlang org before we launch | 1 |
682,090 | 23,332,162,028 | IssuesEvent | 2022-08-09 06:42:16 | ooni/probe | https://api.github.com/repos/ooni/probe | opened | Both Mobile and Desktop versions include RiseupVPN in Circumvention tests description | bug ooni/probe-mobile priority/medium ooni/probe-desktop localization | **Describe the bug**
Both Mobile and Desktop versions include RiseupVPN in Circumvention tests description while the RiseupVPN test is temporarily disabled.
**To Reproduce**
Open Circumvention card in either OONI Probe Mobile or OONI Probe Desktop. Currently the following description of the card is presented:
"Check whether [Psiphon](https://ooni.org/nettest/psiphon/), [Tor](https://ooni.org/nettest/tor/) or [RiseupVPN](https://ooni.org/nettest/riseupvpn/) are blocked."
**Expected behaviour**
Check whether [Psiphon](https://ooni.org/nettest/psiphon/) or [Tor](https://ooni.org/nettest/tor/) are blocked.
**Screenshots**
<img width="577" alt="Screenshot 2022-08-09 at 10 39 14" src="https://user-images.githubusercontent.com/16296135/183581378-1a3939e9-ab27-438f-8cef-0eff26c2538c.png">
**System information (please complete the following information):**
- OONI Probe version: 3.7.0
**Additional context**
There is a concern that if we edit an original string in Transifex, we will lose all the translations of the same string. However, as the sentence's structure doesn't change and there are no words to translate (we either add or delete 'RiseupVPN'), I think we can manage to edit the translation to all languages by ourselves. | 1.0 | Both Mobile and Desktop versions include RiseupVPN in Circumvention tests description - **Describe the bug**
Both Mobile and Desktop versions include RiseupVPN in Circumvention tests description while the RiseupVPN test is temporarily disabled.
**To Reproduce**
Open Circumvention card in either OONI Probe Mobile or OONI Probe Desktop. Currently the following description of the card is presented:
"Check whether [Psiphon](https://ooni.org/nettest/psiphon/), [Tor](https://ooni.org/nettest/tor/) or [RiseupVPN](https://ooni.org/nettest/riseupvpn/) are blocked."
**Expected behaviour**
Check whether [Psiphon](https://ooni.org/nettest/psiphon/) or [Tor](https://ooni.org/nettest/tor/) are blocked.
**Screenshots**
<img width="577" alt="Screenshot 2022-08-09 at 10 39 14" src="https://user-images.githubusercontent.com/16296135/183581378-1a3939e9-ab27-438f-8cef-0eff26c2538c.png">
**System information (please complete the following information):**
- OONI Probe version: 3.7.0
**Additional context**
There is a concern that if we edit an original string in Transifex, we will lose all the translations of the same string. However, as the sentence's structure doesn't change and there are no words to translate (we either add or delete 'RiseupVPN'), I think we can manage to edit the translation to all languages by ourselves. | priority | both mobile and desktop versions include riseupvpn in circumvention tests description describe the bug both mobile and desktop versions include riseupvpn in circumvention tests description while the riseupvpn test is temporarily disabled to reproduce open circumvention card in either ooni probe mobile or ooni probe desktop currently the following description of the card is presented check whether or are blocked expected behaviour check whether or are blocked screenshots img width alt screenshot at src system information please complete the following information ooni probe version additional context there is a concern that if we edit an original string in transifex we will lose all the translations of the same string however as the sentence s structure doesn t change and there are no words to translate we either add or delete riseupvpn i think we can manage to edit the translation to all languages by ourselves | 1 |
741,741 | 25,815,387,779 | IssuesEvent | 2022-12-12 04:15:25 | SSL-A-Team/firmware | https://api.github.com/repos/SSL-A-Team/firmware | opened | Motors Occasionally Jerk When Commanded DC Is Negative | area/controls priority/medium type/bug status/not-ready | We seem to observe this behavior only with a negative DC setpoint. We might have a sign based logic bug somewhere when setting DC on the stspin firmware.
Steps to repro: set DC -0.2 (observe behavior after a few minutes), set DC 0.2 (do not observe behavior after a few min) | 1.0 | Motors Occasionally Jerk When Commanded DC Is Negative - We seem to observe this behavior only with a negative DC setpoint. We might have a sign based logic bug somewhere when setting DC on the stspin firmware.
Steps to repro: set DC -0.2 (observe behavior after a few minutes), set DC 0.2 (do not observe behavior after a few min) | priority | motors occasionally jerk when commanded dc is negative we seem to observe this behavior only with a negative dc setpoint we might have a sign based logic bug somewhere when setting dc on the stspin firmware steps to repro set dc observe behavior after a few minutes set dc do not observe behavior after a few min | 1 |
54,700 | 3,070,994,723 | IssuesEvent | 2015-08-19 09:12:10 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | closed | Вместо ника пользователя приславшего ЛС, которое было отброшено, отображаются "кракозябры" | bug imported Priority-Medium | _From [[email protected]](https://code.google.com/u/117892482479228821242/) on October 28, 2009 16:59:36_
из названия всё понятно.
Заходим в настройки, ставим галочку "Отключить ЛС от всех, кроме друзей"
смотрим как в логе появляются сообщения содержащие различные наборы символов
вместо ников...
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=46_ | 1.0 | Вместо ника пользователя приславшего ЛС, которое было отброшено, отображаются "кракозябры" - _From [[email protected]](https://code.google.com/u/117892482479228821242/) on October 28, 2009 16:59:36_
из названия всё понятно.
Заходим в настройки, ставим галочку "Отключить ЛС от всех, кроме друзей"
смотрим как в логе появляются сообщения содержащие различные наборы символов
вместо ников...
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=46_ | priority | вместо ника пользователя приславшего лс которое было отброшено отображаются кракозябры from on october из названия всё понятно заходим в настройки ставим галочку отключить лс от всех кроме друзей смотрим как в логе появляются сообщения содержащие различные наборы символов вместо ников original issue | 1 |
447,774 | 12,893,155,541 | IssuesEvent | 2020-07-13 21:01:42 | DSpace/dspace-angular | https://api.github.com/repos/DSpace/dspace-angular | opened | Authorization as someone with Community Admin rights | authorization medium priority | From release plan spreadsheet
Estimate from release plan: 4 hours
Expressing interest: none
https://wiki.lyrasis.org/display/DSPACE/Managing+Authorization+info+in+Angular+UI | 1.0 | Authorization as someone with Community Admin rights - From release plan spreadsheet
Estimate from release plan: 4 hours
Expressing interest: none
https://wiki.lyrasis.org/display/DSPACE/Managing+Authorization+info+in+Angular+UI | priority | authorization as someone with community admin rights from release plan spreadsheet estimate from release plan hours expressing interest none | 1 |
648,050 | 21,163,945,145 | IssuesEvent | 2022-04-07 11:59:57 | radix-ui/primitives | https://api.github.com/repos/radix-ui/primitives | closed | [Dialog] framer-motion exit animations for Portals require `forceMount` prop on descendants. | Type: Bug Priority: Medium Difficulty: Medium Package: react/alert-dialog Package: react/dialog | This bug report is inspired by discussion #1058, identified by @jjenzz
### Current Behavior
Current way to enable exit animations with framer-motion is:
- wrap the `Portal` in `AnimatePresence`
- Make it a controlled component
- place `forceMount` prop on `<Portal />` as well as `<Overlay />` and `<Content />`.
### Expected behavior
`forceMount` prop should only be required on `<Portal />` and not it's direct descendants.
### Reproducible example
### [CodeSandbox Template](https://codesandbox.io/s/wonderful-matan-7k4l6?file=/src/Dialog.tsx)
### Your environment
| Software | Name(s) | Version |
| ---------------- | ------- | ------- |
| Radix Package(s) | @radix-ui/react-dialog | 0.1.5 |
| React | n/a | 17.0.2 |
| framer-motion | n/a | 5.5.5 |
| Browser | Firefox | 95 |
| Assistive tech | not used | |
| Node | n/a | v16.13.0 |
| npm/yarn | yarn | 1.22.17 |
| Operating System | macOS(Apple Silicon) | Big Sur 11.6.2 |
| 1.0 | [Dialog] framer-motion exit animations for Portals require `forceMount` prop on descendants. - This bug report is inspired by discussion #1058, identified by @jjenzz
### Current Behavior
Current way to enable exit animations with framer-motion is:
- wrap the `Portal` in `AnimatePresence`
- Make it a controlled component
- place `forceMount` prop on `<Portal />` as well as `<Overlay />` and `<Content />`.
### Expected behavior
`forceMount` prop should only be required on `<Portal />` and not it's direct descendants.
### Reproducible example
### [CodeSandbox Template](https://codesandbox.io/s/wonderful-matan-7k4l6?file=/src/Dialog.tsx)
### Your environment
| Software | Name(s) | Version |
| ---------------- | ------- | ------- |
| Radix Package(s) | @radix-ui/react-dialog | 0.1.5 |
| React | n/a | 17.0.2 |
| framer-motion | n/a | 5.5.5 |
| Browser | Firefox | 95 |
| Assistive tech | not used | |
| Node | n/a | v16.13.0 |
| npm/yarn | yarn | 1.22.17 |
| Operating System | macOS(Apple Silicon) | Big Sur 11.6.2 |
| priority | framer motion exit animations for portals require forcemount prop on descendants this bug report is inspired by discussion identified by jjenzz current behavior current way to enable exit animations with framer motion is wrap the portal in animatepresence make it a controlled component place forcemount prop on as well as and expected behavior forcemount prop should only be required on and not it s direct descendants reproducible example your environment software name s version radix package s radix ui react dialog react n a framer motion n a browser firefox assistive tech not used node n a npm yarn yarn operating system macos apple silicon big sur | 1 |
748,906 | 26,142,910,114 | IssuesEvent | 2022-12-29 21:36:11 | learnspigot/discord-bot | https://api.github.com/repos/learnspigot/discord-bot | closed | [Bug]: addlookup command broken | bug medium priority | ### Explain the issue.
Using /addlookup results in an error atm.
### How to recreate?
use /addlookup
### Anything else?
_No response_ | 1.0 | [Bug]: addlookup command broken - ### Explain the issue.
Using /addlookup results in an error atm.
### How to recreate?
use /addlookup
### Anything else?
_No response_ | priority | addlookup command broken explain the issue using addlookup results in an error atm how to recreate use addlookup anything else no response | 1 |
83,164 | 3,631,327,574 | IssuesEvent | 2016-02-11 00:47:22 | sandialabs/slycat | https://api.github.com/repos/sandialabs/slycat | closed | Pinned Images lost once filtered out (Firefox and Chrome on Windows 7) | bug Medium Priority PS Model | When filtering, if a point with a pinned image is filtered out, the pinned image does not return once the slider moves to make the point visible later on. | 1.0 | Pinned Images lost once filtered out (Firefox and Chrome on Windows 7) - When filtering, if a point with a pinned image is filtered out, the pinned image does not return once the slider moves to make the point visible later on. | priority | pinned images lost once filtered out firefox and chrome on windows when filtering if a point with a pinned image is filtered out the pinned image does not return once the slider moves to make the point visible later on | 1 |
783,185 | 27,521,540,846 | IssuesEvent | 2023-03-06 15:19:54 | telabotanica/pollinisateurs | https://api.github.com/repos/telabotanica/pollinisateurs | closed | dashboard style | priority::medium | Ptites corrections sur le dashboard d'une personne. différence de style entre staging et maquettes
Pour tester , se créer un compte et regarder son dashboard :D
Screen du mien
![Capture d’écran du 2023-03-01 16-12-54](https://user-images.githubusercontent.com/22638189/222181198-0f6c2354-481b-414b-a7b2-0afbc56f5833.png)
ici le XD https://xd.adobe.com/view/dd254f37-e5f8-4e08-a252-164e40864d72-8876/screen/d27734fa-e22a-455b-bb70-aea20c5bc348/specs/
Attention ! Par rapport à l'XD certaines fonctionnalités n'existent pas, ne pas les faire il n'y aura pas le temps :)
- Notices et hints n'existe pas, ne pas faire,
- Les extraits de modifs
"jean michel a modifié "bienvenue" : encart " bienvenue lorem ipsum ipsum ipsum"
les "encarts n'existent pas, ne pas faire. On a par contre bien la ligne "User a fait ça sur ce groupe" ici Jean Michel et sa page bienvenue du groupe nos pollinisateurs
- suggestion (en bas à gauche) n'existe pas. ce serait top mais pas le temps
Modifs à faire : les fonts, century/helvetica, en haut à gauche "mes groupes" devrait être en maj, "bienvenue" en haut devrait être en violet etc. les fameux avatars carrés arrondis #66 | 1.0 | dashboard style - Ptites corrections sur le dashboard d'une personne. différence de style entre staging et maquettes
Pour tester , se créer un compte et regarder son dashboard :D
Screen du mien
![Capture d’écran du 2023-03-01 16-12-54](https://user-images.githubusercontent.com/22638189/222181198-0f6c2354-481b-414b-a7b2-0afbc56f5833.png)
ici le XD https://xd.adobe.com/view/dd254f37-e5f8-4e08-a252-164e40864d72-8876/screen/d27734fa-e22a-455b-bb70-aea20c5bc348/specs/
Attention ! Par rapport à l'XD certaines fonctionnalités n'existent pas, ne pas les faire il n'y aura pas le temps :)
- Notices et hints n'existe pas, ne pas faire,
- Les extraits de modifs
"jean michel a modifié "bienvenue" : encart " bienvenue lorem ipsum ipsum ipsum"
les "encarts n'existent pas, ne pas faire. On a par contre bien la ligne "User a fait ça sur ce groupe" ici Jean Michel et sa page bienvenue du groupe nos pollinisateurs
- suggestion (en bas à gauche) n'existe pas. ce serait top mais pas le temps
Modifs à faire : les fonts, century/helvetica, en haut à gauche "mes groupes" devrait être en maj, "bienvenue" en haut devrait être en violet etc. les fameux avatars carrés arrondis #66 | priority | dashboard style ptites corrections sur le dashboard d une personne différence de style entre staging et maquettes pour tester se créer un compte et regarder son dashboard d screen du mien ici le xd attention par rapport à l xd certaines fonctionnalités n existent pas ne pas les faire il n y aura pas le temps notices et hints n existe pas ne pas faire les extraits de modifs jean michel a modifié bienvenue encart bienvenue lorem ipsum ipsum ipsum les encarts n existent pas ne pas faire on a par contre bien la ligne user a fait ça sur ce groupe ici jean michel et sa page bienvenue du groupe nos pollinisateurs suggestion en bas à gauche n existe pas ce serait top mais pas le temps modifs à faire les fonts century helvetica en haut à gauche mes groupes devrait être en maj bienvenue en haut devrait être en violet etc les fameux avatars carrés arrondis | 1 |
745,387 | 25,982,229,978 | IssuesEvent | 2022-12-19 19:59:23 | covertnine/c9-blocks | https://api.github.com/repos/covertnine/c9-blocks | opened | Add transform controls for core + c9 blocks | enhancement Medium Priority | Add transform controls for C9 Blocks to help speed up some of the content formatting going from one theme to C9 themes or vice-versa.
C9 Heading -> transform into heading, or paragraph
Core Heading -> transform into c9 heading
Core Paragraph -> transform into c9 heading
Those are the big ones for now.
Future functionality if you can make it work:
Core Image Block -> C9 Image Carousel
Core Gallery Block -> C9 Image Carousel
C9 image Carousel -> Core Image Blocks
C9 image carousel -> Core Gallery Block | 1.0 | Add transform controls for core + c9 blocks - Add transform controls for C9 Blocks to help speed up some of the content formatting going from one theme to C9 themes or vice-versa.
C9 Heading -> transform into heading, or paragraph
Core Heading -> transform into c9 heading
Core Paragraph -> transform into c9 heading
Those are the big ones for now.
Future functionality if you can make it work:
Core Image Block -> C9 Image Carousel
Core Gallery Block -> C9 Image Carousel
C9 image Carousel -> Core Image Blocks
C9 image carousel -> Core Gallery Block | priority | add transform controls for core blocks add transform controls for blocks to help speed up some of the content formatting going from one theme to themes or vice versa heading transform into heading or paragraph core heading transform into heading core paragraph transform into heading those are the big ones for now future functionality if you can make it work core image block image carousel core gallery block image carousel image carousel core image blocks image carousel core gallery block | 1 |
182,531 | 6,671,036,342 | IssuesEvent | 2017-10-04 04:18:43 | DynamoRIO/dynamorio | https://api.github.com/repos/DynamoRIO/dynamorio | closed | ASSERT core/dynamo.c:1139 on running sol on Ubuntu | Bug-Assert Migrated OpSys-Linux Priority-Medium | _From [[email protected]](https://code.google.com/u/106321947286816917100/) on July 18, 2013 11:42:26_
What steps will reproduce the problem? 1. in Ubuntu 13.04: ./bin64/drrun -debug -c ./api/samples/bin/libbbcount.so -- sol
2. close the windows when it shows up What is the expected output? What do you see instead? stop the app successfully, but I saw assert failure
<Stopping application /usr/games/sol (14617)>
^T<CURIOSITY : loop_count \< max_loops in file /home/dynamorio/Workspace/DynamoRIO/dynamorio/core/synch.c line 1361
version 4.0.2186, custom build
-client_lib '/home/dynamorio/Workspace/DynamoRIO/builds/build_x64_dbg/./api/samples/bin/libbbcount.so;0;' -code_api -stack_size 56K -max_elide_jmp 0 -max_elide_call 0 -no_inline_ignored_syscalls -native_exec_default_list '' -no_native_exec_managed_code -no_indcall2direct
0x0000000049a66680 0x00000000711fef65
0x0000000049a66750 0x000000007108aefa
0x0000000049a66780 0x000000007108b02c
0x0000000049a667b0 0x000000007108b1d6
0x0000000049a667e0 0x0000000071298564
0x0000000049a667f8 0x00000000499d5e40
/home/dynamorio/Workspace/DynamoRIO/builds/build_x64_dbg/./api/samples/bin/libbbcount.so=0x0000000072000000
/lib/x86_64-linux-gnu/libc.so.6=0x00007fdb30364000
/lib64/ld-linux-x86-64.so.2=0x00007fdb3013f000>
<Application /usr/games/sol (14617). Internal Error Internal DynamoRIO Error: /home/dynamorio/Workspace/DynamoRIO/dynamorio/core/dynamo.c:1139 ok
(Error occurred @164694 frags)
version 4.0.2186, custom build
-client_lib '/home/dynamorio/Workspace/DynamoRIO/builds/build_x64_dbg/./api/samples/bin/libbbcount.so;0;' -code_api -stack_size 56K -max_elide_jmp 0 -max_elide_call 0 -no_inline_ignored_syscalls -native_exec_default_list '' -no_native_exec_managed_code -no_indcall2direct
0x0000000049a665f0 0x0000000071111db9
0x0000000049a66750 0x000000007108af31
0x0000000049a66780 0x000000007108b02c
0x0000000049a667b0 0x000000007108b1d6
0x0000000049a667e0 0x0000000071298564
0x0000000049a667f8 0x00000000499d5e40
/home/dynamorio/Workspace/DynamoRIO/builds/build_x64_dbg/./api/samples/bin/libbbcount.so=0x0000000072000000
/lib/x86_64-linux-gnu/libc.so.6=0x00007fdb30364000
/lib64/ld-linux-x86-64.so.2=0x00007fdb3013f000>
It runs fine if without client.
_Original issue: http://code.google.com/p/dynamorio/issues/detail?id=1216_
| 1.0 | ASSERT core/dynamo.c:1139 on running sol on Ubuntu - _From [[email protected]](https://code.google.com/u/106321947286816917100/) on July 18, 2013 11:42:26_
What steps will reproduce the problem? 1. in Ubuntu 13.04: ./bin64/drrun -debug -c ./api/samples/bin/libbbcount.so -- sol
2. close the windows when it shows up What is the expected output? What do you see instead? stop the app successfully, but I saw assert failure
<Stopping application /usr/games/sol (14617)>
^T<CURIOSITY : loop_count \< max_loops in file /home/dynamorio/Workspace/DynamoRIO/dynamorio/core/synch.c line 1361
version 4.0.2186, custom build
-client_lib '/home/dynamorio/Workspace/DynamoRIO/builds/build_x64_dbg/./api/samples/bin/libbbcount.so;0;' -code_api -stack_size 56K -max_elide_jmp 0 -max_elide_call 0 -no_inline_ignored_syscalls -native_exec_default_list '' -no_native_exec_managed_code -no_indcall2direct
0x0000000049a66680 0x00000000711fef65
0x0000000049a66750 0x000000007108aefa
0x0000000049a66780 0x000000007108b02c
0x0000000049a667b0 0x000000007108b1d6
0x0000000049a667e0 0x0000000071298564
0x0000000049a667f8 0x00000000499d5e40
/home/dynamorio/Workspace/DynamoRIO/builds/build_x64_dbg/./api/samples/bin/libbbcount.so=0x0000000072000000
/lib/x86_64-linux-gnu/libc.so.6=0x00007fdb30364000
/lib64/ld-linux-x86-64.so.2=0x00007fdb3013f000>
<Application /usr/games/sol (14617). Internal Error Internal DynamoRIO Error: /home/dynamorio/Workspace/DynamoRIO/dynamorio/core/dynamo.c:1139 ok
(Error occurred @164694 frags)
version 4.0.2186, custom build
-client_lib '/home/dynamorio/Workspace/DynamoRIO/builds/build_x64_dbg/./api/samples/bin/libbbcount.so;0;' -code_api -stack_size 56K -max_elide_jmp 0 -max_elide_call 0 -no_inline_ignored_syscalls -native_exec_default_list '' -no_native_exec_managed_code -no_indcall2direct
0x0000000049a665f0 0x0000000071111db9
0x0000000049a66750 0x000000007108af31
0x0000000049a66780 0x000000007108b02c
0x0000000049a667b0 0x000000007108b1d6
0x0000000049a667e0 0x0000000071298564
0x0000000049a667f8 0x00000000499d5e40
/home/dynamorio/Workspace/DynamoRIO/builds/build_x64_dbg/./api/samples/bin/libbbcount.so=0x0000000072000000
/lib/x86_64-linux-gnu/libc.so.6=0x00007fdb30364000
/lib64/ld-linux-x86-64.so.2=0x00007fdb3013f000>
It runs fine if without client.
_Original issue: http://code.google.com/p/dynamorio/issues/detail?id=1216_
| priority | assert core dynamo c on running sol on ubuntu from on july what steps will reproduce the problem in ubuntu drrun debug c api samples bin libbbcount so sol close the windows when it shows up what is the expected output what do you see instead stop the app successfully but i saw assert failure t curiosity loop count max loops in file home dynamorio workspace dynamorio dynamorio core synch c line version custom build client lib home dynamorio workspace dynamorio builds build dbg api samples bin libbbcount so code api stack size max elide jmp max elide call no inline ignored syscalls native exec default list no native exec managed code no home dynamorio workspace dynamorio builds build dbg api samples bin libbbcount so lib linux gnu libc so ld linux so application usr games sol internal error internal dynamorio error home dynamorio workspace dynamorio dynamorio core dynamo c ok error occurred frags version custom build client lib home dynamorio workspace dynamorio builds build dbg api samples bin libbbcount so code api stack size max elide jmp max elide call no inline ignored syscalls native exec default list no native exec managed code no home dynamorio workspace dynamorio builds build dbg api samples bin libbbcount so lib linux gnu libc so ld linux so it runs fine if without client original issue | 1 |
655,036 | 21,676,220,679 | IssuesEvent | 2022-05-08 19:01:55 | WordPress/openverse-frontend | https://api.github.com/repos/WordPress/openverse-frontend | closed | Executing search on mobile using the keyboard 🔎 key does not close the keyboard | good first issue help wanted 🟨 priority: medium 🚦 status: awaiting triage 🛠 goal: fix 🕹 aspect: interface 🟨 tech: javascript 🔧 tech: vue 🎨 tech: css | ## Description
<!-- Concisely describe the bug. Compare your experience with what you expected to happen. -->
<!-- For example: "I clicked the 'submit' button and instead of seeing a thank you message, I saw a blank page." -->
When you use mobile keyboard's 🔎 key to submit search from the header, the keyboard doesn't close.
## Reproduction
<!-- Provide detailed steps to reproduce the bug. -->
1. Open https://search-staging.openverse.engineering/search/image?q=cat on a mobile phone.
2. In the header search bar, change the search term.
3. Press the mobile keyboard 🔎 button.
4. See error: the keyboard is still open.
## Screenshots
<!-- Add screenshots to show the problem; or delete the section entirely. -->
https://user-images.githubusercontent.com/15233243/166218654-2760bf88-f0c5-4a5f-96a3-de0ff3468b76.mp4
## Environment
<!-- Please complete this, unless you are certain the problem is not environment specific. -->
- Device: Samsung phone
- OS: Android
- Browser: Firefox
## Additional context
<!-- Add any other context about the problem here; or delete the section entirely. -->
The solution is probably to `blur()` the input element on search form submit.
## Resolution
<!-- Replace the [ ] with [x] to check the box. -->
- [ ] 🙋 I would be interested in resolving this bug.
| 1.0 | Executing search on mobile using the keyboard 🔎 key does not close the keyboard - ## Description
<!-- Concisely describe the bug. Compare your experience with what you expected to happen. -->
<!-- For example: "I clicked the 'submit' button and instead of seeing a thank you message, I saw a blank page." -->
When you use mobile keyboard's 🔎 key to submit search from the header, the keyboard doesn't close.
## Reproduction
<!-- Provide detailed steps to reproduce the bug. -->
1. Open https://search-staging.openverse.engineering/search/image?q=cat on a mobile phone.
2. In the header search bar, change the search term.
3. Press the mobile keyboard 🔎 button.
4. See error: the keyboard is still open.
## Screenshots
<!-- Add screenshots to show the problem; or delete the section entirely. -->
https://user-images.githubusercontent.com/15233243/166218654-2760bf88-f0c5-4a5f-96a3-de0ff3468b76.mp4
## Environment
<!-- Please complete this, unless you are certain the problem is not environment specific. -->
- Device: Samsung phone
- OS: Android
- Browser: Firefox
## Additional context
<!-- Add any other context about the problem here; or delete the section entirely. -->
The solution is probably to `blur()` the input element on search form submit.
## Resolution
<!-- Replace the [ ] with [x] to check the box. -->
- [ ] 🙋 I would be interested in resolving this bug.
| priority | executing search on mobile using the keyboard 🔎 key does not close the keyboard description when you use mobile keyboard s 🔎 key to submit search from the header the keyboard doesn t close reproduction open on a mobile phone in the header search bar change the search term press the mobile keyboard 🔎 button see error the keyboard is still open screenshots environment device samsung phone os android browser firefox additional context the solution is probably to blur the input element on search form submit resolution 🙋 i would be interested in resolving this bug | 1 |
47,269 | 2,974,605,211 | IssuesEvent | 2015-07-15 02:18:13 | Reimashi/jotai | https://api.github.com/repos/Reimashi/jotai | closed | Translations | auto-migrated Priority-Medium Type-Enhancement | ```
Is there, or will be a way to translate open hardware monitor? I'd like to
contribute by translating it to portuguese and spanish.
```
Original issue reported on code.google.com by `[email protected]` on 1 Apr 2010 at 9:25 | 1.0 | Translations - ```
Is there, or will be a way to translate open hardware monitor? I'd like to
contribute by translating it to portuguese and spanish.
```
Original issue reported on code.google.com by `[email protected]` on 1 Apr 2010 at 9:25 | priority | translations is there or will be a way to translate open hardware monitor i d like to contribute by translating it to portuguese and spanish original issue reported on code google com by ehcel gmail com on apr at | 1 |
2,968 | 2,534,897,235 | IssuesEvent | 2015-01-25 13:18:33 | SiCKRAGETV/sickrage-issues | https://api.github.com/repos/SiCKRAGETV/sickrage-issues | closed | Google calendar misses some shows | 1: Bug / issue 2: Medium Priority 3: Fix branch: develop | Hello
BRANCH: (develop) / COMMIT: (91cb8d885ca278e5829ed53d856d578c8ee8cbe0)
Python 2.7.6 / Win 8.1
Unprotected Calendar option is checked
Some shows are missing in my google calendar comparing to the "coming episodes" list
I don't know if a debug file is relevant.
Many thanks | 1.0 | Google calendar misses some shows - Hello
BRANCH: (develop) / COMMIT: (91cb8d885ca278e5829ed53d856d578c8ee8cbe0)
Python 2.7.6 / Win 8.1
Unprotected Calendar option is checked
Some shows are missing in my google calendar comparing to the "coming episodes" list
I don't know if a debug file is relevant.
Many thanks | priority | google calendar misses some shows hello branch develop commit python win unprotected calendar option is checked some shows are missing in my google calendar comparing to the coming episodes list i don t know if a debug file is relevant many thanks | 1 |
678,846 | 23,213,095,738 | IssuesEvent | 2022-08-02 11:58:00 | Redocly/redocly-cli | https://api.github.com/repos/Redocly/redocly-cli | closed | discriminator example validation error with `anyOf` | Type: Bug Lizard Priority: Medium | **Describe the bug**
The discriminator is valid with `anyOf` but get this message:
> Example validation errored: discriminator: requires oneOf keyword.
**To Reproduce**
Steps to reproduce the behavior:
1. I have a private repo I can share with you...
2. See error
**Expected behavior**
It should work with `anyOf` too.
**Logs**
> Example validation errored: discriminator: requires oneOf keyword.
**OpenAPI definition**
3.0.0
**Redocly Version(s)**
redocly --version
1.0.0-beta.98
**`Node.js` Version(s)**
16
**Additional context**
none | 1.0 | discriminator example validation error with `anyOf` - **Describe the bug**
The discriminator is valid with `anyOf` but get this message:
> Example validation errored: discriminator: requires oneOf keyword.
**To Reproduce**
Steps to reproduce the behavior:
1. I have a private repo I can share with you...
2. See error
**Expected behavior**
It should work with `anyOf` too.
**Logs**
> Example validation errored: discriminator: requires oneOf keyword.
**OpenAPI definition**
3.0.0
**Redocly Version(s)**
redocly --version
1.0.0-beta.98
**`Node.js` Version(s)**
16
**Additional context**
none | priority | discriminator example validation error with anyof describe the bug the discriminator is valid with anyof but get this message example validation errored discriminator requires oneof keyword to reproduce steps to reproduce the behavior i have a private repo i can share with you see error expected behavior it should work with anyof too logs example validation errored discriminator requires oneof keyword openapi definition redocly version s redocly version beta node js version s additional context none | 1 |
322,847 | 9,829,323,639 | IssuesEvent | 2019-06-15 19:40:11 | marklogic/marklogic-data-hub | https://api.github.com/repos/marklogic/marklogic-data-hub | closed | Duplicate indices being created by QuickStart in entity-config/databases/final-database.json and staging-database.json | 2.0 3.0 4.0 BackLog better-errors bug priority:medium | [final-database.json.txt](https://github.com/marklogic-community/marklogic-data-hub/files/1471693/final-database.json.txt)
[staging-database.json.txt](https://github.com/marklogic-community/marklogic-data-hub/files/1471694/staging-database.json.txt)
#### The issue
Short description of the problem:
Duplicate indices being created by QuickStart in entity-config/databases/final-database.json and staging-database.json.
What behavior are you expecting?
I expect QuickStart to NOT create duplicate indices when the user creates 2 entities, and each having the same property (intentional).
#### Tech details
Which Operating System are you using?
* Windows 10
* AWS Linux (Linux ip-10-239-12-211 4.4.44-39.55.amzn1.x86_64 #1 SMP Mon Jan 30 18:15:53 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux)
Which version of MarkLogic are you using? Observed in
* 9.03
* 9.02
Which version of the Data Hub Framework are you using?
* DHF 2.0 Final
Is this a QuickStart UI bug? If so, which browser are you using?
* Duplicate indices observed through the use of QuickStart -- Chrome
* Error observed occasionally when using gradle headless after creating the entities and adding the same properties on both entities (intentially stating that the 2 entities have same property)
#### The devil is in the details...
See attachments, sample entity-config/databases/final-database.json and staging-database.json
Renamed with .txt suffixes so that these can be attached to the issue.
Error observed on occasion:
Error:
> Task :hubPreInstallCheck
com.marklogic.hub.PreInstallCheck@7c3c1335
> Task :mlDeployApp
Logging HTTP response body to assist with debugging: {"errorResponse":{"statusCode":"500",
"status":"Internal Server Error", "messageCode":"ADMIN-DUPLICATECONFIGITEM",
"message":"ADMIN-DUPLICATECONFIGITEM: (err:FOER0000) Database resource 'xxxx-data-
hub-FINAL' already contains 'Database 'range-element-index''"}}
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':mlDeployApp'.
> 500 Internal Server Error | 1.0 | Duplicate indices being created by QuickStart in entity-config/databases/final-database.json and staging-database.json - [final-database.json.txt](https://github.com/marklogic-community/marklogic-data-hub/files/1471693/final-database.json.txt)
[staging-database.json.txt](https://github.com/marklogic-community/marklogic-data-hub/files/1471694/staging-database.json.txt)
#### The issue
Short description of the problem:
Duplicate indices being created by QuickStart in entity-config/databases/final-database.json and staging-database.json.
What behavior are you expecting?
I expect QuickStart to NOT create duplicate indices when the user creates 2 entities, and each having the same property (intentional).
#### Tech details
Which Operating System are you using?
* Windows 10
* AWS Linux (Linux ip-10-239-12-211 4.4.44-39.55.amzn1.x86_64 #1 SMP Mon Jan 30 18:15:53 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux)
Which version of MarkLogic are you using? Observed in
* 9.03
* 9.02
Which version of the Data Hub Framework are you using?
* DHF 2.0 Final
Is this a QuickStart UI bug? If so, which browser are you using?
* Duplicate indices observed through the use of QuickStart -- Chrome
* Error observed occasionally when using gradle headless after creating the entities and adding the same properties on both entities (intentially stating that the 2 entities have same property)
#### The devil is in the details...
See attachments, sample entity-config/databases/final-database.json and staging-database.json
Renamed with .txt suffixes so that these can be attached to the issue.
Error observed on occasion:
Error:
> Task :hubPreInstallCheck
com.marklogic.hub.PreInstallCheck@7c3c1335
> Task :mlDeployApp
Logging HTTP response body to assist with debugging: {"errorResponse":{"statusCode":"500",
"status":"Internal Server Error", "messageCode":"ADMIN-DUPLICATECONFIGITEM",
"message":"ADMIN-DUPLICATECONFIGITEM: (err:FOER0000) Database resource 'xxxx-data-
hub-FINAL' already contains 'Database 'range-element-index''"}}
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':mlDeployApp'.
> 500 Internal Server Error | priority | duplicate indices being created by quickstart in entity config databases final database json and staging database json the issue short description of the problem duplicate indices being created by quickstart in entity config databases final database json and staging database json what behavior are you expecting i expect quickstart to not create duplicate indices when the user creates entities and each having the same property intentional tech details which operating system are you using windows aws linux linux ip smp mon jan utc gnu linux which version of marklogic are you using observed in which version of the data hub framework are you using dhf final is this a quickstart ui bug if so which browser are you using duplicate indices observed through the use of quickstart chrome error observed occasionally when using gradle headless after creating the entities and adding the same properties on both entities intentially stating that the entities have same property the devil is in the details see attachments sample entity config databases final database json and staging database json renamed with txt suffixes so that these can be attached to the issue error observed on occasion error task hubpreinstallcheck com marklogic hub preinstallcheck task mldeployapp logging http response body to assist with debugging errorresponse statuscode status internal server error messagecode admin duplicateconfigitem message admin duplicateconfigitem err database resource xxxx data hub final already contains database range element index failure build failed with an exception what went wrong execution failed for task mldeployapp internal server error | 1 |
202,781 | 7,054,973,431 | IssuesEvent | 2018-01-04 04:59:10 | Marri/glowfic | https://api.github.com/repos/Marri/glowfic | opened | Move from gmail address to glowfic.com addresses for email | 3. medium priority 8. medium type: enhancement v. planned | We have now verified glowfic.com with Amazon SES, and should send mail from our domain instead of the Gmail account. | 1.0 | Move from gmail address to glowfic.com addresses for email - We have now verified glowfic.com with Amazon SES, and should send mail from our domain instead of the Gmail account. | priority | move from gmail address to glowfic com addresses for email we have now verified glowfic com with amazon ses and should send mail from our domain instead of the gmail account | 1 |
101,181 | 4,108,738,053 | IssuesEvent | 2016-06-06 17:06:32 | WordPress/meta-environment | https://api.github.com/repos/WordPress/meta-environment | opened | WordCamp.dev: Make sites HTTP-only | priority: medium type: enhancement | Having them use SSL just adds confusion for people, people they run into the certificate errors. There may be some code that expects HTTPS, but we can probably work around that. | 1.0 | WordCamp.dev: Make sites HTTP-only - Having them use SSL just adds confusion for people, people they run into the certificate errors. There may be some code that expects HTTPS, but we can probably work around that. | priority | wordcamp dev make sites http only having them use ssl just adds confusion for people people they run into the certificate errors there may be some code that expects https but we can probably work around that | 1 |
79,500 | 3,535,965,498 | IssuesEvent | 2016-01-16 22:37:52 | proveit-js/proveit | https://api.github.com/repos/proveit-js/proveit | closed | Support AFC psuedo-namespace and Draft namespace | enhancement imported Priority-Medium | _From [[email protected]](https://code.google.com/u/108647890027017428365/) on January 04, 2014 16:10:36_
Show ProveIt in the AFC psuedo-namespace (Wikipedia talk:Articles for creation) and the Draft namespace.
_Original issue: http://code.google.com/p/proveit-js/issues/detail?id=179_ | 1.0 | Support AFC psuedo-namespace and Draft namespace - _From [[email protected]](https://code.google.com/u/108647890027017428365/) on January 04, 2014 16:10:36_
Show ProveIt in the AFC psuedo-namespace (Wikipedia talk:Articles for creation) and the Draft namespace.
_Original issue: http://code.google.com/p/proveit-js/issues/detail?id=179_ | priority | support afc psuedo namespace and draft namespace from on january show proveit in the afc psuedo namespace wikipedia talk articles for creation and the draft namespace original issue | 1 |
534,992 | 15,679,991,392 | IssuesEvent | 2021-03-25 01:49:51 | Landry333/Big-Owl | https://api.github.com/repos/Landry333/Big-Owl | closed | US-52: As a supervised user, I would like to respond to an attendance supervision request | medium priority user story | Details:
- The request can be either rejected or accepted
- This is the point when the user is added to the list of users that will be supervised by the user monitoring them | 1.0 | US-52: As a supervised user, I would like to respond to an attendance supervision request - Details:
- The request can be either rejected or accepted
- This is the point when the user is added to the list of users that will be supervised by the user monitoring them | priority | us as a supervised user i would like to respond to an attendance supervision request details the request can be either rejected or accepted this is the point when the user is added to the list of users that will be supervised by the user monitoring them | 1 |
91,284 | 3,851,440,429 | IssuesEvent | 2016-04-06 02:02:45 | cs2103jan2016-w10-3j/main | https://api.github.com/repos/cs2103jan2016-w10-3j/main | closed | A user can be alerted when events are close to expiration | priority.medium type.story | So the user wouldn't forget to do them. | 1.0 | A user can be alerted when events are close to expiration - So the user wouldn't forget to do them. | priority | a user can be alerted when events are close to expiration so the user wouldn t forget to do them | 1 |
25,553 | 2,683,840,932 | IssuesEvent | 2015-03-28 11:22:51 | ConEmu/old-issues | https://api.github.com/repos/ConEmu/old-issues | closed | ConEmu 2009.10.1 - Не работает символ "c" | 2–5 stars bug imported Priority-Medium | _From [[email protected]](https://code.google.com/u/113491849526375923289/) on October 13, 2009 10:18:24_
Версия ОС: WinXP Professional SP3
Не работает символ "c" в запущеном cmd.exe. При этом в фаре работает.
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=112_ | 1.0 | ConEmu 2009.10.1 - Не работает символ "c" - _From [[email protected]](https://code.google.com/u/113491849526375923289/) on October 13, 2009 10:18:24_
Версия ОС: WinXP Professional SP3
Не работает символ "c" в запущеном cmd.exe. При этом в фаре работает.
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=112_ | priority | conemu не работает символ c from on october версия ос winxp professional не работает символ c в запущеном cmd exe при этом в фаре работает original issue | 1 |
557,752 | 16,517,983,070 | IssuesEvent | 2021-05-26 11:48:15 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | opened | When uploading photos and viewing them in mobile screen mode, some of the photos will overlap and some will not display in the activity feed | bug priority: medium | **Describe the bug**
When uploading photos and viewing them in mobile screen mode, some of the photos will overlap and some will not display in the activity feed.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'Activity feed'
2. Click on 'upload photo'
3. 'When uploading photos and viewing them in mobile screen mode
4. some of the photos will overlap and some will not display in the activity feed.
**Expected behavior**
It should not overlap and some will display in the activity feed.
**Screenshots**
https://prnt.sc/13fsk7z
**Support ticket links**
If applicable, add HelpScout link or ticket number where the issue was originally reported.
| 1.0 | When uploading photos and viewing them in mobile screen mode, some of the photos will overlap and some will not display in the activity feed - **Describe the bug**
When uploading photos and viewing them in mobile screen mode, some of the photos will overlap and some will not display in the activity feed.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'Activity feed'
2. Click on 'upload photo'
3. 'When uploading photos and viewing them in mobile screen mode
4. some of the photos will overlap and some will not display in the activity feed.
**Expected behavior**
It should not overlap and some will display in the activity feed.
**Screenshots**
https://prnt.sc/13fsk7z
**Support ticket links**
If applicable, add HelpScout link or ticket number where the issue was originally reported.
| priority | when uploading photos and viewing them in mobile screen mode some of the photos will overlap and some will not display in the activity feed describe the bug when uploading photos and viewing them in mobile screen mode some of the photos will overlap and some will not display in the activity feed to reproduce steps to reproduce the behavior go to activity feed click on upload photo when uploading photos and viewing them in mobile screen mode some of the photos will overlap and some will not display in the activity feed expected behavior it should not overlap and some will display in the activity feed screenshots support ticket links if applicable add helpscout link or ticket number where the issue was originally reported | 1 |
796,982 | 28,134,225,098 | IssuesEvent | 2023-04-01 07:09:56 | AY2223S2-CS2113-T15-4/tp | https://api.github.com/repos/AY2223S2-CS2113-T15-4/tp | closed | [PE-D][Tester C] Ability to quit the queue of flashcards when giving empty inputs | type.Bug priority.High severity.Medium | ![image.png](https://raw.githubusercontent.com/denzelcjy/ped/main/files/9ab2141d-d8d2-482f-be96-35fdc413138b.png)
When the user does not type in 'y' or 'n' during the review of the flashcard, the flashcard is not added to the back of the review queue for the day, instead, the user is able to skip through all the flashcards and the gets a false message of " Congrats! You have reviewed all the flashcards due today!" when the user has not done so.
Steps to reproduce: Type "review", press enter, then continue to press enter every time you are prompted to give a 'y' or 'n'
Expected: Some error message, and continues to prompt the user whether he is done reviewing with the flashcard or not
Actual: Exits the review for the day and outputs "Congrats! You have reviewed all the flashcards due today!" when the user has not done so."
<!--session: 1680252405098-9e85e652-f0de-43e6-b248-5a883a5bc5ba-->
<!--Version: Web v3.4.7-->
-------------
Labels: `severity.Low` `type.FunctionalityBug`
original: denzelcjy/ped#1 | 1.0 | [PE-D][Tester C] Ability to quit the queue of flashcards when giving empty inputs - ![image.png](https://raw.githubusercontent.com/denzelcjy/ped/main/files/9ab2141d-d8d2-482f-be96-35fdc413138b.png)
When the user does not type in 'y' or 'n' during the review of the flashcard, the flashcard is not added to the back of the review queue for the day, instead, the user is able to skip through all the flashcards and the gets a false message of " Congrats! You have reviewed all the flashcards due today!" when the user has not done so.
Steps to reproduce: Type "review", press enter, then continue to press enter every time you are prompted to give a 'y' or 'n'
Expected: Some error message, and continues to prompt the user whether he is done reviewing with the flashcard or not
Actual: Exits the review for the day and outputs "Congrats! You have reviewed all the flashcards due today!" when the user has not done so."
<!--session: 1680252405098-9e85e652-f0de-43e6-b248-5a883a5bc5ba-->
<!--Version: Web v3.4.7-->
-------------
Labels: `severity.Low` `type.FunctionalityBug`
original: denzelcjy/ped#1 | priority | ability to quit the queue of flashcards when giving empty inputs when the user does not type in y or n during the review of the flashcard the flashcard is not added to the back of the review queue for the day instead the user is able to skip through all the flashcards and the gets a false message of congrats you have reviewed all the flashcards due today when the user has not done so steps to reproduce type review press enter then continue to press enter every time you are prompted to give a y or n expected some error message and continues to prompt the user whether he is done reviewing with the flashcard or not actual exits the review for the day and outputs congrats you have reviewed all the flashcards due today when the user has not done so labels severity low type functionalitybug original denzelcjy ped | 1 |
538,234 | 15,765,321,645 | IssuesEvent | 2021-03-31 14:02:56 | snowplow/snowplow-javascript-tracker | https://api.github.com/repos/snowplow/snowplow-javascript-tracker | closed | Create @snowplow/browser-tracker package for npm distribution | category:setup priority:medium status:in_progress type:enhancement | Was: *Why not in npm?*
Hey guys, I want bundle your script with webpack, but latest version in npm is 0.2.0. Why? | 1.0 | Create @snowplow/browser-tracker package for npm distribution - Was: *Why not in npm?*
Hey guys, I want bundle your script with webpack, but latest version in npm is 0.2.0. Why? | priority | create snowplow browser tracker package for npm distribution was why not in npm hey guys i want bundle your script with webpack but latest version in npm is why | 1 |
286,362 | 8,787,215,899 | IssuesEvent | 2018-12-20 17:55:52 | AugurProject/augur | https://api.github.com/repos/AugurProject/augur | closed | Problems with compilation from source "Cannot GET /" | Bug Priority: Medium | @blacktemplar commented on [Sun Oct 28 2018](https://github.com/AugurProject/augur-app/issues/396)
Since multiple Augur versions my Arch Linux Package which packages Augur doesn't work anymore (https://aur.archlinux.org/packages/augur-git/). The Augur-App starts up and synchronizes normally but when one opens the UI the only html-response is an Error "Cannot GET /".
Steps to reproduce the problem:
```
git clone https://github.com/AugurProject/augur-app.git
cd augur-app
npm install
npm run make-linux dir --dir
cd dist/linux-unpacked/resources
electron app.asar
"Connect in Augur-App and then click Open in Browser (after syncing)"
```
The weird thing is that if we are calling the executable `../augur` everything works fine. But I would prefer to don't use the executable in my package since I don't know all the dependencies of the executable. I followed the packaging of another well known electron app in arch linux for my build script, see https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=signal.
---
@petong commented on [Thu Nov 08 2018](https://github.com/AugurProject/augur-app/issues/396#issuecomment-437105051)
The problem seems to come from the command you are using to start the app, it does not start the UI server which is why the GET request isn't handled. You can also see this by running `lsof -i :8080` after you start the app via your electron command vs running the binary. Is there a reason you prefer `electron app.asar` rather than the binary itself?
---
@petong commented on [Thu Nov 08 2018](https://github.com/AugurProject/augur-app/issues/396#issuecomment-437220336)
the app uses `electron-is-dev` to determine the env that is being run. If the app isn't started via the binary then the library assumes that the env is dev:
```function getUIClientBuildPath() {
if(isDevelopment) {
return path.join(__dirname, '../../node_modules/augur-ui/build')
} else {
return path.join(process.resourcesPath, 'ui-client')
}
}
```
since the ui-path has to be accessed by a browser it can't live within the asar packed app.
Currently looking to see if there is a way around this problem.
| 1.0 | Problems with compilation from source "Cannot GET /" - @blacktemplar commented on [Sun Oct 28 2018](https://github.com/AugurProject/augur-app/issues/396)
Since multiple Augur versions my Arch Linux Package which packages Augur doesn't work anymore (https://aur.archlinux.org/packages/augur-git/). The Augur-App starts up and synchronizes normally but when one opens the UI the only html-response is an Error "Cannot GET /".
Steps to reproduce the problem:
```
git clone https://github.com/AugurProject/augur-app.git
cd augur-app
npm install
npm run make-linux dir --dir
cd dist/linux-unpacked/resources
electron app.asar
"Connect in Augur-App and then click Open in Browser (after syncing)"
```
The weird thing is that if we are calling the executable `../augur` everything works fine. But I would prefer to don't use the executable in my package since I don't know all the dependencies of the executable. I followed the packaging of another well known electron app in arch linux for my build script, see https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=signal.
---
@petong commented on [Thu Nov 08 2018](https://github.com/AugurProject/augur-app/issues/396#issuecomment-437105051)
The problem seems to come from the command you are using to start the app, it does not start the UI server which is why the GET request isn't handled. You can also see this by running `lsof -i :8080` after you start the app via your electron command vs running the binary. Is there a reason you prefer `electron app.asar` rather than the binary itself?
---
@petong commented on [Thu Nov 08 2018](https://github.com/AugurProject/augur-app/issues/396#issuecomment-437220336)
the app uses `electron-is-dev` to determine the env that is being run. If the app isn't started via the binary then the library assumes that the env is dev:
```function getUIClientBuildPath() {
if(isDevelopment) {
return path.join(__dirname, '../../node_modules/augur-ui/build')
} else {
return path.join(process.resourcesPath, 'ui-client')
}
}
```
since the ui-path has to be accessed by a browser it can't live within the asar packed app.
Currently looking to see if there is a way around this problem.
| priority | problems with compilation from source cannot get blacktemplar commented on since multiple augur versions my arch linux package which packages augur doesn t work anymore the augur app starts up and synchronizes normally but when one opens the ui the only html response is an error cannot get steps to reproduce the problem git clone cd augur app npm install npm run make linux dir dir cd dist linux unpacked resources electron app asar connect in augur app and then click open in browser after syncing the weird thing is that if we are calling the executable augur everything works fine but i would prefer to don t use the executable in my package since i don t know all the dependencies of the executable i followed the packaging of another well known electron app in arch linux for my build script see petong commented on the problem seems to come from the command you are using to start the app it does not start the ui server which is why the get request isn t handled you can also see this by running lsof i after you start the app via your electron command vs running the binary is there a reason you prefer electron app asar rather than the binary itself petong commented on the app uses electron is dev to determine the env that is being run if the app isn t started via the binary then the library assumes that the env is dev function getuiclientbuildpath if isdevelopment return path join dirname node modules augur ui build else return path join process resourcespath ui client since the ui path has to be accessed by a browser it can t live within the asar packed app currently looking to see if there is a way around this problem | 1 |
257,147 | 8,133,333,581 | IssuesEvent | 2018-08-18 23:53:12 | dhowe/dialogic | https://api.github.com/repos/dhowe/dialogic | closed | Editor: incorrect line selection edge case | PRIORITY: Medium | To recreate:
* double-click to select only line 2
* notice that line 3 is also included in output
![image](https://user-images.githubusercontent.com/737638/41442544-53e63512-706a-11e8-9441-8487565600f4.png)
| 1.0 | Editor: incorrect line selection edge case - To recreate:
* double-click to select only line 2
* notice that line 3 is also included in output
![image](https://user-images.githubusercontent.com/737638/41442544-53e63512-706a-11e8-9441-8487565600f4.png)
| priority | editor incorrect line selection edge case to recreate double click to select only line notice that line is also included in output | 1 |
541,180 | 15,822,867,822 | IssuesEvent | 2021-04-05 23:16:50 | returntocorp/semgrep | https://api.github.com/repos/returntocorp/semgrep | closed | [golang] `go func() { ... }` doesn't parse as a pattern | bug external-user lang:golang priority:medium | **Describe the bug**
The `go` keyword seems to break pattern parsing, but not target parsing.
**To Reproduce**
https://semgrep.dev/s/1n85/
**Expected behavior**
Pattern should parse (and match)
**Screenshots**
P1 (prevents rule-writing)
| 1.0 | [golang] `go func() { ... }` doesn't parse as a pattern - **Describe the bug**
The `go` keyword seems to break pattern parsing, but not target parsing.
**To Reproduce**
https://semgrep.dev/s/1n85/
**Expected behavior**
Pattern should parse (and match)
**Screenshots**
P1 (prevents rule-writing)
| priority | go func doesn t parse as a pattern describe the bug the go keyword seems to break pattern parsing but not target parsing to reproduce expected behavior pattern should parse and match screenshots prevents rule writing | 1 |
550,944 | 16,134,981,361 | IssuesEvent | 2021-04-29 10:35:15 | musescore/MuseScore | https://api.github.com/repos/musescore/MuseScore | closed | [MU4 Issue] Help > About... Replace link to donate page, change text, say GPL version, say build etc. | Medium Priority | **Describe the bug**
About MuseScore pop-up content is missed
**To Reproduce**
Steps to reproduce the behavior:
1. Click on "Help" (from the Upper Menu)
2. Click on 'About...'
3. Check About MuseScore pop-up links and text
**Expected behavior**
1) Replace link to donate page with link to contribute page and rephrase to "Help with MuseScore's development".
2) musescore.org link should take you to that page, not musescore.org/en-GB etc. (it should take to the user's language page)
3) Should say GPL version (soon to be GPL 3)
4) should say "development build", "nightly build" or similar (and build version)
**Desktop (please complete the following information):**
MacOS
Windows 10
| 1.0 | [MU4 Issue] Help > About... Replace link to donate page, change text, say GPL version, say build etc. - **Describe the bug**
About MuseScore pop-up content is missed
**To Reproduce**
Steps to reproduce the behavior:
1. Click on "Help" (from the Upper Menu)
2. Click on 'About...'
3. Check About MuseScore pop-up links and text
**Expected behavior**
1) Replace link to donate page with link to contribute page and rephrase to "Help with MuseScore's development".
2) musescore.org link should take you to that page, not musescore.org/en-GB etc. (it should take to the user's language page)
3) Should say GPL version (soon to be GPL 3)
4) should say "development build", "nightly build" or similar (and build version)
**Desktop (please complete the following information):**
MacOS
Windows 10
| priority | help about replace link to donate page change text say gpl version say build etc describe the bug about musescore pop up content is missed to reproduce steps to reproduce the behavior click on help from the upper menu click on about check about musescore pop up links and text expected behavior replace link to donate page with link to contribute page and rephrase to help with musescore s development musescore org link should take you to that page not musescore org en gb etc it should take to the user s language page should say gpl version soon to be gpl should say development build nightly build or similar and build version desktop please complete the following information macos windows | 1 |
721,596 | 24,832,472,460 | IssuesEvent | 2022-10-26 05:38:04 | bounswe/bounswe2022group1 | https://api.github.com/repos/bounswe/bounswe2022group1 | closed | Android Team Meeting | Priority: Medium Status: Completed Mobile Android | **Issue Description:**
We have a meeting as Android Team to Clone Repo to Android Studio and Commit-Push trial.
**Tasks to Do:**
- [x] Cloned Repo on Android Studio
- [x] Trial on Commit and Push
*Task Deadline:*
25.10.2022
*Final Situation:*
Done
*Reviewer:*
@omerozdemir1 @gecemavisioa
*Review Deadline:*
25.10.2022 | 1.0 | Android Team Meeting - **Issue Description:**
We have a meeting as Android Team to Clone Repo to Android Studio and Commit-Push trial.
**Tasks to Do:**
- [x] Cloned Repo on Android Studio
- [x] Trial on Commit and Push
*Task Deadline:*
25.10.2022
*Final Situation:*
Done
*Reviewer:*
@omerozdemir1 @gecemavisioa
*Review Deadline:*
25.10.2022 | priority | android team meeting issue description we have a meeting as android team to clone repo to android studio and commit push trial tasks to do cloned repo on android studio trial on commit and push task deadline final situation done reviewer gecemavisioa review deadline | 1 |
576,483 | 17,087,985,509 | IssuesEvent | 2021-07-08 14:06:31 | vmware/singleton | https://api.github.com/repos/vmware/singleton | opened | [BUG] [Python Client]The argument 'source' of getString() does not compare with remote source when online mode | area/python-client kind/bug priority/medium | **Describe the bug**
The argument 'source' of getString() does not compare with remote source when online mode.
**To Reproduce**
Steps to reproduce the behavior:
1. Set the "key1": "value1" in "about" component of online bundle
2. trans = I18N.get_release(PRODUCT, VERSION).get_translation().get_string("about","key1",source="incorrect value", locale ="fr")
**The result trans return 'fr' translation**
**Expected behavior**
The trans should be "incorrect value" rather than "fr“ translation | 1.0 | [BUG] [Python Client]The argument 'source' of getString() does not compare with remote source when online mode - **Describe the bug**
The argument 'source' of getString() does not compare with remote source when online mode.
**To Reproduce**
Steps to reproduce the behavior:
1. Set the "key1": "value1" in "about" component of online bundle
2. trans = I18N.get_release(PRODUCT, VERSION).get_translation().get_string("about","key1",source="incorrect value", locale ="fr")
**The result trans return 'fr' translation**
**Expected behavior**
The trans should be "incorrect value" rather than "fr“ translation | priority | the argument source of getstring does not compare with remote source when online mode describe the bug the argument source of getstring does not compare with remote source when online mode to reproduce steps to reproduce the behavior set the in about component of online bundle trans get release product version get translation get string about source incorrect value locale fr the result trans return fr translation expected behavior the trans should be incorrect value rather than fr“ translation | 1 |
79,955 | 3,549,010,523 | IssuesEvent | 2016-01-20 16:29:06 | bcroden/QuizDeck-Client | https://api.github.com/repos/bcroden/QuizDeck-Client | opened | Create User Dashboard | feature priority: medium | Need to implement a screen for users to manage
- quiz creation
- quiz management
- quiz results. | 1.0 | Create User Dashboard - Need to implement a screen for users to manage
- quiz creation
- quiz management
- quiz results. | priority | create user dashboard need to implement a screen for users to manage quiz creation quiz management quiz results | 1 |
437,177 | 12,562,379,390 | IssuesEvent | 2020-06-08 03:57:09 | Twin-Cities-Mutual-Aid/twin-cities-aid-distribution-locations | https://api.github.com/repos/Twin-Cities-Mutual-Aid/twin-cities-aid-distribution-locations | opened | Integrate automated end to end tests with CI/CD | Priority: Medium | [This PR](https://github.com/Twin-Cities-Mutual-Aid/twin-cities-aid-distribution-locations/pull/140) recently added end to end tests. Currently, these tests need to be run locally (manually). It would be better if they ran automatically.
Considerations:
- These tests should run on every new pull request (and probably again anytime the PR changes)
- Would be ideal if it worked with Netlify although [it seems that's not possible](https://github.com/Twin-Cities-Mutual-Aid/twin-cities-aid-distribution-locations/issues/105#issuecomment-640265940) next best would be [Gitlab CI](https://about.gitlab.com/solutions/github/) or [CircleCI](https://circleci.com/open-source/) | 1.0 | Integrate automated end to end tests with CI/CD - [This PR](https://github.com/Twin-Cities-Mutual-Aid/twin-cities-aid-distribution-locations/pull/140) recently added end to end tests. Currently, these tests need to be run locally (manually). It would be better if they ran automatically.
Considerations:
- These tests should run on every new pull request (and probably again anytime the PR changes)
- Would be ideal if it worked with Netlify although [it seems that's not possible](https://github.com/Twin-Cities-Mutual-Aid/twin-cities-aid-distribution-locations/issues/105#issuecomment-640265940) next best would be [Gitlab CI](https://about.gitlab.com/solutions/github/) or [CircleCI](https://circleci.com/open-source/) | priority | integrate automated end to end tests with ci cd recently added end to end tests currently these tests need to be run locally manually it would be better if they ran automatically considerations these tests should run on every new pull request and probably again anytime the pr changes would be ideal if it worked with netlify although next best would be or | 1 |
289,098 | 8,854,938,884 | IssuesEvent | 2019-01-09 03:45:51 | visit-dav/issues-test | https://api.github.com/repos/visit-dav/issues-test | closed | viewercore introduces _ser library dependencies into simV2runtime_par. | bug likelihood medium priority reviewed severity medium | The viewercore library contains the core parts of the viewer and it is used to add viewer functionality to libsim. Since viewercore relies on some AVT stuff and was destined for the viewer, it ends up linking with some _ser avt libraries. When viewercore is linked into the parallel simV2runtime_par library, it brings along its _ser dependencies, even though we really want only the _par versions of the avt libraries. The best thing might be to build the viewercore sources directly into the simV2runtime libraries instead of linking with viewercore. This would permit us to use the _ser and _par libraries that we want explicitly. We could also omit files like ViewerFileServer and ViewerEngineManager, which are not needed by the simV2runtime, and have some _ser dependencies of their own due to libraries like engineproxy. Furthermore, by not using some of those classes, we could revert to not building libraries like mdserverrpc, mdserverproxy, launcherrpc, launcherproxy, when we're doing engine-only builds. As things stand on the trunk, engine-only builds are broken because the simv2 runtimes can't be linked with viewercore, which is not built.
-----------------------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: 2017
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: High
Subject: viewercore introduces _ser library dependencies into simV2runtime_par.
Assigned to: Brad Whitlock
Category: -
Target version: 2.11.0
Author: Brad Whitlock
Start: 10/09/2014
Due date:
% Done: 100%
Estimated time:
Created: 10/09/2014 03:40 pm
Updated: 06/28/2016 03:37 pm
Likelihood: 3 - Occasional
Severity: 3 - Major Irritation
Found in version: 2.7.3
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
The viewercore library contains the core parts of the viewer and it is used to add viewer functionality to libsim. Since viewercore relies on some AVT stuff and was destined for the viewer, it ends up linking with some _ser avt libraries. When viewercore is linked into the parallel simV2runtime_par library, it brings along its _ser dependencies, even though we really want only the _par versions of the avt libraries. The best thing might be to build the viewercore sources directly into the simV2runtime libraries instead of linking with viewercore. This would permit us to use the _ser and _par libraries that we want explicitly. We could also omit files like ViewerFileServer and ViewerEngineManager, which are not needed by the simV2runtime, and have some _ser dependencies of their own due to libraries like engineproxy. Furthermore, by not using some of those classes, we could revert to not building libraries like mdserverrpc, mdserverproxy, launcherrpc, launcherproxy, when we're doing engine-only builds. As things stand on the trunk, engine-only builds are broken because the simv2 runtimes can't be linked with viewercore, which is not built.
Comments:
This needs to be fixed to test simv2 in parallel some more and to test it with static builds. I'm working on this right now. I moved a few things from viewercore into libviewer and changed the build to produce viewercore_ser, viewercore_par libraries with appropriate dependencies. This prevents _ser libraries from linking into the SimV2 parallel runtime library. For static builds, the SimV2 reader is built into the SimV2 runtime library. I turned off the build of some rpc and proxy libraries for engine or server only builds.
| 1.0 | viewercore introduces _ser library dependencies into simV2runtime_par. - The viewercore library contains the core parts of the viewer and it is used to add viewer functionality to libsim. Since viewercore relies on some AVT stuff and was destined for the viewer, it ends up linking with some _ser avt libraries. When viewercore is linked into the parallel simV2runtime_par library, it brings along its _ser dependencies, even though we really want only the _par versions of the avt libraries. The best thing might be to build the viewercore sources directly into the simV2runtime libraries instead of linking with viewercore. This would permit us to use the _ser and _par libraries that we want explicitly. We could also omit files like ViewerFileServer and ViewerEngineManager, which are not needed by the simV2runtime, and have some _ser dependencies of their own due to libraries like engineproxy. Furthermore, by not using some of those classes, we could revert to not building libraries like mdserverrpc, mdserverproxy, launcherrpc, launcherproxy, when we're doing engine-only builds. As things stand on the trunk, engine-only builds are broken because the simv2 runtimes can't be linked with viewercore, which is not built.
-----------------------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: 2017
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: High
Subject: viewercore introduces _ser library dependencies into simV2runtime_par.
Assigned to: Brad Whitlock
Category: -
Target version: 2.11.0
Author: Brad Whitlock
Start: 10/09/2014
Due date:
% Done: 100%
Estimated time:
Created: 10/09/2014 03:40 pm
Updated: 06/28/2016 03:37 pm
Likelihood: 3 - Occasional
Severity: 3 - Major Irritation
Found in version: 2.7.3
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
The viewercore library contains the core parts of the viewer and it is used to add viewer functionality to libsim. Since viewercore relies on some AVT stuff and was destined for the viewer, it ends up linking with some _ser avt libraries. When viewercore is linked into the parallel simV2runtime_par library, it brings along its _ser dependencies, even though we really want only the _par versions of the avt libraries. The best thing might be to build the viewercore sources directly into the simV2runtime libraries instead of linking with viewercore. This would permit us to use the _ser and _par libraries that we want explicitly. We could also omit files like ViewerFileServer and ViewerEngineManager, which are not needed by the simV2runtime, and have some _ser dependencies of their own due to libraries like engineproxy. Furthermore, by not using some of those classes, we could revert to not building libraries like mdserverrpc, mdserverproxy, launcherrpc, launcherproxy, when we're doing engine-only builds. As things stand on the trunk, engine-only builds are broken because the simv2 runtimes can't be linked with viewercore, which is not built.
Comments:
This needs to be fixed to test simv2 in parallel some more and to test it with static builds. I'm working on this right now. I moved a few things from viewercore into libviewer and changed the build to produce viewercore_ser, viewercore_par libraries with appropriate dependencies. This prevents _ser libraries from linking into the SimV2 parallel runtime library. For static builds, the SimV2 reader is built into the SimV2 runtime library. I turned off the build of some rpc and proxy libraries for engine or server only builds.
| priority | viewercore introduces ser library dependencies into par the viewercore library contains the core parts of the viewer and it is used to add viewer functionality to libsim since viewercore relies on some avt stuff and was destined for the viewer it ends up linking with some ser avt libraries when viewercore is linked into the parallel par library it brings along its ser dependencies even though we really want only the par versions of the avt libraries the best thing might be to build the viewercore sources directly into the libraries instead of linking with viewercore this would permit us to use the ser and par libraries that we want explicitly we could also omit files like viewerfileserver and viewerenginemanager which are not needed by the and have some ser dependencies of their own due to libraries like engineproxy furthermore by not using some of those classes we could revert to not building libraries like mdserverrpc mdserverproxy launcherrpc launcherproxy when we re doing engine only builds as things stand on the trunk engine only builds are broken because the runtimes can t be linked with viewercore which is not built 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 resolved project visit tracker bug priority high subject viewercore introduces ser library dependencies into par assigned to brad whitlock category target version author brad whitlock start due date done estimated time created pm updated pm likelihood occasional severity major irritation found in version impact expected use os all support group any description the viewercore library contains the core parts of the viewer and it is used to add viewer functionality to libsim since viewercore relies on some avt stuff and was destined for the viewer it ends up linking with some ser avt libraries when viewercore is linked into the parallel par library it brings along its ser dependencies even though we really want only the par versions of the avt libraries the best thing might be to build the viewercore sources directly into the libraries instead of linking with viewercore this would permit us to use the ser and par libraries that we want explicitly we could also omit files like viewerfileserver and viewerenginemanager which are not needed by the and have some ser dependencies of their own due to libraries like engineproxy furthermore by not using some of those classes we could revert to not building libraries like mdserverrpc mdserverproxy launcherrpc launcherproxy when we re doing engine only builds as things stand on the trunk engine only builds are broken because the runtimes can t be linked with viewercore which is not built comments this needs to be fixed to test in parallel some more and to test it with static builds i m working on this right now i moved a few things from viewercore into libviewer and changed the build to produce viewercore ser viewercore par libraries with appropriate dependencies this prevents ser libraries from linking into the parallel runtime library for static builds the reader is built into the runtime library i turned off the build of some rpc and proxy libraries for engine or server only builds | 1 |
193,458 | 6,885,114,881 | IssuesEvent | 2017-11-21 15:11:55 | qhacks/hacker-dashboard | https://api.github.com/repos/qhacks/hacker-dashboard | closed | Update font to be Encode Sans | priority: required (medium) | **Problem**
Current the font family is not Encode, this should be set and used throughout the app
**Requirements**
- [ ] Install Encode Sans
| 1.0 | Update font to be Encode Sans - **Problem**
Current the font family is not Encode, this should be set and used throughout the app
**Requirements**
- [ ] Install Encode Sans
| priority | update font to be encode sans problem current the font family is not encode this should be set and used throughout the app requirements install encode sans | 1 |
315,062 | 9,606,237,929 | IssuesEvent | 2019-05-11 08:29:40 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | opened | [0.8.2.0 staging-6] Not all Tutorials appear after tutorial restart. | Medium Priority Regression Staging | Step to reproduce:
- start new world.
- skip all tutorials.
- restart tutorial.
- start to do all tutorials.
- Digging and Mining tutorials don't appear. | 1.0 | [0.8.2.0 staging-6] Not all Tutorials appear after tutorial restart. - Step to reproduce:
- start new world.
- skip all tutorials.
- restart tutorial.
- start to do all tutorials.
- Digging and Mining tutorials don't appear. | priority | not all tutorials appear after tutorial restart step to reproduce start new world skip all tutorials restart tutorial start to do all tutorials digging and mining tutorials don t appear | 1 |
249,988 | 7,966,219,553 | IssuesEvent | 2018-07-14 19:05:41 | tootsuite/mastodon | https://api.github.com/repos/tootsuite/mastodon | closed | Content of “Getting started” | enhancement priority - medium ui | “Getting started” was seemingly originally intended as a content screen with some tips to start using Mastodon. Its contents used to read as follow:
> You can follow people if you know their username and the domain they are on by entering an e-mail-esque address into the search form.
> If the target user is on the same domain as you, just the username will work. The same rule applies to mentioning people in statuses.
After #262 (and possibly other related threads), the screen gained a new purpose, being a navigation menu as well.
By the way, the current copy reads:
> Mastodon is open source software. You can contribute or report issues on GitHub at [tootsuite/mastodon]. [Various apps are available].
Issue #1856 has for purpose to fix the navigation logic, possibly by freeing “Getting started” from its hybrid nature, by having it being a content screen only and implementing the menu as an independent element. See also #1850 about the name of “Getting started”, which can be influenced by what will be discussed here.
This thread is therefore about the textual content of “Getting started” (not about its role or not as a menu), what should it say, link to, etc. I’ll now write a separate message with first ideas and considerations :) | 1.0 | Content of “Getting started” - “Getting started” was seemingly originally intended as a content screen with some tips to start using Mastodon. Its contents used to read as follow:
> You can follow people if you know their username and the domain they are on by entering an e-mail-esque address into the search form.
> If the target user is on the same domain as you, just the username will work. The same rule applies to mentioning people in statuses.
After #262 (and possibly other related threads), the screen gained a new purpose, being a navigation menu as well.
By the way, the current copy reads:
> Mastodon is open source software. You can contribute or report issues on GitHub at [tootsuite/mastodon]. [Various apps are available].
Issue #1856 has for purpose to fix the navigation logic, possibly by freeing “Getting started” from its hybrid nature, by having it being a content screen only and implementing the menu as an independent element. See also #1850 about the name of “Getting started”, which can be influenced by what will be discussed here.
This thread is therefore about the textual content of “Getting started” (not about its role or not as a menu), what should it say, link to, etc. I’ll now write a separate message with first ideas and considerations :) | priority | content of “getting started” “getting started” was seemingly originally intended as a content screen with some tips to start using mastodon its contents used to read as follow you can follow people if you know their username and the domain they are on by entering an e mail esque address into the search form if the target user is on the same domain as you just the username will work the same rule applies to mentioning people in statuses after and possibly other related threads the screen gained a new purpose being a navigation menu as well by the way the current copy reads mastodon is open source software you can contribute or report issues on github at issue has for purpose to fix the navigation logic possibly by freeing “getting started” from its hybrid nature by having it being a content screen only and implementing the menu as an independent element see also about the name of “getting started” which can be influenced by what will be discussed here this thread is therefore about the textual content of “getting started” not about its role or not as a menu what should it say link to etc i’ll now write a separate message with first ideas and considerations | 1 |
47,045 | 2,971,671,925 | IssuesEvent | 2015-07-14 08:43:07 | clementine-player/Clementine | https://api.github.com/repos/clementine-player/Clementine | closed | the forward and backward keys support | enhancement imported Priority-Medium | _From [kmusoy](https://code.google.com/u/104377330607044402928/) on December 18, 2010 06:52:34_
Please describe the feature you're requesting in as much detail as possible. my mouse has two keys to go backward and forward. but clementine don't support them.
_Original issue: http://code.google.com/p/clementine-player/issues/detail?id=1129_ | 1.0 | the forward and backward keys support - _From [kmusoy](https://code.google.com/u/104377330607044402928/) on December 18, 2010 06:52:34_
Please describe the feature you're requesting in as much detail as possible. my mouse has two keys to go backward and forward. but clementine don't support them.
_Original issue: http://code.google.com/p/clementine-player/issues/detail?id=1129_ | priority | the forward and backward keys support from on december please describe the feature you re requesting in as much detail as possible my mouse has two keys to go backward and forward but clementine don t support them original issue | 1 |
411,027 | 12,013,410,856 | IssuesEvent | 2020-04-10 08:47:52 | AY1920S2-CS2103-W15-2/main | https://api.github.com/repos/AY1920S2-CS2103-W15-2/main | closed | Implement more reactive GUI components | priority.Medium type.Enhancement | Currently, many tasks, such as viewing the list of attributes/metrics/questions/interviewees are only achievable via commands on the command line interface. As these features are very frequently used, it would be very convenient to implement the above lists as tabs, similar to a web browser, so that the user can navigate between them easily. | 1.0 | Implement more reactive GUI components - Currently, many tasks, such as viewing the list of attributes/metrics/questions/interviewees are only achievable via commands on the command line interface. As these features are very frequently used, it would be very convenient to implement the above lists as tabs, similar to a web browser, so that the user can navigate between them easily. | priority | implement more reactive gui components currently many tasks such as viewing the list of attributes metrics questions interviewees are only achievable via commands on the command line interface as these features are very frequently used it would be very convenient to implement the above lists as tabs similar to a web browser so that the user can navigate between them easily | 1 |
714,764 | 24,574,081,439 | IssuesEvent | 2022-10-13 10:55:01 | joomlahenk/fabrik | https://api.github.com/repos/joomlahenk/fabrik | closed | autofill form plugin: Confirmation alert keeps popping-up | Medium Priority | Doesn't save 'Autofill confirmation' setting.
Confirmation altert is showing up twice. | 1.0 | autofill form plugin: Confirmation alert keeps popping-up - Doesn't save 'Autofill confirmation' setting.
Confirmation altert is showing up twice. | priority | autofill form plugin confirmation alert keeps popping up doesn t save autofill confirmation setting confirmation altert is showing up twice | 1 |
753,281 | 26,343,129,097 | IssuesEvent | 2023-01-10 19:27:35 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [DocDB] Excessive re-allocations through SubDocument::AllocateChild | kind/enhancement area/docdb priority/medium | Jira Link: [DB-4568](https://yugabyte.atlassian.net/browse/DB-4568)
### Description
Based on perf analysis with benchbase and ScanG7 workload it turned out we are spending ~25% of CPU inside `SubDocument::AllocateChild` and we clear `SubDocument DocRowwiseIterator::row_` and do reallocation on every row.
| 1.0 | [DocDB] Excessive re-allocations through SubDocument::AllocateChild - Jira Link: [DB-4568](https://yugabyte.atlassian.net/browse/DB-4568)
### Description
Based on perf analysis with benchbase and ScanG7 workload it turned out we are spending ~25% of CPU inside `SubDocument::AllocateChild` and we clear `SubDocument DocRowwiseIterator::row_` and do reallocation on every row.
| priority | excessive re allocations through subdocument allocatechild jira link description based on perf analysis with benchbase and workload it turned out we are spending of cpu inside subdocument allocatechild and we clear subdocument docrowwiseiterator row and do reallocation on every row | 1 |
384,821 | 11,404,301,075 | IssuesEvent | 2020-01-31 09:30:23 | onaio/reveal-frontend | https://api.github.com/repos/onaio/reveal-frontend | closed | Add support for internationalization | Priority: Medium enhancement | This web app needs to be translatable to other languages. | 1.0 | Add support for internationalization - This web app needs to be translatable to other languages. | priority | add support for internationalization this web app needs to be translatable to other languages | 1 |
703,076 | 24,146,052,441 | IssuesEvent | 2022-09-21 18:51:09 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [YSQL] Avoid separate RPC to read latest catalog version while cache refresh | kind/enhancement area/ysql priority/medium | Jira Link: [DB-3322](https://yugabyte.atlassian.net/browse/DB-3322)
### Description
Latest catalog version can be prefetched with PgSysTablePrefetcher instead just like all other tables. This will allow to save up 1 RPC call. | 1.0 | [YSQL] Avoid separate RPC to read latest catalog version while cache refresh - Jira Link: [DB-3322](https://yugabyte.atlassian.net/browse/DB-3322)
### Description
Latest catalog version can be prefetched with PgSysTablePrefetcher instead just like all other tables. This will allow to save up 1 RPC call. | priority | avoid separate rpc to read latest catalog version while cache refresh jira link description latest catalog version can be prefetched with pgsystableprefetcher instead just like all other tables this will allow to save up rpc call | 1 |
134,797 | 5,234,397,584 | IssuesEvent | 2017-01-30 15:34:33 | PowerPointLabs/PowerPointLabs | https://api.github.com/repos/PowerPointLabs/PowerPointLabs | closed | Write Test for Rotate or Duplicate and Rotate function | Feature.PositionLab Priority.Medium | I have meet the problems of simulation a button clicking in the WPF Pane. Therefore, I still cannot complete the unit test of them.
| 1.0 | Write Test for Rotate or Duplicate and Rotate function - I have meet the problems of simulation a button clicking in the WPF Pane. Therefore, I still cannot complete the unit test of them.
| priority | write test for rotate or duplicate and rotate function i have meet the problems of simulation a button clicking in the wpf pane therefore i still cannot complete the unit test of them | 1 |
544,972 | 15,933,003,470 | IssuesEvent | 2021-04-14 06:49:05 | red-hat-storage/ocs-ci | https://api.github.com/repos/red-hat-storage/ocs-ci | closed | Registry test modifies the user, which leads to other user permissions to readonly mode | Medium Priority bug | Registry [test case](https://github.com/red-hat-storage/ocs-ci/blob/master/tests/e2e/registry/test_registry_image_push_pull.py) execution creates user and adds roles to the user, during this operation other users permissions becomes read_only and they are not able to perform any write operation.
Observed this problem in cluster while executing [PR](https://github.com/red-hat-storage/ocs-ci/pull/1508) after above mentioned registry testcase. | 1.0 | Registry test modifies the user, which leads to other user permissions to readonly mode - Registry [test case](https://github.com/red-hat-storage/ocs-ci/blob/master/tests/e2e/registry/test_registry_image_push_pull.py) execution creates user and adds roles to the user, during this operation other users permissions becomes read_only and they are not able to perform any write operation.
Observed this problem in cluster while executing [PR](https://github.com/red-hat-storage/ocs-ci/pull/1508) after above mentioned registry testcase. | priority | registry test modifies the user which leads to other user permissions to readonly mode registry execution creates user and adds roles to the user during this operation other users permissions becomes read only and they are not able to perform any write operation observed this problem in cluster while executing after above mentioned registry testcase | 1 |
719,103 | 24,746,506,520 | IssuesEvent | 2022-10-21 10:08:13 | shedskin/shedskin | https://api.github.com/repos/shedskin/shedskin | closed | C++17x | auto-migrated Priority-Medium Type-Enhancement featurerequest | **Issue by [email protected]**
_3 Sep 2011 at 7:30 GMT_
_Originally opened on Google Code_
---
```
I propose start using C++0x standard. It has a lot of new mechanism which make
easier translate python to C++. For example: tuples, auto type, new for loop.
```
| 1.0 | C++17x - **Issue by [email protected]**
_3 Sep 2011 at 7:30 GMT_
_Originally opened on Google Code_
---
```
I propose start using C++0x standard. It has a lot of new mechanism which make
easier translate python to C++. For example: tuples, auto type, new for loop.
```
| priority | c issue by gmail com sep at gmt originally opened on google code i propose start using c standard it has a lot of new mechanism which make easier translate python to c for example tuples auto type new for loop | 1 |
55,380 | 3,073,059,617 | IssuesEvent | 2015-08-19 20:01:23 | RobotiumTech/robotium | https://api.github.com/repos/RobotiumTech/robotium | closed | Solo.getCurrentViews | bug imported Priority-Medium | _From [[email protected]](https://code.google.com/u/101343934896050059712/) on September 13, 2012 06:46:21_
What steps will reproduce the problem? 1. It happens from time to time What is the expected output? What do you see instead? expected output: get current views.
actual: Exception What version of the product are you using? On what operating system? 3.4.1.
Android 2.3.3
02:08:45: Result code = Success Result parameters = VERSION.CODENAME = REL
VERSION.RELEASE = 2.3.3
VERSION.INCREMENTAL = JHKG2
VERSION.SDK_INT = 10
BOARD = GT-I9100
BOOTLOADER = unknown
BRAND = samsung
CPU_ABI = armeabi-v7a
CPU_ABI2 = armeabi
DEVICE = GT-I9100
DISPLAY = GINGERBREAD.JHKG2
FINGERPRINT = samsung/GT-I9100/GT-I9100:2.3.3/GINGERBREAD/JHKG2:user/release-keys
HARDWARE = smdkc210
HOST = DELL84
ID = GINGERBREAD
MANUFACTURER = samsung
MODEL = GT-I9100
PRODUCT = GT-I9100
SERIAL = unknown
TAGS = release-keys
TIME = 1310364911000
TYPE = user
USER = root Please provide any additional information below. java.lang.NullPointerException: null: com.jayway.android.robotium.solo.ViewFetcher.getNonDecorViews(ViewFetcher.java:169)
com.jayway.android.robotium.solo.ViewFetcher.getAllViews(ViewFetcher.java:85)
com.jayway.android.robotium.solo.ViewFetcher.getViews(ViewFetcher.java:194)
com.jayway.android.robotium.solo.Solo.getCurrentViews(Solo.java:1534)
I have ddms log of this exact moment. I can't find anything related to solo there.
_Original issue: http://code.google.com/p/robotium/issues/detail?id=327_ | 1.0 | Solo.getCurrentViews - _From [[email protected]](https://code.google.com/u/101343934896050059712/) on September 13, 2012 06:46:21_
What steps will reproduce the problem? 1. It happens from time to time What is the expected output? What do you see instead? expected output: get current views.
actual: Exception What version of the product are you using? On what operating system? 3.4.1.
Android 2.3.3
02:08:45: Result code = Success Result parameters = VERSION.CODENAME = REL
VERSION.RELEASE = 2.3.3
VERSION.INCREMENTAL = JHKG2
VERSION.SDK_INT = 10
BOARD = GT-I9100
BOOTLOADER = unknown
BRAND = samsung
CPU_ABI = armeabi-v7a
CPU_ABI2 = armeabi
DEVICE = GT-I9100
DISPLAY = GINGERBREAD.JHKG2
FINGERPRINT = samsung/GT-I9100/GT-I9100:2.3.3/GINGERBREAD/JHKG2:user/release-keys
HARDWARE = smdkc210
HOST = DELL84
ID = GINGERBREAD
MANUFACTURER = samsung
MODEL = GT-I9100
PRODUCT = GT-I9100
SERIAL = unknown
TAGS = release-keys
TIME = 1310364911000
TYPE = user
USER = root Please provide any additional information below. java.lang.NullPointerException: null: com.jayway.android.robotium.solo.ViewFetcher.getNonDecorViews(ViewFetcher.java:169)
com.jayway.android.robotium.solo.ViewFetcher.getAllViews(ViewFetcher.java:85)
com.jayway.android.robotium.solo.ViewFetcher.getViews(ViewFetcher.java:194)
com.jayway.android.robotium.solo.Solo.getCurrentViews(Solo.java:1534)
I have ddms log of this exact moment. I can't find anything related to solo there.
_Original issue: http://code.google.com/p/robotium/issues/detail?id=327_ | priority | solo getcurrentviews from on september what steps will reproduce the problem it happens from time to time what is the expected output what do you see instead expected output get current views actual exception what version of the product are you using on what operating system android result code success result parameters version codename rel version release version incremental version sdk int board gt bootloader unknown brand samsung cpu abi armeabi cpu armeabi device gt display gingerbread fingerprint samsung gt gt gingerbread user release keys hardware host id gingerbread manufacturer samsung model gt product gt serial unknown tags release keys time type user user root please provide any additional information below java lang nullpointerexception null com jayway android robotium solo viewfetcher getnondecorviews viewfetcher java com jayway android robotium solo viewfetcher getallviews viewfetcher java com jayway android robotium solo viewfetcher getviews viewfetcher java com jayway android robotium solo solo getcurrentviews solo java i have ddms log of this exact moment i can t find anything related to solo there original issue | 1 |
95,307 | 3,941,910,006 | IssuesEvent | 2016-04-27 09:44:30 | BugBusterSWE/documentation | https://api.github.com/repos/BugBusterSWE/documentation | closed | Aggiungere norme progettazione | Administrator priority:medium | *Documento in cui si trova il problema*:
Activity #285
Norme di Progetto
*Descrizione del problema*:
Inserire norme per la progettazione
Link task: [https://bugbusters.teamwork.com/tasks/6456675](https://bugbusters.teamwork.com/tasks/6456675) | 1.0 | Aggiungere norme progettazione - *Documento in cui si trova il problema*:
Activity #285
Norme di Progetto
*Descrizione del problema*:
Inserire norme per la progettazione
Link task: [https://bugbusters.teamwork.com/tasks/6456675](https://bugbusters.teamwork.com/tasks/6456675) | priority | aggiungere norme progettazione documento in cui si trova il problema activity norme di progetto descrizione del problema inserire norme per la progettazione link task | 1 |
604,652 | 18,716,085,676 | IssuesEvent | 2021-11-03 05:04:04 | AY2122S1-CS2103T-W11-3/tp | https://api.github.com/repos/AY2122S1-CS2103T-W11-3/tp | closed | Add tags for tasks | priority.Medium type.Story.Task type.Story | As a forgetful User, I can add optional tags to tasks, so that I can organize tasks by their types. | 1.0 | Add tags for tasks - As a forgetful User, I can add optional tags to tasks, so that I can organize tasks by their types. | priority | add tags for tasks as a forgetful user i can add optional tags to tasks so that i can organize tasks by their types | 1 |
818,049 | 30,668,760,831 | IssuesEvent | 2023-07-25 20:28:19 | SatelCreative/spylib | https://api.github.com/repos/SatelCreative/spylib | closed | Solve breaking changes on httpx 0.23.1 and fastapi 0.87.0 | Priority: Medium Type: Dependencies | I have updated the `pyproject.toml` to not update the httpx and fastapi to the latest version because they both contain breaking changes. To be dealt with in another PR:
[httpx==0.23.1](https://github.com/encode/httpx/releases/tag/0.23.1), breaking change on url typing, likely to
[fastapi==0.87.0](https://github.com/tiangolo/fastapi/releases/tag/0.87.0), breaking change on testclient
Please refer to the 2 CI failures in the PR.
_Originally posted by @lishanl in https://github.com/SatelCreative/spylib/issues/175#issuecomment-1350212603_
| 1.0 | Solve breaking changes on httpx 0.23.1 and fastapi 0.87.0 - I have updated the `pyproject.toml` to not update the httpx and fastapi to the latest version because they both contain breaking changes. To be dealt with in another PR:
[httpx==0.23.1](https://github.com/encode/httpx/releases/tag/0.23.1), breaking change on url typing, likely to
[fastapi==0.87.0](https://github.com/tiangolo/fastapi/releases/tag/0.87.0), breaking change on testclient
Please refer to the 2 CI failures in the PR.
_Originally posted by @lishanl in https://github.com/SatelCreative/spylib/issues/175#issuecomment-1350212603_
| priority | solve breaking changes on httpx and fastapi i have updated the pyproject toml to not update the httpx and fastapi to the latest version because they both contain breaking changes to be dealt with in another pr breaking change on url typing likely to breaking change on testclient please refer to the ci failures in the pr originally posted by lishanl in | 1 |
783,877 | 27,549,888,865 | IssuesEvent | 2023-03-07 14:18:48 | unfoldingWord/gateway-edit | https://api.github.com/repos/unfoldingWord/gateway-edit | closed | Make the feedback form a draggable modal so the user can view their work environment when reporting feedback | Priority/Medium enhancement QA/Passed | Issue:
---
Currently, the feedback form is a fixed page. It should be a draggable feedback form.
DoD:
---
The feedback form is moveable.
Details:
---
v0.9.0 build 87451c8
The the user's project cannot be seen when submitting feedback. In many cases the feedback will be related to what is in their workspace so it would be easier for them to provide accurate feedback if they could see it when filling out the form. | 1.0 | Make the feedback form a draggable modal so the user can view their work environment when reporting feedback - Issue:
---
Currently, the feedback form is a fixed page. It should be a draggable feedback form.
DoD:
---
The feedback form is moveable.
Details:
---
v0.9.0 build 87451c8
The the user's project cannot be seen when submitting feedback. In many cases the feedback will be related to what is in their workspace so it would be easier for them to provide accurate feedback if they could see it when filling out the form. | priority | make the feedback form a draggable modal so the user can view their work environment when reporting feedback issue currently the feedback form is a fixed page it should be a draggable feedback form dod the feedback form is moveable details build the the user s project cannot be seen when submitting feedback in many cases the feedback will be related to what is in their workspace so it would be easier for them to provide accurate feedback if they could see it when filling out the form | 1 |
466,505 | 13,425,584,728 | IssuesEvent | 2020-09-06 10:51:32 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.0 develop-15] Civics: capitol's overlapping cases | Category: UI Priority: Medium Status: Reopen | Need some adjustments here and there
1) Article
![unknown (25)](https://user-images.githubusercontent.com/27898520/89020644-b2d2a500-d338-11ea-9bfe-218de362ec31.png)
2) Removed Article
This one looks ugly, actually.
![bandicam 2020-07-31 14-25-04-130](https://user-images.githubusercontent.com/27898520/89021279-b286d980-d339-11ea-99e9-256f064c5483.jpg)
| 1.0 | [0.9.0 develop-15] Civics: capitol's overlapping cases - Need some adjustments here and there
1) Article
![unknown (25)](https://user-images.githubusercontent.com/27898520/89020644-b2d2a500-d338-11ea-9bfe-218de362ec31.png)
2) Removed Article
This one looks ugly, actually.
![bandicam 2020-07-31 14-25-04-130](https://user-images.githubusercontent.com/27898520/89021279-b286d980-d339-11ea-99e9-256f064c5483.jpg)
| priority | civics capitol s overlapping cases need some adjustments here and there article removed article this one looks ugly actually | 1 |
829,044 | 31,852,062,401 | IssuesEvent | 2023-09-15 03:05:48 | NIAEFEUP/tts-be | https://api.github.com/repos/NIAEFEUP/tts-be | closed | Setup SQLite for Analysis tool | medium effort medium priority | Setup and dockerize an SQLite database so it can be used in the future to cache the backend statistics. | 1.0 | Setup SQLite for Analysis tool - Setup and dockerize an SQLite database so it can be used in the future to cache the backend statistics. | priority | setup sqlite for analysis tool setup and dockerize an sqlite database so it can be used in the future to cache the backend statistics | 1 |
830,971 | 32,032,999,754 | IssuesEvent | 2023-09-22 13:34:06 | ApplETS/Notre-Dame | https://api.github.com/repos/ApplETS/Notre-Dame | closed | Reorderable links in Quicklinks | enhancement feature: ÉTS priority: medium ready to develop | **Is your feature request related to a problem? Please describe.**
It would be nice to have a reorderable quicklinks page so all links can be reorder, remove or added. For this to work, we would need to maintain 1 list of all links (never changes) and one list of currently displayed links (part of the complete list). An index of each link must be saved to be able to track where the item is located.
We would also need to save theses infos in localstorage.
**Acceptance criteria**
- [ ] On page open, order the list based on the order saved;
- [ ] On long press of a quicklink, activate the reactivate feature and show small 'x' to delete a link;
- [ ] Add a way to create a link that is disappear (can't create 2 identical links too);
- [ ] On a press anywhere else without links, we should save once again the quicklinks with the order in localstorage;
- [ ] Make sure to have an initializer to insert default layout when none is found;
- [ ] Tests 🧪
**Describe alternatives you've considered**
N/A
**Additional context**
This package could be easily used 😄 https://pub.dev/packages/reorderable_grid_view
Also, it's to note that with the new horairÉTS link, this feature is more urgent now since we don't necessarily want to schedule genrator at the same time. | 1.0 | Reorderable links in Quicklinks - **Is your feature request related to a problem? Please describe.**
It would be nice to have a reorderable quicklinks page so all links can be reorder, remove or added. For this to work, we would need to maintain 1 list of all links (never changes) and one list of currently displayed links (part of the complete list). An index of each link must be saved to be able to track where the item is located.
We would also need to save theses infos in localstorage.
**Acceptance criteria**
- [ ] On page open, order the list based on the order saved;
- [ ] On long press of a quicklink, activate the reactivate feature and show small 'x' to delete a link;
- [ ] Add a way to create a link that is disappear (can't create 2 identical links too);
- [ ] On a press anywhere else without links, we should save once again the quicklinks with the order in localstorage;
- [ ] Make sure to have an initializer to insert default layout when none is found;
- [ ] Tests 🧪
**Describe alternatives you've considered**
N/A
**Additional context**
This package could be easily used 😄 https://pub.dev/packages/reorderable_grid_view
Also, it's to note that with the new horairÉTS link, this feature is more urgent now since we don't necessarily want to schedule genrator at the same time. | priority | reorderable links in quicklinks is your feature request related to a problem please describe it would be nice to have a reorderable quicklinks page so all links can be reorder remove or added for this to work we would need to maintain list of all links never changes and one list of currently displayed links part of the complete list an index of each link must be saved to be able to track where the item is located we would also need to save theses infos in localstorage acceptance criteria on page open order the list based on the order saved on long press of a quicklink activate the reactivate feature and show small x to delete a link add a way to create a link that is disappear can t create identical links too on a press anywhere else without links we should save once again the quicklinks with the order in localstorage make sure to have an initializer to insert default layout when none is found tests 🧪 describe alternatives you ve considered n a additional context this package could be easily used 😄 also it s to note that with the new horairéts link this feature is more urgent now since we don t necessarily want to schedule genrator at the same time | 1 |
788,694 | 27,761,898,603 | IssuesEvent | 2023-03-16 08:54:32 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [YCQL] Fix ycqlsh cli to accept python 3.10, 3.11 by doing version comparison using float instead of string | kind/bug priority/medium area/ycql status/awaiting-triage | Jira Link: [DB-5721](https://yugabyte.atlassian.net/browse/DB-5721)
### Description
If you ONLY have python 3.10+ in your system, ycqlsh will fail to start with `No appropriate Python interpreter found.`
The reason is that it does string comparison when checking the version here: https://github.com/yugabyte/cqlsh/commit/e2cd33308aa84209216c035a688a1687254a89e7#diff-96b12a309d32d014dc9bd7ff5ee1678b47d1f361338813b26ca31af0b580142fR66
So it doesn't detect that "3.10" is a newer version than "3.6".
User on slack hitting issue on macos with only 3.11 available: https://yugabyte-db.slack.com/archives/CG0KQF0GG/p1677756783154519
[DB-5721]: https://yugabyte.atlassian.net/browse/DB-5721?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | 1.0 | [YCQL] Fix ycqlsh cli to accept python 3.10, 3.11 by doing version comparison using float instead of string - Jira Link: [DB-5721](https://yugabyte.atlassian.net/browse/DB-5721)
### Description
If you ONLY have python 3.10+ in your system, ycqlsh will fail to start with `No appropriate Python interpreter found.`
The reason is that it does string comparison when checking the version here: https://github.com/yugabyte/cqlsh/commit/e2cd33308aa84209216c035a688a1687254a89e7#diff-96b12a309d32d014dc9bd7ff5ee1678b47d1f361338813b26ca31af0b580142fR66
So it doesn't detect that "3.10" is a newer version than "3.6".
User on slack hitting issue on macos with only 3.11 available: https://yugabyte-db.slack.com/archives/CG0KQF0GG/p1677756783154519
[DB-5721]: https://yugabyte.atlassian.net/browse/DB-5721?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | priority | fix ycqlsh cli to accept python by doing version comparison using float instead of string jira link description if you only have python in your system ycqlsh will fail to start with no appropriate python interpreter found the reason is that it does string comparison when checking the version here so it doesn t detect that is a newer version than user on slack hitting issue on macos with only available | 1 |
676,134 | 23,117,208,871 | IssuesEvent | 2022-07-27 17:51:42 | maurosoria/dirsearch | https://api.github.com/repos/maurosoria/dirsearch | closed | [Feature Request] Report files and directories found in crawled file | enhancement Priority: Medium | First of all, thank you for this wonderful tool which is the first that I use on CTF.
I would like to know if it possible to add the ability to dirsearch to parse crawled file to extract and report present path and use it for recursive searching.
To avoid massive report, Dirsearch should only report files of the targeted domain and in targeted root folder.
Thank you | 1.0 | [Feature Request] Report files and directories found in crawled file - First of all, thank you for this wonderful tool which is the first that I use on CTF.
I would like to know if it possible to add the ability to dirsearch to parse crawled file to extract and report present path and use it for recursive searching.
To avoid massive report, Dirsearch should only report files of the targeted domain and in targeted root folder.
Thank you | priority | report files and directories found in crawled file first of all thank you for this wonderful tool which is the first that i use on ctf i would like to know if it possible to add the ability to dirsearch to parse crawled file to extract and report present path and use it for recursive searching to avoid massive report dirsearch should only report files of the targeted domain and in targeted root folder thank you | 1 |