Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
855
labels
stringlengths
4
721
body
stringlengths
1
261k
index
stringclasses
13 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
240k
binary_label
int64
0
1
659,789
21,941,494,752
IssuesEvent
2022-05-23 18:36:40
iTrace-Dev/iTrace-Eclipse
https://api.github.com/repos/iTrace-Dev/iTrace-Eclipse
closed
Test if there are any errors thrown when opening text files while tracking
High Priority
Test to see for the current development branch: text files and project explorer are properly handled and no longer give errors/give improper values. This is related to Issue #58.
1.0
Test if there are any errors thrown when opening text files while tracking - Test to see for the current development branch: text files and project explorer are properly handled and no longer give errors/give improper values. This is related to Issue #58.
priority
test if there are any errors thrown when opening text files while tracking test to see for the current development branch text files and project explorer are properly handled and no longer give errors give improper values this is related to issue
1
30,287
2,723,402,122
IssuesEvent
2015-04-14 12:22:47
aik099/CodingStandard
https://api.github.com/repos/aik099/CodingStandard
opened
Create sniff for tag declaration validation
priority-high type-enhancement
For every tag method (method name starts with capital letter and 1st parameter is called `$params`, class name has `TagProcessor`) we need to: 1. validate, that method scope is `protected` (empty scope considered `public`) 2. validate, that `$params` parameter type hint is `array` 3. analyze method DocBlock (if present) to: * have `@return string` * the `$params` parameter declaration to be `@param array $params Tag params.`
1.0
Create sniff for tag declaration validation - For every tag method (method name starts with capital letter and 1st parameter is called `$params`, class name has `TagProcessor`) we need to: 1. validate, that method scope is `protected` (empty scope considered `public`) 2. validate, that `$params` parameter type hint is `array` 3. analyze method DocBlock (if present) to: * have `@return string` * the `$params` parameter declaration to be `@param array $params Tag params.`
priority
create sniff for tag declaration validation for every tag method method name starts with capital letter and parameter is called params class name has tagprocessor we need to validate that method scope is protected empty scope considered public validate that params parameter type hint is array analyze method docblock if present to have return string the params parameter declaration to be param array params tag params
1
761,296
26,675,449,276
IssuesEvent
2023-01-26 13:56:22
EnMAP-Box/enmap-box
https://api.github.com/repos/EnMAP-Box/enmap-box
closed
[GEE TSE] data stretch is not working in Composite Mode
bug priority: high
![image](https://user-images.githubusercontent.com/45030715/199465357-58e0ca5a-5f89-45a8-a97e-aafb82ae91b7.png) ``` An error has occurred while executing Python code: TypeError: missing a required argument: 'mapCanvas' Traceback (most recent call last): File "C:\Users\Andreas\AppData\Roaming\QGIS\QGIS3\profiles\EnMAP-Box Develop\python\plugins\enmapboxplugin\enmapbox\eo4qapps\geetimeseriesexplorerapp\geetimeseriesexplorerdockwidget.py", line 522, in onStretchAndUpdateLayerClicked self.calculateCumulativeCountCutStretch() File "C:\Users\Andreas\AppData\Roaming\QGIS\QGIS3\profiles\EnMAP-Box Develop\python\plugins\enmapboxplugin\enmapbox\eo4qapps\geetimeseriesexplorerapp\geetimeseriesexplorerdockwidget.py", line 893, in calculateCumulativeCountCutStretch self.calculateCumulativeCountCutStretchForWms() File "C:\Users\Andreas\AppData\Roaming\QGIS\QGIS3\profiles\EnMAP-Box Develop\python\plugins\enmapboxplugin\enmapbox\eo4qapps\geetimeseriesexplorerapp\geetimeseriesexplorerdockwidget.py", line 912, in calculateCumulativeCountCutStretchForWms eeCompositeProfile, eeCompositeRgb, visParams = self.eeComposite(limit) File "C:\Users/Andreas/AppData/Roaming/QGIS/QGIS3\profiles\EnMAP-Box Develop/python/plugins\enmapboxplugin\site-packages\typeguard\__init__.py", line 903, in wrapper retval = func(*args, **kwargs) File "C:\Users\Andreas\AppData\Roaming\QGIS\QGIS3\profiles\EnMAP-Box Develop\python\plugins\enmapboxplugin\enmapbox\eo4qapps\geetimeseriesexplorerapp\geetimeseriesexplorerdockwidget.py", line 1093, in eeComposite mapCanvasCrs = Utils.mapCanvasCrs() File "C:\Users/Andreas/AppData/Roaming/QGIS/QGIS3\profiles\EnMAP-Box Develop/python/plugins\enmapboxplugin\site-packages\typeguard\__init__.py", line 901, in wrapper memo = _CallMemo(python_func, _localns, args=args, kwargs=kwargs) File "C:\Users/Andreas/AppData/Roaming/QGIS/QGIS3\profiles\EnMAP-Box Develop/python/plugins\enmapboxplugin\site-packages\typeguard\__init__.py", line 110, in __init__ self.arguments = signature.bind(*args, **kwargs).arguments File "C:\QGIS\apps\Python39\lib\inspect.py", line 3062, in bind return self._bind(args, kwargs) File "C:\QGIS\apps\Python39\lib\inspect.py", line 2977, in _bind raise TypeError(msg) from None TypeError: missing a required argument: 'mapCanvas' ```
1.0
[GEE TSE] data stretch is not working in Composite Mode - ![image](https://user-images.githubusercontent.com/45030715/199465357-58e0ca5a-5f89-45a8-a97e-aafb82ae91b7.png) ``` An error has occurred while executing Python code: TypeError: missing a required argument: 'mapCanvas' Traceback (most recent call last): File "C:\Users\Andreas\AppData\Roaming\QGIS\QGIS3\profiles\EnMAP-Box Develop\python\plugins\enmapboxplugin\enmapbox\eo4qapps\geetimeseriesexplorerapp\geetimeseriesexplorerdockwidget.py", line 522, in onStretchAndUpdateLayerClicked self.calculateCumulativeCountCutStretch() File "C:\Users\Andreas\AppData\Roaming\QGIS\QGIS3\profiles\EnMAP-Box Develop\python\plugins\enmapboxplugin\enmapbox\eo4qapps\geetimeseriesexplorerapp\geetimeseriesexplorerdockwidget.py", line 893, in calculateCumulativeCountCutStretch self.calculateCumulativeCountCutStretchForWms() File "C:\Users\Andreas\AppData\Roaming\QGIS\QGIS3\profiles\EnMAP-Box Develop\python\plugins\enmapboxplugin\enmapbox\eo4qapps\geetimeseriesexplorerapp\geetimeseriesexplorerdockwidget.py", line 912, in calculateCumulativeCountCutStretchForWms eeCompositeProfile, eeCompositeRgb, visParams = self.eeComposite(limit) File "C:\Users/Andreas/AppData/Roaming/QGIS/QGIS3\profiles\EnMAP-Box Develop/python/plugins\enmapboxplugin\site-packages\typeguard\__init__.py", line 903, in wrapper retval = func(*args, **kwargs) File "C:\Users\Andreas\AppData\Roaming\QGIS\QGIS3\profiles\EnMAP-Box Develop\python\plugins\enmapboxplugin\enmapbox\eo4qapps\geetimeseriesexplorerapp\geetimeseriesexplorerdockwidget.py", line 1093, in eeComposite mapCanvasCrs = Utils.mapCanvasCrs() File "C:\Users/Andreas/AppData/Roaming/QGIS/QGIS3\profiles\EnMAP-Box Develop/python/plugins\enmapboxplugin\site-packages\typeguard\__init__.py", line 901, in wrapper memo = _CallMemo(python_func, _localns, args=args, kwargs=kwargs) File "C:\Users/Andreas/AppData/Roaming/QGIS/QGIS3\profiles\EnMAP-Box Develop/python/plugins\enmapboxplugin\site-packages\typeguard\__init__.py", line 110, in __init__ self.arguments = signature.bind(*args, **kwargs).arguments File "C:\QGIS\apps\Python39\lib\inspect.py", line 3062, in bind return self._bind(args, kwargs) File "C:\QGIS\apps\Python39\lib\inspect.py", line 2977, in _bind raise TypeError(msg) from None TypeError: missing a required argument: 'mapCanvas' ```
priority
data stretch is not working in composite mode an error has occurred while executing python code typeerror missing a required argument mapcanvas traceback most recent call last file c users andreas appdata roaming qgis profiles enmap box develop python plugins enmapboxplugin enmapbox geetimeseriesexplorerapp geetimeseriesexplorerdockwidget py line in onstretchandupdatelayerclicked self calculatecumulativecountcutstretch file c users andreas appdata roaming qgis profiles enmap box develop python plugins enmapboxplugin enmapbox geetimeseriesexplorerapp geetimeseriesexplorerdockwidget py line in calculatecumulativecountcutstretch self calculatecumulativecountcutstretchforwms file c users andreas appdata roaming qgis profiles enmap box develop python plugins enmapboxplugin enmapbox geetimeseriesexplorerapp geetimeseriesexplorerdockwidget py line in calculatecumulativecountcutstretchforwms eecompositeprofile eecompositergb visparams self eecomposite limit file c users andreas appdata roaming qgis profiles enmap box develop python plugins enmapboxplugin site packages typeguard init py line in wrapper retval func args kwargs file c users andreas appdata roaming qgis profiles enmap box develop python plugins enmapboxplugin enmapbox geetimeseriesexplorerapp geetimeseriesexplorerdockwidget py line in eecomposite mapcanvascrs utils mapcanvascrs file c users andreas appdata roaming qgis profiles enmap box develop python plugins enmapboxplugin site packages typeguard init py line in wrapper memo callmemo python func localns args args kwargs kwargs file c users andreas appdata roaming qgis profiles enmap box develop python plugins enmapboxplugin site packages typeguard init py line in init self arguments signature bind args kwargs arguments file c qgis apps lib inspect py line in bind return self bind args kwargs file c qgis apps lib inspect py line in bind raise typeerror msg from none typeerror missing a required argument mapcanvas
1
140,832
5,424,782,259
IssuesEvent
2017-03-03 02:39:29
mmisw/orr-portal
https://api.github.com/repos/mmisw/orr-portal
closed
user page is wrong
bug Priority-High
This is a regression. Visiting `#/user/<username>` displays info of signed in user and not of `<username>` !
1.0
user page is wrong - This is a regression. Visiting `#/user/<username>` displays info of signed in user and not of `<username>` !
priority
user page is wrong this is a regression visiting user displays info of signed in user and not of
1
426,802
12,379,555,051
IssuesEvent
2020-05-19 12:41:53
zowe/api-layer
https://api.github.com/repos/zowe/api-layer
closed
Missing Swagger for /logout
20PI2 Priority: High enhancement in progress squad
**Is your feature request related to a problem? Please describe.** It seems like the /api/v1/gateway/auth/logout endpoint is available on our system, but there is no swagger documentation. **Describe the solution you'd like** I would like the documentation. **Describe alternatives you've considered** idk **Additional context** Add any other context or screenshots about the feature request here. ![image](https://user-images.githubusercontent.com/14940561/81094775-01a3a680-8ed2-11ea-81c4-19f5215d9e50.png) Thank you!
1.0
Missing Swagger for /logout - **Is your feature request related to a problem? Please describe.** It seems like the /api/v1/gateway/auth/logout endpoint is available on our system, but there is no swagger documentation. **Describe the solution you'd like** I would like the documentation. **Describe alternatives you've considered** idk **Additional context** Add any other context or screenshots about the feature request here. ![image](https://user-images.githubusercontent.com/14940561/81094775-01a3a680-8ed2-11ea-81c4-19f5215d9e50.png) Thank you!
priority
missing swagger for logout is your feature request related to a problem please describe it seems like the api gateway auth logout endpoint is available on our system but there is no swagger documentation describe the solution you d like i would like the documentation describe alternatives you ve considered idk additional context add any other context or screenshots about the feature request here thank you
1
635,908
20,513,586,591
IssuesEvent
2022-03-01 09:28:02
wellcomecollection/wellcomecollection.org
https://api.github.com/repos/wellcomecollection/wellcomecollection.org
closed
Removal of ticketing on requesting
epic: requesting priority: high needs: ux needs: dev
# What is it and who's it for? As we remove the ability to book a ticket for the building, we also need to remove this functionality from the new requesting flows # Implementation Remove reference to booking a ticket from within the requesting flows (remove text and CTA) <img width="867" alt="image" src="https://user-images.githubusercontent.com/91600241/155955966-eefff6af-7f4d-4d9f-b448-fea7de3910b3.png"> @DominiqueMarshall - do you have a visual for how this confirmation screen should look without the reference to ticketing?
1.0
Removal of ticketing on requesting - # What is it and who's it for? As we remove the ability to book a ticket for the building, we also need to remove this functionality from the new requesting flows # Implementation Remove reference to booking a ticket from within the requesting flows (remove text and CTA) <img width="867" alt="image" src="https://user-images.githubusercontent.com/91600241/155955966-eefff6af-7f4d-4d9f-b448-fea7de3910b3.png"> @DominiqueMarshall - do you have a visual for how this confirmation screen should look without the reference to ticketing?
priority
removal of ticketing on requesting what is it and who s it for as we remove the ability to book a ticket for the building we also need to remove this functionality from the new requesting flows implementation remove reference to booking a ticket from within the requesting flows remove text and cta img width alt image src dominiquemarshall do you have a visual for how this confirmation screen should look without the reference to ticketing
1
743,676
25,910,025,161
IssuesEvent
2022-12-15 13:17:36
Rehachoudhary0/hotel_testing
https://api.github.com/repos/Rehachoudhary0/hotel_testing
closed
🐛 Bug Report: Admin and particular hotel in back office shows booking for whole dates .
bug dashboard High priority
### 👟 Reproduction steps in details of booking shows only one date of booking 29 number for all dates of hotel .. ![WhatsApp Image 2022-12-09 at 11 30 45 AM](https://user-images.githubusercontent.com/85510636/206657579-6b7cc84f-6612-43fb-9e4f-ef40fcfbe025.jpeg) <img width="1440" alt="Screen Shot 2022-12-09 at 1 51 45 PM" src="https://user-images.githubusercontent.com/85510636/206657639-6632f3b5-dc19-49f3-a360-789a15eb5435.png"> ### 👍 Expected behavior when user books hotel just then will show only booking. ### 👎 Actual Behavior . ### ☎️ Log-in number 7976436565 :-Orio peace ### 📲 User Type Admin ### 🎲 App version Version 22.12.08+02 ### 💻 Operating system Android ### 👀 Have you spent some time to check if this issue has been raised before? - [X] I checked and didn't find similar issue ### 🏢 Have you read the Code of Conduct? - [X] I have read the [Code of Conduct](https://github.com/Rehachoudhary0/hotel_testing/blob/HEAD/CODE_OF_CONDUCT.md)
1.0
🐛 Bug Report: Admin and particular hotel in back office shows booking for whole dates . - ### 👟 Reproduction steps in details of booking shows only one date of booking 29 number for all dates of hotel .. ![WhatsApp Image 2022-12-09 at 11 30 45 AM](https://user-images.githubusercontent.com/85510636/206657579-6b7cc84f-6612-43fb-9e4f-ef40fcfbe025.jpeg) <img width="1440" alt="Screen Shot 2022-12-09 at 1 51 45 PM" src="https://user-images.githubusercontent.com/85510636/206657639-6632f3b5-dc19-49f3-a360-789a15eb5435.png"> ### 👍 Expected behavior when user books hotel just then will show only booking. ### 👎 Actual Behavior . ### ☎️ Log-in number 7976436565 :-Orio peace ### 📲 User Type Admin ### 🎲 App version Version 22.12.08+02 ### 💻 Operating system Android ### 👀 Have you spent some time to check if this issue has been raised before? - [X] I checked and didn't find similar issue ### 🏢 Have you read the Code of Conduct? - [X] I have read the [Code of Conduct](https://github.com/Rehachoudhary0/hotel_testing/blob/HEAD/CODE_OF_CONDUCT.md)
priority
🐛 bug report admin and particular hotel in back office shows booking for whole dates 👟 reproduction steps in details of booking shows only one date of booking number for all dates of hotel img width alt screen shot at pm src 👍 expected behavior when user books hotel just then will show only booking 👎 actual behavior ☎️ log in number orio peace 📲 user type admin 🎲 app version version 💻 operating system android 👀 have you spent some time to check if this issue has been raised before i checked and didn t find similar issue 🏢 have you read the code of conduct i have read the
1
706,384
24,268,761,017
IssuesEvent
2022-09-28 08:37:57
kubesphere/ks-devops
https://api.github.com/repos/kubesphere/ks-devops
closed
In a multi-cluster environment, users without cluster permissions cannot select the host cluster as the deployment location of the CD task
kind/bug priority/high kind/need-to-verify
### What is version of KubeSphere DevOps has the issue? v3.3.1-rc.2 ### How did you install the Kubernetes? Or what is the Kubernetes distribution? _No response_ ### What happened? There is a worksapce `wx-ws`, his cluster have host and member. There is a devops project `dev-h` in the host cluster of wx-ws. There is a user wxx, his platform role is `platform-regular` and worksapce role is `wx-ws-admin` Use account wx login ks, and create CD task in devops project dev-h. **Actual behavior** The host cluster cannot be selected as the deployment location of the cd task. ![image](https://user-images.githubusercontent.com/68640256/191643937-da64084d-f4f3-4fee-8113-6d7cb430033e.png) ![image](https://user-images.githubusercontent.com/68640256/191644335-e6e09e0f-149a-4fd4-9e00-ff4d0d7d9489.png) ![image](https://user-images.githubusercontent.com/68640256/191643986-4c3c28c4-b762-42b5-9a78-74c7dc12ecf8.png) ![image](https://user-images.githubusercontent.com/68640256/191644203-feef9f1e-9482-42ce-a534-cca7877747e3.png) **Excepted behavior** If the user has the operation permission of the devops project in host cluster, then he can deploy the CD task to any cluster where the workspace is located. ### Relevant log output _No response_ ### Additional information _No response_
1.0
In a multi-cluster environment, users without cluster permissions cannot select the host cluster as the deployment location of the CD task - ### What is version of KubeSphere DevOps has the issue? v3.3.1-rc.2 ### How did you install the Kubernetes? Or what is the Kubernetes distribution? _No response_ ### What happened? There is a worksapce `wx-ws`, his cluster have host and member. There is a devops project `dev-h` in the host cluster of wx-ws. There is a user wxx, his platform role is `platform-regular` and worksapce role is `wx-ws-admin` Use account wx login ks, and create CD task in devops project dev-h. **Actual behavior** The host cluster cannot be selected as the deployment location of the cd task. ![image](https://user-images.githubusercontent.com/68640256/191643937-da64084d-f4f3-4fee-8113-6d7cb430033e.png) ![image](https://user-images.githubusercontent.com/68640256/191644335-e6e09e0f-149a-4fd4-9e00-ff4d0d7d9489.png) ![image](https://user-images.githubusercontent.com/68640256/191643986-4c3c28c4-b762-42b5-9a78-74c7dc12ecf8.png) ![image](https://user-images.githubusercontent.com/68640256/191644203-feef9f1e-9482-42ce-a534-cca7877747e3.png) **Excepted behavior** If the user has the operation permission of the devops project in host cluster, then he can deploy the CD task to any cluster where the workspace is located. ### Relevant log output _No response_ ### Additional information _No response_
priority
in a multi cluster environment users without cluster permissions cannot select the host cluster as the deployment location of the cd task what is version of kubesphere devops has the issue rc how did you install the kubernetes or what is the kubernetes distribution no response what happened there is a worksapce wx ws his cluster have host and member there is a devops project dev h in the host cluster of wx ws there is a user wxx his platform role is platform regular and worksapce role is wx ws admin use account wx login ks and create cd task in devops project dev h actual behavior the host cluster cannot be selected as the deployment location of the cd task excepted behavior if the user has the operation permission of the devops project in host cluster then he can deploy the cd task to any cluster where the workspace is located relevant log output no response additional information no response
1
747,921
26,102,199,574
IssuesEvent
2022-12-27 08:39:19
bounswe/bounswe2022group4
https://api.github.com/repos/bounswe/bounswe2022group4
closed
Frontend Bug: Compilation and Deployment of Web Application
Category - Bug Priority - High Status: Completed
### Description: There is a problem about compilation and front test deployment . You should get a email about it. Now, our system can not deployed successfully. I guess that there is a problem with the last PR merge. ### Steps to be taken: 1. I will review our last configuration of the heka-front branch 2. After reviewing and identifying the problem. I will resolve the bug. I will informe you about the situation of the bug. @umutdenizsener ### ⏰ Deadline: * 25.12.2022 23:30 ### 🔎 Reviewer * @umutdenizsenerr
1.0
Frontend Bug: Compilation and Deployment of Web Application - ### Description: There is a problem about compilation and front test deployment . You should get a email about it. Now, our system can not deployed successfully. I guess that there is a problem with the last PR merge. ### Steps to be taken: 1. I will review our last configuration of the heka-front branch 2. After reviewing and identifying the problem. I will resolve the bug. I will informe you about the situation of the bug. @umutdenizsener ### ⏰ Deadline: * 25.12.2022 23:30 ### 🔎 Reviewer * @umutdenizsenerr
priority
frontend bug compilation and deployment of web application description there is a problem about compilation and front test deployment you should get a email about it now our system can not deployed successfully i guess that there is a problem with the last pr merge steps to be taken i will review our last configuration of the heka front branch after reviewing and identifying the problem i will resolve the bug i will informe you about the situation of the bug umutdenizsener ⏰ deadline 🔎 reviewer umutdenizsenerr
1
410,672
11,995,267,382
IssuesEvent
2020-04-08 14:57:41
Get-Me-Fit/getmefit
https://api.github.com/repos/Get-Me-Fit/getmefit
opened
I can still book classes after they have passed
bug high priority
This is a screenshot at 4pm on 8 April <img width="804" alt="Screenshot 2020-04-08 at 15 56 20" src="https://user-images.githubusercontent.com/202458/78799067-97224800-79b1-11ea-80f3-da62da704d55.png">
1.0
I can still book classes after they have passed - This is a screenshot at 4pm on 8 April <img width="804" alt="Screenshot 2020-04-08 at 15 56 20" src="https://user-images.githubusercontent.com/202458/78799067-97224800-79b1-11ea-80f3-da62da704d55.png">
priority
i can still book classes after they have passed this is a screenshot at on april img width alt screenshot at src
1
508,979
14,709,963,518
IssuesEvent
2021-01-05 03:49:16
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Verify all of account system and website is localized
Category: Accounts Priority: High
We need to have the full website and account system and cloud worlds localized, as we're going into Asian markets which require it. Make sure these all work, and post images of the different pages with localization. Can do the eco tree in a separate step
1.0
Verify all of account system and website is localized - We need to have the full website and account system and cloud worlds localized, as we're going into Asian markets which require it. Make sure these all work, and post images of the different pages with localization. Can do the eco tree in a separate step
priority
verify all of account system and website is localized we need to have the full website and account system and cloud worlds localized as we re going into asian markets which require it make sure these all work and post images of the different pages with localization can do the eco tree in a separate step
1
263,296
8,287,654,697
IssuesEvent
2018-09-19 09:30:02
workcraft/workcraft
https://api.github.com/repos/workcraft/workcraft
closed
Consistency and initial states of WTG signals
enhancement priority:high status:confirmed tag:model:wtg
Function to check consistency and propagate signal states to the initial state. A possible solution would be to consider the WTG as a State graph in which each waveform acts as a transition for several signals.
1.0
Consistency and initial states of WTG signals - Function to check consistency and propagate signal states to the initial state. A possible solution would be to consider the WTG as a State graph in which each waveform acts as a transition for several signals.
priority
consistency and initial states of wtg signals function to check consistency and propagate signal states to the initial state a possible solution would be to consider the wtg as a state graph in which each waveform acts as a transition for several signals
1
649,361
21,280,329,971
IssuesEvent
2022-04-14 00:39:02
AgnosticUI/agnosticui
https://api.github.com/repos/AgnosticUI/agnosticui
closed
Playground Packages
high priority
I'm in transition with playgrounds to have agnosticui deps all point to `"latest" since we're iterating so rapidly it's better to always pull in latest I think. But I've got several stragglers I should fix this in. For example: ```shell "agnostic-react": "latest", "agnostic-svelte": "latest", "agnostic-vue": "latest", ```
1.0
Playground Packages - I'm in transition with playgrounds to have agnosticui deps all point to `"latest" since we're iterating so rapidly it's better to always pull in latest I think. But I've got several stragglers I should fix this in. For example: ```shell "agnostic-react": "latest", "agnostic-svelte": "latest", "agnostic-vue": "latest", ```
priority
playground packages i m in transition with playgrounds to have agnosticui deps all point to latest since we re iterating so rapidly it s better to always pull in latest i think but i ve got several stragglers i should fix this in for example shell agnostic react latest agnostic svelte latest agnostic vue latest
1
401,327
11,788,775,406
IssuesEvent
2020-03-17 16:04:52
metwork-framework/log_proxy
https://api.github.com/repos/metwork-framework/log_proxy
closed
problem when a maximum file size if set by ulimit
Priority: High Status: In Progress Type: Bug
and when logfiles are bigger than this limit, `log_proxy` crash: ``` write(5, "2020-03-11T09:39:30.064118Z "..., 127) = -1 EFBIG (File too large) --- SIGXFSZ {si_signo=SIGXFSZ, si_code=SI_USER, si_pid=18052, si_uid=500} --- +++ killed by SIGXFSZ +++ ``` http://man7.org/linux/man-pages/man2/getrlimit.2.html we can catch `SIGXFSZ` limit and force a rotation in this case? But I think we will loose some logs in that case? maybe we should **also** automatically reduce the rotation-size at the rlimit - 10% or something like that?
1.0
problem when a maximum file size if set by ulimit - and when logfiles are bigger than this limit, `log_proxy` crash: ``` write(5, "2020-03-11T09:39:30.064118Z "..., 127) = -1 EFBIG (File too large) --- SIGXFSZ {si_signo=SIGXFSZ, si_code=SI_USER, si_pid=18052, si_uid=500} --- +++ killed by SIGXFSZ +++ ``` http://man7.org/linux/man-pages/man2/getrlimit.2.html we can catch `SIGXFSZ` limit and force a rotation in this case? But I think we will loose some logs in that case? maybe we should **also** automatically reduce the rotation-size at the rlimit - 10% or something like that?
priority
problem when a maximum file size if set by ulimit and when logfiles are bigger than this limit log proxy crash write efbig file too large sigxfsz si signo sigxfsz si code si user si pid si uid killed by sigxfsz we can catch sigxfsz limit and force a rotation in this case but i think we will loose some logs in that case maybe we should also automatically reduce the rotation size at the rlimit or something like that
1
309,567
9,477,126,793
IssuesEvent
2019-04-19 17:29:13
google/guice
https://api.github.com/repos/google/guice
closed
Servlet regex path dispatching is inflexible for getServletPath()
Extension-Servlet Priority-High imported
_From [limpbizkit](https://code.google.com/u/limpbizkit/) on May 21, 2009 19:31:32_ We need to make it so that arbitrary matching groups can be supported. For example, currently it's awkward to match this set of paths: &nbsp;&nbsp;&nbsp;/foo/baz/show &nbsp;&nbsp;&nbsp;/foo/bar/show &nbsp;&nbsp;&nbsp;/foo/quux/show The fix is to change the matcher to use end(1) rather than start(1). https://code.google.com/p/google-guice/source/diff spec=svn930&amp;r=930&amp;format=side&amp;path=/trunk/servlet/src/com/google/inject/servlet/UriPattern Type.java _Original issue: http://code.google.com/p/google-guice/issues/detail?id=376_
1.0
Servlet regex path dispatching is inflexible for getServletPath() - _From [limpbizkit](https://code.google.com/u/limpbizkit/) on May 21, 2009 19:31:32_ We need to make it so that arbitrary matching groups can be supported. For example, currently it's awkward to match this set of paths: &nbsp;&nbsp;&nbsp;/foo/baz/show &nbsp;&nbsp;&nbsp;/foo/bar/show &nbsp;&nbsp;&nbsp;/foo/quux/show The fix is to change the matcher to use end(1) rather than start(1). https://code.google.com/p/google-guice/source/diff spec=svn930&amp;r=930&amp;format=side&amp;path=/trunk/servlet/src/com/google/inject/servlet/UriPattern Type.java _Original issue: http://code.google.com/p/google-guice/issues/detail?id=376_
priority
servlet regex path dispatching is inflexible for getservletpath from on may we need to make it so that arbitrary matching groups can be supported for example currently it s awkward to match this set of paths nbsp nbsp nbsp foo baz show nbsp nbsp nbsp foo bar show nbsp nbsp nbsp foo quux show the fix is to change the matcher to use end rather than start spec amp r amp format side amp path trunk servlet src com google inject servlet uripattern type java original issue
1
161,099
6,109,409,124
IssuesEvent
2017-06-21 13:02:16
douira/resolution-editor
https://api.github.com/repos/douira/resolution-editor
opened
Co-sponsor chips does not init at all
bug high priority
The same element as in #2 doesn't init. Editing doesn't seem to be possible at all. `ReferenceError`
1.0
Co-sponsor chips does not init at all - The same element as in #2 doesn't init. Editing doesn't seem to be possible at all. `ReferenceError`
priority
co sponsor chips does not init at all the same element as in doesn t init editing doesn t seem to be possible at all referenceerror
1
219,427
7,342,184,597
IssuesEvent
2018-03-07 06:36:27
assistify/Rocket.Chat
https://api.github.com/repos/assistify/Rocket.Chat
closed
Enhance configuration of Smarti for authentication (Smarti 0.6.1)
Cmp: Smarti in RocketChat Priority: High progress:working
# Purpose As 0.6.1 introduces authentication for all webservices, the Smarti-widget needs to provide a client specific auth token. # Description Provide a setting which is being passed to the Smarti-Wdiget on construction. Depends on https://github.com/redlink-gmbh/smarti/issues/60
1.0
Enhance configuration of Smarti for authentication (Smarti 0.6.1) - # Purpose As 0.6.1 introduces authentication for all webservices, the Smarti-widget needs to provide a client specific auth token. # Description Provide a setting which is being passed to the Smarti-Wdiget on construction. Depends on https://github.com/redlink-gmbh/smarti/issues/60
priority
enhance configuration of smarti for authentication smarti purpose as introduces authentication for all webservices the smarti widget needs to provide a client specific auth token description provide a setting which is being passed to the smarti wdiget on construction depends on
1
144,077
5,535,453,638
IssuesEvent
2017-03-21 17:24:06
smashingmagazine/redesign
https://api.github.com/repos/smashingmagazine/redesign
closed
Password placeholder is overlapping with "Show" button
bug CSS/JS high priority layout
**- Do you want to request a *feature* or report a *bug*?** Bug. **- What is the current behavior?** Placeholder text is overlapping with "Show" button. ![screen shot 2017-03-17 at 2 54 55 pm](https://cloud.githubusercontent.com/assets/8038659/24043979/dcacf71e-0b21-11e7-84e8-1cfa8a53e0db.jpg) **- Please mention your operating system version and the version of your browser** Latest Chrome on OSX. **Update** The email input has a weird text wrapping issue on Safari iOS10. ![img_9093](https://cloud.githubusercontent.com/assets/8038659/24044463/0691fb68-0b24-11e7-9b33-8f2e72d14dd2.PNG)
1.0
Password placeholder is overlapping with "Show" button - **- Do you want to request a *feature* or report a *bug*?** Bug. **- What is the current behavior?** Placeholder text is overlapping with "Show" button. ![screen shot 2017-03-17 at 2 54 55 pm](https://cloud.githubusercontent.com/assets/8038659/24043979/dcacf71e-0b21-11e7-84e8-1cfa8a53e0db.jpg) **- Please mention your operating system version and the version of your browser** Latest Chrome on OSX. **Update** The email input has a weird text wrapping issue on Safari iOS10. ![img_9093](https://cloud.githubusercontent.com/assets/8038659/24044463/0691fb68-0b24-11e7-9b33-8f2e72d14dd2.PNG)
priority
password placeholder is overlapping with show button do you want to request a feature or report a bug bug what is the current behavior placeholder text is overlapping with show button please mention your operating system version and the version of your browser latest chrome on osx update the email input has a weird text wrapping issue on safari
1
124,720
4,932,038,738
IssuesEvent
2016-11-28 12:18:14
koding/koding
https://api.github.com/repos/koding/koding
closed
client: display verification error to the user
Priority-High Waiting for QA
Credential verification can fail due to numerous reasons - lack of vagrant installed on user box, wrong version or outdated klient binary. Currently we display only generic "something went wrong" instead of displaying the actual error message, which would allow the user to fix the error. Example: ![pic](http://i.imgur.com/5V6ONDd.png) The https://github.com/koding/koding/pull/8993 enforces users to update klient. We'd need to display actual error message so the users know why the verification failed. ## Expected Behavior The actual error message is displayed. ## Current Behavior It is not. ## Possible Solution Display it. ## <bountysource-plugin> Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/37788445-client-display-verification-error-to-the-user?utm_campaign=plugin&utm_content=tracker%2F41989991&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F41989991&utm_medium=issues&utm_source=github). </bountysource-plugin>
1.0
client: display verification error to the user - Credential verification can fail due to numerous reasons - lack of vagrant installed on user box, wrong version or outdated klient binary. Currently we display only generic "something went wrong" instead of displaying the actual error message, which would allow the user to fix the error. Example: ![pic](http://i.imgur.com/5V6ONDd.png) The https://github.com/koding/koding/pull/8993 enforces users to update klient. We'd need to display actual error message so the users know why the verification failed. ## Expected Behavior The actual error message is displayed. ## Current Behavior It is not. ## Possible Solution Display it. ## <bountysource-plugin> Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/37788445-client-display-verification-error-to-the-user?utm_campaign=plugin&utm_content=tracker%2F41989991&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F41989991&utm_medium=issues&utm_source=github). </bountysource-plugin>
priority
client display verification error to the user credential verification can fail due to numerous reasons lack of vagrant installed on user box wrong version or outdated klient binary currently we display only generic something went wrong instead of displaying the actual error message which would allow the user to fix the error example the enforces users to update klient we d need to display actual error message so the users know why the verification failed expected behavior the actual error message is displayed current behavior it is not possible solution display it want to back this issue we accept bounties via
1
560,561
16,599,560,070
IssuesEvent
2021-06-01 17:25:39
pw-software-engineering/n-team
https://api.github.com/repos/pw-software-engineering/n-team
closed
[Client UI] Client reservation creation logic UI
Priority: high
- [x] Implement API mockup for client reservation - [x] Implement client reservation UI logic Time spent: 4h
1.0
[Client UI] Client reservation creation logic UI - - [x] Implement API mockup for client reservation - [x] Implement client reservation UI logic Time spent: 4h
priority
client reservation creation logic ui implement api mockup for client reservation implement client reservation ui logic time spent
1
315,209
9,607,783,061
IssuesEvent
2019-05-11 22:16:19
x-klanas/Wrath
https://api.github.com/repos/x-klanas/Wrath
opened
SteamVR actions
2 points high priority user story
As a player I want to be able to customize the controller bindings. - [ ] the required controller bindings must be created and setup appropriately - [ ] the default bindings for as many controllers as possible must be set
1.0
SteamVR actions - As a player I want to be able to customize the controller bindings. - [ ] the required controller bindings must be created and setup appropriately - [ ] the default bindings for as many controllers as possible must be set
priority
steamvr actions as a player i want to be able to customize the controller bindings the required controller bindings must be created and setup appropriately the default bindings for as many controllers as possible must be set
1
613,209
19,083,652,085
IssuesEvent
2021-11-29 01:02:47
boostcampwm-2021/iOS05-Escaper
https://api.github.com/repos/boostcampwm-2021/iOS05-Escaper
closed
[E11 T40, T44] setting에서 피드백 남겼을 시, 내용이 적혀있지 않는 경우 button block하기, Score Logic 반영
feature High Priority
### Epic - Story - Task Epic : 공통 & Things To Do Task : setting에서 피드백 남겼을 시, 내용이 적혀있지 않는 경우 button block하기, Score Logic 반영, 검색 없을 때, 빈 이미지 보이도록 변경
1.0
[E11 T40, T44] setting에서 피드백 남겼을 시, 내용이 적혀있지 않는 경우 button block하기, Score Logic 반영 - ### Epic - Story - Task Epic : 공통 & Things To Do Task : setting에서 피드백 남겼을 시, 내용이 적혀있지 않는 경우 button block하기, Score Logic 반영, 검색 없을 때, 빈 이미지 보이도록 변경
priority
setting에서 피드백 남겼을 시 내용이 적혀있지 않는 경우 button block하기 score logic 반영 epic story task epic 공통 things to do task setting에서 피드백 남겼을 시 내용이 적혀있지 않는 경우 button block하기 score logic 반영 검색 없을 때 빈 이미지 보이도록 변경
1
233,489
7,698,299,796
IssuesEvent
2018-05-18 22:26:37
zulip/zulip
https://api.github.com/repos/zulip/zulip
closed
One gets the "not subscribed" warning when mentioning a bot
area: bots bug in progress priority: high
The interface for many of our bots is that, when mentioned, they receive the message mentioning them even if on a private stream where they are not subscribed. We should make this notice not appear in that case: ![image](https://user-images.githubusercontent.com/2746074/39994596-a6cae3a4-572e-11e8-8920-ea3884592249.png)
1.0
One gets the "not subscribed" warning when mentioning a bot - The interface for many of our bots is that, when mentioned, they receive the message mentioning them even if on a private stream where they are not subscribed. We should make this notice not appear in that case: ![image](https://user-images.githubusercontent.com/2746074/39994596-a6cae3a4-572e-11e8-8920-ea3884592249.png)
priority
one gets the not subscribed warning when mentioning a bot the interface for many of our bots is that when mentioned they receive the message mentioning them even if on a private stream where they are not subscribed we should make this notice not appear in that case
1
409,366
11,961,327,323
IssuesEvent
2020-04-05 07:52:53
rubocop-hq/rubocop
https://api.github.com/repos/rubocop-hq/rubocop
opened
Make it possible to enable/disable pending cops via a configuration option
feature request high priority
## Is your feature request related to a problem? Please describe. It seems some people are frustrated by the fact they have to manually enable/disable pending cops (see https://github.com/rubocop-hq/rubocop/issues/7771). This also came up a few times in the RuboCop defaults survey. ## Describe the solution you'd like We should add configuration option allowing pending cops to be treated as pending (default), enabled or disabled by default. This would allow everyone to decide how to best handle those those. ## Describe alternatives you've considered I don't think there are any better alternatives. @rubocop-hq/rubocop-core Any thoughts on this?
1.0
Make it possible to enable/disable pending cops via a configuration option - ## Is your feature request related to a problem? Please describe. It seems some people are frustrated by the fact they have to manually enable/disable pending cops (see https://github.com/rubocop-hq/rubocop/issues/7771). This also came up a few times in the RuboCop defaults survey. ## Describe the solution you'd like We should add configuration option allowing pending cops to be treated as pending (default), enabled or disabled by default. This would allow everyone to decide how to best handle those those. ## Describe alternatives you've considered I don't think there are any better alternatives. @rubocop-hq/rubocop-core Any thoughts on this?
priority
make it possible to enable disable pending cops via a configuration option is your feature request related to a problem please describe it seems some people are frustrated by the fact they have to manually enable disable pending cops see this also came up a few times in the rubocop defaults survey describe the solution you d like we should add configuration option allowing pending cops to be treated as pending default enabled or disabled by default this would allow everyone to decide how to best handle those those describe alternatives you ve considered i don t think there are any better alternatives rubocop hq rubocop core any thoughts on this
1
698,503
23,982,955,067
IssuesEvent
2022-09-13 16:27:55
visit-dav/visit
https://api.github.com/repos/visit-dav/visit
closed
CLI path character limit
bug reviewed impact high likelihood medium likelihood high impact medium priority engineering
![image](https://user-images.githubusercontent.com/35237779/183550602-05dd16e4-ba24-4bcb-b9e1-34b8c3a0f1e6.png) "Whoah, isn't that close to the path limit in Linux anyway? Hash your arguments bro." "Still may be an error on visits end, even hashing it out, no?"
1.0
CLI path character limit - ![image](https://user-images.githubusercontent.com/35237779/183550602-05dd16e4-ba24-4bcb-b9e1-34b8c3a0f1e6.png) "Whoah, isn't that close to the path limit in Linux anyway? Hash your arguments bro." "Still may be an error on visits end, even hashing it out, no?"
priority
cli path character limit whoah isn t that close to the path limit in linux anyway hash your arguments bro still may be an error on visits end even hashing it out no
1
651,926
21,515,188,250
IssuesEvent
2022-04-28 09:13:59
theislab/cellrank
https://api.github.com/repos/theislab/cellrank
closed
Refactor Lineage class
enhancement high-priority
<!-- Describe the feature request in the block below: --> TODOs: - ~[ ] consider not subclassing `numpy.ndarray` (related to #759 )~ - [x] remove some redundancies (esp. w.r.t. to indexing) - [x] document/simplify indexing behavior - [x] fix KeyError when wrong lineage is passed - e.g. ``KeyError: "Invalid lineage name: `Notoch`. Valid names are: `['Early Blastomeres_1', 'Early Blastomeres_2', 'Notochord']`."`` when passing ``Notochord2`` and ``Notochord`` is present
1.0
Refactor Lineage class - <!-- Describe the feature request in the block below: --> TODOs: - ~[ ] consider not subclassing `numpy.ndarray` (related to #759 )~ - [x] remove some redundancies (esp. w.r.t. to indexing) - [x] document/simplify indexing behavior - [x] fix KeyError when wrong lineage is passed - e.g. ``KeyError: "Invalid lineage name: `Notoch`. Valid names are: `['Early Blastomeres_1', 'Early Blastomeres_2', 'Notochord']`."`` when passing ``Notochord2`` and ``Notochord`` is present
priority
refactor lineage class todos consider not subclassing numpy ndarray related to remove some redundancies esp w r t to indexing document simplify indexing behavior fix keyerror when wrong lineage is passed e g keyerror invalid lineage name notoch valid names are when passing and notochord is present
1
479,521
13,798,265,842
IssuesEvent
2020-10-10 00:42:47
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[docdb] Investigate raft add server fault tolerance
area/docdb priority/high
We've noticed a potential fault tolerance issue during expanding of raft groups. We should try to setup a repro and validate this scenario: - a working 3 node RF3 quorum gets issued an ADD_SERVER ChangeConfig - the 4th node is first added in as a PRE_VOTER while it does an RBS - eventually the RBS finishes and we need to execute another ChangeConfig to bump it from PRE_VOTER to VOTER In order to execute the initial ChangeConfig, we only need 2/3 nodes to be active, so one failed node would still allow the operation to go through. In order to execute the second ChangeConfig though, we need 3/4 nodes to be active, but the 4th node is not in VOTER state yet, so it's really 3/3 required votes. So at this point, if any of the initial 3 peers is not responding (dead), then the ChangeConfig operation will not go through. The scenario we've observed was that one of the first 3 nodes goes down in the time between the 2 ChangeConfig operations and is down for long enough that the node is deemed unavailable (default 15m). At that point, the leader logs would have been GCed so it would also try to execute a ChangeConfig to remove the failed follower. This would fail, as there's already one in progress... At this point, the quorum will require a manual RBS of the failed follower, otherwise it cannot get the required 3 with only 2 live voters. We should validate the above. It should be rather straightforward to setup a repro with a longer sleep after RBS and a server stop. cc @mbautin @ttyusupov @spolitov
1.0
[docdb] Investigate raft add server fault tolerance - We've noticed a potential fault tolerance issue during expanding of raft groups. We should try to setup a repro and validate this scenario: - a working 3 node RF3 quorum gets issued an ADD_SERVER ChangeConfig - the 4th node is first added in as a PRE_VOTER while it does an RBS - eventually the RBS finishes and we need to execute another ChangeConfig to bump it from PRE_VOTER to VOTER In order to execute the initial ChangeConfig, we only need 2/3 nodes to be active, so one failed node would still allow the operation to go through. In order to execute the second ChangeConfig though, we need 3/4 nodes to be active, but the 4th node is not in VOTER state yet, so it's really 3/3 required votes. So at this point, if any of the initial 3 peers is not responding (dead), then the ChangeConfig operation will not go through. The scenario we've observed was that one of the first 3 nodes goes down in the time between the 2 ChangeConfig operations and is down for long enough that the node is deemed unavailable (default 15m). At that point, the leader logs would have been GCed so it would also try to execute a ChangeConfig to remove the failed follower. This would fail, as there's already one in progress... At this point, the quorum will require a manual RBS of the failed follower, otherwise it cannot get the required 3 with only 2 live voters. We should validate the above. It should be rather straightforward to setup a repro with a longer sleep after RBS and a server stop. cc @mbautin @ttyusupov @spolitov
priority
investigate raft add server fault tolerance we ve noticed a potential fault tolerance issue during expanding of raft groups we should try to setup a repro and validate this scenario a working node quorum gets issued an add server changeconfig the node is first added in as a pre voter while it does an rbs eventually the rbs finishes and we need to execute another changeconfig to bump it from pre voter to voter in order to execute the initial changeconfig we only need nodes to be active so one failed node would still allow the operation to go through in order to execute the second changeconfig though we need nodes to be active but the node is not in voter state yet so it s really required votes so at this point if any of the initial peers is not responding dead then the changeconfig operation will not go through the scenario we ve observed was that one of the first nodes goes down in the time between the changeconfig operations and is down for long enough that the node is deemed unavailable default at that point the leader logs would have been gced so it would also try to execute a changeconfig to remove the failed follower this would fail as there s already one in progress at this point the quorum will require a manual rbs of the failed follower otherwise it cannot get the required with only live voters we should validate the above it should be rather straightforward to setup a repro with a longer sleep after rbs and a server stop cc mbautin ttyusupov spolitov
1
749,915
26,183,031,187
IssuesEvent
2023-01-02 18:27:15
microbiomedata/nmdc-schema
https://api.github.com/repos/microbiomedata/nmdc-schema
closed
`get_nmdc_yaml_bytesIO` returns no data
high priority
To reproduce this issue, install `nmdc_schema>=5.0.3` into some environment and run (in python shell): ``` >> from nmdc_schema.nmdc_data import get_nmdc_file_type_enums >> get_nmdc_file_type_enums() ``` I came across this issue while trying to run an ingest for the NMDC data portal after upgrading our `nmdc_schema` package version from v3.2 to v7.0. During ingest of `data_objects`, we call `get_nmdc_file_type_enums`, which resulted in the following error: ``` Traceback (most recent call last): File "<stdin>", line 1, in <module> File ".pyenv/versions/nmdc39/lib/python3.9/site-packages/nmdc_schema/nmdc_data.py", line 143, in get_nmdc_file_type_enums schema = get_nmdc_schema_definition() File ".pyenv/versions/nmdc39/lib/python3.9/site-packages/nmdc_schema/nmdc_data.py", line 126, in get_nmdc_schema_definition return load_raw_schema(nmdc_yaml) File ".pyenv/versions/nmdc39/lib/python3.9/site-packages/linkml/utils/rawloader.py", line 77, in load_raw_schema schema = yaml_loader.load( File ".pyenv/versions/nmdc39/lib/python3.9/site-packages/linkml_runtime/loaders/loader_root.py", line 85, in load results = self.load_any(*args, **kwargs) File ".pyenv/versions/nmdc39/lib/python3.9/site-packages/linkml_runtime/loaders/yaml_loader.py", line 25, in load_any return self.load_source(source, loader, target_class, accept_header="text/yaml, application/yaml;q=0.9", File ".pyenv/versions/nmdc39/lib/python3.9/site-packages/linkml_runtime/loaders/loader_root.py", line 58, in load_source data = hbread(source, metadata, metadata.base_path, accept_header) File ".pyenv/versions/nmdc39/lib/python3.9/site-packages/hbreader/__init__.py", line 260, in hbread with hbopen(source, open_info, base_path, accept_header, is_actual_data, read_codec) as f: File ".pyenv/versions/nmdc39/lib/python3.9/site-packages/hbreader/__init__.py", line 227, in hbopen raise AssertionError("Programming error in file type detection logic") AssertionError: Programming error in file type detection logic ``` By installing `nmdc_schema` from version 3.2 onwards and running the code above as a test, I was able to determine that the update from [v5.0.2 to v5.0.3 ](https://github.com/microbiomedata/nmdc-schema/compare/v5.0.2...v5.0.3) contained the breaking change. By locally editing `.../site-packages/nmdc_schema/nmdc_data.py`, it appears that [this function](https://github.com/microbiomedata/nmdc-schema/blob/92b89e7f1dfff2d0b4640582b72fb940ad2304ef/util/nmdc_data.py#L18) (`get_nmdc_yaml_bytesIO`) is currently broken. The call to `pkgutil.get_data` can't find the file, so the schema isn't properly loaded. The following change appears to fix the issue `return io.BytesIO(pkgutil.get_data("nmdc_schema", "nmdc.yaml"))` -> `return io.BytesIO(pkgutil.get_data(__name__, "nmdc.yaml"))` Further investigation shows that `__name__` evaluates to `"nmdc_schema.nmdc_data"`. Let me know if further details are needed.
1.0
`get_nmdc_yaml_bytesIO` returns no data - To reproduce this issue, install `nmdc_schema>=5.0.3` into some environment and run (in python shell): ``` >> from nmdc_schema.nmdc_data import get_nmdc_file_type_enums >> get_nmdc_file_type_enums() ``` I came across this issue while trying to run an ingest for the NMDC data portal after upgrading our `nmdc_schema` package version from v3.2 to v7.0. During ingest of `data_objects`, we call `get_nmdc_file_type_enums`, which resulted in the following error: ``` Traceback (most recent call last): File "<stdin>", line 1, in <module> File ".pyenv/versions/nmdc39/lib/python3.9/site-packages/nmdc_schema/nmdc_data.py", line 143, in get_nmdc_file_type_enums schema = get_nmdc_schema_definition() File ".pyenv/versions/nmdc39/lib/python3.9/site-packages/nmdc_schema/nmdc_data.py", line 126, in get_nmdc_schema_definition return load_raw_schema(nmdc_yaml) File ".pyenv/versions/nmdc39/lib/python3.9/site-packages/linkml/utils/rawloader.py", line 77, in load_raw_schema schema = yaml_loader.load( File ".pyenv/versions/nmdc39/lib/python3.9/site-packages/linkml_runtime/loaders/loader_root.py", line 85, in load results = self.load_any(*args, **kwargs) File ".pyenv/versions/nmdc39/lib/python3.9/site-packages/linkml_runtime/loaders/yaml_loader.py", line 25, in load_any return self.load_source(source, loader, target_class, accept_header="text/yaml, application/yaml;q=0.9", File ".pyenv/versions/nmdc39/lib/python3.9/site-packages/linkml_runtime/loaders/loader_root.py", line 58, in load_source data = hbread(source, metadata, metadata.base_path, accept_header) File ".pyenv/versions/nmdc39/lib/python3.9/site-packages/hbreader/__init__.py", line 260, in hbread with hbopen(source, open_info, base_path, accept_header, is_actual_data, read_codec) as f: File ".pyenv/versions/nmdc39/lib/python3.9/site-packages/hbreader/__init__.py", line 227, in hbopen raise AssertionError("Programming error in file type detection logic") AssertionError: Programming error in file type detection logic ``` By installing `nmdc_schema` from version 3.2 onwards and running the code above as a test, I was able to determine that the update from [v5.0.2 to v5.0.3 ](https://github.com/microbiomedata/nmdc-schema/compare/v5.0.2...v5.0.3) contained the breaking change. By locally editing `.../site-packages/nmdc_schema/nmdc_data.py`, it appears that [this function](https://github.com/microbiomedata/nmdc-schema/blob/92b89e7f1dfff2d0b4640582b72fb940ad2304ef/util/nmdc_data.py#L18) (`get_nmdc_yaml_bytesIO`) is currently broken. The call to `pkgutil.get_data` can't find the file, so the schema isn't properly loaded. The following change appears to fix the issue `return io.BytesIO(pkgutil.get_data("nmdc_schema", "nmdc.yaml"))` -> `return io.BytesIO(pkgutil.get_data(__name__, "nmdc.yaml"))` Further investigation shows that `__name__` evaluates to `"nmdc_schema.nmdc_data"`. Let me know if further details are needed.
priority
get nmdc yaml bytesio returns no data to reproduce this issue install nmdc schema into some environment and run in python shell from nmdc schema nmdc data import get nmdc file type enums get nmdc file type enums i came across this issue while trying to run an ingest for the nmdc data portal after upgrading our nmdc schema package version from to during ingest of data objects we call get nmdc file type enums which resulted in the following error traceback most recent call last file line in file pyenv versions lib site packages nmdc schema nmdc data py line in get nmdc file type enums schema get nmdc schema definition file pyenv versions lib site packages nmdc schema nmdc data py line in get nmdc schema definition return load raw schema nmdc yaml file pyenv versions lib site packages linkml utils rawloader py line in load raw schema schema yaml loader load file pyenv versions lib site packages linkml runtime loaders loader root py line in load results self load any args kwargs file pyenv versions lib site packages linkml runtime loaders yaml loader py line in load any return self load source source loader target class accept header text yaml application yaml q file pyenv versions lib site packages linkml runtime loaders loader root py line in load source data hbread source metadata metadata base path accept header file pyenv versions lib site packages hbreader init py line in hbread with hbopen source open info base path accept header is actual data read codec as f file pyenv versions lib site packages hbreader init py line in hbopen raise assertionerror programming error in file type detection logic assertionerror programming error in file type detection logic by installing nmdc schema from version onwards and running the code above as a test i was able to determine that the update from contained the breaking change by locally editing site packages nmdc schema nmdc data py it appears that get nmdc yaml bytesio is currently broken the call to pkgutil get data can t find the file so the schema isn t properly loaded the following change appears to fix the issue return io bytesio pkgutil get data nmdc schema nmdc yaml return io bytesio pkgutil get data name nmdc yaml further investigation shows that name evaluates to nmdc schema nmdc data let me know if further details are needed
1
719,112
24,747,135,318
IssuesEvent
2022-10-21 10:39:25
Automattic/abacus
https://api.github.com/repos/Automattic/abacus
closed
Add color to visualized credible interval
[!priority] high [type] enhancement [section] experiment results [!team] explat [!milestone] current
Separating this subtask from https://github.com/Automattic/abacus/issues/660 into its own issue. Color would be used to help with the metric interpretation instead of using color to signal deployment action. Here's a mockup! - > min diff -> green - < min diff -> blue - between min diff -> yellow <img width="1680" alt="186020501-6d55891b-29be-4979-b5c1-a88d77a237a6" src="https://user-images.githubusercontent.com/4505888/189364683-c32ea030-ae05-49b7-8fc2-0d165eb95b5a.png">
1.0
Add color to visualized credible interval - Separating this subtask from https://github.com/Automattic/abacus/issues/660 into its own issue. Color would be used to help with the metric interpretation instead of using color to signal deployment action. Here's a mockup! - > min diff -> green - < min diff -> blue - between min diff -> yellow <img width="1680" alt="186020501-6d55891b-29be-4979-b5c1-a88d77a237a6" src="https://user-images.githubusercontent.com/4505888/189364683-c32ea030-ae05-49b7-8fc2-0d165eb95b5a.png">
priority
add color to visualized credible interval separating this subtask from into its own issue color would be used to help with the metric interpretation instead of using color to signal deployment action here s a mockup min diff green blue between min diff yellow img width alt src
1
264,308
8,307,581,219
IssuesEvent
2018-09-23 11:11:26
Tribler/py-ipv8
https://api.github.com/repos/Tribler/py-ipv8
opened
Encoding sorted() unportable to Python 3
broken needs discussion ¡High Priority!
After #287 we learned that our current strategy for making the `encoding.py` dictionary encoding deterministic, will not work on Python 3. In Python 3 the `sorted()` function can no longer handle different datatypes in the same sortable container. We will need some other mechanism or as @devos50 suggested, move away from `encoding.py` and use something better. ``` File "/home/jenkins/ci/workspace/ipv8/test_ipv8_PR_unittests_linux_py36/ipv8/messaging/deprecated/encoding.py", line 109, in _a_encode_dictionary for key, value in sorted(values.items()): TypeError: '<' not supported between instances of 'str' and 'int' ```
1.0
Encoding sorted() unportable to Python 3 - After #287 we learned that our current strategy for making the `encoding.py` dictionary encoding deterministic, will not work on Python 3. In Python 3 the `sorted()` function can no longer handle different datatypes in the same sortable container. We will need some other mechanism or as @devos50 suggested, move away from `encoding.py` and use something better. ``` File "/home/jenkins/ci/workspace/ipv8/test_ipv8_PR_unittests_linux_py36/ipv8/messaging/deprecated/encoding.py", line 109, in _a_encode_dictionary for key, value in sorted(values.items()): TypeError: '<' not supported between instances of 'str' and 'int' ```
priority
encoding sorted unportable to python after we learned that our current strategy for making the encoding py dictionary encoding deterministic will not work on python in python the sorted function can no longer handle different datatypes in the same sortable container we will need some other mechanism or as suggested move away from encoding py and use something better file home jenkins ci workspace test pr unittests linux messaging deprecated encoding py line in a encode dictionary for key value in sorted values items typeerror not supported between instances of str and int
1
602,720
18,499,436,292
IssuesEvent
2021-10-19 12:20:48
AY2122S1-CS2113T-W12-1/tp
https://api.github.com/repos/AY2122S1-CS2113T-W12-1/tp
closed
Search database based on keyword
priority.High type.Story type.Task
As a user, I can search existing foods/entries in their respective databases based on a keyword.
1.0
Search database based on keyword - As a user, I can search existing foods/entries in their respective databases based on a keyword.
priority
search database based on keyword as a user i can search existing foods entries in their respective databases based on a keyword
1
631,660
20,157,401,191
IssuesEvent
2022-02-09 17:44:02
Fiserv/Support
https://api.github.com/repos/Fiserv/Support
opened
Core Level Addition into the API Explorer
enhancement Severity - High Priority - High BankingHub
Hi Team, As discussed in our Banking Hub Weekly meeting there is a need to include a new Core Level in the API Explorer for Banking Hub. While we wait until the analysis of the best solution of how it will be handled, @acho-fiserv suggested that at the tenant.json config file could include a Core Level at the API Explorer, which will help us to address the issue while we have a solution in place. ![image](https://user-images.githubusercontent.com/81706748/153258114-c65007fb-2edb-40f8-ae0e-9e7b5a2dcd03.png) The idea is to have the Core Level the before the domains level, then we'll have the Service Level and the APIs, as we have them today. **Core Level - _To be added in the config file_** Domain Level - Handled by the x-child-product-name tag in each API Spec Service Level - Handled by the x-group-name-name tag in each API Spec API Level - Handled by the x-proxy-name tag in each API Spec For now we need Standard and Premier Core Levels in place, but we'll need to have additional Core Levels for Signature, Cleartouch and other cores soon. Please find a mockup below: ![image](https://user-images.githubusercontent.com/81706748/153257640-1c50e86e-88d2-4172-b7a3-be2726b49209.png) Let us know if you have any question or concern about it. Regards!
1.0
Core Level Addition into the API Explorer - Hi Team, As discussed in our Banking Hub Weekly meeting there is a need to include a new Core Level in the API Explorer for Banking Hub. While we wait until the analysis of the best solution of how it will be handled, @acho-fiserv suggested that at the tenant.json config file could include a Core Level at the API Explorer, which will help us to address the issue while we have a solution in place. ![image](https://user-images.githubusercontent.com/81706748/153258114-c65007fb-2edb-40f8-ae0e-9e7b5a2dcd03.png) The idea is to have the Core Level the before the domains level, then we'll have the Service Level and the APIs, as we have them today. **Core Level - _To be added in the config file_** Domain Level - Handled by the x-child-product-name tag in each API Spec Service Level - Handled by the x-group-name-name tag in each API Spec API Level - Handled by the x-proxy-name tag in each API Spec For now we need Standard and Premier Core Levels in place, but we'll need to have additional Core Levels for Signature, Cleartouch and other cores soon. Please find a mockup below: ![image](https://user-images.githubusercontent.com/81706748/153257640-1c50e86e-88d2-4172-b7a3-be2726b49209.png) Let us know if you have any question or concern about it. Regards!
priority
core level addition into the api explorer hi team as discussed in our banking hub weekly meeting there is a need to include a new core level in the api explorer for banking hub while we wait until the analysis of the best solution of how it will be handled acho fiserv suggested that at the tenant json config file could include a core level at the api explorer which will help us to address the issue while we have a solution in place the idea is to have the core level the before the domains level then we ll have the service level and the apis as we have them today core level to be added in the config file domain level handled by the x child product name tag in each api spec service level handled by the x group name name tag in each api spec api level handled by the x proxy name tag in each api spec for now we need standard and premier core levels in place but we ll need to have additional core levels for signature cleartouch and other cores soon please find a mockup below let us know if you have any question or concern about it regards
1
94,136
3,921,643,438
IssuesEvent
2016-04-22 00:21:16
shelljs/shx
https://api.github.com/repos/shelljs/shx
closed
Switch to Mocha
high priority
Reopening this, since it looks like one of our other issues got closed. I looked into test frameworks a bit more. - ava seems awesome, but I'm concerned with its concurrent nature. I'd imagine our tests involve modifying state on disk, so concurrently running tests each modifying disk state could be a big issue. If ava has a good workaround for this (other than the `.serial` method for every test case, which sounds like a pain), feel free to correct me. - mocha is pretty popular, and runs things concurrently. That's a bit slower than ava since it's not in parallel, but should be more than fast enough. - [rocha](https://github.com/bahmutov/rocha) seems pretty promising. This is a wrapper on top of mocha (so it's still running tests concurrently), but it runs them in a random order (this makes sure we don't have a dependency between different test cases). If we get a random order that fails, rocha will keep that order until we get the tests to pass (so it's still easy to debug issues). If we're starting from scratch, it should be easy to write tests that don't depend on order. I don't care too much which framework we use, as long as it works and ties into coverage tools. I'm mostly posting this as a reminder that we need some sort of unit tests.
1.0
Switch to Mocha - Reopening this, since it looks like one of our other issues got closed. I looked into test frameworks a bit more. - ava seems awesome, but I'm concerned with its concurrent nature. I'd imagine our tests involve modifying state on disk, so concurrently running tests each modifying disk state could be a big issue. If ava has a good workaround for this (other than the `.serial` method for every test case, which sounds like a pain), feel free to correct me. - mocha is pretty popular, and runs things concurrently. That's a bit slower than ava since it's not in parallel, but should be more than fast enough. - [rocha](https://github.com/bahmutov/rocha) seems pretty promising. This is a wrapper on top of mocha (so it's still running tests concurrently), but it runs them in a random order (this makes sure we don't have a dependency between different test cases). If we get a random order that fails, rocha will keep that order until we get the tests to pass (so it's still easy to debug issues). If we're starting from scratch, it should be easy to write tests that don't depend on order. I don't care too much which framework we use, as long as it works and ties into coverage tools. I'm mostly posting this as a reminder that we need some sort of unit tests.
priority
switch to mocha reopening this since it looks like one of our other issues got closed i looked into test frameworks a bit more ava seems awesome but i m concerned with its concurrent nature i d imagine our tests involve modifying state on disk so concurrently running tests each modifying disk state could be a big issue if ava has a good workaround for this other than the serial method for every test case which sounds like a pain feel free to correct me mocha is pretty popular and runs things concurrently that s a bit slower than ava since it s not in parallel but should be more than fast enough seems pretty promising this is a wrapper on top of mocha so it s still running tests concurrently but it runs them in a random order this makes sure we don t have a dependency between different test cases if we get a random order that fails rocha will keep that order until we get the tests to pass so it s still easy to debug issues if we re starting from scratch it should be easy to write tests that don t depend on order i don t care too much which framework we use as long as it works and ties into coverage tools i m mostly posting this as a reminder that we need some sort of unit tests
1
181,806
6,664,319,412
IssuesEvent
2017-10-02 19:41:36
bitshares/bitshares-ui
https://api.github.com/repos/bitshares/bitshares-ui
closed
remove the ability to execute external code in the light client
high priority
_From @btswolf on March 26, 2017 18:24_ The light client should not connect to any external sources other than default API and Chat. Embedded websites like the one from BitKapital in the Deposit/Withdraw section represents an unnecessary security issue and should be removed. _Copied from original issue: bitshares/bitshares-core#252_
1.0
remove the ability to execute external code in the light client - _From @btswolf on March 26, 2017 18:24_ The light client should not connect to any external sources other than default API and Chat. Embedded websites like the one from BitKapital in the Deposit/Withdraw section represents an unnecessary security issue and should be removed. _Copied from original issue: bitshares/bitshares-core#252_
priority
remove the ability to execute external code in the light client from btswolf on march the light client should not connect to any external sources other than default api and chat embedded websites like the one from bitkapital in the deposit withdraw section represents an unnecessary security issue and should be removed copied from original issue bitshares bitshares core
1
456,048
13,136,166,882
IssuesEvent
2020-08-07 05:16:58
pesos/grofer
https://api.github.com/repos/pesos/grofer
closed
[FEATURE REQ] provide functionality for user defined refresh rates
feature good first issue help wanted priority: high
**Is your feature request related to a problem? Please describe.** Currently, the UI refreshes at a default, hard-coded rate of 100 ms. A user-defined refresh rate would be beneficial. **Describe the solution you'd like** Add a persistent flag to the `root` command in `cmd/root.go` called `-r` or `--refresh` in long-form with a default value of 100 (ms). **Additional context** All commands created using the `cobra` cli tool are by default children of the `root` command, by setting a persistent flag on `root`, it will allow `grofer` to use the same flag for all child commands as well and a similar syntax for refresh rate can be used for all commands defined. For more information, refer to this [link](https://github.com/spf13/cobra#working-with-flags). Ex: ``` grofer proc -r 10 grofer -r 1000 grofer proc -p PID -r 1000 ```
1.0
[FEATURE REQ] provide functionality for user defined refresh rates - **Is your feature request related to a problem? Please describe.** Currently, the UI refreshes at a default, hard-coded rate of 100 ms. A user-defined refresh rate would be beneficial. **Describe the solution you'd like** Add a persistent flag to the `root` command in `cmd/root.go` called `-r` or `--refresh` in long-form with a default value of 100 (ms). **Additional context** All commands created using the `cobra` cli tool are by default children of the `root` command, by setting a persistent flag on `root`, it will allow `grofer` to use the same flag for all child commands as well and a similar syntax for refresh rate can be used for all commands defined. For more information, refer to this [link](https://github.com/spf13/cobra#working-with-flags). Ex: ``` grofer proc -r 10 grofer -r 1000 grofer proc -p PID -r 1000 ```
priority
provide functionality for user defined refresh rates is your feature request related to a problem please describe currently the ui refreshes at a default hard coded rate of ms a user defined refresh rate would be beneficial describe the solution you d like add a persistent flag to the root command in cmd root go called r or refresh in long form with a default value of ms additional context all commands created using the cobra cli tool are by default children of the root command by setting a persistent flag on root it will allow grofer to use the same flag for all child commands as well and a similar syntax for refresh rate can be used for all commands defined for more information refer to this ex grofer proc r grofer r grofer proc p pid r
1
413,925
12,093,433,160
IssuesEvent
2020-04-19 19:36:39
TheAssassin/AppImageLauncher
https://api.github.com/repos/TheAssassin/AppImageLauncher
closed
PPA packages have undeclared dependency
bug high priority ppa
@shoogle this one's for you, creating it here to keep track of it. The PPA packages internally use `dpkg-architecture` to call the maintainer scripts. That indeed is fine and probably saves some code, but it creates a dependency on `dpkg-dev`. This dependency is not resolved, so on vanilla systems installation and/or uninstallation may fail. Workaround: `apt-get install dpkg-dev` Could you perhaps use some other tool to determine the path of the scripts? Alternatively, we can have the scripts installed in `usr/share` (they are not binary dependent, so there is no point in having them in `usr/lib`). That would be my preferred solution. P.S.: You forgot to escape the variable you create in your scripts where it's used. Not a big deal in this scenario, though.
1.0
PPA packages have undeclared dependency - @shoogle this one's for you, creating it here to keep track of it. The PPA packages internally use `dpkg-architecture` to call the maintainer scripts. That indeed is fine and probably saves some code, but it creates a dependency on `dpkg-dev`. This dependency is not resolved, so on vanilla systems installation and/or uninstallation may fail. Workaround: `apt-get install dpkg-dev` Could you perhaps use some other tool to determine the path of the scripts? Alternatively, we can have the scripts installed in `usr/share` (they are not binary dependent, so there is no point in having them in `usr/lib`). That would be my preferred solution. P.S.: You forgot to escape the variable you create in your scripts where it's used. Not a big deal in this scenario, though.
priority
ppa packages have undeclared dependency shoogle this one s for you creating it here to keep track of it the ppa packages internally use dpkg architecture to call the maintainer scripts that indeed is fine and probably saves some code but it creates a dependency on dpkg dev this dependency is not resolved so on vanilla systems installation and or uninstallation may fail workaround apt get install dpkg dev could you perhaps use some other tool to determine the path of the scripts alternatively we can have the scripts installed in usr share they are not binary dependent so there is no point in having them in usr lib that would be my preferred solution p s you forgot to escape the variable you create in your scripts where it s used not a big deal in this scenario though
1
192,189
6,847,506,026
IssuesEvent
2017-11-13 15:37:46
Aqueti/mongoAPI
https://api.github.com/repos/Aqueti/mongoAPI
closed
V2: error while loading shared libraries: libbsoncxx.so._noabi
bug Priority: High
VERSION: mongo/15 Steps: - Start V2 Issue: V2 can't be started Log: V2: error while loading shared libraries: libbsoncxx.so._noabi: cannot open shared object file: No such file or directory
1.0
V2: error while loading shared libraries: libbsoncxx.so._noabi - VERSION: mongo/15 Steps: - Start V2 Issue: V2 can't be started Log: V2: error while loading shared libraries: libbsoncxx.so._noabi: cannot open shared object file: No such file or directory
priority
error while loading shared libraries libbsoncxx so noabi version mongo steps start issue can t be started log error while loading shared libraries libbsoncxx so noabi cannot open shared object file no such file or directory
1
770,677
27,050,378,532
IssuesEvent
2023-02-13 12:51:04
union-platform/union-app
https://api.github.com/repos/union-platform/union-app
closed
User wants to apply to the team, because he believes that it is suitable for him
priority: high ss: frontend ss: backend type: feature
**Scope of action:** Team Profile Screen **Precondition:** **Design:** https://www.figma.com/file/2St3zSul4fHnLffqy3WK7P/union-mobile?node-id=1481%3A777 ## Use cases: 1. The user clicks on the "submit an application" button 2. The system sends a request to the team ----- **Область действия:** Экран профиля команды **Предусловие:** **Дизайн:** https://www.figma.com/file/2St3zSul4fHnLffqy3WK7P/union-mobile?node-id=1481%3A777 ## Сценарий: 1. Пользователь нажимает на кнопку "подать заявку" 2. Система отправляет заявку в команду
1.0
User wants to apply to the team, because he believes that it is suitable for him - **Scope of action:** Team Profile Screen **Precondition:** **Design:** https://www.figma.com/file/2St3zSul4fHnLffqy3WK7P/union-mobile?node-id=1481%3A777 ## Use cases: 1. The user clicks on the "submit an application" button 2. The system sends a request to the team ----- **Область действия:** Экран профиля команды **Предусловие:** **Дизайн:** https://www.figma.com/file/2St3zSul4fHnLffqy3WK7P/union-mobile?node-id=1481%3A777 ## Сценарий: 1. Пользователь нажимает на кнопку "подать заявку" 2. Система отправляет заявку в команду
priority
user wants to apply to the team because he believes that it is suitable for him scope of action team profile screen precondition design use cases the user clicks on the submit an application button the system sends a request to the team область действия экран профиля команды предусловие дизайн сценарий пользователь нажимает на кнопку подать заявку система отправляет заявку в команду
1
272,324
8,507,400,429
IssuesEvent
2018-10-30 18:58:03
unfoldingWord-dev/translationCore
https://api.github.com/repos/unfoldingWord-dev/translationCore
closed
Add option to not show warning again to "Invalidated" warning
Priority/High QA/Pass
## Story Explanation ### User Story <!-- This is a short, simple description of the feature told from the perspective of the person who desires the new capability --> As an aligner who invalidates hundreds of verses per day, I want to be able to shut off the "invalidated" warning so that I don't get premature carpal tunnel. ### Features / Specifications <!-- What are the high level features that need to be completed? --> - [ ] This setting should be persisted like the Internet Access warning - If the user changes, it resets. If the app is opened, it resets. - [ ] - [ ] ### Definition of Done <!-- This is all the conditions, or acceptance criteria, that a software product must satisfy are met and ready to be accepted by a user, customer, team, or consuming system. --> - [ ] - [ ] - [ ] <!-- ## QA ### Fails - [ ] - [ ] --> ## Additional Context ### Mockups ![image.png](https://images.zenhubusercontent.com/55e5f3984f7a08fbb7f4a658/a47b8a0d-d6ad-4a62-a614-328e783e8ce8)
1.0
Add option to not show warning again to "Invalidated" warning - ## Story Explanation ### User Story <!-- This is a short, simple description of the feature told from the perspective of the person who desires the new capability --> As an aligner who invalidates hundreds of verses per day, I want to be able to shut off the "invalidated" warning so that I don't get premature carpal tunnel. ### Features / Specifications <!-- What are the high level features that need to be completed? --> - [ ] This setting should be persisted like the Internet Access warning - If the user changes, it resets. If the app is opened, it resets. - [ ] - [ ] ### Definition of Done <!-- This is all the conditions, or acceptance criteria, that a software product must satisfy are met and ready to be accepted by a user, customer, team, or consuming system. --> - [ ] - [ ] - [ ] <!-- ## QA ### Fails - [ ] - [ ] --> ## Additional Context ### Mockups ![image.png](https://images.zenhubusercontent.com/55e5f3984f7a08fbb7f4a658/a47b8a0d-d6ad-4a62-a614-328e783e8ce8)
priority
add option to not show warning again to invalidated warning story explanation user story this is a short simple description of the feature told from the perspective of the person who desires the new capability as an aligner who invalidates hundreds of verses per day i want to be able to shut off the invalidated warning so that i don t get premature carpal tunnel features specifications this setting should be persisted like the internet access warning if the user changes it resets if the app is opened it resets definition of done this is all the conditions or acceptance criteria that a software product must satisfy are met and ready to be accepted by a user customer team or consuming system qa fails additional context mockups
1
519,985
15,076,472,960
IssuesEvent
2021-02-05 04:46:53
LayerXcom/anonify
https://api.github.com/repos/LayerXcom/anonify
closed
Down server with wrong SodiumPubkey
Priority: high Problem: bug
### 事象 clientからのリクエストに誤った`SodiumPubkey`が渡された場合、復号処理でserverが落ちる ### 再現手順 ``` root@0ebb91a03777:~/anonify# ./target/debug/erc20-cli anonify deploy Deployed Contract address: {"contract_address":"9dd0a26d439ff79de2f306f1de940be69247d66c"} root@0ebb91a03777:~/anonify# ./target/debug/erc20-cli anonify set_contract_address -c 9dd0a26d439ff79de2f306f1de940be69247d66c root@0ebb91a03777:~/anonify# ./target/debug/erc20-cli anonify start_sync_bc root@0ebb91a03777:~/anonify# ./target/debug/erc20-cli anonify get_enclave_encryption_key "soxhFh79xaLNAqFLeudTxmgr1BfRviBI21R4KDQiwT8=" root@0ebb91a03777:~/anonify# ./target/debug/erc20-cli anonify init_state -k 88FIvnUCIvdza9NCzxKgGl2X2YKB8bYVtYD8xdnKGSQ= ``` `soxhFh79xaLNAqFLeudTxmgr1BfRviBI21R4KDQiwT8=`を利用すべきところで、`88FIvnUCIvdza9NCzxKgGl2X2YKB8bYVtYD8xdnKGSQ=`を渡している。 ### serverのエラー ``` thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Error', frame/sodium/src/crypto.rs:337:75 stack backtrace: 0: sgx_tstd::sys::backtrace::tracing::gcc_s::trace at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/sys/backtrace/tracing/gcc_s.rs:78 1: sgx_tstd::sys::backtrace::tracing::trace_unsynchronized at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/sys/backtrace/tracing/mod.rs:31 2: sgx_tstd::sys_common::backtrace::_print_fmt at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/sys_common/backtrace.rs:86 3: <sgx_tstd::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/sys_common/backtrace.rs:68 4: core::fmt::write at library/core/src/fmt/mod.rs:1076 5: sgx_tstd::io::Write::write_fmt at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/io/mod.rs:816 6: sgx_tstd::sys_common::backtrace::_print at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/sys_common/backtrace.rs:71 7: sgx_tstd::sys_common::backtrace::print at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/sys_common/backtrace.rs:58 8: sgx_tstd::panicking::default_panic_handler::{{closure}} at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/panicking.rs:123 9: sgx_tstd::panicking::default_panic_handler at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/panicking.rs:138 10: sgx_tstd::panicking::panic_handler at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/panicking.rs:159 11: sgx_tstd::panicking::rust_panic_with_hook at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/panicking.rs:412 12: rust_begin_unwind at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/panicking.rs:337 13: core::panicking::panic_fmt at library/core/src/panicking.rs:85 14: core::option::expect_none_failed at library/core/src/option.rs:1268 15: core::result::Result<T,E>::unwrap at /root/.rustup/toolchains/nightly-2020-10-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:973 16: frame_sodium::crypto::SodiumCiphertext::decrypt at frame/sodium/src/crypto.rs:337 17: anonify_enclave::enclave_key::EnclaveKey::decrypt at modules/anonify-enclave/src/enclave_key.rs:75 18: <anonify_enclave::context::AnonifyEnclaveContext as frame_runtime::traits::EnclaveKeyOps>::decrypt at modules/anonify-enclave/src/context.rs:167 19: <anonify_enclave::commands::CmdSender<AP> as frame_enclave::engine::EnclaveEngine>::decrypt at /root/anonify/modules/anonify-enclave/src/commands.rs:33 20: anonifyenclave::ecalls::inner_ecall_handler at /root/anonify/frame/enclave/src/register.rs:26 21: anonifyenclave::ecalls::ecall_handler at /root/anonify/frame/enclave/src/register.rs:12 22: ecall_entry_point at /root/anonify/frame/enclave/src/register.rs:48 23: sgx_ecall_entry_point at ../build/Anonify_common_t.c:901 24: do_ecall 25: enter_enclave 26: <unknown> 27: <unknown> note: Some details are omitted, call backtrace::enable_backtrace() with 'PrintFormat::Full' for a verbose backtrace. fatal runtime error: failed to initiate panic, error 5 Illegal instruction (core dumped) ``` ### 対応策 `unwrap`せずにエラーを返す ``` impl SodiumCiphertext { #[cfg(any(all(feature = "std", test), feature = "sgx"))] pub fn decrypt(self, my_priv_key: &SodiumPrivateKey) -> Result<Vec<u8>> { let cbox = CryptoBox::new(&self.ephemeral_public_key.0, &my_priv_key.0); let plaintext = cbox.decrypt(&self.nonce.0, &self.ciphertext[..]).unwrap(); Ok(plaintext) } } ```
1.0
Down server with wrong SodiumPubkey - ### 事象 clientからのリクエストに誤った`SodiumPubkey`が渡された場合、復号処理でserverが落ちる ### 再現手順 ``` root@0ebb91a03777:~/anonify# ./target/debug/erc20-cli anonify deploy Deployed Contract address: {"contract_address":"9dd0a26d439ff79de2f306f1de940be69247d66c"} root@0ebb91a03777:~/anonify# ./target/debug/erc20-cli anonify set_contract_address -c 9dd0a26d439ff79de2f306f1de940be69247d66c root@0ebb91a03777:~/anonify# ./target/debug/erc20-cli anonify start_sync_bc root@0ebb91a03777:~/anonify# ./target/debug/erc20-cli anonify get_enclave_encryption_key "soxhFh79xaLNAqFLeudTxmgr1BfRviBI21R4KDQiwT8=" root@0ebb91a03777:~/anonify# ./target/debug/erc20-cli anonify init_state -k 88FIvnUCIvdza9NCzxKgGl2X2YKB8bYVtYD8xdnKGSQ= ``` `soxhFh79xaLNAqFLeudTxmgr1BfRviBI21R4KDQiwT8=`を利用すべきところで、`88FIvnUCIvdza9NCzxKgGl2X2YKB8bYVtYD8xdnKGSQ=`を渡している。 ### serverのエラー ``` thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Error', frame/sodium/src/crypto.rs:337:75 stack backtrace: 0: sgx_tstd::sys::backtrace::tracing::gcc_s::trace at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/sys/backtrace/tracing/gcc_s.rs:78 1: sgx_tstd::sys::backtrace::tracing::trace_unsynchronized at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/sys/backtrace/tracing/mod.rs:31 2: sgx_tstd::sys_common::backtrace::_print_fmt at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/sys_common/backtrace.rs:86 3: <sgx_tstd::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/sys_common/backtrace.rs:68 4: core::fmt::write at library/core/src/fmt/mod.rs:1076 5: sgx_tstd::io::Write::write_fmt at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/io/mod.rs:816 6: sgx_tstd::sys_common::backtrace::_print at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/sys_common/backtrace.rs:71 7: sgx_tstd::sys_common::backtrace::print at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/sys_common/backtrace.rs:58 8: sgx_tstd::panicking::default_panic_handler::{{closure}} at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/panicking.rs:123 9: sgx_tstd::panicking::default_panic_handler at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/panicking.rs:138 10: sgx_tstd::panicking::panic_handler at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/panicking.rs:159 11: sgx_tstd::panicking::rust_panic_with_hook at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/panicking.rs:412 12: rust_begin_unwind at /root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/a6a172e/sgx_tstd/src/panicking.rs:337 13: core::panicking::panic_fmt at library/core/src/panicking.rs:85 14: core::option::expect_none_failed at library/core/src/option.rs:1268 15: core::result::Result<T,E>::unwrap at /root/.rustup/toolchains/nightly-2020-10-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:973 16: frame_sodium::crypto::SodiumCiphertext::decrypt at frame/sodium/src/crypto.rs:337 17: anonify_enclave::enclave_key::EnclaveKey::decrypt at modules/anonify-enclave/src/enclave_key.rs:75 18: <anonify_enclave::context::AnonifyEnclaveContext as frame_runtime::traits::EnclaveKeyOps>::decrypt at modules/anonify-enclave/src/context.rs:167 19: <anonify_enclave::commands::CmdSender<AP> as frame_enclave::engine::EnclaveEngine>::decrypt at /root/anonify/modules/anonify-enclave/src/commands.rs:33 20: anonifyenclave::ecalls::inner_ecall_handler at /root/anonify/frame/enclave/src/register.rs:26 21: anonifyenclave::ecalls::ecall_handler at /root/anonify/frame/enclave/src/register.rs:12 22: ecall_entry_point at /root/anonify/frame/enclave/src/register.rs:48 23: sgx_ecall_entry_point at ../build/Anonify_common_t.c:901 24: do_ecall 25: enter_enclave 26: <unknown> 27: <unknown> note: Some details are omitted, call backtrace::enable_backtrace() with 'PrintFormat::Full' for a verbose backtrace. fatal runtime error: failed to initiate panic, error 5 Illegal instruction (core dumped) ``` ### 対応策 `unwrap`せずにエラーを返す ``` impl SodiumCiphertext { #[cfg(any(all(feature = "std", test), feature = "sgx"))] pub fn decrypt(self, my_priv_key: &SodiumPrivateKey) -> Result<Vec<u8>> { let cbox = CryptoBox::new(&self.ephemeral_public_key.0, &my_priv_key.0); let plaintext = cbox.decrypt(&self.nonce.0, &self.ciphertext[..]).unwrap(); Ok(plaintext) } } ```
priority
down server with wrong sodiumpubkey 事象 clientからのリクエストに誤った sodiumpubkey が渡された場合、復号処理でserverが落ちる 再現手順 root anonify target debug cli anonify deploy deployed contract address contract address root anonify target debug cli anonify set contract address c root anonify target debug cli anonify start sync bc root anonify target debug cli anonify get enclave encryption key root anonify target debug cli anonify init state k を利用すべきところで、 を渡している。 serverのエラー thread panicked at called result unwrap on an err value error frame sodium src crypto rs stack backtrace sgx tstd sys backtrace tracing gcc s trace at root cargo git checkouts teaclave sgx sdk sgx tstd src sys backtrace tracing gcc s rs sgx tstd sys backtrace tracing trace unsynchronized at root cargo git checkouts teaclave sgx sdk sgx tstd src sys backtrace tracing mod rs sgx tstd sys common backtrace print fmt at root cargo git checkouts teaclave sgx sdk sgx tstd src sys common backtrace rs fmt at root cargo git checkouts teaclave sgx sdk sgx tstd src sys common backtrace rs core fmt write at library core src fmt mod rs sgx tstd io write write fmt at root cargo git checkouts teaclave sgx sdk sgx tstd src io mod rs sgx tstd sys common backtrace print at root cargo git checkouts teaclave sgx sdk sgx tstd src sys common backtrace rs sgx tstd sys common backtrace print at root cargo git checkouts teaclave sgx sdk sgx tstd src sys common backtrace rs sgx tstd panicking default panic handler closure at root cargo git checkouts teaclave sgx sdk sgx tstd src panicking rs sgx tstd panicking default panic handler at root cargo git checkouts teaclave sgx sdk sgx tstd src panicking rs sgx tstd panicking panic handler at root cargo git checkouts teaclave sgx sdk sgx tstd src panicking rs sgx tstd panicking rust panic with hook at root cargo git checkouts teaclave sgx sdk sgx tstd src panicking rs rust begin unwind at root cargo git checkouts teaclave sgx sdk sgx tstd src panicking rs core panicking panic fmt at library core src panicking rs core option expect none failed at library core src option rs core result result unwrap at root rustup toolchains nightly unknown linux gnu lib rustlib src rust library core src result rs frame sodium crypto sodiumciphertext decrypt at frame sodium src crypto rs anonify enclave enclave key enclavekey decrypt at modules anonify enclave src enclave key rs decrypt at modules anonify enclave src context rs as frame enclave engine enclaveengine decrypt at root anonify modules anonify enclave src commands rs anonifyenclave ecalls inner ecall handler at root anonify frame enclave src register rs anonifyenclave ecalls ecall handler at root anonify frame enclave src register rs ecall entry point at root anonify frame enclave src register rs sgx ecall entry point at build anonify common t c do ecall enter enclave note some details are omitted call backtrace enable backtrace with printformat full for a verbose backtrace fatal runtime error failed to initiate panic error illegal instruction core dumped 対応策 unwrap せずにエラーを返す impl sodiumciphertext pub fn decrypt self my priv key sodiumprivatekey result let cbox cryptobox new self ephemeral public key my priv key let plaintext cbox decrypt self nonce self ciphertext unwrap ok plaintext
1
185,527
6,724,803,873
IssuesEvent
2017-10-17 00:55:21
PrairieLearn/PrairieLearn
https://api.github.com/repos/PrairieLearn/PrairieLearn
opened
Empty save prevents future saves
bug high priority
On E3 for CS 233, if you click "Save" without uploading a file (to create an empty submission) then clicking "Save" in the future will give an error.
1.0
Empty save prevents future saves - On E3 for CS 233, if you click "Save" without uploading a file (to create an empty submission) then clicking "Save" in the future will give an error.
priority
empty save prevents future saves on for cs if you click save without uploading a file to create an empty submission then clicking save in the future will give an error
1
710,284
24,413,318,010
IssuesEvent
2022-10-05 14:05:01
twigjs/twig.js
https://api.github.com/repos/twigjs/twig.js
closed
Re-rendering a template using `{% embed %}` fails
priority - high type - bug / bugfix triaged pending - needs review
## Problem description When using `{% embed %}`, re-rendering the template causes a `Cannot extend an inline template` error. `allowInlineIncludes` is enabled. ## Expected behaviour The render function can be called multiple times to re-render the template. ## Detailed bug description and possible fixes The bug is caused by assigning the resolved template as `parentTemplate` on the first render: [twig.core.js, line 1360](https://github.com/twigjs/twig.js/blob/071be04a7f0fa31ca313a3eebce1a275f6562308/src/twig.core.js#L1360). The second time the template is rendered, `template.parentTemplate` is already the assigned template object and could directly be used. However, `Twig.Templates.load()` is called again, this time with the object instead of the template path, returning `null`: [twig.core.js, line 1340](https://github.com/twigjs/twig.js/blob/071be04a7f0fa31ca313a3eebce1a275f6562308/src/twig.core.js#L1340). This results in an empty parentTemplate and thus a failing render. I found two possible fixes: 1. Remove the assignment in line 1360 1. Introduce a check in line 1340 whether `template.parentTemplate` is already the resolved object Is there any preference on one of the solutions? I am not sure which impact either of the solutions have. ## Reproducing the bug I've created an example repository to reproduce the bug: [barnslig/twigjs-embed-rerender-bug](https://github.com/barnslig/twigjs-embed-rerender-bug)
1.0
Re-rendering a template using `{% embed %}` fails - ## Problem description When using `{% embed %}`, re-rendering the template causes a `Cannot extend an inline template` error. `allowInlineIncludes` is enabled. ## Expected behaviour The render function can be called multiple times to re-render the template. ## Detailed bug description and possible fixes The bug is caused by assigning the resolved template as `parentTemplate` on the first render: [twig.core.js, line 1360](https://github.com/twigjs/twig.js/blob/071be04a7f0fa31ca313a3eebce1a275f6562308/src/twig.core.js#L1360). The second time the template is rendered, `template.parentTemplate` is already the assigned template object and could directly be used. However, `Twig.Templates.load()` is called again, this time with the object instead of the template path, returning `null`: [twig.core.js, line 1340](https://github.com/twigjs/twig.js/blob/071be04a7f0fa31ca313a3eebce1a275f6562308/src/twig.core.js#L1340). This results in an empty parentTemplate and thus a failing render. I found two possible fixes: 1. Remove the assignment in line 1360 1. Introduce a check in line 1340 whether `template.parentTemplate` is already the resolved object Is there any preference on one of the solutions? I am not sure which impact either of the solutions have. ## Reproducing the bug I've created an example repository to reproduce the bug: [barnslig/twigjs-embed-rerender-bug](https://github.com/barnslig/twigjs-embed-rerender-bug)
priority
re rendering a template using embed fails problem description when using embed re rendering the template causes a cannot extend an inline template error allowinlineincludes is enabled expected behaviour the render function can be called multiple times to re render the template detailed bug description and possible fixes the bug is caused by assigning the resolved template as parenttemplate on the first render the second time the template is rendered template parenttemplate is already the assigned template object and could directly be used however twig templates load is called again this time with the object instead of the template path returning null this results in an empty parenttemplate and thus a failing render i found two possible fixes remove the assignment in line introduce a check in line whether template parenttemplate is already the resolved object is there any preference on one of the solutions i am not sure which impact either of the solutions have reproducing the bug i ve created an example repository to reproduce the bug
1
430,703
12,464,645,092
IssuesEvent
2020-05-28 12:50:10
salimkanoun/Orthanc-Tools-JS
https://api.github.com/repos/salimkanoun/Orthanc-Tools-JS
closed
Class AnonPanel trop complexe
Priority : High Refactoring
La class AnonPanel est trop compliquée, Il faudrait separer le component "Anonymize" et "AnonymizedResults" pour garder de la lisibilité
1.0
Class AnonPanel trop complexe - La class AnonPanel est trop compliquée, Il faudrait separer le component "Anonymize" et "AnonymizedResults" pour garder de la lisibilité
priority
class anonpanel trop complexe la class anonpanel est trop compliquée il faudrait separer le component anonymize et anonymizedresults pour garder de la lisibilité
1
56,090
3,078,099,539
IssuesEvent
2015-08-21 07:50:34
cdnjs/cdnjs
https://api.github.com/repos/cdnjs/cdnjs
closed
[Security flaw] HTML injection on dynamic list (search)
Bug - High Priority Bug - Should Fix Soon Help wanted
Steps to reproduce: - on homepage, [search for `boostrap-select`](https://cdnjs.com/#q=bootstrap-select) using the dynamic search bar What happens: - the `bootstrap-select` description begins with `A custom <select> for Bootstrap` wich is rendered with no escaping, so an actual `<select>` element appears and the remaining of the description is dropped! This is an XSS hazard. What should happend: - the rendering of this list should be the same as the [full description page](https://cdnjs.com/libraries/bootstrap-select), that is, an escaped HTML text.
1.0
[Security flaw] HTML injection on dynamic list (search) - Steps to reproduce: - on homepage, [search for `boostrap-select`](https://cdnjs.com/#q=bootstrap-select) using the dynamic search bar What happens: - the `bootstrap-select` description begins with `A custom <select> for Bootstrap` wich is rendered with no escaping, so an actual `<select>` element appears and the remaining of the description is dropped! This is an XSS hazard. What should happend: - the rendering of this list should be the same as the [full description page](https://cdnjs.com/libraries/bootstrap-select), that is, an escaped HTML text.
priority
html injection on dynamic list search steps to reproduce on homepage using the dynamic search bar what happens the bootstrap select description begins with a custom for bootstrap wich is rendered with no escaping so an actual element appears and the remaining of the description is dropped this is an xss hazard what should happend the rendering of this list should be the same as the that is an escaped html text
1
104,176
4,197,784,846
IssuesEvent
2016-06-27 05:25:13
ankidroid/Anki-Android
https://api.github.com/repos/ankidroid/Anki-Android
closed
Android 2.3.x crash :: android.os.BadParcelableException: ClassNotFoundException when unmarshalling
accepted bug Priority-High
``` java.lang.RuntimeException: Unable to start activity ComponentInfo{com.ichi2.anki/com.ichi2.anki.DeckPicker}: android.os.BadParcelableException: ClassNotFoundException when unmarshalling: android.support.v7.widget.RecyclerView$SavedState ``` https://ankidroid.org/couchdb/acralyzer/_design/acralyzer/index.html#/reports-browser/ankidroid/bug/cb546ddd860763218e06dfac9ccff066 It appears to have been [fixed with v24 of the support library](https://code.google.com/p/android/issues/detail?id=196430) :-/
1.0
Android 2.3.x crash :: android.os.BadParcelableException: ClassNotFoundException when unmarshalling - ``` java.lang.RuntimeException: Unable to start activity ComponentInfo{com.ichi2.anki/com.ichi2.anki.DeckPicker}: android.os.BadParcelableException: ClassNotFoundException when unmarshalling: android.support.v7.widget.RecyclerView$SavedState ``` https://ankidroid.org/couchdb/acralyzer/_design/acralyzer/index.html#/reports-browser/ankidroid/bug/cb546ddd860763218e06dfac9ccff066 It appears to have been [fixed with v24 of the support library](https://code.google.com/p/android/issues/detail?id=196430) :-/
priority
android x crash android os badparcelableexception classnotfoundexception when unmarshalling java lang runtimeexception unable to start activity componentinfo com anki com anki deckpicker android os badparcelableexception classnotfoundexception when unmarshalling android support widget recyclerview savedstate it appears to have been
1
729,053
25,106,877,183
IssuesEvent
2022-11-08 17:14:36
Snake5932/ecp32-streamer
https://api.github.com/repos/Snake5932/ecp32-streamer
opened
Статьи для scopus
high priority
Надо найти статьи, в которых рассматриваются возможные методы мониторинга большого количества датчиков, крайне желательно, чтобы статьи были на английском из рецензируемых журналов. Протоколы, способы непосредственно мониторинга, масштабы и прочее не имеет значения, статьи необходимы, чтобы мы могли обосновать нашу разработку.
1.0
Статьи для scopus - Надо найти статьи, в которых рассматриваются возможные методы мониторинга большого количества датчиков, крайне желательно, чтобы статьи были на английском из рецензируемых журналов. Протоколы, способы непосредственно мониторинга, масштабы и прочее не имеет значения, статьи необходимы, чтобы мы могли обосновать нашу разработку.
priority
статьи для scopus надо найти статьи в которых рассматриваются возможные методы мониторинга большого количества датчиков крайне желательно чтобы статьи были на английском из рецензируемых журналов протоколы способы непосредственно мониторинга масштабы и прочее не имеет значения статьи необходимы чтобы мы могли обосновать нашу разработку
1
421,316
12,255,705,528
IssuesEvent
2020-05-06 10:41:16
GiftForGood/website
https://api.github.com/repos/GiftForGood/website
opened
Edit Password for Donor
c.UserStory m.MVP priority.High
# User Story <!-- https://github.com/GiftForGood/website/issues?q=is%3Aissue+label%3Ac.UserStory --> ## Describe the user story in detail. As a donor, I want to edit my password so that I can keep my account secure.
1.0
Edit Password for Donor - # User Story <!-- https://github.com/GiftForGood/website/issues?q=is%3Aissue+label%3Ac.UserStory --> ## Describe the user story in detail. As a donor, I want to edit my password so that I can keep my account secure.
priority
edit password for donor user story describe the user story in detail as a donor i want to edit my password so that i can keep my account secure
1
289,528
8,872,021,529
IssuesEvent
2019-01-11 14:22:51
RoboTeamTwente/roboteam_ai
https://api.github.com/repos/RoboTeamTwente/roboteam_ai
closed
IOTest_it_subscribes fails a small percentage of the time.
bug high priority
**Describe the bug** IOTest_it subscribes fails sometimes. **To Reproduce** Steps to reproduce the behavior: Run IOTest a gazillion times **Expected behavior** It should work ALL the time. Might be a ROS problem.
1.0
IOTest_it_subscribes fails a small percentage of the time. - **Describe the bug** IOTest_it subscribes fails sometimes. **To Reproduce** Steps to reproduce the behavior: Run IOTest a gazillion times **Expected behavior** It should work ALL the time. Might be a ROS problem.
priority
iotest it subscribes fails a small percentage of the time describe the bug iotest it subscribes fails sometimes to reproduce steps to reproduce the behavior run iotest a gazillion times expected behavior it should work all the time might be a ros problem
1
365,220
10,779,497,559
IssuesEvent
2019-11-04 10:44:27
openmsupply/mobile
https://api.github.com/repos/openmsupply/mobile
closed
dataTable pages should use mapDispatchToProps
Docs: not needed Effort: small Feature Priority: High
## Is your feature request related to a problem? Please describe. Each data table page is using redux, and all share common callbacks. These should all be passed to pages through `mapDispatchToProps` ## Describe the solution you'd like A common, reusable `mapDispatchToProps`, shared by almost all data table pages ## Describe alternatives you've considered Doing nothing ## Additional context N/A
1.0
dataTable pages should use mapDispatchToProps - ## Is your feature request related to a problem? Please describe. Each data table page is using redux, and all share common callbacks. These should all be passed to pages through `mapDispatchToProps` ## Describe the solution you'd like A common, reusable `mapDispatchToProps`, shared by almost all data table pages ## Describe alternatives you've considered Doing nothing ## Additional context N/A
priority
datatable pages should use mapdispatchtoprops is your feature request related to a problem please describe each data table page is using redux and all share common callbacks these should all be passed to pages through mapdispatchtoprops describe the solution you d like a common reusable mapdispatchtoprops shared by almost all data table pages describe alternatives you ve considered doing nothing additional context n a
1
831,574
32,055,471,144
IssuesEvent
2023-09-24 02:50:39
OscarDevCPP/nvim-dev
https://api.github.com/repos/OscarDevCPP/nvim-dev
closed
Configurar soporte para depuración java
type:feature priority: highest point: 3
Configuración con [nvim-jdtls](https://github.com/mfussenegger/nvim-jdtls) - Se tiene que instalar un dap para java, con la ayuda de una extension que ofrece nvim-dap - Se tiene que probar la compatibilidad con nvim-dap-ui
1.0
Configurar soporte para depuración java - Configuración con [nvim-jdtls](https://github.com/mfussenegger/nvim-jdtls) - Se tiene que instalar un dap para java, con la ayuda de una extension que ofrece nvim-dap - Se tiene que probar la compatibilidad con nvim-dap-ui
priority
configurar soporte para depuración java configuración con se tiene que instalar un dap para java con la ayuda de una extension que ofrece nvim dap se tiene que probar la compatibilidad con nvim dap ui
1
214,215
7,267,853,196
IssuesEvent
2018-02-20 07:43:31
wso2/product-is
https://api.github.com/repos/wso2/product-is
opened
Initiator is null in the audit logs when the user denies to share information
Affected/5.5.0-Alpha Priority/High Severity/Major Type/Bug
**Steps**: 1. Log into travelocity app 2. Deny sharing information **Issue** Initiator is null in the audit logs ` [2018-02-20 13:09:07,087] INFO {AUDIT_LOG}- Initiator : null | Action : Login | Target : ApplicationAuthenticationFramework | Data : { "ContextIdentifier" : "d2eacc28-a6f7-4d9b-9837-9fe73eacf9a7","ServiceProviderName" : "travelocity.com","RequestType" : "samlsso","RelyingParty" : "travelocity.com","StepNo" : "0" } | Result : Failed `
1.0
Initiator is null in the audit logs when the user denies to share information - **Steps**: 1. Log into travelocity app 2. Deny sharing information **Issue** Initiator is null in the audit logs ` [2018-02-20 13:09:07,087] INFO {AUDIT_LOG}- Initiator : null | Action : Login | Target : ApplicationAuthenticationFramework | Data : { "ContextIdentifier" : "d2eacc28-a6f7-4d9b-9837-9fe73eacf9a7","ServiceProviderName" : "travelocity.com","RequestType" : "samlsso","RelyingParty" : "travelocity.com","StepNo" : "0" } | Result : Failed `
priority
initiator is null in the audit logs when the user denies to share information steps log into travelocity app deny sharing information issue initiator is null in the audit logs info audit log initiator null action login target applicationauthenticationframework data contextidentifier serviceprovidername travelocity com requesttype samlsso relyingparty travelocity com stepno result failed
1
340,042
10,265,999,854
IssuesEvent
2019-08-22 20:17:39
RoboJackets/robocup-software
https://api.github.com/repos/RoboJackets/robocup-software
closed
Coordinated pass's receiver should always look for a robot close to the receive point
area / plays exp / expert (3) priority / high status / new type / bug
Relevant to #755. The role requirements for the receiver's subbehaviors should be overridden to ensure that the assignment system looks for a robot close to the receive point, not the current ball position.
1.0
Coordinated pass's receiver should always look for a robot close to the receive point - Relevant to #755. The role requirements for the receiver's subbehaviors should be overridden to ensure that the assignment system looks for a robot close to the receive point, not the current ball position.
priority
coordinated pass s receiver should always look for a robot close to the receive point relevant to the role requirements for the receiver s subbehaviors should be overridden to ensure that the assignment system looks for a robot close to the receive point not the current ball position
1
765,866
26,864,307,006
IssuesEvent
2023-02-03 21:40:15
actualbudget/actual
https://api.github.com/repos/actualbudget/actual
closed
[Bug]: old budget files getting deleted
bug help wanted priority:high
### Verified issue does not already exist? - [X] I have searched and found no existing issue ### What happened? https://actualbudget.netlify.app/ 1. create a test file (with demo data) 2. close 3. create a new EMPTY file 4. close 5. open the new DEMO file 6. it's empty 🤔 **This issue might exist only in the offline version of the product. It _might_ not exist in the versions that sync files with a backend server.** Either way - this is a pretty bad bug that we should address ASAP. ### What error did you receive? Previous budget files get deleted when a new one is created. ### Where are you hosting Actual? None ### What browsers are you seeing the problem on? _No response_ ### Operating System None
1.0
[Bug]: old budget files getting deleted - ### Verified issue does not already exist? - [X] I have searched and found no existing issue ### What happened? https://actualbudget.netlify.app/ 1. create a test file (with demo data) 2. close 3. create a new EMPTY file 4. close 5. open the new DEMO file 6. it's empty 🤔 **This issue might exist only in the offline version of the product. It _might_ not exist in the versions that sync files with a backend server.** Either way - this is a pretty bad bug that we should address ASAP. ### What error did you receive? Previous budget files get deleted when a new one is created. ### Where are you hosting Actual? None ### What browsers are you seeing the problem on? _No response_ ### Operating System None
priority
old budget files getting deleted verified issue does not already exist i have searched and found no existing issue what happened create a test file with demo data close create a new empty file close open the new demo file it s empty 🤔 this issue might exist only in the offline version of the product it might not exist in the versions that sync files with a backend server either way this is a pretty bad bug that we should address asap what error did you receive previous budget files get deleted when a new one is created where are you hosting actual none what browsers are you seeing the problem on no response operating system none
1
596,101
18,097,055,781
IssuesEvent
2021-09-22 10:10:26
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
Add tooling support for XML navigation expressions
Type/NewFeature Priority/High Team/LanguageServer Points/2 Area/Completion
**Description:** $title. **Steps to reproduce:** **Affected Versions:** **OS, DB, other environment details and versions:** **Related Issues (optional):** Original issue https://github.com/ballerina-platform/ballerina-lang/issues/20667 **Suggested Labels (optional):** <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> **Suggested Assignees (optional):** <!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
1.0
Add tooling support for XML navigation expressions - **Description:** $title. **Steps to reproduce:** **Affected Versions:** **OS, DB, other environment details and versions:** **Related Issues (optional):** Original issue https://github.com/ballerina-platform/ballerina-lang/issues/20667 **Suggested Labels (optional):** <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> **Suggested Assignees (optional):** <!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
priority
add tooling support for xml navigation expressions description title steps to reproduce affected versions os db other environment details and versions related issues optional original issue suggested labels optional suggested assignees optional
1
99,067
4,045,515,980
IssuesEvent
2016-05-22 02:36:51
GoogleCloudPlatform/gcloud-eclipse-tools
https://api.github.com/repos/GoogleCloudPlatform/gcloud-eclipse-tools
closed
Implement module publishing tasks
high priority
`dev_appserver.py` expects to be provided an exploded war directory, a self-contained directory with `WEB-INF/`, `META-INF`, etc. Our setup isn't generating that. M2Eclipse WTP normally generates the web files to `target/m2e-wtp/web-resources`, and the classes are placed under `target/classes`. The `appengine-skeleton-archetype` explicitly sets: ``` <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory> ``` which expands to `target/artifactId-version/WEB-INF/classes`, so that the classes are generated within with the un-archived war content, allowing hot-reloading of changed classes with a simple `mvn compile`.
1.0
Implement module publishing tasks - `dev_appserver.py` expects to be provided an exploded war directory, a self-contained directory with `WEB-INF/`, `META-INF`, etc. Our setup isn't generating that. M2Eclipse WTP normally generates the web files to `target/m2e-wtp/web-resources`, and the classes are placed under `target/classes`. The `appengine-skeleton-archetype` explicitly sets: ``` <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory> ``` which expands to `target/artifactId-version/WEB-INF/classes`, so that the classes are generated within with the un-archived war content, allowing hot-reloading of changed classes with a simple `mvn compile`.
priority
implement module publishing tasks dev appserver py expects to be provided an exploded war directory a self contained directory with web inf meta inf etc our setup isn t generating that wtp normally generates the web files to target wtp web resources and the classes are placed under target classes the appengine skeleton archetype explicitly sets project build directory project build finalname web inf classes which expands to target artifactid version web inf classes so that the classes are generated within with the un archived war content allowing hot reloading of changed classes with a simple mvn compile
1
384,185
11,384,933,916
IssuesEvent
2020-01-29 10:03:38
a2develop/bugTracker
https://api.github.com/repos/a2develop/bugTracker
closed
не подается баланс (фин отчет субъекта малого предпринимательства) через сонату и не сохраняем в xml
bug done! priority:high real user
![image](https://user-images.githubusercontent.com/38099938/73194816-70d06880-4135-11ea-9771-02ddfee5740a.png) ![image](https://user-images.githubusercontent.com/38099938/73194842-7b8afd80-4135-11ea-826d-dd7dd0870832.png)
1.0
не подается баланс (фин отчет субъекта малого предпринимательства) через сонату и не сохраняем в xml - ![image](https://user-images.githubusercontent.com/38099938/73194816-70d06880-4135-11ea-9771-02ddfee5740a.png) ![image](https://user-images.githubusercontent.com/38099938/73194842-7b8afd80-4135-11ea-826d-dd7dd0870832.png)
priority
не подается баланс фин отчет субъекта малого предпринимательства через сонату и не сохраняем в xml
1
151,025
5,795,537,682
IssuesEvent
2017-05-02 17:19:58
semperfiwebdesign/all-in-one-seo-pack
https://api.github.com/repos/semperfiwebdesign/all-in-one-seo-pack
closed
Quickedit Functions JS linked with extra slash
Bug Priority | High
I'm seeing the quickedit functions link built as: "/wp-content/plugins/all-in-one-seo-pack//js/quickedit_functions.js?ver=2.3.12.2.1" in the current version of the plugin. The extra slash before JS is causing my server to respond 403 forbidden, for whatever reason.
1.0
Quickedit Functions JS linked with extra slash - I'm seeing the quickedit functions link built as: "/wp-content/plugins/all-in-one-seo-pack//js/quickedit_functions.js?ver=2.3.12.2.1" in the current version of the plugin. The extra slash before JS is causing my server to respond 403 forbidden, for whatever reason.
priority
quickedit functions js linked with extra slash i m seeing the quickedit functions link built as wp content plugins all in one seo pack js quickedit functions js ver in the current version of the plugin the extra slash before js is causing my server to respond forbidden for whatever reason
1
502,154
14,541,340,740
IssuesEvent
2020-12-15 14:27:34
Swiftify-Corp/Swiftify
https://api.github.com/repos/Swiftify-Corp/Swiftify
closed
Ghost file added to WatchKit app, breaks build
high-priority
My app has a WatchKit extension that's also in Objective-C. I haven't started converting that and am focused on converting the iOS app. I'm using the Advanced Project Converter and doing a few files at a time. Every time I run the converter, the next build fails with this error: `Build input file cannot be found: '/path/to/project/HeaderPrefix.swift' (in target 'MyProject Watch Extension' from project 'MyProject')` Then I look in the Project Navigator tab (the file and folder list) in Xcode and a see a file reference named HeaderPrefix.swift, but it's red indicating there is no actual file. If I delete the reference, then the build succeeds. The cycle continues on the next conversion. It seems like Swiftify is trying to do something with the WatchKit app, but isn't finishing and is leaving this empty file reference. I might understand this more when I start working on the Watch app code. Let me know if I can provide more info in the meantime.
1.0
Ghost file added to WatchKit app, breaks build - My app has a WatchKit extension that's also in Objective-C. I haven't started converting that and am focused on converting the iOS app. I'm using the Advanced Project Converter and doing a few files at a time. Every time I run the converter, the next build fails with this error: `Build input file cannot be found: '/path/to/project/HeaderPrefix.swift' (in target 'MyProject Watch Extension' from project 'MyProject')` Then I look in the Project Navigator tab (the file and folder list) in Xcode and a see a file reference named HeaderPrefix.swift, but it's red indicating there is no actual file. If I delete the reference, then the build succeeds. The cycle continues on the next conversion. It seems like Swiftify is trying to do something with the WatchKit app, but isn't finishing and is leaving this empty file reference. I might understand this more when I start working on the Watch app code. Let me know if I can provide more info in the meantime.
priority
ghost file added to watchkit app breaks build my app has a watchkit extension that s also in objective c i haven t started converting that and am focused on converting the ios app i m using the advanced project converter and doing a few files at a time every time i run the converter the next build fails with this error build input file cannot be found path to project headerprefix swift in target myproject watch extension from project myproject then i look in the project navigator tab the file and folder list in xcode and a see a file reference named headerprefix swift but it s red indicating there is no actual file if i delete the reference then the build succeeds the cycle continues on the next conversion it seems like swiftify is trying to do something with the watchkit app but isn t finishing and is leaving this empty file reference i might understand this more when i start working on the watch app code let me know if i can provide more info in the meantime
1
358,997
10,652,734,732
IssuesEvent
2019-10-17 13:12:06
input-output-hk/jormungandr
https://api.github.com/repos/input-output-hk/jormungandr
closed
The existential terror of non existence - a soliloquy.
Priority - High REST bug
**Describe the bug** My node crashed when I was doing balance queries. Here is the log file: ``` Oct 14 11:21:37.841 DEBG dropping I/O source: 0, scope: global Oct 14 11:26:45.936 DEBG adding I/O source: 54525952, scope: global Oct 14 11:26:45.936 DEBG scheduling Read for: 0, scope: global Oct 14 11:26:45.936 DEBG scheduling Read for: 0, scope: global Oct 14 11:26:45.936 WARN Error occurred during request handling: Account does not exist, scope: global Oct 14 11:26:45.936 DEBG NonExistent stack backtrace: 0: <failure::backtrace::Backtrace as core::default::Default>::default 1: futures::future::chain::Chain<A,B,C>::poll 2: <actix_web::with::WithAsyncHandlerFut<T,S,R,I,E> as futures::future::Future>::poll 3: <actix_web::with::WithAsyncHandlerFut<T,S,R,I,E> as futures::future::Future>::poll 4: <actix_web::with::WithAsyncHandlerFut<T,S,R,I,E> as futures::future::Future>::poll 5: <actix_web::handler::WrapHandler<S,H,R> as actix_web::handler::RouteHandler<S>>::handle 6: actix_web::resource::Resource<S>::handle 7: <actix_web::server::handler::VecHttpHandler<H> as actix_web::server::handler::HttpHandler>::handle 8: actix_web::server::h1::Http1Dispatcher<T,H>::parse 9: actix_web::server::h1::Http1Dispatcher<T,H>::poll_io 10: actix_web::server::h1::Http1Dispatcher<T,H>::poll_handler 11: actix_web::server::h1::Http1Dispatcher<T,H>::poll 12: <actix_web::server::channel::HttpChannel<T,H> as futures::future::Future>::poll 13: <actix_net::service::and_then::AndThenFuture<A,B> as futures::future::Future>::poll 14: <futures::future::then::Then<A,B,F> as futures::future::Future>::poll 15: tokio_current_thread::scheduler::Scheduler<U>::tick 16: tokio::runtime::current_thread::runtime::Runtime::block_on 17: std::sys_common::backtrace::__rust_begin_short_backtrace 18: core::ops::function::FnOnce::call_once{{vtable.shim}} 19: <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 20: <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 std::sys_common::thread::start_thread at src/libstd/sys_common/thread.rs:13 std::sys::unix::thread::Thread::new::thread_start at src/libstd/sys/unix/thread.rs:79 21: start_thread 22: __clone , scope: global ``` **Mandatory Information** 1. `jcli --full-version` output; jcli 0.5.6 (HEAD-7ab929e+, release, linux [x86_64]) - [rustc 1.38.0 (625451e37 2019-09-23)] 2. `jormungandr --full-version` output; jormungandr 0.5.6 (HEAD-7ab929e+, release, linux [x86_64]) - [rustc 1.38.0 (625451e37 2019-09-23)] Was doing queries like this: /jcli rest v0 account get ca1s5ds6umm0c004rm78umzut9w8qdssttllrrrjd336wrst5zxrnahqvjsdpy -h http://127.0.0.1:3101/api ./jcli rest v0 account get ca1shf2frnrcq26jz970mnrt7m2kfzssh46yks7q63cn8t0s6fu8cyws54f9ha -h http://127.0.0.1:3101/api
1.0
The existential terror of non existence - a soliloquy. - **Describe the bug** My node crashed when I was doing balance queries. Here is the log file: ``` Oct 14 11:21:37.841 DEBG dropping I/O source: 0, scope: global Oct 14 11:26:45.936 DEBG adding I/O source: 54525952, scope: global Oct 14 11:26:45.936 DEBG scheduling Read for: 0, scope: global Oct 14 11:26:45.936 DEBG scheduling Read for: 0, scope: global Oct 14 11:26:45.936 WARN Error occurred during request handling: Account does not exist, scope: global Oct 14 11:26:45.936 DEBG NonExistent stack backtrace: 0: <failure::backtrace::Backtrace as core::default::Default>::default 1: futures::future::chain::Chain<A,B,C>::poll 2: <actix_web::with::WithAsyncHandlerFut<T,S,R,I,E> as futures::future::Future>::poll 3: <actix_web::with::WithAsyncHandlerFut<T,S,R,I,E> as futures::future::Future>::poll 4: <actix_web::with::WithAsyncHandlerFut<T,S,R,I,E> as futures::future::Future>::poll 5: <actix_web::handler::WrapHandler<S,H,R> as actix_web::handler::RouteHandler<S>>::handle 6: actix_web::resource::Resource<S>::handle 7: <actix_web::server::handler::VecHttpHandler<H> as actix_web::server::handler::HttpHandler>::handle 8: actix_web::server::h1::Http1Dispatcher<T,H>::parse 9: actix_web::server::h1::Http1Dispatcher<T,H>::poll_io 10: actix_web::server::h1::Http1Dispatcher<T,H>::poll_handler 11: actix_web::server::h1::Http1Dispatcher<T,H>::poll 12: <actix_web::server::channel::HttpChannel<T,H> as futures::future::Future>::poll 13: <actix_net::service::and_then::AndThenFuture<A,B> as futures::future::Future>::poll 14: <futures::future::then::Then<A,B,F> as futures::future::Future>::poll 15: tokio_current_thread::scheduler::Scheduler<U>::tick 16: tokio::runtime::current_thread::runtime::Runtime::block_on 17: std::sys_common::backtrace::__rust_begin_short_backtrace 18: core::ops::function::FnOnce::call_once{{vtable.shim}} 19: <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 20: <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 std::sys_common::thread::start_thread at src/libstd/sys_common/thread.rs:13 std::sys::unix::thread::Thread::new::thread_start at src/libstd/sys/unix/thread.rs:79 21: start_thread 22: __clone , scope: global ``` **Mandatory Information** 1. `jcli --full-version` output; jcli 0.5.6 (HEAD-7ab929e+, release, linux [x86_64]) - [rustc 1.38.0 (625451e37 2019-09-23)] 2. `jormungandr --full-version` output; jormungandr 0.5.6 (HEAD-7ab929e+, release, linux [x86_64]) - [rustc 1.38.0 (625451e37 2019-09-23)] Was doing queries like this: /jcli rest v0 account get ca1s5ds6umm0c004rm78umzut9w8qdssttllrrrjd336wrst5zxrnahqvjsdpy -h http://127.0.0.1:3101/api ./jcli rest v0 account get ca1shf2frnrcq26jz970mnrt7m2kfzssh46yks7q63cn8t0s6fu8cyws54f9ha -h http://127.0.0.1:3101/api
priority
the existential terror of non existence a soliloquy describe the bug my node crashed when i was doing balance queries here is the log file oct debg dropping i o source scope global oct debg adding i o source scope global oct debg scheduling read for scope global oct debg scheduling read for scope global oct warn error occurred during request handling account does not exist scope global oct debg nonexistent stack backtrace default futures future chain chain poll as futures future future poll as futures future future poll as futures future future poll as actix web handler routehandler handle actix web resource resource handle as actix web server handler httphandler handle actix web server parse actix web server poll io actix web server poll handler actix web server poll as futures future future poll as futures future future poll as futures future future poll tokio current thread scheduler scheduler tick tokio runtime current thread runtime runtime block on std sys common backtrace rust begin short backtrace core ops function fnonce call once vtable shim as core ops function fnonce call once at rustc src liballoc boxed rs as core ops function fnonce call once at rustc src liballoc boxed rs std sys common thread start thread at src libstd sys common thread rs std sys unix thread thread new thread start at src libstd sys unix thread rs start thread clone scope global mandatory information jcli full version output jcli head release linux jormungandr full version output jormungandr head release linux was doing queries like this jcli rest account get h jcli rest account get h
1
329,320
10,014,671,603
IssuesEvent
2019-07-15 18:07:09
ahmedkaludi/accelerated-mobile-pages
https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages
closed
Breadcrumbs icons are not connected to icons font family
NEED FAST REVIEW [Priority: HIGH] bug
Breadcrumbs icons are not connected to icons font family, https://monosnap.com/file/RngtTElLFvVcQQvVgW07q4eFny7MHy This is appearing only in Master, Beta it is working fine
1.0
Breadcrumbs icons are not connected to icons font family - Breadcrumbs icons are not connected to icons font family, https://monosnap.com/file/RngtTElLFvVcQQvVgW07q4eFny7MHy This is appearing only in Master, Beta it is working fine
priority
breadcrumbs icons are not connected to icons font family breadcrumbs icons are not connected to icons font family this is appearing only in master beta it is working fine
1
7,454
2,602,327,700
IssuesEvent
2015-02-24 07:39:42
olga-jane/prizm
https://api.github.com/repos/olga-jane/prizm
closed
За ночь период зависания составил 25-30 секунд и общее время процессора для процесса Prism
bug bug - crash/performance/leak CLIENT Coding DB & sql & Hibernate HIGH priority Mill pipe
Уже через пару часов после кнопки Save/Create банер Please Wait происходит нормально, а потом несколько секунд программа висит - в заголовке (и в диспетчере задач) Windows дописывает Программа не отвечает, загрузка процессора i3 на 25%. За ночь период зависания составил 25-30 секунд и общее время процессора для процесса Prism перевалило 7 часов (см. скриншот во вложении) что неправильно
1.0
За ночь период зависания составил 25-30 секунд и общее время процессора для процесса Prism - Уже через пару часов после кнопки Save/Create банер Please Wait происходит нормально, а потом несколько секунд программа висит - в заголовке (и в диспетчере задач) Windows дописывает Программа не отвечает, загрузка процессора i3 на 25%. За ночь период зависания составил 25-30 секунд и общее время процессора для процесса Prism перевалило 7 часов (см. скриншот во вложении) что неправильно
priority
за ночь период зависания составил секунд и общее время процессора для процесса prism уже через пару часов после кнопки save create банер please wait происходит нормально а потом несколько секунд программа висит в заголовке и в диспетчере задач windows дописывает программа не отвечает загрузка процессора на за ночь период зависания составил секунд и общее время процессора для процесса prism перевалило часов см скриншот во вложении что неправильно
1
374,560
11,092,360,949
IssuesEvent
2019-12-15 18:28:45
Novusphere/discussions-app
https://api.github.com/repos/Novusphere/discussions-app
closed
Edits some time do not actually "work"
bug high priority
it seems sometimes the edit is made visually to the user, but then if they refresh it's not there, as well, if they check on chain it's not there -- so either the server rejected it for some reason, or it was never sent to the server to add to chain
1.0
Edits some time do not actually "work" - it seems sometimes the edit is made visually to the user, but then if they refresh it's not there, as well, if they check on chain it's not there -- so either the server rejected it for some reason, or it was never sent to the server to add to chain
priority
edits some time do not actually work it seems sometimes the edit is made visually to the user but then if they refresh it s not there as well if they check on chain it s not there so either the server rejected it for some reason or it was never sent to the server to add to chain
1
154,057
5,908,382,713
IssuesEvent
2017-05-19 20:15:19
TSAP-Laval/acquisition-frontend
https://api.github.com/repos/TSAP-Laval/acquisition-frontend
closed
Revoir la logique des actions
Priority: High
## Please follow the guide below - Issues submitted without this template format will likely be **ignored**. - You will be asked some questions and requested to provide some information, please read them **carefully** and answer completely. - Put an `x` into all the boxes [ ] relevant to your issue (like so [x]). - Use the *Preview* tab to see how your issue will actually look like. --- ### Before submitting an issue, make sure you have: - [x] Read the [README](https://github.com/TSAP-Laval/acquisition-frontend/blob/master/README.md) - [ ] [Searched](https://github.com/TSAP-Laval/acquisition-frontend/search?type=Issues) the bugtracker for similar issues including **closed** ones - [ ] Reviewed the sample code in [tests](https://github.com/TSAP-Laval/acquisition-frontend/tree/master/tests) ### Purpose of your issue? - [x] Bug report (encountered problems/errors) - [ ] Feature request (request for a new functionality) - [x] Question - [ ] Other ### Logique actuelle: - [ ] Passe offensive: un X - [ ] Réception suivi d'une perte de ballon: deux X - [ ] Passe défensive: un X et une flèche - [ ] Dégagement gardien: un X et une flèche - [ ] Faute: deux X - [ ] Tir arrêter: un X et une flèche ***Cocher les logiques valides***
1.0
Revoir la logique des actions - ## Please follow the guide below - Issues submitted without this template format will likely be **ignored**. - You will be asked some questions and requested to provide some information, please read them **carefully** and answer completely. - Put an `x` into all the boxes [ ] relevant to your issue (like so [x]). - Use the *Preview* tab to see how your issue will actually look like. --- ### Before submitting an issue, make sure you have: - [x] Read the [README](https://github.com/TSAP-Laval/acquisition-frontend/blob/master/README.md) - [ ] [Searched](https://github.com/TSAP-Laval/acquisition-frontend/search?type=Issues) the bugtracker for similar issues including **closed** ones - [ ] Reviewed the sample code in [tests](https://github.com/TSAP-Laval/acquisition-frontend/tree/master/tests) ### Purpose of your issue? - [x] Bug report (encountered problems/errors) - [ ] Feature request (request for a new functionality) - [x] Question - [ ] Other ### Logique actuelle: - [ ] Passe offensive: un X - [ ] Réception suivi d'une perte de ballon: deux X - [ ] Passe défensive: un X et une flèche - [ ] Dégagement gardien: un X et une flèche - [ ] Faute: deux X - [ ] Tir arrêter: un X et une flèche ***Cocher les logiques valides***
priority
revoir la logique des actions please follow the guide below issues submitted without this template format will likely be ignored you will be asked some questions and requested to provide some information please read them carefully and answer completely put an x into all the boxes relevant to your issue like so use the preview tab to see how your issue will actually look like before submitting an issue make sure you have read the the bugtracker for similar issues including closed ones reviewed the sample code in purpose of your issue bug report encountered problems errors feature request request for a new functionality question other logique actuelle passe offensive un x réception suivi d une perte de ballon deux x passe défensive un x et une flèche dégagement gardien un x et une flèche faute deux x tir arrêter un x et une flèche cocher les logiques valides
1
254,446
8,074,103,757
IssuesEvent
2018-08-06 21:41:27
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
[studio-ui] create content type should only allow alpha numeric characters
bug priority: high
### Expected behavior Only allow alphanumeric characters in the name field of the create content type dialog ### Actual behavior the display label field in the dialog auto-populates the type name but today it allows some characters like : and - (possibly others) to be added to the name. Only allow alpha numeric characters. Motivation: Other characters trip up the script engine when looking for the matching controller and/or make it impossible for an inline debugger to find the related groovy class ### Steps to reproduce the problem * go to site config * click content types * create new * Enter a display label, note today it allows : (colon) to be passed through (and possibly other characters) ### Log/stack trace (use https://gist.github.com) N/A ### Specs #### Version Studio Version Number: 3.0.13-b96d72 Build Number: b96d728383059b76a86e4181cdcc122843241e56 Build Date/Time: 05-20-2018 22:22:27 -0400 #### OS Any #### Browser Any
1.0
[studio-ui] create content type should only allow alpha numeric characters - ### Expected behavior Only allow alphanumeric characters in the name field of the create content type dialog ### Actual behavior the display label field in the dialog auto-populates the type name but today it allows some characters like : and - (possibly others) to be added to the name. Only allow alpha numeric characters. Motivation: Other characters trip up the script engine when looking for the matching controller and/or make it impossible for an inline debugger to find the related groovy class ### Steps to reproduce the problem * go to site config * click content types * create new * Enter a display label, note today it allows : (colon) to be passed through (and possibly other characters) ### Log/stack trace (use https://gist.github.com) N/A ### Specs #### Version Studio Version Number: 3.0.13-b96d72 Build Number: b96d728383059b76a86e4181cdcc122843241e56 Build Date/Time: 05-20-2018 22:22:27 -0400 #### OS Any #### Browser Any
priority
create content type should only allow alpha numeric characters expected behavior only allow alphanumeric characters in the name field of the create content type dialog actual behavior the display label field in the dialog auto populates the type name but today it allows some characters like and possibly others to be added to the name only allow alpha numeric characters motivation other characters trip up the script engine when looking for the matching controller and or make it impossible for an inline debugger to find the related groovy class steps to reproduce the problem go to site config click content types create new enter a display label note today it allows colon to be passed through and possibly other characters log stack trace use n a specs version studio version number build number build date time os any browser any
1
189,253
6,795,711,543
IssuesEvent
2017-11-01 16:34:07
cdnjs/cdnjs
https://api.github.com/repos/cdnjs/cdnjs
closed
[Request] Add lozad
High Priority Library - Request to Add/Update
Library name: lozad Library description: Highly performant, light ~0.5kb and configurable lazy loader in pure JS with no dependencies Git repository: https://github.com/ApoorvSaxena/lozad.js License(s): MIT GitHub stats: 13 watchers 447 stars 16 forks
1.0
[Request] Add lozad - Library name: lozad Library description: Highly performant, light ~0.5kb and configurable lazy loader in pure JS with no dependencies Git repository: https://github.com/ApoorvSaxena/lozad.js License(s): MIT GitHub stats: 13 watchers 447 stars 16 forks
priority
add lozad library name lozad library description highly performant light and configurable lazy loader in pure js with no dependencies git repository license s mit github stats watchers stars forks
1
758,005
26,539,974,897
IssuesEvent
2023-01-19 18:25:28
amitsingh-007/bypass-links
https://api.github.com/repos/amitsingh-007/bypass-links
closed
Migrate to pnpm
High Priority
* Local and CI both will be fast * Figure out all CI actions and dev tools(like turborepo) if everything will run smoothly * Check if deploying on vercel will be simple enough * Check if after using it, turborepo cache is actually getting restored or need to do extra work?
1.0
Migrate to pnpm - * Local and CI both will be fast * Figure out all CI actions and dev tools(like turborepo) if everything will run smoothly * Check if deploying on vercel will be simple enough * Check if after using it, turborepo cache is actually getting restored or need to do extra work?
priority
migrate to pnpm local and ci both will be fast figure out all ci actions and dev tools like turborepo if everything will run smoothly check if deploying on vercel will be simple enough check if after using it turborepo cache is actually getting restored or need to do extra work
1
37,890
2,831,940,359
IssuesEvent
2015-05-25 01:34:26
HellscreamWoW/Tracker
https://api.github.com/repos/HellscreamWoW/Tracker
closed
Guild Master NPC in IronForge/Tabard Crest Issues
Priority-High Type-Creature
Having a problem with creating/changing guild crest for my guild. I created a crest originally, the NPC took money but gave me a completely crest to what i had chosen for our guild tabards. Tried to change it a number of times, he either changes it to a random design or doesnt do anything at all but still takes the 10g each time. Kindly address when possible. Thanks
1.0
Guild Master NPC in IronForge/Tabard Crest Issues - Having a problem with creating/changing guild crest for my guild. I created a crest originally, the NPC took money but gave me a completely crest to what i had chosen for our guild tabards. Tried to change it a number of times, he either changes it to a random design or doesnt do anything at all but still takes the 10g each time. Kindly address when possible. Thanks
priority
guild master npc in ironforge tabard crest issues having a problem with creating changing guild crest for my guild i created a crest originally the npc took money but gave me a completely crest to what i had chosen for our guild tabards tried to change it a number of times he either changes it to a random design or doesnt do anything at all but still takes the each time kindly address when possible thanks
1
783,208
27,522,758,675
IssuesEvent
2023-03-06 16:01:48
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
Variant Specific Block Pattern doesn't show if no other patterns are registered for block
[Priority] High [Status] In Progress [Feature] Patterns [Block] Query Loop
If you register a block pattern for a specific variant of the core query block so that it shows up in the Pattern Modal that works only as long as there are other block patterns registered for the main variant of the block. This is a problem because in many cases on custom development work the core pattern directory gets disabled using `remove_theme_support( 'core-block-patterns' );` and therefore there might be no patterns available for the Query block itself. This appears to happen because `hasPatterns` evaluates to false since it is just looking for patterns of the main variant: https://github.com/WordPress/gutenberg/blob/17ba701fb5d6cab3b28d78b67d528c18fe2a7932/packages/block-library/src/query/edit/query-placeholder.js#L34-L49 This feature was originally introduced in the Gutenberg plugin in https://github.com/WordPress/gutenberg/pull/44197 and can be tested with the code example from the description there. ## Testing Instructions 1. I used WooCommerce for my convenience, but feel free to test by registering your custom post type. 2. Add `remove_theme_support( 'core-block-patterns' );` to your themes functions.php file in the `after_setup_theme` hook 1. Register a block variation ``` { name: 'products-list', title: 'Products List', description: 'Display a list of your products.', attributes: { query: { perPage: 4, pages: 0, offset: 0, postType: 'product', order: 'desc', orderBy: 'date', author: '', search: '', sticky: '', inherit: false, }, namespace: 'prefix/products-list', }, allowControls: [ 'order', 'taxQuery', 'search' ], isActive: [ 'namespace' ], scope: [ 'inserter' ], }, ``` 3. register a pattern for this variation - example: ``` register_block_pattern( 'demo/my-example', array( 'title' => __( 'Demo pattern', 'textdomain' ), 'description' => _x( 'This is my first block pattern', 'Block pattern description', 'textdomain' ), 'content' => ' <!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"product","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"namespace":"prefix/products-list","backgroundColor":"black","textColor":"luminous-vivid-amber"} --> <div class="wp-block-query has-luminous-vivid-amber-color has-black-background-color has-text-color has-background"><!-- wp:post-template --> <!-- wp:post-title /--> <!-- wp:paragraph --> <p>My Query Loop variation pattern!!!!</p> <!-- /wp:paragraph --> <!-- wp:post-date /--> <!-- /wp:post-template --> <!-- wp:query-pagination --> <!-- wp:query-pagination-previous /--> <!-- wp:query-pagination-numbers /--> <!-- wp:query-pagination-next /--> <!-- /wp:query-pagination --> <!-- wp:query-no-results --> <!-- wp:paragraph {"placeholder":"Add text or blocks that will display when a query returns no results."} --> <p></p> <!-- /wp:paragraph --> <!-- /wp:query-no-results --></div> <!-- /wp:query -->', 'categories' => array( 'text' ), 'viewportWidth' => 800, 'blockTypes' => array( 'core/query/products-list' ), ) ); ``` 5. insert a Query Loop block and one `Products List` block 6. Observe that even though the variant is registered it doesn't show up. 7. Remove the theme support line and observe that it now shows up correctly #### Expected behavior: Registering a block pattern for a variation should work even if there are no block patterns available for the main block. This feature is getting introduces in WordPress 6.2 so I believe this to be a high priority bug that we may want to look into fixing before there release. CC: @Mamaduka @ntsekouras @ndiego @annezazu
1.0
Variant Specific Block Pattern doesn't show if no other patterns are registered for block - If you register a block pattern for a specific variant of the core query block so that it shows up in the Pattern Modal that works only as long as there are other block patterns registered for the main variant of the block. This is a problem because in many cases on custom development work the core pattern directory gets disabled using `remove_theme_support( 'core-block-patterns' );` and therefore there might be no patterns available for the Query block itself. This appears to happen because `hasPatterns` evaluates to false since it is just looking for patterns of the main variant: https://github.com/WordPress/gutenberg/blob/17ba701fb5d6cab3b28d78b67d528c18fe2a7932/packages/block-library/src/query/edit/query-placeholder.js#L34-L49 This feature was originally introduced in the Gutenberg plugin in https://github.com/WordPress/gutenberg/pull/44197 and can be tested with the code example from the description there. ## Testing Instructions 1. I used WooCommerce for my convenience, but feel free to test by registering your custom post type. 2. Add `remove_theme_support( 'core-block-patterns' );` to your themes functions.php file in the `after_setup_theme` hook 1. Register a block variation ``` { name: 'products-list', title: 'Products List', description: 'Display a list of your products.', attributes: { query: { perPage: 4, pages: 0, offset: 0, postType: 'product', order: 'desc', orderBy: 'date', author: '', search: '', sticky: '', inherit: false, }, namespace: 'prefix/products-list', }, allowControls: [ 'order', 'taxQuery', 'search' ], isActive: [ 'namespace' ], scope: [ 'inserter' ], }, ``` 3. register a pattern for this variation - example: ``` register_block_pattern( 'demo/my-example', array( 'title' => __( 'Demo pattern', 'textdomain' ), 'description' => _x( 'This is my first block pattern', 'Block pattern description', 'textdomain' ), 'content' => ' <!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"product","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"namespace":"prefix/products-list","backgroundColor":"black","textColor":"luminous-vivid-amber"} --> <div class="wp-block-query has-luminous-vivid-amber-color has-black-background-color has-text-color has-background"><!-- wp:post-template --> <!-- wp:post-title /--> <!-- wp:paragraph --> <p>My Query Loop variation pattern!!!!</p> <!-- /wp:paragraph --> <!-- wp:post-date /--> <!-- /wp:post-template --> <!-- wp:query-pagination --> <!-- wp:query-pagination-previous /--> <!-- wp:query-pagination-numbers /--> <!-- wp:query-pagination-next /--> <!-- /wp:query-pagination --> <!-- wp:query-no-results --> <!-- wp:paragraph {"placeholder":"Add text or blocks that will display when a query returns no results."} --> <p></p> <!-- /wp:paragraph --> <!-- /wp:query-no-results --></div> <!-- /wp:query -->', 'categories' => array( 'text' ), 'viewportWidth' => 800, 'blockTypes' => array( 'core/query/products-list' ), ) ); ``` 5. insert a Query Loop block and one `Products List` block 6. Observe that even though the variant is registered it doesn't show up. 7. Remove the theme support line and observe that it now shows up correctly #### Expected behavior: Registering a block pattern for a variation should work even if there are no block patterns available for the main block. This feature is getting introduces in WordPress 6.2 so I believe this to be a high priority bug that we may want to look into fixing before there release. CC: @Mamaduka @ntsekouras @ndiego @annezazu
priority
variant specific block pattern doesn t show if no other patterns are registered for block if you register a block pattern for a specific variant of the core query block so that it shows up in the pattern modal that works only as long as there are other block patterns registered for the main variant of the block this is a problem because in many cases on custom development work the core pattern directory gets disabled using remove theme support core block patterns and therefore there might be no patterns available for the query block itself this appears to happen because haspatterns evaluates to false since it is just looking for patterns of the main variant this feature was originally introduced in the gutenberg plugin in and can be tested with the code example from the description there testing instructions i used woocommerce for my convenience but feel free to test by registering your custom post type add remove theme support core block patterns to your themes functions php file in the after setup theme hook register a block variation name products list title products list description display a list of your products attributes query perpage pages offset posttype product order desc orderby date author search sticky inherit false namespace prefix products list allowcontrols isactive scope register a pattern for this variation example register block pattern demo my example array title demo pattern textdomain description x this is my first block pattern block pattern description textdomain content my query loop variation pattern categories array text viewportwidth blocktypes array core query products list insert a query loop block and one products list block observe that even though the variant is registered it doesn t show up remove the theme support line and observe that it now shows up correctly expected behavior registering a block pattern for a variation should work even if there are no block patterns available for the main block this feature is getting introduces in wordpress so i believe this to be a high priority bug that we may want to look into fixing before there release cc mamaduka ntsekouras ndiego annezazu
1
436,956
12,556,689,563
IssuesEvent
2020-06-07 10:34:47
modernweb-dev/web
https://api.github.com/repos/modernweb-dev/web
opened
[test-runner-cli] allow watch mode with non-tty terminals
enhancement priority: high
When using task runners the terminal is not interactive. We should still allow watch mode in these cases.
1.0
[test-runner-cli] allow watch mode with non-tty terminals - When using task runners the terminal is not interactive. We should still allow watch mode in these cases.
priority
allow watch mode with non tty terminals when using task runners the terminal is not interactive we should still allow watch mode in these cases
1
229,759
7,588,844,708
IssuesEvent
2018-04-26 04:02:53
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
opened
Replyto Header support in JMS connector
Priority/Highest Severity/Critical component/stdlib component/stdlib/jms
### Description Replyto header is required support the dual channel use cases.
1.0
Replyto Header support in JMS connector - ### Description Replyto header is required support the dual channel use cases.
priority
replyto header support in jms connector description replyto header is required support the dual channel use cases
1
698,631
23,987,356,116
IssuesEvent
2022-09-13 20:23:04
oceanprotocol/df-web
https://api.github.com/repos/oceanprotocol/df-web
opened
Staging Checklist - Verify FE is working as expected
Priority: High
### DoD: - [ ] User can lock ocean, extend amount, extend lock, extend amount + lock - [ ] User can allocate voting power across assets - [ ] User can allocate across many assets in 1 transaction - [ ] User is able to see enough data to make an informed decision as how to lock - [ ] User is able to see how much time is left and how many rewards they have accumulated - [ ] User can claim all rewards
1.0
Staging Checklist - Verify FE is working as expected - ### DoD: - [ ] User can lock ocean, extend amount, extend lock, extend amount + lock - [ ] User can allocate voting power across assets - [ ] User can allocate across many assets in 1 transaction - [ ] User is able to see enough data to make an informed decision as how to lock - [ ] User is able to see how much time is left and how many rewards they have accumulated - [ ] User can claim all rewards
priority
staging checklist verify fe is working as expected dod user can lock ocean extend amount extend lock extend amount lock user can allocate voting power across assets user can allocate across many assets in transaction user is able to see enough data to make an informed decision as how to lock user is able to see how much time is left and how many rewards they have accumulated user can claim all rewards
1
659,750
21,940,222,046
IssuesEvent
2022-05-23 17:16:58
ballerina-platform/ballerina-dev-website
https://api.github.com/repos/ballerina-platform/ballerina-dev-website
closed
Add the Swan Lake Update 1 Release Note
Priority/Highest Type/Task Points/0.5
## Description Add the Swan Lake Update 1 release note. ## Related website/documentation area Area/CommonPages <!--Area/BBEs--> <!--Area/HomePageSamples--> <!--Area/LearnPages--> <!--Area/CommonPages--> <!--Area/Backend--> <!--Area/UIUX--> <!--Area/Workflows--> <!--Area/Blog--> ## Describe your task(s) > A detailed description of the task. ## Related issue(s) (optional) > Any related issues such as sub tasks and issues reported in other repositories (e.g., component repositories), similar problems, etc. ## Suggested label(s) (optional) > Optional comma-separated list of suggested labels. Non committers can’t assign labels to issues, and thereby, this will help issue creators who are not a committer to suggest possible labels. ## Suggested assignee(s) (optional) > Optional comma-separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, and thereby, this will help issue creators who are not a committer to suggest possible assignees.
1.0
Add the Swan Lake Update 1 Release Note - ## Description Add the Swan Lake Update 1 release note. ## Related website/documentation area Area/CommonPages <!--Area/BBEs--> <!--Area/HomePageSamples--> <!--Area/LearnPages--> <!--Area/CommonPages--> <!--Area/Backend--> <!--Area/UIUX--> <!--Area/Workflows--> <!--Area/Blog--> ## Describe your task(s) > A detailed description of the task. ## Related issue(s) (optional) > Any related issues such as sub tasks and issues reported in other repositories (e.g., component repositories), similar problems, etc. ## Suggested label(s) (optional) > Optional comma-separated list of suggested labels. Non committers can’t assign labels to issues, and thereby, this will help issue creators who are not a committer to suggest possible labels. ## Suggested assignee(s) (optional) > Optional comma-separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, and thereby, this will help issue creators who are not a committer to suggest possible assignees.
priority
add the swan lake update release note description add the swan lake update release note related website documentation area area commonpages describe your task s a detailed description of the task related issue s optional any related issues such as sub tasks and issues reported in other repositories e g component repositories similar problems etc suggested label s optional optional comma separated list of suggested labels non committers can’t assign labels to issues and thereby this will help issue creators who are not a committer to suggest possible labels suggested assignee s optional optional comma separated list of suggested team members who should attend the issue non committers can’t assign issues to assignees and thereby this will help issue creators who are not a committer to suggest possible assignees
1
226,450
7,519,444,423
IssuesEvent
2018-04-12 11:38:28
CS2103JAN2018-F12-B3/main
https://api.github.com/repos/CS2103JAN2018-F12-B3/main
closed
As a user, I can see the page of the specified platform of a person
priority.high type.story
... so that I can get information of the person with my preferred social media platform.
1.0
As a user, I can see the page of the specified platform of a person - ... so that I can get information of the person with my preferred social media platform.
priority
as a user i can see the page of the specified platform of a person so that i can get information of the person with my preferred social media platform
1
621,346
19,583,458,984
IssuesEvent
2022-01-05 01:43:54
TerriaJS/neii-viewer
https://api.github.com/repos/TerriaJS/neii-viewer
closed
NEII - Data missing frequency level dropdown
Priority high
To test: - In v7, the Storage Level data had 6 frequency levels to select: http://neii.gov.au/viewer/#share=s-vsJ2KYFqOrvvI5CiFUoE6OPk3ZR ![image](https://user-images.githubusercontent.com/18452161/131077341-e27a5146-c7ec-4250-a9b1-0af17cd372b1.png) - in v8, same data had lost the drop down completely https://beta.neiiviewer.nicta.com.au/#share=s-ht27SbZh4gwCDgTbICpUN4oMwy7 ![image](https://user-images.githubusercontent.com/18452161/131077415-a916ebaa-ceea-48e3-8882-bbc9712a785d.png)
1.0
NEII - Data missing frequency level dropdown - To test: - In v7, the Storage Level data had 6 frequency levels to select: http://neii.gov.au/viewer/#share=s-vsJ2KYFqOrvvI5CiFUoE6OPk3ZR ![image](https://user-images.githubusercontent.com/18452161/131077341-e27a5146-c7ec-4250-a9b1-0af17cd372b1.png) - in v8, same data had lost the drop down completely https://beta.neiiviewer.nicta.com.au/#share=s-ht27SbZh4gwCDgTbICpUN4oMwy7 ![image](https://user-images.githubusercontent.com/18452161/131077415-a916ebaa-ceea-48e3-8882-bbc9712a785d.png)
priority
neii data missing frequency level dropdown to test in the storage level data had frequency levels to select in same data had lost the drop down completely
1
170,784
6,471,550,320
IssuesEvent
2017-08-17 11:57:04
cms-gem-daq-project/vfatqc-python-scripts
https://api.github.com/repos/cms-gem-daq-project/vfatqc-python-scripts
closed
Bug Report: MSPL Default Should be 4
Priority: High Type: Bug
<!--- Provide a general summary of the issue in the Title above --> ## Brief summary of issue In `qcoptions.py` the default value of mspl was changed from 4 to 1. This has caused problems of the nature: http://cmsonline.cern.ch/cms-elog/1004325 http://cmsonline.cern.ch/cms-elog/1004312 <!--- Provide a description of the issue, including any other issues or pull requests it references --> ### Types of issue <!--- Propsed labels (see CONTRIBUTING.md) to help maintainers label your issue: --> - [X] Bug report (report an issue with the code) - [ ] Feature request (request for change which adds functionality) ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> MSPL should default to 4 not 1 <!--- If you're suggesting a change/improvement, tell us how it should work --> ## Current Behavior <!--- If describing a bug, tell us what happens instead of the expected behavior --> MSPL defaults to 1 and causes a timing issue when taking scurves as in the above elogs <!--- If suggesting a change/improvement, explain the difference from current behavior --> ### Steps to Reproduce (for bugs) <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1. Take an scurve with `ultraScurve.py` 2. Analyze the scuve with `anaUltraScurve.py` ## Possible Solution (for bugs) <!--- Not obligatory, but suggest a fix/reason for the bug, --> Change MSPL default from 1 to 4 in `qcoptions.py` <!--- or ideas how to implement the addition or change --> ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * Version used: 90ceec363e0ee1116f9271b163a875c60685cb1a * Shell used: zsh <!--- Template thanks to https://www.talater.com/open-source-templates/#/page/98 -->
1.0
Bug Report: MSPL Default Should be 4 - <!--- Provide a general summary of the issue in the Title above --> ## Brief summary of issue In `qcoptions.py` the default value of mspl was changed from 4 to 1. This has caused problems of the nature: http://cmsonline.cern.ch/cms-elog/1004325 http://cmsonline.cern.ch/cms-elog/1004312 <!--- Provide a description of the issue, including any other issues or pull requests it references --> ### Types of issue <!--- Propsed labels (see CONTRIBUTING.md) to help maintainers label your issue: --> - [X] Bug report (report an issue with the code) - [ ] Feature request (request for change which adds functionality) ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> MSPL should default to 4 not 1 <!--- If you're suggesting a change/improvement, tell us how it should work --> ## Current Behavior <!--- If describing a bug, tell us what happens instead of the expected behavior --> MSPL defaults to 1 and causes a timing issue when taking scurves as in the above elogs <!--- If suggesting a change/improvement, explain the difference from current behavior --> ### Steps to Reproduce (for bugs) <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1. Take an scurve with `ultraScurve.py` 2. Analyze the scuve with `anaUltraScurve.py` ## Possible Solution (for bugs) <!--- Not obligatory, but suggest a fix/reason for the bug, --> Change MSPL default from 1 to 4 in `qcoptions.py` <!--- or ideas how to implement the addition or change --> ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * Version used: 90ceec363e0ee1116f9271b163a875c60685cb1a * Shell used: zsh <!--- Template thanks to https://www.talater.com/open-source-templates/#/page/98 -->
priority
bug report mspl default should be brief summary of issue in qcoptions py the default value of mspl was changed from to this has caused problems of the nature types of issue bug report report an issue with the code feature request request for change which adds functionality expected behavior mspl should default to not current behavior mspl defaults to and causes a timing issue when taking scurves as in the above elogs steps to reproduce for bugs take an scurve with ultrascurve py analyze the scuve with anaultrascurve py possible solution for bugs change mspl default from to in qcoptions py your environment version used shell used zsh
1
357,534
10,608,217,526
IssuesEvent
2019-10-11 06:55:39
vacuumlabs/fine-tracker
https://api.github.com/repos/vacuumlabs/fine-tracker
opened
Add Jira Sidebar with assigning issues functionality
:arrow_right: Frontend :warning: Priority: High :warning: Type: Enhancement :stars: UX/UI
Add Jira sidebar with issue input, recently used issues and speed dial.
1.0
Add Jira Sidebar with assigning issues functionality - Add Jira sidebar with issue input, recently used issues and speed dial.
priority
add jira sidebar with assigning issues functionality add jira sidebar with issue input recently used issues and speed dial
1
137,229
5,300,406,102
IssuesEvent
2017-02-10 04:41:36
Baystation12/Baystation12
https://api.github.com/repos/Baystation12/Baystation12
closed
Surgery causing invisible in severed or destroyed limbs (?)
Has known steps to reproduce. priority: high ⚠
<!-- If a specific field doesn't apply, remove it! Anything inside tags like these is a comment and will not be displayed in the final issue. Be careful not to write inside them! Joke or spammed issues can and will result in punishment. PUT YOUR ANSWERS ON THE BLANK LINES BELOW THE HEADERS (The lines with four #'s) Don't edit them or delete them it's part of the formatting --> #### Description of issue The character sprite turns invisible, but nothing else (Hair, clothes, any contaminants (Oil, blood), post surgery. #### Difference between expected and actual behavior My character had invisible skin! #### Steps to reproduce The exact situation involved shooting myself in the foot in an emergency suit, breaking or possibly removing the foot entirely. After being rushed to surgery, surgery was initiated to replace it. IT was, and the character's skin turned invisible. Ahelped, and upon regenning the limb, the sprite reappeared. #### Specific information for locating <!-- e.g. an object name, paste specific message outputs... --> The bullet shrapnel sticks in the wound! A gaping wound opens up on Emergency Softsuit! Your right foot explodes in shower of gore! Something feels like it shattered in your limb stump! Unknown screams! You fire the revolver! Your limb stump hurts badly! #### Length of time in which bug has been known to occur <!-- Be specific if you approximately know the time it's been occurring for—this can speed up finding the source. If you're not sure about it, tell us too! --> No idea. Some people have reported it happening for a few weeks. #### Client version, Server revision & Game ID <!-- Found with the "Show server revision" verb in the OOC tab in game. --> Client Version: 511 Server Revision: e813765729c6b78cb42c4fe9233148950a16b403 - dev - Game ID: bMg-dHf2 #### Issue bingo Please check whatever applies. More checkboxes checked increase your chances of the issue being looked at sooner. <!-- Check these by writing an x inside the [ ] (like this: [x])--> <!-- Don't forget to remove the space between the brackets, or it won't work! --> - [x] Issue could be reproduced at least once - [x] Issue could be reproduced by different players - [x] Issue could be reproduced in multiple rounds - [x] Issue happened in a recent (less than 7 days ago) round - [x] [Couldn't find an existing issue about this](https://github.com/Baystation12/Baystation12/issues)
1.0
Surgery causing invisible in severed or destroyed limbs (?) - <!-- If a specific field doesn't apply, remove it! Anything inside tags like these is a comment and will not be displayed in the final issue. Be careful not to write inside them! Joke or spammed issues can and will result in punishment. PUT YOUR ANSWERS ON THE BLANK LINES BELOW THE HEADERS (The lines with four #'s) Don't edit them or delete them it's part of the formatting --> #### Description of issue The character sprite turns invisible, but nothing else (Hair, clothes, any contaminants (Oil, blood), post surgery. #### Difference between expected and actual behavior My character had invisible skin! #### Steps to reproduce The exact situation involved shooting myself in the foot in an emergency suit, breaking or possibly removing the foot entirely. After being rushed to surgery, surgery was initiated to replace it. IT was, and the character's skin turned invisible. Ahelped, and upon regenning the limb, the sprite reappeared. #### Specific information for locating <!-- e.g. an object name, paste specific message outputs... --> The bullet shrapnel sticks in the wound! A gaping wound opens up on Emergency Softsuit! Your right foot explodes in shower of gore! Something feels like it shattered in your limb stump! Unknown screams! You fire the revolver! Your limb stump hurts badly! #### Length of time in which bug has been known to occur <!-- Be specific if you approximately know the time it's been occurring for—this can speed up finding the source. If you're not sure about it, tell us too! --> No idea. Some people have reported it happening for a few weeks. #### Client version, Server revision & Game ID <!-- Found with the "Show server revision" verb in the OOC tab in game. --> Client Version: 511 Server Revision: e813765729c6b78cb42c4fe9233148950a16b403 - dev - Game ID: bMg-dHf2 #### Issue bingo Please check whatever applies. More checkboxes checked increase your chances of the issue being looked at sooner. <!-- Check these by writing an x inside the [ ] (like this: [x])--> <!-- Don't forget to remove the space between the brackets, or it won't work! --> - [x] Issue could be reproduced at least once - [x] Issue could be reproduced by different players - [x] Issue could be reproduced in multiple rounds - [x] Issue happened in a recent (less than 7 days ago) round - [x] [Couldn't find an existing issue about this](https://github.com/Baystation12/Baystation12/issues)
priority
surgery causing invisible in severed or destroyed limbs if a specific field doesn t apply remove it anything inside tags like these is a comment and will not be displayed in the final issue be careful not to write inside them joke or spammed issues can and will result in punishment put your answers on the blank lines below the headers the lines with four s don t edit them or delete them it s part of the formatting description of issue the character sprite turns invisible but nothing else hair clothes any contaminants oil blood post surgery difference between expected and actual behavior my character had invisible skin steps to reproduce the exact situation involved shooting myself in the foot in an emergency suit breaking or possibly removing the foot entirely after being rushed to surgery surgery was initiated to replace it it was and the character s skin turned invisible ahelped and upon regenning the limb the sprite reappeared specific information for locating the bullet shrapnel sticks in the wound a gaping wound opens up on emergency softsuit your right foot explodes in shower of gore something feels like it shattered in your limb stump unknown screams you fire the revolver your limb stump hurts badly length of time in which bug has been known to occur be specific if you approximately know the time it s been occurring for—this can speed up finding the source if you re not sure about it tell us too no idea some people have reported it happening for a few weeks client version server revision game id client version server revision dev game id bmg issue bingo please check whatever applies more checkboxes checked increase your chances of the issue being looked at sooner issue could be reproduced at least once issue could be reproduced by different players issue could be reproduced in multiple rounds issue happened in a recent less than days ago round
1
92,026
3,864,588,080
IssuesEvent
2016-04-08 14:25:50
ccswbs/hjckrrh
https://api.github.com/repos/ccswbs/hjckrrh
opened
G6 - Global navigation "Student Housing Services" link under Services needs update
feature: general (G) priority: high
Student Housing Services link under Services should point to housing.uoguelph.ca (not www.housing.uoguelph.ca).
1.0
G6 - Global navigation "Student Housing Services" link under Services needs update - Student Housing Services link under Services should point to housing.uoguelph.ca (not www.housing.uoguelph.ca).
priority
global navigation student housing services link under services needs update student housing services link under services should point to housing uoguelph ca not
1
113,728
4,567,867,561
IssuesEvent
2016-09-15 12:47:41
enviPath/enviPath
https://api.github.com/repos/enviPath/enviPath
closed
Problems with scenario filling
high priority user interface
If I go under „Scenarios“ > „Actions“ > „Add full scenario“, I can fill out the different parameters (comments see later tickets), but if I want to submit the scenario this does not work. This is even the case if all fields are filled with a value. If I don’t fill all fields, I additionally get a “Input missing” message. However, it should be possible that one does not need to fill in all fields. In fact, in a lot of the DAR soil scenarios not all fields are filled.
1.0
Problems with scenario filling - If I go under „Scenarios“ > „Actions“ > „Add full scenario“, I can fill out the different parameters (comments see later tickets), but if I want to submit the scenario this does not work. This is even the case if all fields are filled with a value. If I don’t fill all fields, I additionally get a “Input missing” message. However, it should be possible that one does not need to fill in all fields. In fact, in a lot of the DAR soil scenarios not all fields are filled.
priority
problems with scenario filling if i go under „scenarios“ „actions“ „add full scenario“ i can fill out the different parameters comments see later tickets but if i want to submit the scenario this does not work this is even the case if all fields are filled with a value if i don’t fill all fields i additionally get a “input missing” message however it should be possible that one does not need to fill in all fields in fact in a lot of the dar soil scenarios not all fields are filled
1
395,120
11,671,879,761
IssuesEvent
2020-03-04 04:47:18
qlcchain/go-qlc
https://api.github.com/repos/qlcchain/go-qlc
closed
add more unit test cases of common and wallet
Priority: High Type: Enhancement
- more test cases of common modules - more test case of wallet module
1.0
add more unit test cases of common and wallet - - more test cases of common modules - more test case of wallet module
priority
add more unit test cases of common and wallet more test cases of common modules more test case of wallet module
1
206,383
7,112,025,596
IssuesEvent
2018-01-17 15:52:23
gitgoodordietyping/ccu
https://api.github.com/repos/gitgoodordietyping/ccu
closed
Energy Plan Templates
High priority
Do the navigation of the energy plan selection template and going away template
1.0
Energy Plan Templates - Do the navigation of the energy plan selection template and going away template
priority
energy plan templates do the navigation of the energy plan selection template and going away template
1
480,588
13,854,576,545
IssuesEvent
2020-10-15 09:42:19
AY2021S1-CS2113-T16-4/tp
https://api.github.com/repos/AY2021S1-CS2113-T16-4/tp
closed
As an admin, I can view all appointments of a patient based on NRIC
priority.High type.Story
... so that I can remind patients on their appointment schedules.
1.0
As an admin, I can view all appointments of a patient based on NRIC - ... so that I can remind patients on their appointment schedules.
priority
as an admin i can view all appointments of a patient based on nric so that i can remind patients on their appointment schedules
1
597,583
18,166,985,386
IssuesEvent
2021-09-27 15:32:19
AY2122S1-CS2103-T14-2/tp
https://api.github.com/repos/AY2122S1-CS2103-T14-2/tp
closed
Update "Adding" command in Features section of UG
priority.High type.Task
This includes the start of features, including ("Notes about the command format"), up to the end of the "Adding" command.
1.0
Update "Adding" command in Features section of UG - This includes the start of features, including ("Notes about the command format"), up to the end of the "Adding" command.
priority
update adding command in features section of ug this includes the start of features including notes about the command format up to the end of the adding command
1
229,934
7,601,284,985
IssuesEvent
2018-04-28 11:47:50
IFRCGo/cbs
https://api.github.com/repos/IFRCGo/cbs
opened
Log out button
Admin Authentication high-priority
Users need to be able to log out from the platform, especially when logging in from public/shared computers.
1.0
Log out button - Users need to be able to log out from the platform, especially when logging in from public/shared computers.
priority
log out button users need to be able to log out from the platform especially when logging in from public shared computers
1
252,779
8,041,715,134
IssuesEvent
2018-07-31 04:46:28
vmware/harbor
https://api.github.com/repos/vmware/harbor
closed
Incorrect default value of timestamp in SQL script.
kind/bug priority/high target/1.6.0
Current approach to set default value of `creation_time`: `timestamp default 'now'::timestamp` https://github.com/vmware/harbor/blob/master/make/migrations/postgresql/0001_initial_schema.up.sql#L123 Generates incorrect value as it's evaluated at the time of creation of the tables.
1.0
Incorrect default value of timestamp in SQL script. - Current approach to set default value of `creation_time`: `timestamp default 'now'::timestamp` https://github.com/vmware/harbor/blob/master/make/migrations/postgresql/0001_initial_schema.up.sql#L123 Generates incorrect value as it's evaluated at the time of creation of the tables.
priority
incorrect default value of timestamp in sql script current approach to set default value of creation time timestamp default now timestamp generates incorrect value as it s evaluated at the time of creation of the tables
1
71,915
3,369,701,066
IssuesEvent
2015-11-23 11:36:20
DOAJ/doaj
https://api.github.com/repos/DOAJ/doaj
opened
Sorry your account does not have an associated email address error
bug high priority
Seeing a few emails with this message in it: Sorry your account does not have an associated email address when people trying to reset their own passwords. And all have email addresses associated with them. EG 1488559x Do we know why?
1.0
Sorry your account does not have an associated email address error - Seeing a few emails with this message in it: Sorry your account does not have an associated email address when people trying to reset their own passwords. And all have email addresses associated with them. EG 1488559x Do we know why?
priority
sorry your account does not have an associated email address error seeing a few emails with this message in it sorry your account does not have an associated email address when people trying to reset their own passwords and all have email addresses associated with them eg do we know why
1
105,619
4,239,138,304
IssuesEvent
2016-07-06 08:17:03
knime-mpicbg/knime-scripting
https://api.github.com/repos/knime-mpicbg/knime-scripting
closed
Matlab jmi ClassLoader problem
bug high priority Matlab
Even though the scripting integration 2.0.3 work while running them from eclipse, the following error occurs once the plugin is deployed via a normal knime installation: ``` 2015-03-01 14:38:01,426 DEBUG KNIME-Worker-2 Open in Matlab : Execute failed: Support code location could not be determined. Could not convert from URL to URI location. URL Location: file:/Users/turf/Desktop/KNIME 2.11.2/plugins/de.mpicbg.knime.scripting.matlab.srv_2.0.3.201502241335/lib/matlabcontrol-4.1.0.jar Code Source: (file:/Users/turf/Desktop/KNIME 2.11.2/plugins/de.mpicbg.knime.scripting.matlab.srv_2.0.3.201502241335/lib/matlabcontrol-4.1.0.jar <no signer certificates>) Protection Domain: ProtectionDomain (file:/Users/turf/Desktop/KNIME 2.11.2/plugins/de.mpicbg.knime.scripting.matlab.srv_2.0.3.201502241335/lib/matlabcontrol-4.1.0.jar <no signer certificates>) null <no principals> java.security.AllPermissionCollection@3f305bbe ( ("java.security.AllPermission" "<all permissions>" "<all actions>") ) ```
1.0
Matlab jmi ClassLoader problem - Even though the scripting integration 2.0.3 work while running them from eclipse, the following error occurs once the plugin is deployed via a normal knime installation: ``` 2015-03-01 14:38:01,426 DEBUG KNIME-Worker-2 Open in Matlab : Execute failed: Support code location could not be determined. Could not convert from URL to URI location. URL Location: file:/Users/turf/Desktop/KNIME 2.11.2/plugins/de.mpicbg.knime.scripting.matlab.srv_2.0.3.201502241335/lib/matlabcontrol-4.1.0.jar Code Source: (file:/Users/turf/Desktop/KNIME 2.11.2/plugins/de.mpicbg.knime.scripting.matlab.srv_2.0.3.201502241335/lib/matlabcontrol-4.1.0.jar <no signer certificates>) Protection Domain: ProtectionDomain (file:/Users/turf/Desktop/KNIME 2.11.2/plugins/de.mpicbg.knime.scripting.matlab.srv_2.0.3.201502241335/lib/matlabcontrol-4.1.0.jar <no signer certificates>) null <no principals> java.security.AllPermissionCollection@3f305bbe ( ("java.security.AllPermission" "<all permissions>" "<all actions>") ) ```
priority
matlab jmi classloader problem even though the scripting integration work while running them from eclipse the following error occurs once the plugin is deployed via a normal knime installation debug knime worker open in matlab execute failed support code location could not be determined could not convert from url to uri location url location file users turf desktop knime plugins de mpicbg knime scripting matlab srv lib matlabcontrol jar code source file users turf desktop knime plugins de mpicbg knime scripting matlab srv lib matlabcontrol jar protection domain protectiondomain file users turf desktop knime plugins de mpicbg knime scripting matlab srv lib matlabcontrol jar null java security allpermissioncollection java security allpermission
1
657,708
21,801,891,528
IssuesEvent
2022-05-16 06:33:27
zeyneplervesarp/swe574-javagang
https://api.github.com/repos/zeyneplervesarp/swe574-javagang
closed
Featured services doesn't appear on the front page when the user is logged out
bug high priority difficulty-easy
This is probably related to authorization, backend doesn't return 200 response. Need to get feature services in load database
1.0
Featured services doesn't appear on the front page when the user is logged out - This is probably related to authorization, backend doesn't return 200 response. Need to get feature services in load database
priority
featured services doesn t appear on the front page when the user is logged out this is probably related to authorization backend doesn t return response need to get feature services in load database
1
58,309
3,088,713,849
IssuesEvent
2015-08-25 17:54:59
TheLens/demolitions
https://api.github.com/repos/TheLens/demolitions
closed
Tom to see if this credit line will fit
High priority
For some photos: The Historic New Orleans Collection, gift of FEMA If not, it's THNOC, gift of FEMA
1.0
Tom to see if this credit line will fit - For some photos: The Historic New Orleans Collection, gift of FEMA If not, it's THNOC, gift of FEMA
priority
tom to see if this credit line will fit for some photos the historic new orleans collection gift of fema if not it s thnoc gift of fema
1
238,612
7,781,280,315
IssuesEvent
2018-06-05 23:19:46
Myoats/preprod
https://api.github.com/repos/Myoats/preprod
opened
Add Javascript function for calling a modal
Highest Priority
Some users are unable to see the canvas if their browser is set to private mode, or if they disabled local storage. We should show a modal that tells guides users how to fix this. Ryan can detect if the canvas isn't showing for this reason. Can you create a javascript function which opens up modals for the Sketch team to call. I can supply the copy for the modal.
1.0
Add Javascript function for calling a modal - Some users are unable to see the canvas if their browser is set to private mode, or if they disabled local storage. We should show a modal that tells guides users how to fix this. Ryan can detect if the canvas isn't showing for this reason. Can you create a javascript function which opens up modals for the Sketch team to call. I can supply the copy for the modal.
priority
add javascript function for calling a modal some users are unable to see the canvas if their browser is set to private mode or if they disabled local storage we should show a modal that tells guides users how to fix this ryan can detect if the canvas isn t showing for this reason can you create a javascript function which opens up modals for the sketch team to call i can supply the copy for the modal
1
566,532
16,823,669,126
IssuesEvent
2021-06-17 15:44:57
NWFSC-OA-lab/krl_lrv_ph_temp_2021
https://api.github.com/repos/NWFSC-OA-lab/krl_lrv_ph_temp_2021
opened
Krill net supplies trip 2021.06.21
High priority
- [ ] krill net (prepare) - [ ] Keister net - [ ] line - [ ] bridle - [ ] davit - [ ] pot puller (test) - [ ] battery & switch - [ ] weight - [ ] load up the boat - [ ] test pot puller on land - [ ] **Shackles** - [ ] **Tools for net**
1.0
Krill net supplies trip 2021.06.21 - - [ ] krill net (prepare) - [ ] Keister net - [ ] line - [ ] bridle - [ ] davit - [ ] pot puller (test) - [ ] battery & switch - [ ] weight - [ ] load up the boat - [ ] test pot puller on land - [ ] **Shackles** - [ ] **Tools for net**
priority
krill net supplies trip krill net prepare keister net line bridle davit pot puller test battery switch weight load up the boat test pot puller on land shackles tools for net
1
45,539
2,934,793,458
IssuesEvent
2015-06-30 10:50:28
Baystation12/Baystation12
https://api.github.com/repos/Baystation12/Baystation12
closed
[DEV-FREEZE] Maintenance drone runtime
priority: high runtime error
From #9310, may need a recheck. Spawning a drone: ``` runtime error: Cannot read null.network proc name: add camera networks (/obj/item/weapon/robot_module/proc/add_camera_networks) source file: robot_modules.dm,111 usr: the maintenance drone (849) (/mob/living/silicon/robot/drone) src: the drone module (/obj/item/weapon/robot_module/drone) call stack: the drone module (/obj/item/weapon/robot_module/drone): add camera networks(the maintenance drone (849) (/mob/living/silicon/robot/drone)) the drone module (/obj/item/weapon/robot_module/drone): New(the maintenance drone (849) (/mob/living/silicon/robot/drone)) the drone module (/obj/item/weapon/robot_module/drone): New(the maintenance drone (849) (/mob/living/silicon/robot/drone)) the maintenance drone (849) (/mob/living/silicon/robot/drone): init() the maintenance drone (849) (/mob/living/silicon/robot/drone): New(the floor (94,112,1) (/turf/simulated/floor), 0) the maintenance drone (849) (/mob/living/silicon/robot/drone): New(the floor (94,112,1) (/turf/simulated/floor)) HarpyEagle (/client): Spawn("drone") ```
1.0
[DEV-FREEZE] Maintenance drone runtime - From #9310, may need a recheck. Spawning a drone: ``` runtime error: Cannot read null.network proc name: add camera networks (/obj/item/weapon/robot_module/proc/add_camera_networks) source file: robot_modules.dm,111 usr: the maintenance drone (849) (/mob/living/silicon/robot/drone) src: the drone module (/obj/item/weapon/robot_module/drone) call stack: the drone module (/obj/item/weapon/robot_module/drone): add camera networks(the maintenance drone (849) (/mob/living/silicon/robot/drone)) the drone module (/obj/item/weapon/robot_module/drone): New(the maintenance drone (849) (/mob/living/silicon/robot/drone)) the drone module (/obj/item/weapon/robot_module/drone): New(the maintenance drone (849) (/mob/living/silicon/robot/drone)) the maintenance drone (849) (/mob/living/silicon/robot/drone): init() the maintenance drone (849) (/mob/living/silicon/robot/drone): New(the floor (94,112,1) (/turf/simulated/floor), 0) the maintenance drone (849) (/mob/living/silicon/robot/drone): New(the floor (94,112,1) (/turf/simulated/floor)) HarpyEagle (/client): Spawn("drone") ```
priority
maintenance drone runtime from may need a recheck spawning a drone runtime error cannot read null network proc name add camera networks obj item weapon robot module proc add camera networks source file robot modules dm usr the maintenance drone mob living silicon robot drone src the drone module obj item weapon robot module drone call stack the drone module obj item weapon robot module drone add camera networks the maintenance drone mob living silicon robot drone the drone module obj item weapon robot module drone new the maintenance drone mob living silicon robot drone the drone module obj item weapon robot module drone new the maintenance drone mob living silicon robot drone the maintenance drone mob living silicon robot drone init the maintenance drone mob living silicon robot drone new the floor turf simulated floor the maintenance drone mob living silicon robot drone new the floor turf simulated floor harpyeagle client spawn drone
1
68,498
3,288,835,911
IssuesEvent
2015-10-29 16:35:42
CoderDojo/community-platform
https://api.github.com/repos/CoderDojo/community-platform
opened
Homepage map not showing dojos
bug high priority
This is due to the new api endpoint being updated to 2.0 and changing to a POST request. Have to update the homepage to match.
1.0
Homepage map not showing dojos - This is due to the new api endpoint being updated to 2.0 and changing to a POST request. Have to update the homepage to match.
priority
homepage map not showing dojos this is due to the new api endpoint being updated to and changing to a post request have to update the homepage to match
1
58,799
3,091,455,628
IssuesEvent
2015-08-26 13:18:24
bompi88/grand-view
https://api.github.com/repos/bompi88/grand-view
closed
Delete and backspace buttons to delete chapter nodes
bug high priority
Make sure delete and backspace buttons only deletes when a chapter is selected and the user is in not in edit mode of any type.
1.0
Delete and backspace buttons to delete chapter nodes - Make sure delete and backspace buttons only deletes when a chapter is selected and the user is in not in edit mode of any type.
priority
delete and backspace buttons to delete chapter nodes make sure delete and backspace buttons only deletes when a chapter is selected and the user is in not in edit mode of any type
1
144,125
5,536,183,843
IssuesEvent
2017-03-21 19:00:22
buttercup-pw/buttercup-browser-extension
https://api.github.com/repos/buttercup-pw/buttercup-browser-extension
closed
Infrequent broken popup size
Priority: High Status: Available Type: Bug
![image](https://cloud.githubusercontent.com/assets/3869469/22396079/fcf0f8f2-e558-11e6-8225-0ddefcc67c1f.png) The popup sometimes picks a stupid size and doesn't fix itself without closing and opening it again.
1.0
Infrequent broken popup size - ![image](https://cloud.githubusercontent.com/assets/3869469/22396079/fcf0f8f2-e558-11e6-8225-0ddefcc67c1f.png) The popup sometimes picks a stupid size and doesn't fix itself without closing and opening it again.
priority
infrequent broken popup size the popup sometimes picks a stupid size and doesn t fix itself without closing and opening it again
1
267,770
8,392,633,936
IssuesEvent
2018-10-09 18:11:39
turtl/tracker
https://api.github.com/repos/turtl/tracker
opened
Migration keychain decryption failing for some users
priority:high project:core type:bug
``` 2018-10-09T11:32:55 - [INFO][migrate] migrate::get_profile() -- got profile, processing 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [INFO][migrate] migrate::get_profile() -- profile processed (got 10 items, 0 files) 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [WARN][migrate] migrate::decrypt_profile() -- error decrypting keychain entry: 0165b6b32959fab258f7e62a4d2083dc9906238a774726c012c35f403dc7fa5bc7257cb29a5f034c 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [WARN][migrate] migrate::decrypt_profile() -- error decrypting keychain entry: 0165b6c37490fab258f7e62a4d2083dc9906238a774726c012c35f403dc7fa5bc7257cb29a5f04a0 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [WARN][migrate] migrate::decrypt_profile() -- error decrypting keychain entry: 0165b6ab1034fab258f7e62a4d2083dc9906238a774726c012c35f403dc7fa5bc7257cb29a5f016b 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [WARN][migrate] migrate::decrypt_profile() -- error decrypting keychain entry: 0165b74fd5246bd3c6d7d08eb8148c5f40d371b89cc2ff826e0c8f4bd414c4d27c5afe03b69d0071 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [WARN][migrate] migrate::decrypt_profile() -- error decrypting keychain entry: 0165b6abde1ffab258f7e62a4d2083dc9906238a774726c012c35f403dc7fa5bc7257cb29a5f01c1 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [WARN][migrate] migrate::decrypt_profile() -- error decrypting keychain entry: 0165b7502e4e6bd3c6d7d08eb8148c5f40d371b89cc2ff826e0c8f4bd414c4d27c5afe03b69d00b5 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [WARN][migrate] migrate::decrypt_profile() -- error decrypting keychain entry: 0165b750035e6bd3c6d7d08eb8148c5f40d371b89cc2ff826e0c8f4bd414c4d27c5afe03b69d008b 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [WARN][migrate] migrate::decrypt_profile() -- error decrypting keychain entry: 0165b6efce1ffab258f7e62a4d2083dc9906238a774726c012c35f403dc7fa5bc7257cb29a5f00cf 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [WARN][migrate] migrate::decrypt_profile() -- error decrypting keychain entry: 0165c037ffaf6bd3c6d7d08eb8148c5f40d371b89cc2ff826e0c8f4bd414c4d27c5afe03b69d00bf 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [WARN][migrate] migrate::decrypt_profile() -- error decrypting keychain entry: 0165c03629966bd3c6d7d08eb8148c5f40d371b89cc2ff826e0c8f4bd414c4d27c5afe03b69d0097 ``` Looks like a master key issue? Could this possibly be related to #190?
1.0
Migration keychain decryption failing for some users - ``` 2018-10-09T11:32:55 - [INFO][migrate] migrate::get_profile() -- got profile, processing 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [INFO][migrate] migrate::get_profile() -- profile processed (got 10 items, 0 files) 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [WARN][migrate] migrate::decrypt_profile() -- error decrypting keychain entry: 0165b6b32959fab258f7e62a4d2083dc9906238a774726c012c35f403dc7fa5bc7257cb29a5f034c 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [WARN][migrate] migrate::decrypt_profile() -- error decrypting keychain entry: 0165b6c37490fab258f7e62a4d2083dc9906238a774726c012c35f403dc7fa5bc7257cb29a5f04a0 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [WARN][migrate] migrate::decrypt_profile() -- error decrypting keychain entry: 0165b6ab1034fab258f7e62a4d2083dc9906238a774726c012c35f403dc7fa5bc7257cb29a5f016b 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [WARN][migrate] migrate::decrypt_profile() -- error decrypting keychain entry: 0165b74fd5246bd3c6d7d08eb8148c5f40d371b89cc2ff826e0c8f4bd414c4d27c5afe03b69d0071 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [WARN][migrate] migrate::decrypt_profile() -- error decrypting keychain entry: 0165b6abde1ffab258f7e62a4d2083dc9906238a774726c012c35f403dc7fa5bc7257cb29a5f01c1 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [WARN][migrate] migrate::decrypt_profile() -- error decrypting keychain entry: 0165b7502e4e6bd3c6d7d08eb8148c5f40d371b89cc2ff826e0c8f4bd414c4d27c5afe03b69d00b5 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [WARN][migrate] migrate::decrypt_profile() -- error decrypting keychain entry: 0165b750035e6bd3c6d7d08eb8148c5f40d371b89cc2ff826e0c8f4bd414c4d27c5afe03b69d008b 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [WARN][migrate] migrate::decrypt_profile() -- error decrypting keychain entry: 0165b6efce1ffab258f7e62a4d2083dc9906238a774726c012c35f403dc7fa5bc7257cb29a5f00cf 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [WARN][migrate] migrate::decrypt_profile() -- error decrypting keychain entry: 0165c037ffaf6bd3c6d7d08eb8148c5f40d371b89cc2ff826e0c8f4bd414c4d27c5afe03b69d00bf 2018-10-09T11:32:55 - [INFO][turtl_core::messaging] messaging::ui_event() -- migration-event 2018-10-09T11:32:55 - [WARN][migrate] migrate::decrypt_profile() -- error decrypting keychain entry: 0165c03629966bd3c6d7d08eb8148c5f40d371b89cc2ff826e0c8f4bd414c4d27c5afe03b69d0097 ``` Looks like a master key issue? Could this possibly be related to #190?
priority
migration keychain decryption failing for some users migrate get profile got profile processing messaging ui event migration event messaging ui event migration event messaging ui event migration event messaging ui event migration event migrate get profile profile processed got items files messaging ui event migration event migrate decrypt profile error decrypting keychain entry messaging ui event migration event migrate decrypt profile error decrypting keychain entry messaging ui event migration event migrate decrypt profile error decrypting keychain entry messaging ui event migration event migrate decrypt profile error decrypting keychain entry messaging ui event migration event migrate decrypt profile error decrypting keychain entry messaging ui event migration event migrate decrypt profile error decrypting keychain entry messaging ui event migration event migrate decrypt profile error decrypting keychain entry messaging ui event migration event migrate decrypt profile error decrypting keychain entry messaging ui event migration event migrate decrypt profile error decrypting keychain entry messaging ui event migration event migrate decrypt profile error decrypting keychain entry looks like a master key issue could this possibly be related to
1
765,716
26,858,809,603
IssuesEvent
2023-02-03 16:37:04
status-im/status-mobile
https://api.github.com/repos/status-im/status-mobile
opened
Contact requests, messages are delivered with delay
bug high-priority
Since 02 Feb or 03 Feb we started facing an issue with delivery of CR and messages in chats. Reproducible on latest nightly **Steps:** 1. User A sends CR to User B - pay attention how much time it takes for CR to be delivered to receiver 2. User B accepts CR - pay attention how much time it takes for User B to appear in contact list of User A after CR acception 3. User A sends several messages in a row - pay attention at messages delivery time and order of delivered messages **Actual result:** delivery delay is observed with CRs, CR decisions, messages. Messages in chat are delivered in random order. **Expected result:** no delivery delay. https://user-images.githubusercontent.com/97245802/216657118-fb6bf709-510e-4136-86e4-4cf72ba2ca81.mp4 [User_B_receiver.zip](https://github.com/status-im/status-mobile/files/10580817/User_B_receiver.zip) [User_A_sender.zip](https://github.com/status-im/status-mobile/files/10580816/User_A_sender.zip) ### Additional Information - Status version: nightly - Operating System: Android, iOS [comment]: # (Please, add logs/notes if necessary)
1.0
Contact requests, messages are delivered with delay - Since 02 Feb or 03 Feb we started facing an issue with delivery of CR and messages in chats. Reproducible on latest nightly **Steps:** 1. User A sends CR to User B - pay attention how much time it takes for CR to be delivered to receiver 2. User B accepts CR - pay attention how much time it takes for User B to appear in contact list of User A after CR acception 3. User A sends several messages in a row - pay attention at messages delivery time and order of delivered messages **Actual result:** delivery delay is observed with CRs, CR decisions, messages. Messages in chat are delivered in random order. **Expected result:** no delivery delay. https://user-images.githubusercontent.com/97245802/216657118-fb6bf709-510e-4136-86e4-4cf72ba2ca81.mp4 [User_B_receiver.zip](https://github.com/status-im/status-mobile/files/10580817/User_B_receiver.zip) [User_A_sender.zip](https://github.com/status-im/status-mobile/files/10580816/User_A_sender.zip) ### Additional Information - Status version: nightly - Operating System: Android, iOS [comment]: # (Please, add logs/notes if necessary)
priority
contact requests messages are delivered with delay since feb or feb we started facing an issue with delivery of cr and messages in chats reproducible on latest nightly steps user a sends cr to user b pay attention how much time it takes for cr to be delivered to receiver user b accepts cr pay attention how much time it takes for user b to appear in contact list of user a after cr acception user a sends several messages in a row pay attention at messages delivery time and order of delivered messages actual result delivery delay is observed with crs cr decisions messages messages in chat are delivered in random order expected result no delivery delay additional information status version nightly operating system android ios please add logs notes if necessary
1
120,239
4,787,062,390
IssuesEvent
2016-10-29 19:45:53
aces/cbrain
https://api.github.com/repos/aces/cbrain
opened
Switching task index pagination fails after a POST
Bug Priority: High User Interface
If in the tasks index page I perform an action that requires a POST, for instance, archiving a task, and then after the page refreshes I try to switch page (clicking a page or 3 etc), the browser shows the JS script for rendering the next page of the table instead of updating the table itself.
1.0
Switching task index pagination fails after a POST - If in the tasks index page I perform an action that requires a POST, for instance, archiving a task, and then after the page refreshes I try to switch page (clicking a page or 3 etc), the browser shows the JS script for rendering the next page of the table instead of updating the table itself.
priority
switching task index pagination fails after a post if in the tasks index page i perform an action that requires a post for instance archiving a task and then after the page refreshes i try to switch page clicking a page or etc the browser shows the js script for rendering the next page of the table instead of updating the table itself
1
47,073
2,971,963,857
IssuesEvent
2015-07-14 10:40:10
UnifiedViews/Core
https://api.github.com/repos/UnifiedViews/Core
closed
DPU template is not deleted after copy and reconfigure
priority: High severity: bug status: planned
Steps to reproduce * to copy DPU template * to change configuration of copy, not saving changes * To delete this changed DPU and to confirm deletion * _Result: DPU template disappears - CORRECT_ * To select another DPU template * UV asks to save changes, to confirm save * _Result: DPU template is back - WRONG_
1.0
DPU template is not deleted after copy and reconfigure - Steps to reproduce * to copy DPU template * to change configuration of copy, not saving changes * To delete this changed DPU and to confirm deletion * _Result: DPU template disappears - CORRECT_ * To select another DPU template * UV asks to save changes, to confirm save * _Result: DPU template is back - WRONG_
priority
dpu template is not deleted after copy and reconfigure steps to reproduce to copy dpu template to change configuration of copy not saving changes to delete this changed dpu and to confirm deletion result dpu template disappears correct to select another dpu template uv asks to save changes to confirm save result dpu template is back wrong
1
612,781
19,042,574,771
IssuesEvent
2021-11-25 00:53:56
oyuz/E-commerce-site
https://api.github.com/repos/oyuz/E-commerce-site
closed
Functionality - Shopping cart
high priority
From use case: - As a customer, I want to be able to add a pizza to my shopping cart, so that I am able to create my desired order Depends on: - Shopping cart database table implementation - Placing order implementation Expected result: - A user should be able to add any amount of products to his/her cart - A cart should persist through sessions - A user should be able to place an order on the entire cart at once - A user should be able to view his current shopping cart
1.0
Functionality - Shopping cart - From use case: - As a customer, I want to be able to add a pizza to my shopping cart, so that I am able to create my desired order Depends on: - Shopping cart database table implementation - Placing order implementation Expected result: - A user should be able to add any amount of products to his/her cart - A cart should persist through sessions - A user should be able to place an order on the entire cart at once - A user should be able to view his current shopping cart
priority
functionality shopping cart from use case as a customer i want to be able to add a pizza to my shopping cart so that i am able to create my desired order depends on shopping cart database table implementation placing order implementation expected result a user should be able to add any amount of products to his her cart a cart should persist through sessions a user should be able to place an order on the entire cart at once a user should be able to view his current shopping cart
1