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
270,049
8,445,857,915
IssuesEvent
2018-10-18 23:15:59
pcdshub/happi
https://api.github.com/repos/pcdshub/happi
closed
Global Happi Configuration File
Medium Priority
<!--- Provide a general summary of the issue in the Title above --> ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> If you launch `happi.Client` with no arguments we should look for a configuration file that specifies where and what type of happi database we are expecting. The thought is as applications that depend on pulling configuration from happi become more common, we want to avoid passing the information explicitly into each one. That would would mean if we move the `db.json` file for example we would have to go update -> `hutch-python`, `lightpath`, `typhon` ... ## Current Behavior <!--- If describing a bug, tell us what happens instead of the expected behavior --> <!--- If suggesting a change/improvement, explain the difference from current behavior --> Database configuration information is specified at `__init__` every time ## Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, --> <!--- or ideas how to implement the addition or change --> Use `configparser` to search for `.happi.cnf`. This should specify database types and the keywords necessary to instantiate it
1.0
Global Happi Configuration File - <!--- Provide a general summary of the issue in the Title above --> ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> If you launch `happi.Client` with no arguments we should look for a configuration file that specifies where and what type of happi database we are expecting. The thought is as applications that depend on pulling configuration from happi become more common, we want to avoid passing the information explicitly into each one. That would would mean if we move the `db.json` file for example we would have to go update -> `hutch-python`, `lightpath`, `typhon` ... ## Current Behavior <!--- If describing a bug, tell us what happens instead of the expected behavior --> <!--- If suggesting a change/improvement, explain the difference from current behavior --> Database configuration information is specified at `__init__` every time ## Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, --> <!--- or ideas how to implement the addition or change --> Use `configparser` to search for `.happi.cnf`. This should specify database types and the keywords necessary to instantiate it
priority
global happi configuration file expected behavior if you launch happi client with no arguments we should look for a configuration file that specifies where and what type of happi database we are expecting the thought is as applications that depend on pulling configuration from happi become more common we want to avoid passing the information explicitly into each one that would would mean if we move the db json file for example we would have to go update hutch python lightpath typhon current behavior database configuration information is specified at init every time possible solution use configparser to search for happi cnf this should specify database types and the keywords necessary to instantiate it
1
648,296
21,182,056,396
IssuesEvent
2022-04-08 08:55:46
SAP/xsk
https://api.github.com/repos/SAP/xsk
closed
[API] Destination - Missing Properties
API priority-medium effort-high customer _Tantel_
```javascript const destination = $.net.http.readDestination('', 'desname'); $.trace.error("HOST: "+destination.host); $.trace.error("PATH: "+destination.pathPrefix); ``` should return the corresponding values, while they are returning `undefined` now. All properties of a destination should be available for the destination object even the customer properties. Note that in BTP destination the `pathPrefix` is part of the URL
1.0
[API] Destination - Missing Properties - ```javascript const destination = $.net.http.readDestination('', 'desname'); $.trace.error("HOST: "+destination.host); $.trace.error("PATH: "+destination.pathPrefix); ``` should return the corresponding values, while they are returning `undefined` now. All properties of a destination should be available for the destination object even the customer properties. Note that in BTP destination the `pathPrefix` is part of the URL
priority
destination missing properties javascript const destination net http readdestination desname trace error host destination host trace error path destination pathprefix should return the corresponding values while they are returning undefined now all properties of a destination should be available for the destination object even the customer properties note that in btp destination the pathprefix is part of the url
1
99,423
4,054,989,299
IssuesEvent
2016-05-24 14:13:01
fgpv-vpgf/fgpv-vpgf
https://api.github.com/repos/fgpv-vpgf/fgpv-vpgf
closed
feat(geo): add layer order array to geo
addition: feature priority: medium
Add an array structure to the [geo service](https://github.com/fgpv-vpgf/fgpv-vpgf/blob/develop/src/app/geo/geo.service.js) to manage the order of layers in the map. * See the [wiki](https://github.com/fgpv-vpgf/fgpv-vpgf/wiki/Geo-Tier-Architecture) for details on the architecture * Name array layerOrder (not set in stone; alternates can be suggested) * Array will contain strings (layer ids) * Array is exposed in return object for Geo * Is there stuff that needs to be done for angular binding compatibility?
1.0
feat(geo): add layer order array to geo - Add an array structure to the [geo service](https://github.com/fgpv-vpgf/fgpv-vpgf/blob/develop/src/app/geo/geo.service.js) to manage the order of layers in the map. * See the [wiki](https://github.com/fgpv-vpgf/fgpv-vpgf/wiki/Geo-Tier-Architecture) for details on the architecture * Name array layerOrder (not set in stone; alternates can be suggested) * Array will contain strings (layer ids) * Array is exposed in return object for Geo * Is there stuff that needs to be done for angular binding compatibility?
priority
feat geo add layer order array to geo add an array structure to the to manage the order of layers in the map see the for details on the architecture name array layerorder not set in stone alternates can be suggested array will contain strings layer ids array is exposed in return object for geo is there stuff that needs to be done for angular binding compatibility
1
66,556
3,255,707,340
IssuesEvent
2015-10-20 10:01:31
patric-r/jvmtop
https://api.github.com/repos/patric-r/jvmtop
closed
please provide source code downloadable file
auto-migrated Priority-Medium Type-Enhancement
``` Please provide a downloadable file for the source code, other than using the standard download link from the source tab in the the google code source browser. This is going to be more downstream friendly to provide to other operating systems. Right now I can only do it this way: http://jvmtop.googlecode.com/archive/a3904b5b7e3adc5244e8658f8c54ef849e3ca56e.zi p However there is no way to track this in being changed. However, if you had a downloadable link named, for example: jvmtop-src-0.8.0.tar.gz or jvmtop-src-0.8.0.zip, this can be tracked quiet easily. Thanks so much! -jgh ``` Original issue reported on code.google.com by `bsd-...@helfman.org` on 18 Dec 2013 at 6:52
1.0
please provide source code downloadable file - ``` Please provide a downloadable file for the source code, other than using the standard download link from the source tab in the the google code source browser. This is going to be more downstream friendly to provide to other operating systems. Right now I can only do it this way: http://jvmtop.googlecode.com/archive/a3904b5b7e3adc5244e8658f8c54ef849e3ca56e.zi p However there is no way to track this in being changed. However, if you had a downloadable link named, for example: jvmtop-src-0.8.0.tar.gz or jvmtop-src-0.8.0.zip, this can be tracked quiet easily. Thanks so much! -jgh ``` Original issue reported on code.google.com by `bsd-...@helfman.org` on 18 Dec 2013 at 6:52
priority
please provide source code downloadable file please provide a downloadable file for the source code other than using the standard download link from the source tab in the the google code source browser this is going to be more downstream friendly to provide to other operating systems right now i can only do it this way p however there is no way to track this in being changed however if you had a downloadable link named for example jvmtop src tar gz or jvmtop src zip this can be tracked quiet easily thanks so much jgh original issue reported on code google com by bsd helfman org on dec at
1
143,709
5,522,120,766
IssuesEvent
2017-03-19 20:57:14
dangvd/ksmoothdock
https://api.github.com/repos/dangvd/ksmoothdock
opened
In zoomed mode, the width (or height if vertical) of the dock doesn't handle non-square items (e.g. pager icons) well
Priority: Medium Type: Bug
This is not easy to fix.
1.0
In zoomed mode, the width (or height if vertical) of the dock doesn't handle non-square items (e.g. pager icons) well - This is not easy to fix.
priority
in zoomed mode the width or height if vertical of the dock doesn t handle non square items e g pager icons well this is not easy to fix
1
161,359
6,123,089,097
IssuesEvent
2017-06-23 02:51:41
Supadog/DB_iti
https://api.github.com/repos/Supadog/DB_iti
closed
Update Main Student's Information Page
Half done Medium priority
Display a table with classes and semesters information. Include: <del>- Semester</del> <del>- Degree</del> <del>- Year</del> <del>- Class name</del> <del>- Class #</del> <del>- Category</del> <del>- ECTS</del> <del>- Professors</del> - Excel generation option
1.0
Update Main Student's Information Page - Display a table with classes and semesters information. Include: <del>- Semester</del> <del>- Degree</del> <del>- Year</del> <del>- Class name</del> <del>- Class #</del> <del>- Category</del> <del>- ECTS</del> <del>- Professors</del> - Excel generation option
priority
update main student s information page display a table with classes and semesters information include semester degree year class name class category ects professors excel generation option
1
395,981
11,699,529,331
IssuesEvent
2020-03-06 15:47:57
ansible/awx
https://api.github.com/repos/ansible/awx
opened
Incorrect form action button placement
component:ui_next priority:medium state:needs_devel type:bug
##### ISSUE TYPE - Bug Report ##### SUMMARY <img width="1451" alt="Screen Shot 2020-03-06 at 10 42 35 AM" src="https://user-images.githubusercontent.com/9889020/76098528-a1f35280-5f97-11ea-9791-eb4ab003300a.png"> Form buttons should be aligned left and on their own line like this: <img width="1443" alt="Screen Shot 2020-03-06 at 10 46 54 AM" src="https://user-images.githubusercontent.com/9889020/76098643-d404b480-5f97-11ea-8c1a-992cb98700ad.png"> It looks like a number of forms are impacted by this (maybe all of them).
1.0
Incorrect form action button placement - ##### ISSUE TYPE - Bug Report ##### SUMMARY <img width="1451" alt="Screen Shot 2020-03-06 at 10 42 35 AM" src="https://user-images.githubusercontent.com/9889020/76098528-a1f35280-5f97-11ea-9791-eb4ab003300a.png"> Form buttons should be aligned left and on their own line like this: <img width="1443" alt="Screen Shot 2020-03-06 at 10 46 54 AM" src="https://user-images.githubusercontent.com/9889020/76098643-d404b480-5f97-11ea-8c1a-992cb98700ad.png"> It looks like a number of forms are impacted by this (maybe all of them).
priority
incorrect form action button placement issue type bug report summary img width alt screen shot at am src form buttons should be aligned left and on their own line like this img width alt screen shot at am src it looks like a number of forms are impacted by this maybe all of them
1
383,548
11,357,692,472
IssuesEvent
2020-01-25 07:47:51
popperjs/popper-core
https://api.github.com/repos/popperjs/popper-core
closed
scrollbar not calculated correctly, causing an overflow
# BUG 🐞 DIFFICULTY: medium PRIORITY: high TARGETS: core
Positioning a tooltip very close to the viewport boundary can cause an overflow. https://jsfiddle.net/bzs7yfq4/1/ https://imgur.com/a/FPnbu21 ## Observation Positioning a tooltip close to the boundary clips the tooltip and causes an overflow. ## Expectation The tooltip is flipped to the left to not cause the page to overflow. This happens after resizing the viewport further. Coincidentally the issue happens over a span of the scrollbar width. Potentially the scrollbar width is not taken into consideration on positioning. ``` popper version: 2.0.0 chrome: 79.0.3945.117 macOS 10.14.6 ```
1.0
scrollbar not calculated correctly, causing an overflow - Positioning a tooltip very close to the viewport boundary can cause an overflow. https://jsfiddle.net/bzs7yfq4/1/ https://imgur.com/a/FPnbu21 ## Observation Positioning a tooltip close to the boundary clips the tooltip and causes an overflow. ## Expectation The tooltip is flipped to the left to not cause the page to overflow. This happens after resizing the viewport further. Coincidentally the issue happens over a span of the scrollbar width. Potentially the scrollbar width is not taken into consideration on positioning. ``` popper version: 2.0.0 chrome: 79.0.3945.117 macOS 10.14.6 ```
priority
scrollbar not calculated correctly causing an overflow positioning a tooltip very close to the viewport boundary can cause an overflow observation positioning a tooltip close to the boundary clips the tooltip and causes an overflow expectation the tooltip is flipped to the left to not cause the page to overflow this happens after resizing the viewport further coincidentally the issue happens over a span of the scrollbar width potentially the scrollbar width is not taken into consideration on positioning popper version chrome macos
1
261,476
8,233,865,700
IssuesEvent
2018-09-08 06:56:56
openshiftio/openshift.io
https://api.github.com/repos/openshiftio/openshift.io
closed
CI jobs are not setup for the fabric8-analytics-notification-scheduler repository
SEV3-medium area/analytics area/analytics/deployment area/analytics/ingestion priority/P4 team/analytics team/analytics/core type/bug
CI jobs needs to be setup for the following repository: https://github.com/fabric8-analytics/fabric8-analytics-notification-scheduler ##### Expected Behaviour - All three jobs (tests, pylinter, pydoc checker) are setup. - All three jobs are run for each PR ##### Current Behaviour - Nothing is displayed on the GitHub
1.0
CI jobs are not setup for the fabric8-analytics-notification-scheduler repository - CI jobs needs to be setup for the following repository: https://github.com/fabric8-analytics/fabric8-analytics-notification-scheduler ##### Expected Behaviour - All three jobs (tests, pylinter, pydoc checker) are setup. - All three jobs are run for each PR ##### Current Behaviour - Nothing is displayed on the GitHub
priority
ci jobs are not setup for the analytics notification scheduler repository ci jobs needs to be setup for the following repository expected behaviour all three jobs tests pylinter pydoc checker are setup all three jobs are run for each pr current behaviour nothing is displayed on the github
1
94,148
3,921,931,897
IssuesEvent
2016-04-22 02:24:45
TranslationWMcs435/TranslationWMcs435
https://api.github.com/repos/TranslationWMcs435/TranslationWMcs435
closed
List requirements in repo
Medium Priority
This is a future usability thing. We need the user to know what they need in the JSON files. This list of requirements should also list what is currently missing in our test cases that we would need to actually implement some of them. Goal is just to make file real quick. Doing it now. Included: generic requirements, requirements by framework.
1.0
List requirements in repo - This is a future usability thing. We need the user to know what they need in the JSON files. This list of requirements should also list what is currently missing in our test cases that we would need to actually implement some of them. Goal is just to make file real quick. Doing it now. Included: generic requirements, requirements by framework.
priority
list requirements in repo this is a future usability thing we need the user to know what they need in the json files this list of requirements should also list what is currently missing in our test cases that we would need to actually implement some of them goal is just to make file real quick doing it now included generic requirements requirements by framework
1
58,274
3,088,394,809
IssuesEvent
2015-08-25 16:21:31
pavel-pimenov/flylinkdc-r5xx
https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx
opened
[zzxy] Обход позорных заморочек стандартов NMDC/ADC - 2
bug imported Priority-Medium
_From [zzzxzzzy...@gmail.com](https://code.google.com/u/111612712877897236331/) on April 08, 2014 12:22:22_ Хотелось бы что бы (когданибудь уже) пофиксили и вот этот позор протокола: "Как мы уже говорили, если клиент Downloader и загрузчик клиент оба пассивный, передача файлов между ними не представляется возможным, используя протокол Direct Connect." - хотя бы локально - только в флае, а там и другие подтянутся... _Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1455_
1.0
[zzxy] Обход позорных заморочек стандартов NMDC/ADC - 2 - _From [zzzxzzzy...@gmail.com](https://code.google.com/u/111612712877897236331/) on April 08, 2014 12:22:22_ Хотелось бы что бы (когданибудь уже) пофиксили и вот этот позор протокола: "Как мы уже говорили, если клиент Downloader и загрузчик клиент оба пассивный, передача файлов между ними не представляется возможным, используя протокол Direct Connect." - хотя бы локально - только в флае, а там и другие подтянутся... _Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1455_
priority
обход позорных заморочек стандартов nmdc adc from on april хотелось бы что бы когданибудь уже пофиксили и вот этот позор протокола как мы уже говорили если клиент downloader и загрузчик клиент оба пассивный передача файлов между ними не представляется возможным используя протокол direct connect хотя бы локально только в флае а там и другие подтянутся original issue
1
667,685
22,496,497,762
IssuesEvent
2022-06-23 08:03:42
hydrocode-de/RUINSapp
https://api.github.com/repos/hydrocode-de/RUINSapp
opened
Data publication
priority: medium
@cojacoo, @jonaslenz, @AlexDo1, @lucfr This is our main issue related to the planned data publication on Zenodo. I added a README into the data folder. This will be the main source of information for users (scientists) who download the data directly from Zenodo. In a final version it should include a listing of all files and the origins; a statement about processing; a hint how to load or use the data and finally a description of the structure. For now, we only need the listing and the origin statement. Then, a preliminary Zenodo version can be published to implement the download function into RUINS. The current state of the data folder can be downloaded here: http://ruins.hydrocode.de/data.zip You can double-check, that all needed data is included. ## TODOs - [ ] Update `cordex_krummh` to include all ET data - @cojacoo - [ ] Convert the `krummhoern/*` files into the missing `hydro_krummh.nc` file - @jonaslenz / @lucfr / @mmaelicke - [ ] add statements about data origin - @cojacoo
1.0
Data publication - @cojacoo, @jonaslenz, @AlexDo1, @lucfr This is our main issue related to the planned data publication on Zenodo. I added a README into the data folder. This will be the main source of information for users (scientists) who download the data directly from Zenodo. In a final version it should include a listing of all files and the origins; a statement about processing; a hint how to load or use the data and finally a description of the structure. For now, we only need the listing and the origin statement. Then, a preliminary Zenodo version can be published to implement the download function into RUINS. The current state of the data folder can be downloaded here: http://ruins.hydrocode.de/data.zip You can double-check, that all needed data is included. ## TODOs - [ ] Update `cordex_krummh` to include all ET data - @cojacoo - [ ] Convert the `krummhoern/*` files into the missing `hydro_krummh.nc` file - @jonaslenz / @lucfr / @mmaelicke - [ ] add statements about data origin - @cojacoo
priority
data publication cojacoo jonaslenz lucfr this is our main issue related to the planned data publication on zenodo i added a readme into the data folder this will be the main source of information for users scientists who download the data directly from zenodo in a final version it should include a listing of all files and the origins a statement about processing a hint how to load or use the data and finally a description of the structure for now we only need the listing and the origin statement then a preliminary zenodo version can be published to implement the download function into ruins the current state of the data folder can be downloaded here you can double check that all needed data is included todos update cordex krummh to include all et data cojacoo convert the krummhoern files into the missing hydro krummh nc file jonaslenz lucfr mmaelicke add statements about data origin cojacoo
1
260,420
8,209,907,203
IssuesEvent
2018-09-04 09:05:34
nlbdev/nordic-epub3-dtbook-migrator
https://api.github.com/repos/nlbdev/nordic-epub3-dtbook-migrator
closed
Provide automatic updates
1 - Medium priority enhancement
We'll be able to provide automatic updates of the nordic scripts when these issues are fixed: daisy/pipeline-tasks#11 daisy/pipeline-scripts-utils#56 Until then, we'll keep distributing builds through this site: https://dl.dropboxusercontent.com/u/6370535/nordic-epub3-dtbook-migrator/index.html <!--- @huboard:{"custom_state":"blocked"} -->
1.0
Provide automatic updates - We'll be able to provide automatic updates of the nordic scripts when these issues are fixed: daisy/pipeline-tasks#11 daisy/pipeline-scripts-utils#56 Until then, we'll keep distributing builds through this site: https://dl.dropboxusercontent.com/u/6370535/nordic-epub3-dtbook-migrator/index.html <!--- @huboard:{"custom_state":"blocked"} -->
priority
provide automatic updates we ll be able to provide automatic updates of the nordic scripts when these issues are fixed daisy pipeline tasks daisy pipeline scripts utils until then we ll keep distributing builds through this site huboard custom state blocked
1
494,867
14,267,174,137
IssuesEvent
2020-11-20 20:00:04
GeyserMC/Geyser
https://api.github.com/repos/GeyserMC/Geyser
closed
Can't walk on thick snow
Confirmed Bug Priority: Medium
<!--- Please follow this format COMPLETELY and make sure the bug you are reporting has not been reported yet. Reports should contain as much information or context as possible to help us find the problem. Simply creating an issue on a vague topic will not help us at all, and if you are unsure if something should belong here, please contact us on [Discord](http://discord.geysermc.org).--> <!--- Issues pertaining to connection problem, or anything of that covered on the [Common Issues](https://github.com/GeyserMC/Geyser/wiki/Common-Issues) do not belong here and only clutter this issue tracker. --> **Describe the bug** <!--- A clear and concise description of what the bug is. --> Unable to walk on thick snow, the java server console report: XX moved wrongly! **To Reproduce** <!--- Steps to reproduce the behavior: --> <!--- 1. Go to '...' --> <!--- 2. Click on '....' --> <!--- 3. Scroll down to '....' --> <!--- 4. See error --> Walk to the snow Then bounced back **Expected behavior** <!--- A clear and concise description of what you expected to happen. --> Keep moving forward **Screenshots / Videos** <!--- If applicable, add screenshots to help explain your problem. --> [bug.zip](https://github.com/GeyserMC/Geyser/files/4970599/bug.zip) **Server Version** <!--- Give us the exact output from `/version`. Saying "latest" does not help us at all. --> Paper1.16.1-111 **Geyser Version** <!--- Give us the exact build number as well as branch if applicable. Saying "latest" does not help us at all. This info can be obtained from `/geyser version`.Please also include if you are running the standalone version, or specify which plugin version you are using. If your issue is a connection problem, please specify if you are using the Floodgate plugin. --> git-master-b103d86 **Minecraft: Bedrock Edition Version** <!-- The version of your Minecraft: Bedrock Edition client you tested with. --> 1.16.1 **Additional Context** <!--- Add any other context about the problem here. Include any plugins on the Minecraft server that may cause problems. Please also include the link to a dump by using `/geyser dump` --->
1.0
Can't walk on thick snow - <!--- Please follow this format COMPLETELY and make sure the bug you are reporting has not been reported yet. Reports should contain as much information or context as possible to help us find the problem. Simply creating an issue on a vague topic will not help us at all, and if you are unsure if something should belong here, please contact us on [Discord](http://discord.geysermc.org).--> <!--- Issues pertaining to connection problem, or anything of that covered on the [Common Issues](https://github.com/GeyserMC/Geyser/wiki/Common-Issues) do not belong here and only clutter this issue tracker. --> **Describe the bug** <!--- A clear and concise description of what the bug is. --> Unable to walk on thick snow, the java server console report: XX moved wrongly! **To Reproduce** <!--- Steps to reproduce the behavior: --> <!--- 1. Go to '...' --> <!--- 2. Click on '....' --> <!--- 3. Scroll down to '....' --> <!--- 4. See error --> Walk to the snow Then bounced back **Expected behavior** <!--- A clear and concise description of what you expected to happen. --> Keep moving forward **Screenshots / Videos** <!--- If applicable, add screenshots to help explain your problem. --> [bug.zip](https://github.com/GeyserMC/Geyser/files/4970599/bug.zip) **Server Version** <!--- Give us the exact output from `/version`. Saying "latest" does not help us at all. --> Paper1.16.1-111 **Geyser Version** <!--- Give us the exact build number as well as branch if applicable. Saying "latest" does not help us at all. This info can be obtained from `/geyser version`.Please also include if you are running the standalone version, or specify which plugin version you are using. If your issue is a connection problem, please specify if you are using the Floodgate plugin. --> git-master-b103d86 **Minecraft: Bedrock Edition Version** <!-- The version of your Minecraft: Bedrock Edition client you tested with. --> 1.16.1 **Additional Context** <!--- Add any other context about the problem here. Include any plugins on the Minecraft server that may cause problems. Please also include the link to a dump by using `/geyser dump` --->
priority
can t walk on thick snow please follow this format completely and make sure the bug you are reporting has not been reported yet reports should contain as much information or context as possible to help us find the problem simply creating an issue on a vague topic will not help us at all and if you are unsure if something should belong here please contact us on describe the bug unable to walk on thick snow the java server console report xx moved wrongly to reproduce walk to the snow then bounced back expected behavior keep moving forward screenshots videos server version geyser version git master minecraft bedrock edition version additional context
1
745,963
26,008,164,419
IssuesEvent
2022-12-20 21:39:19
robotframework/robotframework
https://api.github.com/repos/robotframework/robotframework
closed
Bug in `--reportbackgroundcolor` documentation in the User Guide
bug priority: medium
_Observation_: User guide and robot mismatching in #setting-background-colors section _User Guide_: If you specify three colors, the first one will be used when all the tests pass, the second when all tests have been skipped, and the last when there are any failures. (pass:skip:fail) _Robot Command Line Help_: '--reportbackground': Expected format 'pass:fail:skip'
1.0
Bug in `--reportbackgroundcolor` documentation in the User Guide - _Observation_: User guide and robot mismatching in #setting-background-colors section _User Guide_: If you specify three colors, the first one will be used when all the tests pass, the second when all tests have been skipped, and the last when there are any failures. (pass:skip:fail) _Robot Command Line Help_: '--reportbackground': Expected format 'pass:fail:skip'
priority
bug in reportbackgroundcolor documentation in the user guide observation user guide and robot mismatching in setting background colors section user guide if you specify three colors the first one will be used when all the tests pass the second when all tests have been skipped and the last when there are any failures pass skip fail robot command line help reportbackground expected format pass fail skip
1
547,994
16,054,876,468
IssuesEvent
2021-04-23 02:20:48
kubesphere/kubesphere
https://api.github.com/repos/kubesphere/kubesphere
closed
Case insensitive problem with LDAP users
kind/bug kind/need-to-verify priority/medium
**steps** 1. Log in to KS using the TesUser1 user in LDAP and enter the user's mailbox and user name configuration page 2. Set the user email as user1@test.com, set the user name as testuser1, and log in KS 3. Log in to KS with testuser1, and the user's email and username configuration page pops up again Cause of problem: LDAP users are validated in both uppercase and lowercase https://user-images.githubusercontent.com/36271543/115207325-12264e80-a12e-11eb-8e3b-9730654a3d55.mp4 /priority Medium /kind bug /milestone 3.1.0 /assign @wansir
1.0
Case insensitive problem with LDAP users - **steps** 1. Log in to KS using the TesUser1 user in LDAP and enter the user's mailbox and user name configuration page 2. Set the user email as user1@test.com, set the user name as testuser1, and log in KS 3. Log in to KS with testuser1, and the user's email and username configuration page pops up again Cause of problem: LDAP users are validated in both uppercase and lowercase https://user-images.githubusercontent.com/36271543/115207325-12264e80-a12e-11eb-8e3b-9730654a3d55.mp4 /priority Medium /kind bug /milestone 3.1.0 /assign @wansir
priority
case insensitive problem with ldap users steps log in to ks using the user in ldap and enter the user s mailbox and user name configuration page set the user email as test com set the user name as and log in ks log in to ks with and the user s email and username configuration page pops up again cause of problem ldap users are validated in both uppercase and lowercase priority medium kind bug milestone assign wansir
1
777,850
27,295,886,270
IssuesEvent
2023-02-23 20:18:01
opixelum/vault
https://api.github.com/repos/opixelum/vault
closed
Check password [New credentials]
bug priority: medium
When I implement new credentials, if I don't generate a password, I can create a password without any checks Example: a, password, 1, ., ...
1.0
Check password [New credentials] - When I implement new credentials, if I don't generate a password, I can create a password without any checks Example: a, password, 1, ., ...
priority
check password when i implement new credentials if i don t generate a password i can create a password without any checks example a password
1
590,780
17,787,896,184
IssuesEvent
2021-08-31 13:14:52
ita-social-projects/OoS-Backend
https://api.github.com/repos/ita-social-projects/OoS-Backend
opened
Integration tests for model binding in controllers
backend task priority:medium
Create integration tests for model binding in controllers to catch validation errors (like binding a null value for field that must not be nullable): - [ ] Addresses controller integration tests - [ ] Applications controller integration tests - [ ] Chatrooms controller integration tests - [ ] Chat messages (?) controller integration tests - [ ] Children controller integration tests - [ ] Directions controller integration tests - [ ] Departments controller integration tests - [ ] Classes controller integration tests - [ ] Favourites controller integration tests - [ ] Parents controller integration tests - [ ] Providers controller integration tests - [ ] Ratings controller integration tests - [ ] Popular workshops & directions (statistics) controller integration tests - [ ] Teachers controller integration tests - [ ] Users controller integration tests - [ ] Workshops controller integration tests
1.0
Integration tests for model binding in controllers - Create integration tests for model binding in controllers to catch validation errors (like binding a null value for field that must not be nullable): - [ ] Addresses controller integration tests - [ ] Applications controller integration tests - [ ] Chatrooms controller integration tests - [ ] Chat messages (?) controller integration tests - [ ] Children controller integration tests - [ ] Directions controller integration tests - [ ] Departments controller integration tests - [ ] Classes controller integration tests - [ ] Favourites controller integration tests - [ ] Parents controller integration tests - [ ] Providers controller integration tests - [ ] Ratings controller integration tests - [ ] Popular workshops & directions (statistics) controller integration tests - [ ] Teachers controller integration tests - [ ] Users controller integration tests - [ ] Workshops controller integration tests
priority
integration tests for model binding in controllers create integration tests for model binding in controllers to catch validation errors like binding a null value for field that must not be nullable addresses controller integration tests applications controller integration tests chatrooms controller integration tests chat messages controller integration tests children controller integration tests directions controller integration tests departments controller integration tests classes controller integration tests favourites controller integration tests parents controller integration tests providers controller integration tests ratings controller integration tests popular workshops directions statistics controller integration tests teachers controller integration tests users controller integration tests workshops controller integration tests
1
455,046
13,110,821,092
IssuesEvent
2020-08-04 21:27:55
buddyboss/buddyboss-platform
https://api.github.com/repos/buddyboss/buddyboss-platform
opened
Wrong Nicknames generating after migrating to buddyboss-platform
bug priority: medium
**Describe the bug** When you go to buddyboss-platform from buddypress, some users will have the wrong auto-generated nickname. **To Reproduce** Steps to reproduce the behavior: 0. User should be registered in BuddyPress. 1. Before migrating username (nickname) and user's Name (Fist and Last name) should be different 2. Try to migrate from buddypress to buddyboss-platfrom 3. See wrong Nicknames for some users. **Notes** - The bug does not appear for all users. Sometimes Nickname looks good, sometimes not. - Maybe user should have a gravatar account. Maybe user should use Russian language. I don't know. - If user registered in buddyboss-platform nickname will be right. **Expected behavior** Nickname should be exact as username in profile URL. (Nickname = Profile URL) ### Screenshots **Example 1** Username should be `airathalitov`, but it is `ajrat-halitov` (automatically generated from name "Айрат Халитов"). ![ajrat](https://user-images.githubusercontent.com/4050715/89344657-a6937280-d6bf-11ea-87a3-32d9d8ccab53.png) **Example 2** Username should be `mihailaoj13`, but it is `mihail-kratkov` (automatically generated from name "михаил кратков"). ![mihail](https://user-images.githubusercontent.com/4050715/89344709-bca13300-d6bf-11ea-8f28-cd38399b1c3d.png) **Example 3** Username should be `airat`, but it is `ajrata` (automatically generated from name "Айрат"). ![airat](https://user-images.githubusercontent.com/4050715/89345327-a647a700-d6c0-11ea-87d1-9d58df4d78f0.png) Result for previous user (`airat`) in activity feed: Ping with `@airat` nickname (which should be right) isn't working. ![act](https://user-images.githubusercontent.com/4050715/89345925-af854380-d6c1-11ea-9f20-6c72a43e25e4.png) ### Solution Add to **Tools > Repair Community** section (URL: `/wp-admin/admin.php?page=bp-repair-community&tab=bp-repair-community`) option to repair nicknames (copy from profile URL to Nickname) for all users. It will take a very long time to search for who have generated the correct Niсkname and who have not. It's easier to fix them automatically for everyone. buddyboss-platfrom 1.4.7
1.0
Wrong Nicknames generating after migrating to buddyboss-platform - **Describe the bug** When you go to buddyboss-platform from buddypress, some users will have the wrong auto-generated nickname. **To Reproduce** Steps to reproduce the behavior: 0. User should be registered in BuddyPress. 1. Before migrating username (nickname) and user's Name (Fist and Last name) should be different 2. Try to migrate from buddypress to buddyboss-platfrom 3. See wrong Nicknames for some users. **Notes** - The bug does not appear for all users. Sometimes Nickname looks good, sometimes not. - Maybe user should have a gravatar account. Maybe user should use Russian language. I don't know. - If user registered in buddyboss-platform nickname will be right. **Expected behavior** Nickname should be exact as username in profile URL. (Nickname = Profile URL) ### Screenshots **Example 1** Username should be `airathalitov`, but it is `ajrat-halitov` (automatically generated from name "Айрат Халитов"). ![ajrat](https://user-images.githubusercontent.com/4050715/89344657-a6937280-d6bf-11ea-87a3-32d9d8ccab53.png) **Example 2** Username should be `mihailaoj13`, but it is `mihail-kratkov` (automatically generated from name "михаил кратков"). ![mihail](https://user-images.githubusercontent.com/4050715/89344709-bca13300-d6bf-11ea-8f28-cd38399b1c3d.png) **Example 3** Username should be `airat`, but it is `ajrata` (automatically generated from name "Айрат"). ![airat](https://user-images.githubusercontent.com/4050715/89345327-a647a700-d6c0-11ea-87d1-9d58df4d78f0.png) Result for previous user (`airat`) in activity feed: Ping with `@airat` nickname (which should be right) isn't working. ![act](https://user-images.githubusercontent.com/4050715/89345925-af854380-d6c1-11ea-9f20-6c72a43e25e4.png) ### Solution Add to **Tools > Repair Community** section (URL: `/wp-admin/admin.php?page=bp-repair-community&tab=bp-repair-community`) option to repair nicknames (copy from profile URL to Nickname) for all users. It will take a very long time to search for who have generated the correct Niсkname and who have not. It's easier to fix them automatically for everyone. buddyboss-platfrom 1.4.7
priority
wrong nicknames generating after migrating to buddyboss platform describe the bug when you go to buddyboss platform from buddypress some users will have the wrong auto generated nickname to reproduce steps to reproduce the behavior user should be registered in buddypress before migrating username nickname and user s name fist and last name should be different try to migrate from buddypress to buddyboss platfrom see wrong nicknames for some users notes the bug does not appear for all users sometimes nickname looks good sometimes not maybe user should have a gravatar account maybe user should use russian language i don t know if user registered in buddyboss platform nickname will be right expected behavior nickname should be exact as username in profile url nickname profile url screenshots example username should be airathalitov but it is ajrat halitov automatically generated from name айрат халитов example username should be but it is mihail kratkov automatically generated from name михаил кратков example username should be airat but it is ajrata automatically generated from name айрат result for previous user airat in activity feed ping with airat nickname which should be right isn t working solution add to tools repair community section url wp admin admin php page bp repair community tab bp repair community option to repair nicknames copy from profile url to nickname for all users it will take a very long time to search for who have generated the correct niсkname and who have not it s easier to fix them automatically for everyone buddyboss platfrom
1
493,765
14,237,665,433
IssuesEvent
2020-11-18 17:31:06
UTRS2/utrs
https://api.github.com/repos/UTRS2/utrs
closed
Add ban management (master task)
Priority: Medium enhancement master-task
We are already at the point in which bans need to be able to be made, and 3 bans have already been issued though the database. Tool Administrators need to be able to start making them and not just viewing them. Bugs already existing in the code: - [x] Bans are applied regardless of expiry (#84) - [x] Bans need the ability to be hidden from tooladmin (#82) Bugs that may get introduced (please comment on each in issue saying you checked it): - [x] The visible log table on the blade file needs to hide protected entries (#82) - [x] Modifying the block should not show non-privacy/OS the protected target (#82) - [ ] Regex may be sanitized being put into the database Features required: - [ ] Valid regex validation for usernames - [x] IP range selection with a dropdown of /16 to /64 for both IPv4 & IPv6 - [x] Logs of all changes to the ban on the view and/or modify page (whatever is created) - [x] Expiry set by phrases like "2 weeks" (OR if not, a calendar dropdown that formats into a timestamp in textbox) - [x] Additional suppression checkbox w/proper logging (#82) Required logging: - [x] Each ban create request - [x] Each ban modify request
1.0
Add ban management (master task) - We are already at the point in which bans need to be able to be made, and 3 bans have already been issued though the database. Tool Administrators need to be able to start making them and not just viewing them. Bugs already existing in the code: - [x] Bans are applied regardless of expiry (#84) - [x] Bans need the ability to be hidden from tooladmin (#82) Bugs that may get introduced (please comment on each in issue saying you checked it): - [x] The visible log table on the blade file needs to hide protected entries (#82) - [x] Modifying the block should not show non-privacy/OS the protected target (#82) - [ ] Regex may be sanitized being put into the database Features required: - [ ] Valid regex validation for usernames - [x] IP range selection with a dropdown of /16 to /64 for both IPv4 & IPv6 - [x] Logs of all changes to the ban on the view and/or modify page (whatever is created) - [x] Expiry set by phrases like "2 weeks" (OR if not, a calendar dropdown that formats into a timestamp in textbox) - [x] Additional suppression checkbox w/proper logging (#82) Required logging: - [x] Each ban create request - [x] Each ban modify request
priority
add ban management master task we are already at the point in which bans need to be able to be made and bans have already been issued though the database tool administrators need to be able to start making them and not just viewing them bugs already existing in the code bans are applied regardless of expiry bans need the ability to be hidden from tooladmin bugs that may get introduced please comment on each in issue saying you checked it the visible log table on the blade file needs to hide protected entries modifying the block should not show non privacy os the protected target regex may be sanitized being put into the database features required valid regex validation for usernames ip range selection with a dropdown of to for both logs of all changes to the ban on the view and or modify page whatever is created expiry set by phrases like weeks or if not a calendar dropdown that formats into a timestamp in textbox additional suppression checkbox w proper logging required logging each ban create request each ban modify request
1
106,961
4,287,951,021
IssuesEvent
2016-07-17 04:16:21
bwapi/bwapi
https://api.github.com/repos/bwapi/bwapi
closed
Compatibility between bwapi server and client process
enhancement imported New Feature Priority-Medium
_From [tren...@gmail.com](https://code.google.com/u/100267150710479896093/) on November 21, 2010 16:28:43_ When a connection to a bwapi client process is established one should check for compatibility (this should probably also be done for the modules?). When the BWAPI.dll and other files that go into the starcraft directory are compiled from a different svn revision number (or another compiler) there might occur problems right? I used the original bwapi 3.3 files from the downloadable package and installed them into the starcraft directory. I then compiled bwapi from svn with VC++ 2010, so that i could use the generated BWAPI.lib with Visual Studio 2010 (the provided one can't be used with VC++ 2010 because of incompatibility with the compiler). The bwapi client compiled and executed successfully and everything seemed to be fine and work, but still, there is no guarantee for that or is there? _Original issue: http://code.google.com/p/bwapi/issues/detail?id=303_
1.0
Compatibility between bwapi server and client process - _From [tren...@gmail.com](https://code.google.com/u/100267150710479896093/) on November 21, 2010 16:28:43_ When a connection to a bwapi client process is established one should check for compatibility (this should probably also be done for the modules?). When the BWAPI.dll and other files that go into the starcraft directory are compiled from a different svn revision number (or another compiler) there might occur problems right? I used the original bwapi 3.3 files from the downloadable package and installed them into the starcraft directory. I then compiled bwapi from svn with VC++ 2010, so that i could use the generated BWAPI.lib with Visual Studio 2010 (the provided one can't be used with VC++ 2010 because of incompatibility with the compiler). The bwapi client compiled and executed successfully and everything seemed to be fine and work, but still, there is no guarantee for that or is there? _Original issue: http://code.google.com/p/bwapi/issues/detail?id=303_
priority
compatibility between bwapi server and client process from on november when a connection to a bwapi client process is established one should check for compatibility this should probably also be done for the modules when the bwapi dll and other files that go into the starcraft directory are compiled from a different svn revision number or another compiler there might occur problems right i used the original bwapi files from the downloadable package and installed them into the starcraft directory i then compiled bwapi from svn with vc so that i could use the generated bwapi lib with visual studio the provided one can t be used with vc because of incompatibility with the compiler the bwapi client compiled and executed successfully and everything seemed to be fine and work but still there is no guarantee for that or is there original issue
1
333,413
10,121,980,877
IssuesEvent
2019-07-31 16:49:52
salesagility/SuiteCRM
https://api.github.com/repos/salesagility/SuiteCRM
closed
Group Email Inbox accounts doesn't respect reply as option in admin
Emails:Config Fix Proposed Medium Priority Resolved: Next Release bug
<!--- Provide a general summary of the issue in the **Title** above --> <!--- Before you open an issue, please check if a similar issue already exists or has been closed before. ---> <!--- If you have discovered a security risk please report it by emailing security@suitecrm.com. This will be delivered to the product team who handle security issues. Please don't disclose security bugs publicly until they have been handled by the security team. ---> #### Issue <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> You can in admin -> inbound email -> create group email check in this option Allow users to send emails using the "From" Name and Address as the reply to address: yes/no Because if is unchecked, user can in his email settings check this field in section Profile -> (email) Settings -> Mail Accounts -> Active column It doesn't matter if in inboud email setting is checked this field.. because the user still can break this inboud settings by own email settings. Also Allow users to send emails using the "From" Name and Address as the reply to address doesn't save correctly.. ![2019-02-25_1552](https://user-images.githubusercontent.com/5773777/53345579-8e89c200-3915-11e9-9b50-1d3d5dcffb3e.png) ![2019-02-25_1553](https://user-images.githubusercontent.com/5773777/53345581-8e89c200-3915-11e9-9ff5-4f6c8eb89a2b.png) #### Expected Behavior <!--- Tell us what should happen --> I can as admin restrict the allowing of using group email account for sending for users #### Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * SuiteCRM Version used: 7.11.2 * Browser name and version Chrome 72.x * Environment name and version MySQL5.6, PHP 7.3.1
1.0
Group Email Inbox accounts doesn't respect reply as option in admin - <!--- Provide a general summary of the issue in the **Title** above --> <!--- Before you open an issue, please check if a similar issue already exists or has been closed before. ---> <!--- If you have discovered a security risk please report it by emailing security@suitecrm.com. This will be delivered to the product team who handle security issues. Please don't disclose security bugs publicly until they have been handled by the security team. ---> #### Issue <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> You can in admin -> inbound email -> create group email check in this option Allow users to send emails using the "From" Name and Address as the reply to address: yes/no Because if is unchecked, user can in his email settings check this field in section Profile -> (email) Settings -> Mail Accounts -> Active column It doesn't matter if in inboud email setting is checked this field.. because the user still can break this inboud settings by own email settings. Also Allow users to send emails using the "From" Name and Address as the reply to address doesn't save correctly.. ![2019-02-25_1552](https://user-images.githubusercontent.com/5773777/53345579-8e89c200-3915-11e9-9b50-1d3d5dcffb3e.png) ![2019-02-25_1553](https://user-images.githubusercontent.com/5773777/53345581-8e89c200-3915-11e9-9ff5-4f6c8eb89a2b.png) #### Expected Behavior <!--- Tell us what should happen --> I can as admin restrict the allowing of using group email account for sending for users #### Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * SuiteCRM Version used: 7.11.2 * Browser name and version Chrome 72.x * Environment name and version MySQL5.6, PHP 7.3.1
priority
group email inbox accounts doesn t respect reply as option in admin issue you can in admin inbound email create group email check in this option allow users to send emails using the from name and address as the reply to address yes no because if is unchecked user can in his email settings check this field in section profile email settings mail accounts active column it doesn t matter if in inboud email setting is checked this field because the user still can break this inboud settings by own email settings also allow users to send emails using the from name and address as the reply to address doesn t save correctly expected behavior i can as admin restrict the allowing of using group email account for sending for users your environment suitecrm version used browser name and version chrome x environment name and version php
1
508,352
14,698,795,023
IssuesEvent
2021-01-04 07:17:11
aerospike/aerospike-server
https://api.github.com/repos/aerospike/aerospike-server
closed
single-bin in udf can't get bin data
Component: UDF Priority: Medium
# bugs __________ **OS:** *Docker Image* **Aerospike version:** *5.2.0.6"* **Client version:** *Python 4.0.0" __________ - namespace-config ```bash single-bin: true data-in-index: true ``` - define udf ```lua function get(rec) local m = map() names = record.bin_names(rec) for i, name in ipairs(names) do m[name] = rec[name] end return m end function getval(rec) return rec[''] end ``` - invoke udf ```python as_client.put(key, {"": 1}) as_client.apply(key, "xapi", "get", []) as_client.apply(key, "xapi", "getval", []) ``` return ```json {} '' ```
1.0
single-bin in udf can't get bin data - # bugs __________ **OS:** *Docker Image* **Aerospike version:** *5.2.0.6"* **Client version:** *Python 4.0.0" __________ - namespace-config ```bash single-bin: true data-in-index: true ``` - define udf ```lua function get(rec) local m = map() names = record.bin_names(rec) for i, name in ipairs(names) do m[name] = rec[name] end return m end function getval(rec) return rec[''] end ``` - invoke udf ```python as_client.put(key, {"": 1}) as_client.apply(key, "xapi", "get", []) as_client.apply(key, "xapi", "getval", []) ``` return ```json {} '' ```
priority
single bin in udf can t get bin data bugs os docker image aerospike version client version python namespace config bash single bin true data in index true define udf lua function get rec local m map names record bin names rec for i name in ipairs names do m rec end return m end function getval rec return rec end invoke udf python as client put key as client apply key xapi get as client apply key xapi getval return json
1
752,167
26,275,759,706
IssuesEvent
2023-01-06 21:49:17
rstudio/shiny
https://api.github.com/repos/rstudio/shiny
closed
Synchronous XMLHttpRequest on the main thread is deprecated
Difficulty: Advanced Effort: Medium Type: Enhancement :bulb: Priority: Medium
I'm getting the warning ``` Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/. ``` when loading an app in the `shinyapps.io` service, due to the use of `c.async="false"` in column 16511 of `jquery.min.js` or `xml.async = "false";` in line 8567 of `jquery.js`. It prevents the use of `$( document ).ready()` to execute js code when the document finishes loading.
1.0
Synchronous XMLHttpRequest on the main thread is deprecated - I'm getting the warning ``` Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/. ``` when loading an app in the `shinyapps.io` service, due to the use of `c.async="false"` in column 16511 of `jquery.min.js` or `xml.async = "false";` in line 8567 of `jquery.js`. It prevents the use of `$( document ).ready()` to execute js code when the document finishes loading.
priority
synchronous xmlhttprequest on the main thread is deprecated i m getting the warning synchronous xmlhttprequest on the main thread is deprecated because of its detrimental effects to the end user s experience for more help check when loading an app in the shinyapps io service due to the use of c async false in column of jquery min js or xml async false in line of jquery js it prevents the use of document ready to execute js code when the document finishes loading
1
24,880
2,674,281,156
IssuesEvent
2015-03-25 00:51:43
WeAreAthlon/silla.io
https://api.github.com/repos/WeAreAthlon/silla.io
closed
Add DB\Adapters\MySQLi
feature medium priority
Enable support for `MySQLi` - The _mysqli_ extension allows you to access the functionality provided by MySQL 4.1 and above. More information about the MySQLi can be found here http://php.net/manual/en/book.mysqli.php
1.0
Add DB\Adapters\MySQLi - Enable support for `MySQLi` - The _mysqli_ extension allows you to access the functionality provided by MySQL 4.1 and above. More information about the MySQLi can be found here http://php.net/manual/en/book.mysqli.php
priority
add db adapters mysqli enable support for mysqli the mysqli extension allows you to access the functionality provided by mysql and above more information about the mysqli can be found here
1
268,730
8,410,971,876
IssuesEvent
2018-10-12 12:30:40
Ensepro/core
https://api.github.com/repos/Ensepro/core
closed
Spotlight finds two entities inside a PROP
priority: medium type: question
What happens when this occurs? Example: - De que região é o Melon de Bourgogne?
1.0
Spotlight finds two entities inside a PROP - What happens when this occurs? Example: - De que região é o Melon de Bourgogne?
priority
spotlight finds two entities inside a prop what happens when this occurs example de que região é o melon de bourgogne
1
205,415
7,097,778,540
IssuesEvent
2018-01-14 22:57:25
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
When starting in a new world, the avatar creation screen often gets closed unintentionally
Medium Priority
Because something is hiding the cursor etc
1.0
When starting in a new world, the avatar creation screen often gets closed unintentionally - Because something is hiding the cursor etc
priority
when starting in a new world the avatar creation screen often gets closed unintentionally because something is hiding the cursor etc
1
722,332
24,859,143,411
IssuesEvent
2022-10-27 06:42:50
AY2223S1-CS2103T-W16-2/tp
https://api.github.com/repos/AY2223S1-CS2103T-W16-2/tp
closed
Fix continuous deployment release and tag names
type.enhancement priority.Medium bug
* Release name: Not very human-readable at the moment. * Tag name: Incorrect text parsing
1.0
Fix continuous deployment release and tag names - * Release name: Not very human-readable at the moment. * Tag name: Incorrect text parsing
priority
fix continuous deployment release and tag names release name not very human readable at the moment tag name incorrect text parsing
1
252,158
8,032,649,977
IssuesEvent
2018-07-28 17:48:44
hotosm/tasking-manager
https://api.github.com/repos/hotosm/tasking-manager
closed
Add timer to indicate time left on a checked out task
In Progress Medium Priority UI Refinement regression
The two hour time out seems to work, but there is no UI to indicate the count down as in TM2.
1.0
Add timer to indicate time left on a checked out task - The two hour time out seems to work, but there is no UI to indicate the count down as in TM2.
priority
add timer to indicate time left on a checked out task the two hour time out seems to work but there is no ui to indicate the count down as in
1
694,437
23,813,879,364
IssuesEvent
2022-09-05 03:14:58
labring/sealos
https://api.github.com/repos/labring/sealos
closed
sealos4.1.2 can not work on rocky linux 9
type: bug priority: medium
**Which command or component** sealos can not work here. **The Description of the bug** Describe the bug. **How to reproduce(pictures can be attached if necessary)** rocky linux 9 **Test Result** [root@rocky1 ~]# sealos images Segmentation fault (core dumped) **What you expected to happen** Expected to xxx **Operating environment** - Docker version: eg. 19.03 - Kubernetes version: eg.kube1.16.tar.gz - Sealos version: v4.1.2 - Operating system: eg. rocky linux 9 with kernel5.15 - Runtime environment: eg. physical machine (100G memory, 10 core cpu, 10T storage), virtual machine (virbox, 10G memory, 2 core cpu, 100G storage), cloud(aws, 10G memory, 2 core cpu, 100G storage) - Cluster size: eg 3 master, 3 node - Additional information: istio, dashboard ...
1.0
sealos4.1.2 can not work on rocky linux 9 - **Which command or component** sealos can not work here. **The Description of the bug** Describe the bug. **How to reproduce(pictures can be attached if necessary)** rocky linux 9 **Test Result** [root@rocky1 ~]# sealos images Segmentation fault (core dumped) **What you expected to happen** Expected to xxx **Operating environment** - Docker version: eg. 19.03 - Kubernetes version: eg.kube1.16.tar.gz - Sealos version: v4.1.2 - Operating system: eg. rocky linux 9 with kernel5.15 - Runtime environment: eg. physical machine (100G memory, 10 core cpu, 10T storage), virtual machine (virbox, 10G memory, 2 core cpu, 100G storage), cloud(aws, 10G memory, 2 core cpu, 100G storage) - Cluster size: eg 3 master, 3 node - Additional information: istio, dashboard ...
priority
can not work on rocky linux which command or component sealos can not work here the description of the bug describe the bug how to reproduce(pictures can be attached if necessary) rocky linux test result sealos images segmentation fault core dumped what you expected to happen expected to xxx operating environment docker version eg kubernetes version eg tar gz sealos version operating system eg rocky linux with runtime environment eg physical machine memory core cpu storage virtual machine virbox memory core cpu storage cloud aws memory core cpu storage cluster size eg master node additional information istio dashboard
1
268,968
8,418,424,673
IssuesEvent
2018-10-15 00:03:47
nim-lang/Nim
https://api.github.com/repos/nim-lang/Nim
closed
niminst: Order of platforms matters
Medium Priority Tools Won't fix
With these platforms: ``` [Project] Platforms: """ windows: amd64 linux: amd64 macosx: amd64 """ ``` settings for macosx (gcc options) are applied to all platform build scripts, so the script ends up not compiling on Linux because `-fasm-blocks` is not known.
1.0
niminst: Order of platforms matters - With these platforms: ``` [Project] Platforms: """ windows: amd64 linux: amd64 macosx: amd64 """ ``` settings for macosx (gcc options) are applied to all platform build scripts, so the script ends up not compiling on Linux because `-fasm-blocks` is not known.
priority
niminst order of platforms matters with these platforms platforms windows linux macosx settings for macosx gcc options are applied to all platform build scripts so the script ends up not compiling on linux because fasm blocks is not known
1
484,742
13,956,871,090
IssuesEvent
2020-10-24 03:28:01
AY2021S1-CS2103T-T17-3/tp
https://api.github.com/repos/AY2021S1-CS2103T-T17-3/tp
closed
As a job recruiter I want to have a way to blacklist candidates
priority.Medium type.Story
… so that I can take note not to consider candidates that do not respond or have poor attitude again in the future
1.0
As a job recruiter I want to have a way to blacklist candidates - … so that I can take note not to consider candidates that do not respond or have poor attitude again in the future
priority
as a job recruiter i want to have a way to blacklist candidates … so that i can take note not to consider candidates that do not respond or have poor attitude again in the future
1
53,211
3,037,057,161
IssuesEvent
2015-08-06 15:12:07
JasonBock/Rocks
https://api.github.com/repos/JasonBock/Rocks
opened
Create Code Generation Helper to Create Delegate + Target Method for Ref/Out Scenarios
enhancement help wanted Medium Priority
it would be nice to create a VS extension (or a code snippet, or .... something!) for Rocks where the developer could get a context menu option for a method that has a ref or an out and automatically generate the delegate and target method for them.
1.0
Create Code Generation Helper to Create Delegate + Target Method for Ref/Out Scenarios - it would be nice to create a VS extension (or a code snippet, or .... something!) for Rocks where the developer could get a context menu option for a method that has a ref or an out and automatically generate the delegate and target method for them.
priority
create code generation helper to create delegate target method for ref out scenarios it would be nice to create a vs extension or a code snippet or something for rocks where the developer could get a context menu option for a method that has a ref or an out and automatically generate the delegate and target method for them
1
806,816
29,892,935,497
IssuesEvent
2023-06-21 00:34:55
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[DocDB] Export metrics help/units in /prometheus-metrics
kind/enhancement area/docdb priority/medium
Jira Link: [DB-6345](https://yugabyte.atlassian.net/browse/DB-6345) ### Description Prometheus format suppors #HELP and #TYPE comments to pass the description/help of the metrics and the type to prometheus. Our current output format in `/prometheus-metrics` does not export any of this. However, we do have this as part of the metric-prototype. We should support exporting these details (preferably, guarded by a flag/url-parameter) so that customers who want/need them can find help for a give metric, without having to do a `git-grep` on our codebase. ### Warning: Please confirm that this issue does not contain any sensitive information - [X] I confirm this issue does not contain any sensitive information. [DB-6345]: https://yugabyte.atlassian.net/browse/DB-6345?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1.0
[DocDB] Export metrics help/units in /prometheus-metrics - Jira Link: [DB-6345](https://yugabyte.atlassian.net/browse/DB-6345) ### Description Prometheus format suppors #HELP and #TYPE comments to pass the description/help of the metrics and the type to prometheus. Our current output format in `/prometheus-metrics` does not export any of this. However, we do have this as part of the metric-prototype. We should support exporting these details (preferably, guarded by a flag/url-parameter) so that customers who want/need them can find help for a give metric, without having to do a `git-grep` on our codebase. ### Warning: Please confirm that this issue does not contain any sensitive information - [X] I confirm this issue does not contain any sensitive information. [DB-6345]: https://yugabyte.atlassian.net/browse/DB-6345?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
priority
export metrics help units in prometheus metrics jira link description prometheus format suppors help and type comments to pass the description help of the metrics and the type to prometheus our current output format in prometheus metrics does not export any of this however we do have this as part of the metric prototype we should support exporting these details preferably guarded by a flag url parameter so that customers who want need them can find help for a give metric without having to do a git grep on our codebase warning please confirm that this issue does not contain any sensitive information i confirm this issue does not contain any sensitive information
1
568,750
16,987,931,944
IssuesEvent
2021-06-30 16:25:08
inverse-inc/packetfence
https://api.github.com/repos/inverse-inc/packetfence
closed
Firewall SSO: add support for tenants
Priority: Medium Type: Feature / Enhancement
**Is your feature request related to a problem? Please describe.** In a multi-tenant configuration, there is no way to dedicate a firewall SSO configuration for a specific tenant. You can play on network to do SSO or on roles to trigger updates for specific tenant but they have to be unique which is not always the case (for networks). **Describe the solution you'd like** Dedicate firewall SSO per tenant.
1.0
Firewall SSO: add support for tenants - **Is your feature request related to a problem? Please describe.** In a multi-tenant configuration, there is no way to dedicate a firewall SSO configuration for a specific tenant. You can play on network to do SSO or on roles to trigger updates for specific tenant but they have to be unique which is not always the case (for networks). **Describe the solution you'd like** Dedicate firewall SSO per tenant.
priority
firewall sso add support for tenants is your feature request related to a problem please describe in a multi tenant configuration there is no way to dedicate a firewall sso configuration for a specific tenant you can play on network to do sso or on roles to trigger updates for specific tenant but they have to be unique which is not always the case for networks describe the solution you d like dedicate firewall sso per tenant
1
598,618
18,249,037,301
IssuesEvent
2021-10-01 23:45:49
trustwallet/wallet-core
https://api.github.com/repos/trustwallet/wallet-core
closed
[Bitcoin/Digibyte] Crash with many input UTXOs
enhancement priority: medium no-issue-activity
Crash was reported with an attempted transaction with a high number of input UTXOs -- over 48,000.
1.0
[Bitcoin/Digibyte] Crash with many input UTXOs - Crash was reported with an attempted transaction with a high number of input UTXOs -- over 48,000.
priority
crash with many input utxos crash was reported with an attempted transaction with a high number of input utxos over
1
737,570
25,521,856,497
IssuesEvent
2022-11-28 21:14:23
dogukanarslan/software-development-practice
https://api.github.com/repos/dogukanarslan/software-development-practice
closed
Make each pin belonging a user
enhancement priority: medium research effort: high state: approved
Currently, created pins does not belong to any user. Everyone can see all created pins. Creator of the pins must be defined. - [x] Add user id to pins - [x] List pins which belong to current user on /pins page
1.0
Make each pin belonging a user - Currently, created pins does not belong to any user. Everyone can see all created pins. Creator of the pins must be defined. - [x] Add user id to pins - [x] List pins which belong to current user on /pins page
priority
make each pin belonging a user currently created pins does not belong to any user everyone can see all created pins creator of the pins must be defined add user id to pins list pins which belong to current user on pins page
1
69,930
3,316,313,637
IssuesEvent
2015-11-06 16:23:30
TeselaGen/ve
https://api.github.com/repos/TeselaGen/ve
closed
j5 output sequences meaningful names
Customer: DAS Phase I Priority: Medium Protocols Status: Active Type: Enhancement
j5 output sequences should be named according to design instead of the generic pj5_0001.gb etc
1.0
j5 output sequences meaningful names - j5 output sequences should be named according to design instead of the generic pj5_0001.gb etc
priority
output sequences meaningful names output sequences should be named according to design instead of the generic gb etc
1
765,128
26,834,423,199
IssuesEvent
2023-02-02 18:18:55
gamefreedomgit/Maelstrom
https://api.github.com/repos/gamefreedomgit/Maelstrom
closed
[Talent] Level 31 Talent not Awarded
Class: Paladin Status: Need Info Talent Priority: Medium
[//]: # (REMBEMBER! Add links to things related to the bug using for example:) [//]: # (http://wowhead.com/) [//]: # (cata-twinhead.twinstar.cz) **Description:** The level 31 talent was not avaliable to spend. **How to reproduce:** Level to 31 on a Paladin (could be class specific) You can see on the below that 11 talent points have been used, only 1 is avaliable. My character is level 33 in the screenshot so there should be 2 points avaliable. I noticed that when leveling 31 a talent was not awarded but just assumed I may have spent it - leveling to 33 then caused the bug reported in https://github.com/gamefreedomgit/Maelstrom/issues/1469 so it could be that these two are related. ![Talent Tree](https://user-images.githubusercontent.com/6482585/209840816-9f153b22-df0e-43f3-b7ba-2b429e67cf76.PNG) **The following resolved the issue: Visting trainer, paying 10g to Learn Dual Spec, switching specs, then switching back, then spend the talent point** **How it should work:** Talent point should be avaliable to spend at level 31 **Database links:**
1.0
[Talent] Level 31 Talent not Awarded - [//]: # (REMBEMBER! Add links to things related to the bug using for example:) [//]: # (http://wowhead.com/) [//]: # (cata-twinhead.twinstar.cz) **Description:** The level 31 talent was not avaliable to spend. **How to reproduce:** Level to 31 on a Paladin (could be class specific) You can see on the below that 11 talent points have been used, only 1 is avaliable. My character is level 33 in the screenshot so there should be 2 points avaliable. I noticed that when leveling 31 a talent was not awarded but just assumed I may have spent it - leveling to 33 then caused the bug reported in https://github.com/gamefreedomgit/Maelstrom/issues/1469 so it could be that these two are related. ![Talent Tree](https://user-images.githubusercontent.com/6482585/209840816-9f153b22-df0e-43f3-b7ba-2b429e67cf76.PNG) **The following resolved the issue: Visting trainer, paying 10g to Learn Dual Spec, switching specs, then switching back, then spend the talent point** **How it should work:** Talent point should be avaliable to spend at level 31 **Database links:**
priority
level talent not awarded rembember add links to things related to the bug using for example cata twinhead twinstar cz description the level talent was not avaliable to spend how to reproduce level to on a paladin could be class specific you can see on the below that talent points have been used only is avaliable my character is level in the screenshot so there should be points avaliable i noticed that when leveling a talent was not awarded but just assumed i may have spent it leveling to then caused the bug reported in so it could be that these two are related the following resolved the issue visting trainer paying to learn dual spec switching specs then switching back then spend the talent point how it should work talent point should be avaliable to spend at level database links
1
349,352
10,467,866,136
IssuesEvent
2019-09-22 09:19:43
SkyrimTogether/issues-game
https://api.github.com/repos/SkyrimTogether/issues-game
closed
Bug with getting respawned but immediatly hitted by an enemy and getting to the down state again
comp: client priority: 2 (medium) type: bug
## Description My friend had a bug, when he was killed by a Whiterun Guard. He went into a down state, waiting for a revive. When he typed /respawn command in console he stud up with a half of hp. But after getting attacked by a Guard he went into a down state with a 1hp again. When he tried to type /respawn command again the console was sending a request a revive message or so. Saying, that he's not dead yet to be respawned again. ## Steps to reproduce How to reproduce this issue: 1. Start the game. 2. Connect to the server. 3. Got yourself downed by the enemy. 4. Make sure, that the enemy is still hitting your corpse. 5. Type /respawn command in console. 6. Get yourself respawned on the same place when you got downed by the enemy with a half of hp. 7. Enemy is attacking you again. 8. You're going into a down state again with 1hp. 9. Type /respawn command again and see an error message in a console. Attaching latest dmp files: https://drive.google.com/file/d/1WuT0timchUL3cW5YWTi8oDBIkHUGsvlC/view?usp=sharing https://drive.google.com/open?id=1fWFId8otnBmW_xbNzhg7B97qWoWecXHq https://drive.google.com/open?id=1abWhvPHg8mwtLy5IOqhr_prcKh8t9VQo ## Reproduction rate Mostly all the times, when you're trying to get respawned, while your corpse is still getting attacked by an enemy. ## Expected result To be respawned in a Shrine immediately without getting attacked by an enemy. Or having a temporary invincibility to be able to travel to the Shrine without getting any dmg by an enemy. ## Your environment * Game edition (choose on which edition do you have problems): * The Elder Scrolls V: Skyrim Special Edition * Skyrim Together Mod ## Evidence (optional) Don't have an evidence for this bug, i'm sorry 👎
1.0
Bug with getting respawned but immediatly hitted by an enemy and getting to the down state again - ## Description My friend had a bug, when he was killed by a Whiterun Guard. He went into a down state, waiting for a revive. When he typed /respawn command in console he stud up with a half of hp. But after getting attacked by a Guard he went into a down state with a 1hp again. When he tried to type /respawn command again the console was sending a request a revive message or so. Saying, that he's not dead yet to be respawned again. ## Steps to reproduce How to reproduce this issue: 1. Start the game. 2. Connect to the server. 3. Got yourself downed by the enemy. 4. Make sure, that the enemy is still hitting your corpse. 5. Type /respawn command in console. 6. Get yourself respawned on the same place when you got downed by the enemy with a half of hp. 7. Enemy is attacking you again. 8. You're going into a down state again with 1hp. 9. Type /respawn command again and see an error message in a console. Attaching latest dmp files: https://drive.google.com/file/d/1WuT0timchUL3cW5YWTi8oDBIkHUGsvlC/view?usp=sharing https://drive.google.com/open?id=1fWFId8otnBmW_xbNzhg7B97qWoWecXHq https://drive.google.com/open?id=1abWhvPHg8mwtLy5IOqhr_prcKh8t9VQo ## Reproduction rate Mostly all the times, when you're trying to get respawned, while your corpse is still getting attacked by an enemy. ## Expected result To be respawned in a Shrine immediately without getting attacked by an enemy. Or having a temporary invincibility to be able to travel to the Shrine without getting any dmg by an enemy. ## Your environment * Game edition (choose on which edition do you have problems): * The Elder Scrolls V: Skyrim Special Edition * Skyrim Together Mod ## Evidence (optional) Don't have an evidence for this bug, i'm sorry 👎
priority
bug with getting respawned but immediatly hitted by an enemy and getting to the down state again description my friend had a bug when he was killed by a whiterun guard he went into a down state waiting for a revive when he typed respawn command in console he stud up with a half of hp but after getting attacked by a guard he went into a down state with a again when he tried to type respawn command again the console was sending a request a revive message or so saying that he s not dead yet to be respawned again steps to reproduce how to reproduce this issue start the game connect to the server got yourself downed by the enemy make sure that the enemy is still hitting your corpse type respawn command in console get yourself respawned on the same place when you got downed by the enemy with a half of hp enemy is attacking you again you re going into a down state again with type respawn command again and see an error message in a console attaching latest dmp files reproduction rate mostly all the times when you re trying to get respawned while your corpse is still getting attacked by an enemy expected result to be respawned in a shrine immediately without getting attacked by an enemy or having a temporary invincibility to be able to travel to the shrine without getting any dmg by an enemy your environment game edition choose on which edition do you have problems the elder scrolls v skyrim special edition skyrim together mod evidence optional don t have an evidence for this bug i m sorry 👎
1
150,244
5,741,403,846
IssuesEvent
2017-04-24 05:33:00
evidenceontology/evidenceontology
https://api.github.com/repos/evidenceontology/evidenceontology
closed
Inference from background scientific knowledge about apoptosis used in manual assertion
auto-migrated GeneOntology-No Priority-Medium Type-New-Term
``` Hi Marcus, I don't think I ever requested the new ECO term for using GO:IC with apoptosis terms. Here is the information. It should be a child of ECO:0000306 inference from background scientific knowledge used in manual assertion Name: inference from background scientific knowledge about apoptosis used in manual assertion Def: A type of inference from background scientific knowledge about apoptotic processes that is used in a manual assertion. xref: GO_REF:0000057 "Gene Ontology annotations inferred by curators' judgment using experimental data and prior knowledge of apoptotic mechanisms." The evidence type should have the restriction that it may only be used with apoptotic process terms (in GO these are terms under GO:0006915). Thanks, Rachael. ``` Original issue reported on code.google.com by `rachhunt...@hotmail.com` on 5 Jul 2013 at 10:23
1.0
Inference from background scientific knowledge about apoptosis used in manual assertion - ``` Hi Marcus, I don't think I ever requested the new ECO term for using GO:IC with apoptosis terms. Here is the information. It should be a child of ECO:0000306 inference from background scientific knowledge used in manual assertion Name: inference from background scientific knowledge about apoptosis used in manual assertion Def: A type of inference from background scientific knowledge about apoptotic processes that is used in a manual assertion. xref: GO_REF:0000057 "Gene Ontology annotations inferred by curators' judgment using experimental data and prior knowledge of apoptotic mechanisms." The evidence type should have the restriction that it may only be used with apoptotic process terms (in GO these are terms under GO:0006915). Thanks, Rachael. ``` Original issue reported on code.google.com by `rachhunt...@hotmail.com` on 5 Jul 2013 at 10:23
priority
inference from background scientific knowledge about apoptosis used in manual assertion hi marcus i don t think i ever requested the new eco term for using go ic with apoptosis terms here is the information it should be a child of eco inference from background scientific knowledge used in manual assertion name inference from background scientific knowledge about apoptosis used in manual assertion def a type of inference from background scientific knowledge about apoptotic processes that is used in a manual assertion xref go ref gene ontology annotations inferred by curators judgment using experimental data and prior knowledge of apoptotic mechanisms the evidence type should have the restriction that it may only be used with apoptotic process terms in go these are terms under go thanks rachael original issue reported on code google com by rachhunt hotmail com on jul at
1
723,923
24,912,649,226
IssuesEvent
2022-10-30 02:37:05
Amulet-Team/Amulet-Map-Editor
https://api.github.com/repos/Amulet-Team/Amulet-Map-Editor
closed
[Bug Report] Black screen error OpenGL.error.GLError
type: bug state: more information needed state: stale priority: medium state: might be fixed
## Bug Report ### Current Behaviour: - Amulet freezes while loading a world and then switching to another world tab and the screen became black and stopped responding. ### Expected behavior: - I expected there not to be a black screen and to properly render my world. ### Steps To Reproduce: - Was not able to reproduce the error, I have attached the console log below. ### Environment: <!-- Please add the details of your environment. --> - OS: Windows 10 Pro - Minecraft Platform: Bedrock - Minecraft Version: 1.19.0 - Amulet Version: 0.9.6 ### Additional context - I was switching between two world tabs really quickly nothing was special about them they were both created in bedrock 1.19.0 and were normal flat worlds with some pasted structures from .scheme files from java 1.16.5. - Reloading Amulet resolved the issue and the issue did not persist even when loading both worlds in Amulet again. - I have also shared with you two screenshots of the issue when it happened. ```bat 2022-06-25 12:43:33,122 - minecraft_model_reader - INFO - Downloading java launcher manifest file. 2022-06-25 12:43:33,218 - minecraft_model_reader - INFO - Finished downloading java launcher manifest file. 2022-06-25 12:43:50,056 - amulet_map_editor - INFO - Creating texture atlas 2022-06-25 12:43:50,479 - amulet_map_editor - INFO - Trying to pack textures into image of size 4096x4096 2022-06-25 12:43:51,096 - amulet_map_editor - INFO - Successfully packed textures into an image of size 4096x4096 2022-06-25 12:43:51,125 - amulet_map_editor - INFO - Finished creating texture atlas 2022-06-25 12:43:52,286 - amulet_map_editor - INFO - Finished setting up texture atlas in OpenGL 2022-06-25 12:44:08,185 - amulet_core - INFO - Loading level C:\Users\USERNAME\AppData\Local\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\minecraftWorlds\saC2YmNOEAA= 2022-06-25 12:44:12,626 - amulet_map_editor - INFO - Finished setting up texture atlas in OpenGL Traceback (most recent call last): File "amulet_map_editor\programs\edit\plugins\tools\select.py", line 356, in _on_draw File "amulet_map_editor\programs\edit\api\renderer.py", line 242, in draw_sky_box File "amulet_map_editor\api\opengl\mesh\sky_box.py", line 66, in draw File "amulet_map_editor\api\opengl\mesh\tri_mesh.py", line 154, in draw File "amulet_map_editor\api\opengl\mesh\tri_mesh.py", line 157, in _draw File "OpenGL\error.py", line 234, in glCheckError OpenGL.error.GLError: GLError( err = 1281, description = b'invalid value', baseOperation = glUseProgram, cArguments = (3,) ) ``` ## Attachments N/A: ### Screenshots ![image](https://user-images.githubusercontent.com/17806994/175783162-19c6ff34-2491-4bea-ba68-de7a1281d95e.png) ![image](https://user-images.githubusercontent.com/17806994/175783179-e469c28d-f528-4226-a416-dba1705b28fd.png) ### Worlds N/A: I can not share the world sadly.
1.0
[Bug Report] Black screen error OpenGL.error.GLError - ## Bug Report ### Current Behaviour: - Amulet freezes while loading a world and then switching to another world tab and the screen became black and stopped responding. ### Expected behavior: - I expected there not to be a black screen and to properly render my world. ### Steps To Reproduce: - Was not able to reproduce the error, I have attached the console log below. ### Environment: <!-- Please add the details of your environment. --> - OS: Windows 10 Pro - Minecraft Platform: Bedrock - Minecraft Version: 1.19.0 - Amulet Version: 0.9.6 ### Additional context - I was switching between two world tabs really quickly nothing was special about them they were both created in bedrock 1.19.0 and were normal flat worlds with some pasted structures from .scheme files from java 1.16.5. - Reloading Amulet resolved the issue and the issue did not persist even when loading both worlds in Amulet again. - I have also shared with you two screenshots of the issue when it happened. ```bat 2022-06-25 12:43:33,122 - minecraft_model_reader - INFO - Downloading java launcher manifest file. 2022-06-25 12:43:33,218 - minecraft_model_reader - INFO - Finished downloading java launcher manifest file. 2022-06-25 12:43:50,056 - amulet_map_editor - INFO - Creating texture atlas 2022-06-25 12:43:50,479 - amulet_map_editor - INFO - Trying to pack textures into image of size 4096x4096 2022-06-25 12:43:51,096 - amulet_map_editor - INFO - Successfully packed textures into an image of size 4096x4096 2022-06-25 12:43:51,125 - amulet_map_editor - INFO - Finished creating texture atlas 2022-06-25 12:43:52,286 - amulet_map_editor - INFO - Finished setting up texture atlas in OpenGL 2022-06-25 12:44:08,185 - amulet_core - INFO - Loading level C:\Users\USERNAME\AppData\Local\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\minecraftWorlds\saC2YmNOEAA= 2022-06-25 12:44:12,626 - amulet_map_editor - INFO - Finished setting up texture atlas in OpenGL Traceback (most recent call last): File "amulet_map_editor\programs\edit\plugins\tools\select.py", line 356, in _on_draw File "amulet_map_editor\programs\edit\api\renderer.py", line 242, in draw_sky_box File "amulet_map_editor\api\opengl\mesh\sky_box.py", line 66, in draw File "amulet_map_editor\api\opengl\mesh\tri_mesh.py", line 154, in draw File "amulet_map_editor\api\opengl\mesh\tri_mesh.py", line 157, in _draw File "OpenGL\error.py", line 234, in glCheckError OpenGL.error.GLError: GLError( err = 1281, description = b'invalid value', baseOperation = glUseProgram, cArguments = (3,) ) ``` ## Attachments N/A: ### Screenshots ![image](https://user-images.githubusercontent.com/17806994/175783162-19c6ff34-2491-4bea-ba68-de7a1281d95e.png) ![image](https://user-images.githubusercontent.com/17806994/175783179-e469c28d-f528-4226-a416-dba1705b28fd.png) ### Worlds N/A: I can not share the world sadly.
priority
black screen error opengl error glerror bug report current behaviour amulet freezes while loading a world and then switching to another world tab and the screen became black and stopped responding expected behavior i expected there not to be a black screen and to properly render my world steps to reproduce was not able to reproduce the error i have attached the console log below environment os windows pro minecraft platform bedrock minecraft version amulet version additional context i was switching between two world tabs really quickly nothing was special about them they were both created in bedrock and were normal flat worlds with some pasted structures from scheme files from java reloading amulet resolved the issue and the issue did not persist even when loading both worlds in amulet again i have also shared with you two screenshots of the issue when it happened bat minecraft model reader info downloading java launcher manifest file minecraft model reader info finished downloading java launcher manifest file amulet map editor info creating texture atlas amulet map editor info trying to pack textures into image of size amulet map editor info successfully packed textures into an image of size amulet map editor info finished creating texture atlas amulet map editor info finished setting up texture atlas in opengl amulet core info loading level c users username appdata local packages microsoft minecraftuwp localstate games com mojang minecraftworlds amulet map editor info finished setting up texture atlas in opengl traceback most recent call last file amulet map editor programs edit plugins tools select py line in on draw file amulet map editor programs edit api renderer py line in draw sky box file amulet map editor api opengl mesh sky box py line in draw file amulet map editor api opengl mesh tri mesh py line in draw file amulet map editor api opengl mesh tri mesh py line in draw file opengl error py line in glcheckerror opengl error glerror glerror err description b invalid value baseoperation gluseprogram carguments attachments n a screenshots worlds n a i can not share the world sadly
1
353,069
10,548,484,110
IssuesEvent
2019-10-03 05:57:53
nestjsx/crud
https://api.github.com/repos/nestjsx/crud
closed
Support for left join in Get Query
priority: medium scope: typeorm type: enhancement
If a particular optional relation is not present for the entity, the entry is not included in the join result. https://github.com/nestjsx/crud/blob/69da293a13803c81aba0fa5aec86cd9b521a08e6/src/typeorm/repository-service.class.ts#L336
1.0
Support for left join in Get Query - If a particular optional relation is not present for the entity, the entry is not included in the join result. https://github.com/nestjsx/crud/blob/69da293a13803c81aba0fa5aec86cd9b521a08e6/src/typeorm/repository-service.class.ts#L336
priority
support for left join in get query if a particular optional relation is not present for the entity the entry is not included in the join result
1
444,507
12,813,803,902
IssuesEvent
2020-07-04 15:05:04
powertab/powertabeditor
https://api.github.com/repos/powertab/powertabeditor
closed
Incomplete Import of GP and PTE 1.7 file
C-guitarpro C-ptb1.7 bug medium priority
I compared one of my transcriptions (Joe Bonamassa - Faux Mantini), because someone imported my transcription in GP and placed it on Ultimate @#*^$. I also imported my version from 1.7. So 3 versions to compare, with the original in the middle. The GP import has a 4/4 beaming pattern (instead of 8/8 = 3-3-2) Chordnames and Text haven't been imported from GP. Vibrato and Bends haven't been imported from GP. Key Signature is only displayed on system 1 in GP. But what wonders me most: both imports miss a 1/16 note on beat 5!! ![incomplete import of gp and pte 1 7](https://cloud.githubusercontent.com/assets/8604110/4125006/b38ee1b8-32dd-11e4-89e9-4961c8170634.PNG)
1.0
Incomplete Import of GP and PTE 1.7 file - I compared one of my transcriptions (Joe Bonamassa - Faux Mantini), because someone imported my transcription in GP and placed it on Ultimate @#*^$. I also imported my version from 1.7. So 3 versions to compare, with the original in the middle. The GP import has a 4/4 beaming pattern (instead of 8/8 = 3-3-2) Chordnames and Text haven't been imported from GP. Vibrato and Bends haven't been imported from GP. Key Signature is only displayed on system 1 in GP. But what wonders me most: both imports miss a 1/16 note on beat 5!! ![incomplete import of gp and pte 1 7](https://cloud.githubusercontent.com/assets/8604110/4125006/b38ee1b8-32dd-11e4-89e9-4961c8170634.PNG)
priority
incomplete import of gp and pte file i compared one of my transcriptions joe bonamassa faux mantini because someone imported my transcription in gp and placed it on ultimate i also imported my version from so versions to compare with the original in the middle the gp import has a beaming pattern instead of chordnames and text haven t been imported from gp vibrato and bends haven t been imported from gp key signature is only displayed on system in gp but what wonders me most both imports miss a note on beat
1
296,769
9,125,860,348
IssuesEvent
2019-02-24 17:06:41
pixijs/pixi.js
https://api.github.com/repos/pixijs/pixi.js
closed
Paths in PIXI.Graphics get auto-closed when using PIXI.CanvasRenderer and beginFill
Plugin: Graphics Priority: Medium Renderer: Canvas Resolution: Won't Fix Type: Bug Version: v4.x
Hi, first of all, thanks for this really nice framework. PIXI basically spared me writing my own, bug-ridden abstraction from WebGL with a canvas fallback. One thing, that I believe to be a bug, I came across is a difference in render behavior between the WebGLRenderer and the CanvasRenderer. Assume a PIXI.Graphics object that draws an arc. If there is a beginFill command, even one with an alpha value of 0, the paths gets closed automatically in when using the PIXI.CanvasRenderer, while that is not the case with the WebGLRenderer. Example: https://jsfiddle.net/3snvu0dy/5/ PIXI version used in the fiddle should be 4.5.3. I see no differences between Chrome, Firefox and Safari on OSX. Expected behavior: Same rendering behavior for canvas and webGL. The arc is not closed. Experienced behavior: The arc is closed only when using PIXI.CanvasRenderer. I unfortunately did not have the time yet to dig into the PIXI code to see what causes the difference. Thanks in advance for considering this :)
1.0
Paths in PIXI.Graphics get auto-closed when using PIXI.CanvasRenderer and beginFill - Hi, first of all, thanks for this really nice framework. PIXI basically spared me writing my own, bug-ridden abstraction from WebGL with a canvas fallback. One thing, that I believe to be a bug, I came across is a difference in render behavior between the WebGLRenderer and the CanvasRenderer. Assume a PIXI.Graphics object that draws an arc. If there is a beginFill command, even one with an alpha value of 0, the paths gets closed automatically in when using the PIXI.CanvasRenderer, while that is not the case with the WebGLRenderer. Example: https://jsfiddle.net/3snvu0dy/5/ PIXI version used in the fiddle should be 4.5.3. I see no differences between Chrome, Firefox and Safari on OSX. Expected behavior: Same rendering behavior for canvas and webGL. The arc is not closed. Experienced behavior: The arc is closed only when using PIXI.CanvasRenderer. I unfortunately did not have the time yet to dig into the PIXI code to see what causes the difference. Thanks in advance for considering this :)
priority
paths in pixi graphics get auto closed when using pixi canvasrenderer and beginfill hi first of all thanks for this really nice framework pixi basically spared me writing my own bug ridden abstraction from webgl with a canvas fallback one thing that i believe to be a bug i came across is a difference in render behavior between the webglrenderer and the canvasrenderer assume a pixi graphics object that draws an arc if there is a beginfill command even one with an alpha value of the paths gets closed automatically in when using the pixi canvasrenderer while that is not the case with the webglrenderer example pixi version used in the fiddle should be i see no differences between chrome firefox and safari on osx expected behavior same rendering behavior for canvas and webgl the arc is not closed experienced behavior the arc is closed only when using pixi canvasrenderer i unfortunately did not have the time yet to dig into the pixi code to see what causes the difference thanks in advance for considering this
1
245,669
7,889,270,062
IssuesEvent
2018-06-28 03:01:42
Baystation12/Baystation12
https://api.github.com/repos/Baystation12/Baystation12
closed
another missing pipe leak on d4
BINGO! Map bug priority: medium
<!-- If a specific field doesn't apply, remove it! Anything inside tags like these is a comment and will not be displayed in the final issue. Be careful not to write inside them! Joke or spammed issues can and will result in punishment. PUT YOUR ANSWERS ON THE BLANK LINES BELOW THE HEADERS (The lines with four #'s) Don't edit them or delete them it's part of the formatting --> #### Description of issue <78,97,1> ![https://i.imgur.com/ZuIZiF5.png](https://i.imgur.com/ZuIZiF5.png) #### Difference between expected and actual behavior - #### Steps to reproduce - #### Specific information for locating <!-- e.g. an object name, paste specific message outputs... --> <78,97,1> #### Length of time in which bug has been known to occur <!-- Be specific if you approximately know the time it's been occurring for—this can speed up finding the source. If you're not sure about it, tell us too! --> recent #### Client version, Server revision & Game ID <!-- Found with the "Show server revision" verb in the OOC tab in game. --> Client Version: 511 Server Revision: 558e7eb2ed291487e0713bc220d81472ae31cb52 - dev - 2018-06-26 Game ID: bU4-cf4N Current map: SEV Torch #### Issue bingo Please check whatever applies. More checkboxes checked increase your chances of the issue being looked at sooner. <!-- Check these by writing an x inside the [ ] (like this: [x])--> <!-- Don't forget to remove the space between the brackets, or it won't work! --> - [x] Issue could be reproduced at least once - [x] Issue could be reproduced by different players - [x] Issue could be reproduced in multiple rounds - [x] Issue happened in a recent (less than 7 days ago) round - [x] [Couldn't find an existing issue about this](https://github.com/Baystation12/Baystation12/issues)
1.0
another missing pipe leak on d4 - <!-- If a specific field doesn't apply, remove it! Anything inside tags like these is a comment and will not be displayed in the final issue. Be careful not to write inside them! Joke or spammed issues can and will result in punishment. PUT YOUR ANSWERS ON THE BLANK LINES BELOW THE HEADERS (The lines with four #'s) Don't edit them or delete them it's part of the formatting --> #### Description of issue <78,97,1> ![https://i.imgur.com/ZuIZiF5.png](https://i.imgur.com/ZuIZiF5.png) #### Difference between expected and actual behavior - #### Steps to reproduce - #### Specific information for locating <!-- e.g. an object name, paste specific message outputs... --> <78,97,1> #### Length of time in which bug has been known to occur <!-- Be specific if you approximately know the time it's been occurring for—this can speed up finding the source. If you're not sure about it, tell us too! --> recent #### Client version, Server revision & Game ID <!-- Found with the "Show server revision" verb in the OOC tab in game. --> Client Version: 511 Server Revision: 558e7eb2ed291487e0713bc220d81472ae31cb52 - dev - 2018-06-26 Game ID: bU4-cf4N Current map: SEV Torch #### Issue bingo Please check whatever applies. More checkboxes checked increase your chances of the issue being looked at sooner. <!-- Check these by writing an x inside the [ ] (like this: [x])--> <!-- Don't forget to remove the space between the brackets, or it won't work! --> - [x] Issue could be reproduced at least once - [x] Issue could be reproduced by different players - [x] Issue could be reproduced in multiple rounds - [x] Issue happened in a recent (less than 7 days ago) round - [x] [Couldn't find an existing issue about this](https://github.com/Baystation12/Baystation12/issues)
priority
another missing pipe leak on if a specific field doesn t apply remove it anything inside tags like these is a comment and will not be displayed in the final issue be careful not to write inside them joke or spammed issues can and will result in punishment put your answers on the blank lines below the headers the lines with four s don t edit them or delete them it s part of the formatting description of issue difference between expected and actual behavior steps to reproduce specific information for locating length of time in which bug has been known to occur be specific if you approximately know the time it s been occurring for—this can speed up finding the source if you re not sure about it tell us too recent client version server revision game id client version server revision dev game id current map sev torch issue bingo please check whatever applies more checkboxes checked increase your chances of the issue being looked at sooner issue could be reproduced at least once issue could be reproduced by different players issue could be reproduced in multiple rounds issue happened in a recent less than days ago round
1
486,907
14,016,332,678
IssuesEvent
2020-10-29 14:24:18
AY2021S1-CS2103-F09-2/tp
https://api.github.com/repos/AY2021S1-CS2103-F09-2/tp
closed
Indicate Priority for Investigation Case
priority.Medium type.Story
As an investigator, I can indicate the priority for each investigation so that I can see which case needs to be handled first.
1.0
Indicate Priority for Investigation Case - As an investigator, I can indicate the priority for each investigation so that I can see which case needs to be handled first.
priority
indicate priority for investigation case as an investigator i can indicate the priority for each investigation so that i can see which case needs to be handled first
1
706,460
24,271,471,176
IssuesEvent
2022-09-28 10:37:18
netdata/netdata-cloud
https://api.github.com/repos/netdata/netdata-cloud
closed
[Bug]: Info field in alerts changes after a few seconds
bug priority/medium cloud-backend alerts-team
### Bug description The info field for alerts from the agent contains variables, that are replaced with text to be presented on alerts, etc. On the cloud when clicking on an alert, on the popup, the info field appears ok (with replaced variables), but after a few seconds it goes back to it's initial format (with variables placeholders). i.e. when clicking initially: ![image](https://user-images.githubusercontent.com/1905463/191552222-a7916eb9-4567-44a6-b6bb-246d67b4431f.png) And after a few seconds: ![image](https://user-images.githubusercontent.com/1905463/191552403-97d83079-27ce-4113-92b4-e9ce59a5245e.png) The alert is raised by 3 agents, so it could be that one of those sends a non replaced version, or it could be that the text is filled from the alert config? ### Expected behavior Present the info field as it exists in the alert event. ### Steps to reproduce 1. Click on a postgres alert on Netdata Cloud. 2. Observe the info field. ### Screenshots _No response_ ### Error Logs _No response_ ### Desktop OS: [e.g. iOS] Browser [e.g. chrome, safari] Browser Version [e.g. 22] ### Additional context _No response_
1.0
[Bug]: Info field in alerts changes after a few seconds - ### Bug description The info field for alerts from the agent contains variables, that are replaced with text to be presented on alerts, etc. On the cloud when clicking on an alert, on the popup, the info field appears ok (with replaced variables), but after a few seconds it goes back to it's initial format (with variables placeholders). i.e. when clicking initially: ![image](https://user-images.githubusercontent.com/1905463/191552222-a7916eb9-4567-44a6-b6bb-246d67b4431f.png) And after a few seconds: ![image](https://user-images.githubusercontent.com/1905463/191552403-97d83079-27ce-4113-92b4-e9ce59a5245e.png) The alert is raised by 3 agents, so it could be that one of those sends a non replaced version, or it could be that the text is filled from the alert config? ### Expected behavior Present the info field as it exists in the alert event. ### Steps to reproduce 1. Click on a postgres alert on Netdata Cloud. 2. Observe the info field. ### Screenshots _No response_ ### Error Logs _No response_ ### Desktop OS: [e.g. iOS] Browser [e.g. chrome, safari] Browser Version [e.g. 22] ### Additional context _No response_
priority
info field in alerts changes after a few seconds bug description the info field for alerts from the agent contains variables that are replaced with text to be presented on alerts etc on the cloud when clicking on an alert on the popup the info field appears ok with replaced variables but after a few seconds it goes back to it s initial format with variables placeholders i e when clicking initially and after a few seconds the alert is raised by agents so it could be that one of those sends a non replaced version or it could be that the text is filled from the alert config expected behavior present the info field as it exists in the alert event steps to reproduce click on a postgres alert on netdata cloud observe the info field screenshots no response error logs no response desktop os browser browser version additional context no response
1
112,967
4,540,866,527
IssuesEvent
2016-09-09 15:53:30
rm-code/On-The-Roadside
https://api.github.com/repos/rm-code/On-The-Roadside
closed
Grenades
Priority: Medium Status: Accepted Type: Feature
Grenades should follow somewhat realistic flying trajectories. When a grenade hits a world object it should be deflected correctly. It would also be nice to have some kind of bouncing / rolling behavior close to the target.
1.0
Grenades - Grenades should follow somewhat realistic flying trajectories. When a grenade hits a world object it should be deflected correctly. It would also be nice to have some kind of bouncing / rolling behavior close to the target.
priority
grenades grenades should follow somewhat realistic flying trajectories when a grenade hits a world object it should be deflected correctly it would also be nice to have some kind of bouncing rolling behavior close to the target
1
153,172
5,886,719,215
IssuesEvent
2017-05-17 04:13:30
minio/minio
https://api.github.com/repos/minio/minio
closed
[gateway-s3] Reject endpoint pointing to the gateway itself
priority: medium
## Expected Behavior The server shows an error when the passed endpoint points to the gateway server itself. ## Current Behavior The server shows the following error when trying to list buckets (for example): ``` 2017/05/09 10:53:09 http: Accept error: accept tcp [::]:9000: accept4: too many open files; retrying in 5ms 2017/05/09 10:53:09 http: Accept error: accept tcp [::]:9000: accept4: too many open files; retrying in 10ms 2017/05/09 10:53:09 http: Accept error: accept tcp [::]:9000: accept4: too many open files; retrying in 20ms 2017/05/09 10:53:09 http: Accept error: accept tcp [::]:9000: accept4: too many open files; retrying in 40ms 2017/05/09 10:53:09 http: Accept error: accept tcp [::]:9000: accept4: too many open files; retrying in 80ms 2017/05/09 10:53:09 http: Accept error: accept tcp [::]:9000: accept4: too many open files; retrying in 160ms 2017/05/09 10:53:09 http: Accept error: accept tcp [::]:9000: accept4: too many open files; retrying in 320ms 2017/05/09 10:53:10 http: Accept error: accept tcp [::]:9000: accept4: too many open files; retrying in 640ms 2017/05/09 10:53:10 http: Accept error: accept tcp [::]:9000: accept4: too many open files; retrying in 1s 2017/05/09 10:53:11 http: Accept error: accept tcp [::]:9000: accept4: too many open files; retrying in 1s 2017/05/09 10:53:12 http: Accept error: accept tcp [::]:9000: accept4: too many open files; retrying in 1s ``` ## Possible Solution Reject endpoint pointing to the gateway itself ## Steps to Reproduce (for bugs) 1. Run gateway `MINIO_ACCESS_KEY=minio MINIO_SECRET_KEY=minio123 minio gateway s3 http://localhost:9000` 2. List buckets `mc ls myminio/` ## Context Testing gateway. ## Your Environment All.
1.0
[gateway-s3] Reject endpoint pointing to the gateway itself - ## Expected Behavior The server shows an error when the passed endpoint points to the gateway server itself. ## Current Behavior The server shows the following error when trying to list buckets (for example): ``` 2017/05/09 10:53:09 http: Accept error: accept tcp [::]:9000: accept4: too many open files; retrying in 5ms 2017/05/09 10:53:09 http: Accept error: accept tcp [::]:9000: accept4: too many open files; retrying in 10ms 2017/05/09 10:53:09 http: Accept error: accept tcp [::]:9000: accept4: too many open files; retrying in 20ms 2017/05/09 10:53:09 http: Accept error: accept tcp [::]:9000: accept4: too many open files; retrying in 40ms 2017/05/09 10:53:09 http: Accept error: accept tcp [::]:9000: accept4: too many open files; retrying in 80ms 2017/05/09 10:53:09 http: Accept error: accept tcp [::]:9000: accept4: too many open files; retrying in 160ms 2017/05/09 10:53:09 http: Accept error: accept tcp [::]:9000: accept4: too many open files; retrying in 320ms 2017/05/09 10:53:10 http: Accept error: accept tcp [::]:9000: accept4: too many open files; retrying in 640ms 2017/05/09 10:53:10 http: Accept error: accept tcp [::]:9000: accept4: too many open files; retrying in 1s 2017/05/09 10:53:11 http: Accept error: accept tcp [::]:9000: accept4: too many open files; retrying in 1s 2017/05/09 10:53:12 http: Accept error: accept tcp [::]:9000: accept4: too many open files; retrying in 1s ``` ## Possible Solution Reject endpoint pointing to the gateway itself ## Steps to Reproduce (for bugs) 1. Run gateway `MINIO_ACCESS_KEY=minio MINIO_SECRET_KEY=minio123 minio gateway s3 http://localhost:9000` 2. List buckets `mc ls myminio/` ## Context Testing gateway. ## Your Environment All.
priority
reject endpoint pointing to the gateway itself expected behavior the server shows an error when the passed endpoint points to the gateway server itself current behavior the server shows the following error when trying to list buckets for example http accept error accept tcp too many open files retrying in http accept error accept tcp too many open files retrying in http accept error accept tcp too many open files retrying in http accept error accept tcp too many open files retrying in http accept error accept tcp too many open files retrying in http accept error accept tcp too many open files retrying in http accept error accept tcp too many open files retrying in http accept error accept tcp too many open files retrying in http accept error accept tcp too many open files retrying in http accept error accept tcp too many open files retrying in http accept error accept tcp too many open files retrying in possible solution reject endpoint pointing to the gateway itself steps to reproduce for bugs run gateway minio access key minio minio secret key minio gateway list buckets mc ls myminio context testing gateway your environment all
1
92,936
3,875,546,537
IssuesEvent
2016-04-12 01:48:08
neurodata/ndio
https://api.github.com/repos/neurodata/ndio
reopened
convert enumerations into human readable format (the enumeration)
medium priority
Add capability to convert enumerated value to enumeration
1.0
convert enumerations into human readable format (the enumeration) - Add capability to convert enumerated value to enumeration
priority
convert enumerations into human readable format the enumeration add capability to convert enumerated value to enumeration
1
806,211
29,806,055,878
IssuesEvent
2023-06-16 11:46:27
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[YSQL] Enhance auto_explain to print distributed stats in explain analyze
kind/enhancement area/ysql priority/medium
Jira Link: [DB-6661](https://yugabyte.atlassian.net/browse/DB-6661) ### Description To display the distributed statistics in explain plan we added a new key word `DIST` which can be passed in Explain command. Related issues : https://github.com/yugabyte/yugabyte-db/issues/11849 and https://github.com/yugabyte/yugabyte-db/issues/16294 We should add support for printing the distributed statistics using [auto_explain](https://www.postgresql.org/docs/11/auto-explain.html) extension 1. Always display the distributed statistics when `auto_explain.log_analyze` is turned on . 2. Add the `log_dist` flag which can be used to turn off distributed statistics . **auto_explain.log_dist (boolean)** ``` auto_explain.log_dist controls whether distributed details are printed when an execution plan is logged; it's equivalent to the DIST option of EXPLAIN. This parameter is off by default. Only superusers or yb_db_admin can change this setting. ``` ### Warning: Please confirm that this issue does not contain any sensitive information - [X] I confirm this issue does not contain any sensitive information. [DB-6661]: https://yugabyte.atlassian.net/browse/DB-6661?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1.0
[YSQL] Enhance auto_explain to print distributed stats in explain analyze - Jira Link: [DB-6661](https://yugabyte.atlassian.net/browse/DB-6661) ### Description To display the distributed statistics in explain plan we added a new key word `DIST` which can be passed in Explain command. Related issues : https://github.com/yugabyte/yugabyte-db/issues/11849 and https://github.com/yugabyte/yugabyte-db/issues/16294 We should add support for printing the distributed statistics using [auto_explain](https://www.postgresql.org/docs/11/auto-explain.html) extension 1. Always display the distributed statistics when `auto_explain.log_analyze` is turned on . 2. Add the `log_dist` flag which can be used to turn off distributed statistics . **auto_explain.log_dist (boolean)** ``` auto_explain.log_dist controls whether distributed details are printed when an execution plan is logged; it's equivalent to the DIST option of EXPLAIN. This parameter is off by default. Only superusers or yb_db_admin can change this setting. ``` ### Warning: Please confirm that this issue does not contain any sensitive information - [X] I confirm this issue does not contain any sensitive information. [DB-6661]: https://yugabyte.atlassian.net/browse/DB-6661?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
priority
enhance auto explain to print distributed stats in explain analyze jira link description to display the distributed statistics in explain plan we added a new key word dist which can be passed in explain command related issues and we should add support for printing the distributed statistics using extension always display the distributed statistics when auto explain log analyze is turned on add the log dist flag which can be used to turn off distributed statistics auto explain log dist boolean auto explain log dist controls whether distributed details are printed when an execution plan is logged it s equivalent to the dist option of explain this parameter is off by default only superusers or yb db admin can change this setting warning please confirm that this issue does not contain any sensitive information i confirm this issue does not contain any sensitive information
1
751,945
26,267,279,041
IssuesEvent
2023-01-06 13:46:08
projectdiscovery/httpx
https://api.github.com/repos/projectdiscovery/httpx
closed
adding delay between requests
Priority: Medium Status: Completed Type: Enhancement
Similar to https://github.com/projectdiscovery/tlsx/issues/34 ```console -d, -delay int delay between each http request in seconds ``` ------ Hello there ; while handling requests with some host, even modifying the -rl flag to be 1 and the -t to be 1 too ; the site keeps blocking me for awhile before making me send requests again [and this leads httpx to close with alot of urls left], using the following command : `$ cat Urls.txt | httpx -silent -rl 1 -t 1 ` so I worked around by doing : `$ while read line; do echo $line | httpx -silent | tee -a OUTPUT_File ; sleep 2; done < file_contains_all_the_Urls` my suggestion to add option to make delay between requests instead of depending on bash to do the sleep command and thx ❤
1.0
adding delay between requests - Similar to https://github.com/projectdiscovery/tlsx/issues/34 ```console -d, -delay int delay between each http request in seconds ``` ------ Hello there ; while handling requests with some host, even modifying the -rl flag to be 1 and the -t to be 1 too ; the site keeps blocking me for awhile before making me send requests again [and this leads httpx to close with alot of urls left], using the following command : `$ cat Urls.txt | httpx -silent -rl 1 -t 1 ` so I worked around by doing : `$ while read line; do echo $line | httpx -silent | tee -a OUTPUT_File ; sleep 2; done < file_contains_all_the_Urls` my suggestion to add option to make delay between requests instead of depending on bash to do the sleep command and thx ❤
priority
adding delay between requests similar to console d delay int delay between each http request in seconds hello there while handling requests with some host even modifying the rl flag to be and the t to be too the site keeps blocking me for awhile before making me send requests again using the following command cat urls txt httpx silent rl t so i worked around by doing while read line do echo line httpx silent tee a output file sleep done file contains all the urls my suggestion to add option to make delay between requests instead of depending on bash to do the sleep command and thx ❤
1
812,315
30,325,844,601
IssuesEvent
2023-07-10 23:53:55
berkeley-dsep-infra/datahub
https://api.github.com/repos/berkeley-dsep-infra/datahub
opened
No python popularity contest data for most hubs
bug priority: medium
### Bug description Most of the hubs are showing no data for the last 30 days, https://grafana.datahub.berkeley.edu/d/1EJ3WNi7z/python-popularity-contest?orgId=1&refresh=1m&from=now-30d&to=now. We were getting data at least a year ago based on https://github.com/berkeley-dsep-infra/datahub/issues/3571. biology and julia are showing data for 30d. data8 shows day when viewing 90d. ### Environment & setup When viewing grafana dashboard. ### How to reproduce 1. Go to https://grafana.datahub.berkeley.edu/d/1EJ3WNi7z/python-popularity-contest 2. Search for popcon data.
1.0
No python popularity contest data for most hubs - ### Bug description Most of the hubs are showing no data for the last 30 days, https://grafana.datahub.berkeley.edu/d/1EJ3WNi7z/python-popularity-contest?orgId=1&refresh=1m&from=now-30d&to=now. We were getting data at least a year ago based on https://github.com/berkeley-dsep-infra/datahub/issues/3571. biology and julia are showing data for 30d. data8 shows day when viewing 90d. ### Environment & setup When viewing grafana dashboard. ### How to reproduce 1. Go to https://grafana.datahub.berkeley.edu/d/1EJ3WNi7z/python-popularity-contest 2. Search for popcon data.
priority
no python popularity contest data for most hubs bug description most of the hubs are showing no data for the last days we were getting data at least a year ago based on biology and julia are showing data for shows day when viewing environment setup when viewing grafana dashboard how to reproduce go to search for popcon data
1
611,375
18,953,596,191
IssuesEvent
2021-11-18 17:33:16
bounswe/2021SpringGroup4
https://api.github.com/repos/bounswe/2021SpringGroup4
opened
Frontend : Implement and Design User Registration Page
Priority: Medium Status: In Progress Type: Development Frontend
Users could register to our website with their names, usernames and e-mails. We should develop a user registration(sign up) page with React js and integrate to backend APIs.
1.0
Frontend : Implement and Design User Registration Page - Users could register to our website with their names, usernames and e-mails. We should develop a user registration(sign up) page with React js and integrate to backend APIs.
priority
frontend implement and design user registration page users could register to our website with their names usernames and e mails we should develop a user registration sign up page with react js and integrate to backend apis
1
160,092
6,069,308,999
IssuesEvent
2017-06-15 03:49:42
googlei18n/noto-fonts
https://api.github.com/repos/googlei18n/noto-fonts
closed
Tai Viet issues
Android Priority-Medium Script-TaiViet
In Noto Sans Tai Viet, is it intentional that the marks and base letter overlap in ꪤꪸ ? See the attached sample HTML [blt.html.zip](https://github.com/googlei18n/noto-fonts/files/980708/blt.html.zip). The page loads the Alpha version of Noto Sans directly from GitHub as a web font. ![image](https://cloud.githubusercontent.com/assets/1527880/25770173/7a18bc80-31e3-11e7-8b07-e6e1d97b1006.png) Also, the type design for Noto Sans Tai Viet doesn’t seem to match the rest of Noto Sans. The shapes don’t seem very typographic; rather, it looks almost like a digitization of a hand-written font. Interestingly, this was also noticed by @lemzwerg when the two of us had worked together on auto-hinting the Tai Viet script. Finally, the point size is inconsistent with the other scripts, although this might also be a bug in the fontmake pipeline (check by exporting the font from Glyphs.app, and see if it behaves differently).
1.0
Tai Viet issues - In Noto Sans Tai Viet, is it intentional that the marks and base letter overlap in ꪤꪸ ? See the attached sample HTML [blt.html.zip](https://github.com/googlei18n/noto-fonts/files/980708/blt.html.zip). The page loads the Alpha version of Noto Sans directly from GitHub as a web font. ![image](https://cloud.githubusercontent.com/assets/1527880/25770173/7a18bc80-31e3-11e7-8b07-e6e1d97b1006.png) Also, the type design for Noto Sans Tai Viet doesn’t seem to match the rest of Noto Sans. The shapes don’t seem very typographic; rather, it looks almost like a digitization of a hand-written font. Interestingly, this was also noticed by @lemzwerg when the two of us had worked together on auto-hinting the Tai Viet script. Finally, the point size is inconsistent with the other scripts, although this might also be a bug in the fontmake pipeline (check by exporting the font from Glyphs.app, and see if it behaves differently).
priority
tai viet issues in noto sans tai viet is it intentional that the marks and base letter overlap in ꪤꪸ see the attached sample html the page loads the alpha version of noto sans directly from github as a web font also the type design for noto sans tai viet doesn’t seem to match the rest of noto sans the shapes don’t seem very typographic rather it looks almost like a digitization of a hand written font interestingly this was also noticed by lemzwerg when the two of us had worked together on auto hinting the tai viet script finally the point size is inconsistent with the other scripts although this might also be a bug in the fontmake pipeline check by exporting the font from glyphs app and see if it behaves differently
1
403,226
11,837,869,755
IssuesEvent
2020-03-23 14:50:00
medic/cht-core
https://api.github.com/repos/medic/cht-core
closed
Tasks not appearing on person profile before syncing has succeeded in 3.8.0
Priority: 2 - Medium Type: Bug
**Describe the bug** When working with 3.8.0, there is a delay before a task that is meant to show up immediately appears. A task meant to show immediately after a form submission doesn't show until after syncing has happened. **To Reproduce** Steps to reproduce the behavior: 1. configure for a task to show immediately after profile creation (person-create) 2. observe the task not appearing on the just created person's profile 3. after while click "Sync now" in the hamburger menu and observe the task show up after syncing completes **Expected behavior** The task should appear immediately. **Logs** n/a **Screenshots** **Environment** - Instance: local docker set up - Browser: Chrome - Client platform: Linux - App: webapp - Version: 3.8.0 **Additional context** I'm using a local docker setup for this on a browser.
1.0
Tasks not appearing on person profile before syncing has succeeded in 3.8.0 - **Describe the bug** When working with 3.8.0, there is a delay before a task that is meant to show up immediately appears. A task meant to show immediately after a form submission doesn't show until after syncing has happened. **To Reproduce** Steps to reproduce the behavior: 1. configure for a task to show immediately after profile creation (person-create) 2. observe the task not appearing on the just created person's profile 3. after while click "Sync now" in the hamburger menu and observe the task show up after syncing completes **Expected behavior** The task should appear immediately. **Logs** n/a **Screenshots** **Environment** - Instance: local docker set up - Browser: Chrome - Client platform: Linux - App: webapp - Version: 3.8.0 **Additional context** I'm using a local docker setup for this on a browser.
priority
tasks not appearing on person profile before syncing has succeeded in describe the bug when working with there is a delay before a task that is meant to show up immediately appears a task meant to show immediately after a form submission doesn t show until after syncing has happened to reproduce steps to reproduce the behavior configure for a task to show immediately after profile creation person create observe the task not appearing on the just created person s profile after while click sync now in the hamburger menu and observe the task show up after syncing completes expected behavior the task should appear immediately logs n a screenshots environment instance local docker set up browser chrome client platform linux app webapp version additional context i m using a local docker setup for this on a browser
1
561,585
16,619,544,496
IssuesEvent
2021-06-02 21:44:54
ansible/awx
https://api.github.com/repos/ansible/awx
closed
AWX 17.0.1: have to log in twice
component:ui flag:community priority:medium qe:regression state:in_progress type:bug
<!-- Issues are for **concrete, actionable bugs and feature requests** only - if you're just asking for debugging help or technical support, please use: - http://webchat.freenode.net/?channels=ansible-awx - https://groups.google.com/forum/#!forum/awx-project We have to limit this because of limited volunteer time to respond to issues! --> ##### ISSUE TYPE - Bug Report ##### SUMMARY Sometimes I have to log in twice to AWX ##### ENVIRONMENT * AWX version: 17.0.1 * AWX install method: docker on linux * Ansible version: 2.9.17 * Operating System: openSUSE Leap 15.2 * Web Browser: Firefox on linux and windows. ##### STEPS TO REPRODUCE Sometimes when I log in to AWX I get a popup that i can't read because it disappears too fast, and are redirected to the login page and have to log in again. ##### EXPECTED RESULTS I would expect that logging in on AWX would actually log me in. ##### ACTUAL RESULTS I log in to AWX, then I get a popup that i can't read because it disappears too fast, and are redirected to the login page and have to log in again. ##### ADDITIONAL INFORMATION just guessing: could this be happening because the previous session timed out or the browser was just closed, instead of properly logging out of AWX?
1.0
AWX 17.0.1: have to log in twice - <!-- Issues are for **concrete, actionable bugs and feature requests** only - if you're just asking for debugging help or technical support, please use: - http://webchat.freenode.net/?channels=ansible-awx - https://groups.google.com/forum/#!forum/awx-project We have to limit this because of limited volunteer time to respond to issues! --> ##### ISSUE TYPE - Bug Report ##### SUMMARY Sometimes I have to log in twice to AWX ##### ENVIRONMENT * AWX version: 17.0.1 * AWX install method: docker on linux * Ansible version: 2.9.17 * Operating System: openSUSE Leap 15.2 * Web Browser: Firefox on linux and windows. ##### STEPS TO REPRODUCE Sometimes when I log in to AWX I get a popup that i can't read because it disappears too fast, and are redirected to the login page and have to log in again. ##### EXPECTED RESULTS I would expect that logging in on AWX would actually log me in. ##### ACTUAL RESULTS I log in to AWX, then I get a popup that i can't read because it disappears too fast, and are redirected to the login page and have to log in again. ##### ADDITIONAL INFORMATION just guessing: could this be happening because the previous session timed out or the browser was just closed, instead of properly logging out of AWX?
priority
awx have to log in twice issues are for concrete actionable bugs and feature requests only if you re just asking for debugging help or technical support please use we have to limit this because of limited volunteer time to respond to issues issue type bug report summary sometimes i have to log in twice to awx environment awx version awx install method docker on linux ansible version operating system opensuse leap web browser firefox on linux and windows steps to reproduce sometimes when i log in to awx i get a popup that i can t read because it disappears too fast and are redirected to the login page and have to log in again expected results i would expect that logging in on awx would actually log me in actual results i log in to awx then i get a popup that i can t read because it disappears too fast and are redirected to the login page and have to log in again additional information just guessing could this be happening because the previous session timed out or the browser was just closed instead of properly logging out of awx
1
691,674
23,706,329,685
IssuesEvent
2022-08-30 01:46:41
chaotic-aur/packages
https://api.github.com/repos/chaotic-aur/packages
closed
[Request] zafiro-icon-theme
request:new-pkg priority:medium
### Link to the package(s) in the AUR https://aur.archlinux.org/packages/zafiro-icon-theme ### Utility this package has for you It is a very well maintained icon theme. We too create hundreds of icons for it. ### Do you consider the package(s) to be useful for every Chaotic-AUR user? YES! ### Do you consider the package to be useful for feature testing/preview? - [X] Yes ### Have you tested if the package builds in a clean chroot? - [X] Yes ### Does the package's license allow redistributing it? YES! ### Have you searched the issues to ensure this request is unique? - [X] YES! ### Have you read the README to ensure this package is not banned? - [X] YES! ### More information The git package is broken...
1.0
[Request] zafiro-icon-theme - ### Link to the package(s) in the AUR https://aur.archlinux.org/packages/zafiro-icon-theme ### Utility this package has for you It is a very well maintained icon theme. We too create hundreds of icons for it. ### Do you consider the package(s) to be useful for every Chaotic-AUR user? YES! ### Do you consider the package to be useful for feature testing/preview? - [X] Yes ### Have you tested if the package builds in a clean chroot? - [X] Yes ### Does the package's license allow redistributing it? YES! ### Have you searched the issues to ensure this request is unique? - [X] YES! ### Have you read the README to ensure this package is not banned? - [X] YES! ### More information The git package is broken...
priority
zafiro icon theme link to the package s in the aur utility this package has for you it is a very well maintained icon theme we too create hundreds of icons for it do you consider the package s to be useful for every chaotic aur user yes do you consider the package to be useful for feature testing preview yes have you tested if the package builds in a clean chroot yes does the package s license allow redistributing it yes have you searched the issues to ensure this request is unique yes have you read the readme to ensure this package is not banned yes more information the git package is broken
1
720,676
24,801,154,285
IssuesEvent
2022-10-24 21:53:24
kwing25/Women-Who-ve-Changed-Tech
https://api.github.com/repos/kwing25/Women-Who-ve-Changed-Tech
opened
Update/rearrange React src file structure (front end)...
Type: Enhancement hacktoberfest Status: In Progress Type: Maintenance Priority: Medium
# Update/ rearrange source files in main react apps. ## Summary Core react files need to be updated and new content needs to be added for front end of the project. Existing files are basic and need some updates... ## Suggestions - Different styles - Add TailwindCSS/ other CSS? - Get rid of proxy page and deploy main page - Get rid of emailjs - *other...?* ## Assignee(s) @kwing25, other... ### Status - [x] Started - [ ] In progress - [ ] Partially finished - [ ] Complete - [ ] Not complete - [ ] *other*
1.0
Update/rearrange React src file structure (front end)... - # Update/ rearrange source files in main react apps. ## Summary Core react files need to be updated and new content needs to be added for front end of the project. Existing files are basic and need some updates... ## Suggestions - Different styles - Add TailwindCSS/ other CSS? - Get rid of proxy page and deploy main page - Get rid of emailjs - *other...?* ## Assignee(s) @kwing25, other... ### Status - [x] Started - [ ] In progress - [ ] Partially finished - [ ] Complete - [ ] Not complete - [ ] *other*
priority
update rearrange react src file structure front end update rearrange source files in main react apps summary core react files need to be updated and new content needs to be added for front end of the project existing files are basic and need some updates suggestions different styles add tailwindcss other css get rid of proxy page and deploy main page get rid of emailjs other assignee s other status started in progress partially finished complete not complete other
1
77,791
3,507,265,319
IssuesEvent
2016-01-08 12:16:08
OregonCore/OregonCore
https://api.github.com/repos/OregonCore/OregonCore
closed
[Bug]Diminishing returns (BB #773)
Category: Spells migrated Priority: Medium Type: Bug
This issue was migrated from bitbucket. **Original Reporter:** Flywithme **Original Date:** 08.01.2015 16:05:32 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** wontfix **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/773 <hr> Garrote (Silence) - no diminishing. list: http://www.wowwiki.com/Diminishing_returns
1.0
[Bug]Diminishing returns (BB #773) - This issue was migrated from bitbucket. **Original Reporter:** Flywithme **Original Date:** 08.01.2015 16:05:32 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** wontfix **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/773 <hr> Garrote (Silence) - no diminishing. list: http://www.wowwiki.com/Diminishing_returns
priority
diminishing returns bb this issue was migrated from bitbucket original reporter flywithme original date gmt original priority major original type bug original state wontfix direct link garrote silence no diminishing list
1
341,247
10,290,855,800
IssuesEvent
2019-08-27 14:04:15
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
[Coverity CID :203482]Memory - corruptions in /subsys/net/lib/lwm2m/ipso_push_button.c
Coverity area: Networking bug priority: medium
Static code scan issues seen in File: /subsys/net/lib/lwm2m/ipso_push_button.c Category: Memory - corruptions Function: button_create Component: Networking CID: 203482 Please fix or provide comments to square it off in coverity in the link: https://scan9.coverity.com/reports.htm#v32951/p12996
1.0
[Coverity CID :203482]Memory - corruptions in /subsys/net/lib/lwm2m/ipso_push_button.c - Static code scan issues seen in File: /subsys/net/lib/lwm2m/ipso_push_button.c Category: Memory - corruptions Function: button_create Component: Networking CID: 203482 Please fix or provide comments to square it off in coverity in the link: https://scan9.coverity.com/reports.htm#v32951/p12996
priority
memory corruptions in subsys net lib ipso push button c static code scan issues seen in file subsys net lib ipso push button c category memory corruptions function button create component networking cid please fix or provide comments to square it off in coverity in the link
1
494,954
14,269,209,901
IssuesEvent
2020-11-21 00:33:59
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
camera_properties: Support setting with intrinsic matrix, possibly using CameraInfo
component: geometry perception priority: medium team: dynamics
Would like this to supersede #8850. @SeanCurtis-TRI I've assigned you for now given that it supersedes that issue, but can reassign if you'd like. (I could also reword that issue if you'd like.) Regarding this TODO comment: https://github.com/RobotLocomotion/drake/blob/594f1864b5ef654e1b4c4eaf0b2ef9a58e8334eb/geometry/render/camera_properties.h#L13-L16 Potential solutions could be actually using `CameraInfo`, or making a static factory method or something that takes an intrinsic matrix. For renderer support, I'm fine if a renderer currently chokes if it can't support a set of intrinsics (either a non-central principal point, unequal fx + fy, skew, etc.). \cc @thduynguyen Part of this could also involve adding back-projection utilities like what you requested, and then possibly have Anzu use this structure? (Bringing this up with minor relevance to #11878)
1.0
camera_properties: Support setting with intrinsic matrix, possibly using CameraInfo - Would like this to supersede #8850. @SeanCurtis-TRI I've assigned you for now given that it supersedes that issue, but can reassign if you'd like. (I could also reword that issue if you'd like.) Regarding this TODO comment: https://github.com/RobotLocomotion/drake/blob/594f1864b5ef654e1b4c4eaf0b2ef9a58e8334eb/geometry/render/camera_properties.h#L13-L16 Potential solutions could be actually using `CameraInfo`, or making a static factory method or something that takes an intrinsic matrix. For renderer support, I'm fine if a renderer currently chokes if it can't support a set of intrinsics (either a non-central principal point, unequal fx + fy, skew, etc.). \cc @thduynguyen Part of this could also involve adding back-projection utilities like what you requested, and then possibly have Anzu use this structure? (Bringing this up with minor relevance to #11878)
priority
camera properties support setting with intrinsic matrix possibly using camerainfo would like this to supersede seancurtis tri i ve assigned you for now given that it supersedes that issue but can reassign if you d like i could also reword that issue if you d like regarding this todo comment potential solutions could be actually using camerainfo or making a static factory method or something that takes an intrinsic matrix for renderer support i m fine if a renderer currently chokes if it can t support a set of intrinsics either a non central principal point unequal fx fy skew etc cc thduynguyen part of this could also involve adding back projection utilities like what you requested and then possibly have anzu use this structure bringing this up with minor relevance to
1
102,993
4,163,746,304
IssuesEvent
2016-06-18 09:30:14
ALitttleBitDifferent/AmbientPrologueBugs
https://api.github.com/repos/ALitttleBitDifferent/AmbientPrologueBugs
opened
Login Page displayed to long
bug Medium Priority
Submitted by jack Morton When I logged out and back in again, the login page was still being displayed over the main menu.
1.0
Login Page displayed to long - Submitted by jack Morton When I logged out and back in again, the login page was still being displayed over the main menu.
priority
login page displayed to long submitted by jack morton when i logged out and back in again the login page was still being displayed over the main menu
1
653,458
21,582,733,044
IssuesEvent
2022-05-02 20:36:49
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
opened
Meshcat browser auto-reconnect
team: manipulation priority: medium component: geometry illustration type: usability
Currently, if a user has a browser window open and connected to a live `geoemtry::Meshcat` service, but then re-starts their simulation program (or similarly, destroys the `Meshcat` object and recreates it within the same program), the browser window will no longer see any updates -- it is stuck on the old socket connection, which is no longer in service. When the websocket goes down, the browser code should attempt to reconnect to the same URL, in case the server comes back up. It will probably need to resync some state at that point (possibly as-if it were a new window in the first place, setting everything up from scratch?).
1.0
Meshcat browser auto-reconnect - Currently, if a user has a browser window open and connected to a live `geoemtry::Meshcat` service, but then re-starts their simulation program (or similarly, destroys the `Meshcat` object and recreates it within the same program), the browser window will no longer see any updates -- it is stuck on the old socket connection, which is no longer in service. When the websocket goes down, the browser code should attempt to reconnect to the same URL, in case the server comes back up. It will probably need to resync some state at that point (possibly as-if it were a new window in the first place, setting everything up from scratch?).
priority
meshcat browser auto reconnect currently if a user has a browser window open and connected to a live geoemtry meshcat service but then re starts their simulation program or similarly destroys the meshcat object and recreates it within the same program the browser window will no longer see any updates it is stuck on the old socket connection which is no longer in service when the websocket goes down the browser code should attempt to reconnect to the same url in case the server comes back up it will probably need to resync some state at that point possibly as if it were a new window in the first place setting everything up from scratch
1
56,003
3,075,627,352
IssuesEvent
2015-08-20 14:35:14
RobotiumTech/robotium
https://api.github.com/repos/RobotiumTech/robotium
closed
Robotium Recorder CRASH on save
bug imported Priority-Medium
_From [andreas....@gmail.com](https://code.google.com/u/117467103590668051173/) on November 09, 2014 23:04:49_ What steps will reproduce the problem? 1. Start Robotium Recorder 2. Select an apk or module and click next 3. Click "New Robotium Test" 4. Record a simple test e.g. Open and Close Navigation Drawer 5. Click "Stop" 6. Click "Save" 7. Give your test a name 8. Click "OK", Nothing happens and I get a crash in the IDE What is the expected output? What do you see instead? The "Save test"-dialog should close and the test should be saved when the user clicks OK in the dialog. What version of the product are you using? On what operating system? Android Studio (Beta) 0.8.14 Robotium Recorder 1.0.30 Please provide any additional information below. It seems like it is a NullPointerException that is causing this issue. Here is the stack trace of the crash in Android Studio: null java.lang.NullPointerException at com.robotium.recorder.b.c.e.e.a(e.java) at com.robotium.recorder.b.c.e.e.b(e.java) at com.robotium.recorder.b.c.e.e.c(e.java) at com.robotium.recorder.b.c.e.e.a(e.java) at com.robotium.recorder.b.g.g(g.java) at com.robotium.recorder.b.g.e(g.java) at com.robotium.recorder.intellij.wizard.ad.a(ad.java) at com.robotium.recorder.intellij.wizard.aN.a(aN.java) at com.robotium.recorder.intellij.wizard.aN.c(aN.java) at com.robotium.recorder.intellij.wizard.aB.actionPerformed(aB.java) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236) at java.awt.Component.processMouseEvent(Component.java:6414) at javax.swing.JComponent.processMouseEvent(JComponent.java:3275) at java.awt.Component.processEvent(Component.java:6179) at java.awt.Container.processEvent(Container.java:2084) at java.awt.Component.dispatchEventImpl(Component.java:4776) at java.awt.Container.dispatchEventImpl(Container.java:2142) at java.awt.Component.dispatchEvent(Component.java:4604) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4618) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4279) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4209) at java.awt.Container.dispatchEventImpl(Container.java:2128) at java.awt.Window.dispatchEventImpl(Window.java:2492) at java.awt.Component.dispatchEvent(Component.java:4604) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:717) at java.awt.EventQueue.access$400(EventQueue.java:82) at java.awt.EventQueue$2.run(EventQueue.java:676) at java.awt.EventQueue$2.run(EventQueue.java:674) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:97) at java.awt.EventQueue$3.run(EventQueue.java:690) at java.awt.EventQueue$3.run(EventQueue.java:688) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86) at java.awt.EventQueue.dispatchEvent(EventQueue.java:687) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:697) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:520) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:335) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:205) at java.awt.Dialog$1.run(Dialog.java:1049) at java.awt.Dialog$3.run(Dialog.java:1101) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:1099) at java.awt.Component.show(Component.java:1615) at java.awt.Component.setVisible(Component.java:1567) at java.awt.Window.setVisible(Window.java:846) at java.awt.Dialog.setVisible(Dialog.java:984) at com.robotium.recorder.intellij.wizard.aG.a(aG.java) at com.robotium.recorder.intellij.wizard.aj.actionPerformed(aj.java) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236) at java.awt.Component.processMouseEvent(Component.java:6414) at javax.swing.JComponent.processMouseEvent(JComponent.java:3275) at java.awt.Component.processEvent(Component.java:6179) at java.awt.Container.processEvent(Container.java:2084) at java.awt.Component.dispatchEventImpl(Component.java:4776) at java.awt.Container.dispatchEventImpl(Container.java:2142) at java.awt.Component.dispatchEvent(Component.java:4604) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4618) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4279) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4209) at java.awt.Container.dispatchEventImpl(Container.java:2128) at java.awt.Window.dispatchEventImpl(Window.java:2492) at java.awt.Component.dispatchEvent(Component.java:4604) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:717) at java.awt.EventQueue.access$400(EventQueue.java:82) at java.awt.EventQueue$2.run(EventQueue.java:676) at java.awt.EventQueue$2.run(EventQueue.java:674) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:97) at java.awt.EventQueue$3.run(EventQueue.java:690) at java.awt.EventQueue$3.run(EventQueue.java:688) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86) at java.awt.EventQueue.dispatchEvent(EventQueue.java:687) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:697) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:520) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:335) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:205) at java.awt.Dialog$1.run(Dialog.java:1049) at java.awt.Dialog$3.run(Dia... _Original issue: http://code.google.com/p/robotium/issues/detail?id=637_
1.0
Robotium Recorder CRASH on save - _From [andreas....@gmail.com](https://code.google.com/u/117467103590668051173/) on November 09, 2014 23:04:49_ What steps will reproduce the problem? 1. Start Robotium Recorder 2. Select an apk or module and click next 3. Click "New Robotium Test" 4. Record a simple test e.g. Open and Close Navigation Drawer 5. Click "Stop" 6. Click "Save" 7. Give your test a name 8. Click "OK", Nothing happens and I get a crash in the IDE What is the expected output? What do you see instead? The "Save test"-dialog should close and the test should be saved when the user clicks OK in the dialog. What version of the product are you using? On what operating system? Android Studio (Beta) 0.8.14 Robotium Recorder 1.0.30 Please provide any additional information below. It seems like it is a NullPointerException that is causing this issue. Here is the stack trace of the crash in Android Studio: null java.lang.NullPointerException at com.robotium.recorder.b.c.e.e.a(e.java) at com.robotium.recorder.b.c.e.e.b(e.java) at com.robotium.recorder.b.c.e.e.c(e.java) at com.robotium.recorder.b.c.e.e.a(e.java) at com.robotium.recorder.b.g.g(g.java) at com.robotium.recorder.b.g.e(g.java) at com.robotium.recorder.intellij.wizard.ad.a(ad.java) at com.robotium.recorder.intellij.wizard.aN.a(aN.java) at com.robotium.recorder.intellij.wizard.aN.c(aN.java) at com.robotium.recorder.intellij.wizard.aB.actionPerformed(aB.java) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236) at java.awt.Component.processMouseEvent(Component.java:6414) at javax.swing.JComponent.processMouseEvent(JComponent.java:3275) at java.awt.Component.processEvent(Component.java:6179) at java.awt.Container.processEvent(Container.java:2084) at java.awt.Component.dispatchEventImpl(Component.java:4776) at java.awt.Container.dispatchEventImpl(Container.java:2142) at java.awt.Component.dispatchEvent(Component.java:4604) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4618) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4279) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4209) at java.awt.Container.dispatchEventImpl(Container.java:2128) at java.awt.Window.dispatchEventImpl(Window.java:2492) at java.awt.Component.dispatchEvent(Component.java:4604) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:717) at java.awt.EventQueue.access$400(EventQueue.java:82) at java.awt.EventQueue$2.run(EventQueue.java:676) at java.awt.EventQueue$2.run(EventQueue.java:674) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:97) at java.awt.EventQueue$3.run(EventQueue.java:690) at java.awt.EventQueue$3.run(EventQueue.java:688) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86) at java.awt.EventQueue.dispatchEvent(EventQueue.java:687) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:697) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:520) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:335) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:205) at java.awt.Dialog$1.run(Dialog.java:1049) at java.awt.Dialog$3.run(Dialog.java:1101) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:1099) at java.awt.Component.show(Component.java:1615) at java.awt.Component.setVisible(Component.java:1567) at java.awt.Window.setVisible(Window.java:846) at java.awt.Dialog.setVisible(Dialog.java:984) at com.robotium.recorder.intellij.wizard.aG.a(aG.java) at com.robotium.recorder.intellij.wizard.aj.actionPerformed(aj.java) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236) at java.awt.Component.processMouseEvent(Component.java:6414) at javax.swing.JComponent.processMouseEvent(JComponent.java:3275) at java.awt.Component.processEvent(Component.java:6179) at java.awt.Container.processEvent(Container.java:2084) at java.awt.Component.dispatchEventImpl(Component.java:4776) at java.awt.Container.dispatchEventImpl(Container.java:2142) at java.awt.Component.dispatchEvent(Component.java:4604) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4618) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4279) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4209) at java.awt.Container.dispatchEventImpl(Container.java:2128) at java.awt.Window.dispatchEventImpl(Window.java:2492) at java.awt.Component.dispatchEvent(Component.java:4604) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:717) at java.awt.EventQueue.access$400(EventQueue.java:82) at java.awt.EventQueue$2.run(EventQueue.java:676) at java.awt.EventQueue$2.run(EventQueue.java:674) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:97) at java.awt.EventQueue$3.run(EventQueue.java:690) at java.awt.EventQueue$3.run(EventQueue.java:688) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86) at java.awt.EventQueue.dispatchEvent(EventQueue.java:687) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:697) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:520) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:335) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:205) at java.awt.Dialog$1.run(Dialog.java:1049) at java.awt.Dialog$3.run(Dia... _Original issue: http://code.google.com/p/robotium/issues/detail?id=637_
priority
robotium recorder crash on save from on november what steps will reproduce the problem start robotium recorder select an apk or module and click next click new robotium test record a simple test e g open and close navigation drawer click stop click save give your test a name click ok nothing happens and i get a crash in the ide what is the expected output what do you see instead the save test dialog should close and the test should be saved when the user clicks ok in the dialog what version of the product are you using on what operating system android studio beta robotium recorder please provide any additional information below it seems like it is a nullpointerexception that is causing this issue here is the stack trace of the crash in android studio null java lang nullpointerexception at com robotium recorder b c e e a e java at com robotium recorder b c e e b e java at com robotium recorder b c e e c e java at com robotium recorder b c e e a e java at com robotium recorder b g g g java at com robotium recorder b g e g java at com robotium recorder intellij wizard ad a ad java at com robotium recorder intellij wizard an a an java at com robotium recorder intellij wizard an c an java at com robotium recorder intellij wizard ab actionperformed ab java at javax swing abstractbutton fireactionperformed abstractbutton java at javax swing abstractbutton handler actionperformed abstractbutton java at javax swing defaultbuttonmodel fireactionperformed defaultbuttonmodel java at javax swing defaultbuttonmodel setpressed defaultbuttonmodel java at javax swing plaf basic basicbuttonlistener mousereleased basicbuttonlistener java at java awt component processmouseevent component java at javax swing jcomponent processmouseevent jcomponent java at java awt component processevent component java at java awt container processevent container java at java awt component dispatcheventimpl component java at java awt container dispatcheventimpl container java at java awt component dispatchevent component java at java awt lightweightdispatcher retargetmouseevent container java at java awt lightweightdispatcher processmouseevent container java at java awt lightweightdispatcher dispatchevent container java at java awt container dispatcheventimpl container java at java awt window dispatcheventimpl window java at java awt component dispatchevent component java at java awt eventqueue dispatcheventimpl eventqueue java at java awt eventqueue access eventqueue java at java awt eventqueue run eventqueue java at java awt eventqueue run eventqueue java at java security accesscontroller doprivileged native method at java security accesscontrolcontext dointersectionprivilege accesscontrolcontext java at java security accesscontrolcontext dointersectionprivilege accesscontrolcontext java at java awt eventqueue run eventqueue java at java awt eventqueue run eventqueue java at java security accesscontroller doprivileged native method at java security accesscontrolcontext dointersectionprivilege accesscontrolcontext java at java awt eventqueue dispatchevent eventqueue java at com intellij ide ideeventqueue defaultdispatchevent ideeventqueue java at com intellij ide ideeventqueue dispatchevent ideeventqueue java at com intellij ide ideeventqueue dispatchevent ideeventqueue java at java awt eventdispatchthread pumponeeventforfilters eventdispatchthread java at java awt eventdispatchthread pumpeventsforfilter eventdispatchthread java at java awt eventdispatchthread pumpeventsforfilter eventdispatchthread java at java awt dialog run dialog java at java awt dialog run dialog java at java security accesscontroller doprivileged native method at java awt dialog show dialog java at java awt component show component java at java awt component setvisible component java at java awt window setvisible window java at java awt dialog setvisible dialog java at com robotium recorder intellij wizard ag a ag java at com robotium recorder intellij wizard aj actionperformed aj java at javax swing abstractbutton fireactionperformed abstractbutton java at javax swing abstractbutton handler actionperformed abstractbutton java at javax swing defaultbuttonmodel fireactionperformed defaultbuttonmodel java at javax swing defaultbuttonmodel setpressed defaultbuttonmodel java at javax swing plaf basic basicbuttonlistener mousereleased basicbuttonlistener java at java awt component processmouseevent component java at javax swing jcomponent processmouseevent jcomponent java at java awt component processevent component java at java awt container processevent container java at java awt component dispatcheventimpl component java at java awt container dispatcheventimpl container java at java awt component dispatchevent component java at java awt lightweightdispatcher retargetmouseevent container java at java awt lightweightdispatcher processmouseevent container java at java awt lightweightdispatcher dispatchevent container java at java awt container dispatcheventimpl container java at java awt window dispatcheventimpl window java at java awt component dispatchevent component java at java awt eventqueue dispatcheventimpl eventqueue java at java awt eventqueue access eventqueue java at java awt eventqueue run eventqueue java at java awt eventqueue run eventqueue java at java security accesscontroller doprivileged native method at java security accesscontrolcontext dointersectionprivilege accesscontrolcontext java at java security accesscontrolcontext dointersectionprivilege accesscontrolcontext java at java awt eventqueue run eventqueue java at java awt eventqueue run eventqueue java at java security accesscontroller doprivileged native method at java security accesscontrolcontext dointersectionprivilege accesscontrolcontext java at java awt eventqueue dispatchevent eventqueue java at com intellij ide ideeventqueue defaultdispatchevent ideeventqueue java at com intellij ide ideeventqueue dispatchevent ideeventqueue java at com intellij ide ideeventqueue dispatchevent ideeventqueue java at java awt eventdispatchthread pumponeeventforfilters eventdispatchthread java at java awt eventdispatchthread pumpeventsforfilter eventdispatchthread java at java awt eventdispatchthread pumpeventsforfilter eventdispatchthread java at java awt dialog run dialog java at java awt dialog run dia original issue
1
385,593
11,423,093,561
IssuesEvent
2020-02-03 15:19:40
zowe/sample-spring-boot-api-service
https://api.github.com/repos/zowe/sample-spring-boot-api-service
reopened
Method not allowed missing error message?
Priority: Medium Type: Bug no-issue-activity
Maybe I'm missing something, but I removed any custom exception handlers in favor of what is being done in the commons jar: https://github.com/zowe/sample-spring-boot-api-service/blob/master/zowe-rest-api-commons-spring/src/main/java/org/zowe/commons/spring/CustomRestExceptionHandler.java For "403" I get the following response: ```json { "messages": [ { "messageType": "ERROR", "messageNumber": "ZWEAS403", "messageContent": "The user is not authorized to the target resource: Access is denied", "messageKey": "org.zowe.commons.rest.forbidden", "messageInstanceId": "11a3da12-4895-42b5-81b1-e8e5e092c88d" } ] } ``` For "405" I get no payload response? For us, its really not a big deal to have a message in the response body, the HTTP status is enough, but just wanted to check if this is expected behavior?
1.0
Method not allowed missing error message? - Maybe I'm missing something, but I removed any custom exception handlers in favor of what is being done in the commons jar: https://github.com/zowe/sample-spring-boot-api-service/blob/master/zowe-rest-api-commons-spring/src/main/java/org/zowe/commons/spring/CustomRestExceptionHandler.java For "403" I get the following response: ```json { "messages": [ { "messageType": "ERROR", "messageNumber": "ZWEAS403", "messageContent": "The user is not authorized to the target resource: Access is denied", "messageKey": "org.zowe.commons.rest.forbidden", "messageInstanceId": "11a3da12-4895-42b5-81b1-e8e5e092c88d" } ] } ``` For "405" I get no payload response? For us, its really not a big deal to have a message in the response body, the HTTP status is enough, but just wanted to check if this is expected behavior?
priority
method not allowed missing error message maybe i m missing something but i removed any custom exception handlers in favor of what is being done in the commons jar for i get the following response json messages messagetype error messagenumber messagecontent the user is not authorized to the target resource access is denied messagekey org zowe commons rest forbidden messageinstanceid for i get no payload response for us its really not a big deal to have a message in the response body the http status is enough but just wanted to check if this is expected behavior
1
163,057
6,189,135,585
IssuesEvent
2017-07-04 12:09:51
cjlee112/socraticqs2
https://api.github.com/repos/cjlee112/socraticqs2
closed
[12][8] [Gaston] Bring back the feature of assigning confidence to an answer (4)
Enhancement Major [Severity] Medium [Priority]
Students used to be able to assign confidence to their answers to questions in the old platform. This feature seems gone in the student's chat interface, it'll be nice to have it back in there.
1.0
[12][8] [Gaston] Bring back the feature of assigning confidence to an answer (4) - Students used to be able to assign confidence to their answers to questions in the old platform. This feature seems gone in the student's chat interface, it'll be nice to have it back in there.
priority
bring back the feature of assigning confidence to an answer students used to be able to assign confidence to their answers to questions in the old platform this feature seems gone in the student s chat interface it ll be nice to have it back in there
1
377,680
11,182,621,382
IssuesEvent
2019-12-31 09:31:48
luna/basegl
https://api.github.com/repos/luna/basegl
closed
BaseGL 2.0 GPU Buffer Management Pipeline
Category: Renderer Change: Breaking Difficulty: Core Contributor Epic Priority: Medium Status: Help Wanted Type: Enhancement
### Summary See the detailed description here: https://github.com/luna/enso/issues/206 . ### Value - Automatic GPU buffer pipeline management - Abstraction over low-level data management allowing for high-level utils building. ### Specification - The pipeline manager should work in a lazy fashion. Changing one component (e.g. attribute) should trigger changing only the dependent part during the next scene redraw iff the component is needed for the redraw (e.g. was placed on the scene). ### Acceptance Criteria & Test Cases - Implemented specification (above + linked epic) - Test cases - Detailed documentation
1.0
BaseGL 2.0 GPU Buffer Management Pipeline - ### Summary See the detailed description here: https://github.com/luna/enso/issues/206 . ### Value - Automatic GPU buffer pipeline management - Abstraction over low-level data management allowing for high-level utils building. ### Specification - The pipeline manager should work in a lazy fashion. Changing one component (e.g. attribute) should trigger changing only the dependent part during the next scene redraw iff the component is needed for the redraw (e.g. was placed on the scene). ### Acceptance Criteria & Test Cases - Implemented specification (above + linked epic) - Test cases - Detailed documentation
priority
basegl gpu buffer management pipeline summary see the detailed description here value automatic gpu buffer pipeline management abstraction over low level data management allowing for high level utils building specification the pipeline manager should work in a lazy fashion changing one component e g attribute should trigger changing only the dependent part during the next scene redraw iff the component is needed for the redraw e g was placed on the scene acceptance criteria test cases implemented specification above linked epic test cases detailed documentation
1
623,084
19,660,327,004
IssuesEvent
2022-01-10 16:23:35
buddyboss/buddyboss-platform
https://api.github.com/repos/buddyboss/buddyboss-platform
closed
Enable Sites Directory on Multisite
bug priority-medium Stale
**Describe the bug** On Multisite fresh install, sometime the "Sites Directory" is enabled, sometime not **Expected behavior** This must be enabled on every installation of BuddyBoss Platform/Theme setup **Screenshots** ![component](https://user-images.githubusercontent.com/58522224/83182472-fbaf8700-a158-11ea-8977-afedd8c0d64c.JPG) **Support ticket links** https://secure.helpscout.net/conversation/1161975036/73029?folderId=3701258 **Jira issue** : [PROD-947] [PROD-947]: https://buddyboss.atlassian.net/browse/PROD-947?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1.0
Enable Sites Directory on Multisite - **Describe the bug** On Multisite fresh install, sometime the "Sites Directory" is enabled, sometime not **Expected behavior** This must be enabled on every installation of BuddyBoss Platform/Theme setup **Screenshots** ![component](https://user-images.githubusercontent.com/58522224/83182472-fbaf8700-a158-11ea-8977-afedd8c0d64c.JPG) **Support ticket links** https://secure.helpscout.net/conversation/1161975036/73029?folderId=3701258 **Jira issue** : [PROD-947] [PROD-947]: https://buddyboss.atlassian.net/browse/PROD-947?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
priority
enable sites directory on multisite describe the bug on multisite fresh install sometime the sites directory is enabled sometime not expected behavior this must be enabled on every installation of buddyboss platform theme setup screenshots support ticket links jira issue
1
265,568
8,356,095,906
IssuesEvent
2018-10-02 17:29:24
CS2113-AY1819S1-T16-2/main
https://api.github.com/repos/CS2113-AY1819S1-T16-2/main
opened
[UI] Display events
priority.medium type.epic
For V1.1, display all events on browserTab. * [ ] Display event list with JavaFX. * [ ] Add test.
1.0
[UI] Display events - For V1.1, display all events on browserTab. * [ ] Display event list with JavaFX. * [ ] Add test.
priority
display events for display all events on browsertab display event list with javafx add test
1
526,185
15,283,064,729
IssuesEvent
2021-02-23 10:22:24
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Check repair transfer, sold out message, etc
Category: Gameplay Priority: Medium Squad: Otter Status: Fixed
As noted in https://github.com/StrangeLoopGames/Eco/pull/6890/files // TODO: Have a closer look afer finishing with transfers refactoring. Seems like some of the stuff should be moved. // TODO: Soldout message only. // TODO: Reimplement tests.
1.0
Check repair transfer, sold out message, etc - As noted in https://github.com/StrangeLoopGames/Eco/pull/6890/files // TODO: Have a closer look afer finishing with transfers refactoring. Seems like some of the stuff should be moved. // TODO: Soldout message only. // TODO: Reimplement tests.
priority
check repair transfer sold out message etc as noted in todo have a closer look afer finishing with transfers refactoring seems like some of the stuff should be moved todo soldout message only todo reimplement tests
1
773,466
27,158,767,225
IssuesEvent
2023-02-17 10:06:24
KDT3-miniproject-team1/backend
https://api.github.com/repos/KDT3-miniproject-team1/backend
closed
[Feat] 구매기능 구현
For : API Priority : Medium Status : In progress Type : Feature
## 🔨개발 할 기능 구매기능 구현 ## 🧩 세부 기능 해당 기능에 대한 세부 계획 작성 (ex. -[ ] 로그인 시 아이디 비번 입력 받기) - [x] 장바구니 entity에 purchase 추가 - [x] 구매기능 구현 - [x] 장바구니 출력 수정 ## 📖 참고 사항 구매 클릭시, purchase 1로 변경(default=0)
1.0
[Feat] 구매기능 구현 - ## 🔨개발 할 기능 구매기능 구현 ## 🧩 세부 기능 해당 기능에 대한 세부 계획 작성 (ex. -[ ] 로그인 시 아이디 비번 입력 받기) - [x] 장바구니 entity에 purchase 추가 - [x] 구매기능 구현 - [x] 장바구니 출력 수정 ## 📖 참고 사항 구매 클릭시, purchase 1로 변경(default=0)
priority
구매기능 구현 🔨개발 할 기능 구매기능 구현 🧩 세부 기능 해당 기능에 대한 세부 계획 작성 ex 로그인 시 아이디 비번 입력 받기 장바구니 entity에 purchase 추가 구매기능 구현 장바구니 출력 수정 📖 참고 사항 구매 클릭시 purchase 변경 default
1
279,418
8,665,129,238
IssuesEvent
2018-11-28 22:17:21
medic/medic-webapp
https://api.github.com/repos/medic/medic-webapp
closed
Can create people born in the future with standard configuration
Priority: 2 - Medium Type: Bug
...and if you do, their age appears as a positive number (instead of negative): <img width="279" alt="screen shot 2017-09-12 at 16 10 31" src="https://user-images.githubusercontent.com/191496/30333475-f09c3f88-97d4-11e7-9cd5-4db714a6b2bd.png"> <img width="406" alt="screen shot 2017-09-12 at 16 10 37" src="https://user-images.githubusercontent.com/191496/30333474-f0762abe-97d4-11e7-83e8-c959b61ba557.png">
1.0
Can create people born in the future with standard configuration - ...and if you do, their age appears as a positive number (instead of negative): <img width="279" alt="screen shot 2017-09-12 at 16 10 31" src="https://user-images.githubusercontent.com/191496/30333475-f09c3f88-97d4-11e7-9cd5-4db714a6b2bd.png"> <img width="406" alt="screen shot 2017-09-12 at 16 10 37" src="https://user-images.githubusercontent.com/191496/30333474-f0762abe-97d4-11e7-83e8-c959b61ba557.png">
priority
can create people born in the future with standard configuration and if you do their age appears as a positive number instead of negative img width alt screen shot at src img width alt screen shot at src
1
195,879
6,919,509,637
IssuesEvent
2017-11-29 15:40:03
uracreative/task-management
https://api.github.com/repos/uracreative/task-management
opened
Identihub website: transfer the files to Ura repo
Internal: Identihub Priority: Medium
Right now the repo files of the identihub.co website (which is a Github page) are at @AnXh3L0 Github account. We need to transfer these files at Ura repo. @Borisbudini please overview the process to make sure that everything looks good. Deadline: 6.12.2017.
1.0
Identihub website: transfer the files to Ura repo - Right now the repo files of the identihub.co website (which is a Github page) are at @AnXh3L0 Github account. We need to transfer these files at Ura repo. @Borisbudini please overview the process to make sure that everything looks good. Deadline: 6.12.2017.
priority
identihub website transfer the files to ura repo right now the repo files of the identihub co website which is a github page are at github account we need to transfer these files at ura repo borisbudini please overview the process to make sure that everything looks good deadline
1
583,501
17,390,500,759
IssuesEvent
2021-08-02 06:36:00
space-wizards/RobustToolbox
https://api.github.com/repos/space-wizards/RobustToolbox
opened
Remove PhysShapeRect
Area: Physics Priority: 2-medium Size: 2 - Small Type: Refactor
Box2D already handles the rotation about the body's origin now so it just doubles PhysShapeAabb atm.
1.0
Remove PhysShapeRect - Box2D already handles the rotation about the body's origin now so it just doubles PhysShapeAabb atm.
priority
remove physshaperect already handles the rotation about the body s origin now so it just doubles physshapeaabb atm
1
126,670
4,999,092,337
IssuesEvent
2016-12-09 22:03:31
octobercms/october
https://api.github.com/repos/octobercms/october
closed
Use halting and holder events for extensibility
Priority: Medium Status: Accepted Type: Maintenance
All events used to inherit or override any of the values must be rewritten, because many of them receive values from the listener, which entails the interruption of other listeners. From the code comments [#L223](https://github.com/laravel/framework/blob/5.1/src/Illuminate/Events/Dispatcher.php#L223): ``` // If a response is returned from the listener and event halting is enabled // we will just return this response, and not call the rest of the event // listeners. Otherwise we will add the response on the response list. ```
1.0
Use halting and holder events for extensibility - All events used to inherit or override any of the values must be rewritten, because many of them receive values from the listener, which entails the interruption of other listeners. From the code comments [#L223](https://github.com/laravel/framework/blob/5.1/src/Illuminate/Events/Dispatcher.php#L223): ``` // If a response is returned from the listener and event halting is enabled // we will just return this response, and not call the rest of the event // listeners. Otherwise we will add the response on the response list. ```
priority
use halting and holder events for extensibility all events used to inherit or override any of the values must be rewritten because many of them receive values from the listener which entails the interruption of other listeners from the code comments if a response is returned from the listener and event halting is enabled we will just return this response and not call the rest of the event listeners otherwise we will add the response on the response list
1
241,884
7,835,287,038
IssuesEvent
2018-06-17 02:47:36
IfyAniefuna/experiment_metadata
https://api.github.com/repos/IfyAniefuna/experiment_metadata
opened
Can't select out of a choice with initial screen
bug medium priority
With the initial screen, once you select one of the options on the drop-downs, though you don't "submit", you can't use the same drop-down to select the other option. You have to reload the page to get access to all option for each drop-down that had an option selected.
1.0
Can't select out of a choice with initial screen - With the initial screen, once you select one of the options on the drop-downs, though you don't "submit", you can't use the same drop-down to select the other option. You have to reload the page to get access to all option for each drop-down that had an option selected.
priority
can t select out of a choice with initial screen with the initial screen once you select one of the options on the drop downs though you don t submit you can t use the same drop down to select the other option you have to reload the page to get access to all option for each drop down that had an option selected
1
675,087
23,078,561,725
IssuesEvent
2022-07-26 03:51:57
krshname/username-checker
https://api.github.com/repos/krshname/username-checker
closed
[Docs]: Add a Contributing Guide
📄 aspect: text ⭐ goal: addition 🏁 status: ready for dev 🟨 priority: medium good first issue EddieHub:good-first-issue no issue activity
You can copy this [contributing guide](https://github.com/InnateComm/.github/blob/main/CONTRIBUTING.md) and just check if all the links work, may need a few changes because this is not on the same ORG (Links might be broken 😬)
1.0
[Docs]: Add a Contributing Guide - You can copy this [contributing guide](https://github.com/InnateComm/.github/blob/main/CONTRIBUTING.md) and just check if all the links work, may need a few changes because this is not on the same ORG (Links might be broken 😬)
priority
add a contributing guide you can copy this and just check if all the links work may need a few changes because this is not on the same org links might be broken 😬
1
744,014
25,923,794,262
IssuesEvent
2022-12-16 01:16:11
WordPress/Learn
https://api.github.com/repos/WordPress/Learn
closed
Displaying the Comments block in Block Themes - Tutorial
[Priority] Medium [Content Type] Tutorial 5.9 Ready for Review Review 1 complete 6.1
https://learn.wordpress.org/workshop/displaying-the-post-comments-block-in-block-themes/ Workshop is submitted through https://learn.wordpress.org/workshop-presenter-application/ CHECKLIST: Workshop Development Checklist - [x] Provide feedback of the idea - [ ] Workshop submitted to the team for Q/A review https://blog.wordpress.tv/submission-guidelines/ & https://make.wordpress.org/training/2021/08/17/proposal-brand-guidelines-for-learn-wordpress-content/ - [ ] Workshop submitted to WPTV https://wordpress.tv/submit-video/ - [x] Workshop created - [x] Workshop published on WPTV - [x] Workshop created on Learn.WordPress.org - [ ] Lesson plan has been published - [x] Vetted by instructional designers for content idea - [x] Vetted by deputies for contributor reputation - [x] Workshop published on Learn.WordPress.org - [x] Workshop announced to training team - [x] Workshop announced to creator - [x] Workshop announced to Marketing Team for promotion - [x] Workshop post is reviewed for grammar, spelling, etc. - [x] Workshop is captioned https://learn.wordpress.org/handbook/handbook/workshop-captions-and-transcripts/ - [ ] Gather feedback from workshop viewers/participants
1.0
Displaying the Comments block in Block Themes - Tutorial - https://learn.wordpress.org/workshop/displaying-the-post-comments-block-in-block-themes/ Workshop is submitted through https://learn.wordpress.org/workshop-presenter-application/ CHECKLIST: Workshop Development Checklist - [x] Provide feedback of the idea - [ ] Workshop submitted to the team for Q/A review https://blog.wordpress.tv/submission-guidelines/ & https://make.wordpress.org/training/2021/08/17/proposal-brand-guidelines-for-learn-wordpress-content/ - [ ] Workshop submitted to WPTV https://wordpress.tv/submit-video/ - [x] Workshop created - [x] Workshop published on WPTV - [x] Workshop created on Learn.WordPress.org - [ ] Lesson plan has been published - [x] Vetted by instructional designers for content idea - [x] Vetted by deputies for contributor reputation - [x] Workshop published on Learn.WordPress.org - [x] Workshop announced to training team - [x] Workshop announced to creator - [x] Workshop announced to Marketing Team for promotion - [x] Workshop post is reviewed for grammar, spelling, etc. - [x] Workshop is captioned https://learn.wordpress.org/handbook/handbook/workshop-captions-and-transcripts/ - [ ] Gather feedback from workshop viewers/participants
priority
displaying the comments block in block themes tutorial workshop is submitted through checklist workshop development checklist provide feedback of the idea workshop submitted to the team for q a review workshop submitted to wptv workshop created workshop published on wptv workshop created on learn wordpress org lesson plan has been published vetted by instructional designers for content idea vetted by deputies for contributor reputation workshop published on learn wordpress org workshop announced to training team workshop announced to creator workshop announced to marketing team for promotion workshop post is reviewed for grammar spelling etc workshop is captioned gather feedback from workshop viewers participants
1
779,757
27,365,158,603
IssuesEvent
2023-02-27 18:34:09
zowe/zowe-zdevops-jenkins-plugin
https://api.github.com/repos/zowe/zowe-zdevops-jenkins-plugin
opened
Freestyle jobs for existing declarative functions
priority-medium
Make freestyle jobs analogue for declarative functions
1.0
Freestyle jobs for existing declarative functions - Make freestyle jobs analogue for declarative functions
priority
freestyle jobs for existing declarative functions make freestyle jobs analogue for declarative functions
1
484,644
13,943,238,592
IssuesEvent
2020-10-22 22:37:11
SachaOropeza/AH64D-Project
https://api.github.com/repos/SachaOropeza/AH64D-Project
closed
Disabling laser from CPG position can leave it permanently on
bug medium priority
Steps to reproduce (from fresh helicopter and 2 people) | Step | Seat | Action | | :-: | :-: | :-- | | 1 | PLT | Perform startup procedure | | 2 | PLT | Switch left MFD to WPN | | 3 | PLT | Click on "LRFD FIRST" selection on the MFD (R5) | | 4 | CPG | Ensure laser designator is activated | | 5 | CPG | Switch left MFD to WPN | | 6 | CPG | Click on "LRFD FIRST" selection on the MFD (R5) | Expected result: * The gunner should no longer have the laser designator * The laser designator is turned off Actual result: * The gunner no longer has the laser designator * The laser designator is still on Thanks to "Lego Yoda" for reporting this!
1.0
Disabling laser from CPG position can leave it permanently on - Steps to reproduce (from fresh helicopter and 2 people) | Step | Seat | Action | | :-: | :-: | :-- | | 1 | PLT | Perform startup procedure | | 2 | PLT | Switch left MFD to WPN | | 3 | PLT | Click on "LRFD FIRST" selection on the MFD (R5) | | 4 | CPG | Ensure laser designator is activated | | 5 | CPG | Switch left MFD to WPN | | 6 | CPG | Click on "LRFD FIRST" selection on the MFD (R5) | Expected result: * The gunner should no longer have the laser designator * The laser designator is turned off Actual result: * The gunner no longer has the laser designator * The laser designator is still on Thanks to "Lego Yoda" for reporting this!
priority
disabling laser from cpg position can leave it permanently on steps to reproduce from fresh helicopter and people step seat action plt perform startup procedure plt switch left mfd to wpn plt click on lrfd first selection on the mfd cpg ensure laser designator is activated cpg switch left mfd to wpn cpg click on lrfd first selection on the mfd expected result the gunner should no longer have the laser designator the laser designator is turned off actual result the gunner no longer has the laser designator the laser designator is still on thanks to lego yoda for reporting this
1
67,030
3,265,305,624
IssuesEvent
2015-10-22 15:42:01
geoscience-community-codes/GISMO
https://api.github.com/repos/geoscience-community-codes/GISMO
opened
proposed scnlobject changes
auto-migrated Priority-Medium Type-Review
_From @GoogleCodeExporter on August 1, 2015 21:51_ ``` Purpose of code changes: Clean up code a little and increase usability. get.m - modified to make more readable, and reduce # of gyrations. - updated help text - took out "uppercase" for error message. char.m - added this function to return "." separated NSLC ex >> char(scnl) 'NET.STA.LOC.CHA' unique.m - simplified code set.m - modified for easier reading. Also this scales better (faster when the number of scnlobjects increases) eq.m - implemented. I don't know how "fast" it is... and it expects ONLY scnlobjects. scnlobject - added ability to create scnlobject from text: eg. scnlobject('NET.STA.LOC.CHA') This should make it easier to initialize, since you don't need to split a name up. I based this off r406. ``` Original issue reported on code.google.com by `celsobor...@gmail.com` on 5 Sep 2014 at 1:36 Attachments: * [@scnlobject.zip](https://storage.googleapis.com/google-code-attachments/gismotools/issue-35/comment-0/@scnlobject.zip) _Copied from original issue: giseislab/gismotools#35_
1.0
proposed scnlobject changes - _From @GoogleCodeExporter on August 1, 2015 21:51_ ``` Purpose of code changes: Clean up code a little and increase usability. get.m - modified to make more readable, and reduce # of gyrations. - updated help text - took out "uppercase" for error message. char.m - added this function to return "." separated NSLC ex >> char(scnl) 'NET.STA.LOC.CHA' unique.m - simplified code set.m - modified for easier reading. Also this scales better (faster when the number of scnlobjects increases) eq.m - implemented. I don't know how "fast" it is... and it expects ONLY scnlobjects. scnlobject - added ability to create scnlobject from text: eg. scnlobject('NET.STA.LOC.CHA') This should make it easier to initialize, since you don't need to split a name up. I based this off r406. ``` Original issue reported on code.google.com by `celsobor...@gmail.com` on 5 Sep 2014 at 1:36 Attachments: * [@scnlobject.zip](https://storage.googleapis.com/google-code-attachments/gismotools/issue-35/comment-0/@scnlobject.zip) _Copied from original issue: giseislab/gismotools#35_
priority
proposed scnlobject changes from googlecodeexporter on august purpose of code changes clean up code a little and increase usability get m modified to make more readable and reduce of gyrations updated help text took out uppercase for error message char m added this function to return separated nslc ex char scnl net sta loc cha unique m simplified code set m modified for easier reading also this scales better faster when the number of scnlobjects increases eq m implemented i don t know how fast it is and it expects only scnlobjects scnlobject added ability to create scnlobject from text eg scnlobject net sta loc cha this should make it easier to initialize since you don t need to split a name up i based this off original issue reported on code google com by celsobor gmail com on sep at attachments copied from original issue giseislab gismotools
1
206,353
7,111,841,007
IssuesEvent
2018-01-17 15:22:21
hackersatcambridge/hac-website
https://api.github.com/repos/hackersatcambridge/hac-website
opened
Stop using hard-coded links to our website
enhancement priority medium
Currently we have links to other pages in our codebase, but they're hard-coded. If we have multiple links to the same place, this means there are multiple sources of truth. We should probably stop hard-coding our URLs so if they change (as they will with `/beta/workshop`), we don't miss them. Something that is as easy as having one `WebsiteLink` struct with static functions could work (there are more elegant solutions).
1.0
Stop using hard-coded links to our website - Currently we have links to other pages in our codebase, but they're hard-coded. If we have multiple links to the same place, this means there are multiple sources of truth. We should probably stop hard-coding our URLs so if they change (as they will with `/beta/workshop`), we don't miss them. Something that is as easy as having one `WebsiteLink` struct with static functions could work (there are more elegant solutions).
priority
stop using hard coded links to our website currently we have links to other pages in our codebase but they re hard coded if we have multiple links to the same place this means there are multiple sources of truth we should probably stop hard coding our urls so if they change as they will with beta workshop we don t miss them something that is as easy as having one websitelink struct with static functions could work there are more elegant solutions
1
23,265
2,657,906,344
IssuesEvent
2015-03-18 12:37:51
jackjonesfashion/wiz
https://api.github.com/repos/jackjonesfashion/wiz
closed
Campaign Brief Dashboards
Priority: medium
Dashboards for Operations / Creative with listing of Campaign Briefs and relevant dates. Add Assignee to Campaign brief, and prioritization (possibly commercial value)
1.0
Campaign Brief Dashboards - Dashboards for Operations / Creative with listing of Campaign Briefs and relevant dates. Add Assignee to Campaign brief, and prioritization (possibly commercial value)
priority
campaign brief dashboards dashboards for operations creative with listing of campaign briefs and relevant dates add assignee to campaign brief and prioritization possibly commercial value
1
128,334
5,053,336,203
IssuesEvent
2016-12-21 07:42:31
ObjectiveSubject/cgu
https://api.github.com/repos/ObjectiveSubject/cgu
closed
Academics: Program filters
enhancement Medium Priority
@kpettinga I have a couple of design and UX changes here, I'll create a list to help make these digestible. - [ ] The selected program bar doesn't stick to the main navigation when scrolling down. This might be useful especially when the user selects multiple programs. - [ ] Make the text in the box h4 and black text. ![image](https://cloud.githubusercontent.com/assets/12611145/20218279/c6ffdce4-a7f1-11e6-831d-c5e5d48103f9.png) - [ ] Change the program text to h4 & Black also to match the "Masters and Doctoral" boxes. ![image](https://cloud.githubusercontent.com/assets/12611145/20218311/f16ae6b8-a7f1-11e6-93d4-512371ebd0b6.png) - [ ] Even though we're in the Academics section shouldn't the page header say programs? I went to change the header but the entire nav etc changed. I think I want to clarify this is the programs page without having the sub-header saying Programs below the lead paragraph. I thought it would be Academics is the section and programs is the page. (cc. @Jessdwilson) - [ ] We should change those subheaders which talk about filtering. If we need two messages to prompt the user then the first message isn't clear enough. Should the first message say: "FILTER THE OPTIONS TO NARROW YOUR SEARCH"?! (cc. @Jessdwilson) - [ ] @Jessdwilson can we recommend an image in the header as this is one of the most important pages on the site?!
1.0
Academics: Program filters - @kpettinga I have a couple of design and UX changes here, I'll create a list to help make these digestible. - [ ] The selected program bar doesn't stick to the main navigation when scrolling down. This might be useful especially when the user selects multiple programs. - [ ] Make the text in the box h4 and black text. ![image](https://cloud.githubusercontent.com/assets/12611145/20218279/c6ffdce4-a7f1-11e6-831d-c5e5d48103f9.png) - [ ] Change the program text to h4 & Black also to match the "Masters and Doctoral" boxes. ![image](https://cloud.githubusercontent.com/assets/12611145/20218311/f16ae6b8-a7f1-11e6-93d4-512371ebd0b6.png) - [ ] Even though we're in the Academics section shouldn't the page header say programs? I went to change the header but the entire nav etc changed. I think I want to clarify this is the programs page without having the sub-header saying Programs below the lead paragraph. I thought it would be Academics is the section and programs is the page. (cc. @Jessdwilson) - [ ] We should change those subheaders which talk about filtering. If we need two messages to prompt the user then the first message isn't clear enough. Should the first message say: "FILTER THE OPTIONS TO NARROW YOUR SEARCH"?! (cc. @Jessdwilson) - [ ] @Jessdwilson can we recommend an image in the header as this is one of the most important pages on the site?!
priority
academics program filters kpettinga i have a couple of design and ux changes here i ll create a list to help make these digestible the selected program bar doesn t stick to the main navigation when scrolling down this might be useful especially when the user selects multiple programs make the text in the box and black text change the program text to black also to match the masters and doctoral boxes even though we re in the academics section shouldn t the page header say programs i went to change the header but the entire nav etc changed i think i want to clarify this is the programs page without having the sub header saying programs below the lead paragraph i thought it would be academics is the section and programs is the page cc jessdwilson we should change those subheaders which talk about filtering if we need two messages to prompt the user then the first message isn t clear enough should the first message say filter the options to narrow your search cc jessdwilson jessdwilson can we recommend an image in the header as this is one of the most important pages on the site
1
409,587
11,965,143,785
IssuesEvent
2020-04-05 22:11:37
ChainSafe/gossamer
https://api.github.com/repos/ChainSafe/gossamer
opened
Update and add github repo docs
Priority: 3 - Medium docs
## Expected Behavior GitHub provides the option for templates to differentiate issues opened that we should look into and create separate templates for Bug, Feature, and Maintenance. The amount of text in the issue and pull request templates should be updated and cleaned up. We are missing a copy of `CODE_OF_CONDUCT` in our `.github` docs.
1.0
Update and add github repo docs - ## Expected Behavior GitHub provides the option for templates to differentiate issues opened that we should look into and create separate templates for Bug, Feature, and Maintenance. The amount of text in the issue and pull request templates should be updated and cleaned up. We are missing a copy of `CODE_OF_CONDUCT` in our `.github` docs.
priority
update and add github repo docs expected behavior github provides the option for templates to differentiate issues opened that we should look into and create separate templates for bug feature and maintenance the amount of text in the issue and pull request templates should be updated and cleaned up we are missing a copy of code of conduct in our github docs
1
411,131
12,014,884,574
IssuesEvent
2020-04-10 12:40:57
geosolutions-it/ckanext-faoclh
https://api.github.com/repos/geosolutions-it/ckanext-faoclh
opened
Export of Dataset
Priority: Medium
The structure of the export should include only the fields below: title Dataset Topics Dataset (comma delimited) Tags Dataset (comma delimited) ""Kind of Activity"" Dataset ""Type of Resource"" Dataset title Resource format Resource ""Year of release"" Resource ​It is enough for the client to have this functionality available inside the same admin page used to manage vocabularies (see issue #28). ### Other useful information The client required Excel format but also **CSV** can be used, we need to consider the possibility where CKAN has several datasets and in this situation it will take a lot of time to generate the export file. **Solution:** We can create a cron based script to generate a csv dump using [ckanapi-exporter](https://github.com/ckan/ckanapi-exporter). The updated file will be accessible for download at a given URL. Within this issue we need to include and configure the mentioned extension above in the FAO CLH CKAN installation making it working properly, then the README file must be updated by reporting the installation and configuration procedure: we can consider to provide a new section in the README file where all additional extensions ade documented in the same way.
1.0
Export of Dataset - The structure of the export should include only the fields below: title Dataset Topics Dataset (comma delimited) Tags Dataset (comma delimited) ""Kind of Activity"" Dataset ""Type of Resource"" Dataset title Resource format Resource ""Year of release"" Resource ​It is enough for the client to have this functionality available inside the same admin page used to manage vocabularies (see issue #28). ### Other useful information The client required Excel format but also **CSV** can be used, we need to consider the possibility where CKAN has several datasets and in this situation it will take a lot of time to generate the export file. **Solution:** We can create a cron based script to generate a csv dump using [ckanapi-exporter](https://github.com/ckan/ckanapi-exporter). The updated file will be accessible for download at a given URL. Within this issue we need to include and configure the mentioned extension above in the FAO CLH CKAN installation making it working properly, then the README file must be updated by reporting the installation and configuration procedure: we can consider to provide a new section in the README file where all additional extensions ade documented in the same way.
priority
export of dataset the structure of the export should include only the fields below title dataset topics dataset comma delimited tags dataset comma delimited kind of activity dataset type of resource dataset title resource format resource year of release resource ​it is enough for the client to have this functionality available inside the same admin page used to manage vocabularies see issue other useful information the client required excel format but also csv can be used we need to consider the possibility where ckan has several datasets and in this situation it will take a lot of time to generate the export file solution we can create a cron based script to generate a csv dump using the updated file will be accessible for download at a given url within this issue we need to include and configure the mentioned extension above in the fao clh ckan installation making it working properly then the readme file must be updated by reporting the installation and configuration procedure we can consider to provide a new section in the readme file where all additional extensions ade documented in the same way
1
258,870
8,180,376,710
IssuesEvent
2018-08-28 19:16:16
mark-cunningham/Impact
https://api.github.com/repos/mark-cunningham/Impact
closed
Error when copy and pasting text into field
Priority: Medium
Copying the text from the attached document into ImprovementPlan plan_description field causes data not to save (most likely because the form is_valid() is failing, but just not displaying an error. [Factors Influencing the Improvement Plan.docx](https://github.com/mark-cunningham/Impact/files/2248818/Factors.Influencing.the.Improvement.Plan.docx)
1.0
Error when copy and pasting text into field - Copying the text from the attached document into ImprovementPlan plan_description field causes data not to save (most likely because the form is_valid() is failing, but just not displaying an error. [Factors Influencing the Improvement Plan.docx](https://github.com/mark-cunningham/Impact/files/2248818/Factors.Influencing.the.Improvement.Plan.docx)
priority
error when copy and pasting text into field copying the text from the attached document into improvementplan plan description field causes data not to save most likely because the form is valid is failing but just not displaying an error
1
473,700
13,646,226,478
IssuesEvent
2020-09-25 22:35:32
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
RgbdRendererOspray::ImplRegisterVisual() -- only allows for a single geometry
component: geometry externals priority: medium team: dynamics
## Description If multiple geometries are assigned to an `RgbdRendererOspray` only the *last* geometry will appear. ## Solution `RgbdRendererOspray::Impl` has [two members](https://github.com/RobotLocomotion/drake/blob/master/systems/sensors/rgbd_renderer_ospray.cc#L154): - `std::array<vtkNew<vtkActor>, kNumOutputImage> actors_;` - `std::array<vtkNew<vtkPolyDataMapper>, kNumOutputImage> mappers_;` For each registered visual, it assigns geometry to the common actors array and connects them to the common mappers. If you contrast that with the implementation in `RgbdRendererVTK::Impl` you'll note that each invocation of `ImplRegisterVisual()` [instantiates a unique set of actors and mappers](https://github.com/RobotLocomotion/drake/blob/master/systems/sensors/rgbd_renderer_vtk.cc#L421). `RgbdRendererOspray` should mirror this behavior. When it is modified to match, then all registered geometries appear.
1.0
RgbdRendererOspray::ImplRegisterVisual() -- only allows for a single geometry - ## Description If multiple geometries are assigned to an `RgbdRendererOspray` only the *last* geometry will appear. ## Solution `RgbdRendererOspray::Impl` has [two members](https://github.com/RobotLocomotion/drake/blob/master/systems/sensors/rgbd_renderer_ospray.cc#L154): - `std::array<vtkNew<vtkActor>, kNumOutputImage> actors_;` - `std::array<vtkNew<vtkPolyDataMapper>, kNumOutputImage> mappers_;` For each registered visual, it assigns geometry to the common actors array and connects them to the common mappers. If you contrast that with the implementation in `RgbdRendererVTK::Impl` you'll note that each invocation of `ImplRegisterVisual()` [instantiates a unique set of actors and mappers](https://github.com/RobotLocomotion/drake/blob/master/systems/sensors/rgbd_renderer_vtk.cc#L421). `RgbdRendererOspray` should mirror this behavior. When it is modified to match, then all registered geometries appear.
priority
rgbdrendererospray implregistervisual only allows for a single geometry description if multiple geometries are assigned to an rgbdrendererospray only the last geometry will appear solution rgbdrendererospray impl has std array knumoutputimage actors std array knumoutputimage mappers for each registered visual it assigns geometry to the common actors array and connects them to the common mappers if you contrast that with the implementation in rgbdrenderervtk impl you ll note that each invocation of implregistervisual rgbdrendererospray should mirror this behavior when it is modified to match then all registered geometries appear
1
307,982
9,428,246,895
IssuesEvent
2019-04-12 00:14:50
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
opened
py ik: Bind and expose constraint classes
configuration: python priority: medium team: manipulation
See Slack convo: https://drakedevelopers.slack.com/archives/C2CK4CWE7/p1555024805009600 I'm not sure if I'll get this into `master` anytime soon, but can slap something together as far as hacky WIPs go. \cc @hongkai-dai @TobiaMarcucci
1.0
py ik: Bind and expose constraint classes - See Slack convo: https://drakedevelopers.slack.com/archives/C2CK4CWE7/p1555024805009600 I'm not sure if I'll get this into `master` anytime soon, but can slap something together as far as hacky WIPs go. \cc @hongkai-dai @TobiaMarcucci
priority
py ik bind and expose constraint classes see slack convo i m not sure if i ll get this into master anytime soon but can slap something together as far as hacky wips go cc hongkai dai tobiamarcucci
1
783,939
27,551,895,524
IssuesEvent
2023-03-07 15:26:30
zowe/zowe-cli-standalone-package
https://api.github.com/repos/zowe/zowe-cli-standalone-package
closed
Install of @next CLI package saves Keytar as dependency with npm@6
bug wontfix priority-low severity-medium
Keytar should remain an optional dependency, but the NPM install process adds it to package.json as a regular dependency. This breaks CLI daemon mode if Keytar fails to load. This seems to be caused by an NPM bug that was fixed in npm@7.11: https://github.com/npm/cli/issues/724
1.0
Install of @next CLI package saves Keytar as dependency with npm@6 - Keytar should remain an optional dependency, but the NPM install process adds it to package.json as a regular dependency. This breaks CLI daemon mode if Keytar fails to load. This seems to be caused by an NPM bug that was fixed in npm@7.11: https://github.com/npm/cli/issues/724
priority
install of next cli package saves keytar as dependency with npm keytar should remain an optional dependency but the npm install process adds it to package json as a regular dependency this breaks cli daemon mode if keytar fails to load this seems to be caused by an npm bug that was fixed in npm
1
551,174
16,164,212,034
IssuesEvent
2021-05-01 07:07:20
space-wizards/RobustToolbox
https://api.github.com/repos/space-wizards/RobustToolbox
opened
Validate Localization-IDs in code
Area: Tooling Difficulty: 4 - Hard Priority: 1-high Size: 3 - Medium Type: Feature
prob could be done by using a roslyn analyzer, altough im not sure on the overhead of loading every loc id in the codebase and if we can cache that
1.0
Validate Localization-IDs in code - prob could be done by using a roslyn analyzer, altough im not sure on the overhead of loading every loc id in the codebase and if we can cache that
priority
validate localization ids in code prob could be done by using a roslyn analyzer altough im not sure on the overhead of loading every loc id in the codebase and if we can cache that
1
132,020
5,168,058,586
IssuesEvent
2017-01-17 20:30:54
rexim/beatwave
https://api.github.com/repos/rexim/beatwave
closed
Use nil animation in animation combinators
2.status: split 3.priority: medium in progress
Use [Nil] animation in the following animation combinators ### Pieces - [x] [Forever] - [x] [Map] - [X] [Repeat] - [x] #122 Use Nil animation in SeqCombinator In case if the animations they wrap are `nullptr` [Nil]: https://github.com/rexim/beatwave/blob/ee68ccb518e744fa2a0f2d457941a6b36b0d0ed9/src/core/animations/nil.hpp [Forever]: https://github.com/rexim/beatwave/blob/ee68ccb518e744fa2a0f2d457941a6b36b0d0ed9/src/core/animations/forever.hpp [Map]: https://github.com/rexim/beatwave/blob/ee68ccb518e744fa2a0f2d457941a6b36b0d0ed9/src/core/animations/map.hpp [Repeat]: https://github.com/rexim/beatwave/blob/ee68ccb518e744fa2a0f2d457941a6b36b0d0ed9/src/core/animations/repeat.hpp
1.0
Use nil animation in animation combinators - Use [Nil] animation in the following animation combinators ### Pieces - [x] [Forever] - [x] [Map] - [X] [Repeat] - [x] #122 Use Nil animation in SeqCombinator In case if the animations they wrap are `nullptr` [Nil]: https://github.com/rexim/beatwave/blob/ee68ccb518e744fa2a0f2d457941a6b36b0d0ed9/src/core/animations/nil.hpp [Forever]: https://github.com/rexim/beatwave/blob/ee68ccb518e744fa2a0f2d457941a6b36b0d0ed9/src/core/animations/forever.hpp [Map]: https://github.com/rexim/beatwave/blob/ee68ccb518e744fa2a0f2d457941a6b36b0d0ed9/src/core/animations/map.hpp [Repeat]: https://github.com/rexim/beatwave/blob/ee68ccb518e744fa2a0f2d457941a6b36b0d0ed9/src/core/animations/repeat.hpp
priority
use nil animation in animation combinators use animation in the following animation combinators pieces use nil animation in seqcombinator in case if the animations they wrap are nullptr
1
346,728
10,419,168,384
IssuesEvent
2019-09-15 14:38:04
containrrr/watchtower
https://api.github.com/repos/containrrr/watchtower
closed
Can watchtower connect to multiple hosts?
Priority: Medium Status: Available Type: Question
Is it possible to run a single watchtower container and monitor multiple hosts from it by specifying the `--host` argument for each host?
1.0
Can watchtower connect to multiple hosts? - Is it possible to run a single watchtower container and monitor multiple hosts from it by specifying the `--host` argument for each host?
priority
can watchtower connect to multiple hosts is it possible to run a single watchtower container and monitor multiple hosts from it by specifying the host argument for each host
1
707,525
24,309,123,268
IssuesEvent
2022-09-29 20:19:45
georchestra/georchestra
https://api.github.com/repos/georchestra/georchestra
closed
mapfishapp: automatically zoom to layer extent when opening a single laye
enhancement priority-medium
It would be nice to have the viewer automatically zooming to layer extent when receiving a POST with a single layer to open, instead of defaulting to the configured mapfishapp extent. - downside: either the caller making the POST has to find the extent (in my case, geonetwork has the extent in the metadata, but not directly reachable) - or mapfishapp has to find the extent/bbox itself in the service getcapabilities...
1.0
mapfishapp: automatically zoom to layer extent when opening a single laye - It would be nice to have the viewer automatically zooming to layer extent when receiving a POST with a single layer to open, instead of defaulting to the configured mapfishapp extent. - downside: either the caller making the POST has to find the extent (in my case, geonetwork has the extent in the metadata, but not directly reachable) - or mapfishapp has to find the extent/bbox itself in the service getcapabilities...
priority
mapfishapp automatically zoom to layer extent when opening a single laye it would be nice to have the viewer automatically zooming to layer extent when receiving a post with a single layer to open instead of defaulting to the configured mapfishapp extent downside either the caller making the post has to find the extent in my case geonetwork has the extent in the metadata but not directly reachable or mapfishapp has to find the extent bbox itself in the service getcapabilities
1
764,379
26,798,037,495
IssuesEvent
2023-02-01 13:18:30
wp-media/wp-rocket
https://api.github.com/repos/wp-media/wp-rocket
closed
Detect usage of Autoptimize's RapidLoad Used CSS
type: enhancement 3rd party compatibility priority: medium effort: [S] module: remove unused css
**Is your feature request related to a problem? Please describe.** Currently, customers can enable [RapidLoad Power-Up for Autoptimize]( https://wordpress.org/plugins/unusedcss/) at the same time as WP Rocket's Remove Unused CSS, causing layout issues or stuck Used CSS generation problems. **Describe the solution you'd like** WP Rocket could detect the usage of RapidLoad Remove Unused CSS and gray out Remove Unused CSS in WP Rocket, showing a notice similar to [the one shown when Autoptimize's minification is detected](https://d33v4339jhl8k0.cloudfront.net/docs/assets/5415e7bfe4b01e2a68fe8243/images/5ab0e897042863478ea7b0cc/file-LmFLCODRoP.png). Maybe we can also target any specific Asset CleanUp setting, but I'm not sure. **Additional context** Ticket: https://secure.helpscout.net/conversation/1973225238/360828 - RapidLoad was enabled, and the whole layout broke when WP Rocket's Remove Unused CSS was applied.
1.0
Detect usage of Autoptimize's RapidLoad Used CSS - **Is your feature request related to a problem? Please describe.** Currently, customers can enable [RapidLoad Power-Up for Autoptimize]( https://wordpress.org/plugins/unusedcss/) at the same time as WP Rocket's Remove Unused CSS, causing layout issues or stuck Used CSS generation problems. **Describe the solution you'd like** WP Rocket could detect the usage of RapidLoad Remove Unused CSS and gray out Remove Unused CSS in WP Rocket, showing a notice similar to [the one shown when Autoptimize's minification is detected](https://d33v4339jhl8k0.cloudfront.net/docs/assets/5415e7bfe4b01e2a68fe8243/images/5ab0e897042863478ea7b0cc/file-LmFLCODRoP.png). Maybe we can also target any specific Asset CleanUp setting, but I'm not sure. **Additional context** Ticket: https://secure.helpscout.net/conversation/1973225238/360828 - RapidLoad was enabled, and the whole layout broke when WP Rocket's Remove Unused CSS was applied.
priority
detect usage of autoptimize s rapidload used css is your feature request related to a problem please describe currently customers can enable at the same time as wp rocket s remove unused css causing layout issues or stuck used css generation problems describe the solution you d like wp rocket could detect the usage of rapidload remove unused css and gray out remove unused css in wp rocket showing a notice similar to maybe we can also target any specific asset cleanup setting but i m not sure additional context ticket rapidload was enabled and the whole layout broke when wp rocket s remove unused css was applied
1
494,066
14,244,488,034
IssuesEvent
2020-11-19 07:01:09
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
update url bar with each eco tree click
Category: Accounts Priority: Medium Status: Fixed
When a user clicks on a section of the eco tree, uprate the browser's url bar with the url for that section. For example: https://play.eco/updates/professions/tailor/09-14-2020 when user clicks on 'professions', the url becomes https://play.eco/updates/professions/ Then if they click 'tailor', the url becomes https://play.eco/updates/professions/tailor/
1.0
update url bar with each eco tree click - When a user clicks on a section of the eco tree, uprate the browser's url bar with the url for that section. For example: https://play.eco/updates/professions/tailor/09-14-2020 when user clicks on 'professions', the url becomes https://play.eco/updates/professions/ Then if they click 'tailor', the url becomes https://play.eco/updates/professions/tailor/
priority
update url bar with each eco tree click when a user clicks on a section of the eco tree uprate the browser s url bar with the url for that section for example when user clicks on professions the url becomes then if they click tailor the url becomes
1
557,892
16,521,704,186
IssuesEvent
2021-05-26 15:10:39
E3SM-Project/scream
https://api.github.com/repos/E3SM-Project/scream
closed
Make field manager use wet mixing ratios, physics procs use dry mixing ratios as needed
priority:medium
Updated plan: we actually decided the field manager should always use *wet* mixing ratios because this makes more sense for weird variables like TKE that would be totally counterintuitive if they were per unit dry air. We want to have the field manager always do the same thing to keep code (and assumptions) simple. Most physics processes make more sense for dry mixing ratios, however. We will handle this by creating universal functions for converting between dry and wet and using these functions liberally in process interfaces. OLD TEXT BELOW: > @bogensch , @brhillman , and @PeterCaldwell agree that it would be better to use mixing ratio (water mass divided by mass of dry air) rather than specific humidity (water mass divided by total mass). One reason for this is that a lot of empirical formulations used in P3 microphysics are based on mixing ratio rather than specific humidity. Another reason is that the variable q typically refers to a mixing ratio rather than specific humidity, so it is really confusing to use q as the core variable for moisture in our model and have it refer to specific humidity. Finally, mixing ratio is the more typical variable in the atm sci world. > > Note, however, that this is *different* from what EAM does - it assumes q is a specific humidity. > > P3 and SHOC are already formulated assuming mixing ratio. In particular, our qsat (saturation calculation) already uses mixing ratio. RRTMGP uses total cell mass (qv*pres) as its water variable and doesn't have the interface to qv set up yet - so will need to perform the correct conversion. > > My understanding is that HOMME operates on total mass qv*pres and converts to specific humidity for passing to physics. That is probably the only concrete task for this issue.
1.0
Make field manager use wet mixing ratios, physics procs use dry mixing ratios as needed - Updated plan: we actually decided the field manager should always use *wet* mixing ratios because this makes more sense for weird variables like TKE that would be totally counterintuitive if they were per unit dry air. We want to have the field manager always do the same thing to keep code (and assumptions) simple. Most physics processes make more sense for dry mixing ratios, however. We will handle this by creating universal functions for converting between dry and wet and using these functions liberally in process interfaces. OLD TEXT BELOW: > @bogensch , @brhillman , and @PeterCaldwell agree that it would be better to use mixing ratio (water mass divided by mass of dry air) rather than specific humidity (water mass divided by total mass). One reason for this is that a lot of empirical formulations used in P3 microphysics are based on mixing ratio rather than specific humidity. Another reason is that the variable q typically refers to a mixing ratio rather than specific humidity, so it is really confusing to use q as the core variable for moisture in our model and have it refer to specific humidity. Finally, mixing ratio is the more typical variable in the atm sci world. > > Note, however, that this is *different* from what EAM does - it assumes q is a specific humidity. > > P3 and SHOC are already formulated assuming mixing ratio. In particular, our qsat (saturation calculation) already uses mixing ratio. RRTMGP uses total cell mass (qv*pres) as its water variable and doesn't have the interface to qv set up yet - so will need to perform the correct conversion. > > My understanding is that HOMME operates on total mass qv*pres and converts to specific humidity for passing to physics. That is probably the only concrete task for this issue.
priority
make field manager use wet mixing ratios physics procs use dry mixing ratios as needed updated plan we actually decided the field manager should always use wet mixing ratios because this makes more sense for weird variables like tke that would be totally counterintuitive if they were per unit dry air we want to have the field manager always do the same thing to keep code and assumptions simple most physics processes make more sense for dry mixing ratios however we will handle this by creating universal functions for converting between dry and wet and using these functions liberally in process interfaces old text below bogensch brhillman and petercaldwell agree that it would be better to use mixing ratio water mass divided by mass of dry air rather than specific humidity water mass divided by total mass one reason for this is that a lot of empirical formulations used in microphysics are based on mixing ratio rather than specific humidity another reason is that the variable q typically refers to a mixing ratio rather than specific humidity so it is really confusing to use q as the core variable for moisture in our model and have it refer to specific humidity finally mixing ratio is the more typical variable in the atm sci world note however that this is different from what eam does it assumes q is a specific humidity and shoc are already formulated assuming mixing ratio in particular our qsat saturation calculation already uses mixing ratio rrtmgp uses total cell mass qv pres as its water variable and doesn t have the interface to qv set up yet so will need to perform the correct conversion my understanding is that homme operates on total mass qv pres and converts to specific humidity for passing to physics that is probably the only concrete task for this issue
1
356,858
10,598,379,721
IssuesEvent
2019-10-10 04:37:30
ShabadOS/desktop
https://api.github.com/repos/ShabadOS/desktop
reopened
Change search ordering
Priority: Medium Status: Complete Type: Enhancement
Current: 1. Shortest word-count 2. Matching first words 3. Matching anywhere Change to: 1. Shortest word-count 2. Matching first words *and* matching first words starting from heavy pauses 3. Matching anywhere
1.0
Change search ordering - Current: 1. Shortest word-count 2. Matching first words 3. Matching anywhere Change to: 1. Shortest word-count 2. Matching first words *and* matching first words starting from heavy pauses 3. Matching anywhere
priority
change search ordering current shortest word count matching first words matching anywhere change to shortest word count matching first words and matching first words starting from heavy pauses matching anywhere
1