Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
957
labels
stringlengths
4
795
body
stringlengths
1
259k
index
stringclasses
12 values
text_combine
stringlengths
96
259k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
790,189
27,818,172,106
IssuesEvent
2023-03-18 23:07:51
conan-io/conan
https://api.github.com/repos/conan-io/conan
closed
system_requirements not reliable for ":all" and native-arch packages (using APT).
type: feature stage: queue priority: medium complex: medium
I work on amd64 system (Debian SID), and I verified the issue on 1.18.4. Let's assume I need the following system packages for my conan package: x11proto-xf86dga-dev and libxinerama-dev. So for start let's remove them on my system: sudo apt remove x11proto-xf86dga-dev libxinerama-dev libxinerama-dev:i386 So I have code in my conanfile.py like this: packages = ["libxinerama-dev", "x11proto-xf86dga-dev"] installer = SystemPackageTool(conanfile=self) for pack_name in packages: installer.install(pack_name) now if I try to build, let's say first for an i386 profile "-p linux_x86", then libxinerama-dev:i386 will be installed, but then installation of "x11proto-xf86dga-dev:i386" will fail, since it does not exist, there is only x11proto-xf86dga-dev:all. (2nd issue:) Let's forget about that "x11proto-xf86dga-dev", and proceed to building for my native architecture, the default profile. That will fail, because libxinerama-dev:amd64 is not installed: -- Conan tries to avoid asking to install an already installed package, and the query used by conan: dpkg-query -W -f='${Status}' libxinerama-dev | grep -q installed will report true, because the pattern matches "libxinerama-dev:i386" installed package.
1.0
system_requirements not reliable for ":all" and native-arch packages (using APT). - I work on amd64 system (Debian SID), and I verified the issue on 1.18.4. Let's assume I need the following system packages for my conan package: x11proto-xf86dga-dev and libxinerama-dev. So for start let's remove them on my system: sudo apt remove x11proto-xf86dga-dev libxinerama-dev libxinerama-dev:i386 So I have code in my conanfile.py like this: packages = ["libxinerama-dev", "x11proto-xf86dga-dev"] installer = SystemPackageTool(conanfile=self) for pack_name in packages: installer.install(pack_name) now if I try to build, let's say first for an i386 profile "-p linux_x86", then libxinerama-dev:i386 will be installed, but then installation of "x11proto-xf86dga-dev:i386" will fail, since it does not exist, there is only x11proto-xf86dga-dev:all. (2nd issue:) Let's forget about that "x11proto-xf86dga-dev", and proceed to building for my native architecture, the default profile. That will fail, because libxinerama-dev:amd64 is not installed: -- Conan tries to avoid asking to install an already installed package, and the query used by conan: dpkg-query -W -f='${Status}' libxinerama-dev | grep -q installed will report true, because the pattern matches "libxinerama-dev:i386" installed package.
priority
system requirements not reliable for all and native arch packages using apt i work on system debian sid and i verified the issue on let s assume i need the following system packages for my conan package dev and libxinerama dev so for start let s remove them on my system sudo apt remove dev libxinerama dev libxinerama dev so i have code in my conanfile py like this packages installer systempackagetool conanfile self for pack name in packages installer install pack name now if i try to build let s say first for an profile p linux then libxinerama dev will be installed but then installation of dev will fail since it does not exist there is only dev all issue let s forget about that dev and proceed to building for my native architecture the default profile that will fail because libxinerama dev is not installed conan tries to avoid asking to install an already installed package and the query used by conan dpkg query w f status libxinerama dev grep q installed will report true because the pattern matches libxinerama dev installed package
1
749,211
26,153,786,703
IssuesEvent
2022-12-30 17:58:03
Blade2021/Sherlock
https://api.github.com/repos/Blade2021/Sherlock
closed
[FR] Reaction Roles
Type: feature request Status: approved Status: In progress Priority: medium
**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** Reaction roles, Give servers the ability to create a message with reactions that will trigger roles.
1.0
[FR] Reaction Roles - **Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** Reaction roles, Give servers the ability to create a message with reactions that will trigger roles.
priority
reaction roles is your feature request related to a problem please describe describe the solution you d like reaction roles give servers the ability to create a message with reactions that will trigger roles
1
503,518
14,593,410,541
IssuesEvent
2020-12-19 22:40:03
MagiCircles/BanGDream
https://api.github.com/repos/MagiCircles/BanGDream
closed
API for listing cards on an account
MagiCircles feature medium priority
I'd like an API to display a list of cards a user has on their account with the details to determine the state of the card (Trained, Max Leveled, Episodes Completed, Skill Level)
1.0
API for listing cards on an account - I'd like an API to display a list of cards a user has on their account with the details to determine the state of the card (Trained, Max Leveled, Episodes Completed, Skill Level)
priority
api for listing cards on an account i d like an api to display a list of cards a user has on their account with the details to determine the state of the card trained max leveled episodes completed skill level
1
813,710
30,468,775,262
IssuesEvent
2023-07-17 12:19:54
ubiquity/ubiquibot
https://api.github.com/repos/ubiquity/ubiquibot
closed
Replace `/assign` with Opening Draft Pull Request
Time: <1 Day Priority: 1 (Medium) Price: 300 USD
I think it makes sense to only allow a bounty hunter to "call dibs" and assign themselves to a task when they open up a draft pull request. Reasoning below: > > Bounty hunters will spend more time deducting how to self assign an issue via a draft PR compared to the straight /assign command. > > We currently have the capability for the bot to respond with the help/tutorial message whenever the user writes their first comment on any new repository. Within this tutorial message we can simply explain that in order to be assigned to the bounty now, they must open a draft pull request and associate it with the issue. > > > most of the issues are assigned via the /assign command. > > The reason why I am not a fan of this approach is because I've seen a handful of instances where bounty hunters will reserve a task (disincentivizing anybody else from working on it) and then proceeding to not start on the task at all. > > If they have a pull request opened, they at least got started with the task which I anecdotally observed as having a higher completion rate. _Originally posted by @pavlovcik in https://github.com/ubiquity/ubiquity-dollar/issues/690#issuecomment-1607006170_ --- ### 12 July 2023 Update I want to modify the specification actually to retain this feature if projects really want it, because it seems that some of us really like it (but I want to try an experiment without for a little while to measure performance differences.) - Let's make the default configuration option `assign-command: boolean` disabled for this - If it is disabled, the help menu must be modified to state that the bot will automatically assign a user to an issue if they open up a draft pull request to that issue. - If it is disabled, then leave the "open pr auto assign" capability (perhaps we can make a config for that in the future as well)
1.0
Replace `/assign` with Opening Draft Pull Request - I think it makes sense to only allow a bounty hunter to "call dibs" and assign themselves to a task when they open up a draft pull request. Reasoning below: > > Bounty hunters will spend more time deducting how to self assign an issue via a draft PR compared to the straight /assign command. > > We currently have the capability for the bot to respond with the help/tutorial message whenever the user writes their first comment on any new repository. Within this tutorial message we can simply explain that in order to be assigned to the bounty now, they must open a draft pull request and associate it with the issue. > > > most of the issues are assigned via the /assign command. > > The reason why I am not a fan of this approach is because I've seen a handful of instances where bounty hunters will reserve a task (disincentivizing anybody else from working on it) and then proceeding to not start on the task at all. > > If they have a pull request opened, they at least got started with the task which I anecdotally observed as having a higher completion rate. _Originally posted by @pavlovcik in https://github.com/ubiquity/ubiquity-dollar/issues/690#issuecomment-1607006170_ --- ### 12 July 2023 Update I want to modify the specification actually to retain this feature if projects really want it, because it seems that some of us really like it (but I want to try an experiment without for a little while to measure performance differences.) - Let's make the default configuration option `assign-command: boolean` disabled for this - If it is disabled, the help menu must be modified to state that the bot will automatically assign a user to an issue if they open up a draft pull request to that issue. - If it is disabled, then leave the "open pr auto assign" capability (perhaps we can make a config for that in the future as well)
priority
replace assign with opening draft pull request i think it makes sense to only allow a bounty hunter to call dibs and assign themselves to a task when they open up a draft pull request reasoning below bounty hunters will spend more time deducting how to self assign an issue via a draft pr compared to the straight assign command we currently have the capability for the bot to respond with the help tutorial message whenever the user writes their first comment on any new repository within this tutorial message we can simply explain that in order to be assigned to the bounty now they must open a draft pull request and associate it with the issue most of the issues are assigned via the assign command the reason why i am not a fan of this approach is because i ve seen a handful of instances where bounty hunters will reserve a task disincentivizing anybody else from working on it and then proceeding to not start on the task at all if they have a pull request opened they at least got started with the task which i anecdotally observed as having a higher completion rate originally posted by pavlovcik in july update i want to modify the specification actually to retain this feature if projects really want it because it seems that some of us really like it but i want to try an experiment without for a little while to measure performance differences let s make the default configuration option assign command boolean disabled for this if it is disabled the help menu must be modified to state that the bot will automatically assign a user to an issue if they open up a draft pull request to that issue if it is disabled then leave the open pr auto assign capability perhaps we can make a config for that in the future as well
1
694,246
23,807,349,954
IssuesEvent
2022-09-04 08:35:24
application-research/estuary
https://api.github.com/repos/application-research/estuary
closed
Restore upload.estuary.tech
Priority: medium infra-devops
Restore upload.estuary.tech Host: Equinix Name: retrieval-demo *As of this writing, I have restarted the server after confirming that there are no projects are using it.*
1.0
Restore upload.estuary.tech - Restore upload.estuary.tech Host: Equinix Name: retrieval-demo *As of this writing, I have restarted the server after confirming that there are no projects are using it.*
priority
restore upload estuary tech restore upload estuary tech host equinix name retrieval demo as of this writing i have restarted the server after confirming that there are no projects are using it
1
788,945
27,774,443,686
IssuesEvent
2023-03-16 16:18:53
zowe/docs-site
https://api.github.com/repos/zowe/docs-site
closed
Issue with docs.zowe.org/stable/user-guide/cli-using-using-profiles
area: cli priority-medium
## Description zowe profiles commands are no longer valid, yet the documentation refers to zowe profiles commands and not zowe config commands. ## Pages to Update docs.zowe.org/stable/user-guide/cli-using-using-profiles ## Additional context It is unclear how a Zowe CLI user should work with profiles now in v2.
1.0
Issue with docs.zowe.org/stable/user-guide/cli-using-using-profiles - ## Description zowe profiles commands are no longer valid, yet the documentation refers to zowe profiles commands and not zowe config commands. ## Pages to Update docs.zowe.org/stable/user-guide/cli-using-using-profiles ## Additional context It is unclear how a Zowe CLI user should work with profiles now in v2.
priority
issue with docs zowe org stable user guide cli using using profiles description zowe profiles commands are no longer valid yet the documentation refers to zowe profiles commands and not zowe config commands pages to update docs zowe org stable user guide cli using using profiles additional context it is unclear how a zowe cli user should work with profiles now in
1
1,583
2,515,859,823
IssuesEvent
2015-01-15 21:32:36
OCHA-DAP/hdx-ckan
https://api.github.com/repos/OCHA-DAP/hdx-ckan
closed
Invite user: improve error message if email exists
bug Priority-Medium
Improve formatting and change text to "That login email address is already in use by user [username]. Please try adding that username to your organization." I'm guessing that may require a whole new user create function. If so, we can keep it simple by just changing the error message universally (from invite user or from /user/register) to say "That login email is already in use." ![image](https://cloud.githubusercontent.com/assets/1654485/5548400/4b153740-8b70-11e4-9330-a417c9a600bf.png)
1.0
Invite user: improve error message if email exists - Improve formatting and change text to "That login email address is already in use by user [username]. Please try adding that username to your organization." I'm guessing that may require a whole new user create function. If so, we can keep it simple by just changing the error message universally (from invite user or from /user/register) to say "That login email is already in use." ![image](https://cloud.githubusercontent.com/assets/1654485/5548400/4b153740-8b70-11e4-9330-a417c9a600bf.png)
priority
invite user improve error message if email exists improve formatting and change text to that login email address is already in use by user please try adding that username to your organization i m guessing that may require a whole new user create function if so we can keep it simple by just changing the error message universally from invite user or from user register to say that login email is already in use
1
553,599
16,374,767,255
IssuesEvent
2021-05-15 21:47:36
OfficialURL/miratope-rs
https://api.github.com/repos/OfficialURL/miratope-rs
closed
Rewrite the code that was deleted
Priority: Medium
Includes some of #10, and also the code to print element counts
1.0
Rewrite the code that was deleted - Includes some of #10, and also the code to print element counts
priority
rewrite the code that was deleted includes some of and also the code to print element counts
1
789,122
27,779,440,600
IssuesEvent
2023-03-16 19:46:34
VCityTeam/UD-Viz
https://api.github.com/repos/VCityTeam/UD-Viz
closed
ComputeNearFar camera height
bug priority-medium
Today the camera near and far are computed dynamically according the extent for xy plane and z hardcoded value (400). Problem: when the camera is looking z=-1 above this harcoded value the near crop the scene 3D Solution: make this hardcoded value expose in config or find a smart way to compute this value
1.0
ComputeNearFar camera height - Today the camera near and far are computed dynamically according the extent for xy plane and z hardcoded value (400). Problem: when the camera is looking z=-1 above this harcoded value the near crop the scene 3D Solution: make this hardcoded value expose in config or find a smart way to compute this value
priority
computenearfar camera height today the camera near and far are computed dynamically according the extent for xy plane and z hardcoded value problem when the camera is looking z above this harcoded value the near crop the scene solution make this hardcoded value expose in config or find a smart way to compute this value
1
4,073
2,544,793,419
IssuesEvent
2015-01-29 13:01:05
OCHA-DAP/hdx-ckan
https://api.github.com/repos/OCHA-DAP/hdx-ckan
closed
Share button title for /group/col and /ebola
enhancement Priority-Medium
Change title of share button popup menu from "Share dataset" to "Share" - [ ] /group/col - [ ] /ebola ![image](https://cloud.githubusercontent.com/assets/1654485/5900098/1358cd30-a565-11e4-921c-337dc078e762.png)
1.0
Share button title for /group/col and /ebola - Change title of share button popup menu from "Share dataset" to "Share" - [ ] /group/col - [ ] /ebola ![image](https://cloud.githubusercontent.com/assets/1654485/5900098/1358cd30-a565-11e4-921c-337dc078e762.png)
priority
share button title for group col and ebola change title of share button popup menu from share dataset to share group col ebola
1
388,950
11,495,392,430
IssuesEvent
2020-02-12 04:40:40
AY1920S2-CS2103T-W12-3/main
https://api.github.com/repos/AY1920S2-CS2103T-W12-3/main
closed
As a student with no control I can know if I hit my budget
priority.Medium type.Story
... so that I will be guilty and thus try and control myself.
1.0
As a student with no control I can know if I hit my budget - ... so that I will be guilty and thus try and control myself.
priority
as a student with no control i can know if i hit my budget so that i will be guilty and thus try and control myself
1
345,963
10,375,236,617
IssuesEvent
2019-09-09 11:32:35
strapi/strapi
https://api.github.com/repos/strapi/strapi
closed
SSL break content manager
priority: medium status: have to reproduce type: bug 🐛
<!-- :warning: If you do not respect this template your issue will be closed. --> <!-- =============================================================================== --> <!-- :warning: If you are not using the current Strapi release, you will be asked to update. --> <!-- Please see the wiki for guides on upgrading to the latest release. --> <!-- =============================================================================== --> <!-- :warning: Make sure to browse the opened and closed issues before submitting your issue. --> <!-- :warning: Before writing your issue make sure you are using:--> <!-- Node 10.x.x --> <!-- npm 6.x.x --> <!-- The latest version of Strapi. --> **Informations** - **Node.js version**: v10.12.0 - **NPM version**: 6.4.1 - **Strapi version**: 3.0.0-alpha.15 - **Database**: MongoDB - **Operating system**: Debian Upgrade of #2357 **What is the current behavior?** When entering to create/edit User got blank page. with such error in console ![48855275-09da5580-edb4-11e8-83bf-946e9a5cd1b2](https://user-images.githubusercontent.com/23247940/49296945-cff70680-f4b9-11e8-9ff6-92a4520cd88f.gif) ``` main.js:16 TypeError: Cannot read property 'type' of undefined at r.renderAttr (main.js:48) at Array.map (<anonymous>) at t.value (main.js:48) at Mo (main.js:16) at So (main.js:16) at Fo (main.js:16) at Jo (main.js:16) at Zo (main.js:16) at gn (main.js:16) at fn (main.js:16) Ro @ main.js:16 main.js:72 uncaught at o TypeError: Cannot read property 'type' of undefined at r.renderAttr (https://mysite.com/admin/content-manager/main.js:48:311374) at Array.map (<anonymous>) at t.value (https://mysite.com/admin/content-manager/main.js:48:312290) at Mo (https://mysite.com/admin/main.js:16:42968) at So (https://mysite.com/admin/main.js:16:42763) at Fo (https://mysite.com/admin/main.js:16:46086) at Jo (https://mysite.com/admin/main.js:16:59256) at Zo (https://mysite.com/admin/main.js:16:59637) at gn (https://mysite.com/admin/main.js:16:65916) at fn (https://mysite.com/admin/main.js:16:65296) ``` **Steps to reproduce the problem** I go 2 apps: - frontend = http://127.0.0.1:8081 (vue) - backend = http://127.0.0.1:1337 (strapi) Both of them are served by Apache and got SSL. I made a proxy for the backend to achieve that admin panel is available under https://mysite.com/admin. Example of `apache2.conf`: ``` <VirtualHost *:80> ServerName mysite.com ServerAdmin admin@gmail.com Redirect permanent / https://mysite.com/ CustomLog ${APACHE_LOG_DIR}/mysite-access.log combined ErrorLog ${APACHE_LOG_DIR}/mysite-error.log </VirtualHost> <VirtualHost *:443> ServerName mysite.com ServerAdmin admin@gmail.com ProxyPass /content http://127.0.0.1:1337 ProxyPassReverse /content http://127.0.0.1:1337 ProxyPass /admin http://127.0.0.1:1337/admin ProxyPassReverse /admin http://127.0.0.1:1337/admin ProxyPass /settings-manager http://127.0.0.1:1337/settings-manager ProxyPassReverse /settings-manager http://127.0.0.1:1337/settings-manager ProxyPass /content-manager http://127.0.0.1:1337/content-manager ProxyPassReverse /content-manager http://127.0.0.1:1337/content-manager ProxyPass /upload/ http://127.0.0.1:1337/upload/ ProxyPassReverse /upload/ http://127.0.0.1:1337/upload/ ProxyPass /auth http://127.0.0.1:1337/auth ProxyPassReverse /auth http://127.0.0.1:1337/auth ProxyPass /content-type-builder http://127.0.0.1:1337/content-type-builder ProxyPassReverse /content-type-builder http://127.0.0.1:1337/content-type-builder ProxyPass /users-permissions http://127.0.0.1:1337/users-permissions ProxyPassReverse /users-permissions http://127.0.0.1:1337/users-permissions #ProxyPass /plugins http://127.0.0.1:1337/plugins #ProxyPassReverse /plugins http://127.0.0.1:1337/plugins ProxyPass / http://127.0.0.1:8081/ ProxyPassReverse / http://127.0.0.1:8081/ ProxyPreserveHost off #LogLevel debug CustomLog ${APACHE_LOG_DIR}/mysite-access.log combined ErrorLog ${APACHE_LOG_DIR}/mysite-error.log SSLEngine on SSLCertificateFile /etc/apache2/ssl/mysite.crt SSLCertificateKeyFile /etc/apache2/ssl/mysite.key SSLCACertificateFile /etc/apache2/ssl/intermediate.crt </VirtualHost> ``` **Important information:** - without ssl all is working fine without any bug - I found the difference between no ssl / with ssl: when I entering to edit "User", admin panel made request on this url `https://mysite.com/content-manager/explorer/user/5bc5ce527834a56e60853347?source=users-permissions` **Without SSL in responce I received:** ITS GOOD! ``` { "confirmed": true, "blocked": false, "notification": true, "_id": "5bc5ce527834a56e60853347", "username": "admin", "email": "myemail@gmail.com", "password": "$2a$10$3Edxx0gxxH8gfh3.xEe9Wt7oxU7x6u4b.k325bpF1sI8UJOTe", "__v": 0, "id": "5bc5ce527834a56e60853347", "role": { "_id": "5b8932347836f94c9fd0222e", "name": "Authenticated", "description": "Default role given to authenticated user.", "type": "authenticated", "__v": 0, "permissions": null, "users": null, "id": "5b8932347836f94c9fd0222e" }, "resetPasswordToken": "69569be8bab53ff3x38d48404ba34ba7e12f6b153966996a2d9454223ba49cd17f74fca62f7d81bc92bc70afbe5ca8551c90bf0f4ee7a088327143926bf1e767" } ``` **With SSL in responce I received:** It`s bad, no password field :( ``` { "confirmed": true, "blocked": false, "notification": true, "_id": "5bc5ce527834a56e60853347", "username": "admin", "email": "myemail@gmail.com", "__v": 0, "id": "5bc5ce527834a56e60853347", "role": { "_id": "5b8932347836f94c9fd0222e", "name": "Authenticated", "description": "Default role given to authenticated user.", "type": "authenticated", "__v": 0, "permissions": null, "users": null, "id": "5b8932347836f94c9fd0222e" }, "resetPasswordToken": "69569be8bab53ff3x38d48404ba34ba7e12f6b153966996a2d9454223ba49cd17f74fca62f7d81bc92bc70afbe5ca8551c90bf0f4ee7a088327143926bf1e767" } ``` **Suggested solutions** My apache config is bad? Should I change Apache to nginx? Can I add in another way SSL to strapi ? Some tips and advices will be nice! Thank you strapi team for help!
1.0
SSL break content manager - <!-- :warning: If you do not respect this template your issue will be closed. --> <!-- =============================================================================== --> <!-- :warning: If you are not using the current Strapi release, you will be asked to update. --> <!-- Please see the wiki for guides on upgrading to the latest release. --> <!-- =============================================================================== --> <!-- :warning: Make sure to browse the opened and closed issues before submitting your issue. --> <!-- :warning: Before writing your issue make sure you are using:--> <!-- Node 10.x.x --> <!-- npm 6.x.x --> <!-- The latest version of Strapi. --> **Informations** - **Node.js version**: v10.12.0 - **NPM version**: 6.4.1 - **Strapi version**: 3.0.0-alpha.15 - **Database**: MongoDB - **Operating system**: Debian Upgrade of #2357 **What is the current behavior?** When entering to create/edit User got blank page. with such error in console ![48855275-09da5580-edb4-11e8-83bf-946e9a5cd1b2](https://user-images.githubusercontent.com/23247940/49296945-cff70680-f4b9-11e8-9ff6-92a4520cd88f.gif) ``` main.js:16 TypeError: Cannot read property 'type' of undefined at r.renderAttr (main.js:48) at Array.map (<anonymous>) at t.value (main.js:48) at Mo (main.js:16) at So (main.js:16) at Fo (main.js:16) at Jo (main.js:16) at Zo (main.js:16) at gn (main.js:16) at fn (main.js:16) Ro @ main.js:16 main.js:72 uncaught at o TypeError: Cannot read property 'type' of undefined at r.renderAttr (https://mysite.com/admin/content-manager/main.js:48:311374) at Array.map (<anonymous>) at t.value (https://mysite.com/admin/content-manager/main.js:48:312290) at Mo (https://mysite.com/admin/main.js:16:42968) at So (https://mysite.com/admin/main.js:16:42763) at Fo (https://mysite.com/admin/main.js:16:46086) at Jo (https://mysite.com/admin/main.js:16:59256) at Zo (https://mysite.com/admin/main.js:16:59637) at gn (https://mysite.com/admin/main.js:16:65916) at fn (https://mysite.com/admin/main.js:16:65296) ``` **Steps to reproduce the problem** I go 2 apps: - frontend = http://127.0.0.1:8081 (vue) - backend = http://127.0.0.1:1337 (strapi) Both of them are served by Apache and got SSL. I made a proxy for the backend to achieve that admin panel is available under https://mysite.com/admin. Example of `apache2.conf`: ``` <VirtualHost *:80> ServerName mysite.com ServerAdmin admin@gmail.com Redirect permanent / https://mysite.com/ CustomLog ${APACHE_LOG_DIR}/mysite-access.log combined ErrorLog ${APACHE_LOG_DIR}/mysite-error.log </VirtualHost> <VirtualHost *:443> ServerName mysite.com ServerAdmin admin@gmail.com ProxyPass /content http://127.0.0.1:1337 ProxyPassReverse /content http://127.0.0.1:1337 ProxyPass /admin http://127.0.0.1:1337/admin ProxyPassReverse /admin http://127.0.0.1:1337/admin ProxyPass /settings-manager http://127.0.0.1:1337/settings-manager ProxyPassReverse /settings-manager http://127.0.0.1:1337/settings-manager ProxyPass /content-manager http://127.0.0.1:1337/content-manager ProxyPassReverse /content-manager http://127.0.0.1:1337/content-manager ProxyPass /upload/ http://127.0.0.1:1337/upload/ ProxyPassReverse /upload/ http://127.0.0.1:1337/upload/ ProxyPass /auth http://127.0.0.1:1337/auth ProxyPassReverse /auth http://127.0.0.1:1337/auth ProxyPass /content-type-builder http://127.0.0.1:1337/content-type-builder ProxyPassReverse /content-type-builder http://127.0.0.1:1337/content-type-builder ProxyPass /users-permissions http://127.0.0.1:1337/users-permissions ProxyPassReverse /users-permissions http://127.0.0.1:1337/users-permissions #ProxyPass /plugins http://127.0.0.1:1337/plugins #ProxyPassReverse /plugins http://127.0.0.1:1337/plugins ProxyPass / http://127.0.0.1:8081/ ProxyPassReverse / http://127.0.0.1:8081/ ProxyPreserveHost off #LogLevel debug CustomLog ${APACHE_LOG_DIR}/mysite-access.log combined ErrorLog ${APACHE_LOG_DIR}/mysite-error.log SSLEngine on SSLCertificateFile /etc/apache2/ssl/mysite.crt SSLCertificateKeyFile /etc/apache2/ssl/mysite.key SSLCACertificateFile /etc/apache2/ssl/intermediate.crt </VirtualHost> ``` **Important information:** - without ssl all is working fine without any bug - I found the difference between no ssl / with ssl: when I entering to edit "User", admin panel made request on this url `https://mysite.com/content-manager/explorer/user/5bc5ce527834a56e60853347?source=users-permissions` **Without SSL in responce I received:** ITS GOOD! ``` { "confirmed": true, "blocked": false, "notification": true, "_id": "5bc5ce527834a56e60853347", "username": "admin", "email": "myemail@gmail.com", "password": "$2a$10$3Edxx0gxxH8gfh3.xEe9Wt7oxU7x6u4b.k325bpF1sI8UJOTe", "__v": 0, "id": "5bc5ce527834a56e60853347", "role": { "_id": "5b8932347836f94c9fd0222e", "name": "Authenticated", "description": "Default role given to authenticated user.", "type": "authenticated", "__v": 0, "permissions": null, "users": null, "id": "5b8932347836f94c9fd0222e" }, "resetPasswordToken": "69569be8bab53ff3x38d48404ba34ba7e12f6b153966996a2d9454223ba49cd17f74fca62f7d81bc92bc70afbe5ca8551c90bf0f4ee7a088327143926bf1e767" } ``` **With SSL in responce I received:** It`s bad, no password field :( ``` { "confirmed": true, "blocked": false, "notification": true, "_id": "5bc5ce527834a56e60853347", "username": "admin", "email": "myemail@gmail.com", "__v": 0, "id": "5bc5ce527834a56e60853347", "role": { "_id": "5b8932347836f94c9fd0222e", "name": "Authenticated", "description": "Default role given to authenticated user.", "type": "authenticated", "__v": 0, "permissions": null, "users": null, "id": "5b8932347836f94c9fd0222e" }, "resetPasswordToken": "69569be8bab53ff3x38d48404ba34ba7e12f6b153966996a2d9454223ba49cd17f74fca62f7d81bc92bc70afbe5ca8551c90bf0f4ee7a088327143926bf1e767" } ``` **Suggested solutions** My apache config is bad? Should I change Apache to nginx? Can I add in another way SSL to strapi ? Some tips and advices will be nice! Thank you strapi team for help!
priority
ssl break content manager informations node js version npm version strapi version alpha database mongodb operating system debian upgrade of what is the current behavior when entering to create edit user got blank page with such error in console main js typeerror cannot read property type of undefined at r renderattr main js at array map at t value main js at mo main js at so main js at fo main js at jo main js at zo main js at gn main js at fn main js ro main js main js uncaught at o typeerror cannot read property type of undefined at r renderattr at array map at t value at mo at so at fo at jo at zo at gn at fn steps to reproduce the problem i go apps frontend vue backend strapi both of them are served by apache and got ssl i made a proxy for the backend to achieve that admin panel is available under example of conf servername mysite com serveradmin admin gmail com redirect permanent customlog apache log dir mysite access log combined errorlog apache log dir mysite error log servername mysite com serveradmin admin gmail com proxypass content proxypassreverse content proxypass admin proxypassreverse admin proxypass settings manager proxypassreverse settings manager proxypass content manager proxypassreverse content manager proxypass upload proxypassreverse upload proxypass auth proxypassreverse auth proxypass content type builder proxypassreverse content type builder proxypass users permissions proxypassreverse users permissions proxypass plugins proxypassreverse plugins proxypass proxypassreverse proxypreservehost off loglevel debug customlog apache log dir mysite access log combined errorlog apache log dir mysite error log sslengine on sslcertificatefile etc ssl mysite crt sslcertificatekeyfile etc ssl mysite key sslcacertificatefile etc ssl intermediate crt important information without ssl all is working fine without any bug i found the difference between no ssl with ssl when i entering to edit user admin panel made request on this url without ssl in responce i received its good confirmed true blocked false notification true id username admin email myemail gmail com password v id role id name authenticated description default role given to authenticated user type authenticated v permissions null users null id resetpasswordtoken with ssl in responce i received it s bad no password field confirmed true blocked false notification true id username admin email myemail gmail com v id role id name authenticated description default role given to authenticated user type authenticated v permissions null users null id resetpasswordtoken suggested solutions my apache config is bad should i change apache to nginx can i add in another way ssl to strapi some tips and advices will be nice thank you strapi team for help
1
303,417
9,306,787,827
IssuesEvent
2019-03-25 10:34:18
aau-giraf/wiki
https://api.github.com/repos/aau-giraf/wiki
closed
Document how to access the different parts of the server infrastructure for future semesters.
priority: medium type: chore
**Is your feature request related to a problem? Please describe.** Is is a huge problem and pain to find all existing servers, how they are setup and the different tools used to mange them. **Describe the solution you'd like** Give a short concise and overview and make a guide on who to access the servers, how to take ownership and how to pass it on to future semesters. **Describe alternatives you've considered** None **Additional context** None
1.0
Document how to access the different parts of the server infrastructure for future semesters. - **Is your feature request related to a problem? Please describe.** Is is a huge problem and pain to find all existing servers, how they are setup and the different tools used to mange them. **Describe the solution you'd like** Give a short concise and overview and make a guide on who to access the servers, how to take ownership and how to pass it on to future semesters. **Describe alternatives you've considered** None **Additional context** None
priority
document how to access the different parts of the server infrastructure for future semesters is your feature request related to a problem please describe is is a huge problem and pain to find all existing servers how they are setup and the different tools used to mange them describe the solution you d like give a short concise and overview and make a guide on who to access the servers how to take ownership and how to pass it on to future semesters describe alternatives you ve considered none additional context none
1
723,819
24,908,806,660
IssuesEvent
2022-10-29 15:54:46
desklab/gcampus
https://api.github.com/repos/desklab/gcampus
closed
Empty popup card in water detail page map
priority: medium type: bug map
When clicking on pins in the map of the water detail page, the card appears empty. However, the information about the measurement should be displayed.
1.0
Empty popup card in water detail page map - When clicking on pins in the map of the water detail page, the card appears empty. However, the information about the measurement should be displayed.
priority
empty popup card in water detail page map when clicking on pins in the map of the water detail page the card appears empty however the information about the measurement should be displayed
1
27,507
2,693,493,311
IssuesEvent
2015-04-01 15:01:47
OCHA-DAP/hdx-ckan
https://api.github.com/repos/OCHA-DAP/hdx-ckan
closed
Dataset View: methodology has been clipped for some indicators
bug Priority-Medium
I've seen this for many indicators in a random sample. In the edit view, you can see that the string has been truncated with ". . ." appended. https://data.hdx.rwlabs.org/dataset/cerf_total_allocations https://data.hdx.rwlabs.org/dataset/cross-appeal_amount_received_by_un_agencies https://data.hdx.rwlabs.org/dataset/antenatal_care_coverage_-_at_least_four_visits_in_the_three_years_preceding_the_study_urban https://data.hdx.rwlabs.org/dataset/proportion_of_the_population_using_improved_drinking_water_sources https://data.hdx.rwlabs.org/dataset/population_undernourished_percentage However, it's not true for all long methodologies: https://data.hdx.rwlabs.org/dataset/number-of-disasters-in-reliefweb
1.0
Dataset View: methodology has been clipped for some indicators - I've seen this for many indicators in a random sample. In the edit view, you can see that the string has been truncated with ". . ." appended. https://data.hdx.rwlabs.org/dataset/cerf_total_allocations https://data.hdx.rwlabs.org/dataset/cross-appeal_amount_received_by_un_agencies https://data.hdx.rwlabs.org/dataset/antenatal_care_coverage_-_at_least_four_visits_in_the_three_years_preceding_the_study_urban https://data.hdx.rwlabs.org/dataset/proportion_of_the_population_using_improved_drinking_water_sources https://data.hdx.rwlabs.org/dataset/population_undernourished_percentage However, it's not true for all long methodologies: https://data.hdx.rwlabs.org/dataset/number-of-disasters-in-reliefweb
priority
dataset view methodology has been clipped for some indicators i ve seen this for many indicators in a random sample in the edit view you can see that the string has been truncated with appended however it s not true for all long methodologies
1
725,416
24,961,605,121
IssuesEvent
2022-11-01 15:57:00
azerothcore/azerothcore-wotlk
https://api.github.com/repos/azerothcore/azerothcore-wotlk
closed
[ZG] Bloodlord Mandokir - 'Damage Shield' aura effects can trigger the Threatening Gaze Charge.
Confirmed 60 Instance - Raid - Vanilla Priority-Medium temporary label
### Current Behaviour Spells such as Thorns and Retribution Aura and items such as Cloak of Flames are causing the player to be flagged for the Threatening Gaze Charge. ### Expected Blizzlike Behaviour They should not, since they are passive damage actions. ### Source Lack of evidence proving the contrary. If Retribution Aura really did flag players for Charge it wouldn't escape Wowhead comments and raid guides. ### Steps to reproduce the problem 1. `.go c id 11382` 2. check each one, using `.unaura ID` or `.unaura all` after each test 3. `.aura 7294` Retribution Aura 4. `.aura 467` Thorns 5. `.aura 21142` Cloak of Flames aura ### Extra Notes _No response_ ### AC rev. hash/commit https://github.com/chromiecraft/azerothcore-wotlk/commit/35dfcf588f62339c44ff99a3e7e85f0b983ed923 ### Operating system Windows 10 ### Custom changes or Modules _No response_
1.0
[ZG] Bloodlord Mandokir - 'Damage Shield' aura effects can trigger the Threatening Gaze Charge. - ### Current Behaviour Spells such as Thorns and Retribution Aura and items such as Cloak of Flames are causing the player to be flagged for the Threatening Gaze Charge. ### Expected Blizzlike Behaviour They should not, since they are passive damage actions. ### Source Lack of evidence proving the contrary. If Retribution Aura really did flag players for Charge it wouldn't escape Wowhead comments and raid guides. ### Steps to reproduce the problem 1. `.go c id 11382` 2. check each one, using `.unaura ID` or `.unaura all` after each test 3. `.aura 7294` Retribution Aura 4. `.aura 467` Thorns 5. `.aura 21142` Cloak of Flames aura ### Extra Notes _No response_ ### AC rev. hash/commit https://github.com/chromiecraft/azerothcore-wotlk/commit/35dfcf588f62339c44ff99a3e7e85f0b983ed923 ### Operating system Windows 10 ### Custom changes or Modules _No response_
priority
bloodlord mandokir damage shield aura effects can trigger the threatening gaze charge current behaviour spells such as thorns and retribution aura and items such as cloak of flames are causing the player to be flagged for the threatening gaze charge expected blizzlike behaviour they should not since they are passive damage actions source lack of evidence proving the contrary if retribution aura really did flag players for charge it wouldn t escape wowhead comments and raid guides steps to reproduce the problem go c id check each one using unaura id or unaura all after each test aura retribution aura aura thorns aura cloak of flames aura extra notes no response ac rev hash commit operating system windows custom changes or modules no response
1
667,972
22,535,855,918
IssuesEvent
2022-06-25 07:45:11
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[DocDB] Add TServer with faulty drive to LB blacklist
kind/enhancement area/docdb priority/medium
Jira Link: [DB-652](https://yugabyte.atlassian.net/browse/DB-652) ### Description A TServer with fault drive has fewer tablets than other TServers, which can cause Load Balancer to move tablets to this TServer, but moving tablets to TServer with fault drive leads to tablet count disbalances on leftover healthy drives. Also, the replaced drive starts with 0 tablets while other drives keep tablets.
1.0
[DocDB] Add TServer with faulty drive to LB blacklist - Jira Link: [DB-652](https://yugabyte.atlassian.net/browse/DB-652) ### Description A TServer with fault drive has fewer tablets than other TServers, which can cause Load Balancer to move tablets to this TServer, but moving tablets to TServer with fault drive leads to tablet count disbalances on leftover healthy drives. Also, the replaced drive starts with 0 tablets while other drives keep tablets.
priority
add tserver with faulty drive to lb blacklist jira link description a tserver with fault drive has fewer tablets than other tservers which can cause load balancer to move tablets to this tserver but moving tablets to tserver with fault drive leads to tablet count disbalances on leftover healthy drives also the replaced drive starts with tablets while other drives keep tablets
1
486,921
14,016,552,228
IssuesEvent
2020-10-29 14:39:20
hyperledger/aries-framework-javascript
https://api.github.com/repos/hyperledger/aries-framework-javascript
opened
use dids without prefix in connection request/response messages
Priority: Medium Type: Maintenance
For interoperability reasons we should (for now) use dids with prefix in connection request/response messages (see hyperledger/aries-cloudagent-python#711)
1.0
use dids without prefix in connection request/response messages - For interoperability reasons we should (for now) use dids with prefix in connection request/response messages (see hyperledger/aries-cloudagent-python#711)
priority
use dids without prefix in connection request response messages for interoperability reasons we should for now use dids with prefix in connection request response messages see hyperledger aries cloudagent python
1
30,830
2,726,077,052
IssuesEvent
2015-04-15 07:45:02
learnweb/moodle-mod_ratingallocate
https://api.github.com/repos/learnweb/moodle-mod_ratingallocate
opened
Report for allocations per choices
Effort: Low Priority: Medium
A report should show the max and the current number of allocations per choice. Background: There might be a scenario were a teacher over estimated the number of students and offered too many seminar dates. An additional seminar date is, however, only needed for more than 10 students. When some date have fewer members, it could be possible to deactivate these choices and rerun the algorithm to ensure a more efficient occupancy of the seminar dates.
1.0
Report for allocations per choices - A report should show the max and the current number of allocations per choice. Background: There might be a scenario were a teacher over estimated the number of students and offered too many seminar dates. An additional seminar date is, however, only needed for more than 10 students. When some date have fewer members, it could be possible to deactivate these choices and rerun the algorithm to ensure a more efficient occupancy of the seminar dates.
priority
report for allocations per choices a report should show the max and the current number of allocations per choice background there might be a scenario were a teacher over estimated the number of students and offered too many seminar dates an additional seminar date is however only needed for more than students when some date have fewer members it could be possible to deactivate these choices and rerun the algorithm to ensure a more efficient occupancy of the seminar dates
1
250,941
7,992,990,453
IssuesEvent
2018-07-20 05:18:28
HabitRPG/habitica
https://api.github.com/repos/HabitRPG/habitica
closed
attribute / stat points allocated before level 10
help wanted priority: medium section: other
In the Report a Bug guild, Orruzza Ogam Li (c073342f-4a65-4a13-9ffd-9e7fa5410d6b) writes: "Is it intended that now it's possible to allocate points at levels 1-9? Before the redesign one got 10 points to allocate after reaching level 10, before it wasn't possible, I don't know if this is an intended change or not..." I believe it's not intentional. From other comments I've seen, the first 10 points might be allocated automatically sometimes? It might depend on which allocation method you have selected (probably from before the new website since you can't change it on the website now). If no one jumps on this issue soon to sort it out, I'll do some investigation to clarify what's going wrong.
1.0
attribute / stat points allocated before level 10 - In the Report a Bug guild, Orruzza Ogam Li (c073342f-4a65-4a13-9ffd-9e7fa5410d6b) writes: "Is it intended that now it's possible to allocate points at levels 1-9? Before the redesign one got 10 points to allocate after reaching level 10, before it wasn't possible, I don't know if this is an intended change or not..." I believe it's not intentional. From other comments I've seen, the first 10 points might be allocated automatically sometimes? It might depend on which allocation method you have selected (probably from before the new website since you can't change it on the website now). If no one jumps on this issue soon to sort it out, I'll do some investigation to clarify what's going wrong.
priority
attribute stat points allocated before level in the report a bug guild orruzza ogam li writes is it intended that now it s possible to allocate points at levels before the redesign one got points to allocate after reaching level before it wasn t possible i don t know if this is an intended change or not i believe it s not intentional from other comments i ve seen the first points might be allocated automatically sometimes it might depend on which allocation method you have selected probably from before the new website since you can t change it on the website now if no one jumps on this issue soon to sort it out i ll do some investigation to clarify what s going wrong
1
501,721
14,532,183,944
IssuesEvent
2020-12-14 22:00:17
HabitRPG/habitica
https://api.github.com/repos/HabitRPG/habitica
closed
@Username in private message does not behave as a link until after a reload
priority: minor section: Messages status: issue: in progress type: medium level coding
As reported by @citrusella: "If you type and send an @ mention in your PMs (for instance, to have a direct reference to someone's profile), then even if it's typed right, it has all the elements of a mention except... the link. The link happens, but you can only access it if you visit a different area of Habitica entirely (not just another PM) and then go back to the PM, at which point it's properly linked." Confirmed. Steps to reproduce: 1. Send a new PM to someone (to yourself if you wish). Include an @Username in it. 1. Observe that the Username looks like a link - e.g. the screenshot below. 1. Hover over the Username. Observe that it has incorrect behaviour: * your mouse cursor does NOT change to an arrow * the profile URL for the Username does not appear in your browser's status bar * the Username is not clickable 1. Reload the website OR go to a different page and then back to your private messages. 1. Hover over the Username. Observe that the Username now behaves correctly: * your mouse cursor change to an arrow * the profile URL for the Username appears in your browser's status bar * the Username is clickable and opens the user's profile page in a new tab ![image](https://user-images.githubusercontent.com/1495809/98354201-1d982880-206c-11eb-8cc4-615552d9b944.png)
1.0
@Username in private message does not behave as a link until after a reload - As reported by @citrusella: "If you type and send an @ mention in your PMs (for instance, to have a direct reference to someone's profile), then even if it's typed right, it has all the elements of a mention except... the link. The link happens, but you can only access it if you visit a different area of Habitica entirely (not just another PM) and then go back to the PM, at which point it's properly linked." Confirmed. Steps to reproduce: 1. Send a new PM to someone (to yourself if you wish). Include an @Username in it. 1. Observe that the Username looks like a link - e.g. the screenshot below. 1. Hover over the Username. Observe that it has incorrect behaviour: * your mouse cursor does NOT change to an arrow * the profile URL for the Username does not appear in your browser's status bar * the Username is not clickable 1. Reload the website OR go to a different page and then back to your private messages. 1. Hover over the Username. Observe that the Username now behaves correctly: * your mouse cursor change to an arrow * the profile URL for the Username appears in your browser's status bar * the Username is clickable and opens the user's profile page in a new tab ![image](https://user-images.githubusercontent.com/1495809/98354201-1d982880-206c-11eb-8cc4-615552d9b944.png)
priority
username in private message does not behave as a link until after a reload as reported by citrusella if you type and send an mention in your pms for instance to have a direct reference to someone s profile then even if it s typed right it has all the elements of a mention except the link the link happens but you can only access it if you visit a different area of habitica entirely not just another pm and then go back to the pm at which point it s properly linked confirmed steps to reproduce send a new pm to someone to yourself if you wish include an username in it observe that the username looks like a link e g the screenshot below hover over the username observe that it has incorrect behaviour your mouse cursor does not change to an arrow the profile url for the username does not appear in your browser s status bar the username is not clickable reload the website or go to a different page and then back to your private messages hover over the username observe that the username now behaves correctly your mouse cursor change to an arrow the profile url for the username appears in your browser s status bar the username is clickable and opens the user s profile page in a new tab
1
711,336
24,459,173,911
IssuesEvent
2022-10-07 09:32:55
unikraft/unikraft
https://api.github.com/repos/unikraft/unikraft
opened
Unikraft Packaging
kind/enhancement kind/project area/arch area/plat priority/medium
### Feature request summary Deliver Unikraft and support filesystem / disk as unified image. The image will be passed to the VMM. Jamboard discussion [here](https://jamboard.google.com/d/1u5lHvXoIREkNJfqoNkqu6imxP7grAYbyDttx97W-Svo/edit?usp=sharing) **Summary of objectives** - [ ] Add support in build system. - [ ] Build sample images for supported applications. - [ ] KraftKit target flavour. **Depends on**: #585 ### Describe alternatives _No response_ ### Related architectures _No response_ ### Related platforms _No response_ ### Additional context _No response_
1.0
Unikraft Packaging - ### Feature request summary Deliver Unikraft and support filesystem / disk as unified image. The image will be passed to the VMM. Jamboard discussion [here](https://jamboard.google.com/d/1u5lHvXoIREkNJfqoNkqu6imxP7grAYbyDttx97W-Svo/edit?usp=sharing) **Summary of objectives** - [ ] Add support in build system. - [ ] Build sample images for supported applications. - [ ] KraftKit target flavour. **Depends on**: #585 ### Describe alternatives _No response_ ### Related architectures _No response_ ### Related platforms _No response_ ### Additional context _No response_
priority
unikraft packaging feature request summary deliver unikraft and support filesystem disk as unified image the image will be passed to the vmm jamboard discussion summary of objectives add support in build system build sample images for supported applications kraftkit target flavour depends on describe alternatives no response related architectures no response related platforms no response additional context no response
1
415,025
12,123,217,895
IssuesEvent
2020-04-22 12:21:55
IncendiaryCode/TimeTracker
https://api.github.com/repos/IncendiaryCode/TimeTracker
closed
PHP error is displaying if you try to access the task link of other user.
Fixed New Priority:Medium
**Reproducible Steps** 1.Login with valid credentials. 2.Go to the below link . Change the id of the link and search https://www.brightlightventures.com/timetracker/dev/index.php/user/load_add_task?t_id=160 **Observation** - PHP error is displaying. ![Capture25633](https://user-images.githubusercontent.com/41984345/74525738-de5b0200-4f47-11ea-8192-5620e1dd3545.PNG) **Expectation** - PHP error should not display,if you try to access the task link of other user.
1.0
PHP error is displaying if you try to access the task link of other user. - **Reproducible Steps** 1.Login with valid credentials. 2.Go to the below link . Change the id of the link and search https://www.brightlightventures.com/timetracker/dev/index.php/user/load_add_task?t_id=160 **Observation** - PHP error is displaying. ![Capture25633](https://user-images.githubusercontent.com/41984345/74525738-de5b0200-4f47-11ea-8192-5620e1dd3545.PNG) **Expectation** - PHP error should not display,if you try to access the task link of other user.
priority
php error is displaying if you try to access the task link of other user reproducible steps login with valid credentials go to the below link change the id of the link and search observation php error is displaying expectation php error should not display if you try to access the task link of other user
1
412,513
12,043,291,390
IssuesEvent
2020-04-14 12:10:07
theintern/intern
https://api.github.com/repos/theintern/intern
closed
Typo in JSON schema
bug effort-low priority-medium
<!-- Hi, thanks for your interest in Intern! We'd like to keep this issue tracker focused on project development, so we ask that issues only be opened for bug reports or feature requests. If you have a question about how to use Intern, we'd prefer you ask it on Stack Overflow or in our Gitter room (https://gitter.im/theintern/intern). For bug reports and feature requests, please provide a short summary of the issue/feature request in the title above, and fill in the sections below. --> ## Expected behavior <!-- Describe what should be happening, or what you you'd like to see --> The config.json schema should suggest only valid reporters. ## Current behavior <!-- Describe what happens now --> A typo line 614 of `schema/config.json` lists **jsunit** instead of **junit** as an available reporter. ## Possible solution <!-- If you have any thoughts on how to diagnose or fix the problem, or suggestions on how to implement a feature, this is the place. --> Correct that typo ## Steps to reproduce (for bugs) <!-- List the steps required to reproduce the issue. If possible, provide a link to a test project that illustrates the issue. --> 1. … 2. … 3. … ## Environment <!-- List the relevant software versions --> Intern version: Node version: NPM version: Browser version: ## Additional information <!-- Anything else you think might be relevant -->
1.0
Typo in JSON schema - <!-- Hi, thanks for your interest in Intern! We'd like to keep this issue tracker focused on project development, so we ask that issues only be opened for bug reports or feature requests. If you have a question about how to use Intern, we'd prefer you ask it on Stack Overflow or in our Gitter room (https://gitter.im/theintern/intern). For bug reports and feature requests, please provide a short summary of the issue/feature request in the title above, and fill in the sections below. --> ## Expected behavior <!-- Describe what should be happening, or what you you'd like to see --> The config.json schema should suggest only valid reporters. ## Current behavior <!-- Describe what happens now --> A typo line 614 of `schema/config.json` lists **jsunit** instead of **junit** as an available reporter. ## Possible solution <!-- If you have any thoughts on how to diagnose or fix the problem, or suggestions on how to implement a feature, this is the place. --> Correct that typo ## Steps to reproduce (for bugs) <!-- List the steps required to reproduce the issue. If possible, provide a link to a test project that illustrates the issue. --> 1. … 2. … 3. … ## Environment <!-- List the relevant software versions --> Intern version: Node version: NPM version: Browser version: ## Additional information <!-- Anything else you think might be relevant -->
priority
typo in json schema hi thanks for your interest in intern we d like to keep this issue tracker focused on project development so we ask that issues only be opened for bug reports or feature requests if you have a question about how to use intern we d prefer you ask it on stack overflow or in our gitter room for bug reports and feature requests please provide a short summary of the issue feature request in the title above and fill in the sections below expected behavior the config json schema should suggest only valid reporters current behavior a typo line of schema config json lists jsunit instead of junit as an available reporter possible solution if you have any thoughts on how to diagnose or fix the problem or suggestions on how to implement a feature this is the place correct that typo steps to reproduce for bugs list the steps required to reproduce the issue if possible provide a link to a test project that illustrates the issue … … … environment intern version node version npm version browser version additional information
1
116,396
4,701,224,568
IssuesEvent
2016-10-12 20:55:07
screwdriver-cd/screwdriver
https://api.github.com/repos/screwdriver-cd/screwdriver
closed
PR job not being created
priority/medium type/bug
This PR: https://github.com/screwdriver-cd/screwdriver/pull/237 does not have a job associated with it. Looked through the API: https://api.screwdriver.cd/v4/pipelines/27cec39c9baea6cf64c684479115300d22039b2a/jobs?archived=true and https://api.screwdriver.cd/v4/pipelines/27cec39c9baea6cf64c684479115300d22039b2a/jobs?archived=false It doesn't exist anywhere?!? Closed and reopened but still no job got created.
1.0
PR job not being created - This PR: https://github.com/screwdriver-cd/screwdriver/pull/237 does not have a job associated with it. Looked through the API: https://api.screwdriver.cd/v4/pipelines/27cec39c9baea6cf64c684479115300d22039b2a/jobs?archived=true and https://api.screwdriver.cd/v4/pipelines/27cec39c9baea6cf64c684479115300d22039b2a/jobs?archived=false It doesn't exist anywhere?!? Closed and reopened but still no job got created.
priority
pr job not being created this pr does not have a job associated with it looked through the api and it doesn t exist anywhere closed and reopened but still no job got created
1
766,893
26,903,660,729
IssuesEvent
2023-02-06 17:20:19
nsm0014-thesis/print
https://api.github.com/repos/nsm0014-thesis/print
closed
Write intellisense commands or latex commands that autogenerate formatted figures/citations
Print Priority: Medium
Once issue #2 is completed, I should be able to sit and either edit the .json file with @ shortcuts to generate the desired formatting that I want, OR write commands in the actual latex document itself. Either way, the end goal here is to streamline inserting figures, tables, and equations.
1.0
Write intellisense commands or latex commands that autogenerate formatted figures/citations - Once issue #2 is completed, I should be able to sit and either edit the .json file with @ shortcuts to generate the desired formatting that I want, OR write commands in the actual latex document itself. Either way, the end goal here is to streamline inserting figures, tables, and equations.
priority
write intellisense commands or latex commands that autogenerate formatted figures citations once issue is completed i should be able to sit and either edit the json file with shortcuts to generate the desired formatting that i want or write commands in the actual latex document itself either way the end goal here is to streamline inserting figures tables and equations
1
670,510
22,692,487,236
IssuesEvent
2022-07-04 23:15:45
UVic-SENG426/vega-web
https://api.github.com/repos/UVic-SENG426/vega-web
closed
Vega Absolute Vault - Update Secret Functionality on Front End
enhancement medium priority RSD size: 5 front end
Required Behaviour: Scenario: User update a secret GIVEN: That a user is logged in WHEN: The user is on the secret screen AND: There is a secret created by the user THEN: The user can update secret information Current Behaviour: This feature is not yet implemented. This feature can only be implemented after the add secret feature is implemented
1.0
Vega Absolute Vault - Update Secret Functionality on Front End - Required Behaviour: Scenario: User update a secret GIVEN: That a user is logged in WHEN: The user is on the secret screen AND: There is a secret created by the user THEN: The user can update secret information Current Behaviour: This feature is not yet implemented. This feature can only be implemented after the add secret feature is implemented
priority
vega absolute vault update secret functionality on front end required behaviour scenario user update a secret given that a user is logged in when the user is on the secret screen and there is a secret created by the user then the user can update secret information current behaviour this feature is not yet implemented this feature can only be implemented after the add secret feature is implemented
1
322,459
9,817,966,907
IssuesEvent
2019-06-13 18:02:40
yamovie/client
https://api.github.com/repos/yamovie/client
opened
AaU, I want the navbar to be more streamlined and consolidated to make it simpler and easier to navigate
feature front end priority 2 - medium
- [ ] When not logged in, only have 'Log In' and no 'Sign Up' (or vice versa) - [ ] Each of those pages should then link to each other (e.g. "Don't have an account? Sign up here: <link>" - [ ] When logged in, show user icon with dropdown (#278) instead of 'Account' - [ ] Remove 'Browse', since that will now be a subsection of 'Find YaMovie' - [ ] Add 'Watchlist', maybe?
1.0
AaU, I want the navbar to be more streamlined and consolidated to make it simpler and easier to navigate - - [ ] When not logged in, only have 'Log In' and no 'Sign Up' (or vice versa) - [ ] Each of those pages should then link to each other (e.g. "Don't have an account? Sign up here: <link>" - [ ] When logged in, show user icon with dropdown (#278) instead of 'Account' - [ ] Remove 'Browse', since that will now be a subsection of 'Find YaMovie' - [ ] Add 'Watchlist', maybe?
priority
aau i want the navbar to be more streamlined and consolidated to make it simpler and easier to navigate when not logged in only have log in and no sign up or vice versa each of those pages should then link to each other e g don t have an account sign up here when logged in show user icon with dropdown instead of account remove browse since that will now be a subsection of find yamovie add watchlist maybe
1
214,438
7,273,177,938
IssuesEvent
2018-02-21 03:13:53
medic/medic-webapp
https://api.github.com/repos/medic/medic-webapp
opened
Determine if we can build/release Crosswalk with the latest Chrome
Priority: 2 - Medium Status: 1 - Triaged Type: Improvement
Crosswalk has been end of lifed in part because Android has had evergreen webview for a while now, so the version of Chrome we ship with our app is getting relatively old. Crosswalk is still really useful for us because of the ability to use 100% of the phones storage so we want to keep using it. Find out how much work is involved in updating the version of Chrome and rebuilding Crosswalk either with the community or just for our app.
1.0
Determine if we can build/release Crosswalk with the latest Chrome - Crosswalk has been end of lifed in part because Android has had evergreen webview for a while now, so the version of Chrome we ship with our app is getting relatively old. Crosswalk is still really useful for us because of the ability to use 100% of the phones storage so we want to keep using it. Find out how much work is involved in updating the version of Chrome and rebuilding Crosswalk either with the community or just for our app.
priority
determine if we can build release crosswalk with the latest chrome crosswalk has been end of lifed in part because android has had evergreen webview for a while now so the version of chrome we ship with our app is getting relatively old crosswalk is still really useful for us because of the ability to use of the phones storage so we want to keep using it find out how much work is involved in updating the version of chrome and rebuilding crosswalk either with the community or just for our app
1
668,720
22,594,851,408
IssuesEvent
2022-06-29 01:01:39
avuserow/endgame-singularity
https://api.github.com/repos/avuserow/endgame-singularity
closed
Tutorial
Priority-Medium auto-migrated Component-UI Type-Enhancement Usability Milestone-Pre1.0
``` At some point, E:S needs to get a tutorial. A number of people seem to just "get it" as soon as they start playing, but I've seen more than a few who were more or less clueless at first. ``` Original issue reported on code.google.com by `funnyman3595` on 13 May 2008 at 12:58
1.0
Tutorial - ``` At some point, E:S needs to get a tutorial. A number of people seem to just "get it" as soon as they start playing, but I've seen more than a few who were more or less clueless at first. ``` Original issue reported on code.google.com by `funnyman3595` on 13 May 2008 at 12:58
priority
tutorial at some point e s needs to get a tutorial a number of people seem to just get it as soon as they start playing but i ve seen more than a few who were more or less clueless at first original issue reported on code google com by on may at
1
696,122
23,885,693,971
IssuesEvent
2022-09-08 07:29:00
harvester/harvester
https://api.github.com/repos/harvester/harvester
opened
[FEATURE] LB enhencement compatibility
kind/enhancement area/ui area/network priority/0 require-ui/medium
**Is your feature request related to a problem? Please describe.** <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> As the LB enhancement is a breaking change, we should disable the Harvester cloud provider option when the RKE2 version is not compatible with the Harvester version Related LB enhencment issue [2134](https://github.com/harvester/harvester/issues/2134) **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** <!-- Add any other context or screenshots about the feature request here. -->
1.0
[FEATURE] LB enhencement compatibility - **Is your feature request related to a problem? Please describe.** <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> As the LB enhancement is a breaking change, we should disable the Harvester cloud provider option when the RKE2 version is not compatible with the Harvester version Related LB enhencment issue [2134](https://github.com/harvester/harvester/issues/2134) **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** <!-- Add any other context or screenshots about the feature request here. -->
priority
lb enhencement compatibility is your feature request related to a problem please describe as the lb enhancement is a breaking change we should disable the harvester cloud provider option when the version is not compatible with the harvester version related lb enhencment issue describe the solution you d like describe alternatives you ve considered additional context
1
580,365
17,242,290,413
IssuesEvent
2021-07-21 01:30:41
TacticalTome/TacticalTome
https://api.github.com/repos/TacticalTome/TacticalTome
opened
Add a user confirmation when deleting a reply
Good First Issue Language: JS Priority: Medium Status: Available Type: Enhancement
Currently when the user presses the `Delete` key under a reply it quickly deletes it. However, there needs to be a safeguard against this incase the user accidently presses it. To do this add a `if (confirm(""))` statement to the following function ```JS function deleteReply(replyId) { $.ajax({ url: baseURL + "ajax/deletereply/", data: { replyID: replyId }, type: "POST", success: function(data) { alert(data); if (data == "Successfully deleted") window.location.reload(); } }); } ``` This function can be found in the `javascript/strategyguide.js` file.
1.0
Add a user confirmation when deleting a reply - Currently when the user presses the `Delete` key under a reply it quickly deletes it. However, there needs to be a safeguard against this incase the user accidently presses it. To do this add a `if (confirm(""))` statement to the following function ```JS function deleteReply(replyId) { $.ajax({ url: baseURL + "ajax/deletereply/", data: { replyID: replyId }, type: "POST", success: function(data) { alert(data); if (data == "Successfully deleted") window.location.reload(); } }); } ``` This function can be found in the `javascript/strategyguide.js` file.
priority
add a user confirmation when deleting a reply currently when the user presses the delete key under a reply it quickly deletes it however there needs to be a safeguard against this incase the user accidently presses it to do this add a if confirm statement to the following function js function deletereply replyid ajax url baseurl ajax deletereply data replyid replyid type post success function data alert data if data successfully deleted window location reload this function can be found in the javascript strategyguide js file
1
235,769
7,742,916,324
IssuesEvent
2018-05-29 11:05:53
HabitRPG/habitica-ios
https://api.github.com/repos/HabitRPG/habitica-ios
closed
"Auto Allocate Points" toggle can show the wrong setting
Priority: medium Type: Bug
The "Auto Allocate Points" toggle can sometimes show the wrong setting. Il Mago (c073342f-4a65-4a13-9ffd-9e7fa5410d6b) posted to the Report a Bug guild that she'd been noticing inconsistent behaviour with allocating points between the website and app and she took the screenshot below at the time that her value of `preferences.automaticAllocation` was set to false in the database. ![image](https://user-images.githubusercontent.com/1495809/39411332-5a5e8d24-4c4b-11e8-92bf-68297b9382cb.png) Here's her posts about it: "I have the automatic allocation based on class turned on in my iOS app, but it doesn't work, every time I level up I have to manually assign the point, it doesn't matter if I level up completing tasks from the website or from the app either Also, the automatic allocation settings show different things on the app and on the website... (like deactivated on website, automatic by class on app, but then I switch on the option on website and I when I go to see on the app it's turned off) This is all in the last few months so the behaviour may have changed, but the points not automatic allocating is still true" " this is what the app was showing me: [screenshot]"
1.0
"Auto Allocate Points" toggle can show the wrong setting - The "Auto Allocate Points" toggle can sometimes show the wrong setting. Il Mago (c073342f-4a65-4a13-9ffd-9e7fa5410d6b) posted to the Report a Bug guild that she'd been noticing inconsistent behaviour with allocating points between the website and app and she took the screenshot below at the time that her value of `preferences.automaticAllocation` was set to false in the database. ![image](https://user-images.githubusercontent.com/1495809/39411332-5a5e8d24-4c4b-11e8-92bf-68297b9382cb.png) Here's her posts about it: "I have the automatic allocation based on class turned on in my iOS app, but it doesn't work, every time I level up I have to manually assign the point, it doesn't matter if I level up completing tasks from the website or from the app either Also, the automatic allocation settings show different things on the app and on the website... (like deactivated on website, automatic by class on app, but then I switch on the option on website and I when I go to see on the app it's turned off) This is all in the last few months so the behaviour may have changed, but the points not automatic allocating is still true" " this is what the app was showing me: [screenshot]"
priority
auto allocate points toggle can show the wrong setting the auto allocate points toggle can sometimes show the wrong setting il mago posted to the report a bug guild that she d been noticing inconsistent behaviour with allocating points between the website and app and she took the screenshot below at the time that her value of preferences automaticallocation was set to false in the database here s her posts about it i have the automatic allocation based on class turned on in my ios app but it doesn t work every time i level up i have to manually assign the point it doesn t matter if i level up completing tasks from the website or from the app either also the automatic allocation settings show different things on the app and on the website like deactivated on website automatic by class on app but then i switch on the option on website and i when i go to see on the app it s turned off this is all in the last few months so the behaviour may have changed but the points not automatic allocating is still true this is what the app was showing me
1
734,514
25,352,193,484
IssuesEvent
2022-11-19 22:44:08
docker-mailserver/docker-mailserver
https://api.github.com/repos/docker-mailserver/docker-mailserver
opened
[BUG]
kind/bug meta/needs triage priority/medium
### Miscellaneous first checks - [X] I checked that all ports are open and not blocked by my ISP / hosting provider. - [X] I know that SSL errors are likely the result of a wrong setup on the user side and not caused by DMS itself. I'm confident my setup is correct. ### Affected Component(s) File permissions ### What happened and when does this occur? ```Markdown In testing my server I encountered the below issue after a server reboot. Here is the raw error encountered in my docker logs: Nov 19 22:21:43 e08f0aeef7a0 dovecot: imap(nospam@dustyconsulting.com)<1297><tbGdIdrtPdVMf4sx>: Error: stat(/var/mail/dustyconsulting.com/nospam/.Notes/tmp) failed: Permission denied (euid=5000(docker) egid=5000(docker) missing +x perm: /var/mail, dir owner missing perms) to resolve the above error I ran `docker exec -it mailserver chmod -R +x /var/mail`. ``` ### What did you expect to happen? ```Markdown The permissions of the filesystem within the container should not be able to be impacted by stoping the container and then starting it up again. Thus my rebooting my server should have not led me to this level of an issue. ``` ### How do we replicate the issue? ```Markdown Either 1. docker stop mailserver 2. wait for the process to complete 3. docker start mailserver OR 1. reboot your server. Version? As of 2022 Nov 19 docker images REPOSITORY TAG IMAGE ID CREATED SIZE mailserver/docker-mailserver latest aa627ef9c47f 5 weeks ago 562MB ``` ### DMS version latest - 11.2? ### What operating system is DMS running on? Linux ### Which operating system version? Debian 11 ### What instruction set architecture is DMS running on? x86_64 / AMD64 ### What container orchestration tool are you using? Docker Compose ### docker-compose.yml ```yml version: '3.3' services: mailserver: image: docker.io/mailserver/docker-mailserver:latest container_name: mailserver # If the FQDN for your mail-server is only two labels (eg: example.com), # you can assign this entirely to `hostname` and remove `domainname`. domainname: dustyconsulting.com env_file: mailserver.env # More information about the mail-server ports: # https://docker-mailserver.github.io/docker-mailserver/edge/config/security/understanding-the-ports/ # To avoid conflicts with yaml base-60 float, DO NOT remove the quotation marks. ports: - "25:25" # SMTP (explicit TLS => STARTTLS) - "143:143" # IMAP4 (explicit TLS => STARTTLS) - "465:465" # ESMTP (implicit TLS) - "587:587" # ESMTP (explicit TLS => STARTTLS) - "993:993" # IMAP4 (implicit TLS) volumes: - /srv/mailserver/mail-data/:/var/mail/ - /srv/mailserver/mail-state/:/var/mail-state/ - /srv/mailserver/mail-logs/:/var/log/mail/ - /srv/mailserver/config/:/tmp/docker-mailserver/ - /etc/localtime:/etc/localtime:ro - /srv/mailserver/certbot/certs/:/etc/letsencrypt restart: always stop_grace_period: 1m cap_add: - NET_ADMIN healthcheck: test: "ss --listening --tcp | grep -P 'LISTEN.+:smtp' || exit 1" timeout: 3s retries: 0 ``` ### Relevant log output ```bash Nov 19 22:21:43 e08f0aeef7a0 dovecot: imap(nospam@dustyconsulting.com)<1297><tbGdIdrtPdVMf4sx>: Error: stat(/var/mail/dustyconsulting.com/nospam/.Notes/tmp) failed: Permission denied (euid=5000(docker) egid=5000(docker) missing +x perm: /var/mail, dir owner missing perms) NOTE: Above repeats for all folders associated with the email address/account. ``` ### Other relevant information _No response_ ### What level of experience do you have with Docker and mail servers? - [ ] I am inexperienced with docker - [X] I am rather experienced with docker - [X] I am inexperienced with mail servers - [ ] I am rather experienced with mail servers - [X] I am uncomfortable with the CLI - [ ] I am rather comfortable with the CLI ### Code of conduct - [X] I have read this project's [Code of Conduct](https://github.com/docker-mailserver/docker-mailserver/blob/master/CODE_OF_CONDUCT.md) and I agree - [X] I have read the [README](https://github.com/docker-mailserver/docker-mailserver/blob/master/README.md) and the [documentation](https://docker-mailserver.github.io/docker-mailserver/edge/) and I searched the [issue tracker](https://github.com/docker-mailserver/docker-mailserver/issues?q=is%3Aissue) but could not find a solution ### Improvements to this form? _No response_
1.0
[BUG] - ### Miscellaneous first checks - [X] I checked that all ports are open and not blocked by my ISP / hosting provider. - [X] I know that SSL errors are likely the result of a wrong setup on the user side and not caused by DMS itself. I'm confident my setup is correct. ### Affected Component(s) File permissions ### What happened and when does this occur? ```Markdown In testing my server I encountered the below issue after a server reboot. Here is the raw error encountered in my docker logs: Nov 19 22:21:43 e08f0aeef7a0 dovecot: imap(nospam@dustyconsulting.com)<1297><tbGdIdrtPdVMf4sx>: Error: stat(/var/mail/dustyconsulting.com/nospam/.Notes/tmp) failed: Permission denied (euid=5000(docker) egid=5000(docker) missing +x perm: /var/mail, dir owner missing perms) to resolve the above error I ran `docker exec -it mailserver chmod -R +x /var/mail`. ``` ### What did you expect to happen? ```Markdown The permissions of the filesystem within the container should not be able to be impacted by stoping the container and then starting it up again. Thus my rebooting my server should have not led me to this level of an issue. ``` ### How do we replicate the issue? ```Markdown Either 1. docker stop mailserver 2. wait for the process to complete 3. docker start mailserver OR 1. reboot your server. Version? As of 2022 Nov 19 docker images REPOSITORY TAG IMAGE ID CREATED SIZE mailserver/docker-mailserver latest aa627ef9c47f 5 weeks ago 562MB ``` ### DMS version latest - 11.2? ### What operating system is DMS running on? Linux ### Which operating system version? Debian 11 ### What instruction set architecture is DMS running on? x86_64 / AMD64 ### What container orchestration tool are you using? Docker Compose ### docker-compose.yml ```yml version: '3.3' services: mailserver: image: docker.io/mailserver/docker-mailserver:latest container_name: mailserver # If the FQDN for your mail-server is only two labels (eg: example.com), # you can assign this entirely to `hostname` and remove `domainname`. domainname: dustyconsulting.com env_file: mailserver.env # More information about the mail-server ports: # https://docker-mailserver.github.io/docker-mailserver/edge/config/security/understanding-the-ports/ # To avoid conflicts with yaml base-60 float, DO NOT remove the quotation marks. ports: - "25:25" # SMTP (explicit TLS => STARTTLS) - "143:143" # IMAP4 (explicit TLS => STARTTLS) - "465:465" # ESMTP (implicit TLS) - "587:587" # ESMTP (explicit TLS => STARTTLS) - "993:993" # IMAP4 (implicit TLS) volumes: - /srv/mailserver/mail-data/:/var/mail/ - /srv/mailserver/mail-state/:/var/mail-state/ - /srv/mailserver/mail-logs/:/var/log/mail/ - /srv/mailserver/config/:/tmp/docker-mailserver/ - /etc/localtime:/etc/localtime:ro - /srv/mailserver/certbot/certs/:/etc/letsencrypt restart: always stop_grace_period: 1m cap_add: - NET_ADMIN healthcheck: test: "ss --listening --tcp | grep -P 'LISTEN.+:smtp' || exit 1" timeout: 3s retries: 0 ``` ### Relevant log output ```bash Nov 19 22:21:43 e08f0aeef7a0 dovecot: imap(nospam@dustyconsulting.com)<1297><tbGdIdrtPdVMf4sx>: Error: stat(/var/mail/dustyconsulting.com/nospam/.Notes/tmp) failed: Permission denied (euid=5000(docker) egid=5000(docker) missing +x perm: /var/mail, dir owner missing perms) NOTE: Above repeats for all folders associated with the email address/account. ``` ### Other relevant information _No response_ ### What level of experience do you have with Docker and mail servers? - [ ] I am inexperienced with docker - [X] I am rather experienced with docker - [X] I am inexperienced with mail servers - [ ] I am rather experienced with mail servers - [X] I am uncomfortable with the CLI - [ ] I am rather comfortable with the CLI ### Code of conduct - [X] I have read this project's [Code of Conduct](https://github.com/docker-mailserver/docker-mailserver/blob/master/CODE_OF_CONDUCT.md) and I agree - [X] I have read the [README](https://github.com/docker-mailserver/docker-mailserver/blob/master/README.md) and the [documentation](https://docker-mailserver.github.io/docker-mailserver/edge/) and I searched the [issue tracker](https://github.com/docker-mailserver/docker-mailserver/issues?q=is%3Aissue) but could not find a solution ### Improvements to this form? _No response_
priority
miscellaneous first checks i checked that all ports are open and not blocked by my isp hosting provider i know that ssl errors are likely the result of a wrong setup on the user side and not caused by dms itself i m confident my setup is correct affected component s file permissions what happened and when does this occur markdown in testing my server i encountered the below issue after a server reboot here is the raw error encountered in my docker logs nov dovecot imap nospam dustyconsulting com error stat var mail dustyconsulting com nospam notes tmp failed permission denied euid docker egid docker missing x perm var mail dir owner missing perms to resolve the above error i ran docker exec it mailserver chmod r x var mail what did you expect to happen markdown the permissions of the filesystem within the container should not be able to be impacted by stoping the container and then starting it up again thus my rebooting my server should have not led me to this level of an issue how do we replicate the issue markdown either docker stop mailserver wait for the process to complete docker start mailserver or reboot your server version as of nov docker images repository tag image id created size mailserver docker mailserver latest weeks ago dms version latest what operating system is dms running on linux which operating system version debian what instruction set architecture is dms running on what container orchestration tool are you using docker compose docker compose yml yml version services mailserver image docker io mailserver docker mailserver latest container name mailserver if the fqdn for your mail server is only two labels eg example com you can assign this entirely to hostname and remove domainname domainname dustyconsulting com env file mailserver env more information about the mail server ports to avoid conflicts with yaml base float do not remove the quotation marks ports smtp explicit tls starttls explicit tls starttls esmtp implicit tls esmtp explicit tls starttls implicit tls volumes srv mailserver mail data var mail srv mailserver mail state var mail state srv mailserver mail logs var log mail srv mailserver config tmp docker mailserver etc localtime etc localtime ro srv mailserver certbot certs etc letsencrypt restart always stop grace period cap add net admin healthcheck test ss listening tcp grep p listen smtp exit timeout retries relevant log output bash nov dovecot imap nospam dustyconsulting com error stat var mail dustyconsulting com nospam notes tmp failed permission denied euid docker egid docker missing x perm var mail dir owner missing perms note above repeats for all folders associated with the email address account other relevant information no response what level of experience do you have with docker and mail servers i am inexperienced with docker i am rather experienced with docker i am inexperienced with mail servers i am rather experienced with mail servers i am uncomfortable with the cli i am rather comfortable with the cli code of conduct i have read this project s and i agree i have read the and the and i searched the but could not find a solution improvements to this form no response
1
473,323
13,640,432,785
IssuesEvent
2020-09-25 12:44:48
bc-ticketing/host-client
https://api.github.com/repos/bc-ticketing/host-client
opened
Live Stats on Dashboard
event feature frontend medium priority
Create a card for live stats that connects to a backend and can show how many guests already entered, etc.
1.0
Live Stats on Dashboard - Create a card for live stats that connects to a backend and can show how many guests already entered, etc.
priority
live stats on dashboard create a card for live stats that connects to a backend and can show how many guests already entered etc
1
691,618
23,703,909,238
IssuesEvent
2022-08-29 21:58:41
pokt-network/pocket
https://api.github.com/repos/pokt-network/pocket
opened
[LocalNet] CLI to deploy/scale actors on local environment
priority:medium infra tooling
## Objective Allow to scale different actors on local (currently docker-compose) environment, ## Goals - Allow to specify/change deployment replicas - Support for different actors (validator, full-node, fishermen, etc) ## Deliverable - Documentation: make target(s), arguments, etc. - easy to use make targets ## Non-goals / Non-deliverables - Config generation (addressed separately https://github.com/pokt-network/pocket/issues/182) ## General issue deliverables - [ ] Update the appropriate CHANGELOG - [ ] Update any relevant READMEs (local and/or global) - [ ] Update any relevant global documentation & references - [ ] If applicable, update the source code tree explanation - [ ] If applicable, add or update a state, sequence or flowchart diagram using [mermaid](https://mermaid-js.github.io/mermaid/) ## [Optional] Testing Methodology - **LocalNet**: verify a `LocalNet` is still functioning correctly by following the instructions at [docs/development/README.md](https://github.com/pokt-network/pocket/tree/main/docs/development) --- **Creator**: @okdas **Co-Owners**: TBD
1.0
[LocalNet] CLI to deploy/scale actors on local environment - ## Objective Allow to scale different actors on local (currently docker-compose) environment, ## Goals - Allow to specify/change deployment replicas - Support for different actors (validator, full-node, fishermen, etc) ## Deliverable - Documentation: make target(s), arguments, etc. - easy to use make targets ## Non-goals / Non-deliverables - Config generation (addressed separately https://github.com/pokt-network/pocket/issues/182) ## General issue deliverables - [ ] Update the appropriate CHANGELOG - [ ] Update any relevant READMEs (local and/or global) - [ ] Update any relevant global documentation & references - [ ] If applicable, update the source code tree explanation - [ ] If applicable, add or update a state, sequence or flowchart diagram using [mermaid](https://mermaid-js.github.io/mermaid/) ## [Optional] Testing Methodology - **LocalNet**: verify a `LocalNet` is still functioning correctly by following the instructions at [docs/development/README.md](https://github.com/pokt-network/pocket/tree/main/docs/development) --- **Creator**: @okdas **Co-Owners**: TBD
priority
cli to deploy scale actors on local environment objective allow to scale different actors on local currently docker compose environment goals allow to specify change deployment replicas support for different actors validator full node fishermen etc deliverable documentation make target s arguments etc easy to use make targets non goals non deliverables config generation addressed separately general issue deliverables update the appropriate changelog update any relevant readmes local and or global update any relevant global documentation references if applicable update the source code tree explanation if applicable add or update a state sequence or flowchart diagram using testing methodology localnet verify a localnet is still functioning correctly by following the instructions at creator okdas co owners tbd
1
489,378
14,105,498,736
IssuesEvent
2020-11-06 13:36:03
ansible/awx
https://api.github.com/repos/ansible/awx
reopened
CLI import of surveys does not work
component:cli priority:medium state:needs_devel type:bug
##### ISSUE TYPE - Bug Report ##### SUMMARY <!-- Briefly describe the problem. --> ##### ENVIRONMENT * AWX version: 3.7.3. * AWX install method: docker on linux * Ansible version: 2.9.14 * Operating System: CentOS * Web Browser: Firefox ##### STEPS TO REPRODUCE Install Ansible and AWX and also CLI. Copy the inventory and the survey.json file in /var/liv/awx/projects/00_NewCustomer of the docker container awx_web. Enter the following commands via the CLI on the docker container awx_web: - awx organizations create --name "trustedgate" awx users create --username "User" --is_superuser false --is_system_auditor false --password "password" awx inventory create --name "00_NewCustomerSurvey_Inventory" --organization "trustedgate" awx projects create --name "00_NewCustomerSurvey_Project" --local_path @/var/lib/awx/projects/00_NewCustomer --organization "trustedgate" awx job_templates create --name "00_NewCustomerSurvey_Template" --job_type run --inventory "00_NewCustomerSurvey_Inventory" --project "00_NewCustomerSurvey_Project" --playbook "00_NewCustomerSurvey.yaml" --survey_enabled true All of these steps work and I can see the templates in the UI. If I now try to add a survey to the job_template (same result for both ways) the survey is not added in the UI and I get the following feedback on the console. awx job_templates delete --name "00_NewCustomerSurvey_Template" awx job_templates create --name "00_NewCustomerSurvey_Template" --job_type run --inventory "00_NewCustomerSurvey_Inventory" --project "00_NewCustomerSurvey_Project" --playbook "00_NewCustomerSurvey.yaml" -- survey_spec '{ 'description': 'A survey', 'name': 'my survey' 'spec': [{ 'index': 0, 'question_name': 'What is your department', 'required': False, 'variable': 'department', 'type': 'password', 'max': 3 }], }' --survey_enabled=true awx job_templates delete --name "00_NewCustomerSurvey_Template" awx job_templates modify --id "00_NewCustomerSurvey_Template" --survey_spec @/var/lib/awx/projects/00_NewCustomer/survey.json --survey_enable=true The content of survey.json is: { 'description': 'A survey', 'spec': [{ 'index': 0, 'question_name': 'What is your department', 'required': False, 'variable': 'department', 'type': 'password', 'max': 3 }], 'name': 'my survey' } ##### EXPECTED RESULTS I would expect that in both cases the one-question-long survey would be imported to the UI ##### ACTUAL RESULTS <!-- What actually happened? --> The Job Template is created in both cases but no survey is added. The feedback from the console is in both cases the same (see screenshots attached) ![1](https://user-images.githubusercontent.com/72564826/97290255-974c3d00-1848-11eb-8cc2-f4559342be2e.PNG) ![Unbenannt](https://user-images.githubusercontent.com/72564826/97290258-987d6a00-1848-11eb-8cd0-72092c6ae260.PNG) ![2](https://user-images.githubusercontent.com/72564826/97290259-987d6a00-1848-11eb-8f9a-7d93c0ffa79b.PNG) ##### ADDITIONAL INFORMATION I assume that either I use the commands wrong or the content of the variable survey_spec is not correctly passed to survey_enable.
1.0
CLI import of surveys does not work - ##### ISSUE TYPE - Bug Report ##### SUMMARY <!-- Briefly describe the problem. --> ##### ENVIRONMENT * AWX version: 3.7.3. * AWX install method: docker on linux * Ansible version: 2.9.14 * Operating System: CentOS * Web Browser: Firefox ##### STEPS TO REPRODUCE Install Ansible and AWX and also CLI. Copy the inventory and the survey.json file in /var/liv/awx/projects/00_NewCustomer of the docker container awx_web. Enter the following commands via the CLI on the docker container awx_web: - awx organizations create --name "trustedgate" awx users create --username "User" --is_superuser false --is_system_auditor false --password "password" awx inventory create --name "00_NewCustomerSurvey_Inventory" --organization "trustedgate" awx projects create --name "00_NewCustomerSurvey_Project" --local_path @/var/lib/awx/projects/00_NewCustomer --organization "trustedgate" awx job_templates create --name "00_NewCustomerSurvey_Template" --job_type run --inventory "00_NewCustomerSurvey_Inventory" --project "00_NewCustomerSurvey_Project" --playbook "00_NewCustomerSurvey.yaml" --survey_enabled true All of these steps work and I can see the templates in the UI. If I now try to add a survey to the job_template (same result for both ways) the survey is not added in the UI and I get the following feedback on the console. awx job_templates delete --name "00_NewCustomerSurvey_Template" awx job_templates create --name "00_NewCustomerSurvey_Template" --job_type run --inventory "00_NewCustomerSurvey_Inventory" --project "00_NewCustomerSurvey_Project" --playbook "00_NewCustomerSurvey.yaml" -- survey_spec '{ 'description': 'A survey', 'name': 'my survey' 'spec': [{ 'index': 0, 'question_name': 'What is your department', 'required': False, 'variable': 'department', 'type': 'password', 'max': 3 }], }' --survey_enabled=true awx job_templates delete --name "00_NewCustomerSurvey_Template" awx job_templates modify --id "00_NewCustomerSurvey_Template" --survey_spec @/var/lib/awx/projects/00_NewCustomer/survey.json --survey_enable=true The content of survey.json is: { 'description': 'A survey', 'spec': [{ 'index': 0, 'question_name': 'What is your department', 'required': False, 'variable': 'department', 'type': 'password', 'max': 3 }], 'name': 'my survey' } ##### EXPECTED RESULTS I would expect that in both cases the one-question-long survey would be imported to the UI ##### ACTUAL RESULTS <!-- What actually happened? --> The Job Template is created in both cases but no survey is added. The feedback from the console is in both cases the same (see screenshots attached) ![1](https://user-images.githubusercontent.com/72564826/97290255-974c3d00-1848-11eb-8cc2-f4559342be2e.PNG) ![Unbenannt](https://user-images.githubusercontent.com/72564826/97290258-987d6a00-1848-11eb-8cd0-72092c6ae260.PNG) ![2](https://user-images.githubusercontent.com/72564826/97290259-987d6a00-1848-11eb-8f9a-7d93c0ffa79b.PNG) ##### ADDITIONAL INFORMATION I assume that either I use the commands wrong or the content of the variable survey_spec is not correctly passed to survey_enable.
priority
cli import of surveys does not work issue type bug report summary environment awx version awx install method docker on linux ansible version operating system centos web browser firefox steps to reproduce install ansible and awx and also cli copy the inventory and the survey json file in var liv awx projects newcustomer of the docker container awx web enter the following commands via the cli on the docker container awx web awx organizations create name trustedgate awx users create username user is superuser false is system auditor false password password awx inventory create name newcustomersurvey inventory organization trustedgate awx projects create name newcustomersurvey project local path var lib awx projects newcustomer organization trustedgate awx job templates create name newcustomersurvey template job type run inventory newcustomersurvey inventory project newcustomersurvey project playbook newcustomersurvey yaml survey enabled true all of these steps work and i can see the templates in the ui if i now try to add a survey to the job template same result for both ways the survey is not added in the ui and i get the following feedback on the console awx job templates delete name newcustomersurvey template awx job templates create name newcustomersurvey template job type run inventory newcustomersurvey inventory project newcustomersurvey project playbook newcustomersurvey yaml survey spec description a survey name my survey spec index question name what is your department required false variable department type password max survey enabled true awx job templates delete name newcustomersurvey template awx job templates modify id newcustomersurvey template survey spec var lib awx projects newcustomer survey json survey enable true the content of survey json is description a survey spec index question name what is your department required false variable department type password max name my survey expected results i would expect that in both cases the one question long survey would be imported to the ui actual results the job template is created in both cases but no survey is added the feedback from the console is in both cases the same see screenshots attached additional information i assume that either i use the commands wrong or the content of the variable survey spec is not correctly passed to survey enable
1
680,598
23,279,307,899
IssuesEvent
2022-08-05 10:22:22
status-im/status-desktop
https://api.github.com/repos/status-im/status-desktop
closed
Featured chats in public chat popup are badly displayed
Chat priority 2: medium E:Bugfixes pixel-perfect-issues S:1
# Bug Report ## Description ![image](https://user-images.githubusercontent.com/11926403/180821536-f3919d33-7460-4426-8ee4-653f6be32237.png) They show up in a single column
1.0
Featured chats in public chat popup are badly displayed - # Bug Report ## Description ![image](https://user-images.githubusercontent.com/11926403/180821536-f3919d33-7460-4426-8ee4-653f6be32237.png) They show up in a single column
priority
featured chats in public chat popup are badly displayed bug report description they show up in a single column
1
118,815
4,756,427,710
IssuesEvent
2016-10-24 13:59:24
cuappdev/tempo
https://api.github.com/repos/cuappdev/tempo
closed
Fix search VC bugs
Priority: Medium Type: Bug
- Random cell labels are highlighted red - Songs won't play if the Search VC is the first VC where a song is played - Make search VC inherit PlayerTableVC??
1.0
Fix search VC bugs - - Random cell labels are highlighted red - Songs won't play if the Search VC is the first VC where a song is played - Make search VC inherit PlayerTableVC??
priority
fix search vc bugs random cell labels are highlighted red songs won t play if the search vc is the first vc where a song is played make search vc inherit playertablevc
1
72,941
3,393,180,284
IssuesEvent
2015-11-30 22:53:16
IQSS/dataverse
https://api.github.com/repos/IQSS/dataverse
closed
Permissions: Save assigned role works but leaves popup in place until page refresh.
Component: UX & Upgrade Priority: Medium Status: QA Type: Bug
Save assigned role does not clear popup and return user to permissions page. Needs refresh of page to work.
1.0
Permissions: Save assigned role works but leaves popup in place until page refresh. - Save assigned role does not clear popup and return user to permissions page. Needs refresh of page to work.
priority
permissions save assigned role works but leaves popup in place until page refresh save assigned role does not clear popup and return user to permissions page needs refresh of page to work
1
260,761
8,214,476,215
IssuesEvent
2018-09-04 23:35:46
ReadyResponder/ReadyResponder
https://api.github.com/repos/ReadyResponder/ReadyResponder
closed
System should indicate lack of departments when attempting to add users to tasks
Medium Priority easy
if an event has no departments there will be no users in the list when attempting to associate them with a task. instead of presenting an empty user list the system should display a message indicating that you will not be able to associate anyone until departments have been associated with the event.
1.0
System should indicate lack of departments when attempting to add users to tasks - if an event has no departments there will be no users in the list when attempting to associate them with a task. instead of presenting an empty user list the system should display a message indicating that you will not be able to associate anyone until departments have been associated with the event.
priority
system should indicate lack of departments when attempting to add users to tasks if an event has no departments there will be no users in the list when attempting to associate them with a task instead of presenting an empty user list the system should display a message indicating that you will not be able to associate anyone until departments have been associated with the event
1
198,909
6,978,979,922
IssuesEvent
2017-12-12 19:25:36
vmware/vic-product
https://api.github.com/repos/vmware/vic-product
opened
Create VIC appliance admin interface
component/ova priority/medium status/needs-estimation team/lifecycle triage/proposed-1.4
**User Statement:** As a VI admin I want to be able to manage the settings of the VIC appliance. **Details:** https://vmware.invisionapp.com/share/VBDLQ5QYQ#/254613570_Project_TOC Related https://github.com/vmware/vic-product/issues/1210 https://github.com/vmware/vic-product/issues/384 Interface will handle editing settings, upgrade, appliance re initialization, and downloading log bundle Need to figure out what to do for login to the admin panel Need to ensure all services can be restarted to use new settings **Acceptance Criteria:** - [ ] initial admin interface
1.0
Create VIC appliance admin interface - **User Statement:** As a VI admin I want to be able to manage the settings of the VIC appliance. **Details:** https://vmware.invisionapp.com/share/VBDLQ5QYQ#/254613570_Project_TOC Related https://github.com/vmware/vic-product/issues/1210 https://github.com/vmware/vic-product/issues/384 Interface will handle editing settings, upgrade, appliance re initialization, and downloading log bundle Need to figure out what to do for login to the admin panel Need to ensure all services can be restarted to use new settings **Acceptance Criteria:** - [ ] initial admin interface
priority
create vic appliance admin interface user statement as a vi admin i want to be able to manage the settings of the vic appliance details related interface will handle editing settings upgrade appliance re initialization and downloading log bundle need to figure out what to do for login to the admin panel need to ensure all services can be restarted to use new settings acceptance criteria initial admin interface
1
73,542
3,413,486,178
IssuesEvent
2015-12-06 18:44:38
bounswe/bounswe2015group4
https://api.github.com/repos/bounswe/bounswe2015group4
opened
Presentation for Milestone 2
Priority-Medium Type-Task
We must create a good user story to show off what we have accomplished.
1.0
Presentation for Milestone 2 - We must create a good user story to show off what we have accomplished.
priority
presentation for milestone we must create a good user story to show off what we have accomplished
1
16,923
2,615,126,626
IssuesEvent
2015-03-01 05:55:05
chrsmith/google-api-java-client
https://api.github.com/repos/chrsmith/google-api-java-client
opened
Freebase example of API search
auto-migrated Priority-Medium Type-Sample
``` Which Google API and version (e.g. Google Calendar Data API version 2)? Freebase API What format (e.g. JSON, Atom)? JSON What Authentation (e.g. OAuth, OAuth 2, ClientLogin)? Any Java environment (e.g. Java 6, Android 2.3, App Engine)? Java 6 External references, such as API reference guide? NO Please provide any additional information below. Please and example be able to search content from freebase ``` Original issue reported on code.google.com by `DLopezGo...@gmail.com` on 5 Jun 2012 at 1:24
1.0
Freebase example of API search - ``` Which Google API and version (e.g. Google Calendar Data API version 2)? Freebase API What format (e.g. JSON, Atom)? JSON What Authentation (e.g. OAuth, OAuth 2, ClientLogin)? Any Java environment (e.g. Java 6, Android 2.3, App Engine)? Java 6 External references, such as API reference guide? NO Please provide any additional information below. Please and example be able to search content from freebase ``` Original issue reported on code.google.com by `DLopezGo...@gmail.com` on 5 Jun 2012 at 1:24
priority
freebase example of api search which google api and version e g google calendar data api version freebase api what format e g json atom json what authentation e g oauth oauth clientlogin any java environment e g java android app engine java external references such as api reference guide no please provide any additional information below please and example be able to search content from freebase original issue reported on code google com by dlopezgo gmail com on jun at
1
613,057
19,072,239,136
IssuesEvent
2021-11-27 04:52:28
quentindecosne/sunlit
https://api.github.com/repos/quentindecosne/sunlit
closed
global search field as session variable?
type:enhancement priority:medium
The global search fields of the grids could be a session variable? For example: filter on a column in products, like supplier name, edit a row, come back to the view with the filter still active...
1.0
global search field as session variable? - The global search fields of the grids could be a session variable? For example: filter on a column in products, like supplier name, edit a row, come back to the view with the filter still active...
priority
global search field as session variable the global search fields of the grids could be a session variable for example filter on a column in products like supplier name edit a row come back to the view with the filter still active
1
261,553
8,237,194,642
IssuesEvent
2018-09-10 01:17:00
Navarra/game
https://api.github.com/repos/Navarra/game
closed
Context-menu applies same color to all objects (npcs, items, etc.)
bug core engine easy front end good first issue map medium priority
<!-- Please don't delete this template or we'll close your issue --> <!-- Before creating an issue please make sure you are using the latest version of Navarra. --> **Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** The context-menu color applies same color to the same item on the menu (orange). ![image](https://user-images.githubusercontent.com/616320/36709634-7f0c5c70-1b3e-11e8-9fa8-40a6d15de11e.png) **If the current behavior is a bug, please provide the exact steps to reproduce.** Find where an item and an NPC are in the same square. Right-click to open context-menu. **What is the expected behavior?** The NPC (Baynard) should be in yellow text instead of orange.
1.0
Context-menu applies same color to all objects (npcs, items, etc.) - <!-- Please don't delete this template or we'll close your issue --> <!-- Before creating an issue please make sure you are using the latest version of Navarra. --> **Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** The context-menu color applies same color to the same item on the menu (orange). ![image](https://user-images.githubusercontent.com/616320/36709634-7f0c5c70-1b3e-11e8-9fa8-40a6d15de11e.png) **If the current behavior is a bug, please provide the exact steps to reproduce.** Find where an item and an NPC are in the same square. Right-click to open context-menu. **What is the expected behavior?** The NPC (Baynard) should be in yellow text instead of orange.
priority
context menu applies same color to all objects npcs items etc do you want to request a feature or report a bug bug what is the current behavior the context menu color applies same color to the same item on the menu orange if the current behavior is a bug please provide the exact steps to reproduce find where an item and an npc are in the same square right click to open context menu what is the expected behavior the npc baynard should be in yellow text instead of orange
1
59
2,490,726,085
IssuesEvent
2015-01-02 19:05:07
wordpress-mobile/WordPress-iOS
https://api.github.com/repos/wordpress-mobile/WordPress-iOS
closed
Replying to a pending comment from Notifications implicitly approves it, while replying from comments does not
bug enhancement Notifications priority-medium question
I'm not sure what the intended behaviour is, but this is what happens: ##### Replying via notifications screen 1. Leave a sketchy comment on some blog you own 2. In the app, receive the notification of a comment. Visit comments for that blog if desired, and confirm that it's pending moderation. 3. Tap the notification and reply, from Notifications 4. Visit the blog, and notice that the comment is now showing up, approved. Go to comments and refresh and the comment is approved as well. ##### Replying via the comment from Comments 1. Step 1 as above 2. Step 2 as above, but visit <the blog> -> Comments 3. Verify it's pending moderation 4. Enter the comment and reply 5. Go back, and refresh the website/comment screen, and it's still pending moderation.
1.0
Replying to a pending comment from Notifications implicitly approves it, while replying from comments does not - I'm not sure what the intended behaviour is, but this is what happens: ##### Replying via notifications screen 1. Leave a sketchy comment on some blog you own 2. In the app, receive the notification of a comment. Visit comments for that blog if desired, and confirm that it's pending moderation. 3. Tap the notification and reply, from Notifications 4. Visit the blog, and notice that the comment is now showing up, approved. Go to comments and refresh and the comment is approved as well. ##### Replying via the comment from Comments 1. Step 1 as above 2. Step 2 as above, but visit <the blog> -> Comments 3. Verify it's pending moderation 4. Enter the comment and reply 5. Go back, and refresh the website/comment screen, and it's still pending moderation.
priority
replying to a pending comment from notifications implicitly approves it while replying from comments does not i m not sure what the intended behaviour is but this is what happens replying via notifications screen leave a sketchy comment on some blog you own in the app receive the notification of a comment visit comments for that blog if desired and confirm that it s pending moderation tap the notification and reply from notifications visit the blog and notice that the comment is now showing up approved go to comments and refresh and the comment is approved as well replying via the comment from comments step as above step as above but visit comments verify it s pending moderation enter the comment and reply go back and refresh the website comment screen and it s still pending moderation
1
789,136
27,780,125,888
IssuesEvent
2023-03-16 20:20:12
bounswe/bounswe2023group9
https://api.github.com/repos/bounswe/bounswe2023group9
closed
Wiki Pages for Team Members Should be Added
good first issue priority: medium type: repository status: completed
Everyone in the group should add a page to Wiki that introduces themselves. - [x] Ali Mert Geben - [x] Hakan Emre Aktaş - [ ] Ufuk Altunbulak - [x] Arda Arslan - [x] Ahmet Bera Pay - [x] Zülal Molla - [x] Leyla Yayladere - [x] Ömer Şükrü Uyduran - [x] Rafet Oğuz Pançuk - [x] Ahmet Abdullah Susuz - [x] Mehmet Süzer
1.0
Wiki Pages for Team Members Should be Added - Everyone in the group should add a page to Wiki that introduces themselves. - [x] Ali Mert Geben - [x] Hakan Emre Aktaş - [ ] Ufuk Altunbulak - [x] Arda Arslan - [x] Ahmet Bera Pay - [x] Zülal Molla - [x] Leyla Yayladere - [x] Ömer Şükrü Uyduran - [x] Rafet Oğuz Pançuk - [x] Ahmet Abdullah Susuz - [x] Mehmet Süzer
priority
wiki pages for team members should be added everyone in the group should add a page to wiki that introduces themselves ali mert geben hakan emre aktaş ufuk altunbulak arda arslan ahmet bera pay zülal molla leyla yayladere ömer şükrü uyduran rafet oğuz pançuk ahmet abdullah susuz mehmet süzer
1
222,701
7,435,259,972
IssuesEvent
2018-03-26 13:43:56
EvictionLab/eviction-maps
https://api.github.com/repos/EvictionLab/eviction-maps
opened
Fix map layer order
enhancement medium priority
There are some layers on the map that could be reordered. In particular, the highlight and hover layer outlines cover up street labels which is a bit confusing
1.0
Fix map layer order - There are some layers on the map that could be reordered. In particular, the highlight and hover layer outlines cover up street labels which is a bit confusing
priority
fix map layer order there are some layers on the map that could be reordered in particular the highlight and hover layer outlines cover up street labels which is a bit confusing
1
750,523
26,204,962,087
IssuesEvent
2023-01-03 21:30:10
VoltanFr/memcheck
https://api.github.com/repos/VoltanFr/memcheck
closed
Add more services to the MarkDown editor toolbar
complexity-medium priority-high
Look at GitHub's editor page. For example, an empty table template, maybe with various options such as centered column. Relates to #229
1.0
Add more services to the MarkDown editor toolbar - Look at GitHub's editor page. For example, an empty table template, maybe with various options such as centered column. Relates to #229
priority
add more services to the markdown editor toolbar look at github s editor page for example an empty table template maybe with various options such as centered column relates to
1
605,929
18,752,017,339
IssuesEvent
2021-11-05 04:10:05
AY2122S1-TIC4001-F18-4/tp
https://api.github.com/repos/AY2122S1-TIC4001-F18-4/tp
closed
JustBook commands enhancements
priority.Medium
1. Added `undel a` to undelete a previous clear all `del a` command execution. 2. Other Team members up and coming possible additions.
1.0
JustBook commands enhancements - 1. Added `undel a` to undelete a previous clear all `del a` command execution. 2. Other Team members up and coming possible additions.
priority
justbook commands enhancements added undel a to undelete a previous clear all del a command execution other team members up and coming possible additions
1
236,753
7,752,578,593
IssuesEvent
2018-05-30 20:44:38
RoboJackets/robocup-software
https://api.github.com/repos/RoboJackets/robocup-software
closed
Better role assignment debugging
area / plays exp / adept (2) priority / medium status / new type / enhancement
We got a role assignment error recently: ``` ERROR:root:Failed Assignment: Robots: <Robot us[2], pos=Point(-1.02215, 1.46373)> <Robot us[6], pos=Point(0.474425, 2.44997)> Roles: has_ball=False; pos=Point(-1.45546, 1.03075); chip_pref=0; prev_id=6; required=True; can_kick=True has_ball=False; pos=Point(-0.933876, 1.56105); chip_pref=0; prev_id=2; required=True; can_kick=False ERROR:root:Unable to satisfy role assignment constraints. Dropping and temp. blacklisting current play... ``` I'm not sure why it wasn't able to full-fill that constraint, we need better debugging output at least telling us constraints that weren't able to be fulfilled.
1.0
Better role assignment debugging - We got a role assignment error recently: ``` ERROR:root:Failed Assignment: Robots: <Robot us[2], pos=Point(-1.02215, 1.46373)> <Robot us[6], pos=Point(0.474425, 2.44997)> Roles: has_ball=False; pos=Point(-1.45546, 1.03075); chip_pref=0; prev_id=6; required=True; can_kick=True has_ball=False; pos=Point(-0.933876, 1.56105); chip_pref=0; prev_id=2; required=True; can_kick=False ERROR:root:Unable to satisfy role assignment constraints. Dropping and temp. blacklisting current play... ``` I'm not sure why it wasn't able to full-fill that constraint, we need better debugging output at least telling us constraints that weren't able to be fulfilled.
priority
better role assignment debugging we got a role assignment error recently error root failed assignment robots roles has ball false pos point chip pref prev id required true can kick true has ball false pos point chip pref prev id required true can kick false error root unable to satisfy role assignment constraints dropping and temp blacklisting current play i m not sure why it wasn t able to full fill that constraint we need better debugging output at least telling us constraints that weren t able to be fulfilled
1
211,211
7,199,285,082
IssuesEvent
2018-02-05 15:31:53
AhmadShafie/SmartMobility
https://api.github.com/repos/AhmadShafie/SmartMobility
closed
making a function that can find the shortest route on the mrt
Commuters Priority High medium review
user lives far away from his destination and takes a long MRT route to reach it user wants to know of a faster and shorter way to reach the destination
1.0
making a function that can find the shortest route on the mrt - user lives far away from his destination and takes a long MRT route to reach it user wants to know of a faster and shorter way to reach the destination
priority
making a function that can find the shortest route on the mrt user lives far away from his destination and takes a long mrt route to reach it user wants to know of a faster and shorter way to reach the destination
1
15,989
2,611,535,557
IssuesEvent
2015-02-27 06:05:35
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
opened
Get rid of hard-coded key combinations at let users use the key or key combination of their choice for every single action
auto-migrated Component-QtFrontendComponent-Engine Priority-Medium Type-Enhancement
``` e.g.: currently users can set "precise" key, "team bar toggle" key and "move left" key this will automatically also set the "invisible" actions "hog tag toggle" to precise+teambartoggle, "turn hedgehog left" to precise+moveleft, etc. these actions (turning hog, toggling tags, shooting from saucer, etc.) should just have those "precise"(actually: shift) key-combinations as default and instead let the user bind custom keys or key combinations to each of those actions. ``` Original issue reported on code.google.com by `sheepyluva` on 9 Jan 2014 at 11:55
1.0
Get rid of hard-coded key combinations at let users use the key or key combination of their choice for every single action - ``` e.g.: currently users can set "precise" key, "team bar toggle" key and "move left" key this will automatically also set the "invisible" actions "hog tag toggle" to precise+teambartoggle, "turn hedgehog left" to precise+moveleft, etc. these actions (turning hog, toggling tags, shooting from saucer, etc.) should just have those "precise"(actually: shift) key-combinations as default and instead let the user bind custom keys or key combinations to each of those actions. ``` Original issue reported on code.google.com by `sheepyluva` on 9 Jan 2014 at 11:55
priority
get rid of hard coded key combinations at let users use the key or key combination of their choice for every single action e g currently users can set precise key team bar toggle key and move left key this will automatically also set the invisible actions hog tag toggle to precise teambartoggle turn hedgehog left to precise moveleft etc these actions turning hog toggling tags shooting from saucer etc should just have those precise actually shift key combinations as default and instead let the user bind custom keys or key combinations to each of those actions original issue reported on code google com by sheepyluva on jan at
1
365,461
10,787,662,285
IssuesEvent
2019-11-05 08:05:15
AugurProject/augur
https://api.github.com/repos/AugurProject/augur
closed
Copy: Claiming Modals
Priority: Medium
for claim proceeds when a user has multiple markets to be claimed on...if they do it individually and only one is left...the modal still reads "You have xyz amount to be claimed from multiple markets" @cillianhunter0 @matt-bullock so when it gets down to this level do we want to just change the wording on the existing notification or do we open a new one...and If a user gets more than 1 market available to claim for again the wording changes back
1.0
Copy: Claiming Modals - for claim proceeds when a user has multiple markets to be claimed on...if they do it individually and only one is left...the modal still reads "You have xyz amount to be claimed from multiple markets" @cillianhunter0 @matt-bullock so when it gets down to this level do we want to just change the wording on the existing notification or do we open a new one...and If a user gets more than 1 market available to claim for again the wording changes back
priority
copy claiming modals for claim proceeds when a user has multiple markets to be claimed on if they do it individually and only one is left the modal still reads you have xyz amount to be claimed from multiple markets matt bullock so when it gets down to this level do we want to just change the wording on the existing notification or do we open a new one and if a user gets more than market available to claim for again the wording changes back
1
468,470
13,483,458,653
IssuesEvent
2020-09-11 03:58:09
Apexal/late
https://api.github.com/repos/Apexal/late
closed
Study Space Directory
Area: Back End Area: Database Area: Front End Difficulty: Intermediate Priority: Medium Type: Feature User Submitted
From the Google Form: >Shows what study spaces are open or tells you where a god[sic] place to study depending on how you like studying (very quiet, noisy, semi-talkative) (Unfortunately the user put their RIN instead of their RCS ID so I cannot credit them with the idea.) LATE can provide a crowd-sourced directory of "study spots" where students can discover a favorite study spot and add it to the directory with some labels so that they can be searched and filtered easily, e.g. Noise Level, Distance, Grade Level Access, etc.
1.0
Study Space Directory - From the Google Form: >Shows what study spaces are open or tells you where a god[sic] place to study depending on how you like studying (very quiet, noisy, semi-talkative) (Unfortunately the user put their RIN instead of their RCS ID so I cannot credit them with the idea.) LATE can provide a crowd-sourced directory of "study spots" where students can discover a favorite study spot and add it to the directory with some labels so that they can be searched and filtered easily, e.g. Noise Level, Distance, Grade Level Access, etc.
priority
study space directory from the google form shows what study spaces are open or tells you where a god place to study depending on how you like studying very quiet noisy semi talkative unfortunately the user put their rin instead of their rcs id so i cannot credit them with the idea late can provide a crowd sourced directory of study spots where students can discover a favorite study spot and add it to the directory with some labels so that they can be searched and filtered easily e g noise level distance grade level access etc
1
470,706
13,543,178,366
IssuesEvent
2020-09-16 18:32:24
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
bluetooth shell deadlock on USB shell UART
area: Bluetooth area: Shell area: USB bug has-pr priority: medium
`tests/bluetooth/shell` on `nrf52840dk_nrf52840` builds, and when I type `bt init` the subsystem initializes. If I use 58f1e393bb16cf0872af8191f642989e8e560037 in https://github.com/pabigot/zephyr/commits/issue/27599 to switch to using a USB console that's also the shell device, the command line `bt init` never returns. Debugging shows that `bluetooth/shell/bt.c` successfully invokes `bt_enable(bt_ready)` and returns, but `bt_ready()` hangs in the `shell_print` marking the completion of initialization. Additional diagnosis shows that `shell_pend_on_txdone()` is never receiving the signal to proceed. This behavior is reproduced both without and with #27025.
1.0
bluetooth shell deadlock on USB shell UART - `tests/bluetooth/shell` on `nrf52840dk_nrf52840` builds, and when I type `bt init` the subsystem initializes. If I use 58f1e393bb16cf0872af8191f642989e8e560037 in https://github.com/pabigot/zephyr/commits/issue/27599 to switch to using a USB console that's also the shell device, the command line `bt init` never returns. Debugging shows that `bluetooth/shell/bt.c` successfully invokes `bt_enable(bt_ready)` and returns, but `bt_ready()` hangs in the `shell_print` marking the completion of initialization. Additional diagnosis shows that `shell_pend_on_txdone()` is never receiving the signal to proceed. This behavior is reproduced both without and with #27025.
priority
bluetooth shell deadlock on usb shell uart tests bluetooth shell on builds and when i type bt init the subsystem initializes if i use in to switch to using a usb console that s also the shell device the command line bt init never returns debugging shows that bluetooth shell bt c successfully invokes bt enable bt ready and returns but bt ready hangs in the shell print marking the completion of initialization additional diagnosis shows that shell pend on txdone is never receiving the signal to proceed this behavior is reproduced both without and with
1
308,457
9,439,483,374
IssuesEvent
2019-04-14 10:51:22
dmuhs/pythx
https://api.github.com/repos/dmuhs/pythx
closed
Custom middleware shortcut
Priority: Medium Status: Completed Type: Enhancement
Currently a user has to create a custom `APIHandler` to inject new middleware classes: ```python3 Client( eth_address="...", password="...", handler=APIHandler( middlewares=[MyMiddleware()] ) ) ``` Because it's such a common use case, a dev should be able to inject middlewares directly through the client: ```python3 Client( eth_address="...", password="...", middlewares=[MyMiddleware()] ``` This would also allow us to always add required internal middlewares, e.g. for the cache lookup without a custom middleware list interfering.
1.0
Custom middleware shortcut - Currently a user has to create a custom `APIHandler` to inject new middleware classes: ```python3 Client( eth_address="...", password="...", handler=APIHandler( middlewares=[MyMiddleware()] ) ) ``` Because it's such a common use case, a dev should be able to inject middlewares directly through the client: ```python3 Client( eth_address="...", password="...", middlewares=[MyMiddleware()] ``` This would also allow us to always add required internal middlewares, e.g. for the cache lookup without a custom middleware list interfering.
priority
custom middleware shortcut currently a user has to create a custom apihandler to inject new middleware classes client eth address password handler apihandler middlewares because it s such a common use case a dev should be able to inject middlewares directly through the client client eth address password middlewares this would also allow us to always add required internal middlewares e g for the cache lookup without a custom middleware list interfering
1
560,201
16,590,135,085
IssuesEvent
2021-06-01 06:33:18
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[0.9.3 staging-1939] Elevator call post linking issue
Category: Gameplay Priority: Medium Squad: Otter Status: Reopen Type: Quality of Life
- [ ] 1. Elevator should have linking point in center, or +/- 1 block from center. - [ ] 2. When linking call post we should include calculation with elevator size. And so now what's the problem. Currently we have that call post is linking to the nearest center of Elevator. But we can have a strange situation, when one elevator is closer, but the Call Post will link to another: ![image](https://user-images.githubusercontent.com/45708377/109124512-0df83900-775c-11eb-9204-61adcee92a39.png) Call post will be linked to Industrial Elevator №2, because his center is closer. But if we change center we still need to include elevator size, because we have smaller version (Wooden Elevator): ![image](https://user-images.githubusercontent.com/45708377/109125442-23ba2e00-775d-11eb-81fd-3d43055e7c42.png) So The center of Wooden elevator is closer, but Call post must link to the nearest Elecator(Industrial)
1.0
[0.9.3 staging-1939] Elevator call post linking issue - - [ ] 1. Elevator should have linking point in center, or +/- 1 block from center. - [ ] 2. When linking call post we should include calculation with elevator size. And so now what's the problem. Currently we have that call post is linking to the nearest center of Elevator. But we can have a strange situation, when one elevator is closer, but the Call Post will link to another: ![image](https://user-images.githubusercontent.com/45708377/109124512-0df83900-775c-11eb-9204-61adcee92a39.png) Call post will be linked to Industrial Elevator №2, because his center is closer. But if we change center we still need to include elevator size, because we have smaller version (Wooden Elevator): ![image](https://user-images.githubusercontent.com/45708377/109125442-23ba2e00-775d-11eb-81fd-3d43055e7c42.png) So The center of Wooden elevator is closer, but Call post must link to the nearest Elecator(Industrial)
priority
elevator call post linking issue elevator should have linking point in center or block from center when linking call post we should include calculation with elevator size and so now what s the problem currently we have that call post is linking to the nearest center of elevator but we can have a strange situation when one elevator is closer but the call post will link to another call post will be linked to industrial elevator № because his center is closer but if we change center we still need to include elevator size because we have smaller version wooden elevator so the center of wooden elevator is closer but call post must link to the nearest elecator industrial
1
30,039
2,722,138,399
IssuesEvent
2015-04-14 00:19:05
CruxFramework/crux-smart-faces
https://api.github.com/repos/CruxFramework/crux-smart-faces
closed
Error occurring in sideMenuDisposal to the type of vertical dropdown menu
bug imported Module-CruxSmartFaces Priority-Medium TargetVersion-5.3.0
_From [flavia.jesus@triggolabs.com](https://code.google.com/u/flavia.jesus@triggolabs.com/) on March 12, 2015 14:48:59_ Using vertical dropdown menu type in sideMenuDisposal component, the view is out of available space. _Original issue: http://code.google.com/p/crux-framework/issues/detail?id=618_
1.0
Error occurring in sideMenuDisposal to the type of vertical dropdown menu - _From [flavia.jesus@triggolabs.com](https://code.google.com/u/flavia.jesus@triggolabs.com/) on March 12, 2015 14:48:59_ Using vertical dropdown menu type in sideMenuDisposal component, the view is out of available space. _Original issue: http://code.google.com/p/crux-framework/issues/detail?id=618_
priority
error occurring in sidemenudisposal to the type of vertical dropdown menu from on march using vertical dropdown menu type in sidemenudisposal component the view is out of available space original issue
1
556,847
16,492,855,034
IssuesEvent
2021-05-25 07:03:50
sopra-fs21-group-01/server
https://api.github.com/repos/sopra-fs21-group-01/server
closed
Create visible "musicplayer" object in frontend
medium priority task
Create a musicplayer with Skipp, stopp, pause buttons Time: 2h Part of: #3
1.0
Create visible "musicplayer" object in frontend - Create a musicplayer with Skipp, stopp, pause buttons Time: 2h Part of: #3
priority
create visible musicplayer object in frontend create a musicplayer with skipp stopp pause buttons time part of
1
284,725
8,749,796,599
IssuesEvent
2018-12-13 17:18:15
AugurProject/augur
https://api.github.com/repos/AugurProject/augur
closed
Creator Fee displayed in Outstanding Returns is incorrect
Bug Priority: Medium Unreproducible
The user `bobether` saw an Outstanding Returns balance of 7,301.6038 on a market he created. Alex said this may be an off-by-10^18 bug. ![unknown](https://user-images.githubusercontent.com/11491365/49774936-50ccb400-fcab-11e8-9381-01a0782136e1.png) ... have not been able to repro. could be fixed by same issue as ch17996 -phoebemirman
1.0
Creator Fee displayed in Outstanding Returns is incorrect - The user `bobether` saw an Outstanding Returns balance of 7,301.6038 on a market he created. Alex said this may be an off-by-10^18 bug. ![unknown](https://user-images.githubusercontent.com/11491365/49774936-50ccb400-fcab-11e8-9381-01a0782136e1.png) ... have not been able to repro. could be fixed by same issue as ch17996 -phoebemirman
priority
creator fee displayed in outstanding returns is incorrect the user bobether saw an outstanding returns balance of on a market he created alex said this may be an off by bug have not been able to repro could be fixed by same issue as phoebemirman
1
652,749
21,560,645,969
IssuesEvent
2022-05-01 05:10:35
ChiselsAndBits/Chisels-and-Bits
https://api.github.com/repos/ChiselsAndBits/Chisels-and-Bits
closed
Crash With RoughlyEnoughItems
Bug Waiting On Response Priority: Medium
ChiselsBits-fabric-1.18.2-1.2.85.jar, Minecraft 1.18.2, No Optifine [crash-2022-04-25_21.07.28-client.txt](https://github.com/ChiselsAndBits/Chisels-and-Bits/files/8556952/crash-2022-04-25_21.07.28-client.txt)
1.0
Crash With RoughlyEnoughItems - ChiselsBits-fabric-1.18.2-1.2.85.jar, Minecraft 1.18.2, No Optifine [crash-2022-04-25_21.07.28-client.txt](https://github.com/ChiselsAndBits/Chisels-and-Bits/files/8556952/crash-2022-04-25_21.07.28-client.txt)
priority
crash with roughlyenoughitems chiselsbits fabric jar minecraft no optifine
1
406,588
11,899,856,242
IssuesEvent
2020-03-30 09:41:00
dojo/widgets
https://api.github.com/repos/dojo/widgets
closed
Convert Select to use resources
dojo-7.0 medium priority
Once `Menu` has been converted to use `resources`, select will need to follow. Blocked by: https://github.com/dojo/widgets/issues/1162
1.0
Convert Select to use resources - Once `Menu` has been converted to use `resources`, select will need to follow. Blocked by: https://github.com/dojo/widgets/issues/1162
priority
convert select to use resources once menu has been converted to use resources select will need to follow blocked by
1
20,636
2,622,855,316
IssuesEvent
2015-03-04 08:07:26
max99x/pagemon-chrome-ext
https://api.github.com/repos/max99x/pagemon-chrome-ext
closed
No option to get a sound alter
auto-migrated Priority-Medium
``` What steps will reproduce the problem? Please include a URL. What is the expected output? What do you see instead? What version of the Chrome are you using? On what operating system? What are the error log messages? To view them, go to Wrench -> Tools -> Extensions -> Developer Mode -> expand Page Monitor -> "background.htm" -> Console. Please provide any additional information below. I see on the Chrome store that there should be an Options button. I don't have that, and there's no way for me to get an update besides refreshing the extension ``` Original issue reported on code.google.com by `BryanHam...@gmail.com` on 30 Jan 2015 at 9:27
1.0
No option to get a sound alter - ``` What steps will reproduce the problem? Please include a URL. What is the expected output? What do you see instead? What version of the Chrome are you using? On what operating system? What are the error log messages? To view them, go to Wrench -> Tools -> Extensions -> Developer Mode -> expand Page Monitor -> "background.htm" -> Console. Please provide any additional information below. I see on the Chrome store that there should be an Options button. I don't have that, and there's no way for me to get an update besides refreshing the extension ``` Original issue reported on code.google.com by `BryanHam...@gmail.com` on 30 Jan 2015 at 9:27
priority
no option to get a sound alter what steps will reproduce the problem please include a url what is the expected output what do you see instead what version of the chrome are you using on what operating system what are the error log messages to view them go to wrench tools extensions developer mode expand page monitor background htm console please provide any additional information below i see on the chrome store that there should be an options button i don t have that and there s no way for me to get an update besides refreshing the extension original issue reported on code google com by bryanham gmail com on jan at
1
576,178
17,080,810,887
IssuesEvent
2021-07-08 04:43:52
PlaceOS/triggers
https://api.github.com/repos/PlaceOS/triggers
closed
Triggers firing inconsistently when observed value changes
priority: medium type: bug
Have two triggers to perform actions when device state changes from true/false - trigger is firing occasionally but behaviour is not consistent as expected.
1.0
Triggers firing inconsistently when observed value changes - Have two triggers to perform actions when device state changes from true/false - trigger is firing occasionally but behaviour is not consistent as expected.
priority
triggers firing inconsistently when observed value changes have two triggers to perform actions when device state changes from true false trigger is firing occasionally but behaviour is not consistent as expected
1
724,041
24,915,852,962
IssuesEvent
2022-10-30 11:46:00
bounswe/bounswe2022group9
https://api.github.com/repos/bounswe/bounswe2022group9
closed
[Backend] Write Unit Tests for Signup
Priority: Medium Backend
Deadline: 1 Nov 2022 23:59 TODO: Write unit tests for signup functionality on backend. - [x] There should be at least one unit test, testing "a signup request doesn't contain at least one of the required fields (username, email, password) is responded with 400 status code (bad request)" - [x] There should be at least one unit test, testing "a signup request having a short password (shorter than 8 characters) is responded with 400 status code (bad request)" - [x] There should be at least one unit test, testing "a signup request having password containing only numbers is responded with 400 status code (bad request)" - [x] There should be at least one unit test, testing a valid request is responded with 201 status code - [x] There should be unit tests, testing URLs are resolved correctly (i.e., views.signup view functions are called when a signup request is sent) During these tests, Faker module of python should be used to create mock data.
1.0
[Backend] Write Unit Tests for Signup - Deadline: 1 Nov 2022 23:59 TODO: Write unit tests for signup functionality on backend. - [x] There should be at least one unit test, testing "a signup request doesn't contain at least one of the required fields (username, email, password) is responded with 400 status code (bad request)" - [x] There should be at least one unit test, testing "a signup request having a short password (shorter than 8 characters) is responded with 400 status code (bad request)" - [x] There should be at least one unit test, testing "a signup request having password containing only numbers is responded with 400 status code (bad request)" - [x] There should be at least one unit test, testing a valid request is responded with 201 status code - [x] There should be unit tests, testing URLs are resolved correctly (i.e., views.signup view functions are called when a signup request is sent) During these tests, Faker module of python should be used to create mock data.
priority
write unit tests for signup deadline nov todo write unit tests for signup functionality on backend there should be at least one unit test testing a signup request doesn t contain at least one of the required fields username email password is responded with status code bad request there should be at least one unit test testing a signup request having a short password shorter than characters is responded with status code bad request there should be at least one unit test testing a signup request having password containing only numbers is responded with status code bad request there should be at least one unit test testing a valid request is responded with status code there should be unit tests testing urls are resolved correctly i e views signup view functions are called when a signup request is sent during these tests faker module of python should be used to create mock data
1
8,737
2,604,069,910
IssuesEvent
2015-02-24 19:33:48
Sistema-Integrado-Gestao-Academica/SiGA
https://api.github.com/repos/Sistema-Integrado-Gestao-Academica/SiGA
closed
Manter Programa de Pós-Graduação
enhancement [Medium Priority]
Como **administrador**, desejo manter um programa de Pós-Graduação, para que possa organizar os **cursos** de pós dentro desses **programas**. ------------------- Critérios de Aceitação * É necessário editar as informações de um programa * Atributos: * Nome * Sigla * Coordenador [**usuário do sistema**] * Ano de Abertura * É necessário relacionar cursos com programa [**Programa 1:N Cursos**]
1.0
Manter Programa de Pós-Graduação - Como **administrador**, desejo manter um programa de Pós-Graduação, para que possa organizar os **cursos** de pós dentro desses **programas**. ------------------- Critérios de Aceitação * É necessário editar as informações de um programa * Atributos: * Nome * Sigla * Coordenador [**usuário do sistema**] * Ano de Abertura * É necessário relacionar cursos com programa [**Programa 1:N Cursos**]
priority
manter programa de pós graduação como administrador desejo manter um programa de pós graduação para que possa organizar os cursos de pós dentro desses programas critérios de aceitação é necessário editar as informações de um programa atributos nome sigla coordenador ano de abertura é necessário relacionar cursos com programa
1
60,258
3,122,067,688
IssuesEvent
2015-09-06 07:08:11
MarcusWolschon/osmeditor4android
https://api.github.com/repos/MarcusWolschon/osmeditor4android
closed
Check Internet connectivity before initiating downloads etc
auto-migrated Enhancement Medium Priority Work started
``` Investigate if behaviour in case of no network can be improved before opening a network connection etc. This is likely to be most interesting for tiles. ``` Original issue reported on code.google.com by `sp8...@gmail.com` on 6 Nov 2014 at 1:19
1.0
Check Internet connectivity before initiating downloads etc - ``` Investigate if behaviour in case of no network can be improved before opening a network connection etc. This is likely to be most interesting for tiles. ``` Original issue reported on code.google.com by `sp8...@gmail.com` on 6 Nov 2014 at 1:19
priority
check internet connectivity before initiating downloads etc investigate if behaviour in case of no network can be improved before opening a network connection etc this is likely to be most interesting for tiles original issue reported on code google com by gmail com on nov at
1
375,127
11,100,293,170
IssuesEvent
2019-12-16 18:52:36
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
Water Plants should be able to require more water blocks above them
Feature Medium Priority
![image](https://user-images.githubusercontent.com/14983165/70933769-6462d700-1ff1-11ea-9507-bfd92aae4937.png) Plants like waterweed and kelp are designed to be ~2 or even 3 meters tall under the water, and constantly poke out of the water because they aren't yet able to detect if there is enough water above them. They should check every now and then, and die if they do not have enough water above them. Both of these plants should require 2 water blocks above them, thus they need 3 total meters high of water. ![image](https://user-images.githubusercontent.com/14983165/70934159-2914d800-1ff2-11ea-8a9b-64533f41a955.png) ![image](https://user-images.githubusercontent.com/14983165/70933976-c3c0e700-1ff1-11ea-9256-4b1d3685d6eb.png)
1.0
Water Plants should be able to require more water blocks above them - ![image](https://user-images.githubusercontent.com/14983165/70933769-6462d700-1ff1-11ea-9507-bfd92aae4937.png) Plants like waterweed and kelp are designed to be ~2 or even 3 meters tall under the water, and constantly poke out of the water because they aren't yet able to detect if there is enough water above them. They should check every now and then, and die if they do not have enough water above them. Both of these plants should require 2 water blocks above them, thus they need 3 total meters high of water. ![image](https://user-images.githubusercontent.com/14983165/70934159-2914d800-1ff2-11ea-8a9b-64533f41a955.png) ![image](https://user-images.githubusercontent.com/14983165/70933976-c3c0e700-1ff1-11ea-9256-4b1d3685d6eb.png)
priority
water plants should be able to require more water blocks above them plants like waterweed and kelp are designed to be or even meters tall under the water and constantly poke out of the water because they aren t yet able to detect if there is enough water above them they should check every now and then and die if they do not have enough water above them both of these plants should require water blocks above them thus they need total meters high of water
1
201,396
7,030,903,078
IssuesEvent
2017-12-26 13:37:36
Cistern/cistern
https://api.github.com/repos/Cistern/cistern
opened
Return counts of records filtered and unfiltered
difficulty easy priority medium ready
I need to know how many records were scanned in total and how many events were used to generate the results.
1.0
Return counts of records filtered and unfiltered - I need to know how many records were scanned in total and how many events were used to generate the results.
priority
return counts of records filtered and unfiltered i need to know how many records were scanned in total and how many events were used to generate the results
1
55,229
3,072,429,093
IssuesEvent
2015-08-19 16:52:54
RobotiumTech/robotium
https://api.github.com/repos/RobotiumTech/robotium
closed
Memory leak when opening many activities in single test
enhancement imported Priority-Medium
_From [bjackson...@gmail.com](https://code.google.com/u/114193077724409504393/) on January 20, 2012 09:52:42_ 1. Run a test that loops and repeatedly opens and closes new activities 2. Log output of Debug.getNativeHeapAllocatedSize() each time 3. The memory used keeps increasing and will eventually crash the app The ActivityUtils class has the LinkedHashSet<Activity> activityList member that keeps references to the closed activities. I tried adding in my loop a call to this new ActivityUtils method I threw together and the memory is gone. public void finishInactiveActivities() { // Finish all inactive activities for (Iterator<Activity> iter = activityList.iterator(); iter.hasNext();) { Activity a = iter.next(); if (a != getCurrentActivity()) { finishActivity(a); iter.remove(); } } } _Original issue: http://code.google.com/p/robotium/issues/detail?id=214_
1.0
Memory leak when opening many activities in single test - _From [bjackson...@gmail.com](https://code.google.com/u/114193077724409504393/) on January 20, 2012 09:52:42_ 1. Run a test that loops and repeatedly opens and closes new activities 2. Log output of Debug.getNativeHeapAllocatedSize() each time 3. The memory used keeps increasing and will eventually crash the app The ActivityUtils class has the LinkedHashSet<Activity> activityList member that keeps references to the closed activities. I tried adding in my loop a call to this new ActivityUtils method I threw together and the memory is gone. public void finishInactiveActivities() { // Finish all inactive activities for (Iterator<Activity> iter = activityList.iterator(); iter.hasNext();) { Activity a = iter.next(); if (a != getCurrentActivity()) { finishActivity(a); iter.remove(); } } } _Original issue: http://code.google.com/p/robotium/issues/detail?id=214_
priority
memory leak when opening many activities in single test from on january run a test that loops and repeatedly opens and closes new activities log output of debug getnativeheapallocatedsize each time the memory used keeps increasing and will eventually crash the app the activityutils class has the linkedhashset activitylist member that keeps references to the closed activities i tried adding in my loop a call to this new activityutils method i threw together and the memory is gone public void finishinactiveactivities finish all inactive activities for iterator iter activitylist iterator iter hasnext activity a iter next if a getcurrentactivity finishactivity a iter remove original issue
1
88,705
3,783,890,472
IssuesEvent
2016-03-19 12:46:04
VladSerdobintsev/zfcore
https://api.github.com/repos/VladSerdobintsev/zfcore
closed
Static Pages WYSIWYG Editor
auto-migrated Priority-Medium Type-Enhancement
``` Необходимо добавить возможность заливки картинок по URL ``` Original issue reported on code.google.com by `AntonShe...@gmail.com` on 2 Aug 2012 at 8:00
1.0
Static Pages WYSIWYG Editor - ``` Необходимо добавить возможность заливки картинок по URL ``` Original issue reported on code.google.com by `AntonShe...@gmail.com` on 2 Aug 2012 at 8:00
priority
static pages wysiwyg editor необходимо добавить возможность заливки картинок по url original issue reported on code google com by antonshe gmail com on aug at
1
398,914
11,742,500,896
IssuesEvent
2020-03-12 01:01:34
thaliawww/concrexit
https://api.github.com/repos/thaliawww/concrexit
closed
Report correct membership status / history on renewal page
easy and fun priority: medium registrations technical change
In GitLab by @joostrijneveld on Oct 8, 2018, 15:10 ### One-sentence description Currently, on [this page](https://thalia.nu/registration/renew/) when you don't have an active status, it'll display your last status (i.e. "You're a supporter"). That sentence should probably not be there. Related, you may want to more explicitly mark the listed membership as the _last_ membership (since it's not my _current_ membership), or display _all_ historic memberships. Perhaps the latter is already the case, though - I'm not sure what my membership history looks like in the database, and I didn't do any local testing. Feel free to fork that off into a new issue if desirable. I do feel like it's useful to display the just-expired membership, though, since that contains the expiry date (which may avoid confusion for year-members and supporters). ### Current behaviour ``` ## MEMBERSHIP INFORMATION Membership type: Supporter Since: Sept. 1, 2017 Until: Sept. 1, 2018 Active: no You're a supporter. Contact the board to renew your membership. ``` ### Expected behaviour ``` ## MEMBERSHIP INFORMATION ### Current membership: No active membership. Contact the board to renew your membership. ### Former memberships: Membership type: Supporter Since: Sept. 1, 2017 Until: Sept. 1, 2018 Membership type: Supporter Since: Sept. 1, 2016 Until: Sept. 1, 2017 [..] ``` ### Steps to reproduce 1. Don't have an active membership 2. Go to https://thalia.nu/registration/renew/
1.0
Report correct membership status / history on renewal page - In GitLab by @joostrijneveld on Oct 8, 2018, 15:10 ### One-sentence description Currently, on [this page](https://thalia.nu/registration/renew/) when you don't have an active status, it'll display your last status (i.e. "You're a supporter"). That sentence should probably not be there. Related, you may want to more explicitly mark the listed membership as the _last_ membership (since it's not my _current_ membership), or display _all_ historic memberships. Perhaps the latter is already the case, though - I'm not sure what my membership history looks like in the database, and I didn't do any local testing. Feel free to fork that off into a new issue if desirable. I do feel like it's useful to display the just-expired membership, though, since that contains the expiry date (which may avoid confusion for year-members and supporters). ### Current behaviour ``` ## MEMBERSHIP INFORMATION Membership type: Supporter Since: Sept. 1, 2017 Until: Sept. 1, 2018 Active: no You're a supporter. Contact the board to renew your membership. ``` ### Expected behaviour ``` ## MEMBERSHIP INFORMATION ### Current membership: No active membership. Contact the board to renew your membership. ### Former memberships: Membership type: Supporter Since: Sept. 1, 2017 Until: Sept. 1, 2018 Membership type: Supporter Since: Sept. 1, 2016 Until: Sept. 1, 2017 [..] ``` ### Steps to reproduce 1. Don't have an active membership 2. Go to https://thalia.nu/registration/renew/
priority
report correct membership status history on renewal page in gitlab by joostrijneveld on oct one sentence description currently on when you don t have an active status it ll display your last status i e you re a supporter that sentence should probably not be there related you may want to more explicitly mark the listed membership as the last membership since it s not my current membership or display all historic memberships perhaps the latter is already the case though i m not sure what my membership history looks like in the database and i didn t do any local testing feel free to fork that off into a new issue if desirable i do feel like it s useful to display the just expired membership though since that contains the expiry date which may avoid confusion for year members and supporters current behaviour membership information membership type supporter since sept until sept active no you re a supporter contact the board to renew your membership expected behaviour membership information current membership no active membership contact the board to renew your membership former memberships membership type supporter since sept until sept membership type supporter since sept until sept steps to reproduce don t have an active membership go to
1
119,155
4,762,182,704
IssuesEvent
2016-10-25 10:37:23
bitcoin/bitcoin
https://api.github.com/repos/bitcoin/bitcoin
closed
Assertion failed: (nMaxInbound > 0), function AcceptConnection, file net.cpp, line 973.
P2P Priority Medium
Current bitcoin-master on testnet, `maxconnections=8` in the config file. Running in VM that doesn't have public IP and is not reachable from the Internet. Wait until you have 8 peers. ``` telnet localhost 18333 ``` It will result in: ``` Assertion failed: (nMaxInbound > 0), function AcceptConnection, file net.cpp, line 973. ``` First found in https://github.com/bitcoin/bitcoin/pull/8996, but can be reproduced on master.
1.0
Assertion failed: (nMaxInbound > 0), function AcceptConnection, file net.cpp, line 973. - Current bitcoin-master on testnet, `maxconnections=8` in the config file. Running in VM that doesn't have public IP and is not reachable from the Internet. Wait until you have 8 peers. ``` telnet localhost 18333 ``` It will result in: ``` Assertion failed: (nMaxInbound > 0), function AcceptConnection, file net.cpp, line 973. ``` First found in https://github.com/bitcoin/bitcoin/pull/8996, but can be reproduced on master.
priority
assertion failed nmaxinbound function acceptconnection file net cpp line current bitcoin master on testnet maxconnections in the config file running in vm that doesn t have public ip and is not reachable from the internet wait until you have peers telnet localhost it will result in assertion failed nmaxinbound function acceptconnection file net cpp line first found in but can be reproduced on master
1
673,296
22,956,871,772
IssuesEvent
2022-07-19 12:23:15
ut-issl/s2e-core
https://api.github.com/repos/ut-issl/s2e-core
opened
Update CelestialRotation to be used for other planets
priority::medium
## Overview Update `CelestialRotation` to be used for other planets ## Details Currently, the `CelestialRotion` supports the earth rotation only. We need to support other planets and the moon at leaset the `Simple` rotation case. We can get the rotation speed and axis from the CSPICE. Related Issue : https://github.com/ut-issl/s2e-core/issues/90 ## Conditions for close NA ## Supplement NA ## Note NA
1.0
Update CelestialRotation to be used for other planets - ## Overview Update `CelestialRotation` to be used for other planets ## Details Currently, the `CelestialRotion` supports the earth rotation only. We need to support other planets and the moon at leaset the `Simple` rotation case. We can get the rotation speed and axis from the CSPICE. Related Issue : https://github.com/ut-issl/s2e-core/issues/90 ## Conditions for close NA ## Supplement NA ## Note NA
priority
update celestialrotation to be used for other planets overview update celestialrotation to be used for other planets details currently the celestialrotion supports the earth rotation only we need to support other planets and the moon at leaset the simple rotation case we can get the rotation speed and axis from the cspice related issue conditions for close na supplement na note na
1
505,645
14,643,386,948
IssuesEvent
2020-12-25 16:11:45
bounswe/bounswe2020group9
https://api.github.com/repos/bounswe/bounswe2020group9
closed
iOS - Product description should be updated
Estimation - Easy Mobile Priority - Medium Status - New Type: Enhancement
Currently, product description in ProductDetailViewController shows the vendor id and stock information. This should be changed to product description obtained from the backend. Deadline: 28.12.2020 23.59
1.0
iOS - Product description should be updated - Currently, product description in ProductDetailViewController shows the vendor id and stock information. This should be changed to product description obtained from the backend. Deadline: 28.12.2020 23.59
priority
ios product description should be updated currently product description in productdetailviewcontroller shows the vendor id and stock information this should be changed to product description obtained from the backend deadline
1
324,518
9,904,961,334
IssuesEvent
2019-06-27 10:21:54
openbmc/openbmc-test-automation
https://api.github.com/repos/openbmc/openbmc-test-automation
closed
GUI Automation: User Management - June Sprint 2
Priority Medium
- [ ] Create and verify admin role user via GUI - [ ] Verify that user accounts and properties are saved through reboots - [x] Verify user properties modification - [ ] Verify the text label “Data last refreshed” at the top second row of the GUI - [ ] Verify the logo of the OpenBMC GUI web page at the top second row.
1.0
GUI Automation: User Management - June Sprint 2 - - [ ] Create and verify admin role user via GUI - [ ] Verify that user accounts and properties are saved through reboots - [x] Verify user properties modification - [ ] Verify the text label “Data last refreshed” at the top second row of the GUI - [ ] Verify the logo of the OpenBMC GUI web page at the top second row.
priority
gui automation user management june sprint create and verify admin role user via gui verify that user accounts and properties are saved through reboots verify user properties modification verify the text label “data last refreshed” at the top second row of the gui verify the logo of the openbmc gui web page at the top second row
1
140,894
5,425,680,260
IssuesEvent
2017-03-03 07:21:15
NostraliaWoW/mangoszero
https://api.github.com/repos/NostraliaWoW/mangoszero
opened
Paladin: Stacking seals/judgments
Priority - Medium Spell
Name - Judgment (of any kind) Summary - Judgments that place a debuff on the enemy will stack if they are different ranks from different paladins. They are not intended to do this, as this can be easily exploited, i.e 5 ranks of light and it would heal for an insane amount everytime someone struck the mob/boss. Location - Everywhere Steps to Reproduce - Get 2 paladins to judge a mob with crusader, paladin 1 uses rank 1 paladin 2 uses rank 2. (Any judgment works) Screen Shots/Video - http://i64.tinypic.com/aerz3r.png Reported By - Kazrid Extra Information - N/A
1.0
Paladin: Stacking seals/judgments - Name - Judgment (of any kind) Summary - Judgments that place a debuff on the enemy will stack if they are different ranks from different paladins. They are not intended to do this, as this can be easily exploited, i.e 5 ranks of light and it would heal for an insane amount everytime someone struck the mob/boss. Location - Everywhere Steps to Reproduce - Get 2 paladins to judge a mob with crusader, paladin 1 uses rank 1 paladin 2 uses rank 2. (Any judgment works) Screen Shots/Video - http://i64.tinypic.com/aerz3r.png Reported By - Kazrid Extra Information - N/A
priority
paladin stacking seals judgments name judgment of any kind summary judgments that place a debuff on the enemy will stack if they are different ranks from different paladins they are not intended to do this as this can be easily exploited i e ranks of light and it would heal for an insane amount everytime someone struck the mob boss location everywhere steps to reproduce get paladins to judge a mob with crusader paladin uses rank paladin uses rank any judgment works screen shots video reported by kazrid extra information n a
1
365,979
10,800,396,641
IssuesEvent
2019-11-06 14:08:57
impossibl/pgjdbc-ng
https://api.github.com/repos/impossibl/pgjdbc-ng
closed
0.8.3-all not self-contained
priority: medium status: accepted status: in progress type: bug
Hi. I thought the point of the 0.8.3-all artifact was to avoid dependencies on netty, but I see that netty _is_ dragged in transitively. Without the netty-jars on the class-path any Exception from the DB results in `java.lang.NoClassDefFoundError: io/netty/util/internal/OutOfDirectMemoryError` So, is there something wrong with the shading or am I misunderstanding something?
1.0
0.8.3-all not self-contained - Hi. I thought the point of the 0.8.3-all artifact was to avoid dependencies on netty, but I see that netty _is_ dragged in transitively. Without the netty-jars on the class-path any Exception from the DB results in `java.lang.NoClassDefFoundError: io/netty/util/internal/OutOfDirectMemoryError` So, is there something wrong with the shading or am I misunderstanding something?
priority
all not self contained hi i thought the point of the all artifact was to avoid dependencies on netty but i see that netty is dragged in transitively without the netty jars on the class path any exception from the db results in java lang noclassdeffounderror io netty util internal outofdirectmemoryerror so is there something wrong with the shading or am i misunderstanding something
1
227,411
7,533,227,892
IssuesEvent
2018-04-16 00:51:08
samgo1/Soen341
https://api.github.com/repos/samgo1/Soen341
closed
User Panel & User Profile Page 👤
Priority: Medium Sprint 3 help wanted low risk
SP: 5 - [ ] **Username link** that directs to user profile page - [ ] **my questions link** that directs to a page containing all the user's question - [ ] **my answers link** that directs to a page containing all the questions with the user's answer below it and that for each answer Should be done by Wednesday 28th of February
1.0
User Panel & User Profile Page 👤 - SP: 5 - [ ] **Username link** that directs to user profile page - [ ] **my questions link** that directs to a page containing all the user's question - [ ] **my answers link** that directs to a page containing all the questions with the user's answer below it and that for each answer Should be done by Wednesday 28th of February
priority
user panel user profile page 👤 sp username link that directs to user profile page my questions link that directs to a page containing all the user s question my answers link that directs to a page containing all the questions with the user s answer below it and that for each answer should be done by wednesday of february
1
68,148
3,284,439,257
IssuesEvent
2015-10-28 16:37:41
patrickomni/omnimobileserver
https://api.github.com/repos/patrickomni/omnimobileserver
opened
User Management - need way to establish time zone for working hours
bug Priority MEDIUM
In order to have working hours function properly, we'll need to know the timezone where a user operates. Our database stores that as a geoloc for each user. don't know why that design was selected rather than simply entering a timezone, not sure it's worth changing right now. #330
1.0
User Management - need way to establish time zone for working hours - In order to have working hours function properly, we'll need to know the timezone where a user operates. Our database stores that as a geoloc for each user. don't know why that design was selected rather than simply entering a timezone, not sure it's worth changing right now. #330
priority
user management need way to establish time zone for working hours in order to have working hours function properly we ll need to know the timezone where a user operates our database stores that as a geoloc for each user don t know why that design was selected rather than simply entering a timezone not sure it s worth changing right now
1
313,218
9,558,575,366
IssuesEvent
2019-05-03 14:32:51
ansible/galaxy
https://api.github.com/repos/ansible/galaxy
opened
Allow collections to be added to namespaces with no provider namespace.
area/frontend priority/medium type/bug
![Screen Shot 2019-05-03 at 10 32 00 AM](https://user-images.githubusercontent.com/6063371/57144292-c20e2000-6d8e-11e9-84b5-d6d1b83d9e8e.png) Add content button is greyed out when no provider namespace is configured for a namespace.
1.0
Allow collections to be added to namespaces with no provider namespace. - ![Screen Shot 2019-05-03 at 10 32 00 AM](https://user-images.githubusercontent.com/6063371/57144292-c20e2000-6d8e-11e9-84b5-d6d1b83d9e8e.png) Add content button is greyed out when no provider namespace is configured for a namespace.
priority
allow collections to be added to namespaces with no provider namespace add content button is greyed out when no provider namespace is configured for a namespace
1
349,221
10,466,027,240
IssuesEvent
2019-09-21 15:43:17
diamm/diamm
https://api.github.com/repos/diamm/diamm
closed
Image not showing Mus. e. 3 (SK 2274)
Priority: Medium Type: Bug
I'm a bit stumped on this one: 48v is not showing up when scrolling through the images, yet... The image is in the image list for the MS and has the correct order number; The image is correctly connected to the page list for the MS and the image shows up in the IIIF response so is on the server in the correct folder; The image is correctly connected to the inventory items it refers to. It just isn't among the images when you scroll through the MS, but the others are loading, so it doesn't appear to be corrupt or it would break the whole MS. https://www.diamm.ac.uk/sources/2274/#/images If you type '48v' into the 'Go' box you get to folio 49.
1.0
Image not showing Mus. e. 3 (SK 2274) - I'm a bit stumped on this one: 48v is not showing up when scrolling through the images, yet... The image is in the image list for the MS and has the correct order number; The image is correctly connected to the page list for the MS and the image shows up in the IIIF response so is on the server in the correct folder; The image is correctly connected to the inventory items it refers to. It just isn't among the images when you scroll through the MS, but the others are loading, so it doesn't appear to be corrupt or it would break the whole MS. https://www.diamm.ac.uk/sources/2274/#/images If you type '48v' into the 'Go' box you get to folio 49.
priority
image not showing mus e sk i m a bit stumped on this one is not showing up when scrolling through the images yet the image is in the image list for the ms and has the correct order number the image is correctly connected to the page list for the ms and the image shows up in the iiif response so is on the server in the correct folder the image is correctly connected to the inventory items it refers to it just isn t among the images when you scroll through the ms but the others are loading so it doesn t appear to be corrupt or it would break the whole ms if you type into the go box you get to folio
1
25,704
2,683,936,428
IssuesEvent
2015-03-28 13:51:20
nivhg/ludopen
https://api.github.com/repos/nivhg/ludopen
closed
Préférences : Pouvoir modifier DelaiConfirmationReservationParEmail
auto-migrated Priority-Medium Type-Enhancement
``` Tout est dans le titre. Il s'agit d'un nombre de jours. ``` Original issue reported on code.google.com by `vepa2s...@gmail.com` on 26 Sep 2014 at 11:45
1.0
Préférences : Pouvoir modifier DelaiConfirmationReservationParEmail - ``` Tout est dans le titre. Il s'agit d'un nombre de jours. ``` Original issue reported on code.google.com by `vepa2s...@gmail.com` on 26 Sep 2014 at 11:45
priority
préférences pouvoir modifier delaiconfirmationreservationparemail tout est dans le titre il s agit d un nombre de jours original issue reported on code google com by gmail com on sep at
1
327,900
9,983,139,543
IssuesEvent
2019-07-10 11:39:59
Code-Poets/sheetstorm
https://api.github.com/repos/Code-Poets/sheetstorm
closed
Change adding employees and manager method in project edition and creation.
UX feature priority medium
Choosing users with pressed `Ctrl` key is unintuitive and can cause uncheck all users if you forget about `Ctrl` key. I propose something like is in github with labels: ![image](https://user-images.githubusercontent.com/37847362/60870891-f8a26400-a231-11e9-9e45-3d74f04e7860.png) You can check, uncheck, search and see checked fields on the top of list when open again. And maybe more. Should be done: ------------ - change input method to more intuitive - widget? bootstrap?
1.0
Change adding employees and manager method in project edition and creation. - Choosing users with pressed `Ctrl` key is unintuitive and can cause uncheck all users if you forget about `Ctrl` key. I propose something like is in github with labels: ![image](https://user-images.githubusercontent.com/37847362/60870891-f8a26400-a231-11e9-9e45-3d74f04e7860.png) You can check, uncheck, search and see checked fields on the top of list when open again. And maybe more. Should be done: ------------ - change input method to more intuitive - widget? bootstrap?
priority
change adding employees and manager method in project edition and creation choosing users with pressed ctrl key is unintuitive and can cause uncheck all users if you forget about ctrl key i propose something like is in github with labels you can check uncheck search and see checked fields on the top of list when open again and maybe more should be done change input method to more intuitive widget bootstrap
1
125,795
4,964,774,239
IssuesEvent
2016-12-03 23:21:32
yairodriguez/uxmyths
https://api.github.com/repos/yairodriguez/uxmyths
opened
Myth 23
[priority] medium [status] accepted [type] feature
### Description Create the **Myth 23**, *Choices should always be limited to `7+/-2`*. --- ### Issue Checklist - [ ] Write the needed tests. - [ ] Create the markup for the component. - [ ] Add the correct styles. - [ ] Use the lint to clean `CSS` code. - [ ] Document all things. --- ### Assignees - [ ] Final assign @yairodriguez
1.0
Myth 23 - ### Description Create the **Myth 23**, *Choices should always be limited to `7+/-2`*. --- ### Issue Checklist - [ ] Write the needed tests. - [ ] Create the markup for the component. - [ ] Add the correct styles. - [ ] Use the lint to clean `CSS` code. - [ ] Document all things. --- ### Assignees - [ ] Final assign @yairodriguez
priority
myth description create the myth choices should always be limited to issue checklist write the needed tests create the markup for the component add the correct styles use the lint to clean css code document all things assignees final assign yairodriguez
1
812,758
30,351,030,981
IssuesEvent
2023-07-11 18:58:45
pystardust/ani-cli
https://api.github.com/repos/pystardust/ani-cli
opened
"No results found!" on macOS
type: bug priority 2: medium
**Metadata (please complete the following information)** Version: 4.5.0 OS: macOS 11.7.8 Shell: -zsh Anime: any **Describe the bug** Downloading is broken. It says something about an unsupported protocol, see screenshot. **Steps To Reproduce** 1. Run `ani-cli -d flcl` **Expected behavior** Checking dependencies... No results found!
1.0
"No results found!" on macOS - **Metadata (please complete the following information)** Version: 4.5.0 OS: macOS 11.7.8 Shell: -zsh Anime: any **Describe the bug** Downloading is broken. It says something about an unsupported protocol, see screenshot. **Steps To Reproduce** 1. Run `ani-cli -d flcl` **Expected behavior** Checking dependencies... No results found!
priority
no results found on macos metadata please complete the following information version os macos shell zsh anime any describe the bug downloading is broken it says something about an unsupported protocol see screenshot steps to reproduce run ani cli d flcl expected behavior checking dependencies no results found
1
463,228
13,261,942,597
IssuesEvent
2020-08-20 20:49:03
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
[studio] Deletes made via Git do not get published
CI bug priority: medium
## Describe the bug A delete made via Git (either locally or "Code forwarded" via a pull) does not get published via Studio ## To Reproduce Steps to reproduce the behavior: 1. Create a new site "publishing-test" 2. Create a new file at the root of this site directory (publishing-test/sandbox/new-test-file.txt), create this file via the command line and not through Crafter Studio UI 3. Git commit this newly added file 4. Publish this commit ID through the publisher by going to Site Config --> Publishing --> Publish by Commit ID(s). This will be successful (publishing-test/published/new-test-file.txt) 5. Delete this file via the command line by doing "git rm new-test-file.txt" and commit the change. 6. Publish this commit through the publisher using the same approach by going to Site Config --> Publishing --> Publish by Commit ID(s). This will fail and publishing will be #disabled with this item left in a READY_FOR_LIVE state in the publishing queue. ## Expected behavior Delete's should be published when made via Git ## Screenshots N/A ## Logs From the tomcat/catalina.out logs: ``` [ERROR] 2020-07-30T08:47:59,922 [Studio_Publisher_Thread_Pool3] [git.GitContentRepository] | Error when publishing site test-for-publishing to environment live java.lang.NullPointerException: null at org.craftercms.studio.impl.v1.repository.git.GitContentRepository.deleteParentFolder(GitContentRepository.java:413) ~[classes/:3.1.8] at org.craftercms.studio.impl.v1.repository.git.GitContentRepository.publish(GitContentRepository.java:1210) [classes/:3.1.8] at org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository.publish(BlobAwareContentRepository.java:402) [classes/:3.1.8] at org.craftercms.studio.impl.v1.service.deployment.job.PublisherTask.deploy(PublisherTask.java:381) [classes/:3.1.8] at org.craftercms.studio.impl.v1.service.deployment.job.PublisherTask.doPublishing(PublisherTask.java:251) [classes/:3.1.8] at org.craftercms.studio.impl.v1.service.deployment.job.PublisherTask.run(PublisherTask.java:151) [classes/:3.1.8] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_121] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_121] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121] ``` ## Specs ### Version ``` Studio Version Number: 3.1.6E-e181c7 Build Number: e181c736065cb24309a3963dde947884465b8d32 Build Date/Time: 05-07-2020 17:31:21 -0400 ``` ### OS Any ### Browser Any ## Additional context N/A
1.0
[studio] Deletes made via Git do not get published - ## Describe the bug A delete made via Git (either locally or "Code forwarded" via a pull) does not get published via Studio ## To Reproduce Steps to reproduce the behavior: 1. Create a new site "publishing-test" 2. Create a new file at the root of this site directory (publishing-test/sandbox/new-test-file.txt), create this file via the command line and not through Crafter Studio UI 3. Git commit this newly added file 4. Publish this commit ID through the publisher by going to Site Config --> Publishing --> Publish by Commit ID(s). This will be successful (publishing-test/published/new-test-file.txt) 5. Delete this file via the command line by doing "git rm new-test-file.txt" and commit the change. 6. Publish this commit through the publisher using the same approach by going to Site Config --> Publishing --> Publish by Commit ID(s). This will fail and publishing will be #disabled with this item left in a READY_FOR_LIVE state in the publishing queue. ## Expected behavior Delete's should be published when made via Git ## Screenshots N/A ## Logs From the tomcat/catalina.out logs: ``` [ERROR] 2020-07-30T08:47:59,922 [Studio_Publisher_Thread_Pool3] [git.GitContentRepository] | Error when publishing site test-for-publishing to environment live java.lang.NullPointerException: null at org.craftercms.studio.impl.v1.repository.git.GitContentRepository.deleteParentFolder(GitContentRepository.java:413) ~[classes/:3.1.8] at org.craftercms.studio.impl.v1.repository.git.GitContentRepository.publish(GitContentRepository.java:1210) [classes/:3.1.8] at org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository.publish(BlobAwareContentRepository.java:402) [classes/:3.1.8] at org.craftercms.studio.impl.v1.service.deployment.job.PublisherTask.deploy(PublisherTask.java:381) [classes/:3.1.8] at org.craftercms.studio.impl.v1.service.deployment.job.PublisherTask.doPublishing(PublisherTask.java:251) [classes/:3.1.8] at org.craftercms.studio.impl.v1.service.deployment.job.PublisherTask.run(PublisherTask.java:151) [classes/:3.1.8] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_121] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_121] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121] ``` ## Specs ### Version ``` Studio Version Number: 3.1.6E-e181c7 Build Number: e181c736065cb24309a3963dde947884465b8d32 Build Date/Time: 05-07-2020 17:31:21 -0400 ``` ### OS Any ### Browser Any ## Additional context N/A
priority
deletes made via git do not get published describe the bug a delete made via git either locally or code forwarded via a pull does not get published via studio to reproduce steps to reproduce the behavior create a new site publishing test create a new file at the root of this site directory publishing test sandbox new test file txt create this file via the command line and not through crafter studio ui git commit this newly added file publish this commit id through the publisher by going to site config publishing publish by commit id s this will be successful publishing test published new test file txt delete this file via the command line by doing git rm new test file txt and commit the change publish this commit through the publisher using the same approach by going to site config publishing publish by commit id s this will fail and publishing will be disabled with this item left in a ready for live state in the publishing queue expected behavior delete s should be published when made via git screenshots n a logs from the tomcat catalina out logs error when publishing site test for publishing to environment live java lang nullpointerexception null at org craftercms studio impl repository git gitcontentrepository deleteparentfolder gitcontentrepository java at org craftercms studio impl repository git gitcontentrepository publish gitcontentrepository java at org craftercms studio impl repository blob blobawarecontentrepository publish blobawarecontentrepository java at org craftercms studio impl service deployment job publishertask deploy publishertask java at org craftercms studio impl service deployment job publishertask dopublishing publishertask java at org craftercms studio impl service deployment job publishertask run publishertask java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java specs version studio version number build number build date time os any browser any additional context n a
1
202,468
7,048,235,457
IssuesEvent
2018-01-02 16:50:20
uracreative/task-management
https://api.github.com/repos/uracreative/task-management
closed
Domain access issue with www.identihub.co
Priority: Medium
![identihub screenshot from 2017-12-27 19-16-30](https://user-images.githubusercontent.com/17770262/34390081-c253a4ce-eb3d-11e7-94fc-1d2964cba794.png) When accessing the domain www.identihub.co the website doesn't work, see screenshot. - OS: Ubuntu - Browser: Firefox 57.0.1 Please review and follow up. Deadline: 4.01.2017
1.0
Domain access issue with www.identihub.co - ![identihub screenshot from 2017-12-27 19-16-30](https://user-images.githubusercontent.com/17770262/34390081-c253a4ce-eb3d-11e7-94fc-1d2964cba794.png) When accessing the domain www.identihub.co the website doesn't work, see screenshot. - OS: Ubuntu - Browser: Firefox 57.0.1 Please review and follow up. Deadline: 4.01.2017
priority
domain access issue with when accessing the domain the website doesn t work see screenshot os ubuntu browser firefox please review and follow up deadline
1
416,442
12,146,502,744
IssuesEvent
2020-04-24 11:16:49
sarveshraj/me
https://api.github.com/repos/sarveshraj/me
closed
Support for floating, hideable index.
enhancement medium eta medium priority
## Summary Every article should have an auto-generated (using the HTML heading tags) index (table of contents). ## Subtasks - [x] The index should be hidden by default into a persistent button on the right - [ ] Clicking/hovering on the button should pull the index from the right side - [x] The index should be auto-generated using the heading tags - [x] The index should overlay the content on smaller screens - [x] Clicking on any of the index links should take the page to the correct heading - [x] The above action should be in the form of smooth scrolling as supported in the teams page of cepstrum's website ## Additional information Inspiration: https://paulstamatiou.com/getting-started-with-security-keys/
1.0
Support for floating, hideable index. - ## Summary Every article should have an auto-generated (using the HTML heading tags) index (table of contents). ## Subtasks - [x] The index should be hidden by default into a persistent button on the right - [ ] Clicking/hovering on the button should pull the index from the right side - [x] The index should be auto-generated using the heading tags - [x] The index should overlay the content on smaller screens - [x] Clicking on any of the index links should take the page to the correct heading - [x] The above action should be in the form of smooth scrolling as supported in the teams page of cepstrum's website ## Additional information Inspiration: https://paulstamatiou.com/getting-started-with-security-keys/
priority
support for floating hideable index summary every article should have an auto generated using the html heading tags index table of contents subtasks the index should be hidden by default into a persistent button on the right clicking hovering on the button should pull the index from the right side the index should be auto generated using the heading tags the index should overlay the content on smaller screens clicking on any of the index links should take the page to the correct heading the above action should be in the form of smooth scrolling as supported in the teams page of cepstrum s website additional information inspiration
1
236,095
7,746,167,617
IssuesEvent
2018-05-29 20:45:46
Coderockr/vitrine-social
https://api.github.com/repos/Coderockr/vitrine-social
closed
Login
Category: Backend Level: Medium Priority: High Stage: In progress Type: New feature
## Login [/auth/login] ### Realizar login [POST] + Request Login + Headers Accept: application/json Content-Type: application/json + Attributes (Login) + Response 200 (application/json) + Attributes + organization (BaseOrganization) + token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWV9.TJVA95OrM7E2cBab30RMHrHDcEfxjoYZgeFONFh7HgQ (string) + Response 404 (application/json) + Attributes (Error)
1.0
Login - ## Login [/auth/login] ### Realizar login [POST] + Request Login + Headers Accept: application/json Content-Type: application/json + Attributes (Login) + Response 200 (application/json) + Attributes + organization (BaseOrganization) + token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWV9.TJVA95OrM7E2cBab30RMHrHDcEfxjoYZgeFONFh7HgQ (string) + Response 404 (application/json) + Attributes (Error)
priority
login login realizar login request login headers accept application json content type application json attributes login response application json attributes organization baseorganization token string response application json attributes error
1
130,932
5,135,480,551
IssuesEvent
2017-01-11 12:30:29
CCAFS/MARLO
https://api.github.com/repos/CCAFS/MARLO
closed
Review Institutions List
Priority - Medium Type - Enhancement
Reviewing partners list sent by Amanda(A4NH) and some suggestions in CCAFS list.
1.0
Review Institutions List - Reviewing partners list sent by Amanda(A4NH) and some suggestions in CCAFS list.
priority
review institutions list reviewing partners list sent by amanda and some suggestions in ccafs list
1
206,423
7,112,254,049
IssuesEvent
2018-01-17 16:29:40
marklogic-community/data-explorer
https://api.github.com/repos/marklogic-community/data-explorer
opened
FERR-56 - Allow user to define document name (root element)
Component - UI Config JIRA Migration Priority - Medium Type - Enhancement
**Original Reporter:** @markschiffner **Created:** 05/Nov/17 2:25 PM # Description Currently, the document name (or root element) is the xpath for the root element. This is not very user friendly. Allow the user defining the query to provide a name that will be used when running the query. "/:top-song" or "/:farmersMarket" is not very user friendly
1.0
FERR-56 - Allow user to define document name (root element) - **Original Reporter:** @markschiffner **Created:** 05/Nov/17 2:25 PM # Description Currently, the document name (or root element) is the xpath for the root element. This is not very user friendly. Allow the user defining the query to provide a name that will be used when running the query. "/:top-song" or "/:farmersMarket" is not very user friendly
priority
ferr allow user to define document name root element original reporter markschiffner created nov pm description currently the document name or root element is the xpath for the root element this is not very user friendly allow the user defining the query to provide a name that will be used when running the query top song or farmersmarket is not very user friendly
1
419,880
12,229,485,519
IssuesEvent
2020-05-04 00:28:13
Dachshund77/NavProject
https://api.github.com/repos/Dachshund77/NavProject
opened
Ceate Mock Objects
Priority: Medium Type: Enchatment
There still needs to be added a few mock objects when in DEBUG. This was posponed since the commons need some refactoring.
1.0
Ceate Mock Objects - There still needs to be added a few mock objects when in DEBUG. This was posponed since the commons need some refactoring.
priority
ceate mock objects there still needs to be added a few mock objects when in debug this was posponed since the commons need some refactoring
1
281,307
8,693,582,233
IssuesEvent
2018-12-04 10:10:22
nlbdev/pipeline
https://api.github.com/repos/nlbdev/pipeline
opened
Include subtitle and series title on titlepage
Priority:2 - Medium
I think we have some CSS already for subtitle on titlepage. Would like to implement it in PIP. - Like main title: with rules that put the whole title in Om boka if it doesn't fit on titlepage Would also like to include series title on titlepage. After title and any subtitle with an empty row before series title.
1.0
Include subtitle and series title on titlepage - I think we have some CSS already for subtitle on titlepage. Would like to implement it in PIP. - Like main title: with rules that put the whole title in Om boka if it doesn't fit on titlepage Would also like to include series title on titlepage. After title and any subtitle with an empty row before series title.
priority
include subtitle and series title on titlepage i think we have some css already for subtitle on titlepage would like to implement it in pip like main title with rules that put the whole title in om boka if it doesn t fit on titlepage would also like to include series title on titlepage after title and any subtitle with an empty row before series title
1
339,054
10,241,086,184
IssuesEvent
2019-08-19 22:49:17
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
fix extern "C" use throughout Zephyr
area: C++ bug priority: medium
Inspired by #17993, the latest in an unending series of patches to fix broken C++ support, I did: ``` lilith[632]$ git grep -A12 'extern "C"' | grep '#include' | sed -e 's@\.h-.*$@.h@' | uniq | wc 303 303 15609 ``` That's at least 303 include files in the Zephyr tree that probably get this wrong, i.e. have an `#include` within the first ten lines after an `extern "C"` block. Excluding `ext/hal` (found in atmel, nordic, nxp, openisa, ti) reduces it to a mere 88. As long as Zephyr claims C++ compatibility, even if only for application code, this should be cleaned up at least in non-HAL code before 2.0, and there should be some attempt toward adding a check for new occurrences to the commit checking code. ## Rationale Declarations that use C linkage should be placed within extern "C" so the language linkage is correct when the header is included by a C++ compiler. Similarly `#include` directives should be outside the extern "C" to ensure the language-specific default linkage is applied to any declarations provided by the included header. See: https://en.cppreference.com/w/cpp/language/language_linkage **Note** Some ["authorities"](https://stackoverflow.com/questions/67894/) specifically *recommend* putting include files within `extern "C"`. Ignore them. That solution is fragile because the supplier of the header may expect that when included from C++ the default linkage is correct for C++. This expectation is made by some Zephyr headers, which will produce compiler errors if included by a C++ compiler within an `extern "C"` block. Place the burden of assigning declaration linkage on the header that provides the declaration, rather than specifying it in the including header/code.
1.0
fix extern "C" use throughout Zephyr - Inspired by #17993, the latest in an unending series of patches to fix broken C++ support, I did: ``` lilith[632]$ git grep -A12 'extern "C"' | grep '#include' | sed -e 's@\.h-.*$@.h@' | uniq | wc 303 303 15609 ``` That's at least 303 include files in the Zephyr tree that probably get this wrong, i.e. have an `#include` within the first ten lines after an `extern "C"` block. Excluding `ext/hal` (found in atmel, nordic, nxp, openisa, ti) reduces it to a mere 88. As long as Zephyr claims C++ compatibility, even if only for application code, this should be cleaned up at least in non-HAL code before 2.0, and there should be some attempt toward adding a check for new occurrences to the commit checking code. ## Rationale Declarations that use C linkage should be placed within extern "C" so the language linkage is correct when the header is included by a C++ compiler. Similarly `#include` directives should be outside the extern "C" to ensure the language-specific default linkage is applied to any declarations provided by the included header. See: https://en.cppreference.com/w/cpp/language/language_linkage **Note** Some ["authorities"](https://stackoverflow.com/questions/67894/) specifically *recommend* putting include files within `extern "C"`. Ignore them. That solution is fragile because the supplier of the header may expect that when included from C++ the default linkage is correct for C++. This expectation is made by some Zephyr headers, which will produce compiler errors if included by a C++ compiler within an `extern "C"` block. Place the burden of assigning declaration linkage on the header that provides the declaration, rather than specifying it in the including header/code.
priority
fix extern c use throughout zephyr inspired by the latest in an unending series of patches to fix broken c support i did lilith git grep extern c grep include sed e s h h uniq wc that s at least include files in the zephyr tree that probably get this wrong i e have an include within the first ten lines after an extern c block excluding ext hal found in atmel nordic nxp openisa ti reduces it to a mere as long as zephyr claims c compatibility even if only for application code this should be cleaned up at least in non hal code before and there should be some attempt toward adding a check for new occurrences to the commit checking code rationale declarations that use c linkage should be placed within extern c so the language linkage is correct when the header is included by a c compiler similarly include directives should be outside the extern c to ensure the language specific default linkage is applied to any declarations provided by the included header see note some specifically recommend putting include files within extern c ignore them that solution is fragile because the supplier of the header may expect that when included from c the default linkage is correct for c this expectation is made by some zephyr headers which will produce compiler errors if included by a c compiler within an extern c block place the burden of assigning declaration linkage on the header that provides the declaration rather than specifying it in the including header code
1
411,613
12,026,603,917
IssuesEvent
2020-04-12 14:52:07
AY1920S2-CS2103T-W17-2/main
https://api.github.com/repos/AY1920S2-CS2103T-W17-2/main
closed
Limit max Suggestions List Height [View]
priority.Medium type.Enhancement
Currently, the max height of the Suggestions List is proportional to the available vertical space over the note block. This is not ideal, as it will completely cover the text if there are too many suggestions. Hence, the plan is to limit the height of the List, with the option for scrolling. ![Screen Shot 2020-04-01 at 1 58 31 PM](https://user-images.githubusercontent.com/22761280/78104216-5b233c00-7421-11ea-96a1-620588506fe3.png)
1.0
Limit max Suggestions List Height [View] - Currently, the max height of the Suggestions List is proportional to the available vertical space over the note block. This is not ideal, as it will completely cover the text if there are too many suggestions. Hence, the plan is to limit the height of the List, with the option for scrolling. ![Screen Shot 2020-04-01 at 1 58 31 PM](https://user-images.githubusercontent.com/22761280/78104216-5b233c00-7421-11ea-96a1-620588506fe3.png)
priority
limit max suggestions list height currently the max height of the suggestions list is proportional to the available vertical space over the note block this is not ideal as it will completely cover the text if there are too many suggestions hence the plan is to limit the height of the list with the option for scrolling
1
582,000
17,350,167,452
IssuesEvent
2021-07-29 07:42:32
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[0.9.3 staging-1968] House value doesn't update properly.
Category: UI Priority: Medium Squad: Wild Turkey Status: Fixed Status: Reopen Type: Bug
- [ ] 1. House value is not update when you unclaim/transfer property. Step to reproduce: - player 1 build some room and add some furniture, have 11,5 house value: ![image](https://user-images.githubusercontent.com/45708377/113123071-e8f45b80-921c-11eb-87f3-71b0d445ddb5.png) - unclaim property: ![image](https://user-images.githubusercontent.com/45708377/113123107-f1e52d00-921c-11eb-9e31-bf5169d3c943.png) - submit: ![image](https://user-images.githubusercontent.com/45708377/113123151-fd385880-921c-11eb-8f2e-bf40d0f3fb8b.png) - but I still have 11,5 house value, but this is UI problem - take logging and chop some tree: ![image](https://user-images.githubusercontent.com/45708377/113123438-438db780-921d-11eb-8ea3-522b0f691010.png) - [ ] 2. House value is not upgrade properly when you leave resident. Step to reproduce: - player 1 build some room and add some furniture, have 11,5 house value: ![image](https://user-images.githubusercontent.com/45708377/113123679-75068300-921d-11eb-8404-1c3f7ef8bc20.png) - leave residency: ![image](https://user-images.githubusercontent.com/45708377/113123718-7fc11800-921d-11eb-93ea-cb7f2fd1f50b.png) - I have 5,77 now - if another player become a resident< then my UI will show me 11,5 again, but I don't have this bonus: ![image](https://user-images.githubusercontent.com/45708377/113124587-55bc2580-921e-11eb-9cac-8435d477be14.png)
1.0
[0.9.3 staging-1968] House value doesn't update properly. - - [ ] 1. House value is not update when you unclaim/transfer property. Step to reproduce: - player 1 build some room and add some furniture, have 11,5 house value: ![image](https://user-images.githubusercontent.com/45708377/113123071-e8f45b80-921c-11eb-87f3-71b0d445ddb5.png) - unclaim property: ![image](https://user-images.githubusercontent.com/45708377/113123107-f1e52d00-921c-11eb-9e31-bf5169d3c943.png) - submit: ![image](https://user-images.githubusercontent.com/45708377/113123151-fd385880-921c-11eb-8f2e-bf40d0f3fb8b.png) - but I still have 11,5 house value, but this is UI problem - take logging and chop some tree: ![image](https://user-images.githubusercontent.com/45708377/113123438-438db780-921d-11eb-8ea3-522b0f691010.png) - [ ] 2. House value is not upgrade properly when you leave resident. Step to reproduce: - player 1 build some room and add some furniture, have 11,5 house value: ![image](https://user-images.githubusercontent.com/45708377/113123679-75068300-921d-11eb-8404-1c3f7ef8bc20.png) - leave residency: ![image](https://user-images.githubusercontent.com/45708377/113123718-7fc11800-921d-11eb-93ea-cb7f2fd1f50b.png) - I have 5,77 now - if another player become a resident< then my UI will show me 11,5 again, but I don't have this bonus: ![image](https://user-images.githubusercontent.com/45708377/113124587-55bc2580-921e-11eb-9cac-8435d477be14.png)
priority
house value doesn t update properly house value is not update when you unclaim transfer property step to reproduce player build some room and add some furniture have house value unclaim property submit but i still have house value but this is ui problem take logging and chop some tree house value is not upgrade properly when you leave resident step to reproduce player build some room and add some furniture have house value leave residency i have now if another player become a resident then my ui will show me again but i don t have this bonus
1
224,064
7,466,283,347
IssuesEvent
2018-04-02 09:47:47
jibrelnetwork/jwallet-web
https://api.github.com/repos/jibrelnetwork/jwallet-web
closed
jWallet shows incorrect total balance of eth
🐕priority: medium
jWallet shows a total balance of ETH of 0.05. The actual balance on the address is 0.049559. The reason is that jWallet is calculating the total as (TOTAL INCOMING - TOTAL OUTGOING) values. jWallet needs to deduct the fees from outgoing transactions in this calculation. Alternately you can check total from etherscan for the wallet address. ![97b2520a-80a0-4bf4-b1e3-96379083f78d](https://user-images.githubusercontent.com/1313626/34326220-7a19a71a-e8b0-11e7-892e-149dea7ff5be.jpg) ![26aad849-3507-4c46-ab8a-3af0d9e9ae68](https://user-images.githubusercontent.com/1313626/34326221-7a3e3418-e8b0-11e7-969a-141b75f51678.jpg)
1.0
jWallet shows incorrect total balance of eth - jWallet shows a total balance of ETH of 0.05. The actual balance on the address is 0.049559. The reason is that jWallet is calculating the total as (TOTAL INCOMING - TOTAL OUTGOING) values. jWallet needs to deduct the fees from outgoing transactions in this calculation. Alternately you can check total from etherscan for the wallet address. ![97b2520a-80a0-4bf4-b1e3-96379083f78d](https://user-images.githubusercontent.com/1313626/34326220-7a19a71a-e8b0-11e7-892e-149dea7ff5be.jpg) ![26aad849-3507-4c46-ab8a-3af0d9e9ae68](https://user-images.githubusercontent.com/1313626/34326221-7a3e3418-e8b0-11e7-969a-141b75f51678.jpg)
priority
jwallet shows incorrect total balance of eth jwallet shows a total balance of eth of the actual balance on the address is the reason is that jwallet is calculating the total as total incoming total outgoing values jwallet needs to deduct the fees from outgoing transactions in this calculation alternately you can check total from etherscan for the wallet address
1