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
87,637
3,756,385,047
IssuesEvent
2016-03-13 09:30:57
nus-fboa2016-PL/PowerPointLabs
https://api.github.com/repos/nus-fboa2016-PL/PowerPointLabs
opened
Distribute and Align reference object behaviour not optimal
Feature.PositionsLab Priority.Medium Type.enhancement
For Distribute and Align, the reference object behaviour should be: ### If no object is selected: - Refer to slide radio button is by default selected - When user clicks on button, show error dialogue – _need to select at least 1 object_ - If user changes reference to any other than slide, show error dialogue – _need to select at least 2 objects_ ### If 1 object is selected: - Refer to slide radio button is by default selected - When user clicks on button, apply functions accordingly - If user changes reference to any other than slide, show error dialogue – _need to select at least 2 objects_ ### If 2 or more objects are selected - Refer to first shape radio button is by default selected - When user clicks on button, apply functions accordingly
1.0
Distribute and Align reference object behaviour not optimal - For Distribute and Align, the reference object behaviour should be: ### If no object is selected: - Refer to slide radio button is by default selected - When user clicks on button, show error dialogue – _need to select at least 1 object_ - If user changes reference to any other than slide, show error dialogue – _need to select at least 2 objects_ ### If 1 object is selected: - Refer to slide radio button is by default selected - When user clicks on button, apply functions accordingly - If user changes reference to any other than slide, show error dialogue – _need to select at least 2 objects_ ### If 2 or more objects are selected - Refer to first shape radio button is by default selected - When user clicks on button, apply functions accordingly
priority
distribute and align reference object behaviour not optimal for distribute and align the reference object behaviour should be if no object is selected refer to slide radio button is by default selected when user clicks on button show error dialogue – need to select at least object if user changes reference to any other than slide show error dialogue – need to select at least objects if object is selected refer to slide radio button is by default selected when user clicks on button apply functions accordingly if user changes reference to any other than slide show error dialogue – need to select at least objects if or more objects are selected refer to first shape radio button is by default selected when user clicks on button apply functions accordingly
1
618,479
19,471,452,931
IssuesEvent
2021-12-24 02:20:23
matrixorigin/matrixone
https://api.github.com/repos/matrixorigin/matrixone
closed
LOAD DATA: Unable to handle NULL value
kind/bug priority/medium triage/accepted severity/moderate
<!-- Please describe your issue in English. --> #### Can be reproduced ? Yes. #### Steps: CREATE TABLE pet (name VARCHAR(20), owner VARCHAR(20), species VARCHAR(20), sex CHAR(1), weight FLOAT, ages INT); LOAD DATA INFILE '/Users/anixjj/Workspace/sql_workshop/import/pet_null.txt' INTO TABLE pet FIELDS TERMINATED BY ',' ENCLOSED BY '"' IGNORE 1 lines (name, weight); [pet_null.txt](https://github.com/matrixorigin/matrixone/files/7379686/pet_null.txt) #### Expected behavior: mysql> LOAD DATA INFILE '/Users/anixjj/Workspace/sql_workshop/import/pet_null.txt' INTO TABLE pet FIELDS TERMINATED BY ',' ENCLOSED BY '"' IGNORE 1 lines (name, weight); Query OK, 4 rows affected (0.00 sec) Records: 4 Deleted: 0 Skipped: 0 Warnings: 0 #### Actual behavior: mysql> LOAD DATA INFILE '/Users/anixjj/Workspace/sql_workshop/import/pet_null.txt' INTO TABLE pet FIELDS TERMINATED BY ',' ENCLOSED BY '"' IGNORE 1 lines (name, weight); ERROR 1366 (HY000): Incorrect FLOAT value: 'NULL' for column 'weight' at row 4 #### Environment: - Version or commit-id (e.g. v0.1.0 or 8b23a93):commit 3f29ff23d88b8455070211f2090bbaeadf202b3f - Hardware parameters: - OS type: - Others: #### Configuration file: #### Additional context: - Error message from client: - Server log: - Other information:
1.0
LOAD DATA: Unable to handle NULL value - <!-- Please describe your issue in English. --> #### Can be reproduced ? Yes. #### Steps: CREATE TABLE pet (name VARCHAR(20), owner VARCHAR(20), species VARCHAR(20), sex CHAR(1), weight FLOAT, ages INT); LOAD DATA INFILE '/Users/anixjj/Workspace/sql_workshop/import/pet_null.txt' INTO TABLE pet FIELDS TERMINATED BY ',' ENCLOSED BY '"' IGNORE 1 lines (name, weight); [pet_null.txt](https://github.com/matrixorigin/matrixone/files/7379686/pet_null.txt) #### Expected behavior: mysql> LOAD DATA INFILE '/Users/anixjj/Workspace/sql_workshop/import/pet_null.txt' INTO TABLE pet FIELDS TERMINATED BY ',' ENCLOSED BY '"' IGNORE 1 lines (name, weight); Query OK, 4 rows affected (0.00 sec) Records: 4 Deleted: 0 Skipped: 0 Warnings: 0 #### Actual behavior: mysql> LOAD DATA INFILE '/Users/anixjj/Workspace/sql_workshop/import/pet_null.txt' INTO TABLE pet FIELDS TERMINATED BY ',' ENCLOSED BY '"' IGNORE 1 lines (name, weight); ERROR 1366 (HY000): Incorrect FLOAT value: 'NULL' for column 'weight' at row 4 #### Environment: - Version or commit-id (e.g. v0.1.0 or 8b23a93):commit 3f29ff23d88b8455070211f2090bbaeadf202b3f - Hardware parameters: - OS type: - Others: #### Configuration file: #### Additional context: - Error message from client: - Server log: - Other information:
priority
load data unable to handle null value can be reproduced yes steps create table pet name varchar owner varchar species varchar sex char weight float ages int load data infile users anixjj workspace sql workshop import pet null txt into table pet fields terminated by enclosed by ignore lines name weight expected behavior mysql load data infile users anixjj workspace sql workshop import pet null txt into table pet fields terminated by enclosed by ignore lines name weight query ok rows affected sec records deleted skipped warnings actual behavior mysql load data infile users anixjj workspace sql workshop import pet null txt into table pet fields terminated by enclosed by ignore lines name weight error incorrect float value null for column weight at row environment version or commit id e g or commit hardware parameters os type others configuration file additional context error message from client server log other information
1
501,738
14,532,535,349
IssuesEvent
2020-12-14 22:36:35
TaleTime/TaleTime
https://api.github.com/repos/TaleTime/TaleTime
closed
Logout-Button auf Startseite
kind/bug priority/medium
Wenn kein Profil erstellt wurde kann man sich nicht ausloggen, da dies nur über die Einstellungen möglich ist. Hierzu sollte ein Logout-Button auf der Startseite hinzugefügt werden.
1.0
Logout-Button auf Startseite - Wenn kein Profil erstellt wurde kann man sich nicht ausloggen, da dies nur über die Einstellungen möglich ist. Hierzu sollte ein Logout-Button auf der Startseite hinzugefügt werden.
priority
logout button auf startseite wenn kein profil erstellt wurde kann man sich nicht ausloggen da dies nur über die einstellungen möglich ist hierzu sollte ein logout button auf der startseite hinzugefügt werden
1
828,322
31,821,720,912
IssuesEvent
2023-09-14 03:15:10
chaotic-aur/packages
https://api.github.com/repos/chaotic-aur/packages
closed
[Bug] natron-bin
priority:medium bug:misc
### What happens? Natron its broken ``` Natron Natron: error while loading shared libraries: libboost_serialization.so.1.79.0: cannot open shared object file: No such file or directory ``` ### What is expected to happen? Running it >) ### If possible, please attach logs Natron Natron: error while loading shared libraries: libboost_serialization.so.1.79.0: cannot open shared object file: No such file or directory ### More information Could u please _force/trigger_ a rebuild (natron / openfx-arena / openfx-io / openfx-misc / openfx-gmic) thanks
1.0
[Bug] natron-bin - ### What happens? Natron its broken ``` Natron Natron: error while loading shared libraries: libboost_serialization.so.1.79.0: cannot open shared object file: No such file or directory ``` ### What is expected to happen? Running it >) ### If possible, please attach logs Natron Natron: error while loading shared libraries: libboost_serialization.so.1.79.0: cannot open shared object file: No such file or directory ### More information Could u please _force/trigger_ a rebuild (natron / openfx-arena / openfx-io / openfx-misc / openfx-gmic) thanks
priority
natron bin what happens natron its broken natron natron error while loading shared libraries libboost serialization so cannot open shared object file no such file or directory what is expected to happen running it if possible please attach logs natron natron error while loading shared libraries libboost serialization so cannot open shared object file no such file or directory more information could u please force trigger a rebuild natron openfx arena openfx io openfx misc openfx gmic thanks
1
129,889
5,105,332,436
IssuesEvent
2017-01-05 06:48:18
hpi-swt2/workshop-portal
https://api.github.com/repos/hpi-swt2/workshop-portal
opened
US_3.24: Transition from Selecetion to Execution
enhancement Medium Priority team-tobi
**As** organizer **I want the** event to change its state to execution when the email are send **in order to** be able to cancel the email send process # Tasks # Acceptance criteria - When the organizer pushes the send button in the page for sending the acceptance or rejection emails, than the event should change its state to execution - There are no other transitions to execution See Epic_3.3: Application States (Refs #233)
1.0
US_3.24: Transition from Selecetion to Execution - **As** organizer **I want the** event to change its state to execution when the email are send **in order to** be able to cancel the email send process # Tasks # Acceptance criteria - When the organizer pushes the send button in the page for sending the acceptance or rejection emails, than the event should change its state to execution - There are no other transitions to execution See Epic_3.3: Application States (Refs #233)
priority
us transition from selecetion to execution as organizer i want the event to change its state to execution when the email are send in order to be able to cancel the email send process tasks acceptance criteria when the organizer pushes the send button in the page for sending the acceptance or rejection emails than the event should change its state to execution there are no other transitions to execution see epic application states refs
1
466,271
13,399,126,169
IssuesEvent
2020-09-03 14:05:11
rubyforgood/diaper
https://api.github.com/repos/rubyforgood/diaper
closed
Create Table for Daily Item Distribution Totals
Good First Issue Help Wanted Medium Priority Ruby For Good 🎃 Fall 2020 💡 Usability
## Summary On the Pick-up page, Diaper banks currently have a table that displays the orders for the day with sum totals of all items for each order, as seen in the image attached. Diaper banks are currently extremely short-staffed, given the pandemic, and they have to manually count specific categories of items to come up with item totals for the day. So, this feature would save a lot of time! :) Please create a table, underneath the pick-up schedule, that displays item totals for the order for the day in this format: Column 1: Item Column 2: Quantity Column 3: Number of Packages ![image](https://user-images.githubusercontent.com/56228717/87996303-bb68e700-cabf-11ea-9483-2c82443b4003.png) If you have any questions, please contact me (Gia) in the [Ruby for Good Slack](https://rubyforgood.herokuapp.com). ### Criteria for Completion - [ ] Add a new table titled: `Item totals for (insert pick-up date)`. - [ ] Sum all of the distributions for that day and display the item quantities and packages for the day. - [ ] All relevant tests for this functionality. ## Epic Belongs to Epic #1769
1.0
Create Table for Daily Item Distribution Totals - ## Summary On the Pick-up page, Diaper banks currently have a table that displays the orders for the day with sum totals of all items for each order, as seen in the image attached. Diaper banks are currently extremely short-staffed, given the pandemic, and they have to manually count specific categories of items to come up with item totals for the day. So, this feature would save a lot of time! :) Please create a table, underneath the pick-up schedule, that displays item totals for the order for the day in this format: Column 1: Item Column 2: Quantity Column 3: Number of Packages ![image](https://user-images.githubusercontent.com/56228717/87996303-bb68e700-cabf-11ea-9483-2c82443b4003.png) If you have any questions, please contact me (Gia) in the [Ruby for Good Slack](https://rubyforgood.herokuapp.com). ### Criteria for Completion - [ ] Add a new table titled: `Item totals for (insert pick-up date)`. - [ ] Sum all of the distributions for that day and display the item quantities and packages for the day. - [ ] All relevant tests for this functionality. ## Epic Belongs to Epic #1769
priority
create table for daily item distribution totals summary on the pick up page diaper banks currently have a table that displays the orders for the day with sum totals of all items for each order as seen in the image attached diaper banks are currently extremely short staffed given the pandemic and they have to manually count specific categories of items to come up with item totals for the day so this feature would save a lot of time please create a table underneath the pick up schedule that displays item totals for the order for the day in this format column item column quantity column number of packages if you have any questions please contact me gia in the criteria for completion add a new table titled item totals for insert pick up date sum all of the distributions for that day and display the item quantities and packages for the day all relevant tests for this functionality epic belongs to epic
1
167,221
6,334,569,727
IssuesEvent
2017-07-26 16:56:49
minio/minio
https://api.github.com/repos/minio/minio
closed
Chrome 59 on OSX does not autofill accessKey on login page
priority: medium
Chrome 59 on OSX does not autofill the username part of correctly saved credentials. Related: #4235 #4091 ## Expected Behavior Both accessKey and secretKey are autofilled. ## Current Behavior Only secretKey is autofilled, even after liberal clicking/explicit selecting. Logging in requires typing the accessKey manually. Safari can be made to autofill both if selecting explicitly, but does not do so by default. ## Steps to Reproduce (for bugs) 1. Save creds in chrome by clicking Yes when asked to do so. UI will show both username and password. 2. Logout. 3. Try to log in again and dispair as your accessKey taunts you from the dropdown, but does not fill in. ## Your Environment * Version used: minio/minio:latest (96c93972853d) on docker
1.0
Chrome 59 on OSX does not autofill accessKey on login page - Chrome 59 on OSX does not autofill the username part of correctly saved credentials. Related: #4235 #4091 ## Expected Behavior Both accessKey and secretKey are autofilled. ## Current Behavior Only secretKey is autofilled, even after liberal clicking/explicit selecting. Logging in requires typing the accessKey manually. Safari can be made to autofill both if selecting explicitly, but does not do so by default. ## Steps to Reproduce (for bugs) 1. Save creds in chrome by clicking Yes when asked to do so. UI will show both username and password. 2. Logout. 3. Try to log in again and dispair as your accessKey taunts you from the dropdown, but does not fill in. ## Your Environment * Version used: minio/minio:latest (96c93972853d) on docker
priority
chrome on osx does not autofill accesskey on login page chrome on osx does not autofill the username part of correctly saved credentials related expected behavior both accesskey and secretkey are autofilled current behavior only secretkey is autofilled even after liberal clicking explicit selecting logging in requires typing the accesskey manually safari can be made to autofill both if selecting explicitly but does not do so by default steps to reproduce for bugs save creds in chrome by clicking yes when asked to do so ui will show both username and password logout try to log in again and dispair as your accesskey taunts you from the dropdown but does not fill in your environment version used minio minio latest on docker
1
508,270
14,697,527,548
IssuesEvent
2021-01-04 03:38:16
x13pixels/remedybg-issues
https://api.github.com/repos/x13pixels/remedybg-issues
closed
Feature req: Reorder watch window items with mouse drag
Component: Watch Window Priority: 4 (Medium) Type: Enhancement
Sometimes I have a bunch of stuff in the watch window and want to rearrange the order without having to manually change the name values. This is particularly frustrating if I want to move it near the the top of the list. Being able to drag the rows around would be awesome.
1.0
Feature req: Reorder watch window items with mouse drag - Sometimes I have a bunch of stuff in the watch window and want to rearrange the order without having to manually change the name values. This is particularly frustrating if I want to move it near the the top of the list. Being able to drag the rows around would be awesome.
priority
feature req reorder watch window items with mouse drag sometimes i have a bunch of stuff in the watch window and want to rearrange the order without having to manually change the name values this is particularly frustrating if i want to move it near the the top of the list being able to drag the rows around would be awesome
1
763,235
26,748,163,030
IssuesEvent
2023-01-30 17:24:57
codidact/qpixel
https://api.github.com/repos/codidact/qpixel
closed
Add hint about details/summary to formatting help
type: change request priority: medium complexity: easy area: deployment
https://meta.codidact.com/posts/287346 asks about adding support for spoilers, but CommonMark doesn't have spoiler syntax. That's ok because HTML has the details/summary tags, but a lot of people don't know about them. Let's add a small bit to the formatting help to cover this. There is a seeded help topic for formatting in this repo, which is why I'm filing this instead of just fixing it on our network. We'll need to apply the change in both places.
1.0
Add hint about details/summary to formatting help - https://meta.codidact.com/posts/287346 asks about adding support for spoilers, but CommonMark doesn't have spoiler syntax. That's ok because HTML has the details/summary tags, but a lot of people don't know about them. Let's add a small bit to the formatting help to cover this. There is a seeded help topic for formatting in this repo, which is why I'm filing this instead of just fixing it on our network. We'll need to apply the change in both places.
priority
add hint about details summary to formatting help asks about adding support for spoilers but commonmark doesn t have spoiler syntax that s ok because html has the details summary tags but a lot of people don t know about them let s add a small bit to the formatting help to cover this there is a seeded help topic for formatting in this repo which is why i m filing this instead of just fixing it on our network we ll need to apply the change in both places
1
814,783
30,521,872,576
IssuesEvent
2023-07-19 08:38:19
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
[Coverity CID: 322073] Dereference after null check in scripts/native_simulator/common/src/nce.c
bug priority: medium Coverity
Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/18636af6d6658cf66e5f055901ffe2515116d329/scripts/native_simulator/common/src/nce.c#L65 Category: Null pointer dereferences Function: `nce_init` Component: Other CID: [322073](https://scan9.scan.coverity.com/reports.htm#v29726/p12996/mergedDefectId=322073) Details: https://github.com/zephyrproject-rtos/zephyr/blob/18636af6d6658cf66e5f055901ffe2515116d329/scripts/native_simulator/common/src/nce.c#L65 ``` 59 60 this = calloc(1, sizeof(struct nce_status_t)); 61 62 if (this == NULL) { /* LCOV_EXCL_BR_LINE */ 63 nsi_print_error_and_exit(NO_MEM_ERR); /* LCOV_EXCL_LINE */ 64 } >>> CID 322073: Null pointer dereferences (FORWARD_NULL) >>> Dereferencing null pointer "this". 65 this->cpu_halted = true; 66 this->terminate = false; 67 68 NSI_SAFE_CALL(pthread_cond_init(&this->cond_cpu, NULL)); 69 NSI_SAFE_CALL(pthread_mutex_init(&this->mtx_cpu, NULL)); 70 ``` For more information about the violation, check the [Coverity Reference](https://scan9.scan.coverity.com/doc/en/cov_checker_ref.html#static_checker_FORWARD_NULL). ([CWE-476](http://cwe.mitre.org/data/definitions/476.html)) Please fix or provide comments in coverity using the link: https://scan9.scan.coverity.com/reports.htm#v29271/p12996 Note: This issue was created automatically. Priority was set based on classification of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
1.0
[Coverity CID: 322073] Dereference after null check in scripts/native_simulator/common/src/nce.c - Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/18636af6d6658cf66e5f055901ffe2515116d329/scripts/native_simulator/common/src/nce.c#L65 Category: Null pointer dereferences Function: `nce_init` Component: Other CID: [322073](https://scan9.scan.coverity.com/reports.htm#v29726/p12996/mergedDefectId=322073) Details: https://github.com/zephyrproject-rtos/zephyr/blob/18636af6d6658cf66e5f055901ffe2515116d329/scripts/native_simulator/common/src/nce.c#L65 ``` 59 60 this = calloc(1, sizeof(struct nce_status_t)); 61 62 if (this == NULL) { /* LCOV_EXCL_BR_LINE */ 63 nsi_print_error_and_exit(NO_MEM_ERR); /* LCOV_EXCL_LINE */ 64 } >>> CID 322073: Null pointer dereferences (FORWARD_NULL) >>> Dereferencing null pointer "this". 65 this->cpu_halted = true; 66 this->terminate = false; 67 68 NSI_SAFE_CALL(pthread_cond_init(&this->cond_cpu, NULL)); 69 NSI_SAFE_CALL(pthread_mutex_init(&this->mtx_cpu, NULL)); 70 ``` For more information about the violation, check the [Coverity Reference](https://scan9.scan.coverity.com/doc/en/cov_checker_ref.html#static_checker_FORWARD_NULL). ([CWE-476](http://cwe.mitre.org/data/definitions/476.html)) Please fix or provide comments in coverity using the link: https://scan9.scan.coverity.com/reports.htm#v29271/p12996 Note: This issue was created automatically. Priority was set based on classification of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
priority
dereference after null check in scripts native simulator common src nce c static code scan issues found in file category null pointer dereferences function nce init component other cid details this calloc sizeof struct nce status t if this null lcov excl br line nsi print error and exit no mem err lcov excl line cid null pointer dereferences forward null dereferencing null pointer this this cpu halted true this terminate false nsi safe call pthread cond init this cond cpu null nsi safe call pthread mutex init this mtx cpu null for more information about the violation check the please fix or provide comments in coverity using the link note this issue was created automatically priority was set based on classification of the file affected and the impact field in coverity assignees were set using the codeowners file
1
683,085
23,368,047,651
IssuesEvent
2022-08-10 17:05:50
ethereum/EIP-Bot
https://api.github.com/repos/ethereum/EIP-Bot
closed
Automatically add the "waiting: approval/rejection" label
enhancement priority: medium
... to PRs matching the following: - Are not draft PRs (i.e. ready for review status) - Are not waiting for author approval - Are passing CI - Are waiting for editor approval
1.0
Automatically add the "waiting: approval/rejection" label - ... to PRs matching the following: - Are not draft PRs (i.e. ready for review status) - Are not waiting for author approval - Are passing CI - Are waiting for editor approval
priority
automatically add the waiting approval rejection label to prs matching the following are not draft prs i e ready for review status are not waiting for author approval are passing ci are waiting for editor approval
1
689,618
23,627,641,858
IssuesEvent
2022-08-25 06:23:25
Australian-Genomics/CTRL
https://api.github.com/repos/Australian-Genomics/CTRL
closed
The datepicker's contents appear at the end of the page on `users/profile/edit`
priority: high difficulty: medium
Screenshot of the issue: <img width="1102" alt="Screen Shot 2022-07-27 at 6 24 53 pm" src="https://user-images.githubusercontent.com/11529449/181404168-72b82f9e-8526-4180-a9a0-9940520e5183.png"> Selecting a date using the datepicker for the "Date of Birth" field causes the contents of the page to be removed from the end of the page, as expected. Unfortunately, doing so reveals another issue: the selected date often appears incorrectly (e.g. as `ThuThu-JulJul-2022202220222022`). This issue is tracked by https://github.com/Australian-Genomics/CTRL/issues/5. **Browser**: Google Chrome Version 103.0.5060.134 (Official Build) (arm64)
1.0
The datepicker's contents appear at the end of the page on `users/profile/edit` - Screenshot of the issue: <img width="1102" alt="Screen Shot 2022-07-27 at 6 24 53 pm" src="https://user-images.githubusercontent.com/11529449/181404168-72b82f9e-8526-4180-a9a0-9940520e5183.png"> Selecting a date using the datepicker for the "Date of Birth" field causes the contents of the page to be removed from the end of the page, as expected. Unfortunately, doing so reveals another issue: the selected date often appears incorrectly (e.g. as `ThuThu-JulJul-2022202220222022`). This issue is tracked by https://github.com/Australian-Genomics/CTRL/issues/5. **Browser**: Google Chrome Version 103.0.5060.134 (Official Build) (arm64)
priority
the datepicker s contents appear at the end of the page on users profile edit screenshot of the issue img width alt screen shot at pm src selecting a date using the datepicker for the date of birth field causes the contents of the page to be removed from the end of the page as expected unfortunately doing so reveals another issue the selected date often appears incorrectly e g as thuthu juljul this issue is tracked by browser google chrome version official build
1
81,596
3,592,640,365
IssuesEvent
2016-02-01 16:43:54
SMerrony/ewitool
https://api.github.com/repos/SMerrony/ewitool
closed
EPX Enhancements
auto-migrated OpSys-All Priority-Medium Type-Enhancement Usability wontfix
``` [From Damien Gombault] EPX : - add a patch download count - add the possiblity to rate patches - add the possibilty to sort patches by « most downloaded » and « highest rated » ``` Original issue reported on code.google.com by `merr...@gmail.com` on 9 Sep 2008 at 10:28
1.0
EPX Enhancements - ``` [From Damien Gombault] EPX : - add a patch download count - add the possiblity to rate patches - add the possibilty to sort patches by « most downloaded » and « highest rated » ``` Original issue reported on code.google.com by `merr...@gmail.com` on 9 Sep 2008 at 10:28
priority
epx enhancements epx add a patch download count add the possiblity to rate patches add the possibilty to sort patches by « most downloaded » and « highest rated » original issue reported on code google com by merr gmail com on sep at
1
720,408
24,791,333,060
IssuesEvent
2022-10-24 13:58:43
tupoy-ya/TupoyeMenu
https://api.github.com/repos/tupoy-ya/TupoyeMenu
closed
[Request]: Cable cars in online
enhancement medium priority
### Problem There are no cable cars in gta online. ### Solution Start `cablecar` script when in radius. ### Reason Because. ### Additional context ```cpp // main void func_1857()//Position - 0xBC3B6 { struct<3> Var0; if ((Global_78319 == 0 && Global_31963 == 0) && !MISC::GET_MISSION_FLAG()) { if (!ENTITY::IS_ENTITY_DEAD(PLAYER::PLAYER_PED_ID(), false)) { Var0 = { ENTITY::GET_ENTITY_COORDS(PLAYER::PLAYER_PED_ID(), true) }; if (((Var0.f_0 >= -800f && Var0.f_1 >= 5300f) && Var0.f_0 <= 640f) && Var0.f_1 <= 5800f) { if (func_96(0) == 1) { if (SCRIPT::GET_NUMBER_OF_THREADS_RUNNING_THE_SCRIPT_WITH_THIS_HASH(joaat("cablecar")) == 0) { func_1823(joaat("cablecar"), 1424); } } } } } } ```
1.0
[Request]: Cable cars in online - ### Problem There are no cable cars in gta online. ### Solution Start `cablecar` script when in radius. ### Reason Because. ### Additional context ```cpp // main void func_1857()//Position - 0xBC3B6 { struct<3> Var0; if ((Global_78319 == 0 && Global_31963 == 0) && !MISC::GET_MISSION_FLAG()) { if (!ENTITY::IS_ENTITY_DEAD(PLAYER::PLAYER_PED_ID(), false)) { Var0 = { ENTITY::GET_ENTITY_COORDS(PLAYER::PLAYER_PED_ID(), true) }; if (((Var0.f_0 >= -800f && Var0.f_1 >= 5300f) && Var0.f_0 <= 640f) && Var0.f_1 <= 5800f) { if (func_96(0) == 1) { if (SCRIPT::GET_NUMBER_OF_THREADS_RUNNING_THE_SCRIPT_WITH_THIS_HASH(joaat("cablecar")) == 0) { func_1823(joaat("cablecar"), 1424); } } } } } } ```
priority
cable cars in online problem there are no cable cars in gta online solution start cablecar script when in radius reason because additional context cpp main void func position struct if global global misc get mission flag if entity is entity dead player player ped id false entity get entity coords player player ped id true if f f f f if func if script get number of threads running the script with this hash joaat cablecar func joaat cablecar
1
628,941
20,018,820,451
IssuesEvent
2022-02-01 14:39:34
WordPress/openverse-frontend
https://api.github.com/repos/WordPress/openverse-frontend
closed
Publish source maps to Sentry on release
🟨 priority: medium 🚦 status: awaiting triage ✨ goal: improvement 🤖 aspect: dx
## Problem <!-- Describe a problem solved by this feature; or delete the section entirely. --> Currently our stack traces in Sentry are awful because Sentry does not have access to our source maps. There are two recommended ways of getting source maps to Sentry: 1. Publish the source maps publicly alongside the code 2. Upload the source maps directly to Sentry Sentry "strongly recommends" the second, for whatever reason. The first seems preferrable/fine for our application as there's absolutely zero reason for us to obfuscate any of the client code. I would prefer we just publish the sourcemaps alongside the code in production for a couple reasons: 1. No need to manage a Sentry API key 2. No need to add an additional step for creating a production release other than what already exists 3. Publishing our source maps could actually help give confidence that we're running the code in production that we say we are running (i.e., we're not applying hidden patches to the open source code that would violate privacy promises) Additionally, there is no hit to performance for users of the site because source maps that are split from the bundles aren't loaded unless dev tools are opened. Casual navigation of the site would not take any hit. Sentry so strongly recommends that you upload source maps directly that they have a Sentry webpack plugin for configuring this, but again, it wouldn't benefit security/privacy researchers looking at our site's code and would also require managing another secret, which would be nice to avoid. Instead I believe we can just publish production source maps like we would normally and Sentry will still pick them up: https://docs.sentry.io/platforms/javascript/sourcemaps/generating/#advanced-usage ## Description <!-- Describe the feature and how it solves the problem. --> Publishing the source maps would fix the issue of unhelpful stack traces in Sentry issues. ## Implementation <!-- Replace the [ ] with [x] to check the box. --> - [x] 🙋 I would be interested in implementing this feature.
1.0
Publish source maps to Sentry on release - ## Problem <!-- Describe a problem solved by this feature; or delete the section entirely. --> Currently our stack traces in Sentry are awful because Sentry does not have access to our source maps. There are two recommended ways of getting source maps to Sentry: 1. Publish the source maps publicly alongside the code 2. Upload the source maps directly to Sentry Sentry "strongly recommends" the second, for whatever reason. The first seems preferrable/fine for our application as there's absolutely zero reason for us to obfuscate any of the client code. I would prefer we just publish the sourcemaps alongside the code in production for a couple reasons: 1. No need to manage a Sentry API key 2. No need to add an additional step for creating a production release other than what already exists 3. Publishing our source maps could actually help give confidence that we're running the code in production that we say we are running (i.e., we're not applying hidden patches to the open source code that would violate privacy promises) Additionally, there is no hit to performance for users of the site because source maps that are split from the bundles aren't loaded unless dev tools are opened. Casual navigation of the site would not take any hit. Sentry so strongly recommends that you upload source maps directly that they have a Sentry webpack plugin for configuring this, but again, it wouldn't benefit security/privacy researchers looking at our site's code and would also require managing another secret, which would be nice to avoid. Instead I believe we can just publish production source maps like we would normally and Sentry will still pick them up: https://docs.sentry.io/platforms/javascript/sourcemaps/generating/#advanced-usage ## Description <!-- Describe the feature and how it solves the problem. --> Publishing the source maps would fix the issue of unhelpful stack traces in Sentry issues. ## Implementation <!-- Replace the [ ] with [x] to check the box. --> - [x] 🙋 I would be interested in implementing this feature.
priority
publish source maps to sentry on release problem currently our stack traces in sentry are awful because sentry does not have access to our source maps there are two recommended ways of getting source maps to sentry publish the source maps publicly alongside the code upload the source maps directly to sentry sentry strongly recommends the second for whatever reason the first seems preferrable fine for our application as there s absolutely zero reason for us to obfuscate any of the client code i would prefer we just publish the sourcemaps alongside the code in production for a couple reasons no need to manage a sentry api key no need to add an additional step for creating a production release other than what already exists publishing our source maps could actually help give confidence that we re running the code in production that we say we are running i e we re not applying hidden patches to the open source code that would violate privacy promises additionally there is no hit to performance for users of the site because source maps that are split from the bundles aren t loaded unless dev tools are opened casual navigation of the site would not take any hit sentry so strongly recommends that you upload source maps directly that they have a sentry webpack plugin for configuring this but again it wouldn t benefit security privacy researchers looking at our site s code and would also require managing another secret which would be nice to avoid instead i believe we can just publish production source maps like we would normally and sentry will still pick them up description publishing the source maps would fix the issue of unhelpful stack traces in sentry issues implementation 🙋 i would be interested in implementing this feature
1
30,029
2,722,134,773
IssuesEvent
2015-04-14 00:17:00
CruxFramework/crux-smart-faces
https://api.github.com/repos/CruxFramework/crux-smart-faces
closed
Set minimum height for faces popups
enhancement imported Milestone-M15-C1 Priority-Medium TargetVersion-5.4.0
_From [claudio....@cruxframework.org](https://code.google.com/u/102254381191677355567/) on March 02, 2015 11:39:47_ When a faces popup came with few or no content (unusual, I know) it becomes too "thin" and small, it should have a bigger height. _Original issue: http://code.google.com/p/crux-framework/issues/detail?id=608_
1.0
Set minimum height for faces popups - _From [claudio....@cruxframework.org](https://code.google.com/u/102254381191677355567/) on March 02, 2015 11:39:47_ When a faces popup came with few or no content (unusual, I know) it becomes too "thin" and small, it should have a bigger height. _Original issue: http://code.google.com/p/crux-framework/issues/detail?id=608_
priority
set minimum height for faces popups from on march when a faces popup came with few or no content unusual i know it becomes too thin and small it should have a bigger height original issue
1
5,019
2,570,458,134
IssuesEvent
2015-02-10 09:39:20
innotop/innotop
https://api.github.com/repos/innotop/innotop
closed
Innotop crashes when Index DDL command is running at start
bug imported Priority-Medium
_From [richard....@gmail.com](https://code.google.com/u/108738274475221146079/) on November 16, 2012 12:20:32_ What steps will reproduce the problem? 1. Kick off a CREATE INDEX or DROP INDEX on a big table (so it will take time) 2. Run innotop before the statement completes What is the expected output? What do you see instead? Innotop crashes with: Use of uninitialized value in concatenation (.) or string at /usr/bin/innotop line 6938. If innotop is started first, this doesn't crash. The problem is on line 6937 - the only two object types handled are DATABASE and TABLE. I added INDEX to the regex and the problem disappeared. What version of the product are you using? On what operating system? 1.9.0 on CentOS 5.8 with MySQL 5.0.95 Please provide any additional information below. My fix worked for me, but I suspect the list of DDL objects should be expanded to be: DATABASE|TABLE|EVENT|FUNCTION|INDEX|LOGFILE|PROCEDURE|SERVER|TABLESPACE|TRIGGER|VIEW (the list of CREATE DDL statements in the MySQL manual) _Original issue: http://code.google.com/p/innotop/issues/detail?id=77_
1.0
Innotop crashes when Index DDL command is running at start - _From [richard....@gmail.com](https://code.google.com/u/108738274475221146079/) on November 16, 2012 12:20:32_ What steps will reproduce the problem? 1. Kick off a CREATE INDEX or DROP INDEX on a big table (so it will take time) 2. Run innotop before the statement completes What is the expected output? What do you see instead? Innotop crashes with: Use of uninitialized value in concatenation (.) or string at /usr/bin/innotop line 6938. If innotop is started first, this doesn't crash. The problem is on line 6937 - the only two object types handled are DATABASE and TABLE. I added INDEX to the regex and the problem disappeared. What version of the product are you using? On what operating system? 1.9.0 on CentOS 5.8 with MySQL 5.0.95 Please provide any additional information below. My fix worked for me, but I suspect the list of DDL objects should be expanded to be: DATABASE|TABLE|EVENT|FUNCTION|INDEX|LOGFILE|PROCEDURE|SERVER|TABLESPACE|TRIGGER|VIEW (the list of CREATE DDL statements in the MySQL manual) _Original issue: http://code.google.com/p/innotop/issues/detail?id=77_
priority
innotop crashes when index ddl command is running at start from on november what steps will reproduce the problem kick off a create index or drop index on a big table so it will take time run innotop before the statement completes what is the expected output what do you see instead innotop crashes with use of uninitialized value in concatenation or string at usr bin innotop line if innotop is started first this doesn t crash the problem is on line the only two object types handled are database and table i added index to the regex and the problem disappeared what version of the product are you using on what operating system on centos with mysql please provide any additional information below my fix worked for me but i suspect the list of ddl objects should be expanded to be database table event function index logfile procedure server tablespace trigger view the list of create ddl statements in the mysql manual original issue
1
170,962
6,475,410,182
IssuesEvent
2017-08-17 20:20:07
minio/mint
https://api.github.com/repos/minio/mint
closed
Add mc test cases
priority: medium
`mc` already has tests in Mint : https://github.com/minio/mint/tree/master/run/core/mc but - We need to add more test cases to check for `bucket policy` and enhance the test scenarios done with mint. - Logging needs to be fixed for false alerts in `error.log` file
1.0
Add mc test cases - `mc` already has tests in Mint : https://github.com/minio/mint/tree/master/run/core/mc but - We need to add more test cases to check for `bucket policy` and enhance the test scenarios done with mint. - Logging needs to be fixed for false alerts in `error.log` file
priority
add mc test cases mc already has tests in mint but we need to add more test cases to check for bucket policy and enhance the test scenarios done with mint logging needs to be fixed for false alerts in error log file
1
163,384
6,197,554,347
IssuesEvent
2017-07-05 17:05:21
ponylang/ponyc
https://api.github.com/repos/ponylang/ponyc
closed
Compiler crash
bug: 1 - needs investigation difficulty: 1 - easy priority: 2 - medium
The following (malformed) input causes a crash in 0.14.0-f70dba0 [release] compiled with: llvm 3.9.1 -- cc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609 `actor Main new create(env: Env) => {(x) => true}` Building builtin -> /usr/local/lib/pony/0.14.0-f70dba0/packages/builtin Building . -> /home/adam/pony/test src/libponyc/pass/scope.c:19: set_scope: Assertion `ast_id(name) == TK_ID` failed. Backtrace: ponyc(ponyint_assert_fail+0x90) [0x72caf0] ponyc() [0x693ee3] ponyc(pass_scope+0x29c) [0x69465c] ponyc() [0x67cfdd] ponyc() [0x67d1ce] ponyc() [0x67d1ce] ponyc() [0x67d1ce] ponyc() [0x67d1ce] ponyc(ast_passes_type+0x496) [0x67e026] ponyc(expr_object+0x8a2) [0x6f3602] ponyc(pass_expr+0x33b) [0x68239b] ponyc() [0x67d0e5] ponyc() [0x67d397] ponyc(ast_passes_subtree+0x2d4) [0x67e414] ponyc(expr_lambda+0x764) [0x6f2924] ponyc(pass_expr+0x31b) [0x68237b] ponyc() [0x67d0e5] ponyc() [0x67d1ce] ponyc() [0x67d1ce] ponyc() [0x67d1ce] ponyc() [0x67d1ce] ponyc() [0x67d1ce] ponyc() [0x67d1ce] ponyc() [0x67d1ce] ponyc() [0x67d397] ponyc(ast_passes_program+0x256) [0x67d936] ponyc(program_load+0x74) [0x69a864] ponyc() [0x67ce18] ponyc(main+0x467) [0x61d257] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7f56f52b9830] ponyc(_start+0x29) [0x67cd29] This is an optimised version of ponyc: the backtrace may be imprecise or incorrect. Use a debug version to get more meaningful information. Aborted (core dumped)
1.0
Compiler crash - The following (malformed) input causes a crash in 0.14.0-f70dba0 [release] compiled with: llvm 3.9.1 -- cc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609 `actor Main new create(env: Env) => {(x) => true}` Building builtin -> /usr/local/lib/pony/0.14.0-f70dba0/packages/builtin Building . -> /home/adam/pony/test src/libponyc/pass/scope.c:19: set_scope: Assertion `ast_id(name) == TK_ID` failed. Backtrace: ponyc(ponyint_assert_fail+0x90) [0x72caf0] ponyc() [0x693ee3] ponyc(pass_scope+0x29c) [0x69465c] ponyc() [0x67cfdd] ponyc() [0x67d1ce] ponyc() [0x67d1ce] ponyc() [0x67d1ce] ponyc() [0x67d1ce] ponyc(ast_passes_type+0x496) [0x67e026] ponyc(expr_object+0x8a2) [0x6f3602] ponyc(pass_expr+0x33b) [0x68239b] ponyc() [0x67d0e5] ponyc() [0x67d397] ponyc(ast_passes_subtree+0x2d4) [0x67e414] ponyc(expr_lambda+0x764) [0x6f2924] ponyc(pass_expr+0x31b) [0x68237b] ponyc() [0x67d0e5] ponyc() [0x67d1ce] ponyc() [0x67d1ce] ponyc() [0x67d1ce] ponyc() [0x67d1ce] ponyc() [0x67d1ce] ponyc() [0x67d1ce] ponyc() [0x67d1ce] ponyc() [0x67d397] ponyc(ast_passes_program+0x256) [0x67d936] ponyc(program_load+0x74) [0x69a864] ponyc() [0x67ce18] ponyc(main+0x467) [0x61d257] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7f56f52b9830] ponyc(_start+0x29) [0x67cd29] This is an optimised version of ponyc: the backtrace may be imprecise or incorrect. Use a debug version to get more meaningful information. Aborted (core dumped)
priority
compiler crash the following malformed input causes a crash in compiled with llvm cc ubuntu actor main new create env env x true building builtin usr local lib pony packages builtin building home adam pony test src libponyc pass scope c set scope assertion ast id name tk id failed backtrace ponyc ponyint assert fail ponyc ponyc pass scope ponyc ponyc ponyc ponyc ponyc ponyc ast passes type ponyc expr object ponyc pass expr ponyc ponyc ponyc ast passes subtree ponyc expr lambda ponyc pass expr ponyc ponyc ponyc ponyc ponyc ponyc ponyc ponyc ponyc ponyc ast passes program ponyc program load ponyc ponyc main lib linux gnu libc so libc start main ponyc start this is an optimised version of ponyc the backtrace may be imprecise or incorrect use a debug version to get more meaningful information aborted core dumped
1
675,923
23,112,304,006
IssuesEvent
2022-07-27 13:58:12
codbex/codbex-kronos
https://api.github.com/repos/codbex/codbex-kronos
opened
[API] Simplify and improve JavascriptEngineRestService exception handling
priority-medium effort-medium API Improvement
From xsk created by [Fluctuationqt](https://github.com/Fluctuationqt): SAP/xsk#1743 - Research if the current exception handlers are necessary or the exceptions can be handled in a more global approach. - Are all possible exceptions being handled and are all response codes meaningful? - Remove stack traces and other implementation details from the responses in handled exceptions.
1.0
[API] Simplify and improve JavascriptEngineRestService exception handling - From xsk created by [Fluctuationqt](https://github.com/Fluctuationqt): SAP/xsk#1743 - Research if the current exception handlers are necessary or the exceptions can be handled in a more global approach. - Are all possible exceptions being handled and are all response codes meaningful? - Remove stack traces and other implementation details from the responses in handled exceptions.
priority
simplify and improve javascriptenginerestservice exception handling from xsk created by sap xsk research if the current exception handlers are necessary or the exceptions can be handled in a more global approach are all possible exceptions being handled and are all response codes meaningful remove stack traces and other implementation details from the responses in handled exceptions
1
716,195
24,625,161,629
IssuesEvent
2022-10-16 12:27:15
VoltanFr/memcheck
https://api.github.com/repos/VoltanFr/memcheck
opened
Support undo on the learn page
priority-medium complexity-high page-learn
Sometimes the user can click too fast while learning. After this misclick, the next card is shown. Offer a way to undo the previous answer. I'm not sure about how to make that natural in the GUI. Of course memorizing the previous operation and undoing it is not very complicated. But one would expect the card to be brought back to the screen? (If we don't want that and agree for a simple toast message, then it sounds not too complicated). Don't forget the case of the last card in a learn session: since Mnesios automatically redirects to the home page, what can we do? Maybe just remove this automatic redirection.
1.0
Support undo on the learn page - Sometimes the user can click too fast while learning. After this misclick, the next card is shown. Offer a way to undo the previous answer. I'm not sure about how to make that natural in the GUI. Of course memorizing the previous operation and undoing it is not very complicated. But one would expect the card to be brought back to the screen? (If we don't want that and agree for a simple toast message, then it sounds not too complicated). Don't forget the case of the last card in a learn session: since Mnesios automatically redirects to the home page, what can we do? Maybe just remove this automatic redirection.
priority
support undo on the learn page sometimes the user can click too fast while learning after this misclick the next card is shown offer a way to undo the previous answer i m not sure about how to make that natural in the gui of course memorizing the previous operation and undoing it is not very complicated but one would expect the card to be brought back to the screen if we don t want that and agree for a simple toast message then it sounds not too complicated don t forget the case of the last card in a learn session since mnesios automatically redirects to the home page what can we do maybe just remove this automatic redirection
1
56,968
3,081,223,702
IssuesEvent
2015-08-22 14:09:37
bitfighter/bitfighter
https://api.github.com/repos/bitfighter/bitfighter
closed
add Lua API access to in game announcements
enhancement imported Priority-Medium
_From [buckyballreaction](https://code.google.com/u/buckyballreaction/) on April 08, 2013 15:17:56_ Add an option in the Lua API to send an announcement (like via /announce command) to all players _Original issue: http://code.google.com/p/bitfighter/issues/detail?id=196_
1.0
add Lua API access to in game announcements - _From [buckyballreaction](https://code.google.com/u/buckyballreaction/) on April 08, 2013 15:17:56_ Add an option in the Lua API to send an announcement (like via /announce command) to all players _Original issue: http://code.google.com/p/bitfighter/issues/detail?id=196_
priority
add lua api access to in game announcements from on april add an option in the lua api to send an announcement like via announce command to all players original issue
1
20,797
2,628,769,136
IssuesEvent
2015-03-06 02:57:48
CenterForOpenScience/osf.io
https://api.github.com/repos/CenterForOpenScience/osf.io
closed
Wiki very slow with lots of text
Addon: Wiki Bug: Production Priority - Medium
Found by @erinspace: editing text in the wiki can be very slow with a large amount of text. It is worse when the preview pane is up.
1.0
Wiki very slow with lots of text - Found by @erinspace: editing text in the wiki can be very slow with a large amount of text. It is worse when the preview pane is up.
priority
wiki very slow with lots of text found by erinspace editing text in the wiki can be very slow with a large amount of text it is worse when the preview pane is up
1
40,365
2,868,814,482
IssuesEvent
2015-06-05 21:13:18
mPowering/wordpress-theme
https://api.github.com/repos/mPowering/wordpress-theme
closed
On resource page - put reports in plain list order
enhancement medium priority
Rather than the 4 blocks we currently have - and style the resources so they appear in same style as a blog post
1.0
On resource page - put reports in plain list order - Rather than the 4 blocks we currently have - and style the resources so they appear in same style as a blog post
priority
on resource page put reports in plain list order rather than the blocks we currently have and style the resources so they appear in same style as a blog post
1
612,193
19,006,770,986
IssuesEvent
2021-11-23 01:38:34
WiIIiam278/HuskHomes2
https://api.github.com/repos/WiIIiam278/HuskHomes2
closed
Add auto completion when executing /tpa commands
type: feature request priority: medium
Allow the player to only have to enter some of the name to run a tpa command. Especially useful for Bedrock users who don't have access to TAB completion. * E.g /tpa William will send a request to "William278" so long as "William" is not online
1.0
Add auto completion when executing /tpa commands - Allow the player to only have to enter some of the name to run a tpa command. Especially useful for Bedrock users who don't have access to TAB completion. * E.g /tpa William will send a request to "William278" so long as "William" is not online
priority
add auto completion when executing tpa commands allow the player to only have to enter some of the name to run a tpa command especially useful for bedrock users who don t have access to tab completion e g tpa william will send a request to so long as william is not online
1
368,359
10,878,064,576
IssuesEvent
2019-11-16 15:06:39
Jinnaix/nemesis-bug-reporting
https://api.github.com/repos/Jinnaix/nemesis-bug-reporting
opened
[Core] Collection of wrong categorized Spells (Buff/Debuff)
C++ Script Medium Priority Spell
<!--- (**********************************) (** Fill in the following fields **) (**********************************) Try to give us IDs for Quests, Spells, Items, Creatures and so on if can - it makes things easier and faster. Please dont gather multiple Bugs in one Issue - create one for every Bug. Start with proper naming of your Titel for example : [QUEST] In Dreams (ID 5944) ---> **Description:** We collect Spells that are wrongfully shown as Buff/Debuff in this Issue to keep track and for fixing this. **Spells shown as Buffs instead of being a Debuff:** - [Mind Shock - 34352](https://tcubuntu.northeurope.cloudapp.azure.com/aowow/?spell=34352#used-by-npc) **Spells shown as Debuffs instead of being a Buff:** - **Spells already fixed** - <!--- Notes - This template is for problem reports. Try to give us IDs for Quests, Spells, Items, Creatures and so on if can - it makes things easier and faster. Please dont gather multiple Bugs in one Issue - create one for every Bug. --->
1.0
[Core] Collection of wrong categorized Spells (Buff/Debuff) - <!--- (**********************************) (** Fill in the following fields **) (**********************************) Try to give us IDs for Quests, Spells, Items, Creatures and so on if can - it makes things easier and faster. Please dont gather multiple Bugs in one Issue - create one for every Bug. Start with proper naming of your Titel for example : [QUEST] In Dreams (ID 5944) ---> **Description:** We collect Spells that are wrongfully shown as Buff/Debuff in this Issue to keep track and for fixing this. **Spells shown as Buffs instead of being a Debuff:** - [Mind Shock - 34352](https://tcubuntu.northeurope.cloudapp.azure.com/aowow/?spell=34352#used-by-npc) **Spells shown as Debuffs instead of being a Buff:** - **Spells already fixed** - <!--- Notes - This template is for problem reports. Try to give us IDs for Quests, Spells, Items, Creatures and so on if can - it makes things easier and faster. Please dont gather multiple Bugs in one Issue - create one for every Bug. --->
priority
collection of wrong categorized spells buff debuff fill in the following fields try to give us ids for quests spells items creatures and so on if can it makes things easier and faster please dont gather multiple bugs in one issue create one for every bug start with proper naming of your titel for example in dreams id description we collect spells that are wrongfully shown as buff debuff in this issue to keep track and for fixing this spells shown as buffs instead of being a debuff spells shown as debuffs instead of being a buff spells already fixed notes this template is for problem reports try to give us ids for quests spells items creatures and so on if can it makes things easier and faster please dont gather multiple bugs in one issue create one for every bug
1
752,419
26,284,862,618
IssuesEvent
2023-01-07 18:17:10
zyachel/quetre
https://api.github.com/repos/zyachel/quetre
closed
Doesn't work for french version
type: feature priority: medium
Hello, I'd like to use it with the french version of quora, but it doesn't work since it uses the "fr" subdomain and give me a http 404 error.
1.0
Doesn't work for french version - Hello, I'd like to use it with the french version of quora, but it doesn't work since it uses the "fr" subdomain and give me a http 404 error.
priority
doesn t work for french version hello i d like to use it with the french version of quora but it doesn t work since it uses the fr subdomain and give me a http error
1
139,582
5,378,753,835
IssuesEvent
2017-02-23 15:41:05
rwth-afu/RustPager
https://api.github.com/repos/rwth-afu/RustPager
reopened
Welcome Message of client-auth nicht mit aktueller Core master-Version kompatibel
Priority: Medium Type: Bug
Ich habe soeben den Commit https://github.com/DecentralizedAmateurPagingNetwork/Core/commit/a749238f1bc5e4727f5cb14551df1af66a26a408 installiert und dazu den neuesten client-auth des Rastpagers versucht. Es kommt: ```` 01:46:31.979 [nioEventLoopGroup-3-1] INFO org.dapnet.core.transmission.ServerHandler - Accepted new connection from /44.225.164.233:58126 01:46:31.980 [nioEventLoopGroup-3-1] ERROR org.dapnet.core.transmission.ServerHandler - Closing connection: Invalid welcome message format. 01:46:31.981 [nioEventLoopGroup-3-1] INFO org.dapnet.core.transmission.ServerHandler - Connection closed. 01:46:31.981 [nioEventLoopGroup-3-1] WARN org.dapnet.core.transmission.TransmitterManager - Client has no associated transmitter object. ```` Ich glaube, Philipp hatte am Format der Welcome-Message gedreht, was die Versions- und Typ-Übermittlung angeht.
1.0
Welcome Message of client-auth nicht mit aktueller Core master-Version kompatibel - Ich habe soeben den Commit https://github.com/DecentralizedAmateurPagingNetwork/Core/commit/a749238f1bc5e4727f5cb14551df1af66a26a408 installiert und dazu den neuesten client-auth des Rastpagers versucht. Es kommt: ```` 01:46:31.979 [nioEventLoopGroup-3-1] INFO org.dapnet.core.transmission.ServerHandler - Accepted new connection from /44.225.164.233:58126 01:46:31.980 [nioEventLoopGroup-3-1] ERROR org.dapnet.core.transmission.ServerHandler - Closing connection: Invalid welcome message format. 01:46:31.981 [nioEventLoopGroup-3-1] INFO org.dapnet.core.transmission.ServerHandler - Connection closed. 01:46:31.981 [nioEventLoopGroup-3-1] WARN org.dapnet.core.transmission.TransmitterManager - Client has no associated transmitter object. ```` Ich glaube, Philipp hatte am Format der Welcome-Message gedreht, was die Versions- und Typ-Übermittlung angeht.
priority
welcome message of client auth nicht mit aktueller core master version kompatibel ich habe soeben den commit installiert und dazu den neuesten client auth des rastpagers versucht es kommt info org dapnet core transmission serverhandler accepted new connection from error org dapnet core transmission serverhandler closing connection invalid welcome message format info org dapnet core transmission serverhandler connection closed warn org dapnet core transmission transmittermanager client has no associated transmitter object ich glaube philipp hatte am format der welcome message gedreht was die versions und typ übermittlung angeht
1
349,354
10,467,875,793
IssuesEvent
2019-09-22 09:24:47
AbsaOSS/enceladus
https://api.github.com/repos/AbsaOSS/enceladus
closed
Add release notes for v1.2.0
docs priority: medium
## Background With the release of v.1.2.0 we should add its release notes to the docs.
1.0
Add release notes for v1.2.0 - ## Background With the release of v.1.2.0 we should add its release notes to the docs.
priority
add release notes for background with the release of v we should add its release notes to the docs
1
354,325
10,565,594,130
IssuesEvent
2019-10-05 12:43:13
AY1920S1-CS2103T-F11-2/main
https://api.github.com/repos/AY1920S1-CS2103T-F11-2/main
opened
As a user, I can filter items by their tags
priority.Medium type.Story
... so that I can find items under a certain category easily.
1.0
As a user, I can filter items by their tags - ... so that I can find items under a certain category easily.
priority
as a user i can filter items by their tags so that i can find items under a certain category easily
1
470,185
13,534,220,739
IssuesEvent
2020-09-16 05:10:27
BEXIS2/Core
https://api.github.com/repos/BEXIS2/Core
reopened
Order by timestamp & dataset version
Priority: Medium Type: Bug
If an older version of primary data is shown, the order of the tuples can be shifted or even random because it is currently ordered by timestamp. This also leads to the effect, that changed tuples always on the bottom. This happens with original BEXIS 2 data (timestamp for initial insert not set) and BE migrated data (timestamp set, but also identical). Possible solution: - Add a new attribute to tuples ("original_Id") - map the ID from the original tuples - map the Original tuple ID from the Historic tuples - Order by: original_Id instead of timestamp. - [ ] check where also tuples order by timestamp has been used and should/could be replaced as well
1.0
Order by timestamp & dataset version - If an older version of primary data is shown, the order of the tuples can be shifted or even random because it is currently ordered by timestamp. This also leads to the effect, that changed tuples always on the bottom. This happens with original BEXIS 2 data (timestamp for initial insert not set) and BE migrated data (timestamp set, but also identical). Possible solution: - Add a new attribute to tuples ("original_Id") - map the ID from the original tuples - map the Original tuple ID from the Historic tuples - Order by: original_Id instead of timestamp. - [ ] check where also tuples order by timestamp has been used and should/could be replaced as well
priority
order by timestamp dataset version if an older version of primary data is shown the order of the tuples can be shifted or even random because it is currently ordered by timestamp this also leads to the effect that changed tuples always on the bottom this happens with original bexis data timestamp for initial insert not set and be migrated data timestamp set but also identical possible solution add a new attribute to tuples original id map the id from the original tuples map the original tuple id from the historic tuples order by original id instead of timestamp check where also tuples order by timestamp has been used and should could be replaced as well
1
28,671
2,708,475,968
IssuesEvent
2015-04-08 09:12:31
ondras/wwwsqldesigner
https://api.github.com/repos/ondras/wwwsqldesigner
closed
php-mysql: saved xml data is truncated
bug imported Priority-Medium wontfix
_From [Kabal...@gmail.com](https://code.google.com/u/102882206028621001826/) on July 10, 2009 10:58:36_ What steps will reproduce the problem? -------------------------------------- 1. save the contents of a large database using the save/load dialog 2. refresh the page to clear the contents 3. load the document What is the expected output? What do you see instead? ----------------------------------------------------- all tables in the saved document to be visualized, instead nothing is shown at all (likely the visualization is appropriately failing fast as the output would be a malformed XML document). Inspection of the database table (wwwsqldesigner) shows that the data column is truncated in large XML files. What version of the product are you using? On what operating system? -------------------------------------------------------------------- wwwsqldesigner svn rev 47 Ubuntu Karmic Koala Alpha 2 LAMP stack (from debian repository) Firefox 3.0.11 Ubuntu Please provide any additional information below. ------------------------------------------------ As a suggestion perhaps the output of 'save' can be dumped into a static xml file named, for example, "$WEBROOT/saved/$NAME.xml". Its probably realistic to assume whoever is hosting wwwsqldesigner has the ability to set writable permissions on the "saved" folder. The wwwsqldesigner database table could then be modified to save only the filename ($NAME) and not the data. As a nice side benefit you should get free client-side caching, at least if you're hosting off of Apache you should. The load request could then either echo out the content of the file, or just provide a URL for the browser to perform a second AJAX request with. I have not looked into the other database options (sqlite, etc) - so feel free to comment on whether or not this logic will break them. _Original issue: http://code.google.com/p/wwwsqldesigner/issues/detail?id=34_
1.0
php-mysql: saved xml data is truncated - _From [Kabal...@gmail.com](https://code.google.com/u/102882206028621001826/) on July 10, 2009 10:58:36_ What steps will reproduce the problem? -------------------------------------- 1. save the contents of a large database using the save/load dialog 2. refresh the page to clear the contents 3. load the document What is the expected output? What do you see instead? ----------------------------------------------------- all tables in the saved document to be visualized, instead nothing is shown at all (likely the visualization is appropriately failing fast as the output would be a malformed XML document). Inspection of the database table (wwwsqldesigner) shows that the data column is truncated in large XML files. What version of the product are you using? On what operating system? -------------------------------------------------------------------- wwwsqldesigner svn rev 47 Ubuntu Karmic Koala Alpha 2 LAMP stack (from debian repository) Firefox 3.0.11 Ubuntu Please provide any additional information below. ------------------------------------------------ As a suggestion perhaps the output of 'save' can be dumped into a static xml file named, for example, "$WEBROOT/saved/$NAME.xml". Its probably realistic to assume whoever is hosting wwwsqldesigner has the ability to set writable permissions on the "saved" folder. The wwwsqldesigner database table could then be modified to save only the filename ($NAME) and not the data. As a nice side benefit you should get free client-side caching, at least if you're hosting off of Apache you should. The load request could then either echo out the content of the file, or just provide a URL for the browser to perform a second AJAX request with. I have not looked into the other database options (sqlite, etc) - so feel free to comment on whether or not this logic will break them. _Original issue: http://code.google.com/p/wwwsqldesigner/issues/detail?id=34_
priority
php mysql saved xml data is truncated from on july what steps will reproduce the problem save the contents of a large database using the save load dialog refresh the page to clear the contents load the document what is the expected output what do you see instead all tables in the saved document to be visualized instead nothing is shown at all likely the visualization is appropriately failing fast as the output would be a malformed xml document inspection of the database table wwwsqldesigner shows that the data column is truncated in large xml files what version of the product are you using on what operating system wwwsqldesigner svn rev ubuntu karmic koala alpha lamp stack from debian repository firefox ubuntu please provide any additional information below as a suggestion perhaps the output of save can be dumped into a static xml file named for example webroot saved name xml its probably realistic to assume whoever is hosting wwwsqldesigner has the ability to set writable permissions on the saved folder the wwwsqldesigner database table could then be modified to save only the filename name and not the data as a nice side benefit you should get free client side caching at least if you re hosting off of apache you should the load request could then either echo out the content of the file or just provide a url for the browser to perform a second ajax request with i have not looked into the other database options sqlite etc so feel free to comment on whether or not this logic will break them original issue
1
664,169
22,241,764,771
IssuesEvent
2022-06-09 06:19:46
SORTEE-Github-Hackathon/manuscript
https://api.github.com/repos/SORTEE-Github-Hackathon/manuscript
closed
double author name
edits Priority: medium
Hi @robcrystalornelas There are two Friederike Hillemann in author list. Can you update the author list? I can do it, but I do not know which one will be removed.
1.0
double author name - Hi @robcrystalornelas There are two Friederike Hillemann in author list. Can you update the author list? I can do it, but I do not know which one will be removed.
priority
double author name hi robcrystalornelas there are two friederike hillemann in author list can you update the author list i can do it but i do not know which one will be removed
1
448,490
12,951,422,696
IssuesEvent
2020-07-19 16:43:19
dking1286/css-gardener
https://api.github.com/repos/dking1286/css-gardener
opened
Start multiple builds in "watch" mode
enhancement medium priority
When multiple builds are watched simultaneously: We *do* want to cache the dependency graphs, compilation state, etc. separately for the two builds, so that we don't get conflicts. We *don't* want to attach multiple file watchers to the source-path. So, this will probably involve making the state caches (e.g. the dependency graph cache and compilation cache) key on build id.
1.0
Start multiple builds in "watch" mode - When multiple builds are watched simultaneously: We *do* want to cache the dependency graphs, compilation state, etc. separately for the two builds, so that we don't get conflicts. We *don't* want to attach multiple file watchers to the source-path. So, this will probably involve making the state caches (e.g. the dependency graph cache and compilation cache) key on build id.
priority
start multiple builds in watch mode when multiple builds are watched simultaneously we do want to cache the dependency graphs compilation state etc separately for the two builds so that we don t get conflicts we don t want to attach multiple file watchers to the source path so this will probably involve making the state caches e g the dependency graph cache and compilation cache key on build id
1
65,395
3,227,975,485
IssuesEvent
2015-10-11 17:56:30
Eelviny/nxt-python
https://api.github.com/repos/Eelviny/nxt-python
closed
object has no attribute 'set_input_mode'
priority:medium type:bug
``` I am using a Raspberry Pi with nxt-python-2.2.2 to control a small robot I have built. I have been able to use the test_sensor.py program successfully, but when I try to use the HiTechnic motor controller I get the following error. pi@raspberrypi ~/nxt-python-2.2.2/examples $ sudo python htmotor1.py Traceback (most recent call last): File "htmotor1.py", line 7, in <module> v = nxt.sensor.hitechnic.MotorCon(b, PORT_1).get_battery_voltage() File "/usr/local/lib/python2.7/dist-packages/nxt/sensor/hitechnic.py", line 54 3, in __init__ super(MotorCon, self).__init__(brick, port, check_compatible) File "/usr/local/lib/python2.7/dist-packages/nxt/sensor/digital.py", line 65, in __init__ self.set_input_mode(Type.LOW_SPEED_9V, Mode.RAW) File "/usr/local/lib/python2.7/dist-packages/nxt/sensor/common.py", line 67, i n set_input_mode self.brick.set_input_mode(self.port, type_, mode) AttributeError: 'function' object has no attribute 'set_input_mode' I am new to python and don't really know how to fix this problem. The code I wrote is below. #!/usr/bin/env python import nxt.locator from nxt.sensor import * b = nxt.locator.find_one_brick v = nxt.sensor.hitechnic.MotorCon(b, PORT_1).get_battery_voltage() print v Please let me know if there is a mistake in my code that is causing the problem. I will be happy to help test any solutions if you need. Thanks. ``` Original issue reported on code.google.com by `m.sidler...@gmail.com` on 17 Oct 2013 at 8:28
1.0
object has no attribute 'set_input_mode' - ``` I am using a Raspberry Pi with nxt-python-2.2.2 to control a small robot I have built. I have been able to use the test_sensor.py program successfully, but when I try to use the HiTechnic motor controller I get the following error. pi@raspberrypi ~/nxt-python-2.2.2/examples $ sudo python htmotor1.py Traceback (most recent call last): File "htmotor1.py", line 7, in <module> v = nxt.sensor.hitechnic.MotorCon(b, PORT_1).get_battery_voltage() File "/usr/local/lib/python2.7/dist-packages/nxt/sensor/hitechnic.py", line 54 3, in __init__ super(MotorCon, self).__init__(brick, port, check_compatible) File "/usr/local/lib/python2.7/dist-packages/nxt/sensor/digital.py", line 65, in __init__ self.set_input_mode(Type.LOW_SPEED_9V, Mode.RAW) File "/usr/local/lib/python2.7/dist-packages/nxt/sensor/common.py", line 67, i n set_input_mode self.brick.set_input_mode(self.port, type_, mode) AttributeError: 'function' object has no attribute 'set_input_mode' I am new to python and don't really know how to fix this problem. The code I wrote is below. #!/usr/bin/env python import nxt.locator from nxt.sensor import * b = nxt.locator.find_one_brick v = nxt.sensor.hitechnic.MotorCon(b, PORT_1).get_battery_voltage() print v Please let me know if there is a mistake in my code that is causing the problem. I will be happy to help test any solutions if you need. Thanks. ``` Original issue reported on code.google.com by `m.sidler...@gmail.com` on 17 Oct 2013 at 8:28
priority
object has no attribute set input mode i am using a raspberry pi with nxt python to control a small robot i have built i have been able to use the test sensor py program successfully but when i try to use the hitechnic motor controller i get the following error pi raspberrypi nxt python examples sudo python py traceback most recent call last file py line in v nxt sensor hitechnic motorcon b port get battery voltage file usr local lib dist packages nxt sensor hitechnic py line in init super motorcon self init brick port check compatible file usr local lib dist packages nxt sensor digital py line in init self set input mode type low speed mode raw file usr local lib dist packages nxt sensor common py line i n set input mode self brick set input mode self port type mode attributeerror function object has no attribute set input mode i am new to python and don t really know how to fix this problem the code i wrote is below usr bin env python import nxt locator from nxt sensor import b nxt locator find one brick v nxt sensor hitechnic motorcon b port get battery voltage print v please let me know if there is a mistake in my code that is causing the problem i will be happy to help test any solutions if you need thanks original issue reported on code google com by m sidler gmail com on oct at
1
369,287
10,895,077,315
IssuesEvent
2019-11-19 09:57:46
alexakasanjeev/magento_react_native
https://api.github.com/repos/alexakasanjeev/magento_react_native
closed
Show product image in Order Detail Screen
Priority: Medium Status: Completed Type: Enhancement
**Is your feature request related to a problem? Please describe.** Currently placeholder image is shown for products purchased for a particular order. Replace placeholder image with real product image. **Describe the solution you'd like** Fetch details of all the products in that particular order which contain media images, show that in [`OrderDetailScreen`](https://github.com/alexakasanjeev/magento_react_native/blob/develop/src/screens/OrderDetailScreen/index.js) **Additional context** See [Magento 2 Rest API](https://devdocs.magento.com/guides/v2.3/get-started/rest_front.html) See [troublediehard/magento-react-native](https://github.com/troublediehard/magento-react-native) for it's implementation ![Screenshot_1559487466](https://user-images.githubusercontent.com/13250741/58763152-ecf9b880-8574-11e9-8ed0-29593697520d.png)
1.0
Show product image in Order Detail Screen - **Is your feature request related to a problem? Please describe.** Currently placeholder image is shown for products purchased for a particular order. Replace placeholder image with real product image. **Describe the solution you'd like** Fetch details of all the products in that particular order which contain media images, show that in [`OrderDetailScreen`](https://github.com/alexakasanjeev/magento_react_native/blob/develop/src/screens/OrderDetailScreen/index.js) **Additional context** See [Magento 2 Rest API](https://devdocs.magento.com/guides/v2.3/get-started/rest_front.html) See [troublediehard/magento-react-native](https://github.com/troublediehard/magento-react-native) for it's implementation ![Screenshot_1559487466](https://user-images.githubusercontent.com/13250741/58763152-ecf9b880-8574-11e9-8ed0-29593697520d.png)
priority
show product image in order detail screen is your feature request related to a problem please describe currently placeholder image is shown for products purchased for a particular order replace placeholder image with real product image describe the solution you d like fetch details of all the products in that particular order which contain media images show that in additional context see see for it s implementation
1
739,743
25,715,895,973
IssuesEvent
2022-12-07 10:18:07
vaticle/typedb-studio
https://api.github.com/repos/vaticle/typedb-studio
closed
Undefine a Type via Type Page
type: feature priority: medium
## Problem to Solve There is no way to `undefine` Types that is visible to the user by default. ## Current Workaround Currently Types can be undefined by right-clicking on the Type and choosing `delete` from the context menu. ## Proposed Solution There are controls for modification of a Type available in the Concept Info sidebar panel. Therefore, this seems like the natural place to add an option to `undefine`. ## Additional Information --
1.0
Undefine a Type via Type Page - ## Problem to Solve There is no way to `undefine` Types that is visible to the user by default. ## Current Workaround Currently Types can be undefined by right-clicking on the Type and choosing `delete` from the context menu. ## Proposed Solution There are controls for modification of a Type available in the Concept Info sidebar panel. Therefore, this seems like the natural place to add an option to `undefine`. ## Additional Information --
priority
undefine a type via type page problem to solve there is no way to undefine types that is visible to the user by default current workaround currently types can be undefined by right clicking on the type and choosing delete from the context menu proposed solution there are controls for modification of a type available in the concept info sidebar panel therefore this seems like the natural place to add an option to undefine additional information
1
583,313
17,382,100,822
IssuesEvent
2021-07-31 23:28:03
chuck2147/offseason-2021
https://api.github.com/repos/chuck2147/offseason-2021
closed
Shooter - Run-Time Settings
Medium Priority enhancement
Need a way to change at run-time the speed of the upper and lower wheels for the shooter. This can be done by setting the speeds in the Network Tables. A UI for the Driver Station needs to be established to change the Network Table settings.
1.0
Shooter - Run-Time Settings - Need a way to change at run-time the speed of the upper and lower wheels for the shooter. This can be done by setting the speeds in the Network Tables. A UI for the Driver Station needs to be established to change the Network Table settings.
priority
shooter run time settings need a way to change at run time the speed of the upper and lower wheels for the shooter this can be done by setting the speeds in the network tables a ui for the driver station needs to be established to change the network table settings
1
135,057
5,241,561,694
IssuesEvent
2017-01-31 15:59:33
ngageoint/hootenanny
https://api.github.com/repos/ngageoint/hootenanny
closed
Samoa MGCP and OSM building conflation failing
Category: Algorithms Priority: Medium Status: Ready For Review Type: Bug
Attempted to conflate the two building input files with OSM as layer 1 and samoa_mgcp_buildings (ingested using MGCP translation) as layer 2 and the job is failing. Files attached to ticket. 2016-03-03 15:37:33,735 ERROR JobResource:221 - Failed to execute.Error running conflate: TopologyException: Input geom 0 is invalid: Self-intersection at or near point -11614.054922639831 2342.9418057674179 at -11614.054922639831 2342.9418057674179 make: **\* [step1] Error 255 2016-03-03 15:37:33,736 ERROR JobExecutionManager:225 - Job with ID: 56570c1d-b821-4ed5-8336-39c0b811b2e9 failed: {"chainjobstatus":"56570c1d-b821-4ed5-8336-39c0b811b2e9","childrencount":"3","children":[{"id":"a142983e-2552-420e-bb92-e38f1989ffcb","detail":"Failed to execute.Error running conflate:\nTopologyException: Input geom 0 is invalid: Self-intersection at or near point -11614.054922639831 2342.9418057674179 at -11614.054922639831 2342.9418057674179\nmake: **\* [step1] Error 255\n","status":"failed"}]} [Samoa_OSM_buildings.zip](https://github.com/ngageoint/hootenanny/files/157865/Samoa_OSM_buildings.zip) [samoa_mgcp_buildings.zip](https://github.com/ngageoint/hootenanny/files/157864/samoa_mgcp_buildings.zip)
1.0
Samoa MGCP and OSM building conflation failing - Attempted to conflate the two building input files with OSM as layer 1 and samoa_mgcp_buildings (ingested using MGCP translation) as layer 2 and the job is failing. Files attached to ticket. 2016-03-03 15:37:33,735 ERROR JobResource:221 - Failed to execute.Error running conflate: TopologyException: Input geom 0 is invalid: Self-intersection at or near point -11614.054922639831 2342.9418057674179 at -11614.054922639831 2342.9418057674179 make: **\* [step1] Error 255 2016-03-03 15:37:33,736 ERROR JobExecutionManager:225 - Job with ID: 56570c1d-b821-4ed5-8336-39c0b811b2e9 failed: {"chainjobstatus":"56570c1d-b821-4ed5-8336-39c0b811b2e9","childrencount":"3","children":[{"id":"a142983e-2552-420e-bb92-e38f1989ffcb","detail":"Failed to execute.Error running conflate:\nTopologyException: Input geom 0 is invalid: Self-intersection at or near point -11614.054922639831 2342.9418057674179 at -11614.054922639831 2342.9418057674179\nmake: **\* [step1] Error 255\n","status":"failed"}]} [Samoa_OSM_buildings.zip](https://github.com/ngageoint/hootenanny/files/157865/Samoa_OSM_buildings.zip) [samoa_mgcp_buildings.zip](https://github.com/ngageoint/hootenanny/files/157864/samoa_mgcp_buildings.zip)
priority
samoa mgcp and osm building conflation failing attempted to conflate the two building input files with osm as layer and samoa mgcp buildings ingested using mgcp translation as layer and the job is failing files attached to ticket error jobresource failed to execute error running conflate topologyexception input geom is invalid self intersection at or near point at make error error jobexecutionmanager job with id failed chainjobstatus childrencount children error n status failed
1
53,776
3,047,372,050
IssuesEvent
2015-08-11 04:01:50
uwdata/polestar
https://api.github.com/repos/uwdata/polestar
opened
Transposing is reset with new mapping
bug Priority/3-Medium
Reproduce: * Acceleration on x * Displacement on y * Transpose * cylinders on color * boom
1.0
Transposing is reset with new mapping - Reproduce: * Acceleration on x * Displacement on y * Transpose * cylinders on color * boom
priority
transposing is reset with new mapping reproduce acceleration on x displacement on y transpose cylinders on color boom
1
628,835
20,015,452,073
IssuesEvent
2022-02-01 11:34:12
knurling-rs/defmt
https://api.github.com/repos/knurling-rs/defmt
closed
Performance - raw cycle count of an info! call
type: enhancement priority: medium status: needs PR difficulty: medium
Hi, I've been trying to find a solution that will let me log within a task running at 30 kHz. That gives me 3200 cycles at 96 MHz. At first, I was using `core::fmt` with `rtt_target`, but formatting was taking 2500+ cycles. I switched to `ufmt`, which brought that down to 650-700 cycles. Finally, I tried `defmt`, thinking it would reduce the cost further. Making the switch was a little complicated, because `probe-rs` doesn't yet have full support for the SAMD series chips. I've had to piece together some branches from @jacobrosenthal to get it all working. It works, but it's slow. The speed maxes out at `--speed 100` on my J-Link, and I think we can bump it to `--speed 200` on a CMSIS-DAP probe. Switching to `defmt` has been great overall, but performance didn't improve. I'm using the following code for a performance test: ```rust let now = DWT::get_cycle_count(); info!("now = {:u32}", now); let diff = DWT::get_cycle_count() - now; info!("diff = {:u32}", diff); ``` I'm getting `diff` values of around 800. I discussed this with @Dirbaio in the `probe-rs` Matrix chat. He took at look at the asm output of an `info!` call and wasn't surprised that it takes 800 cycles. I suppose that means there's not much hope of improving performance in the near future, but I wanted to bring up the issue for discussion. For my case, logging a single integer takes 25% of my budget, which is just not practical. I guess logging isn't really going to be possible for me. I can always slow things down, but it would be ideal if I could do it all in real-time. Do you have any thoughts or suggestions?
1.0
Performance - raw cycle count of an info! call - Hi, I've been trying to find a solution that will let me log within a task running at 30 kHz. That gives me 3200 cycles at 96 MHz. At first, I was using `core::fmt` with `rtt_target`, but formatting was taking 2500+ cycles. I switched to `ufmt`, which brought that down to 650-700 cycles. Finally, I tried `defmt`, thinking it would reduce the cost further. Making the switch was a little complicated, because `probe-rs` doesn't yet have full support for the SAMD series chips. I've had to piece together some branches from @jacobrosenthal to get it all working. It works, but it's slow. The speed maxes out at `--speed 100` on my J-Link, and I think we can bump it to `--speed 200` on a CMSIS-DAP probe. Switching to `defmt` has been great overall, but performance didn't improve. I'm using the following code for a performance test: ```rust let now = DWT::get_cycle_count(); info!("now = {:u32}", now); let diff = DWT::get_cycle_count() - now; info!("diff = {:u32}", diff); ``` I'm getting `diff` values of around 800. I discussed this with @Dirbaio in the `probe-rs` Matrix chat. He took at look at the asm output of an `info!` call and wasn't surprised that it takes 800 cycles. I suppose that means there's not much hope of improving performance in the near future, but I wanted to bring up the issue for discussion. For my case, logging a single integer takes 25% of my budget, which is just not practical. I guess logging isn't really going to be possible for me. I can always slow things down, but it would be ideal if I could do it all in real-time. Do you have any thoughts or suggestions?
priority
performance raw cycle count of an info call hi i ve been trying to find a solution that will let me log within a task running at khz that gives me cycles at mhz at first i was using core fmt with rtt target but formatting was taking cycles i switched to ufmt which brought that down to cycles finally i tried defmt thinking it would reduce the cost further making the switch was a little complicated because probe rs doesn t yet have full support for the samd series chips i ve had to piece together some branches from jacobrosenthal to get it all working it works but it s slow the speed maxes out at speed on my j link and i think we can bump it to speed on a cmsis dap probe switching to defmt has been great overall but performance didn t improve i m using the following code for a performance test rust let now dwt get cycle count info now now let diff dwt get cycle count now info diff diff i m getting diff values of around i discussed this with dirbaio in the probe rs matrix chat he took at look at the asm output of an info call and wasn t surprised that it takes cycles i suppose that means there s not much hope of improving performance in the near future but i wanted to bring up the issue for discussion for my case logging a single integer takes of my budget which is just not practical i guess logging isn t really going to be possible for me i can always slow things down but it would be ideal if i could do it all in real time do you have any thoughts or suggestions
1
308,111
9,430,317,128
IssuesEvent
2019-04-12 08:44:35
projectacrn/acrn-hypervisor
https://api.github.com/repos/projectacrn/acrn-hypervisor
closed
Disable MPX capability in guest VM
priority: P3-Medium status: implemented type: feature
According to requirements, disable MPX capability in guest VM
1.0
Disable MPX capability in guest VM - According to requirements, disable MPX capability in guest VM
priority
disable mpx capability in guest vm according to requirements disable mpx capability in guest vm
1
282,214
8,704,536,447
IssuesEvent
2018-12-05 19:41:03
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
USER ISSUE: Pushed Repair Button on someone else's repair bench
Medium Priority
**Version:** 0.7.3.1 beta **Steps to Reproduce:** Walk up to repair bench. Push repair on scyth that was already in the bench. Crash. **Expected behavior:** Not crashed. **Actual behavior:** Crash. Caught exception <size=60.00%>Exception has been thrown by the target of an invocation. Object reference not set to an instance of an object at Eco.Shared.Networking.RPCManager.TryInvoke (System.Object controller, System.String methodname, Eco.Shared.Serialization.BSONObject bsonArgs, System.Object& result) [0x0003e] in <cc4e7f42510a41468104542dabba8880>:0 at Eco.Shared.Networking.RPCManager.InvokeOn (Eco.Shared.Serialization.BSONObject bson, System.Object controller, System.String methodname) [0x00055] in <cc4e7f42510a41468104542dabba8880>:0 at Eco.Core.Controller.ControllerManager.HandleViewRPC (System.Int32 controllerID, System.String methodname, Eco.Shared.Serialization.BSONObject bson) [0x00007] in <20717aaf97514f69aad154ed35e6446d>:0 at Eco.Plugins.Networking.Clients.Client.ViewRPC (System.Int32 id, System.String methodname, Eco.Shared.Serialization.BSONObject bson) [0x00000] in <10f7b3a74ef6420a95b64aba94a097e2>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <5bb91d6427d54b298b871e5b235f0140>:0 </size> ```
1.0
USER ISSUE: Pushed Repair Button on someone else's repair bench - **Version:** 0.7.3.1 beta **Steps to Reproduce:** Walk up to repair bench. Push repair on scyth that was already in the bench. Crash. **Expected behavior:** Not crashed. **Actual behavior:** Crash. Caught exception <size=60.00%>Exception has been thrown by the target of an invocation. Object reference not set to an instance of an object at Eco.Shared.Networking.RPCManager.TryInvoke (System.Object controller, System.String methodname, Eco.Shared.Serialization.BSONObject bsonArgs, System.Object& result) [0x0003e] in <cc4e7f42510a41468104542dabba8880>:0 at Eco.Shared.Networking.RPCManager.InvokeOn (Eco.Shared.Serialization.BSONObject bson, System.Object controller, System.String methodname) [0x00055] in <cc4e7f42510a41468104542dabba8880>:0 at Eco.Core.Controller.ControllerManager.HandleViewRPC (System.Int32 controllerID, System.String methodname, Eco.Shared.Serialization.BSONObject bson) [0x00007] in <20717aaf97514f69aad154ed35e6446d>:0 at Eco.Plugins.Networking.Clients.Client.ViewRPC (System.Int32 id, System.String methodname, Eco.Shared.Serialization.BSONObject bson) [0x00000] in <10f7b3a74ef6420a95b64aba94a097e2>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <5bb91d6427d54b298b871e5b235f0140>:0 </size> ```
priority
user issue pushed repair button on someone else s repair bench version beta steps to reproduce walk up to repair bench push repair on scyth that was already in the bench crash expected behavior not crashed actual behavior crash caught exception exception has been thrown by the target of an invocation object reference not set to an instance of an object at eco shared networking rpcmanager tryinvoke system object controller system string methodname eco shared serialization bsonobject bsonargs system object result in at eco shared networking rpcmanager invokeon eco shared serialization bsonobject bson system object controller system string methodname in at eco core controller controllermanager handleviewrpc system controllerid system string methodname eco shared serialization bsonobject bson in at eco plugins networking clients client viewrpc system id system string methodname eco shared serialization bsonobject bson in at wrapper managed to native system reflection monomethod internalinvoke system reflection monomethod object object system exception at system reflection monomethod invoke system object obj system reflection bindingflags invokeattr system reflection binder binder system object parameters system globalization cultureinfo culture in
1
204,494
7,088,192,683
IssuesEvent
2018-01-11 20:34:38
HabitRPG/habitica
https://api.github.com/repos/HabitRPG/habitica
closed
allocate always assigns to STR
priority: medium section: Avatar/User Modal section: Task Page status: issue: need investigation status: needs reply
curl https://habitica.com/api/v3/user/allocate -s -X POST -H "Content-Type:application/json" -H "x-api-key: ..." -H "x-api-user: ..." -d '{"stat":"int"}' This assigns to STR. I can't seem to assign to anything but STR, and I've tried escaping characters and stuff like that.
1.0
allocate always assigns to STR - curl https://habitica.com/api/v3/user/allocate -s -X POST -H "Content-Type:application/json" -H "x-api-key: ..." -H "x-api-user: ..." -d '{"stat":"int"}' This assigns to STR. I can't seem to assign to anything but STR, and I've tried escaping characters and stuff like that.
priority
allocate always assigns to str curl s x post h content type application json h x api key h x api user d stat int this assigns to str i can t seem to assign to anything but str and i ve tried escaping characters and stuff like that
1
721,898
24,842,532,650
IssuesEvent
2022-10-26 13:43:39
ncssar/radiolog
https://api.github.com/repos/ncssar/radiolog
closed
prompt user for action on various new entry callsign values
enhancement Priority:Medium
- [x] if callsign is blank or 'Team', prompt the user and do not accept - [x] if callsign 'appears wacky' such as 75623 etc, prompt the user, with 'save the message as it is' vs 'go back and edit the callsign' - [ ] if callsign does not have an existing tab, and is 'similar to' an existing tab, prompt the user with the same two options - callsign 75623 (or such) was noticed at the 7/9/22 all-team training. Most likely due to operator confusion, but, should be detectable. - nearly-identical callsigns should probably actually be the same callsign; prompting the user before accepting should reduce the team tab count and improve consistency (i.e. 'before-the-fact'); merging content from one team tab into another (i.e. 'after-the-fact') is a different issue
1.0
prompt user for action on various new entry callsign values - - [x] if callsign is blank or 'Team', prompt the user and do not accept - [x] if callsign 'appears wacky' such as 75623 etc, prompt the user, with 'save the message as it is' vs 'go back and edit the callsign' - [ ] if callsign does not have an existing tab, and is 'similar to' an existing tab, prompt the user with the same two options - callsign 75623 (or such) was noticed at the 7/9/22 all-team training. Most likely due to operator confusion, but, should be detectable. - nearly-identical callsigns should probably actually be the same callsign; prompting the user before accepting should reduce the team tab count and improve consistency (i.e. 'before-the-fact'); merging content from one team tab into another (i.e. 'after-the-fact') is a different issue
priority
prompt user for action on various new entry callsign values if callsign is blank or team prompt the user and do not accept if callsign appears wacky such as etc prompt the user with save the message as it is vs go back and edit the callsign if callsign does not have an existing tab and is similar to an existing tab prompt the user with the same two options callsign or such was noticed at the all team training most likely due to operator confusion but should be detectable nearly identical callsigns should probably actually be the same callsign prompting the user before accepting should reduce the team tab count and improve consistency i e before the fact merging content from one team tab into another i e after the fact is a different issue
1
619,200
19,518,793,405
IssuesEvent
2021-12-29 14:46:54
eclipse/dirigible
https://api.github.com/repos/eclipse/dirigible
closed
[Releng] CLI package for test purposes
enhancement priority-low efforts-medium
Provide a package as CLI which can execute script file within a workspace from terminal.
1.0
[Releng] CLI package for test purposes - Provide a package as CLI which can execute script file within a workspace from terminal.
priority
cli package for test purposes provide a package as cli which can execute script file within a workspace from terminal
1
409,942
11,980,787,098
IssuesEvent
2020-04-07 09:56:18
ansible/awx
https://api.github.com/repos/ansible/awx
closed
Running template module in AWX 10.0.0 produces different results from AWX8.0.0 when using the same virtual environment
component:api priority:medium state:needs_devel state:needs_info type:bug
##### ISSUE TYPE - Bug Report ##### SUMMARY When using AWX 10.0.0 to call the Ansible template module AWX 10.0.0 produces different results than AWX 8.0.0. This is when using the same virtual environment. When using the template module against a output file that already exists AWX 10.0.0 will report the output file has changed, when doing this against AWX 8.0.0 the file isn't changed. It seems that AWX 10.0.0 calls the template module with different module_args than AWX 8.0.0 even though it's using the same virtual environment and Ansible version. This can't be replicated in AWX 10.0.0 when running the playbook manually within the container via command line. ##### ENVIRONMENT * AWX version: 10.0.0 * AWX install method: openshift * Ansible version: 2.4.3.0 * Operating System: * Web Browser: ##### STEPS TO REPRODUCE Have a git repo where there are already existing output files from the template module. Setup AWX 8.0.0 with a virtualenv and point to it to a playbook that performs a template function that already produced the output files from above. There will be no changes. Setup AWX 10.0.0 with the same virtualenv and point to it to a playbook that performs a template function that already produced the output files from above. There will be changes. ##### EXPECTED RESULTS No changes detected ##### ACTUAL RESULTS Changes detected ##### ADDITIONAL INFORMATION When checking the invocation for the template module the module_args are different although we're using the same virtualenv which has the same Ansible version. I wouldn't expect these to change. The diff is also different too, file names have changed too. AWX8.0.0 ``` { "_ansible_parsed": true, "group": "root", "uid": 1000, "checksum": "f4ec7c23594121a180c1feaa2b669b2a7fcbfe60", "changed": false, "state": "file", "gid": 0, "mode": "0644", "invocation": { "module_args": { "directory_mode": null, "force": false, "remote_src": null, "path": "output/SITE/myconfig.cfg", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "file", "content": null, "serole": null, "diff_peek": null, "setype": null, "dest": "output/SITE/myconfig.cfg", "selevel": null, "original_basename": "myjinja.j2", "regexp": null, "validate": null, "src": "myjinja.j2", "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null } }, "owner": "awx", "diff": { "after": { "path": "output/SITE/myconfig.cfg" }, "before": { "path": "output/SITE/myconfig.cfg" } }, "path": "output/SITE/myconfig.cfg", "size": 45817, "_ansible_no_log": false } ``` AWX 10.0.0 ``` { "_ansible_parsed": true, "src": "/var/lib/awx/.ansible/tmp/ansible-tmp-1585821354.32-194655161154611/source", "md5sum": "6713681ba2a89120b255d81db6921d31", "group": "root", "uid": 1000, "dest": "output/SITE/myconfig.cfg", "checksum": "9c080b0fc34238dd8388296db38c7bc2633df1c2", "changed": true, "owner": "awx", "state": "file", "gid": 0, "mode": "0644", "invocation": { "module_args": { "directory_mode": null, "force": true, "remote_src": null, "owner": null, "follow": false, "local_follow": null, "group": null, "unsafe_writes": null, "setype": null, "content": null, "serole": null, "dest": "output/SITE/myconfig.cfg", "selevel": null, "original_basename": "myjinja.j2", "regexp": null, "validate": null, "src": "/var/lib/awx/.ansible/tmp/ansible-tmp-1585821354.32-194655161154611/source", "seuser": null, "delimiter": null, "mode": null, "attributes": null, "backup": false } }, "diff": [ { "after": "a lot of output", "after_header": "/tmp/tmpLSJWJr/myjinja.j2", "before_header": "output/SITE/myconfig.cfg", "before": "a lot of output but with some extra whitespace" } ], "size": 45817, "_ansible_no_log": false } ```
1.0
Running template module in AWX 10.0.0 produces different results from AWX8.0.0 when using the same virtual environment - ##### ISSUE TYPE - Bug Report ##### SUMMARY When using AWX 10.0.0 to call the Ansible template module AWX 10.0.0 produces different results than AWX 8.0.0. This is when using the same virtual environment. When using the template module against a output file that already exists AWX 10.0.0 will report the output file has changed, when doing this against AWX 8.0.0 the file isn't changed. It seems that AWX 10.0.0 calls the template module with different module_args than AWX 8.0.0 even though it's using the same virtual environment and Ansible version. This can't be replicated in AWX 10.0.0 when running the playbook manually within the container via command line. ##### ENVIRONMENT * AWX version: 10.0.0 * AWX install method: openshift * Ansible version: 2.4.3.0 * Operating System: * Web Browser: ##### STEPS TO REPRODUCE Have a git repo where there are already existing output files from the template module. Setup AWX 8.0.0 with a virtualenv and point to it to a playbook that performs a template function that already produced the output files from above. There will be no changes. Setup AWX 10.0.0 with the same virtualenv and point to it to a playbook that performs a template function that already produced the output files from above. There will be changes. ##### EXPECTED RESULTS No changes detected ##### ACTUAL RESULTS Changes detected ##### ADDITIONAL INFORMATION When checking the invocation for the template module the module_args are different although we're using the same virtualenv which has the same Ansible version. I wouldn't expect these to change. The diff is also different too, file names have changed too. AWX8.0.0 ``` { "_ansible_parsed": true, "group": "root", "uid": 1000, "checksum": "f4ec7c23594121a180c1feaa2b669b2a7fcbfe60", "changed": false, "state": "file", "gid": 0, "mode": "0644", "invocation": { "module_args": { "directory_mode": null, "force": false, "remote_src": null, "path": "output/SITE/myconfig.cfg", "owner": null, "follow": false, "group": null, "unsafe_writes": null, "state": "file", "content": null, "serole": null, "diff_peek": null, "setype": null, "dest": "output/SITE/myconfig.cfg", "selevel": null, "original_basename": "myjinja.j2", "regexp": null, "validate": null, "src": "myjinja.j2", "seuser": null, "recurse": false, "delimiter": null, "mode": null, "attributes": null, "backup": null } }, "owner": "awx", "diff": { "after": { "path": "output/SITE/myconfig.cfg" }, "before": { "path": "output/SITE/myconfig.cfg" } }, "path": "output/SITE/myconfig.cfg", "size": 45817, "_ansible_no_log": false } ``` AWX 10.0.0 ``` { "_ansible_parsed": true, "src": "/var/lib/awx/.ansible/tmp/ansible-tmp-1585821354.32-194655161154611/source", "md5sum": "6713681ba2a89120b255d81db6921d31", "group": "root", "uid": 1000, "dest": "output/SITE/myconfig.cfg", "checksum": "9c080b0fc34238dd8388296db38c7bc2633df1c2", "changed": true, "owner": "awx", "state": "file", "gid": 0, "mode": "0644", "invocation": { "module_args": { "directory_mode": null, "force": true, "remote_src": null, "owner": null, "follow": false, "local_follow": null, "group": null, "unsafe_writes": null, "setype": null, "content": null, "serole": null, "dest": "output/SITE/myconfig.cfg", "selevel": null, "original_basename": "myjinja.j2", "regexp": null, "validate": null, "src": "/var/lib/awx/.ansible/tmp/ansible-tmp-1585821354.32-194655161154611/source", "seuser": null, "delimiter": null, "mode": null, "attributes": null, "backup": false } }, "diff": [ { "after": "a lot of output", "after_header": "/tmp/tmpLSJWJr/myjinja.j2", "before_header": "output/SITE/myconfig.cfg", "before": "a lot of output but with some extra whitespace" } ], "size": 45817, "_ansible_no_log": false } ```
priority
running template module in awx produces different results from when using the same virtual environment issue type bug report summary when using awx to call the ansible template module awx produces different results than awx this is when using the same virtual environment when using the template module against a output file that already exists awx will report the output file has changed when doing this against awx the file isn t changed it seems that awx calls the template module with different module args than awx even though it s using the same virtual environment and ansible version this can t be replicated in awx when running the playbook manually within the container via command line environment awx version awx install method openshift ansible version operating system web browser steps to reproduce have a git repo where there are already existing output files from the template module setup awx with a virtualenv and point to it to a playbook that performs a template function that already produced the output files from above there will be no changes setup awx with the same virtualenv and point to it to a playbook that performs a template function that already produced the output files from above there will be changes expected results no changes detected actual results changes detected additional information when checking the invocation for the template module the module args are different although we re using the same virtualenv which has the same ansible version i wouldn t expect these to change the diff is also different too file names have changed too ansible parsed true group root uid checksum changed false state file gid mode invocation module args directory mode null force false remote src null path output site myconfig cfg owner null follow false group null unsafe writes null state file content null serole null diff peek null setype null dest output site myconfig cfg selevel null original basename myjinja regexp null validate null src myjinja seuser null recurse false delimiter null mode null attributes null backup null owner awx diff after path output site myconfig cfg before path output site myconfig cfg path output site myconfig cfg size ansible no log false awx ansible parsed true src var lib awx ansible tmp ansible tmp source group root uid dest output site myconfig cfg checksum changed true owner awx state file gid mode invocation module args directory mode null force true remote src null owner null follow false local follow null group null unsafe writes null setype null content null serole null dest output site myconfig cfg selevel null original basename myjinja regexp null validate null src var lib awx ansible tmp ansible tmp source seuser null delimiter null mode null attributes null backup false diff after a lot of output after header tmp tmplsjwjr myjinja before header output site myconfig cfg before a lot of output but with some extra whitespace size ansible no log false
1
163,473
6,198,937,731
IssuesEvent
2017-07-05 20:22:22
mozilla/MozDef
https://api.github.com/repos/mozilla/MozDef
closed
Support event signature to authenticate publishers
category:feature contributors needed priority:medium state:stale
At the moment, any publishers can send any event type, and potentially publish fraudulent or conflicting events. It would be useful to support publisher authentication, preferably over AMQP. For example, a publisher could insert an [IdFix](https://github.com/jvehent/idfix) `signature` field into the event. A MozDef plugin would verify the signature and set the identity of the publisher appropriately. The identity would allow for access control rules to be applied to publishers. A good candidate for this would be the `asset_hints` events, to prevent a rogue publisher from corrupting asset data.
1.0
Support event signature to authenticate publishers - At the moment, any publishers can send any event type, and potentially publish fraudulent or conflicting events. It would be useful to support publisher authentication, preferably over AMQP. For example, a publisher could insert an [IdFix](https://github.com/jvehent/idfix) `signature` field into the event. A MozDef plugin would verify the signature and set the identity of the publisher appropriately. The identity would allow for access control rules to be applied to publishers. A good candidate for this would be the `asset_hints` events, to prevent a rogue publisher from corrupting asset data.
priority
support event signature to authenticate publishers at the moment any publishers can send any event type and potentially publish fraudulent or conflicting events it would be useful to support publisher authentication preferably over amqp for example a publisher could insert an signature field into the event a mozdef plugin would verify the signature and set the identity of the publisher appropriately the identity would allow for access control rules to be applied to publishers a good candidate for this would be the asset hints events to prevent a rogue publisher from corrupting asset data
1
175,302
6,549,216,915
IssuesEvent
2017-09-05 05:27:20
ms609/citation-bot
https://api.github.com/repos/ms609/citation-bot
closed
Handle handling
auto-migrated Priority-Medium Type-Enhancement
``` Support handles from hdl.handle.org ``` Original issue reported on code.google.com by `MartinS` on 11 Oct 2010 at 5:22
1.0
Handle handling - ``` Support handles from hdl.handle.org ``` Original issue reported on code.google.com by `MartinS` on 11 Oct 2010 at 5:22
priority
handle handling support handles from hdl handle org original issue reported on code google com by martins on oct at
1
410,972
12,004,684,117
IssuesEvent
2020-04-09 12:03:55
way-of-elendil/3.3.5
https://api.github.com/repos/way-of-elendil/3.3.5
closed
NPC: Traquépine
bug priority-medium type-boss type-dungeon
**Description** Les auto attaques de Traquépine stoppent la canalisation du Rugissement puissant NPC: 37534 36922 - [Rugissement puissant, rank 1 frFR] à toutes les difficultés
1.0
NPC: Traquépine - **Description** Les auto attaques de Traquépine stoppent la canalisation du Rugissement puissant NPC: 37534 36922 - [Rugissement puissant, rank 1 frFR] à toutes les difficultés
priority
npc traquépine description les auto attaques de traquépine stoppent la canalisation du rugissement puissant npc à toutes les difficultés
1
748,313
26,117,378,332
IssuesEvent
2022-12-28 08:16:06
CrowdDotDev/crowd.dev
https://api.github.com/repos/CrowdDotDev/crowd.dev
closed
[C-268] CSV export with all the data
Feature Medium priority
Problem: currently we are doing the export from the frontend, so we only export the current page. We should do this on the backend so we can export everything. We will probably need to do this asynchronously, zip it, and send it by email. Similar to what Slack does. --- Created via [Raycast](https://www.raycast.com) <sub>From [SyncLinear.com](https://synclinear.com) | [C-268](https://linear.app/crowddotdev/issue/C-268/csv-export-with-all-the-data)</sub>
1.0
[C-268] CSV export with all the data - Problem: currently we are doing the export from the frontend, so we only export the current page. We should do this on the backend so we can export everything. We will probably need to do this asynchronously, zip it, and send it by email. Similar to what Slack does. --- Created via [Raycast](https://www.raycast.com) <sub>From [SyncLinear.com](https://synclinear.com) | [C-268](https://linear.app/crowddotdev/issue/C-268/csv-export-with-all-the-data)</sub>
priority
csv export with all the data problem currently we are doing the export from the frontend so we only export the current page we should do this on the backend so we can export everything we will probably need to do this asynchronously zip it and send it by email similar to what slack does created via from
1
31,096
2,731,775,712
IssuesEvent
2015-04-16 22:25:41
dpaukov/combinatoricslib
https://api.github.com/repos/dpaukov/combinatoricslib
opened
getNumberOfGeneratedObjects() returns long; ints only accepted by generateObjectsRange()
enhancement imported Priority-Medium
Reported by glparsons, 16 Apr 2015 What steps will reproduce the problem. 1. Go to documentation: https://combinatoricslib.googlecode.com/svn/tags/release21/doc/org/paukov/combinatorics/IGenerator.html#generateObjectsRange(int, int) 2. Subject line says the rest. What happens if the number of objects is greater than an int...and you need to access a latter sub-range with indices of size greater than an int (long, as returned by getNumberOfGeneratedObjects())? Am I missing something? Thanks. Greg
1.0
getNumberOfGeneratedObjects() returns long; ints only accepted by generateObjectsRange() - Reported by glparsons, 16 Apr 2015 What steps will reproduce the problem. 1. Go to documentation: https://combinatoricslib.googlecode.com/svn/tags/release21/doc/org/paukov/combinatorics/IGenerator.html#generateObjectsRange(int, int) 2. Subject line says the rest. What happens if the number of objects is greater than an int...and you need to access a latter sub-range with indices of size greater than an int (long, as returned by getNumberOfGeneratedObjects())? Am I missing something? Thanks. Greg
priority
getnumberofgeneratedobjects returns long ints only accepted by generateobjectsrange reported by glparsons apr what steps will reproduce the problem go to documentation int subject line says the rest what happens if the number of objects is greater than an int and you need to access a latter sub range with indices of size greater than an int long as returned by getnumberofgeneratedobjects am i missing something thanks greg
1
400,213
11,770,658,235
IssuesEvent
2020-03-15 20:12:58
Extum/material
https://api.github.com/repos/Extum/material
closed
Badge pop-up stays inside the button
bug help wanted priority: medium
**Describe the bug** The notification badge when there is a notification stays inside the button area instead of expanding and overlapping the outline button. **Expected behavior** The badge should not stay inside the button. **Screenshots** ![screenshot_2018-07-27 extum material theme demo 1](https://user-images.githubusercontent.com/17576065/43310535-7c6763de-9190-11e8-8ac8-7ceaa1f8473a.png) **Environment (please complete the following information):** - OS: macOS Mojave - Browser: Firefox - Flarum Url: https://materialtheme.freeflarum.com/ - Flarum Version 0.1.0-beta.7
1.0
Badge pop-up stays inside the button - **Describe the bug** The notification badge when there is a notification stays inside the button area instead of expanding and overlapping the outline button. **Expected behavior** The badge should not stay inside the button. **Screenshots** ![screenshot_2018-07-27 extum material theme demo 1](https://user-images.githubusercontent.com/17576065/43310535-7c6763de-9190-11e8-8ac8-7ceaa1f8473a.png) **Environment (please complete the following information):** - OS: macOS Mojave - Browser: Firefox - Flarum Url: https://materialtheme.freeflarum.com/ - Flarum Version 0.1.0-beta.7
priority
badge pop up stays inside the button describe the bug the notification badge when there is a notification stays inside the button area instead of expanding and overlapping the outline button expected behavior the badge should not stay inside the button screenshots environment please complete the following information os macos mojave browser firefox flarum url flarum version beta
1
431,778
12,485,427,414
IssuesEvent
2020-05-30 19:43:09
buddyboss/buddyboss-platform
https://api.github.com/repos/buddyboss/buddyboss-platform
closed
Buddyboss EVENT plugin
feature: enhancement priority: medium
**Is your feature request related to a problem? Please describe.** Users want to have a plugin where they can inform their plans, update and engage the participants of their events. As a community administrator, you have full control on this app such as approve events, configure the permission of event creation, editing, deletion on each user group and more. **Describe the solution you'd like** Manage Events You can manage all events created by your users. You can edit full information of events as well as approve or feature or even delete them. Approval System You can enable approval system where, if enabled, users will have their events viewed by a site moderator before it can be viewed publicly. The moderators can then decide to either approve or deny the event. Quick & Easy Provide a block on your user's dashboard so they can create an event at any time within seconds. Report an Event Events can be reported to the Admins by the community to help prevent SPAM and/or remove inappropriate material that is considered to breach the terms & conditions of the site. Invite Friends Allow your users to invite their friends to join the event by using a powerful guest list manager or by sending out emails. Mass Email Keeping users up-to-date with an event is crucial and those that host events can mass email all of their guests directly from their event manager. Likes, Comments & Shares Keep your users active by giving them the ability to easily Like or comment on an event. Activity Feed Each event includes its very own activity feed. When a user attend an event it creates an activity feed. Search Filter By using search filter your users can easily find the events they are looking for. RSVP Potential guests to an event can RSVP one of the following options (Admin can active or not the maybe attending option) : - Attending - Maybe Attending (Admin can activate or not this option) - Not Attending Create a widget with attendees' avatar and count. Join Events Provide some options for your users to express their willingness to join events or not. They can be attending, (maybe attending) or not attending. Post status Keep your users active by giving them the ability to easily post their statuses into the events. Start & End Times Your users can define the exact time their event will start and end (optional in admin section). Privacy Control Users can control who can view and comment on their event (all, only friends, custom...). Custom Categories You can create as many categories as you want and edit the categories for events. Also all front end fields must be editable in admin dashboard and admin can mandatory or not a field. **Describe alternatives you've considered** Here is a description from the CMS PHPFOX: https://www.phpfox.com/features/engagement/events/ For buddypress/boss there is NOT a dedicated event plugin. The buddypress simple event: https://wordpress.org/plugins/buddypress-simple-events/#developers miss some features. **Support ticket links** I have not submitted this information to the ticketing platform. Hope you will consider this request. Most CMS have this feature: PHPFOX, socialengine, Jomsocial (joomla), Easysocial (Joomla)... I think this is a basic feature for all communities CMS. This is just insane that a plugin like Buddypress haven't a viable option for event... Regards.
1.0
Buddyboss EVENT plugin - **Is your feature request related to a problem? Please describe.** Users want to have a plugin where they can inform their plans, update and engage the participants of their events. As a community administrator, you have full control on this app such as approve events, configure the permission of event creation, editing, deletion on each user group and more. **Describe the solution you'd like** Manage Events You can manage all events created by your users. You can edit full information of events as well as approve or feature or even delete them. Approval System You can enable approval system where, if enabled, users will have their events viewed by a site moderator before it can be viewed publicly. The moderators can then decide to either approve or deny the event. Quick & Easy Provide a block on your user's dashboard so they can create an event at any time within seconds. Report an Event Events can be reported to the Admins by the community to help prevent SPAM and/or remove inappropriate material that is considered to breach the terms & conditions of the site. Invite Friends Allow your users to invite their friends to join the event by using a powerful guest list manager or by sending out emails. Mass Email Keeping users up-to-date with an event is crucial and those that host events can mass email all of their guests directly from their event manager. Likes, Comments & Shares Keep your users active by giving them the ability to easily Like or comment on an event. Activity Feed Each event includes its very own activity feed. When a user attend an event it creates an activity feed. Search Filter By using search filter your users can easily find the events they are looking for. RSVP Potential guests to an event can RSVP one of the following options (Admin can active or not the maybe attending option) : - Attending - Maybe Attending (Admin can activate or not this option) - Not Attending Create a widget with attendees' avatar and count. Join Events Provide some options for your users to express their willingness to join events or not. They can be attending, (maybe attending) or not attending. Post status Keep your users active by giving them the ability to easily post their statuses into the events. Start & End Times Your users can define the exact time their event will start and end (optional in admin section). Privacy Control Users can control who can view and comment on their event (all, only friends, custom...). Custom Categories You can create as many categories as you want and edit the categories for events. Also all front end fields must be editable in admin dashboard and admin can mandatory or not a field. **Describe alternatives you've considered** Here is a description from the CMS PHPFOX: https://www.phpfox.com/features/engagement/events/ For buddypress/boss there is NOT a dedicated event plugin. The buddypress simple event: https://wordpress.org/plugins/buddypress-simple-events/#developers miss some features. **Support ticket links** I have not submitted this information to the ticketing platform. Hope you will consider this request. Most CMS have this feature: PHPFOX, socialengine, Jomsocial (joomla), Easysocial (Joomla)... I think this is a basic feature for all communities CMS. This is just insane that a plugin like Buddypress haven't a viable option for event... Regards.
priority
buddyboss event plugin is your feature request related to a problem please describe users want to have a plugin where they can inform their plans update and engage the participants of their events as a community administrator you have full control on this app such as approve events configure the permission of event creation editing deletion on each user group and more describe the solution you d like manage events you can manage all events created by your users you can edit full information of events as well as approve or feature or even delete them approval system you can enable approval system where if enabled users will have their events viewed by a site moderator before it can be viewed publicly the moderators can then decide to either approve or deny the event quick easy provide a block on your user s dashboard so they can create an event at any time within seconds report an event events can be reported to the admins by the community to help prevent spam and or remove inappropriate material that is considered to breach the terms conditions of the site invite friends allow your users to invite their friends to join the event by using a powerful guest list manager or by sending out emails mass email keeping users up to date with an event is crucial and those that host events can mass email all of their guests directly from their event manager likes comments shares keep your users active by giving them the ability to easily like or comment on an event activity feed each event includes its very own activity feed when a user attend an event it creates an activity feed search filter by using search filter your users can easily find the events they are looking for rsvp potential guests to an event can rsvp one of the following options admin can active or not the maybe attending option attending maybe attending admin can activate or not this option not attending create a widget with attendees avatar and count join events provide some options for your users to express their willingness to join events or not they can be attending maybe attending or not attending post status keep your users active by giving them the ability to easily post their statuses into the events start end times your users can define the exact time their event will start and end optional in admin section privacy control users can control who can view and comment on their event all only friends custom custom categories you can create as many categories as you want and edit the categories for events also all front end fields must be editable in admin dashboard and admin can mandatory or not a field describe alternatives you ve considered here is a description from the cms phpfox for buddypress boss there is not a dedicated event plugin the buddypress simple event miss some features support ticket links i have not submitted this information to the ticketing platform hope you will consider this request most cms have this feature phpfox socialengine jomsocial joomla easysocial joomla i think this is a basic feature for all communities cms this is just insane that a plugin like buddypress haven t a viable option for event regards
1
114,213
4,621,609,295
IssuesEvent
2016-09-27 02:25:24
couchbase/couchbase-lite-net
https://api.github.com/repos/couchbase/couchbase-lite-net
closed
Xamarin Android secure storage can't delete all tokens
bug priority-medium ready size-small
Need a way to group them by label and/or service (already implemented in iOS and desktop).
1.0
Xamarin Android secure storage can't delete all tokens - Need a way to group them by label and/or service (already implemented in iOS and desktop).
priority
xamarin android secure storage can t delete all tokens need a way to group them by label and or service already implemented in ios and desktop
1
527,245
15,326,933,583
IssuesEvent
2021-02-26 04:55:04
chicagopython/chipy.org
https://api.github.com/repos/chicagopython/chipy.org
closed
Change Upcoming events to "Train Stop" interface
difficulty: hard priority: medium type: enhancement
There's this really cool interface that was part of the original design, but was too complex to implement quickly. We'd love to see it replace the "Upcoming meetings page" ![image](https://user-images.githubusercontent.com/5155488/107708196-b69c9800-6c88-11eb-8f20-ec527b3c1b85.png) Requirements * Show minimum of one event in the past (possibly two if you think it looks better) * Show up to 4 events in the future (use judgement) * Alternating sides of the track per the design * Line/Dot connecting to the center * Link to "All Upcoming events (List View)" at the bottom takes you the current (boring) page Nice to haves * Figuring an easy way to do RSVPs would be nice (and to show that someone had RSVP'd for each event). In the interim, each button should say "INFO" or "LEARN MORE". Something like that. Best to start from scratch on the assets here.
1.0
Change Upcoming events to "Train Stop" interface - There's this really cool interface that was part of the original design, but was too complex to implement quickly. We'd love to see it replace the "Upcoming meetings page" ![image](https://user-images.githubusercontent.com/5155488/107708196-b69c9800-6c88-11eb-8f20-ec527b3c1b85.png) Requirements * Show minimum of one event in the past (possibly two if you think it looks better) * Show up to 4 events in the future (use judgement) * Alternating sides of the track per the design * Line/Dot connecting to the center * Link to "All Upcoming events (List View)" at the bottom takes you the current (boring) page Nice to haves * Figuring an easy way to do RSVPs would be nice (and to show that someone had RSVP'd for each event). In the interim, each button should say "INFO" or "LEARN MORE". Something like that. Best to start from scratch on the assets here.
priority
change upcoming events to train stop interface there s this really cool interface that was part of the original design but was too complex to implement quickly we d love to see it replace the upcoming meetings page requirements show minimum of one event in the past possibly two if you think it looks better show up to events in the future use judgement alternating sides of the track per the design line dot connecting to the center link to all upcoming events list view at the bottom takes you the current boring page nice to haves figuring an easy way to do rsvps would be nice and to show that someone had rsvp d for each event in the interim each button should say info or learn more something like that best to start from scratch on the assets here
1
235,041
7,733,879,796
IssuesEvent
2018-05-26 17:06:28
vinitkumar/googlecl
https://api.github.com/repos/vinitkumar/googlecl
closed
ValueError "insecure string pickle" on Windows
Priority-Medium bug imported
_From [spv60582](https://code.google.com/u/spv60582/) on July 02, 2010 14:04:55_ What steps will reproduce the problem? python.exe google youtube list What is the expected output? What do you see instead? Output error: Traceback (most recent call last): File "google", line 536, in <module> main() File "google", line 530, in main run_once(options, args) File "google", line 364, in run_once token = googlecl.read_access_token(service, client.email) File "C:\Python26\lib\site-packages\googlecl__init__.py", line 160, in read_access_token token_dict = pickle.load(token_file) File "C:\Python26\lib\pickle.py", line 1370, in load return Unpickler(file).load() File "C:\Python26\lib\pickle.py", line 858, in load dispatch[key](self) File "C:\Python26\lib\pickle.py", line 966, in load_string raise ValueError, "insecure string pickle" ValueError: insecure string pickle What version of the product are you using? On what operating system? What version of gdata-python-client (aka python-gdata)? googlecl 0.9.8 python 2.6.5 gdata 2.0.10 installed on Windows XP SP3 Please provide any additional information below. This task worked correctly on prev 0.9.7 version _Original issue: http://code.google.com/p/googlecl/issues/detail?id=204_
1.0
ValueError "insecure string pickle" on Windows - _From [spv60582](https://code.google.com/u/spv60582/) on July 02, 2010 14:04:55_ What steps will reproduce the problem? python.exe google youtube list What is the expected output? What do you see instead? Output error: Traceback (most recent call last): File "google", line 536, in <module> main() File "google", line 530, in main run_once(options, args) File "google", line 364, in run_once token = googlecl.read_access_token(service, client.email) File "C:\Python26\lib\site-packages\googlecl__init__.py", line 160, in read_access_token token_dict = pickle.load(token_file) File "C:\Python26\lib\pickle.py", line 1370, in load return Unpickler(file).load() File "C:\Python26\lib\pickle.py", line 858, in load dispatch[key](self) File "C:\Python26\lib\pickle.py", line 966, in load_string raise ValueError, "insecure string pickle" ValueError: insecure string pickle What version of the product are you using? On what operating system? What version of gdata-python-client (aka python-gdata)? googlecl 0.9.8 python 2.6.5 gdata 2.0.10 installed on Windows XP SP3 Please provide any additional information below. This task worked correctly on prev 0.9.7 version _Original issue: http://code.google.com/p/googlecl/issues/detail?id=204_
priority
valueerror insecure string pickle on windows from on july what steps will reproduce the problem python exe google youtube list what is the expected output what do you see instead output error traceback most recent call last file google line in main file google line in main run once options args file google line in run once token googlecl read access token service client email file c lib site packages googlecl init py line in read access token token dict pickle load token file file c lib pickle py line in load return unpickler file load file c lib pickle py line in load dispatch self file c lib pickle py line in load string raise valueerror insecure string pickle valueerror insecure string pickle what version of the product are you using on what operating system what version of gdata python client aka python gdata googlecl python gdata installed on windows xp please provide any additional information below this task worked correctly on prev version original issue
1
797,551
28,148,062,170
IssuesEvent
2023-04-02 18:10:46
sczerwinski/wavefront-obj-intellij-plugin
https://api.github.com/repos/sczerwinski/wavefront-obj-intellij-plugin
closed
"Remove unused mtllib statements" quick fix
type:feature resolution:done priority:medium component:grammar
Add a quick fix that removes unused `mtllib` statements in OBJ file, the same way unused `import`s are removed from Java/Kotlin source files. Ideally, if possible, the action should use the same key shortcut as removing unused `import`s. See also: - `com.intellij.codeInsight.actions.OptimizeImportsAction` - `com.jetbrains.python.codeInsight.imports.OptimizeImportsQuickFix` - `org.jetbrains.kotlin.idea.inspections.KotlinOptimizeImportsQuickFix`
1.0
"Remove unused mtllib statements" quick fix - Add a quick fix that removes unused `mtllib` statements in OBJ file, the same way unused `import`s are removed from Java/Kotlin source files. Ideally, if possible, the action should use the same key shortcut as removing unused `import`s. See also: - `com.intellij.codeInsight.actions.OptimizeImportsAction` - `com.jetbrains.python.codeInsight.imports.OptimizeImportsQuickFix` - `org.jetbrains.kotlin.idea.inspections.KotlinOptimizeImportsQuickFix`
priority
remove unused mtllib statements quick fix add a quick fix that removes unused mtllib statements in obj file the same way unused import s are removed from java kotlin source files ideally if possible the action should use the same key shortcut as removing unused import s see also com intellij codeinsight actions optimizeimportsaction com jetbrains python codeinsight imports optimizeimportsquickfix org jetbrains kotlin idea inspections kotlinoptimizeimportsquickfix
1
350,483
10,491,042,514
IssuesEvent
2019-09-25 10:13:34
netdata/netdata
https://api.github.com/repos/netdata/netdata
closed
State Node view - Group nodes by Tags in Master
area/daemon area/web feature request priority/medium
I was going through Netdata cloud feature and my understanding is that it provides a personalized view of application cluster/nodes and information is sort of categorized according to the user's preferences. As an enterprise feature this kind of makes a whole lot of sense. I also like the way the nodes are grouped along with corresponding alerts in those boxes. However it also makes me think if the registry in Netdata master/slave configuration can achieve the same with slave nodes sending tags (metadata) as part of the registration. The master can save the nodes/tags data in some kind of local store and provide the same view in the UI. Remember discussing this with @ktsaou sometime back about this. May be I am leaning towards this idea because cloud is not really an option for us. Even if Netdata needs a differentiating factor between cloud and on-premis, its still there in terms of the whole personalized view in case of the former.
1.0
State Node view - Group nodes by Tags in Master - I was going through Netdata cloud feature and my understanding is that it provides a personalized view of application cluster/nodes and information is sort of categorized according to the user's preferences. As an enterprise feature this kind of makes a whole lot of sense. I also like the way the nodes are grouped along with corresponding alerts in those boxes. However it also makes me think if the registry in Netdata master/slave configuration can achieve the same with slave nodes sending tags (metadata) as part of the registration. The master can save the nodes/tags data in some kind of local store and provide the same view in the UI. Remember discussing this with @ktsaou sometime back about this. May be I am leaning towards this idea because cloud is not really an option for us. Even if Netdata needs a differentiating factor between cloud and on-premis, its still there in terms of the whole personalized view in case of the former.
priority
state node view group nodes by tags in master i was going through netdata cloud feature and my understanding is that it provides a personalized view of application cluster nodes and information is sort of categorized according to the user s preferences as an enterprise feature this kind of makes a whole lot of sense i also like the way the nodes are grouped along with corresponding alerts in those boxes however it also makes me think if the registry in netdata master slave configuration can achieve the same with slave nodes sending tags metadata as part of the registration the master can save the nodes tags data in some kind of local store and provide the same view in the ui remember discussing this with ktsaou sometime back about this may be i am leaning towards this idea because cloud is not really an option for us even if netdata needs a differentiating factor between cloud and on premis its still there in terms of the whole personalized view in case of the former
1
339,174
10,243,558,537
IssuesEvent
2019-08-20 08:27:28
projectacrn/acrn-hypervisor
https://api.github.com/repos/projectacrn/acrn-hypervisor
closed
UOS can't get IP address after docker is enabled
priority: P3-Medium type: bug
The UOS can't get IP address after starting the docker in SOS. The virtio-net device works fine in the UOS before starting the docker in SOS. Is this a bug or a constraint? Here are steps to replicate the issue: (1) Set up SOS + UOS by following the GSG (2) Verify the UOS network functions normally before shutdown the UOS (3) `sudo swupd bundle-add docker-compose` in SOS if no docker installed before (4) `sudo systemctl start docker` to start the docker service (5) Launch the UOS again, this time the network device is there, but no IP address is assigned.
1.0
UOS can't get IP address after docker is enabled - The UOS can't get IP address after starting the docker in SOS. The virtio-net device works fine in the UOS before starting the docker in SOS. Is this a bug or a constraint? Here are steps to replicate the issue: (1) Set up SOS + UOS by following the GSG (2) Verify the UOS network functions normally before shutdown the UOS (3) `sudo swupd bundle-add docker-compose` in SOS if no docker installed before (4) `sudo systemctl start docker` to start the docker service (5) Launch the UOS again, this time the network device is there, but no IP address is assigned.
priority
uos can t get ip address after docker is enabled the uos can t get ip address after starting the docker in sos the virtio net device works fine in the uos before starting the docker in sos is this a bug or a constraint here are steps to replicate the issue set up sos uos by following the gsg verify the uos network functions normally before shutdown the uos sudo swupd bundle add docker compose in sos if no docker installed before sudo systemctl start docker to start the docker service launch the uos again this time the network device is there but no ip address is assigned
1
426,627
12,376,845,600
IssuesEvent
2020-05-19 08:02:10
CorsixTH/CorsixTH
https://api.github.com/repos/CorsixTH/CorsixTH
closed
Value "Expected patients" is not subtracted.
Priority-Medium Type-Game Error
I have noticed, that patients prefers room far away instead the nearest one (with a doctor inside). I find it weird. So I find a strange thing - after clicking on room door, there is a value "expected", and it's not zero. So I removed all reception desks and hold on untill all patients are out. So I have 0 patients in hospital, but that value (expected) is not 0. Here is screen: ![screenshot7](https://cloud.githubusercontent.com/assets/9609391/5526129/81f0dc28-89f0-11e4-9ce2-ae8fa4e34db8.jpg) So, trere must be a situation when patient is not substracted. I counted all this numbers from all psychiaty rooms, and it's 36. That is very high number for me to thing, that reason is dead patient or angry leaving. This situation is in this case of psychiatry patients very rare. So I thing that is a connection between #127 fix. Patient is now in queue - it's repaired, but maybe that number is not corrected. I haven't notice this bug before repairing #127, but I'm not sure. I'll try to remove all affected rooms and buil them again. Maybe it was inherited from previos version save. I will watching this...
1.0
Value "Expected patients" is not subtracted. - I have noticed, that patients prefers room far away instead the nearest one (with a doctor inside). I find it weird. So I find a strange thing - after clicking on room door, there is a value "expected", and it's not zero. So I removed all reception desks and hold on untill all patients are out. So I have 0 patients in hospital, but that value (expected) is not 0. Here is screen: ![screenshot7](https://cloud.githubusercontent.com/assets/9609391/5526129/81f0dc28-89f0-11e4-9ce2-ae8fa4e34db8.jpg) So, trere must be a situation when patient is not substracted. I counted all this numbers from all psychiaty rooms, and it's 36. That is very high number for me to thing, that reason is dead patient or angry leaving. This situation is in this case of psychiatry patients very rare. So I thing that is a connection between #127 fix. Patient is now in queue - it's repaired, but maybe that number is not corrected. I haven't notice this bug before repairing #127, but I'm not sure. I'll try to remove all affected rooms and buil them again. Maybe it was inherited from previos version save. I will watching this...
priority
value expected patients is not subtracted i have noticed that patients prefers room far away instead the nearest one with a doctor inside i find it weird so i find a strange thing after clicking on room door there is a value expected and it s not zero so i removed all reception desks and hold on untill all patients are out so i have patients in hospital but that value expected is not here is screen so trere must be a situation when patient is not substracted i counted all this numbers from all psychiaty rooms and it s that is very high number for me to thing that reason is dead patient or angry leaving this situation is in this case of psychiatry patients very rare so i thing that is a connection between fix patient is now in queue it s repaired but maybe that number is not corrected i haven t notice this bug before repairing but i m not sure i ll try to remove all affected rooms and buil them again maybe it was inherited from previos version save i will watching this
1
11,922
2,610,165,424
IssuesEvent
2015-02-26 18:52:28
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
closed
Graphics Glitch
auto-migrated Priority-Medium Type-Review
``` AT-PT's walking animation looks a little to fast (debatable, its merely the way I see it.) ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 4 May 2011 at 4:42
1.0
Graphics Glitch - ``` AT-PT's walking animation looks a little to fast (debatable, its merely the way I see it.) ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 4 May 2011 at 4:42
priority
graphics glitch at pt s walking animation looks a little to fast debatable its merely the way i see it original issue reported on code google com by gmail com on may at
1
561,430
16,617,138,992
IssuesEvent
2021-06-02 18:14:02
dtcenter/METplus
https://api.github.com/repos/dtcenter/METplus
closed
Refactor series by lead animation logic
component: use case wrapper priority: medium requestor: NCAR
Extracting the 'TODO' in the create_animated_gifs() method in series_by_lead_wrapper.py (as added by Jim Frimel): # TODO: # Fix animate_cmd so it does not require run_inshell # to work. # It is working as is, ideally we do not require # run_inshell # The issue has to do with multiple files in the directory # when using the wild card. If only one file exists # then the command will run ok without run_inshell. # You can repeat the issue # by removing run_inshell keyword in the call below and # running examples/custom_series_by_lead_all_fhrs.conf use case. # no animated gifs are created. # convert: unable to open image # .... No such file or directory # @ error/blob.c/OpenBlob/2712. # convert: unable to open file # convert: no images defined
1.0
Refactor series by lead animation logic - Extracting the 'TODO' in the create_animated_gifs() method in series_by_lead_wrapper.py (as added by Jim Frimel): # TODO: # Fix animate_cmd so it does not require run_inshell # to work. # It is working as is, ideally we do not require # run_inshell # The issue has to do with multiple files in the directory # when using the wild card. If only one file exists # then the command will run ok without run_inshell. # You can repeat the issue # by removing run_inshell keyword in the call below and # running examples/custom_series_by_lead_all_fhrs.conf use case. # no animated gifs are created. # convert: unable to open image # .... No such file or directory # @ error/blob.c/OpenBlob/2712. # convert: unable to open file # convert: no images defined
priority
refactor series by lead animation logic extracting the todo in the create animated gifs method in series by lead wrapper py as added by jim frimel todo fix animate cmd so it does not require run inshell to work it is working as is ideally we do not require run inshell the issue has to do with multiple files in the directory when using the wild card if only one file exists then the command will run ok without run inshell you can repeat the issue by removing run inshell keyword in the call below and running examples custom series by lead all fhrs conf use case no animated gifs are created convert unable to open image no such file or directory error blob c openblob convert unable to open file convert no images defined
1
40,379
2,868,915,814
IssuesEvent
2015-06-05 21:56:28
dart-lang/dart_style
https://api.github.com/repos/dart-lang/dart_style
closed
Formatter should unify newlines between declarations
enhancement NotPlanned Priority-Medium
<a href="https://github.com/zoechi"><img src="https://avatars.githubusercontent.com/u/405837?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [zoechi](https://github.com/zoechi)** _Originally opened as dart-lang/sdk#17220_ ---- **What steps will reproduce the problem?** **1.** I like the formatter a lot, but I miss that it doesn't fix different number of line breaks between - library directive and imports - imports and variable/class/function declarations - between class declarations - between methods inside classes - between variable and method/function declarations (top level and inside a class) (maybe there are more I didn't think of, where this would make sense) At least an option to enable this would be great. I already missed it in DartEditor but currently I'm working with building Source from a generated AST. ASTNode.toString() results with code all in one line. I use the formatter to make this generated code readable (nice and easy!) but couldn't find a way to make the formatter add newlines between the mentioned code parts. **2.** **3.** **What is the expected output? What do you see instead?** **What version of the product are you using? On what operating system?** Dart VM version: 1.3.0-dev.0.1 (Thu Feb 27 08:23:24 2014) on &quot;linux_x64&quot; **Please provide any additional information below.**
1.0
Formatter should unify newlines between declarations - <a href="https://github.com/zoechi"><img src="https://avatars.githubusercontent.com/u/405837?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [zoechi](https://github.com/zoechi)** _Originally opened as dart-lang/sdk#17220_ ---- **What steps will reproduce the problem?** **1.** I like the formatter a lot, but I miss that it doesn't fix different number of line breaks between - library directive and imports - imports and variable/class/function declarations - between class declarations - between methods inside classes - between variable and method/function declarations (top level and inside a class) (maybe there are more I didn't think of, where this would make sense) At least an option to enable this would be great. I already missed it in DartEditor but currently I'm working with building Source from a generated AST. ASTNode.toString() results with code all in one line. I use the formatter to make this generated code readable (nice and easy!) but couldn't find a way to make the formatter add newlines between the mentioned code parts. **2.** **3.** **What is the expected output? What do you see instead?** **What version of the product are you using? On what operating system?** Dart VM version: 1.3.0-dev.0.1 (Thu Feb 27 08:23:24 2014) on &quot;linux_x64&quot; **Please provide any additional information below.**
priority
formatter should unify newlines between declarations issue by originally opened as dart lang sdk what steps will reproduce the problem i like the formatter a lot but i miss that it doesn t fix different number of line breaks between library directive and imports imports and variable class function declarations between class declarations between methods inside classes between variable and method function declarations top level and inside a class maybe there are more i didn t think of where this would make sense at least an option to enable this would be great i already missed it in darteditor but currently i m working with building source from a generated ast astnode tostring results with code all in one line i use the formatter to make this generated code readable nice and easy but couldn t find a way to make the formatter add newlines between the mentioned code parts what is the expected output what do you see instead what version of the product are you using on what operating system dart vm version dev thu feb on quot linux quot please provide any additional information below
1
542,660
15,864,533,280
IssuesEvent
2021-04-08 13:53:15
AY2021S2-CS2103T-T13-2/tp
https://api.github.com/repos/AY2021S2-CS2103T-T13-2/tp
closed
Improve test coverage for SortCommandParser
priority.Medium
Only the deadline prefix has test coverage for parse method.
1.0
Improve test coverage for SortCommandParser - Only the deadline prefix has test coverage for parse method.
priority
improve test coverage for sortcommandparser only the deadline prefix has test coverage for parse method
1
822,970
30,922,450,677
IssuesEvent
2023-08-06 04:08:38
OpenFunction/OpenFunction
https://api.github.com/repos/OpenFunction/OpenFunction
closed
Integrate KEDA http-add-on into OpenFunction
Feature priority/medium
**Description** Since kedacore/http-add-on has been released to [v0.2.0](https://github.com/kedacore/http-add-on/releases/tag/v0.2.0), can't we integrate it into OpenFunction as an option to the OpenFuncSync type function?
1.0
Integrate KEDA http-add-on into OpenFunction - **Description** Since kedacore/http-add-on has been released to [v0.2.0](https://github.com/kedacore/http-add-on/releases/tag/v0.2.0), can't we integrate it into OpenFunction as an option to the OpenFuncSync type function?
priority
integrate keda http add on into openfunction description since kedacore http add on has been released to can t we integrate it into openfunction as an option to the openfuncsync type function
1
269,919
8,444,396,466
IssuesEvent
2018-10-18 18:19:09
seung-lab/neuroglancer
https://api.github.com/repos/seung-lab/neuroglancer
opened
Fuzzy 3D Object Selection
Priority: Medium Realm: Google Status: Available Type: Performance
For object picking, Neuroglancer only checks the pixel at the current mouse position. Which makes it hard for the user to select thin structures in the 3D view. Changing the behavior to something smarter, like an incremental search from the mouse position with increasing radii would make this task easier/faster. This also affects google/neuroglancer, so it would be nice if we could send the PR there, too.
1.0
Fuzzy 3D Object Selection - For object picking, Neuroglancer only checks the pixel at the current mouse position. Which makes it hard for the user to select thin structures in the 3D view. Changing the behavior to something smarter, like an incremental search from the mouse position with increasing radii would make this task easier/faster. This also affects google/neuroglancer, so it would be nice if we could send the PR there, too.
priority
fuzzy object selection for object picking neuroglancer only checks the pixel at the current mouse position which makes it hard for the user to select thin structures in the view changing the behavior to something smarter like an incremental search from the mouse position with increasing radii would make this task easier faster this also affects google neuroglancer so it would be nice if we could send the pr there too
1
640,426
20,782,857,246
IssuesEvent
2022-03-16 16:11:17
AY2122S2-CS2103T-T17-4/tp
https://api.github.com/repos/AY2122S2-CS2103T-T17-4/tp
closed
Invoke recent command
type.Story priority.Medium
As an intermediate user, I can invoke my most recently used command easily so that I am able to add/modify/delete multiple contacts in a more efficient manner.
1.0
Invoke recent command - As an intermediate user, I can invoke my most recently used command easily so that I am able to add/modify/delete multiple contacts in a more efficient manner.
priority
invoke recent command as an intermediate user i can invoke my most recently used command easily so that i am able to add modify delete multiple contacts in a more efficient manner
1
455,153
13,112,437,168
IssuesEvent
2020-08-05 02:12:22
Seamonster778778778788/SQBeyondPublic
https://api.github.com/repos/Seamonster778778778788/SQBeyondPublic
closed
turning ships in flowing water
bug medium priority
uhh if you turn ships in flowing water, the water will replace some blocks on your ship and become a part of your ship and your water will be messed up
1.0
turning ships in flowing water - uhh if you turn ships in flowing water, the water will replace some blocks on your ship and become a part of your ship and your water will be messed up
priority
turning ships in flowing water uhh if you turn ships in flowing water the water will replace some blocks on your ship and become a part of your ship and your water will be messed up
1
792,163
27,948,444,265
IssuesEvent
2023-03-24 06:29:12
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[xCluster] GetSafeTime should return nullopt for namespaces that do not have xCluster safe time
kind/bug area/docdb priority/medium xCluster
Jira Link: [DB-5909](https://yugabyte.atlassian.net/browse/DB-5909) ### Description We currently return Status::NotFound and expect callers to handle it specially. This pattern does not work well. Instead we should return nullopt. ### Warning: Please confirm that this issue does not contain any sensitive information - [X] I confirm this issue does not contain any sensitive information. [DB-5909]: https://yugabyte.atlassian.net/browse/DB-5909?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1.0
[xCluster] GetSafeTime should return nullopt for namespaces that do not have xCluster safe time - Jira Link: [DB-5909](https://yugabyte.atlassian.net/browse/DB-5909) ### Description We currently return Status::NotFound and expect callers to handle it specially. This pattern does not work well. Instead we should return nullopt. ### Warning: Please confirm that this issue does not contain any sensitive information - [X] I confirm this issue does not contain any sensitive information. [DB-5909]: https://yugabyte.atlassian.net/browse/DB-5909?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
priority
getsafetime should return nullopt for namespaces that do not have xcluster safe time jira link description we currently return status notfound and expect callers to handle it specially this pattern does not work well instead we should return nullopt warning please confirm that this issue does not contain any sensitive information i confirm this issue does not contain any sensitive information
1
2,032
2,522,904,172
IssuesEvent
2015-01-20 03:42:08
AtlasOfLivingAustralia/biocache-hubs
https://api.github.com/repos/AtlasOfLivingAustralia/biocache-hubs
closed
Add a 'record verified/corrected' option in the list of assertion categories
priority-medium status-new type-enhancement
*migrated from:* https://code.google.com/p/ala/issues/detail?id=283 *date:* Tue Nov 5 21:59:40 2013 *author:* chris.go...@gmail.com --- Requested via support email on 6/11.
1.0
Add a 'record verified/corrected' option in the list of assertion categories - *migrated from:* https://code.google.com/p/ala/issues/detail?id=283 *date:* Tue Nov 5 21:59:40 2013 *author:* chris.go...@gmail.com --- Requested via support email on 6/11.
priority
add a record verified corrected option in the list of assertion categories migrated from date tue nov author chris go gmail com requested via support email on
1
5,254
2,573,256,744
IssuesEvent
2015-02-11 08:04:39
DigitalCampus/moodle-block_oppia_mobile_export
https://api.github.com/repos/DigitalCampus/moodle-block_oppia_mobile_export
opened
Add option to export assignment activities
enhancement medium priority question
Should it just export the info about the assignment - or allow uploading of assignments too? Links to: https://github.com/DigitalCampus/oppia-mobile-android/issues/410
1.0
Add option to export assignment activities - Should it just export the info about the assignment - or allow uploading of assignments too? Links to: https://github.com/DigitalCampus/oppia-mobile-android/issues/410
priority
add option to export assignment activities should it just export the info about the assignment or allow uploading of assignments too links to
1
107,648
4,312,737,282
IssuesEvent
2016-07-22 07:28:17
geosolutions-it/MapStore2
https://api.github.com/repos/geosolutions-it/MapStore2
closed
Upload shapefile should zoom on imported shapefile
enhancement LeafLetJS OL3 pending review Priority: Medium
Currently when you import a shapefile if this is "out of screen" it's not immediately clear that the operation was succesful. We can either: * zoom automatically on shapefile extents * show an option to the user to zoom or not (The shapefile has been succesfully imported. Would you like to zoom on it (Yes/No) )
1.0
Upload shapefile should zoom on imported shapefile - Currently when you import a shapefile if this is "out of screen" it's not immediately clear that the operation was succesful. We can either: * zoom automatically on shapefile extents * show an option to the user to zoom or not (The shapefile has been succesfully imported. Would you like to zoom on it (Yes/No) )
priority
upload shapefile should zoom on imported shapefile currently when you import a shapefile if this is out of screen it s not immediately clear that the operation was succesful we can either zoom automatically on shapefile extents show an option to the user to zoom or not the shapefile has been succesfully imported would you like to zoom on it yes no
1
778,916
27,333,216,272
IssuesEvent
2023-02-25 22:18:09
MattTheLegoman/RealmsInExile
https://api.github.com/repos/MattTheLegoman/RealmsInExile
closed
Ravage the Land - Orc counsellor action
priority: medium decisions
A more brutal conversion action available to orcs. Converts both culture and religion at cost of much higher revolt risk and drop in control and development. Should have some associated random events to represent pillaging, looting etc. Once artifact system is in, random loot could be given in inventories.
1.0
Ravage the Land - Orc counsellor action - A more brutal conversion action available to orcs. Converts both culture and religion at cost of much higher revolt risk and drop in control and development. Should have some associated random events to represent pillaging, looting etc. Once artifact system is in, random loot could be given in inventories.
priority
ravage the land orc counsellor action a more brutal conversion action available to orcs converts both culture and religion at cost of much higher revolt risk and drop in control and development should have some associated random events to represent pillaging looting etc once artifact system is in random loot could be given in inventories
1
465,110
13,356,667,224
IssuesEvent
2020-08-31 08:32:30
huzaifash/aria
https://api.github.com/repos/huzaifash/aria
closed
examples/aria.ar: `len` should be a function
Priority: Medium Status: In Progress Type: Bug
The len() function call in main() does not appear to have parentheses after the len identifier.
1.0
examples/aria.ar: `len` should be a function - The len() function call in main() does not appear to have parentheses after the len identifier.
priority
examples aria ar len should be a function the len function call in main does not appear to have parentheses after the len identifier
1
91,824
3,863,512,179
IssuesEvent
2016-04-08 09:44:31
iamxavier/elmah
https://api.github.com/repos/iamxavier/elmah
closed
Late Binding for Dependecies
auto-migrated Priority-Medium Type-Enhancement
``` I really like to see an ELMAH that invokes dependencies with a late binding. to be more specific I would love to see a framework like MEF utilized to decouple elmah from MySQL,sqlite and sqlce. ``` Original issue reported on code.google.com by `ehsan.sa...@gmail.com` on 6 Nov 2015 at 7:11
1.0
Late Binding for Dependecies - ``` I really like to see an ELMAH that invokes dependencies with a late binding. to be more specific I would love to see a framework like MEF utilized to decouple elmah from MySQL,sqlite and sqlce. ``` Original issue reported on code.google.com by `ehsan.sa...@gmail.com` on 6 Nov 2015 at 7:11
priority
late binding for dependecies i really like to see an elmah that invokes dependencies with a late binding to be more specific i would love to see a framework like mef utilized to decouple elmah from mysql sqlite and sqlce original issue reported on code google com by ehsan sa gmail com on nov at
1
514,545
14,940,738,492
IssuesEvent
2021-01-25 18:43:04
bounswe/bounswe2020group4
https://api.github.com/repos/bounswe/bounswe2020group4
closed
BKND - Vendor Update Product Function Improvement
Backend Coding Effort: Medium Priority: High Status: Completed
Deadline:25.01.2021 Frontend team asked for updateting product by several parameters. We decided to create another update product for this purpose.
1.0
BKND - Vendor Update Product Function Improvement - Deadline:25.01.2021 Frontend team asked for updateting product by several parameters. We decided to create another update product for this purpose.
priority
bknd vendor update product function improvement deadline frontend team asked for updateting product by several parameters we decided to create another update product for this purpose
1
274,695
8,564,293,946
IssuesEvent
2018-11-09 16:20:58
PushTracker/EvalApp
https://api.github.com/repos/PushTracker/EvalApp
opened
change hamburger icon to user account icon in action bar on home screen
enhancement medium-priority
since the button takes you to the account page and not a menu anymore
1.0
change hamburger icon to user account icon in action bar on home screen - since the button takes you to the account page and not a menu anymore
priority
change hamburger icon to user account icon in action bar on home screen since the button takes you to the account page and not a menu anymore
1
752,945
26,333,586,602
IssuesEvent
2023-01-10 12:44:52
vaticle/typedb
https://api.github.com/repos/vaticle/typedb
closed
No results if using `isa!` rather than `isa`
priority: medium
## Description Given A and C, both known, which do NOT share any relations, but both share a different relation with B (unknown), we wish to retrieve the chain connecting A and C: A - relation1 - B - relation2 - C the following query tries to achieve this: ``` match $relation1 ($A_role:$A, $B_role_1:$B) isa! $reltype1; $relation2 ($B_role_2:$B, $C_role:$C) isa! $reltype2; $A iid 0x826e80048000000000000003; $C iid 0x826e80028000000000000002; $reltype1 relates $A_role; $reltype1 relates $B_role_1; $reltype2 relates $B_role_2; $reltype2 relates $C_role; $reltype1 sub relation; $reltype2 sub relation; get $A, $A_role, $relation1, $B_role_1, $B, $B_role_2, $relation2, $C_role, $C; limit 1000; ``` ## Environment 1. OS: Mac OS 12.1 2. TypeDB version (and platform): 2.6.3 3. TypeDB client: client-python and console ## Reproducible Steps Steps to create the smallest reproducible scenario: 1. set up any database where such a constellation of thing exist 2. find two things A and B which are known to be indirectly linked as described above. Replace their iids in the query. 3. Run the query 4. See no answers ## Expected Output Expected to see answers ## Actual Output No answers. ## Additional information Replacing `isa! $reltype1; ` with `isa $reltype1;`, and doing the same with `isa! $reltype2`, makes the query work, although there seems to be no good reason for the query to not work with `isa!`.
1.0
No results if using `isa!` rather than `isa` - ## Description Given A and C, both known, which do NOT share any relations, but both share a different relation with B (unknown), we wish to retrieve the chain connecting A and C: A - relation1 - B - relation2 - C the following query tries to achieve this: ``` match $relation1 ($A_role:$A, $B_role_1:$B) isa! $reltype1; $relation2 ($B_role_2:$B, $C_role:$C) isa! $reltype2; $A iid 0x826e80048000000000000003; $C iid 0x826e80028000000000000002; $reltype1 relates $A_role; $reltype1 relates $B_role_1; $reltype2 relates $B_role_2; $reltype2 relates $C_role; $reltype1 sub relation; $reltype2 sub relation; get $A, $A_role, $relation1, $B_role_1, $B, $B_role_2, $relation2, $C_role, $C; limit 1000; ``` ## Environment 1. OS: Mac OS 12.1 2. TypeDB version (and platform): 2.6.3 3. TypeDB client: client-python and console ## Reproducible Steps Steps to create the smallest reproducible scenario: 1. set up any database where such a constellation of thing exist 2. find two things A and B which are known to be indirectly linked as described above. Replace their iids in the query. 3. Run the query 4. See no answers ## Expected Output Expected to see answers ## Actual Output No answers. ## Additional information Replacing `isa! $reltype1; ` with `isa $reltype1;`, and doing the same with `isa! $reltype2`, makes the query work, although there seems to be no good reason for the query to not work with `isa!`.
priority
no results if using isa rather than isa description given a and c both known which do not share any relations but both share a different relation with b unknown we wish to retrieve the chain connecting a and c a b c the following query tries to achieve this match a role a b role b isa b role b c role c isa a iid c iid relates a role relates b role relates b role relates c role sub relation sub relation get a a role b role b b role c role c limit environment os mac os typedb version and platform typedb client client python and console reproducible steps steps to create the smallest reproducible scenario set up any database where such a constellation of thing exist find two things a and b which are known to be indirectly linked as described above replace their iids in the query run the query see no answers expected output expected to see answers actual output no answers additional information replacing isa with isa and doing the same with isa makes the query work although there seems to be no good reason for the query to not work with isa
1
410,920
12,003,544,740
IssuesEvent
2020-04-09 09:48:28
AY1920S2-CS2103T-W16-4/main
https://api.github.com/repos/AY1920S2-CS2103T-W16-4/main
closed
As a NUS student, I would like to be able to keep note of the events in NUS and know who else will join the event.
priority.Medium type.Story
so that I can get prepared for the events better.
1.0
As a NUS student, I would like to be able to keep note of the events in NUS and know who else will join the event. - so that I can get prepared for the events better.
priority
as a nus student i would like to be able to keep note of the events in nus and know who else will join the event so that i can get prepared for the events better
1
726,084
24,987,481,659
IssuesEvent
2022-11-02 16:03:32
VA-Explorer/va_explorer
https://api.github.com/repos/VA-Explorer/va_explorer
closed
Determine if multiple usernames allowed for user
Priority: Medium Type: Maintainance Domain: API/ Databases
**What is the expected state?** Should we decide that multiple usernames for a user are acceptable, the code should be updated to reflect the change. **What is the actual state?** The code currently assumes only one username is permitted. **Relevant context** - **```va_explorer/va_explorer/users/models.py```** The methods of ```set_va_username``` and ```get_va_username``` will need to be altered if multiple usernames are permitted. - **```va_explorer/va_explorer/users/views.py```** 
Within the ```get_initial``` function, we will need to alter the line setting ```initial['va_username']``` to account for more than one username.
1.0
Determine if multiple usernames allowed for user - **What is the expected state?** Should we decide that multiple usernames for a user are acceptable, the code should be updated to reflect the change. **What is the actual state?** The code currently assumes only one username is permitted. **Relevant context** - **```va_explorer/va_explorer/users/models.py```** The methods of ```set_va_username``` and ```get_va_username``` will need to be altered if multiple usernames are permitted. - **```va_explorer/va_explorer/users/views.py```** 
Within the ```get_initial``` function, we will need to alter the line setting ```initial['va_username']``` to account for more than one username.
priority
determine if multiple usernames allowed for user what is the expected state should we decide that multiple usernames for a user are acceptable the code should be updated to reflect the change what is the actual state the code currently assumes only one username is permitted relevant context va explorer va explorer users models py the methods of set va username and get va username will need to be altered if multiple usernames are permitted va explorer va explorer users views py 
within the get initial function we will need to alter the line setting initial to account for more than one username
1
202,002
7,043,030,714
IssuesEvent
2017-12-30 21:54:36
Baystation12/Baystation12
https://api.github.com/repos/Baystation12/Baystation12
closed
Being able to examine automatic shutoff valves through tiles.
atmos 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 If you right-click a tile with an automatic shut-off valve and a floor, you can examine the valve with your apparent X-Ray vision. #### Difference between expected and actual behavior To have to pry away the floor first in order to examine the valve. You have the X-Ray mutation, but it only applies to shutoff valves. #### Steps to reproduce Go to one of those markings that represents a shutoff valve. Right-click it. Examine valve. #### Specific information for locating <!-- e.g. an object name, paste specific message outputs... --> #### 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! --> Since automatic shut off-valves were mapped in, from #16406 #### Client version, Server revision & Game ID <!-- Found with the "Show server revision" verb in the OOC tab in game. --> Client Version: 511 Server Revision: 40769ff19a5ab90b4cdd0083b422c43eae597192 - dev - Game ID: bNs-anRL #### 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
Being able to examine automatic shutoff valves through tiles. - <!-- 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 If you right-click a tile with an automatic shut-off valve and a floor, you can examine the valve with your apparent X-Ray vision. #### Difference between expected and actual behavior To have to pry away the floor first in order to examine the valve. You have the X-Ray mutation, but it only applies to shutoff valves. #### Steps to reproduce Go to one of those markings that represents a shutoff valve. Right-click it. Examine valve. #### Specific information for locating <!-- e.g. an object name, paste specific message outputs... --> #### 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! --> Since automatic shut off-valves were mapped in, from #16406 #### Client version, Server revision & Game ID <!-- Found with the "Show server revision" verb in the OOC tab in game. --> Client Version: 511 Server Revision: 40769ff19a5ab90b4cdd0083b422c43eae597192 - dev - Game ID: bNs-anRL #### 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
being able to examine automatic shutoff valves through tiles 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 if you right click a tile with an automatic shut off valve and a floor you can examine the valve with your apparent x ray vision difference between expected and actual behavior to have to pry away the floor first in order to examine the valve you have the x ray mutation but it only applies to shutoff valves steps to reproduce go to one of those markings that represents a shutoff valve right click it examine valve 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 since automatic shut off valves were mapped in from client version server revision game id client version server revision dev game id bns anrl 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
793,630
28,005,298,246
IssuesEvent
2023-03-27 14:55:20
robotframework/robotframework
https://api.github.com/repos/robotframework/robotframework
closed
Make Robot Framework compatible with `zipapp`
enhancement priority: high pr effort: medium
Hi, as just shown at the open space after applying some small changes, we can have zipapps that do contain a viable robotframework installation. There is a pull request for this feature. https://github.com/robotframework/robotframework/pull/4612 Best regards, Franz
1.0
Make Robot Framework compatible with `zipapp` - Hi, as just shown at the open space after applying some small changes, we can have zipapps that do contain a viable robotframework installation. There is a pull request for this feature. https://github.com/robotframework/robotframework/pull/4612 Best regards, Franz
priority
make robot framework compatible with zipapp hi as just shown at the open space after applying some small changes we can have zipapps that do contain a viable robotframework installation there is a pull request for this feature best regards franz
1
265,321
8,352,762,201
IssuesEvent
2018-10-02 07:51:40
POE-Addon-Launcher/PoE-Addon-Launcher
https://api.github.com/repos/POE-Addon-Launcher/PoE-Addon-Launcher
closed
Unable to launch the programm after installation
bug enhancement medium priority
Issue: Program closes shortly after the loading screen. Running launcher thru cmd yelds following: > E:\PAL>java -jar POE.Addon.Launcher.1.4(1).jar > сен 25, 2018 12:05:16 PM javafx.fxml.FXMLLoader$ValueElement processValue > WARNING: Loading FXML document with JavaFX API of version 10.0.1 by JavaFX runtime of version 8.0.181 > Accessing github for releases > Got all 11 releases! > Checking if we're up to date > b11.jar | b11 | https://github.com/POE-Addon-Launcher/Core/releases/download/b11/b11.jar > Up to date, launching program! > E:\PAL> Java version: > java version "1.8.0_181" > Java(TM) SE Runtime Environment (build 1.8.0_181-b13) > Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode) Specs: > Win 10 Enterprise > AMD Ryzen 5 1500X > 8 GB DDR 4 RAM > GTX 1060 6GB I've tried wiping out the installation from my PC in order to reinstall, but only thing I could do was deleting the installation folder, since I have no idea where the rest of the files/data might be and there is no unistall option anywhere in the sights. PC restart does not seem to help. All provided information might not be useful in the investigation process, but that's all I could gather by my self. Please let me know if I can provide you with anything else
1.0
Unable to launch the programm after installation - Issue: Program closes shortly after the loading screen. Running launcher thru cmd yelds following: > E:\PAL>java -jar POE.Addon.Launcher.1.4(1).jar > сен 25, 2018 12:05:16 PM javafx.fxml.FXMLLoader$ValueElement processValue > WARNING: Loading FXML document with JavaFX API of version 10.0.1 by JavaFX runtime of version 8.0.181 > Accessing github for releases > Got all 11 releases! > Checking if we're up to date > b11.jar | b11 | https://github.com/POE-Addon-Launcher/Core/releases/download/b11/b11.jar > Up to date, launching program! > E:\PAL> Java version: > java version "1.8.0_181" > Java(TM) SE Runtime Environment (build 1.8.0_181-b13) > Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode) Specs: > Win 10 Enterprise > AMD Ryzen 5 1500X > 8 GB DDR 4 RAM > GTX 1060 6GB I've tried wiping out the installation from my PC in order to reinstall, but only thing I could do was deleting the installation folder, since I have no idea where the rest of the files/data might be and there is no unistall option anywhere in the sights. PC restart does not seem to help. All provided information might not be useful in the investigation process, but that's all I could gather by my self. Please let me know if I can provide you with anything else
priority
unable to launch the programm after installation issue program closes shortly after the loading screen running launcher thru cmd yelds following e pal java jar poe addon launcher jar сен pm javafx fxml fxmlloader valueelement processvalue warning loading fxml document with javafx api of version by javafx runtime of version accessing github for releases got all releases checking if we re up to date jar up to date launching program e pal java version java version java tm se runtime environment build java hotspot tm bit server vm build mixed mode specs win enterprise amd ryzen gb ddr ram gtx i ve tried wiping out the installation from my pc in order to reinstall but only thing i could do was deleting the installation folder since i have no idea where the rest of the files data might be and there is no unistall option anywhere in the sights pc restart does not seem to help all provided information might not be useful in the investigation process but that s all i could gather by my self please let me know if i can provide you with anything else
1
621,251
19,581,663,425
IssuesEvent
2022-01-04 22:17:43
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
[deployer] The lifecycle hook that empties S3 buckets on targe delete doesn't delete version objects
bug priority: medium
### Bug Report #### Crafter CMS Version 3.1.17 #### Describe the bug The lifecycle hook that empties S3 buckets on targe delete doesn't delete version objects #### To Reproduce Steps to reproduce the behavior: 1. Create a serverless delivery target 2. Configure the S3 bucket to have version 3. Publish the site, then make some changes and publish again 4. Check the Cloudformation stack in AWS. It couldn't be deleted because bucket versions weren't deleted. The lifecycle hook currently only deletes the current objects in the bucket. It should also delete older object versions.
1.0
[deployer] The lifecycle hook that empties S3 buckets on targe delete doesn't delete version objects - ### Bug Report #### Crafter CMS Version 3.1.17 #### Describe the bug The lifecycle hook that empties S3 buckets on targe delete doesn't delete version objects #### To Reproduce Steps to reproduce the behavior: 1. Create a serverless delivery target 2. Configure the S3 bucket to have version 3. Publish the site, then make some changes and publish again 4. Check the Cloudformation stack in AWS. It couldn't be deleted because bucket versions weren't deleted. The lifecycle hook currently only deletes the current objects in the bucket. It should also delete older object versions.
priority
the lifecycle hook that empties buckets on targe delete doesn t delete version objects bug report crafter cms version describe the bug the lifecycle hook that empties buckets on targe delete doesn t delete version objects to reproduce steps to reproduce the behavior create a serverless delivery target configure the bucket to have version publish the site then make some changes and publish again check the cloudformation stack in aws it couldn t be deleted because bucket versions weren t deleted the lifecycle hook currently only deletes the current objects in the bucket it should also delete older object versions
1
1,177
2,508,711,780
IssuesEvent
2015-01-13 06:51:06
RomanHargrave/cuelib
https://api.github.com/repos/RomanHargrave/cuelib
closed
TrackCutter should be able to print progress information to stderr
enhancement imported Milestone-Release1.2.0 Priority-Medium Usability
_From [monsterm...@gmail.com](https://code.google.com/u/114086941947790110678/) on May 08, 2008 16:28:01_ Currently, TrackCutter operates silently. It should be able to print progress information to stdout and/or stderr. This is particularly desirable when processing large numbers of files. Ideally, both stdout and stderr should be supported. Messages to either channel should only be printed when this behaviour is activated via a command line option. _Original issue: http://code.google.com/p/cuelib/issues/detail?id=5_
1.0
TrackCutter should be able to print progress information to stderr - _From [monsterm...@gmail.com](https://code.google.com/u/114086941947790110678/) on May 08, 2008 16:28:01_ Currently, TrackCutter operates silently. It should be able to print progress information to stdout and/or stderr. This is particularly desirable when processing large numbers of files. Ideally, both stdout and stderr should be supported. Messages to either channel should only be printed when this behaviour is activated via a command line option. _Original issue: http://code.google.com/p/cuelib/issues/detail?id=5_
priority
trackcutter should be able to print progress information to stderr from on may currently trackcutter operates silently it should be able to print progress information to stdout and or stderr this is particularly desirable when processing large numbers of files ideally both stdout and stderr should be supported messages to either channel should only be printed when this behaviour is activated via a command line option original issue
1
17,088
2,615,130,603
IssuesEvent
2015-03-01 06:00:30
chrsmith/google-api-java-client
https://api.github.com/repos/chrsmith/google-api-java-client
opened
Batch media multipart upload requests
auto-migrated Component-Media Priority-Medium Type-Enhancement
``` Feature request to allow media multipart upload requests to be batched. ``` Original issue reported on code.google.com by `yan...@google.com` on 12 Dec 2012 at 2:10
1.0
Batch media multipart upload requests - ``` Feature request to allow media multipart upload requests to be batched. ``` Original issue reported on code.google.com by `yan...@google.com` on 12 Dec 2012 at 2:10
priority
batch media multipart upload requests feature request to allow media multipart upload requests to be batched original issue reported on code google com by yan google com on dec at
1
376,933
11,160,197,284
IssuesEvent
2019-12-26 08:49:33
Nyerca/PPS-18-cardbattle
https://api.github.com/repos/Nyerca/PPS-18-cardbattle
closed
Come utente voglio potermi muovere nella mappa
Priority: Medium
- [x] Implementazione interfaccia mappa - [x] Implementazione spostamento del giocatore nella mappa - [x] Implementazione single celle della mappa - [x] Implementazione mappe successive per consentire di continuare a giocare - [x] Implementazione nemici nella mappa - [x] Implementazione oggetti nella mappa
1.0
Come utente voglio potermi muovere nella mappa - - [x] Implementazione interfaccia mappa - [x] Implementazione spostamento del giocatore nella mappa - [x] Implementazione single celle della mappa - [x] Implementazione mappe successive per consentire di continuare a giocare - [x] Implementazione nemici nella mappa - [x] Implementazione oggetti nella mappa
priority
come utente voglio potermi muovere nella mappa implementazione interfaccia mappa implementazione spostamento del giocatore nella mappa implementazione single celle della mappa implementazione mappe successive per consentire di continuare a giocare implementazione nemici nella mappa implementazione oggetti nella mappa
1
2,077
2,523,225,493
IssuesEvent
2015-01-20 08:34:36
DLR-SC/tigl
https://api.github.com/repos/DLR-SC/tigl
opened
Java bindings must be completed
Priority-Medium Type-Task
The Java bindings contain a automatically generated *low level api* and a *high level api*. The high level api is not completed, many functions are missing. All unimplemented functions must be added to the high level api.
1.0
Java bindings must be completed - The Java bindings contain a automatically generated *low level api* and a *high level api*. The high level api is not completed, many functions are missing. All unimplemented functions must be added to the high level api.
priority
java bindings must be completed the java bindings contain a automatically generated low level api and a high level api the high level api is not completed many functions are missing all unimplemented functions must be added to the high level api
1
351,979
10,526,003,634
IssuesEvent
2019-09-30 16:08:37
wevote/WebApp
https://api.github.com/repos/wevote/WebApp
opened
Send SMS Verification Code: New Designs
Difficulty: Medium Priority: 1
Please add this input box to WebApp/src/js/components/Settings/SettingsAccount.jsx below the Sign in with Email Link box: ![Screen Shot 2019-09-30 at 8 50 40 AM](https://user-images.githubusercontent.com/7756031/65894930-74a6d680-e35f-11e9-8c65-a899a29b97db.png) For now, when you click "Send Verification Code", open this new file within the modal: WebApp/src/js/components/Settings/SettingsSMSVerify.jsx ![Screen Shot 2019-09-30 at 8 54 26 AM](https://user-images.githubusercontent.com/7756031/65895197-eed75b00-e35f-11e9-9db3-62e5bb984687.png) Text that is pasted should fill all 6 boxes, and activate the "Verify" button. If voter enters a number, move the focus to the next box. If possible, when all 6 digits have been filled in, auto close the keyboard. (Question: Should this be implemented as a single input box, and just visually appear to be 6 separate boxes?) <img width="329" alt="Screen Shot 2019-09-30 at 9 01 33 AM" src="https://user-images.githubusercontent.com/7756031/65895882-f1868000-e360-11e9-8ea8-a26d692a5ab7.png"> After clicking the Verify button, if the number is incorrect, show this: <img width="329" alt="Screen Shot 2019-09-30 at 9 02 53 AM" src="https://user-images.githubusercontent.com/7756031/65895965-2266b500-e361-11e9-8c8a-83261f5ea99e.png"> When a voter clicks on any of the numbers after the error state, either all values should be cleared out, or the number the voter clicked on. After 5 tries that are incorrect, the boxes should disable, and the following error message shown. Notice the change in the "back to" text ("Try another sign in method?"). <img width="328" alt="Screen Shot 2019-09-30 at 9 07 03 AM" src="https://user-images.githubusercontent.com/7756031/65896284-c6506080-e361-11e9-9a08-17077d24aba5.png">
1.0
Send SMS Verification Code: New Designs - Please add this input box to WebApp/src/js/components/Settings/SettingsAccount.jsx below the Sign in with Email Link box: ![Screen Shot 2019-09-30 at 8 50 40 AM](https://user-images.githubusercontent.com/7756031/65894930-74a6d680-e35f-11e9-8c65-a899a29b97db.png) For now, when you click "Send Verification Code", open this new file within the modal: WebApp/src/js/components/Settings/SettingsSMSVerify.jsx ![Screen Shot 2019-09-30 at 8 54 26 AM](https://user-images.githubusercontent.com/7756031/65895197-eed75b00-e35f-11e9-9db3-62e5bb984687.png) Text that is pasted should fill all 6 boxes, and activate the "Verify" button. If voter enters a number, move the focus to the next box. If possible, when all 6 digits have been filled in, auto close the keyboard. (Question: Should this be implemented as a single input box, and just visually appear to be 6 separate boxes?) <img width="329" alt="Screen Shot 2019-09-30 at 9 01 33 AM" src="https://user-images.githubusercontent.com/7756031/65895882-f1868000-e360-11e9-8ea8-a26d692a5ab7.png"> After clicking the Verify button, if the number is incorrect, show this: <img width="329" alt="Screen Shot 2019-09-30 at 9 02 53 AM" src="https://user-images.githubusercontent.com/7756031/65895965-2266b500-e361-11e9-8c8a-83261f5ea99e.png"> When a voter clicks on any of the numbers after the error state, either all values should be cleared out, or the number the voter clicked on. After 5 tries that are incorrect, the boxes should disable, and the following error message shown. Notice the change in the "back to" text ("Try another sign in method?"). <img width="328" alt="Screen Shot 2019-09-30 at 9 07 03 AM" src="https://user-images.githubusercontent.com/7756031/65896284-c6506080-e361-11e9-9a08-17077d24aba5.png">
priority
send sms verification code new designs please add this input box to webapp src js components settings settingsaccount jsx below the sign in with email link box for now when you click send verification code open this new file within the modal webapp src js components settings settingssmsverify jsx text that is pasted should fill all boxes and activate the verify button if voter enters a number move the focus to the next box if possible when all digits have been filled in auto close the keyboard question should this be implemented as a single input box and just visually appear to be separate boxes img width alt screen shot at am src after clicking the verify button if the number is incorrect show this img width alt screen shot at am src when a voter clicks on any of the numbers after the error state either all values should be cleared out or the number the voter clicked on after tries that are incorrect the boxes should disable and the following error message shown notice the change in the back to text try another sign in method img width alt screen shot at am src
1
163,204
6,193,660,326
IssuesEvent
2017-07-05 07:53:28
apinf/openapi-designer
https://api.github.com/repos/apinf/openapi-designer
opened
Add logo to about page
apinf integration enhancement medium priority
Once we have the new logo, we should add it to the about page. This would allow us to keep some OpenAPI designer branding even when the editor is integrated into APInf.
1.0
Add logo to about page - Once we have the new logo, we should add it to the about page. This would allow us to keep some OpenAPI designer branding even when the editor is integrated into APInf.
priority
add logo to about page once we have the new logo we should add it to the about page this would allow us to keep some openapi designer branding even when the editor is integrated into apinf
1
683,384
23,379,709,384
IssuesEvent
2022-08-11 08:19:09
disorderedmaterials/dissolve
https://api.github.com/repos/disorderedmaterials/dissolve
closed
Epic / Move to new graphing
Priority: Medium
### Focus Move existing custom graphing to a more up-to-date, modern, and maintainable system. This was previously earmarked to be QtChart, but it proved to be inadequate for our needs. A custom solution is under development. The following issues are either directly affected or obsoleted by this move: ### Tasks The following tasks are affected: - [ ] #605 - [ ] #46 - [ ] #151 - [ ] #152 - [ ] #162 - [x] #177 - [ ] #291 - [ ] #605 - [ ] #772 - [ ] #773 The following will likely be obsoleted: - [ ] #84 - [x] #136 - [ ] #167 - [ ] #518 - [ ] #131
1.0
Epic / Move to new graphing - ### Focus Move existing custom graphing to a more up-to-date, modern, and maintainable system. This was previously earmarked to be QtChart, but it proved to be inadequate for our needs. A custom solution is under development. The following issues are either directly affected or obsoleted by this move: ### Tasks The following tasks are affected: - [ ] #605 - [ ] #46 - [ ] #151 - [ ] #152 - [ ] #162 - [x] #177 - [ ] #291 - [ ] #605 - [ ] #772 - [ ] #773 The following will likely be obsoleted: - [ ] #84 - [x] #136 - [ ] #167 - [ ] #518 - [ ] #131
priority
epic move to new graphing focus move existing custom graphing to a more up to date modern and maintainable system this was previously earmarked to be qtchart but it proved to be inadequate for our needs a custom solution is under development the following issues are either directly affected or obsoleted by this move tasks the following tasks are affected the following will likely be obsoleted
1
482,007
13,895,563,734
IssuesEvent
2020-10-19 16:00:19
DLR-SC/tigl
https://api.github.com/repos/DLR-SC/tigl
closed
CTiglMakeLoft crashes for attached engine loft
Priority-Medium bug
The function did not crash in TiGL 3.0. I suppose it is related to the kink support in fuselage. [CTiglMakeLoft__Perform.zip](https://github.com/DLR-SC/tigl/files/5392783/CTiglMakeLoft__Perform.zip) ToDO-List: - [x] Add Check in CTiglMakeLoft, that all profiles have same number of edges - [x] Create a minimal cpacs file that contains the error - [x] Check, why the first profile creates two edges with TiGL 3.0 and TiGL master
1.0
CTiglMakeLoft crashes for attached engine loft - The function did not crash in TiGL 3.0. I suppose it is related to the kink support in fuselage. [CTiglMakeLoft__Perform.zip](https://github.com/DLR-SC/tigl/files/5392783/CTiglMakeLoft__Perform.zip) ToDO-List: - [x] Add Check in CTiglMakeLoft, that all profiles have same number of edges - [x] Create a minimal cpacs file that contains the error - [x] Check, why the first profile creates two edges with TiGL 3.0 and TiGL master
priority
ctiglmakeloft crashes for attached engine loft the function did not crash in tigl i suppose it is related to the kink support in fuselage todo list add check in ctiglmakeloft that all profiles have same number of edges create a minimal cpacs file that contains the error check why the first profile creates two edges with tigl and tigl master
1
418,890
12,215,104,245
IssuesEvent
2020-05-01 11:57:45
inverse-inc/packetfence
https://api.github.com/repos/inverse-inc/packetfence
opened
Have the ability to enable/disable a network behavior policy
Priority: Medium Type: Feature / Enhancement
**Is your feature request related to a problem? Please describe.** Since we ship all of the default ones enabled by default, it may cause excessive emails from the default security events that go with them. **Describe the solution you'd like** We should have a flag to enable/disable them and ship the examples disabled in the future **Describe alternatives you've considered** Watching pictures of @lzammit to relax, didn't have much impact on what is able **Additional context** One of the pictures I've looked at: ![image](https://user-images.githubusercontent.com/3857942/80803814-68972780-8b81-11ea-9f9e-d76dda9b2dda.png)
1.0
Have the ability to enable/disable a network behavior policy - **Is your feature request related to a problem? Please describe.** Since we ship all of the default ones enabled by default, it may cause excessive emails from the default security events that go with them. **Describe the solution you'd like** We should have a flag to enable/disable them and ship the examples disabled in the future **Describe alternatives you've considered** Watching pictures of @lzammit to relax, didn't have much impact on what is able **Additional context** One of the pictures I've looked at: ![image](https://user-images.githubusercontent.com/3857942/80803814-68972780-8b81-11ea-9f9e-d76dda9b2dda.png)
priority
have the ability to enable disable a network behavior policy is your feature request related to a problem please describe since we ship all of the default ones enabled by default it may cause excessive emails from the default security events that go with them describe the solution you d like we should have a flag to enable disable them and ship the examples disabled in the future describe alternatives you ve considered watching pictures of lzammit to relax didn t have much impact on what is able additional context one of the pictures i ve looked at
1
166,731
6,310,736,051
IssuesEvent
2017-07-23 13:23:34
k0shk0sh/FastHub
https://api.github.com/repos/k0shk0sh/FastHub
closed
trending repos list favors early requests
Priority: Medium Status: Accepted Status: Completed Type: Enhancement
**FastHub Version: 4.0.3** **Android Version: 6.0.1 (SDK: 23)** **Device Information:** - MANUFACTURER: samsung - BRAND: samsung - MODEL: SM-J510FN --- Not a big deal I guess but I just noticed, changing the language filter in the trending repos list, while it's still loading, doesn't seem to effect the outcome. For example: I tab on trending repos -> it starts loading -> I change the filter settings to Java -> loading is finished -> displays unfiltered list anyway. _Sent from my Samsung SM-J510FN using [FastHub](https://play.google.com/store/apps/details?id=com.fastaccess.github)_
1.0
trending repos list favors early requests - **FastHub Version: 4.0.3** **Android Version: 6.0.1 (SDK: 23)** **Device Information:** - MANUFACTURER: samsung - BRAND: samsung - MODEL: SM-J510FN --- Not a big deal I guess but I just noticed, changing the language filter in the trending repos list, while it's still loading, doesn't seem to effect the outcome. For example: I tab on trending repos -> it starts loading -> I change the filter settings to Java -> loading is finished -> displays unfiltered list anyway. _Sent from my Samsung SM-J510FN using [FastHub](https://play.google.com/store/apps/details?id=com.fastaccess.github)_
priority
trending repos list favors early requests fasthub version android version sdk device information manufacturer samsung brand samsung model sm not a big deal i guess but i just noticed changing the language filter in the trending repos list while it s still loading doesn t seem to effect the outcome for example i tab on trending repos it starts loading i change the filter settings to java loading is finished displays unfiltered list anyway sent from my samsung sm using
1
289,296
8,868,571,428
IssuesEvent
2019-01-11 00:36:11
AugurProject/augur
https://api.github.com/repos/AugurProject/augur
closed
Realized Loss for positions worth 0
Feature Priority: Medium
After the market resolves, ui needs to solve if a user has a losing position or position worth 0. Currently a user with a losing position has no need to finalize a market b/c all it does it charge them eth to do so.
1.0
Realized Loss for positions worth 0 - After the market resolves, ui needs to solve if a user has a losing position or position worth 0. Currently a user with a losing position has no need to finalize a market b/c all it does it charge them eth to do so.
priority
realized loss for positions worth after the market resolves ui needs to solve if a user has a losing position or position worth currently a user with a losing position has no need to finalize a market b c all it does it charge them eth to do so
1
610,440
18,907,595,787
IssuesEvent
2021-11-16 10:43:25
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
opened
Inconsistent use of CMake / environment variables
Enhancement priority: medium
**Is your enhancement proposal related to a problem? Please describe.** The Zephyr build system today supports several user controlled variables. Most variables can be controlled in common CMake was by using `set(<var> <value>)` in code and sometimes also as environment variable. The most important and most frequently used variables can be set both ways, such as: - ZEPHYR_BASE - BOARD - SHIELD - CONF_FILE as well as some less frequently used variables: - WEST_DIR - ZEPHYR_EXTRA_MODULES Some may only be set as CMake variable: - ZEPHYR_MODULES - DTC_OVERLAY_FILE Some only as environment variable: - ZEPHYR_BOARD_ALIASES *note*:Not supported as regular CMake variables, points to file, wrongly documented Toolchains can be set both ways: - TOOLCHAIN_ROOT - ZEPHYR_SDK_INSTALL_DIR - ZEPHYR_TOOLCHAIN_VARIANT (see list of possible values) - espressif - armclang - xtensa - llvm - arcmwdt - xtools - host - <toolchain_upper>_TOOLCHAIN_PATH - CROSS-COMPILE - ONEAPI_ROOT (alternative to ONEAPI_TOOLCHAIN_PATH) - XCC_USE_CLANG *note*: Not supported as regular CMake variable, not documented - CLANG_ROOT_DIR (deprecated, use LLVM_TOOLCHAIN_PATH) - GCCARMEMB_TOOLCHAIN_PATH (deprecated, use GNUARMEMB_TOOLCHAIN_PATH) Emulators: - QEMU_BIN_PATH (has a CMake possibility of `QEMU=<path-to-qemu>`) - OVMF_FD_PATH (Not supported as regular CMake variables) - QEMU_EXTRA_FLAGS (not documented) - ARMFVP_BIN_PATH (has a CMake possibility of `ARMFVP=<path-to-armfvp>`) - ARMFVP_BL1_FILE - ARMFVP_FIP_FILE Board specific env (Not supported as regular CMake variables) - EVERGLADES_SPI_GEN - EVERGLADES_SPI_CFG - MEC172X_SPI_GEN - MEC172X_SPI_CFG Babble sim (Not supported as regular CMake variables): - BSIM_COMPONENTS_PATH - BSIM_OUT_PATH **Describe the solution you'd like** Build system should be cleaned up and have consistent behavior so that all variables sourced from environment can also be source directly as a CMake variable. All important CMake variables should also be supported through environment for initial setting **Describe alternatives you've considered** N/A **Additional context** Consider creating a Zephyr CMake function for facilitating this improvement, so that the direct use of `$ENV{<var>}` is not needed. Doing so could allow for compliance check to examine for direct use of `$ENV{<var>}` and issue an error in such cases, so we ensure a consistent build system. This issue was insired by the discussion here: https://github.com/zephyrproject-rtos/zephyr/pull/40233#discussion_r750121043
1.0
Inconsistent use of CMake / environment variables - **Is your enhancement proposal related to a problem? Please describe.** The Zephyr build system today supports several user controlled variables. Most variables can be controlled in common CMake was by using `set(<var> <value>)` in code and sometimes also as environment variable. The most important and most frequently used variables can be set both ways, such as: - ZEPHYR_BASE - BOARD - SHIELD - CONF_FILE as well as some less frequently used variables: - WEST_DIR - ZEPHYR_EXTRA_MODULES Some may only be set as CMake variable: - ZEPHYR_MODULES - DTC_OVERLAY_FILE Some only as environment variable: - ZEPHYR_BOARD_ALIASES *note*:Not supported as regular CMake variables, points to file, wrongly documented Toolchains can be set both ways: - TOOLCHAIN_ROOT - ZEPHYR_SDK_INSTALL_DIR - ZEPHYR_TOOLCHAIN_VARIANT (see list of possible values) - espressif - armclang - xtensa - llvm - arcmwdt - xtools - host - <toolchain_upper>_TOOLCHAIN_PATH - CROSS-COMPILE - ONEAPI_ROOT (alternative to ONEAPI_TOOLCHAIN_PATH) - XCC_USE_CLANG *note*: Not supported as regular CMake variable, not documented - CLANG_ROOT_DIR (deprecated, use LLVM_TOOLCHAIN_PATH) - GCCARMEMB_TOOLCHAIN_PATH (deprecated, use GNUARMEMB_TOOLCHAIN_PATH) Emulators: - QEMU_BIN_PATH (has a CMake possibility of `QEMU=<path-to-qemu>`) - OVMF_FD_PATH (Not supported as regular CMake variables) - QEMU_EXTRA_FLAGS (not documented) - ARMFVP_BIN_PATH (has a CMake possibility of `ARMFVP=<path-to-armfvp>`) - ARMFVP_BL1_FILE - ARMFVP_FIP_FILE Board specific env (Not supported as regular CMake variables) - EVERGLADES_SPI_GEN - EVERGLADES_SPI_CFG - MEC172X_SPI_GEN - MEC172X_SPI_CFG Babble sim (Not supported as regular CMake variables): - BSIM_COMPONENTS_PATH - BSIM_OUT_PATH **Describe the solution you'd like** Build system should be cleaned up and have consistent behavior so that all variables sourced from environment can also be source directly as a CMake variable. All important CMake variables should also be supported through environment for initial setting **Describe alternatives you've considered** N/A **Additional context** Consider creating a Zephyr CMake function for facilitating this improvement, so that the direct use of `$ENV{<var>}` is not needed. Doing so could allow for compliance check to examine for direct use of `$ENV{<var>}` and issue an error in such cases, so we ensure a consistent build system. This issue was insired by the discussion here: https://github.com/zephyrproject-rtos/zephyr/pull/40233#discussion_r750121043
priority
inconsistent use of cmake environment variables is your enhancement proposal related to a problem please describe the zephyr build system today supports several user controlled variables most variables can be controlled in common cmake was by using set in code and sometimes also as environment variable the most important and most frequently used variables can be set both ways such as zephyr base board shield conf file as well as some less frequently used variables west dir zephyr extra modules some may only be set as cmake variable zephyr modules dtc overlay file some only as environment variable zephyr board aliases note not supported as regular cmake variables points to file wrongly documented toolchains can be set both ways toolchain root zephyr sdk install dir zephyr toolchain variant see list of possible values espressif armclang xtensa llvm arcmwdt xtools host toolchain path cross compile oneapi root alternative to oneapi toolchain path xcc use clang note not supported as regular cmake variable not documented clang root dir deprecated use llvm toolchain path gccarmemb toolchain path deprecated use gnuarmemb toolchain path emulators qemu bin path has a cmake possibility of qemu ovmf fd path not supported as regular cmake variables qemu extra flags not documented armfvp bin path has a cmake possibility of armfvp armfvp file armfvp fip file board specific env not supported as regular cmake variables everglades spi gen everglades spi cfg spi gen spi cfg babble sim not supported as regular cmake variables bsim components path bsim out path describe the solution you d like build system should be cleaned up and have consistent behavior so that all variables sourced from environment can also be source directly as a cmake variable all important cmake variables should also be supported through environment for initial setting describe alternatives you ve considered n a additional context consider creating a zephyr cmake function for facilitating this improvement so that the direct use of env is not needed doing so could allow for compliance check to examine for direct use of env and issue an error in such cases so we ensure a consistent build system this issue was insired by the discussion here
1
632,180
20,176,341,918
IssuesEvent
2022-02-10 14:49:44
pystardust/ani-cli
https://api.github.com/repos/pystardust/ani-cli
closed
Empty string on different sections causes "integer expression expected" crashes.
type: bug priority 2: medium
**Metadata (please complete the following information)** Version: Version: 1.6.6 OS: Arch Linux (5.16.4-zen1-1-zen kernel) Shell: zsh (/usr/bin/zsh) Anime: "sono bisque doll wa koi wo suru" (but any other should do the same) **Describe the bug** Sending empty strings to the input sections crashes the program. I tried this on both the anime selection and episode selection, with multiple anime and it seems to be constant. **Steps To Reproduce** 1. Run `ani-cli` normally 2. When choosing an anime or an episode, instead of selecting normally, just press return to send an empty string. 3. It should return something along the lines of `./ani-cli: line 336: [: : integer expression expected` **Expected behavior** It should just loop the input step like when you insert an invalid number, but instead, it crashes. **Screenshots (if applicable)** ![screenshot--2022-02-06--Sun-16-53-35](https://user-images.githubusercontent.com/61657416/152699055-aa81fe83-1d1c-4e52-88f4-9d676a3e7a3f.png) **Additional context** This can probably be easily remedied by adding an if clause to account for empty strings alongside the previous invalid number checks.
1.0
Empty string on different sections causes "integer expression expected" crashes. - **Metadata (please complete the following information)** Version: Version: 1.6.6 OS: Arch Linux (5.16.4-zen1-1-zen kernel) Shell: zsh (/usr/bin/zsh) Anime: "sono bisque doll wa koi wo suru" (but any other should do the same) **Describe the bug** Sending empty strings to the input sections crashes the program. I tried this on both the anime selection and episode selection, with multiple anime and it seems to be constant. **Steps To Reproduce** 1. Run `ani-cli` normally 2. When choosing an anime or an episode, instead of selecting normally, just press return to send an empty string. 3. It should return something along the lines of `./ani-cli: line 336: [: : integer expression expected` **Expected behavior** It should just loop the input step like when you insert an invalid number, but instead, it crashes. **Screenshots (if applicable)** ![screenshot--2022-02-06--Sun-16-53-35](https://user-images.githubusercontent.com/61657416/152699055-aa81fe83-1d1c-4e52-88f4-9d676a3e7a3f.png) **Additional context** This can probably be easily remedied by adding an if clause to account for empty strings alongside the previous invalid number checks.
priority
empty string on different sections causes integer expression expected crashes metadata please complete the following information version version os arch linux zen kernel shell zsh usr bin zsh anime sono bisque doll wa koi wo suru but any other should do the same describe the bug sending empty strings to the input sections crashes the program i tried this on both the anime selection and episode selection with multiple anime and it seems to be constant steps to reproduce run ani cli normally when choosing an anime or an episode instead of selecting normally just press return to send an empty string it should return something along the lines of ani cli line integer expression expected expected behavior it should just loop the input step like when you insert an invalid number but instead it crashes screenshots if applicable additional context this can probably be easily remedied by adding an if clause to account for empty strings alongside the previous invalid number checks
1
206,587
7,113,834,221
IssuesEvent
2018-01-17 21:54:53
unfoldingWord-dev/translationCore
https://api.github.com/repos/unfoldingWord-dev/translationCore
opened
Cannot import a USFM project that has an invalid id tag (unrecognized book)
Kind/Bug Priority/Medium
If a USFM file has a unrecognized book identifier, the user should be able to fix it on the project information screen. Currently the user is prevented by doing such and the following message is displayed: ![image](https://user-images.githubusercontent.com/8171759/35069075-14b9348a-fba7-11e7-9ea6-b3cb1dde27b1.png)
1.0
Cannot import a USFM project that has an invalid id tag (unrecognized book) - If a USFM file has a unrecognized book identifier, the user should be able to fix it on the project information screen. Currently the user is prevented by doing such and the following message is displayed: ![image](https://user-images.githubusercontent.com/8171759/35069075-14b9348a-fba7-11e7-9ea6-b3cb1dde27b1.png)
priority
cannot import a usfm project that has an invalid id tag unrecognized book if a usfm file has a unrecognized book identifier the user should be able to fix it on the project information screen currently the user is prevented by doing such and the following message is displayed
1
811,882
30,304,587,864
IssuesEvent
2023-07-10 08:38:12
testomatio/app
https://api.github.com/repos/testomatio/app
closed
RunGroup combined report is wrong in combined report
bug reporting users priority medium
**Describe the bug** I have a rungroup with merge strategy "Realistic". My last run doesn't have any failed tests, but 1 skipped test. The status of the rungroup is "Failed" and the summary says I have 1 failed test. ![image](https://github.com/testomatio/app/assets/128134241/294dbb41-da28-49ac-9c7e-4e9e214f0893) On the run overview page, the summary shows 1 failed test and 0 skipped tests. ![image](https://github.com/testomatio/app/assets/128134241/e80a2ba1-a2c7-452f-b2d0-d27a5fc3bcf4) **To Reproduce** Steps to reproduce the behavior: 1. Create a run group with realistic merge strategy 2. Add a testruns with several tests. 3. Run the testrun several times (set some tests on "failed" in the first runs). 4. In the last testrun, make sure there are no "Failed" tests, and skip at least 1 test. **Expected behavior** In realistic mode, the result of the last testrun is shown as "status" for the rungroup. **Screenshots** See above in description. **Desktop (please complete the following information):** - OS: Windows 11 - Browser: Chrome - Browser Version Chrome 114 - Application: production
1.0
RunGroup combined report is wrong in combined report - **Describe the bug** I have a rungroup with merge strategy "Realistic". My last run doesn't have any failed tests, but 1 skipped test. The status of the rungroup is "Failed" and the summary says I have 1 failed test. ![image](https://github.com/testomatio/app/assets/128134241/294dbb41-da28-49ac-9c7e-4e9e214f0893) On the run overview page, the summary shows 1 failed test and 0 skipped tests. ![image](https://github.com/testomatio/app/assets/128134241/e80a2ba1-a2c7-452f-b2d0-d27a5fc3bcf4) **To Reproduce** Steps to reproduce the behavior: 1. Create a run group with realistic merge strategy 2. Add a testruns with several tests. 3. Run the testrun several times (set some tests on "failed" in the first runs). 4. In the last testrun, make sure there are no "Failed" tests, and skip at least 1 test. **Expected behavior** In realistic mode, the result of the last testrun is shown as "status" for the rungroup. **Screenshots** See above in description. **Desktop (please complete the following information):** - OS: Windows 11 - Browser: Chrome - Browser Version Chrome 114 - Application: production
priority
rungroup combined report is wrong in combined report describe the bug i have a rungroup with merge strategy realistic my last run doesn t have any failed tests but skipped test the status of the rungroup is failed and the summary says i have failed test on the run overview page the summary shows failed test and skipped tests to reproduce steps to reproduce the behavior create a run group with realistic merge strategy add a testruns with several tests run the testrun several times set some tests on failed in the first runs in the last testrun make sure there are no failed tests and skip at least test expected behavior in realistic mode the result of the last testrun is shown as status for the rungroup screenshots see above in description desktop please complete the following information os windows browser chrome browser version chrome application production
1