Unnamed: 0
int64 0
832k
| id
float64 2.49B
32.1B
| type
stringclasses 1
value | created_at
stringlengths 19
19
| repo
stringlengths 5
112
| repo_url
stringlengths 34
141
| action
stringclasses 3
values | title
stringlengths 1
855
| labels
stringlengths 4
721
| body
stringlengths 1
261k
| index
stringclasses 13
values | text_combine
stringlengths 96
261k
| label
stringclasses 2
values | text
stringlengths 96
240k
| binary_label
int64 0
1
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
627,335
| 19,902,058,782
|
IssuesEvent
|
2022-01-25 09:02:10
|
JGuetschow/UNFCCC_non-AnnexI_data
|
https://api.github.com/repos/JGuetschow/UNFCCC_non-AnnexI_data
|
opened
|
Gabon BUR1
|
Priority high Data to read BUR
|
Gabon's first BUR. The NIR contains detailed inventories for 1994, 2000, 2005, 2010-2017. The NIR tables use the standard NIR format and should be easy to read.
|
1.0
|
Gabon BUR1 - Gabon's first BUR. The NIR contains detailed inventories for 1994, 2000, 2005, 2010-2017. The NIR tables use the standard NIR format and should be easy to read.
|
priority
|
gabon gabon s first bur the nir contains detailed inventories for the nir tables use the standard nir format and should be easy to read
| 1
|
723,892
| 24,911,619,749
|
IssuesEvent
|
2022-10-29 23:16:55
|
punctuations/presence
|
https://api.github.com/repos/punctuations/presence
|
closed
|
chore(font): add support for korean, japanese, and chinese
|
Bug High priority
|
when converting to png will not have the desired font for aforementioned languages:

**SVG:**

|
1.0
|
chore(font): add support for korean, japanese, and chinese - when converting to png will not have the desired font for aforementioned languages:

**SVG:**

|
priority
|
chore font add support for korean japanese and chinese when converting to png will not have the desired font for aforementioned languages svg
| 1
|
535,837
| 15,699,528,501
|
IssuesEvent
|
2021-03-26 08:37:24
|
wso2/product-microgateway
|
https://api.github.com/repos/wso2/product-microgateway
|
closed
|
Test key endpoint is wrong in the config.toml
|
Priority/Highest Priority/Normal Resolution/Fixed Type/Bug envoy-gw
|
### Description:
The config.toml file has given "**/token**" for the test JWT issuer parameter values in the following configurations. The endpoint should be corrected as "**testkey**"
```
[enforcer.jwtIssuer]
enabled = true
issuer = "https://localhost:9095/token"
encoding = "base64" # base64,base64url
claimDialect = ""
signingAlgorithm = "SHA256withRSA"
publicCertificatePath = "/home/wso2/security/truststore/mg.pem"
privateKeyPath = "/home/wso2/security/keystore/mg.key"
validityPeriod = 3600 # seconds
[[enforcer.jwtIssuer.jwtUser]]
username = "admin"
password = "admin"
```
```
# Issuer 2
[[enforcer.jwtTokenConfig]]
name="MGW"
issuer = "https://localhost:9095/token"
certificateAlias = "mgw"
# URL of the JWKs endpoint
jwksURL = ""
# Validate subscribed APIs
validateSubscription = false
# The claim in which the consumer key of the application is coming
consumerKeyClaim = ""
# Certificate Filepath within enforcer
certificateFilePath = "/home/wso2/security/truststore/mg.pem"
```
### Affected Product Version:
MGW 4.0.0-M9
|
2.0
|
Test key endpoint is wrong in the config.toml - ### Description:
The config.toml file has given "**/token**" for the test JWT issuer parameter values in the following configurations. The endpoint should be corrected as "**testkey**"
```
[enforcer.jwtIssuer]
enabled = true
issuer = "https://localhost:9095/token"
encoding = "base64" # base64,base64url
claimDialect = ""
signingAlgorithm = "SHA256withRSA"
publicCertificatePath = "/home/wso2/security/truststore/mg.pem"
privateKeyPath = "/home/wso2/security/keystore/mg.key"
validityPeriod = 3600 # seconds
[[enforcer.jwtIssuer.jwtUser]]
username = "admin"
password = "admin"
```
```
# Issuer 2
[[enforcer.jwtTokenConfig]]
name="MGW"
issuer = "https://localhost:9095/token"
certificateAlias = "mgw"
# URL of the JWKs endpoint
jwksURL = ""
# Validate subscribed APIs
validateSubscription = false
# The claim in which the consumer key of the application is coming
consumerKeyClaim = ""
# Certificate Filepath within enforcer
certificateFilePath = "/home/wso2/security/truststore/mg.pem"
```
### Affected Product Version:
MGW 4.0.0-M9
|
priority
|
test key endpoint is wrong in the config toml description the config toml file has given token for the test jwt issuer parameter values in the following configurations the endpoint should be corrected as testkey enabled true issuer encoding claimdialect signingalgorithm publiccertificatepath home security truststore mg pem privatekeypath home security keystore mg key validityperiod seconds username admin password admin issuer name mgw issuer certificatealias mgw url of the jwks endpoint jwksurl validate subscribed apis validatesubscription false the claim in which the consumer key of the application is coming consumerkeyclaim certificate filepath within enforcer certificatefilepath home security truststore mg pem affected product version mgw
| 1
|
166,887
| 6,314,001,911
|
IssuesEvent
|
2017-07-24 09:40:09
|
geosolutions-it/evo-odas
|
https://api.github.com/repos/geosolutions-it/evo-odas
|
closed
|
[airflow operator] gdal_translate operator
|
enhancement Priority: High
|
**Requirements:**
To create a new operator/plug-in that wraps gdal_translate utility and support specifically compressing and tiling. Initial goal is to support landsat 8 scenes ingestion.
**Approach:**
- gdal_translate has many options but this operator will cover only the required ones by EVO-ODAS project
- As an example for the generated command will be (gdal_translate -co "TILED=YES" -co "BLOCKXSIZE=512" -co "BLOCKYSIZE=512" -co "COMPRESS=JPEG" -co "PHOTOMETRIC=YCBCR" -co "QUALITY=85")
- The minimum supported options are: -ot, -of, -b, -mask, -outsize, -scale, -mask, -b
- The minimum supported create options are: TILED, BLOCKXSIZE, BLOCKYSIZE, COMPRESS, PHOTOMETRIC,
- Note: If one of the mentioned options required additional options to be added, it will be added and this issue will be updated accordingly.
- Note: This operator will be called per band
|
1.0
|
[airflow operator] gdal_translate operator - **Requirements:**
To create a new operator/plug-in that wraps gdal_translate utility and support specifically compressing and tiling. Initial goal is to support landsat 8 scenes ingestion.
**Approach:**
- gdal_translate has many options but this operator will cover only the required ones by EVO-ODAS project
- As an example for the generated command will be (gdal_translate -co "TILED=YES" -co "BLOCKXSIZE=512" -co "BLOCKYSIZE=512" -co "COMPRESS=JPEG" -co "PHOTOMETRIC=YCBCR" -co "QUALITY=85")
- The minimum supported options are: -ot, -of, -b, -mask, -outsize, -scale, -mask, -b
- The minimum supported create options are: TILED, BLOCKXSIZE, BLOCKYSIZE, COMPRESS, PHOTOMETRIC,
- Note: If one of the mentioned options required additional options to be added, it will be added and this issue will be updated accordingly.
- Note: This operator will be called per band
|
priority
|
gdal translate operator requirements to create a new operator plug in that wraps gdal translate utility and support specifically compressing and tiling initial goal is to support landsat scenes ingestion approach gdal translate has many options but this operator will cover only the required ones by evo odas project as an example for the generated command will be gdal translate co tiled yes co blockxsize co blockysize co compress jpeg co photometric ycbcr co quality the minimum supported options are ot of b mask outsize scale mask b the minimum supported create options are tiled blockxsize blockysize compress photometric note if one of the mentioned options required additional options to be added it will be added and this issue will be updated accordingly note this operator will be called per band
| 1
|
640,832
| 20,809,946,055
|
IssuesEvent
|
2022-03-18 00:38:15
|
magma/magma
|
https://api.github.com/repos/magma/magma
|
closed
|
Pipelined potential leak - TRV test 05_capacity
|
wontfix component: agw priority: high component: teravm workstream: AGW perf
|
It looks like there may be a leak on reporting of the last amount of data when a flow is being removed.
When Executing TeraVM test `/magma/automation$ ng40test gxgy05_capacity_oriol.ntl` sometimes we see that the amount reported to PCRF is less than the amount of traffic that was let through by pipelined.
For example, the attached logs show this test failing because 58k octets passed, but only 57k were reported. So there is 1k missing.
As you can see on sessiond log, right before sending the `DeactivateFlowsRequest` sessiond does know 57k were used `===> Used Tx: 57000 `. After `DeactivateFlowsRequest` is sent to pipelined, sessiond waits for the last report from Pipelined. That should include the usage on its last report, but as you can see that last RuleRecordTable is empty.
Also, if you go to the attached pcap and filter using `gtp` you will see 116 packets were let through from the UE to the internet. Each packet is 500 octets so 116*500 = 58k. So we do know that pipelined did let through 58k but it only reported 57k. The missing 1k may be missing on the last report which came empty
Note that the leak may not be on the last report. Maybe that leak happens earler and what we see is the consequence. So I suggest to add some kind of message in pipelined log that shows the total reported value per rule. This way we can compare with the amount in sessiond.
sessiond.log
```
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679658 19530 SessionCredit.cpp:583] ===> Used Tx: 57000 Rx: 0Total: 57000. <---- known amount
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679661 19530 SessionCredit.cpp:586] ===> Reported Tx: 43000 Rx: 0Total: 43000
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679664 19530 SessionCredit.cpp:589] ===> Allowed Tx: 52500 Rx: 52500 Total: 60000
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679667 19530 SessionCredit.cpp:592] ===> A_Floor Tx: 45000 Rx: 45000 Total: 45000
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679673 19530 SessionCredit.cpp:595] ===> (%used) Tx: 160% Rx: -600% Total: 80%
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679677 19530 SessionCredit.cpp:608] ===> Grant tracking type ALL_TOTAL_TX_RX, Reporting: 0
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679682 19530 SessionCredit.cpp:613] ===> Last Granted Units Received (tx/rx/total) 7500/7500/15000
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679685 19530 SessionCredit.cpp:278] ALL_TOTAL_TX_RX grant is totally exhausted
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679688 19530 ChargingGrant.cpp:202] Deactivating service because we have exhausted the given quota and it is the final grant.action=TERMINATE
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679692 19530 ChargingGrant.cpp:254] Service state change from SERVICE_ENABLED to SERVICE_NEEDS_DEACTIVATION
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679714 19530 ChargingGrant.cpp:254] Service state change from SERVICE_NEEDS_DEACTIVATION to SERVICE_DISABLED
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679718 19530 SessionState.cpp:1388] Subscriber IMSI999991234567810 rating group RG: 1 action type 1
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679728 19530 LocalEnforcer.cpp:375] Initiating session termination for IMSI999991234567810-768073
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679739 19530 PipelinedClient.cpp:270] Deactivating 0 static rulesand 1 dynamic rules for subscriber IMSI999991234567810 IP 192.168.127.61
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679780 19530 GrpcMagmaUtils.cpp:38]
Nov 30 14:38:42 agw sessiond[19530]: magma.lte.DeactivateFlowsRequest { <-----
Nov 30 14:38:42 agw sessiond[19530]: sid {
Nov 30 14:38:42 agw sessiond[19530]: id: "IMSI999991234567810"
Nov 30 14:38:42 agw sessiond[19530]: }
Nov 30 14:38:42 agw sessiond[19530]: rule_ids: "PCC103-QCI9-DYNAMIC"
Nov 30 14:38:42 agw sessiond[19530]: request_origin {
Nov 30 14:38:42 agw sessiond[19530]: }
Nov 30 14:38:42 agw sessiond[19530]: ip_addr: "192.168.127.61"
Nov 30 14:38:42 agw sessiond[19530]: }
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679848 19530 SessionState.cpp:1046] Session IMSI999991234567810-768073 FSM state change from SESSION_ACTIVE to SESSION_RELEASED
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679857 19530 SpgwServiceClient.cpp:72] Deleting default bearer and corresponding PDN session for IMSI: IMSI999991234567810 APN IP addr 192.168.127.61 Bearer ID 5
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679922 19530 LocalEnforcer.cpp:399] Scheduling a force termination timeout for IMSI999991234567810-768073 in 5000ms
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679998 19530 LocalSessionManagerHandler.cpp:78] Succeeded in updating session after no reporting
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.682953 19553 GrpcMagmaUtils.cpp:38]
Nov 30 14:38:42 agw sessiond[19530]: magma.lte.LocalEndSessionRequest {
Nov 30 14:38:42 agw sessiond[19530]: sid {
Nov 30 14:38:42 agw sessiond[19530]: id: "IMSI999991234567810"
Nov 30 14:38:42 agw sessiond[19530]: }
Nov 30 14:38:42 agw sessiond[19530]: apn: "internet"
Nov 30 14:38:42 agw sessiond[19530]: }
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.683007 19530 LocalSessionManagerHandler.cpp:470] Received a termination request from Access for IMSI999991234567810 apn internet
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.683017 19530 LocalEnforcer.cpp:371] Session IMSI999991234567810-768073 is already terminating, ignoring termination request
Nov 30 14:38:44 agw sessiond[19530]: I1130 14:38:44.682046 19553 GrpcMagmaUtils.cpp:38]
Nov 30 14:38:44 agw sessiond[19530]: magma.lte.RuleRecordTable {
Nov 30 14:38:44 agw sessiond[19530]: records { <------ EMPTY, NO USAGE
Nov 30 14:38:44 agw sessiond[19530]: sid: "IMSI999991234567810"
Nov 30 14:38:44 agw sessiond[19530]: rule_id: "PCC103-QCI9-DYNAMIC"
Nov 30 14:38:44 agw sessiond[19530]: ue_ipv4: "192.168.127.61"
Nov 30 14:38:44 agw sessiond[19530]: }
Nov 30 14:38:44 agw sessiond[19530]: epoch: 1606772792
Nov 30 14:38:44 agw sessiond[19530]: }
Nov 30 14:38:44 agw sessiond[19530]: I1130 14:38:44.682075 19553 LocalSessionManagerHandler.cpp:51] Aggregating 1 records
Nov 30 14:38:44 agw sessiond[19530]: I1130 14:38:44.682255 19530 LocalSessionManagerHandler.cpp:78] Succeeded in updating session after no reporting
Nov 30 14:38:44 agw sessiond[19530]: I1130 14:38:44.861212 19540 PolicyLoader.cpp:64] 3 rules synced
Nov 30 14:38:46 agw sessiond[19530]: I1130 14:38:46.681795 19553 LocalSessionManagerHandler.cpp:51] Aggregating 0 records
Nov 30 14:38:46 agw sessiond[19530]: I1130 14:38:46.681929 19530 SessionState.cpp:1046] Session IMSI999991234567810-768073 FSM state change from SESSION_RELEASED to SESSION_TERMINATED
```
[gx_gy_combined_05_capacity_201130_143822-1-1.pcapng.zip](https://github.com/magma/magma/files/5619204/gx_gy_combined_05_capacity_201130_143822-1-1.pcapng.zip)
|
1.0
|
Pipelined potential leak - TRV test 05_capacity - It looks like there may be a leak on reporting of the last amount of data when a flow is being removed.
When Executing TeraVM test `/magma/automation$ ng40test gxgy05_capacity_oriol.ntl` sometimes we see that the amount reported to PCRF is less than the amount of traffic that was let through by pipelined.
For example, the attached logs show this test failing because 58k octets passed, but only 57k were reported. So there is 1k missing.
As you can see on sessiond log, right before sending the `DeactivateFlowsRequest` sessiond does know 57k were used `===> Used Tx: 57000 `. After `DeactivateFlowsRequest` is sent to pipelined, sessiond waits for the last report from Pipelined. That should include the usage on its last report, but as you can see that last RuleRecordTable is empty.
Also, if you go to the attached pcap and filter using `gtp` you will see 116 packets were let through from the UE to the internet. Each packet is 500 octets so 116*500 = 58k. So we do know that pipelined did let through 58k but it only reported 57k. The missing 1k may be missing on the last report which came empty
Note that the leak may not be on the last report. Maybe that leak happens earler and what we see is the consequence. So I suggest to add some kind of message in pipelined log that shows the total reported value per rule. This way we can compare with the amount in sessiond.
sessiond.log
```
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679658 19530 SessionCredit.cpp:583] ===> Used Tx: 57000 Rx: 0Total: 57000. <---- known amount
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679661 19530 SessionCredit.cpp:586] ===> Reported Tx: 43000 Rx: 0Total: 43000
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679664 19530 SessionCredit.cpp:589] ===> Allowed Tx: 52500 Rx: 52500 Total: 60000
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679667 19530 SessionCredit.cpp:592] ===> A_Floor Tx: 45000 Rx: 45000 Total: 45000
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679673 19530 SessionCredit.cpp:595] ===> (%used) Tx: 160% Rx: -600% Total: 80%
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679677 19530 SessionCredit.cpp:608] ===> Grant tracking type ALL_TOTAL_TX_RX, Reporting: 0
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679682 19530 SessionCredit.cpp:613] ===> Last Granted Units Received (tx/rx/total) 7500/7500/15000
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679685 19530 SessionCredit.cpp:278] ALL_TOTAL_TX_RX grant is totally exhausted
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679688 19530 ChargingGrant.cpp:202] Deactivating service because we have exhausted the given quota and it is the final grant.action=TERMINATE
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679692 19530 ChargingGrant.cpp:254] Service state change from SERVICE_ENABLED to SERVICE_NEEDS_DEACTIVATION
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679714 19530 ChargingGrant.cpp:254] Service state change from SERVICE_NEEDS_DEACTIVATION to SERVICE_DISABLED
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679718 19530 SessionState.cpp:1388] Subscriber IMSI999991234567810 rating group RG: 1 action type 1
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679728 19530 LocalEnforcer.cpp:375] Initiating session termination for IMSI999991234567810-768073
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679739 19530 PipelinedClient.cpp:270] Deactivating 0 static rulesand 1 dynamic rules for subscriber IMSI999991234567810 IP 192.168.127.61
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679780 19530 GrpcMagmaUtils.cpp:38]
Nov 30 14:38:42 agw sessiond[19530]: magma.lte.DeactivateFlowsRequest { <-----
Nov 30 14:38:42 agw sessiond[19530]: sid {
Nov 30 14:38:42 agw sessiond[19530]: id: "IMSI999991234567810"
Nov 30 14:38:42 agw sessiond[19530]: }
Nov 30 14:38:42 agw sessiond[19530]: rule_ids: "PCC103-QCI9-DYNAMIC"
Nov 30 14:38:42 agw sessiond[19530]: request_origin {
Nov 30 14:38:42 agw sessiond[19530]: }
Nov 30 14:38:42 agw sessiond[19530]: ip_addr: "192.168.127.61"
Nov 30 14:38:42 agw sessiond[19530]: }
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679848 19530 SessionState.cpp:1046] Session IMSI999991234567810-768073 FSM state change from SESSION_ACTIVE to SESSION_RELEASED
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679857 19530 SpgwServiceClient.cpp:72] Deleting default bearer and corresponding PDN session for IMSI: IMSI999991234567810 APN IP addr 192.168.127.61 Bearer ID 5
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679922 19530 LocalEnforcer.cpp:399] Scheduling a force termination timeout for IMSI999991234567810-768073 in 5000ms
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.679998 19530 LocalSessionManagerHandler.cpp:78] Succeeded in updating session after no reporting
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.682953 19553 GrpcMagmaUtils.cpp:38]
Nov 30 14:38:42 agw sessiond[19530]: magma.lte.LocalEndSessionRequest {
Nov 30 14:38:42 agw sessiond[19530]: sid {
Nov 30 14:38:42 agw sessiond[19530]: id: "IMSI999991234567810"
Nov 30 14:38:42 agw sessiond[19530]: }
Nov 30 14:38:42 agw sessiond[19530]: apn: "internet"
Nov 30 14:38:42 agw sessiond[19530]: }
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.683007 19530 LocalSessionManagerHandler.cpp:470] Received a termination request from Access for IMSI999991234567810 apn internet
Nov 30 14:38:42 agw sessiond[19530]: I1130 14:38:42.683017 19530 LocalEnforcer.cpp:371] Session IMSI999991234567810-768073 is already terminating, ignoring termination request
Nov 30 14:38:44 agw sessiond[19530]: I1130 14:38:44.682046 19553 GrpcMagmaUtils.cpp:38]
Nov 30 14:38:44 agw sessiond[19530]: magma.lte.RuleRecordTable {
Nov 30 14:38:44 agw sessiond[19530]: records { <------ EMPTY, NO USAGE
Nov 30 14:38:44 agw sessiond[19530]: sid: "IMSI999991234567810"
Nov 30 14:38:44 agw sessiond[19530]: rule_id: "PCC103-QCI9-DYNAMIC"
Nov 30 14:38:44 agw sessiond[19530]: ue_ipv4: "192.168.127.61"
Nov 30 14:38:44 agw sessiond[19530]: }
Nov 30 14:38:44 agw sessiond[19530]: epoch: 1606772792
Nov 30 14:38:44 agw sessiond[19530]: }
Nov 30 14:38:44 agw sessiond[19530]: I1130 14:38:44.682075 19553 LocalSessionManagerHandler.cpp:51] Aggregating 1 records
Nov 30 14:38:44 agw sessiond[19530]: I1130 14:38:44.682255 19530 LocalSessionManagerHandler.cpp:78] Succeeded in updating session after no reporting
Nov 30 14:38:44 agw sessiond[19530]: I1130 14:38:44.861212 19540 PolicyLoader.cpp:64] 3 rules synced
Nov 30 14:38:46 agw sessiond[19530]: I1130 14:38:46.681795 19553 LocalSessionManagerHandler.cpp:51] Aggregating 0 records
Nov 30 14:38:46 agw sessiond[19530]: I1130 14:38:46.681929 19530 SessionState.cpp:1046] Session IMSI999991234567810-768073 FSM state change from SESSION_RELEASED to SESSION_TERMINATED
```
[gx_gy_combined_05_capacity_201130_143822-1-1.pcapng.zip](https://github.com/magma/magma/files/5619204/gx_gy_combined_05_capacity_201130_143822-1-1.pcapng.zip)
|
priority
|
pipelined potential leak trv test capacity it looks like there may be a leak on reporting of the last amount of data when a flow is being removed when executing teravm test magma automation capacity oriol ntl sometimes we see that the amount reported to pcrf is less than the amount of traffic that was let through by pipelined for example the attached logs show this test failing because octets passed but only were reported so there is missing as you can see on sessiond log right before sending the deactivateflowsrequest sessiond does know were used used tx after deactivateflowsrequest is sent to pipelined sessiond waits for the last report from pipelined that should include the usage on its last report but as you can see that last rulerecordtable is empty also if you go to the attached pcap and filter using gtp you will see packets were let through from the ue to the internet each packet is octets so so we do know that pipelined did let through but it only reported the missing may be missing on the last report which came empty note that the leak may not be on the last report maybe that leak happens earler and what we see is the consequence so i suggest to add some kind of message in pipelined log that shows the total reported value per rule this way we can compare with the amount in sessiond sessiond log nov agw sessiond sessioncredit cpp used tx rx known amount nov agw sessiond sessioncredit cpp reported tx rx nov agw sessiond sessioncredit cpp allowed tx rx total nov agw sessiond sessioncredit cpp a floor tx rx total nov agw sessiond sessioncredit cpp used tx rx total nov agw sessiond sessioncredit cpp grant tracking type all total tx rx reporting nov agw sessiond sessioncredit cpp last granted units received tx rx total nov agw sessiond sessioncredit cpp all total tx rx grant is totally exhausted nov agw sessiond charginggrant cpp deactivating service because we have exhausted the given quota and it is the final grant action terminate nov agw sessiond charginggrant cpp service state change from service enabled to service needs deactivation nov agw sessiond charginggrant cpp service state change from service needs deactivation to service disabled nov agw sessiond sessionstate cpp subscriber rating group rg action type nov agw sessiond localenforcer cpp initiating session termination for nov agw sessiond pipelinedclient cpp deactivating static rulesand dynamic rules for subscriber ip nov agw sessiond grpcmagmautils cpp nov agw sessiond magma lte deactivateflowsrequest nov agw sessiond sid nov agw sessiond id nov agw sessiond nov agw sessiond rule ids dynamic nov agw sessiond request origin nov agw sessiond nov agw sessiond ip addr nov agw sessiond nov agw sessiond sessionstate cpp session fsm state change from session active to session released nov agw sessiond spgwserviceclient cpp deleting default bearer and corresponding pdn session for imsi apn ip addr bearer id nov agw sessiond localenforcer cpp scheduling a force termination timeout for in nov agw sessiond localsessionmanagerhandler cpp succeeded in updating session after no reporting nov agw sessiond grpcmagmautils cpp nov agw sessiond magma lte localendsessionrequest nov agw sessiond sid nov agw sessiond id nov agw sessiond nov agw sessiond apn internet nov agw sessiond nov agw sessiond localsessionmanagerhandler cpp received a termination request from access for apn internet nov agw sessiond localenforcer cpp session is already terminating ignoring termination request nov agw sessiond grpcmagmautils cpp nov agw sessiond magma lte rulerecordtable nov agw sessiond records empty no usage nov agw sessiond sid nov agw sessiond rule id dynamic nov agw sessiond ue nov agw sessiond nov agw sessiond epoch nov agw sessiond nov agw sessiond localsessionmanagerhandler cpp aggregating records nov agw sessiond localsessionmanagerhandler cpp succeeded in updating session after no reporting nov agw sessiond policyloader cpp rules synced nov agw sessiond localsessionmanagerhandler cpp aggregating records nov agw sessiond sessionstate cpp session fsm state change from session released to session terminated
| 1
|
674,100
| 23,039,119,682
|
IssuesEvent
|
2022-07-22 23:35:57
|
fluidattacks/makes
|
https://api.github.com/repos/fluidattacks/makes
|
closed
|
Push all job dependencies to cache
|
sponsored by Fluid Attacks high priority
|
Only the [resulting derivation](https://github.com/fluidattacks/makes/blob/main/src/cli/main/__main__.py#L787) of a job is [being pushed](https://github.com/fluidattacks/makes/blob/main/src/cli/main/__main__.py#L802) to the cache.
All dependencies for a job that do not already exist on `cache.nixos.org` should also be pushed.
Let's investigate [this](https://docs.cachix.org/pushing#push-all-store-paths-produced-during-a-command).
|
1.0
|
Push all job dependencies to cache - Only the [resulting derivation](https://github.com/fluidattacks/makes/blob/main/src/cli/main/__main__.py#L787) of a job is [being pushed](https://github.com/fluidattacks/makes/blob/main/src/cli/main/__main__.py#L802) to the cache.
All dependencies for a job that do not already exist on `cache.nixos.org` should also be pushed.
Let's investigate [this](https://docs.cachix.org/pushing#push-all-store-paths-produced-during-a-command).
|
priority
|
push all job dependencies to cache only the of a job is to the cache all dependencies for a job that do not already exist on cache nixos org should also be pushed let s investigate
| 1
|
724,113
| 24,917,613,890
|
IssuesEvent
|
2022-10-30 15:39:52
|
mintterteam/mintter
|
https://api.github.com/repos/mintterteam/mintter
|
opened
|
[bug]: opening a new draft window from the "lists views (inbox and drafts) does not work
|
scope: host priority: high
|
**Describe the bug**
when pressing the button "Write" in the titlebar on MacOS, for some reason the Rust code does not receive a correct URL to open a new window to. It does work on other pages (publication and draft) but not in the main lists pages
**To Reproduce** Steps to reproduce the behavior:
1. Open the main page (inbox)
2. press the button "Write" in the titlebar and will not open anything (
---
1. Go to any publication
2. press the button "Write" in the titlebar and it WILL open the new created draft
**Expected behavior** A clear and concise description of what you expected to
happen.
We should open a new draft no matter the page. the titlebar button does not change, so expecting the same behavior is the correct expectation
**Additional context** Add any other context about the problem here.
- the drafts are being created, the problem is opening a new window with the correct URL.
- logs from the inbox page:
```
[Log] WRITE! (index.61ad2571.js, line 26356)
[Log] openWindow: path input: – undefined (index.61ad2571.js, line 26356)
[Log] openWindow: has NO path (index.61ad2571.js, line 26356)
[Log] openWindow: doc result – {id: "bafy2bzacecs4fu7nuhkuda7twuzazqnmpcqmjhhsndrobscx456dexh2tpmp2", title: "", subtitle: "", …} (index.61ad2571.js, line 26356)
{id: "bafy2bzacecs4fu7nuhkuda7twuzazqnmpcqmjhhsndrobscx456dexh2tpmp2", title: "", subtitle: "", author: "bahezrj4iaqacicabciqoocv42q5jzn3gp7s2slbzsinny7rjdioqrqzmoqqmajk2vxgjczq", children: [], …}Object
[Log] openWindow: generated path – "/d/bafy2bzacecs4fu7nuhkuda7twuzazqnmpcqmjhhsndrobscx456dexh2tpmp2" (index.61ad2571.js, line 26356)
[Info] [2022-10-30][15:35:50][mintter::window][[37mINFO[0m] open; path="/d/bafy2bzacecs4fu7nuhkuda7twuzazqnmpcqmjhhsndrobscx456dexh2tpmp2" (index.61ad2571.js, line 26356)
[Debug] [2022-10-30][15:35:52][reqwest::connect][[37mDEBUG[0m] starting new connection: https://o4503930427473920.ingest.sentry.io/ (index.61ad2571.js, line 26356)
[Debug] [2022-10-30][15:35:52][hyper::client::connect::dns][[37mDEBUG[0m] resolving host="o4503930427473920.ingest.sentry.io" (index.61ad2571.js, line 26356)
[Debug] [2022-10-30][15:35:50][mintter::window_ext][[37mDEBUG[0m] received raw url tauri://localhost (index.61ad2571.js, line 26356)
```
- logs from a publication:
```
[Log] WRITE! (index.61ad2571.js, line 26356)
[Log] openWindow: path input: – undefined (index.61ad2571.js, line 26356)
[Log] openWindow: has NO path (index.61ad2571.js, line 26356)
[Log] openWindow: doc result – {id: "bafy2bzacedqpl3ugr3q7wlovwkp7svjaz4p2lb357lgs6iu76p2w3cgkbdgrq", title: "", subtitle: "", …} (index.61ad2571.js, line 26356)
{id: "bafy2bzacedqpl3ugr3q7wlovwkp7svjaz4p2lb357lgs6iu76p2w3cgkbdgrq", title: "", subtitle: "", author: "bahezrj4iaqacicabciqoocv42q5jzn3gp7s2slbzsinny7rjdioqrqzmoqqmajk2vxgjczq", children: [], …}Object
[Log] openWindow: generated path – "/d/bafy2bzacedqpl3ugr3q7wlovwkp7svjaz4p2lb357lgs6iu76p2w3cgkbdgrq" (index.61ad2571.js, line 26356)
[Info] [2022-10-30][15:36:30][mintter::window][[37mINFO[0m] open; path="/d/bafy2bzacedqpl3ugr3q7wlovwkp7svjaz4p2lb357lgs6iu76p2w3cgkbdgrq" (index.61ad2571.js, line 26356)
[Debug] [2022-10-30][15:36:30][mintter::window_ext][[37mDEBUG[0m] received raw url tauri://localhost/p/bafy2bzacedox6jf36d2vfxlsvx6cdouqkiznrvsjzqikwek7g7544hvqffy26/baeaxdiheaiqefzatwtbi6gj25rcivw6je42kingmsftzyahsmqdo6ri2meyiqfy (index.61ad2571.js, line 26356)
[Debug] [2022-10-30][15:36:30][mintter::window][[37mDEBUG[0m] comparing win url ["p", "bafy2bzacedox6jf36d2vfxlsvx6cdouqkiznrvsjzqikwek7g7544hvqffy26"] to requested ["d", "bafy2bzacedqpl3ugr3q7wlovwkp7svjaz4p2lb357lgs6iu76p2w3cgkbdgrq"], equal: false (index.61ad2571.js, line 26356)
```
|
1.0
|
[bug]: opening a new draft window from the "lists views (inbox and drafts) does not work - **Describe the bug**
when pressing the button "Write" in the titlebar on MacOS, for some reason the Rust code does not receive a correct URL to open a new window to. It does work on other pages (publication and draft) but not in the main lists pages
**To Reproduce** Steps to reproduce the behavior:
1. Open the main page (inbox)
2. press the button "Write" in the titlebar and will not open anything (
---
1. Go to any publication
2. press the button "Write" in the titlebar and it WILL open the new created draft
**Expected behavior** A clear and concise description of what you expected to
happen.
We should open a new draft no matter the page. the titlebar button does not change, so expecting the same behavior is the correct expectation
**Additional context** Add any other context about the problem here.
- the drafts are being created, the problem is opening a new window with the correct URL.
- logs from the inbox page:
```
[Log] WRITE! (index.61ad2571.js, line 26356)
[Log] openWindow: path input: – undefined (index.61ad2571.js, line 26356)
[Log] openWindow: has NO path (index.61ad2571.js, line 26356)
[Log] openWindow: doc result – {id: "bafy2bzacecs4fu7nuhkuda7twuzazqnmpcqmjhhsndrobscx456dexh2tpmp2", title: "", subtitle: "", …} (index.61ad2571.js, line 26356)
{id: "bafy2bzacecs4fu7nuhkuda7twuzazqnmpcqmjhhsndrobscx456dexh2tpmp2", title: "", subtitle: "", author: "bahezrj4iaqacicabciqoocv42q5jzn3gp7s2slbzsinny7rjdioqrqzmoqqmajk2vxgjczq", children: [], …}Object
[Log] openWindow: generated path – "/d/bafy2bzacecs4fu7nuhkuda7twuzazqnmpcqmjhhsndrobscx456dexh2tpmp2" (index.61ad2571.js, line 26356)
[Info] [2022-10-30][15:35:50][mintter::window][[37mINFO[0m] open; path="/d/bafy2bzacecs4fu7nuhkuda7twuzazqnmpcqmjhhsndrobscx456dexh2tpmp2" (index.61ad2571.js, line 26356)
[Debug] [2022-10-30][15:35:52][reqwest::connect][[37mDEBUG[0m] starting new connection: https://o4503930427473920.ingest.sentry.io/ (index.61ad2571.js, line 26356)
[Debug] [2022-10-30][15:35:52][hyper::client::connect::dns][[37mDEBUG[0m] resolving host="o4503930427473920.ingest.sentry.io" (index.61ad2571.js, line 26356)
[Debug] [2022-10-30][15:35:50][mintter::window_ext][[37mDEBUG[0m] received raw url tauri://localhost (index.61ad2571.js, line 26356)
```
- logs from a publication:
```
[Log] WRITE! (index.61ad2571.js, line 26356)
[Log] openWindow: path input: – undefined (index.61ad2571.js, line 26356)
[Log] openWindow: has NO path (index.61ad2571.js, line 26356)
[Log] openWindow: doc result – {id: "bafy2bzacedqpl3ugr3q7wlovwkp7svjaz4p2lb357lgs6iu76p2w3cgkbdgrq", title: "", subtitle: "", …} (index.61ad2571.js, line 26356)
{id: "bafy2bzacedqpl3ugr3q7wlovwkp7svjaz4p2lb357lgs6iu76p2w3cgkbdgrq", title: "", subtitle: "", author: "bahezrj4iaqacicabciqoocv42q5jzn3gp7s2slbzsinny7rjdioqrqzmoqqmajk2vxgjczq", children: [], …}Object
[Log] openWindow: generated path – "/d/bafy2bzacedqpl3ugr3q7wlovwkp7svjaz4p2lb357lgs6iu76p2w3cgkbdgrq" (index.61ad2571.js, line 26356)
[Info] [2022-10-30][15:36:30][mintter::window][[37mINFO[0m] open; path="/d/bafy2bzacedqpl3ugr3q7wlovwkp7svjaz4p2lb357lgs6iu76p2w3cgkbdgrq" (index.61ad2571.js, line 26356)
[Debug] [2022-10-30][15:36:30][mintter::window_ext][[37mDEBUG[0m] received raw url tauri://localhost/p/bafy2bzacedox6jf36d2vfxlsvx6cdouqkiznrvsjzqikwek7g7544hvqffy26/baeaxdiheaiqefzatwtbi6gj25rcivw6je42kingmsftzyahsmqdo6ri2meyiqfy (index.61ad2571.js, line 26356)
[Debug] [2022-10-30][15:36:30][mintter::window][[37mDEBUG[0m] comparing win url ["p", "bafy2bzacedox6jf36d2vfxlsvx6cdouqkiznrvsjzqikwek7g7544hvqffy26"] to requested ["d", "bafy2bzacedqpl3ugr3q7wlovwkp7svjaz4p2lb357lgs6iu76p2w3cgkbdgrq"], equal: false (index.61ad2571.js, line 26356)
```
|
priority
|
opening a new draft window from the lists views inbox and drafts does not work describe the bug when pressing the button write in the titlebar on macos for some reason the rust code does not receive a correct url to open a new window to it does work on other pages publication and draft but not in the main lists pages to reproduce steps to reproduce the behavior open the main page inbox press the button write in the titlebar and will not open anything go to any publication press the button write in the titlebar and it will open the new created draft expected behavior a clear and concise description of what you expected to happen we should open a new draft no matter the page the titlebar button does not change so expecting the same behavior is the correct expectation additional context add any other context about the problem here the drafts are being created the problem is opening a new window with the correct url logs from the inbox page write index js line openwindow path input – undefined index js line openwindow has no path index js line openwindow doc result – id title subtitle … index js line id title subtitle author children … object openwindow generated path – d index js line open path d index js line starting new connection index js line resolving host ingest sentry io index js line received raw url tauri localhost index js line logs from a publication write index js line openwindow path input – undefined index js line openwindow has no path index js line openwindow doc result – id title subtitle … index js line id title subtitle author children … object openwindow generated path – d index js line open path d index js line received raw url tauri localhost p index js line comparing win url to requested equal false index js line
| 1
|
588,563
| 17,662,517,589
|
IssuesEvent
|
2021-08-21 20:10:36
|
ita-social-projects/horondi_client_fe
|
https://api.github.com/repos/ita-social-projects/horondi_client_fe
|
opened
|
[Header] missing 'Wishlist' button
|
bug UI priority: high severity: major
|
**Environment:** **Environment:** OS: macOS Big Sur, 11.4
Browser: Google Chrome, 92.0.4515.131 (x86_64)
**Reproducible:** always
**Build found:** 21.08.2021
**Steps to reproduce**
1. Go to https://horondi-front-staging.azurewebsites.net/
2. Pay attention to the 'Header'
**Actual result**
There ISN’T a 'Wishlist' button in the upper right corner of the 'Header'
<img width="1110" alt="Знімок екрана 2021-08-21 о 20 03 21" src="https://user-images.githubusercontent.com/88833538/130333551-81df28f1-29b2-4395-9481-62fddfe8bb47.png">
**Expected result**
There IS a 'Wishlist' button in the upper right corner of the 'Header'
<img width="555" alt="Знімок екрана 2021-08-21 о 20 07 17" src="https://user-images.githubusercontent.com/88833538/130333586-937ec25e-fa98-411e-971c-8cfea9632d83.png">
https://www.figma.com/file/31cjkbgpUtNpcOhKM3Cp9O/horondi?node-id=6415%3A893
|
1.0
|
[Header] missing 'Wishlist' button - **Environment:** **Environment:** OS: macOS Big Sur, 11.4
Browser: Google Chrome, 92.0.4515.131 (x86_64)
**Reproducible:** always
**Build found:** 21.08.2021
**Steps to reproduce**
1. Go to https://horondi-front-staging.azurewebsites.net/
2. Pay attention to the 'Header'
**Actual result**
There ISN’T a 'Wishlist' button in the upper right corner of the 'Header'
<img width="1110" alt="Знімок екрана 2021-08-21 о 20 03 21" src="https://user-images.githubusercontent.com/88833538/130333551-81df28f1-29b2-4395-9481-62fddfe8bb47.png">
**Expected result**
There IS a 'Wishlist' button in the upper right corner of the 'Header'
<img width="555" alt="Знімок екрана 2021-08-21 о 20 07 17" src="https://user-images.githubusercontent.com/88833538/130333586-937ec25e-fa98-411e-971c-8cfea9632d83.png">
https://www.figma.com/file/31cjkbgpUtNpcOhKM3Cp9O/horondi?node-id=6415%3A893
|
priority
|
missing wishlist button environment environment os macos big sur browser google chrome reproducible always build found steps to reproduce go to pay attention to the header actual result there isn’t a wishlist button in the upper right corner of the header img width alt знімок екрана о src expected result there is a wishlist button in the upper right corner of the header img width alt знімок екрана о src
| 1
|
97,729
| 4,005,429,313
|
IssuesEvent
|
2016-05-12 11:26:21
|
ably/ably-js
|
https://api.github.com/repos/ably/ably-js
|
closed
|
Failure to reattach a failed channel
|
bug high priority
|
The ably-js library does not allow reattach of a channel after it has FAILED. This is not the intended behaviour, see https://github.com/ably/docs/pull/112
The error that caused the failure:
```
2016-05-12 11:08:08.181 ably.min.js:82 Ably: Transport.onProtocolMessage(): error; connectionKey = 5b272!hss-Yhcl3Kqpy1SS-eac5b272; err = {"message":"Unexpected timeout waiting for channel client to subscribe","code":50000,"statusCode":500}, channel: site
```
The error that is then returned from ably-js when trying to reattach is:
```
Channel operation failed (invalid channel state)
```
|
1.0
|
Failure to reattach a failed channel - The ably-js library does not allow reattach of a channel after it has FAILED. This is not the intended behaviour, see https://github.com/ably/docs/pull/112
The error that caused the failure:
```
2016-05-12 11:08:08.181 ably.min.js:82 Ably: Transport.onProtocolMessage(): error; connectionKey = 5b272!hss-Yhcl3Kqpy1SS-eac5b272; err = {"message":"Unexpected timeout waiting for channel client to subscribe","code":50000,"statusCode":500}, channel: site
```
The error that is then returned from ably-js when trying to reattach is:
```
Channel operation failed (invalid channel state)
```
|
priority
|
failure to reattach a failed channel the ably js library does not allow reattach of a channel after it has failed this is not the intended behaviour see the error that caused the failure ably min js ably transport onprotocolmessage error connectionkey hss err message unexpected timeout waiting for channel client to subscribe code statuscode channel site the error that is then returned from ably js when trying to reattach is channel operation failed invalid channel state
| 1
|
511,309
| 14,858,032,399
|
IssuesEvent
|
2021-01-18 16:13:20
|
apowers313/nhai
|
https://api.github.com/repos/apowers313/nhai
|
opened
|
Config: load Object
|
priority:high 🛠 type:tools
|
Config.load(obj): mergeObj, configLoaded = true
Config.reset(), configMap.clear, configLoaded = false
Config.init(), if configLoaded return; configLoaded = true
|
1.0
|
Config: load Object - Config.load(obj): mergeObj, configLoaded = true
Config.reset(), configMap.clear, configLoaded = false
Config.init(), if configLoaded return; configLoaded = true
|
priority
|
config load object config load obj mergeobj configloaded true config reset configmap clear configloaded false config init if configloaded return configloaded true
| 1
|
153,745
| 5,902,689,755
|
IssuesEvent
|
2017-05-19 02:41:06
|
Kademi/kademi-dev
|
https://api.github.com/repos/Kademi/kademi-dev
|
closed
|
Display of pending applications on admin dashboard is broken
|
bug High priority
|
Does not expand to show details.
Eg
https://boschptnz.admin.kademi.com.au/
|
1.0
|
Display of pending applications on admin dashboard is broken - Does not expand to show details.
Eg
https://boschptnz.admin.kademi.com.au/
|
priority
|
display of pending applications on admin dashboard is broken does not expand to show details eg
| 1
|
197,306
| 6,954,192,340
|
IssuesEvent
|
2017-12-07 00:02:52
|
smashingmagazine/redesign
|
https://api.github.com/repos/smashingmagazine/redesign
|
closed
|
Previous RSS feed is mis-redirected
|
bug high priority
|
**- Do you want to request a *feature* or report a *bug*?**
Bug report
**- What is the current behavior?**
I'm not subscribed to the RSS feed anymore.
**- If the current behavior is a bug, please provide the steps to reproduce.**
Previous RSS feed was http://rss1.smashingmagazine.com/feed/. That redirects to http://www.smashingmagazine.com/feed/feed/ which redirects to the https version https://www.smashingmagazine.com/feed/feed/ which is a 404.
|
1.0
|
Previous RSS feed is mis-redirected - **- Do you want to request a *feature* or report a *bug*?**
Bug report
**- What is the current behavior?**
I'm not subscribed to the RSS feed anymore.
**- If the current behavior is a bug, please provide the steps to reproduce.**
Previous RSS feed was http://rss1.smashingmagazine.com/feed/. That redirects to http://www.smashingmagazine.com/feed/feed/ which redirects to the https version https://www.smashingmagazine.com/feed/feed/ which is a 404.
|
priority
|
previous rss feed is mis redirected do you want to request a feature or report a bug bug report what is the current behavior i m not subscribed to the rss feed anymore if the current behavior is a bug please provide the steps to reproduce previous rss feed was that redirects to which redirects to the https version which is a
| 1
|
801,581
| 28,493,848,974
|
IssuesEvent
|
2023-04-18 13:02:15
|
KinsonDigital/VersionMiner
|
https://api.github.com/repos/KinsonDigital/VersionMiner
|
opened
|
🚧Update workflow
|
high priority preview ♻️cicd
|
### Complete The Item Below
- [X] I have updated the title without removing the 🚧 emoji.
### Description
Update the validate version workflow to automatically include the version in the csproj file. If the version already exists, it'll fail the workflow.
### Acceptance Criteria
- [ ] Workflow updated
### ToDo Items
- [X] Change type labels added to this issue. Refer to the _**Change Type Labels**_ section below.
- [X] Priority label added to this issue. Refer to the _**Priority Type Labels**_ section below.
- [X] Issue linked to the correct project _(if applicable)_.
- [X] Issue linked to the correct milestone _(if applicable)_.
- [ ] Draft pull request created and linked to this issue _(only required with code changes)_.
### Issue Dependencies
_No response_
### Related Work
_No response_
### Additional Information:
**_<details closed><summary>Change Type Labels</summary>_**
| Change Type | Label |
|---------------------|----------------------|
| Bug Fixes | `🐛bug` |
| Breaking Changes | `🧨breaking changes` |
| New Feature | `✨new feature` |
| CICD Changes | `♻️cicd` |
| Code Doc Changes | `🗒️documentation/code` |
| Product Doc Changes | `📝documentation/product` |
</details>
**_<details closed><summary>Priority Type Labels</summary>_**
| Priority Type | Label |
|---------------------|-------------------|
| Low Priority | `low priority` |
| Medium Priority | `medium priority` |
| High Priority | `high priority` |
</details>
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct.
|
1.0
|
🚧Update workflow - ### Complete The Item Below
- [X] I have updated the title without removing the 🚧 emoji.
### Description
Update the validate version workflow to automatically include the version in the csproj file. If the version already exists, it'll fail the workflow.
### Acceptance Criteria
- [ ] Workflow updated
### ToDo Items
- [X] Change type labels added to this issue. Refer to the _**Change Type Labels**_ section below.
- [X] Priority label added to this issue. Refer to the _**Priority Type Labels**_ section below.
- [X] Issue linked to the correct project _(if applicable)_.
- [X] Issue linked to the correct milestone _(if applicable)_.
- [ ] Draft pull request created and linked to this issue _(only required with code changes)_.
### Issue Dependencies
_No response_
### Related Work
_No response_
### Additional Information:
**_<details closed><summary>Change Type Labels</summary>_**
| Change Type | Label |
|---------------------|----------------------|
| Bug Fixes | `🐛bug` |
| Breaking Changes | `🧨breaking changes` |
| New Feature | `✨new feature` |
| CICD Changes | `♻️cicd` |
| Code Doc Changes | `🗒️documentation/code` |
| Product Doc Changes | `📝documentation/product` |
</details>
**_<details closed><summary>Priority Type Labels</summary>_**
| Priority Type | Label |
|---------------------|-------------------|
| Low Priority | `low priority` |
| Medium Priority | `medium priority` |
| High Priority | `high priority` |
</details>
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct.
|
priority
|
🚧update workflow complete the item below i have updated the title without removing the 🚧 emoji description update the validate version workflow to automatically include the version in the csproj file if the version already exists it ll fail the workflow acceptance criteria workflow updated todo items change type labels added to this issue refer to the change type labels section below priority label added to this issue refer to the priority type labels section below issue linked to the correct project if applicable issue linked to the correct milestone if applicable draft pull request created and linked to this issue only required with code changes issue dependencies no response related work no response additional information change type labels change type label bug fixes 🐛bug breaking changes 🧨breaking changes new feature ✨new feature cicd changes ♻️cicd code doc changes 🗒️documentation code product doc changes 📝documentation product priority type labels priority type label low priority low priority medium priority medium priority high priority high priority code of conduct i agree to follow this project s code of conduct
| 1
|
445,464
| 12,831,248,471
|
IssuesEvent
|
2020-07-07 04:46:49
|
TerriaJS/terriajs
|
https://api.github.com/repos/TerriaJS/terriajs
|
closed
|
DE UX Testing: Onboarding tour/help tweaks for novice users
|
High priority P - DigitalTwin Version 8
|
Covering issues no. 1 and 7 of [spreadsheet](https://docs.google.com/spreadsheets/d/10eWTU44vUEk-NKm2UcUPEK7qeHSDnRzrXUbMV6nDuBE/edit#gid=0) (high priority):
**Issues**
> 1: A static tour and help pages were not the ideal path for novice users. Most wanted the ability to try the features as they were suggested, and indicated without the context of use it's not overly valuable. Some sort of guided wizard/interactive path would be a more ideal option.
> _"I would want to search for a location now!" (P01)_
> 7: I'll need some help content was not as granular or helpful as novice users expected. They wanted specific instructions and a walkthrough example in the more detailed help section. There is too much reliance on a person's memory and no ability to learn by doing.
> _"I think it needs to be far more particular" (P01)_
**Fixes**
Vic to design:
- Short term interim tweaks to I'll Need Some Help content utilising existing patterns of Help content.
- To include more step by step content and images so users can read and 'do' at the same time.
- No smarts in moving between steps- just 'next'.
- Possibly need to remove index of Help panel to take up less real estate so people can read and 'do' at the same time without losing a lot of real estate.
- Specifically start with instructions for adding satellite imagery to the map (see [https://github.com/TerriaJS/terriajs/issues/4381](https://github.com/TerriaJS/terriajs/issues/4381))
- Also reference some overarching concepts and basemap issue in satellite imagery help.
- Longer term solution parked but involves Terry the Wizard idea to create a much more interactive help solution
|
1.0
|
DE UX Testing: Onboarding tour/help tweaks for novice users - Covering issues no. 1 and 7 of [spreadsheet](https://docs.google.com/spreadsheets/d/10eWTU44vUEk-NKm2UcUPEK7qeHSDnRzrXUbMV6nDuBE/edit#gid=0) (high priority):
**Issues**
> 1: A static tour and help pages were not the ideal path for novice users. Most wanted the ability to try the features as they were suggested, and indicated without the context of use it's not overly valuable. Some sort of guided wizard/interactive path would be a more ideal option.
> _"I would want to search for a location now!" (P01)_
> 7: I'll need some help content was not as granular or helpful as novice users expected. They wanted specific instructions and a walkthrough example in the more detailed help section. There is too much reliance on a person's memory and no ability to learn by doing.
> _"I think it needs to be far more particular" (P01)_
**Fixes**
Vic to design:
- Short term interim tweaks to I'll Need Some Help content utilising existing patterns of Help content.
- To include more step by step content and images so users can read and 'do' at the same time.
- No smarts in moving between steps- just 'next'.
- Possibly need to remove index of Help panel to take up less real estate so people can read and 'do' at the same time without losing a lot of real estate.
- Specifically start with instructions for adding satellite imagery to the map (see [https://github.com/TerriaJS/terriajs/issues/4381](https://github.com/TerriaJS/terriajs/issues/4381))
- Also reference some overarching concepts and basemap issue in satellite imagery help.
- Longer term solution parked but involves Terry the Wizard idea to create a much more interactive help solution
|
priority
|
de ux testing onboarding tour help tweaks for novice users covering issues no and of high priority issues a static tour and help pages were not the ideal path for novice users most wanted the ability to try the features as they were suggested and indicated without the context of use it s not overly valuable some sort of guided wizard interactive path would be a more ideal option i would want to search for a location now i ll need some help content was not as granular or helpful as novice users expected they wanted specific instructions and a walkthrough example in the more detailed help section there is too much reliance on a person s memory and no ability to learn by doing i think it needs to be far more particular fixes vic to design short term interim tweaks to i ll need some help content utilising existing patterns of help content to include more step by step content and images so users can read and do at the same time no smarts in moving between steps just next possibly need to remove index of help panel to take up less real estate so people can read and do at the same time without losing a lot of real estate specifically start with instructions for adding satellite imagery to the map see also reference some overarching concepts and basemap issue in satellite imagery help longer term solution parked but involves terry the wizard idea to create a much more interactive help solution
| 1
|
705,921
| 24,254,471,684
|
IssuesEvent
|
2022-09-27 16:33:25
|
dtcenter/MET
|
https://api.github.com/repos/dtcenter/MET
|
opened
|
Refine configuration options for defining bins in the verification of probabilistic forecasts
|
type: enhancement requestor: UK Met Office alert: NEED MORE DEFINITION alert: NEED ACCOUNT KEY alert: NEED PROJECT ASSIGNMENT MET: Probability Verifcation priority: high
|
## Describe the Enhancement ##
This issue arose via GitHub discussion dtcenter/METplus#1742. While a probability forecast can have any value between 0 and 1, it is very often the case that probability forecasts are not actually continuous. Instead, the values are often clustered around 1/n where n is an integer number of ensemble members. This issue is to refine the configuration options in support of verifying these non-continuous, ensemble-derived probability forecasts.
Verification of probabilistic forecasts is performed in MET's Point-Stat, Grid-Stat, Stat-Analysis, and Series-Analysis tools. In general, the probability logic is enabled by the presence of the `fcst.prob` dictionary in the tool's [configuration file](https://met.readthedocs.io/en/develop/Users_Guide/config_options.html?highlight=prob#fcst). It is either defined as a boolean (true/false) or provides additional information for how to select the probability data from the input GRIB1/2 file.
Prior to computing probabilistic statistics, MET first places all the probability matched pairs into an Nx2 contingency table. The `N` is based on the number of probability bins between 0 and 1. And the `2` indicates whether or not the event actually occurred in the observation. The `cat_thresh` configuration option specified for the probabilistic input data defines the bins that should be applied in the verification step. `cat_thresh` can be defined using two conventions:
1. Explicitly specify thresholds spanning [0, 1], all with the same threshold type:
```
cat_thresh = [ >=0, >0.25, >=0.5, >=0.75, >=1.0 ];
```
2. Use threshold equality logic as a shorthand (the example below is equivalent to the one above):
```
cat_thresh = [ ==0.25 ];
```
Both options define 4 probability bins. When computing the Brier Score, MET uses the *center point* of these bins as the probability value for ALL points falling in that bin, as seen on this [line of code](https://github.com/dtcenter/MET/blob/e213c501c932aa0a26730a87224c418876ecd2d0/met/src/libcode/vx_statistics/contable_nx2.cc#L458).
The task here is to refine these options to more easily evaluate probability forecasts whose values are actually 1/n, where n is a number of ensemble members. For example, when n = 6, we'd want the values used in the Brier Score computation to be 0, 0.166, 0.333, 0.5, 0.666, 0.8333, and 1.0, corresponding to ensemble values of 0/6, 1/6, 2/6, 3/6, 4/6, 5/6, and 6/6. Defining probability bins whose center values exactly match these is confusing and tedious. The task here is to add a configuration option to make it easy and convenient.
One option for supporting this logic is by adding a 3rd variation for defining probability bins. In addition to the 2 listed above, add a 3rd option for `cat_thresh = [ ==N ];` where N is some integer > 1. As of MET version 10.1.0, this setting results in a runtime error:
```
ERROR : string_to_prob_thresh() -> threshold value (8) must be between 0 and 1.
```
We could repurpose this let N define the number of ensemble members for which we want probability bins of size 1/n and centered on those 1/n values. The advantage to this approach is that we would not need to add/document new config options. Probability thresholds are actually defined in multiple config file contexts (`cat_thresh`, `cov_thresh`, `prob_cat_thresh`, `prob_genesis_thresh`). Supporting this in all those contexts is nice. The downside is that perhaps a new config option name could make the logic more clear.
### Time Estimate ###
*Estimate the amount of work required here.*
*Issues should represent approximately 1 to 3 days of work.*
### Sub-Issues ###
Consider breaking the enhancement down into sub-issues.
- [ ] *Add a checkbox for each sub-issue here.*
### Relevant Deadlines ###
*List relevant project deadlines here or state NONE.*
### Funding Source ###
*Define the source of funding and account keys here or state NONE.*
## Define the Metadata ##
### Assignee ###
- [ ] Select **engineer(s)** or **no engineer** required
- [ ] Select **scientist(s)** or **no scientist** required
### Labels ###
- [x] Select **component(s)**
- [x] Select **priority**
- [x] Select **requestor(s)**
### Projects and Milestone ###
- [x] Select **Repository** and/or **Organization** level **Project(s)** or add **alert: NEED PROJECT ASSIGNMENT** label
- [x] Select **Milestone** as the next official version or **Future Versions**
## Define Related Issue(s) ##
Consider the impact to the other METplus components.
- [x] [METplus](https://github.com/dtcenter/METplus/issues/new/choose), [MET](https://github.com/dtcenter/MET/issues/new/choose), [METdataio](https://github.com/dtcenter/METdataio/issues/new/choose), [METviewer](https://github.com/dtcenter/METviewer/issues/new/choose), [METexpress](https://github.com/dtcenter/METexpress/issues/new/choose), [METcalcpy](https://github.com/dtcenter/METcalcpy/issues/new/choose), [METplotpy](https://github.com/dtcenter/METplotpy/issues/new/choose)
- [ ] May need a METplus issue depending on implementation details.
## Enhancement Checklist ##
See the [METplus Workflow](https://metplus.readthedocs.io/en/latest/Contributors_Guide/github_workflow.html) for details.
- [ ] Complete the issue definition above, including the **Time Estimate** and **Funding Source**.
- [ ] Fork this repository or create a branch of **develop**.
Branch name: `feature_<Issue Number>_<Description>`
- [ ] Complete the development and test your changes.
- [ ] Add/update log messages for easier debugging.
- [ ] Add/update unit tests.
- [ ] Add/update documentation.
- [ ] Push local changes to GitHub.
- [ ] Submit a pull request to merge into **develop**.
Pull request: `feature <Issue Number> <Description>`
- [ ] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)** and **Linked issues**
Select: **Repository** level development cycle **Project** for the next official release
Select: **Milestone** as the next official version
- [ ] Iterate until the reviewer(s) accept and merge your changes.
- [ ] Delete your fork or branch.
- [ ] Close this issue.
|
1.0
|
Refine configuration options for defining bins in the verification of probabilistic forecasts - ## Describe the Enhancement ##
This issue arose via GitHub discussion dtcenter/METplus#1742. While a probability forecast can have any value between 0 and 1, it is very often the case that probability forecasts are not actually continuous. Instead, the values are often clustered around 1/n where n is an integer number of ensemble members. This issue is to refine the configuration options in support of verifying these non-continuous, ensemble-derived probability forecasts.
Verification of probabilistic forecasts is performed in MET's Point-Stat, Grid-Stat, Stat-Analysis, and Series-Analysis tools. In general, the probability logic is enabled by the presence of the `fcst.prob` dictionary in the tool's [configuration file](https://met.readthedocs.io/en/develop/Users_Guide/config_options.html?highlight=prob#fcst). It is either defined as a boolean (true/false) or provides additional information for how to select the probability data from the input GRIB1/2 file.
Prior to computing probabilistic statistics, MET first places all the probability matched pairs into an Nx2 contingency table. The `N` is based on the number of probability bins between 0 and 1. And the `2` indicates whether or not the event actually occurred in the observation. The `cat_thresh` configuration option specified for the probabilistic input data defines the bins that should be applied in the verification step. `cat_thresh` can be defined using two conventions:
1. Explicitly specify thresholds spanning [0, 1], all with the same threshold type:
```
cat_thresh = [ >=0, >0.25, >=0.5, >=0.75, >=1.0 ];
```
2. Use threshold equality logic as a shorthand (the example below is equivalent to the one above):
```
cat_thresh = [ ==0.25 ];
```
Both options define 4 probability bins. When computing the Brier Score, MET uses the *center point* of these bins as the probability value for ALL points falling in that bin, as seen on this [line of code](https://github.com/dtcenter/MET/blob/e213c501c932aa0a26730a87224c418876ecd2d0/met/src/libcode/vx_statistics/contable_nx2.cc#L458).
The task here is to refine these options to more easily evaluate probability forecasts whose values are actually 1/n, where n is a number of ensemble members. For example, when n = 6, we'd want the values used in the Brier Score computation to be 0, 0.166, 0.333, 0.5, 0.666, 0.8333, and 1.0, corresponding to ensemble values of 0/6, 1/6, 2/6, 3/6, 4/6, 5/6, and 6/6. Defining probability bins whose center values exactly match these is confusing and tedious. The task here is to add a configuration option to make it easy and convenient.
One option for supporting this logic is by adding a 3rd variation for defining probability bins. In addition to the 2 listed above, add a 3rd option for `cat_thresh = [ ==N ];` where N is some integer > 1. As of MET version 10.1.0, this setting results in a runtime error:
```
ERROR : string_to_prob_thresh() -> threshold value (8) must be between 0 and 1.
```
We could repurpose this let N define the number of ensemble members for which we want probability bins of size 1/n and centered on those 1/n values. The advantage to this approach is that we would not need to add/document new config options. Probability thresholds are actually defined in multiple config file contexts (`cat_thresh`, `cov_thresh`, `prob_cat_thresh`, `prob_genesis_thresh`). Supporting this in all those contexts is nice. The downside is that perhaps a new config option name could make the logic more clear.
### Time Estimate ###
*Estimate the amount of work required here.*
*Issues should represent approximately 1 to 3 days of work.*
### Sub-Issues ###
Consider breaking the enhancement down into sub-issues.
- [ ] *Add a checkbox for each sub-issue here.*
### Relevant Deadlines ###
*List relevant project deadlines here or state NONE.*
### Funding Source ###
*Define the source of funding and account keys here or state NONE.*
## Define the Metadata ##
### Assignee ###
- [ ] Select **engineer(s)** or **no engineer** required
- [ ] Select **scientist(s)** or **no scientist** required
### Labels ###
- [x] Select **component(s)**
- [x] Select **priority**
- [x] Select **requestor(s)**
### Projects and Milestone ###
- [x] Select **Repository** and/or **Organization** level **Project(s)** or add **alert: NEED PROJECT ASSIGNMENT** label
- [x] Select **Milestone** as the next official version or **Future Versions**
## Define Related Issue(s) ##
Consider the impact to the other METplus components.
- [x] [METplus](https://github.com/dtcenter/METplus/issues/new/choose), [MET](https://github.com/dtcenter/MET/issues/new/choose), [METdataio](https://github.com/dtcenter/METdataio/issues/new/choose), [METviewer](https://github.com/dtcenter/METviewer/issues/new/choose), [METexpress](https://github.com/dtcenter/METexpress/issues/new/choose), [METcalcpy](https://github.com/dtcenter/METcalcpy/issues/new/choose), [METplotpy](https://github.com/dtcenter/METplotpy/issues/new/choose)
- [ ] May need a METplus issue depending on implementation details.
## Enhancement Checklist ##
See the [METplus Workflow](https://metplus.readthedocs.io/en/latest/Contributors_Guide/github_workflow.html) for details.
- [ ] Complete the issue definition above, including the **Time Estimate** and **Funding Source**.
- [ ] Fork this repository or create a branch of **develop**.
Branch name: `feature_<Issue Number>_<Description>`
- [ ] Complete the development and test your changes.
- [ ] Add/update log messages for easier debugging.
- [ ] Add/update unit tests.
- [ ] Add/update documentation.
- [ ] Push local changes to GitHub.
- [ ] Submit a pull request to merge into **develop**.
Pull request: `feature <Issue Number> <Description>`
- [ ] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)** and **Linked issues**
Select: **Repository** level development cycle **Project** for the next official release
Select: **Milestone** as the next official version
- [ ] Iterate until the reviewer(s) accept and merge your changes.
- [ ] Delete your fork or branch.
- [ ] Close this issue.
|
priority
|
refine configuration options for defining bins in the verification of probabilistic forecasts describe the enhancement this issue arose via github discussion dtcenter metplus while a probability forecast can have any value between and it is very often the case that probability forecasts are not actually continuous instead the values are often clustered around n where n is an integer number of ensemble members this issue is to refine the configuration options in support of verifying these non continuous ensemble derived probability forecasts verification of probabilistic forecasts is performed in met s point stat grid stat stat analysis and series analysis tools in general the probability logic is enabled by the presence of the fcst prob dictionary in the tool s it is either defined as a boolean true false or provides additional information for how to select the probability data from the input file prior to computing probabilistic statistics met first places all the probability matched pairs into an contingency table the n is based on the number of probability bins between and and the indicates whether or not the event actually occurred in the observation the cat thresh configuration option specified for the probabilistic input data defines the bins that should be applied in the verification step cat thresh can be defined using two conventions explicitly specify thresholds spanning all with the same threshold type cat thresh use threshold equality logic as a shorthand the example below is equivalent to the one above cat thresh both options define probability bins when computing the brier score met uses the center point of these bins as the probability value for all points falling in that bin as seen on this the task here is to refine these options to more easily evaluate probability forecasts whose values are actually n where n is a number of ensemble members for example when n we d want the values used in the brier score computation to be and corresponding to ensemble values of and defining probability bins whose center values exactly match these is confusing and tedious the task here is to add a configuration option to make it easy and convenient one option for supporting this logic is by adding a variation for defining probability bins in addition to the listed above add a option for cat thresh where n is some integer as of met version this setting results in a runtime error error string to prob thresh threshold value must be between and we could repurpose this let n define the number of ensemble members for which we want probability bins of size n and centered on those n values the advantage to this approach is that we would not need to add document new config options probability thresholds are actually defined in multiple config file contexts cat thresh cov thresh prob cat thresh prob genesis thresh supporting this in all those contexts is nice the downside is that perhaps a new config option name could make the logic more clear time estimate estimate the amount of work required here issues should represent approximately to days of work sub issues consider breaking the enhancement down into sub issues add a checkbox for each sub issue here relevant deadlines list relevant project deadlines here or state none funding source define the source of funding and account keys here or state none define the metadata assignee select engineer s or no engineer required select scientist s or no scientist required labels select component s select priority select requestor s projects and milestone select repository and or organization level project s or add alert need project assignment label select milestone as the next official version or future versions define related issue s consider the impact to the other metplus components may need a metplus issue depending on implementation details enhancement checklist see the for details complete the issue definition above including the time estimate and funding source fork this repository or create a branch of develop branch name feature complete the development and test your changes add update log messages for easier debugging add update unit tests add update documentation push local changes to github submit a pull request to merge into develop pull request feature define the pull request metadata as permissions allow select reviewer s and linked issues select repository level development cycle project for the next official release select milestone as the next official version iterate until the reviewer s accept and merge your changes delete your fork or branch close this issue
| 1
|
523,158
| 15,173,831,958
|
IssuesEvent
|
2021-02-13 15:52:15
|
amplication/amplication
|
https://api.github.com/repos/amplication/amplication
|
closed
|
[Server]: Nestjs Error when entity has a field referencing itself
|
priority: high type: bug
|
**Describe the bug**
When creating a self relation in an entity, the generated app will fail to start with the following error in the logs
```
server_1 | (node:1) UnhandledPromiseRejectionWarning: Error: "Model" cannot be found in the registry (ModelResolver#model). This is often caused by missing argument name in the method signature. A potential fix: change @Args() to @Args('argumentName').
server_1 | at /app/server/node_modules/@nestjs/graphql/dist/schema-builder/factories/args.factory.js:30:27
server_1 | at Array.forEach (<anonymous>)
server_1 | at ArgsFactory.create (/app/server/node_modules/@nestjs/graphql/dist/schema-builder/factories/args.factory.js:17:14)
server_1 | at /app/server/node_modules/@nestjs/graphql/dist/schema-builder/factories/root-type.factory.js:40:40
server_1 | at Array.forEach (<anonymous>)
server_1 | at RootTypeFactory.generateFields (/app/server/node_modules/@nestjs/graphql/dist/schema-builder/factories/root-type.factory.js:34:14)
server_1 | at fieldsFactory (/app/server/node_modules/@nestjs/graphql/dist/schema-builder/factories/root-type.factory.js:18:101)
server_1 | at RootTypeFactory.create (/app/server/node_modules/@nestjs/graphql/dist/schema-builder/factories/root-type.factory.js:27:21)
server_1 | at QueryTypeFactory.create (/app/server/node_modules/@nestjs/graphql/dist/schema-builder/factories/query-type.factory.js:15:37)
server_1 | at GraphQLSchemaFactory.<anonymous> (/app/server/node_modules/@nestjs/graphql/dist/schema-builder/graphql-schema.factory.js:42:46)
server_1 | (Use `node --trace-warnings ...` to show where the warning was created)
server_1 | (node:1) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
server_1 | (node:1) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
```
On build time, we can notice another related error when docker runs `nest build`:
```
Creating an optimized production build...
src/model/model.resolver.ts:53:9 - error TS2393: Duplicate function implementation.
53 async model(
~~~~~
src/model/model.resolver.ts:199:9 - error TS2393: Duplicate function implementation.
199 async model(
~~~~~
Found 2 error(s).
```
Indeed since the Model entity has a property with the same type.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to Entities and open any existing entity (let's call it `Model`)
2. In `Entity Fields` enter any text and click `Add field`
3. A right pane with the field config should open, in `Data Type`, select `Relation to another entity`
4. In `Related Entity` select `Model`
5. Commit changes, download code and run the project
6. You should see the error
**Expected behavior**
Either the UI should prevent me from creating self references or it should work fine with it.
**Screenshots**

|
1.0
|
[Server]: Nestjs Error when entity has a field referencing itself - **Describe the bug**
When creating a self relation in an entity, the generated app will fail to start with the following error in the logs
```
server_1 | (node:1) UnhandledPromiseRejectionWarning: Error: "Model" cannot be found in the registry (ModelResolver#model). This is often caused by missing argument name in the method signature. A potential fix: change @Args() to @Args('argumentName').
server_1 | at /app/server/node_modules/@nestjs/graphql/dist/schema-builder/factories/args.factory.js:30:27
server_1 | at Array.forEach (<anonymous>)
server_1 | at ArgsFactory.create (/app/server/node_modules/@nestjs/graphql/dist/schema-builder/factories/args.factory.js:17:14)
server_1 | at /app/server/node_modules/@nestjs/graphql/dist/schema-builder/factories/root-type.factory.js:40:40
server_1 | at Array.forEach (<anonymous>)
server_1 | at RootTypeFactory.generateFields (/app/server/node_modules/@nestjs/graphql/dist/schema-builder/factories/root-type.factory.js:34:14)
server_1 | at fieldsFactory (/app/server/node_modules/@nestjs/graphql/dist/schema-builder/factories/root-type.factory.js:18:101)
server_1 | at RootTypeFactory.create (/app/server/node_modules/@nestjs/graphql/dist/schema-builder/factories/root-type.factory.js:27:21)
server_1 | at QueryTypeFactory.create (/app/server/node_modules/@nestjs/graphql/dist/schema-builder/factories/query-type.factory.js:15:37)
server_1 | at GraphQLSchemaFactory.<anonymous> (/app/server/node_modules/@nestjs/graphql/dist/schema-builder/graphql-schema.factory.js:42:46)
server_1 | (Use `node --trace-warnings ...` to show where the warning was created)
server_1 | (node:1) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
server_1 | (node:1) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
```
On build time, we can notice another related error when docker runs `nest build`:
```
Creating an optimized production build...
src/model/model.resolver.ts:53:9 - error TS2393: Duplicate function implementation.
53 async model(
~~~~~
src/model/model.resolver.ts:199:9 - error TS2393: Duplicate function implementation.
199 async model(
~~~~~
Found 2 error(s).
```
Indeed since the Model entity has a property with the same type.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to Entities and open any existing entity (let's call it `Model`)
2. In `Entity Fields` enter any text and click `Add field`
3. A right pane with the field config should open, in `Data Type`, select `Relation to another entity`
4. In `Related Entity` select `Model`
5. Commit changes, download code and run the project
6. You should see the error
**Expected behavior**
Either the UI should prevent me from creating self references or it should work fine with it.
**Screenshots**

|
priority
|
nestjs error when entity has a field referencing itself describe the bug when creating a self relation in an entity the generated app will fail to start with the following error in the logs server node unhandledpromiserejectionwarning error model cannot be found in the registry modelresolver model this is often caused by missing argument name in the method signature a potential fix change args to args argumentname server at app server node modules nestjs graphql dist schema builder factories args factory js server at array foreach server at argsfactory create app server node modules nestjs graphql dist schema builder factories args factory js server at app server node modules nestjs graphql dist schema builder factories root type factory js server at array foreach server at roottypefactory generatefields app server node modules nestjs graphql dist schema builder factories root type factory js server at fieldsfactory app server node modules nestjs graphql dist schema builder factories root type factory js server at roottypefactory create app server node modules nestjs graphql dist schema builder factories root type factory js server at querytypefactory create app server node modules nestjs graphql dist schema builder factories query type factory js server at graphqlschemafactory app server node modules nestjs graphql dist schema builder graphql schema factory js server use node trace warnings to show where the warning was created server node unhandledpromiserejectionwarning unhandled promise rejection this error originated either by throwing inside of an async function without a catch block or by rejecting a promise which was not handled with catch to terminate the node process on unhandled promise rejection use the cli flag unhandled rejections strict see rejection id server node deprecationwarning unhandled promise rejections are deprecated in the future promise rejections that are not handled will terminate the node js process with a non zero exit code on build time we can notice another related error when docker runs nest build creating an optimized production build src model model resolver ts error duplicate function implementation async model src model model resolver ts error duplicate function implementation async model found error s indeed since the model entity has a property with the same type to reproduce steps to reproduce the behavior go to entities and open any existing entity let s call it model in entity fields enter any text and click add field a right pane with the field config should open in data type select relation to another entity in related entity select model commit changes download code and run the project you should see the error expected behavior either the ui should prevent me from creating self references or it should work fine with it screenshots
| 1
|
769,406
| 27,004,079,794
|
IssuesEvent
|
2023-02-10 10:13:11
|
Avaiga/taipy-studio-gui
|
https://api.github.com/repos/Avaiga/taipy-studio-gui
|
closed
|
Built in json files should include in the build
|
📈 Improvement 🟧 Priority: High
|
Currently, the json files is excluded from the main build despite the extension still being able to run. This needs to be addressed so that the bundle can be self-contained.
|
1.0
|
Built in json files should include in the build - Currently, the json files is excluded from the main build despite the extension still being able to run. This needs to be addressed so that the bundle can be self-contained.
|
priority
|
built in json files should include in the build currently the json files is excluded from the main build despite the extension still being able to run this needs to be addressed so that the bundle can be self contained
| 1
|
182,622
| 6,671,740,775
|
IssuesEvent
|
2017-10-04 08:43:10
|
OpenAT/online
|
https://api.github.com/repos/OpenAT/online
|
closed
|
[website_pfoh] Add Zip Code into contact Form and take over into res.partner too
|
enhancement high-priority
|
# Extention Summary
Adding ZipCode in contactus_form
## How to Reproduce
http://www.pfotenhilfe.org/page/contactus_form
*Example text 2:*
### Current Result
no Zip code is displayed at all.
Test inside local Modul but no new Branch created the moment --> Zipcode is added only inside Email content but not inside res.partner realted fields
pfot/update/pfot_update/addons/website_pfoh/views/contact_form.xml
```
<!-- add "Zip" to fields in contact form -->
<template id="pfot_contactus_form" inherit_id="website_crm.contactus_form" name="pfot custom contactus_form modifications ZIP" customize_show="True" active="False">
<xpath expr="//div[./div/input[@name='name']]" position="after">
<div t-attf-class="form-group #{error and 'zipcode' in error and 'has-error' or ''}">
<label class="col-md-3 col-sm-4 control-label" for="zipcode">Zip</label>
<div class="col-md-7 col-sm-8">
<input type="text" class="form-control" name="zipcode" t-attf-value="#{zipcode or dict(kwargs).get('zipcode', '')}"/>
</div>
</div>
</xpath>
</template>
```
### Expected Result
Data should be included in the corresponding fields from res.partner too so zip code should be written into zip too.
## Bug Source
- Instance: ```online_o8r60```
- Record/Model: res.partner, website_crm.contactus_form
- Reported by: Joe Grubelnik
- Reported at: 29.05.2017
# Additional Information (optional)
Interesting found inside existing OCA Modules
/online_o8r60/addons-thirdparty/oca/website/setup/website_crm_address/odoo_addons/website_crm_address/views/contactus_form.xml
|
1.0
|
[website_pfoh] Add Zip Code into contact Form and take over into res.partner too - # Extention Summary
Adding ZipCode in contactus_form
## How to Reproduce
http://www.pfotenhilfe.org/page/contactus_form
*Example text 2:*
### Current Result
no Zip code is displayed at all.
Test inside local Modul but no new Branch created the moment --> Zipcode is added only inside Email content but not inside res.partner realted fields
pfot/update/pfot_update/addons/website_pfoh/views/contact_form.xml
```
<!-- add "Zip" to fields in contact form -->
<template id="pfot_contactus_form" inherit_id="website_crm.contactus_form" name="pfot custom contactus_form modifications ZIP" customize_show="True" active="False">
<xpath expr="//div[./div/input[@name='name']]" position="after">
<div t-attf-class="form-group #{error and 'zipcode' in error and 'has-error' or ''}">
<label class="col-md-3 col-sm-4 control-label" for="zipcode">Zip</label>
<div class="col-md-7 col-sm-8">
<input type="text" class="form-control" name="zipcode" t-attf-value="#{zipcode or dict(kwargs).get('zipcode', '')}"/>
</div>
</div>
</xpath>
</template>
```
### Expected Result
Data should be included in the corresponding fields from res.partner too so zip code should be written into zip too.
## Bug Source
- Instance: ```online_o8r60```
- Record/Model: res.partner, website_crm.contactus_form
- Reported by: Joe Grubelnik
- Reported at: 29.05.2017
# Additional Information (optional)
Interesting found inside existing OCA Modules
/online_o8r60/addons-thirdparty/oca/website/setup/website_crm_address/odoo_addons/website_crm_address/views/contactus_form.xml
|
priority
|
add zip code into contact form and take over into res partner too extention summary adding zipcode in contactus form how to reproduce example text current result no zip code is displayed at all test inside local modul but no new branch created the moment zipcode is added only inside email content but not inside res partner realted fields pfot update pfot update addons website pfoh views contact form xml zip expected result data should be included in the corresponding fields from res partner too so zip code should be written into zip too bug source instance online record model res partner website crm contactus form reported by joe grubelnik reported at additional information optional interesting found inside existing oca modules online addons thirdparty oca website setup website crm address odoo addons website crm address views contactus form xml
| 1
|
302,926
| 9,300,571,101
|
IssuesEvent
|
2019-03-23 14:53:57
|
zephyrproject-rtos/zephyr
|
https://api.github.com/repos/zephyrproject-rtos/zephyr
|
closed
|
[Coverity CID :196636]Integer handling issues in /kernel/sched.c
|
Coverity area: Kernel bug priority: high
|
Static code scan issues seen in File: /kernel/sched.c
Category: Integer handling issues
Function: z_impl_k_thread_priority_set
Component: Kernel
CID: 196636
Please fix or provide comments to square it off in coverity in the link: https://scan9.coverity.com/reports.htm#v32951/p12996
|
1.0
|
[Coverity CID :196636]Integer handling issues in /kernel/sched.c - Static code scan issues seen in File: /kernel/sched.c
Category: Integer handling issues
Function: z_impl_k_thread_priority_set
Component: Kernel
CID: 196636
Please fix or provide comments to square it off in coverity in the link: https://scan9.coverity.com/reports.htm#v32951/p12996
|
priority
|
integer handling issues in kernel sched c static code scan issues seen in file kernel sched c category integer handling issues function z impl k thread priority set component kernel cid please fix or provide comments to square it off in coverity in the link
| 1
|
581,097
| 17,273,279,582
|
IssuesEvent
|
2021-07-22 23:50:23
|
porter-dev/porter
|
https://api.github.com/repos/porter-dev/porter
|
opened
|
Un-linking and re-linking a cluster removes the webhook secret
|
high-priority
|
# Description
<!-- Please provide a high-level description of what you were trying to accomplish and what went wrong. -->
# Location
- [ ] Browser
- [ ] CLI
- [X] API
# Steps to reproduce
1. Link a cluster
2. Create a new deployment/release on that cluster
3. Un-link the cluster, and re-link it again
4. The webhook token was attached to the old cluster object, and thus will not be shown for the new cluster.
# Additional Details
|
1.0
|
Un-linking and re-linking a cluster removes the webhook secret - # Description
<!-- Please provide a high-level description of what you were trying to accomplish and what went wrong. -->
# Location
- [ ] Browser
- [ ] CLI
- [X] API
# Steps to reproduce
1. Link a cluster
2. Create a new deployment/release on that cluster
3. Un-link the cluster, and re-link it again
4. The webhook token was attached to the old cluster object, and thus will not be shown for the new cluster.
# Additional Details
|
priority
|
un linking and re linking a cluster removes the webhook secret description location browser cli api steps to reproduce link a cluster create a new deployment release on that cluster un link the cluster and re link it again the webhook token was attached to the old cluster object and thus will not be shown for the new cluster additional details
| 1
|
599,867
| 18,284,771,903
|
IssuesEvent
|
2021-10-05 09:03:54
|
microsoft/fluentui
|
https://api.github.com/repos/microsoft/fluentui
|
closed
|
Adjust Converged Components signature to use ForwardRefComponent
|
Priority 1: High
|
Following up https://github.com/microsoft/fluentui/pull/19923 , every Converged Component should use `ForwardRefComponent`, to avoid type leaking https://github.com/microsoft/fluentui/issues/20071 and to ensure we have a pattern to be followed.
- [x] `@fluentui/react-accordion` https://github.com/microsoft/fluentui/pull/20080
- [x] `@fluentui/react-avatar` https://github.com/microsoft/fluentui/pull/20081
- [x] `@fluentui/react-badge` https://github.com/microsoft/fluentui/pull/20082
- [x] `@fluentui/react-button` https://github.com/microsoft/fluentui/pull/20083
- [x] `@fluentui/react-divider` https://github.com/microsoft/fluentui/pull/20084
- [x] `@fluentui/react-image` https://github.com/microsoft/fluentui/pull/20085
- [x] `@fluentui/react-label` https://github.com/microsoft/fluentui/pull/20086
- [x] `@fluentui/react-link` https://github.com/microsoft/fluentui/pull/19923
- [x] `@fluentui/react-menu` https://github.com/microsoft/fluentui/pull/20087
- [x] `@fluentui/react-popover` https://github.com/microsoft/fluentui/pull/20088
- [x] `@fluentui/react-portal`
- [x] `@fluentui/react-text` https://github.com/microsoft/fluentui/pull/19923
- [x] `@fluentui/react-tooltip` https://github.com/microsoft/fluentui/pull/20089
- [x] `@fluentui/react-input` https://github.com/microsoft/fluentui/pull/19923
- [x] `@fluentui/react-card` https://github.com/microsoft/fluentui/pull/20090
- [x] `@fluentui/react-slider` https://github.com/microsoft/fluentui/pull/20091
- [x] `@fluentui/react-checkbox` https://github.com/microsoft/fluentui/pull/20092
- [x] `@fluentui/react-switch` https://github.com/microsoft/fluentui/pull/20093
|
1.0
|
Adjust Converged Components signature to use ForwardRefComponent - Following up https://github.com/microsoft/fluentui/pull/19923 , every Converged Component should use `ForwardRefComponent`, to avoid type leaking https://github.com/microsoft/fluentui/issues/20071 and to ensure we have a pattern to be followed.
- [x] `@fluentui/react-accordion` https://github.com/microsoft/fluentui/pull/20080
- [x] `@fluentui/react-avatar` https://github.com/microsoft/fluentui/pull/20081
- [x] `@fluentui/react-badge` https://github.com/microsoft/fluentui/pull/20082
- [x] `@fluentui/react-button` https://github.com/microsoft/fluentui/pull/20083
- [x] `@fluentui/react-divider` https://github.com/microsoft/fluentui/pull/20084
- [x] `@fluentui/react-image` https://github.com/microsoft/fluentui/pull/20085
- [x] `@fluentui/react-label` https://github.com/microsoft/fluentui/pull/20086
- [x] `@fluentui/react-link` https://github.com/microsoft/fluentui/pull/19923
- [x] `@fluentui/react-menu` https://github.com/microsoft/fluentui/pull/20087
- [x] `@fluentui/react-popover` https://github.com/microsoft/fluentui/pull/20088
- [x] `@fluentui/react-portal`
- [x] `@fluentui/react-text` https://github.com/microsoft/fluentui/pull/19923
- [x] `@fluentui/react-tooltip` https://github.com/microsoft/fluentui/pull/20089
- [x] `@fluentui/react-input` https://github.com/microsoft/fluentui/pull/19923
- [x] `@fluentui/react-card` https://github.com/microsoft/fluentui/pull/20090
- [x] `@fluentui/react-slider` https://github.com/microsoft/fluentui/pull/20091
- [x] `@fluentui/react-checkbox` https://github.com/microsoft/fluentui/pull/20092
- [x] `@fluentui/react-switch` https://github.com/microsoft/fluentui/pull/20093
|
priority
|
adjust converged components signature to use forwardrefcomponent following up every converged component should use forwardrefcomponent to avoid type leaking and to ensure we have a pattern to be followed fluentui react accordion fluentui react avatar fluentui react badge fluentui react button fluentui react divider fluentui react image fluentui react label fluentui react link fluentui react menu fluentui react popover fluentui react portal fluentui react text fluentui react tooltip fluentui react input fluentui react card fluentui react slider fluentui react checkbox fluentui react switch
| 1
|
318,200
| 9,683,242,231
|
IssuesEvent
|
2019-05-23 11:01:37
|
eaudeweb/ozone
|
https://api.github.com/repos/eaudeweb/ozone
|
closed
|
Migration of transfers legacy data
|
Component: Backend Priority: Highest
|
Source tables: ProdTransfers, Letters, ProdTransfersLetters (mapping table between the first two)
Destination tables: Submission, SubmissionInfo, Transfer
Field mapping:
LetterSenderCntryID => ignore
LetterDate => SubmissionInfo.DateReported and Submission.submitted_at
LetterSubject => ignore?
Letter.Remarks => a new field in Submission, or restructure the current *_remarks fields
ProdTransfers:
SubstId => Substance fk
PeriodID => Period
Annex, Group => ignore
DescSubstance => ignore?
ProdTransfer => transferred_amount
ProdTransferUsed =>used_amount
IsBDN => is_basic_domestic_need
SrcCntryID => Party FK and SubmissionInfo.Country
DestCntryID => destination_party
Remarks => RemarksSecretariat? (field does not exist yet, must be added in model)
'P' => transfer_type
*Notes*:
1) there may be letters containing data for multiple periods. In this case, we should create multiple submissions, one for each period
2) when importing transfers, the aggregation table (ProdCons.prod_transfer) must be updated. Depending whether Art 7 submissions have been already imported or not, a record may or may not exist in table ProdCons
3) We don't have yet a UI for viewing the transfers.
|
1.0
|
Migration of transfers legacy data - Source tables: ProdTransfers, Letters, ProdTransfersLetters (mapping table between the first two)
Destination tables: Submission, SubmissionInfo, Transfer
Field mapping:
LetterSenderCntryID => ignore
LetterDate => SubmissionInfo.DateReported and Submission.submitted_at
LetterSubject => ignore?
Letter.Remarks => a new field in Submission, or restructure the current *_remarks fields
ProdTransfers:
SubstId => Substance fk
PeriodID => Period
Annex, Group => ignore
DescSubstance => ignore?
ProdTransfer => transferred_amount
ProdTransferUsed =>used_amount
IsBDN => is_basic_domestic_need
SrcCntryID => Party FK and SubmissionInfo.Country
DestCntryID => destination_party
Remarks => RemarksSecretariat? (field does not exist yet, must be added in model)
'P' => transfer_type
*Notes*:
1) there may be letters containing data for multiple periods. In this case, we should create multiple submissions, one for each period
2) when importing transfers, the aggregation table (ProdCons.prod_transfer) must be updated. Depending whether Art 7 submissions have been already imported or not, a record may or may not exist in table ProdCons
3) We don't have yet a UI for viewing the transfers.
|
priority
|
migration of transfers legacy data source tables prodtransfers letters prodtransfersletters mapping table between the first two destination tables submission submissioninfo transfer field mapping lettersendercntryid ignore letterdate submissioninfo datereported and submission submitted at lettersubject ignore letter remarks a new field in submission or restructure the current remarks fields prodtransfers substid substance fk periodid period annex group ignore descsubstance ignore prodtransfer transferred amount prodtransferused used amount isbdn is basic domestic need srccntryid party fk and submissioninfo country destcntryid destination party remarks remarkssecretariat field does not exist yet must be added in model p transfer type notes there may be letters containing data for multiple periods in this case we should create multiple submissions one for each period when importing transfers the aggregation table prodcons prod transfer must be updated depending whether art submissions have been already imported or not a record may or may not exist in table prodcons we don t have yet a ui for viewing the transfers
| 1
|
23,143
| 2,653,185,961
|
IssuesEvent
|
2015-03-16 21:38:19
|
NebulousLabs/Sia-UI
|
https://api.github.com/repos/NebulousLabs/Sia-UI
|
closed
|
Download via file picker
|
high priority
|
I'm not sure where the downloads are currently going when you download a file from the UI. I haven't been able to find them.
The API call I believe only accepts a fullpath. I think right now the best behavior for the UI when downloading is to ask the user where the file should be put, and then give the daemon a fullpath.
|
1.0
|
Download via file picker - I'm not sure where the downloads are currently going when you download a file from the UI. I haven't been able to find them.
The API call I believe only accepts a fullpath. I think right now the best behavior for the UI when downloading is to ask the user where the file should be put, and then give the daemon a fullpath.
|
priority
|
download via file picker i m not sure where the downloads are currently going when you download a file from the ui i haven t been able to find them the api call i believe only accepts a fullpath i think right now the best behavior for the ui when downloading is to ask the user where the file should be put and then give the daemon a fullpath
| 1
|
594,739
| 18,052,320,364
|
IssuesEvent
|
2021-09-19 23:51:38
|
sagemtl/SageMontrealv2
|
https://api.github.com/repos/sagemtl/SageMontrealv2
|
closed
|
[Documentation] Assemble all endpoints documentation on Postman
|
high priority
|
Make sure that we have all endpoints on the postman documentation
|
1.0
|
[Documentation] Assemble all endpoints documentation on Postman - Make sure that we have all endpoints on the postman documentation
|
priority
|
assemble all endpoints documentation on postman make sure that we have all endpoints on the postman documentation
| 1
|
134,265
| 5,222,921,157
|
IssuesEvent
|
2017-01-27 10:17:25
|
mantidproject/mantid
|
https://api.github.com/repos/mantidproject/mantid
|
closed
|
ISIS powder diffraction: instruments other than HRPD
|
Component: Diffraction Group: Powder Misc: SSC Priority: High
|
The examples provided with the scripts use HRPD files. That should be enough for a start (for example for #13405 and #13407).
Will they work also with GEM and POLARIS and PEARL, without errors/warnings?
If the answer is yes, then there should be additional test cases, for example as part of #13407, or extending it.
We need to get these in use and agreed for each of the intrsuments
|
1.0
|
ISIS powder diffraction: instruments other than HRPD - The examples provided with the scripts use HRPD files. That should be enough for a start (for example for #13405 and #13407).
Will they work also with GEM and POLARIS and PEARL, without errors/warnings?
If the answer is yes, then there should be additional test cases, for example as part of #13407, or extending it.
We need to get these in use and agreed for each of the intrsuments
|
priority
|
isis powder diffraction instruments other than hrpd the examples provided with the scripts use hrpd files that should be enough for a start for example for and will they work also with gem and polaris and pearl without errors warnings if the answer is yes then there should be additional test cases for example as part of or extending it we need to get these in use and agreed for each of the intrsuments
| 1
|
50,073
| 3,006,170,026
|
IssuesEvent
|
2015-07-27 08:37:31
|
Itseez/opencv
|
https://api.github.com/repos/Itseez/opencv
|
opened
|
Cannot change video size in a thread
|
affected: 2.4 auto-transferred bug category: highgui-camera priority: normal
|
Transferred from http://code.opencv.org/issues/1241
```
|| Pavel Gurevich on 2011-07-20 16:23
|| Priority: Normal
|| Affected: branch '2.4' (2.4-dev)
|| Category: highgui-camera
|| Tracker: Bug
|| Difficulty:
|| PR:
|| Platform: Any / Any
```
Cannot change video size in a thread
-----------
```
Changing resolution using
videoCapture -> set( CV_CAP_PROP_FRAME_WIDTH, width )
works fine in the main thread but has no effect inside a thread.
```
History
-------
##### Vadim Pisarevsky on 2011-10-05 01:26
```
which OS do you use and what does CMake report in the summary section about video capturing?
```
##### Alexander Shishkov on 2012-03-21 20:23
```
- Target version deleted ()
- Priority changed from High to Normal
```
##### Andrey Kamaev on 2012-03-24 17:36
```
- Category changed from imgproc, video to highgui-images
```
##### Alexander Shishkov on 2012-03-25 20:31
```
- Priority changed from Normal to Low
```
##### Alexander Shishkov on 2012-03-25 20:46
```
- Assignee deleted (Vadim Pisarevsky)
```
##### Pavel Gurevich on 2012-03-25 23:05
```
I managed to made this work. The problem is that by default (as of 2.3.1) in the file cap_dshow.cpp which has a copy of videoinput library, the following define is commented out:
//if you need VI to use multi threaded com
#define VI_COM_MULTI_THREADED
Setting it will fix the issue. This is obviously a compile-time decision, and there is no build-time option for this. So, the question is if the current default is a good one.
```
##### Alexander Shishkov on 2012-03-25 23:08
```
- Priority changed from Low to Normal
- Tracker changed from Bug to Patch
```
##### Alexander Reshetnikov on 2012-03-30 09:58
```
- Assignee set to Vadim Pisarevsky
```
##### Alexander Shishkov on 2012-04-05 12:44
```
- Target version deleted ()
```
##### Pavel Gurevich on 2012-07-24 16:38
```
As of 2.4.2, even the previous work-around stopped working. I saw much changes in the file cap_dshow.cpp, but meanwhile I cannot isolate the cause problem.
Meanwhile, I've noticed that the whole code section that initialized/deinitialized COM is commented out.
However, when I play with the values of tryWidth and tryHeight I do get the desired capture resolutions.
Currently seems like a degradation from the previous version (and the previous version of the file cannot be just dropped in because of the compilation problems).
```
##### Andrey Kamaev on 2012-08-16 15:39
```
- Category changed from highgui-images to highgui-camera
```
##### Kirill Kornyakov on 2013-02-15 11:40
```
Pavel, could you please attach a repro code sample?
- Affected version set to 2.4.2
- Assignee changed from Vadim Pisarevsky to Pavel Gurevich
```
##### Maksim Shabunin on 2015-07-21 09:10
```
- Affected version changed from 2.4.2 to branch '2.4' (2.4-dev)
- Operating System set to Any
- HW Platform set to Any
```
##### Maksim Shabunin on 2015-07-21 09:10
```
- Tracker changed from Patch to Bug
```
|
1.0
|
Cannot change video size in a thread - Transferred from http://code.opencv.org/issues/1241
```
|| Pavel Gurevich on 2011-07-20 16:23
|| Priority: Normal
|| Affected: branch '2.4' (2.4-dev)
|| Category: highgui-camera
|| Tracker: Bug
|| Difficulty:
|| PR:
|| Platform: Any / Any
```
Cannot change video size in a thread
-----------
```
Changing resolution using
videoCapture -> set( CV_CAP_PROP_FRAME_WIDTH, width )
works fine in the main thread but has no effect inside a thread.
```
History
-------
##### Vadim Pisarevsky on 2011-10-05 01:26
```
which OS do you use and what does CMake report in the summary section about video capturing?
```
##### Alexander Shishkov on 2012-03-21 20:23
```
- Target version deleted ()
- Priority changed from High to Normal
```
##### Andrey Kamaev on 2012-03-24 17:36
```
- Category changed from imgproc, video to highgui-images
```
##### Alexander Shishkov on 2012-03-25 20:31
```
- Priority changed from Normal to Low
```
##### Alexander Shishkov on 2012-03-25 20:46
```
- Assignee deleted (Vadim Pisarevsky)
```
##### Pavel Gurevich on 2012-03-25 23:05
```
I managed to made this work. The problem is that by default (as of 2.3.1) in the file cap_dshow.cpp which has a copy of videoinput library, the following define is commented out:
//if you need VI to use multi threaded com
#define VI_COM_MULTI_THREADED
Setting it will fix the issue. This is obviously a compile-time decision, and there is no build-time option for this. So, the question is if the current default is a good one.
```
##### Alexander Shishkov on 2012-03-25 23:08
```
- Priority changed from Low to Normal
- Tracker changed from Bug to Patch
```
##### Alexander Reshetnikov on 2012-03-30 09:58
```
- Assignee set to Vadim Pisarevsky
```
##### Alexander Shishkov on 2012-04-05 12:44
```
- Target version deleted ()
```
##### Pavel Gurevich on 2012-07-24 16:38
```
As of 2.4.2, even the previous work-around stopped working. I saw much changes in the file cap_dshow.cpp, but meanwhile I cannot isolate the cause problem.
Meanwhile, I've noticed that the whole code section that initialized/deinitialized COM is commented out.
However, when I play with the values of tryWidth and tryHeight I do get the desired capture resolutions.
Currently seems like a degradation from the previous version (and the previous version of the file cannot be just dropped in because of the compilation problems).
```
##### Andrey Kamaev on 2012-08-16 15:39
```
- Category changed from highgui-images to highgui-camera
```
##### Kirill Kornyakov on 2013-02-15 11:40
```
Pavel, could you please attach a repro code sample?
- Affected version set to 2.4.2
- Assignee changed from Vadim Pisarevsky to Pavel Gurevich
```
##### Maksim Shabunin on 2015-07-21 09:10
```
- Affected version changed from 2.4.2 to branch '2.4' (2.4-dev)
- Operating System set to Any
- HW Platform set to Any
```
##### Maksim Shabunin on 2015-07-21 09:10
```
- Tracker changed from Patch to Bug
```
|
priority
|
cannot change video size in a thread transferred from pavel gurevich on priority normal affected branch dev category highgui camera tracker bug difficulty pr platform any any cannot change video size in a thread changing resolution using videocapture set cv cap prop frame width width works fine in the main thread but has no effect inside a thread history vadim pisarevsky on which os do you use and what does cmake report in the summary section about video capturing alexander shishkov on target version deleted priority changed from high to normal andrey kamaev on category changed from imgproc video to highgui images alexander shishkov on priority changed from normal to low alexander shishkov on assignee deleted vadim pisarevsky pavel gurevich on i managed to made this work the problem is that by default as of in the file cap dshow cpp which has a copy of videoinput library the following define is commented out if you need vi to use multi threaded com define vi com multi threaded setting it will fix the issue this is obviously a compile time decision and there is no build time option for this so the question is if the current default is a good one alexander shishkov on priority changed from low to normal tracker changed from bug to patch alexander reshetnikov on assignee set to vadim pisarevsky alexander shishkov on target version deleted pavel gurevich on as of even the previous work around stopped working i saw much changes in the file cap dshow cpp but meanwhile i cannot isolate the cause problem meanwhile i ve noticed that the whole code section that initialized deinitialized com is commented out however when i play with the values of trywidth and tryheight i do get the desired capture resolutions currently seems like a degradation from the previous version and the previous version of the file cannot be just dropped in because of the compilation problems andrey kamaev on category changed from highgui images to highgui camera kirill kornyakov on pavel could you please attach a repro code sample affected version set to assignee changed from vadim pisarevsky to pavel gurevich maksim shabunin on affected version changed from to branch dev operating system set to any hw platform set to any maksim shabunin on tracker changed from patch to bug
| 1
|
258,927
| 8,180,940,571
|
IssuesEvent
|
2018-08-28 21:04:56
|
zulip/zulip
|
https://api.github.com/repos/zulip/zulip
|
closed
|
user settings: Add setting to suppress login notification emails.
|
area: settings (user) priority: high
|
Sometime orgs have security policies that force people to re-log-in to Zulip every day. In such a situation the notify_new_login emails can feel spammy.
It would be great to add a user setting to turn off these emails. Some notes
* If you `git grep notify_new_login` you can see where the conditional should go
* The setting can go in https://chat.zulip.org/#settings/notifications at the bottom; grep for "Digest emails when I'm away" to find it in the code
* Like the digest email setting, this should be togglable in the settings modal. Unlike the digest email setting, this should not have an unsubscribe link.
|
1.0
|
user settings: Add setting to suppress login notification emails. - Sometime orgs have security policies that force people to re-log-in to Zulip every day. In such a situation the notify_new_login emails can feel spammy.
It would be great to add a user setting to turn off these emails. Some notes
* If you `git grep notify_new_login` you can see where the conditional should go
* The setting can go in https://chat.zulip.org/#settings/notifications at the bottom; grep for "Digest emails when I'm away" to find it in the code
* Like the digest email setting, this should be togglable in the settings modal. Unlike the digest email setting, this should not have an unsubscribe link.
|
priority
|
user settings add setting to suppress login notification emails sometime orgs have security policies that force people to re log in to zulip every day in such a situation the notify new login emails can feel spammy it would be great to add a user setting to turn off these emails some notes if you git grep notify new login you can see where the conditional should go the setting can go in at the bottom grep for digest emails when i m away to find it in the code like the digest email setting this should be togglable in the settings modal unlike the digest email setting this should not have an unsubscribe link
| 1
|
362,865
| 10,732,860,546
|
IssuesEvent
|
2019-10-28 23:09:32
|
okTurtles/group-income-simple
|
https://api.github.com/repos/okTurtles/group-income-simple
|
opened
|
Create language-agnostic CLI and library for interacting with contract chains
|
App:Backend App:Frontend Kind:Core Level:Advanced Note:Tooling Priority:High
|
*(Continued from #430)*
### Problem
It can be difficult sometimes to debug or visualize what exactly is happening in a contract. It would be useful for us and for third-party developers to have a generalized CLI interface for parsing, viewing, and interacting with contracts, especially as we solidify our open protocol.
Additionally, the way contracts are currently defined is very Group Income-specific, and this results in hacks like `'state/groupContractSafeGetters'`.
### Solution
Having a language-agnostic protocol and tool for running and interacting with contract chains would force us to improve our code for defining contracts, and would remove hacks like `'state/groupContractSafeGetters'`.
The solution should:
- Create an SBP domain and messaging protocol for reading and writing to contracts defined in any language. A language driver would be passed in as a parameter to the CLI, which would specify a language runtime that supports the SBP 0mq-style messaging protocol for inter-process communication. Ex: the Node.js CLI can be used with a Ruby driver to interact with contracts written in Ruby.
- Create another SBP domain to define an API for the contracts themselves to define getters. This way we can replace `'state/groupContractSafeGetters'` and decouple Vuex from our contracts, while at the same time allowing Vuex getters to be used with our contracts without code duplication for the getters.
|
1.0
|
Create language-agnostic CLI and library for interacting with contract chains - *(Continued from #430)*
### Problem
It can be difficult sometimes to debug or visualize what exactly is happening in a contract. It would be useful for us and for third-party developers to have a generalized CLI interface for parsing, viewing, and interacting with contracts, especially as we solidify our open protocol.
Additionally, the way contracts are currently defined is very Group Income-specific, and this results in hacks like `'state/groupContractSafeGetters'`.
### Solution
Having a language-agnostic protocol and tool for running and interacting with contract chains would force us to improve our code for defining contracts, and would remove hacks like `'state/groupContractSafeGetters'`.
The solution should:
- Create an SBP domain and messaging protocol for reading and writing to contracts defined in any language. A language driver would be passed in as a parameter to the CLI, which would specify a language runtime that supports the SBP 0mq-style messaging protocol for inter-process communication. Ex: the Node.js CLI can be used with a Ruby driver to interact with contracts written in Ruby.
- Create another SBP domain to define an API for the contracts themselves to define getters. This way we can replace `'state/groupContractSafeGetters'` and decouple Vuex from our contracts, while at the same time allowing Vuex getters to be used with our contracts without code duplication for the getters.
|
priority
|
create language agnostic cli and library for interacting with contract chains continued from problem it can be difficult sometimes to debug or visualize what exactly is happening in a contract it would be useful for us and for third party developers to have a generalized cli interface for parsing viewing and interacting with contracts especially as we solidify our open protocol additionally the way contracts are currently defined is very group income specific and this results in hacks like state groupcontractsafegetters solution having a language agnostic protocol and tool for running and interacting with contract chains would force us to improve our code for defining contracts and would remove hacks like state groupcontractsafegetters the solution should create an sbp domain and messaging protocol for reading and writing to contracts defined in any language a language driver would be passed in as a parameter to the cli which would specify a language runtime that supports the sbp style messaging protocol for inter process communication ex the node js cli can be used with a ruby driver to interact with contracts written in ruby create another sbp domain to define an api for the contracts themselves to define getters this way we can replace state groupcontractsafegetters and decouple vuex from our contracts while at the same time allowing vuex getters to be used with our contracts without code duplication for the getters
| 1
|
830,106
| 31,989,528,713
|
IssuesEvent
|
2023-09-21 04:04:00
|
BerriAI/litellm
|
https://api.github.com/repos/BerriAI/litellm
|
closed
|
[Bug]: Parallel requests to Cohere and Anthropic return the same output content
|
bug high priority
|
### What happened?
Made a parallel request to gpt-3.5, claude-2, command-nightly using litellm.completion. got the following response:
It looks like claude-2 and command-nightly had the exact same content. This needs further investigation - i'm suspicious this might be a bug
```json
[<OpenAIObject chat.completion id=chatcmpl-80tEGyXDARuC1OSIyvV7tu9WHcnPw at 0x11b013600> JSON: {
"id": "chatcmpl-80tEGyXDARuC1OSIyvV7tu9WHcnPw",
"object": "chat.completion",
"created": 1695222992,
"model": "gpt-3.5-turbo-0613",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "In the realm of dreams, where poets dwell,\nI yearn to cast my words, to weave a spell.\nWith a quill in hand, my thoughts they roam,\nGuided by music, the rhythm finds its home.\n\nAcross the starlit canvas, my verses dance,\nPainting emotions in hues of circumstance.\nFrom whispered secrets and tales untold,\nTo melodies of love, both young and old.\n\nOh, behold the symphony of sky and earth,\nAs I search for meaning, for insight and worth.\nThrough ancient forests and oceans deep,\nTo mountaintops where dreams forever sleep.\n\nI'll spin a sonnet with threads of wonder,\nLike a gentle breeze on a summer's plunder.\nSeeking solace within the lines I etch,\nA refuge for hearts whose flames they fetch.\n\nWith pen poised lightly, I gather my thoughts,\nUnleashing a torrent, as time swiftly knots.\nEmbracing the silence, the words take flight,\nMirroring the beauty of a starry night.\n\nThrough verses, I'll capture ethereal scenes,\nA tapestry of emotions, dreams, and routines.\nFor poetry is a language beyond words,\nA sanctuary for hope, where freedom soars.\n\nSo let us, dear reader, embark on this quest,\nTo a place where emotions reign supreme and blessed.\nTogether we'll traverse this lyrical realm,\nAs I pen this poem, with heart at its helm."
},
"finish_reason": "stop"
}
],
"usage": {
"prompt_tokens": 10,
"completion_tokens": 285,
"total_tokens": 295
}
}, <ModelResponse chat.completion id=chatcmpl-6363db2f-dfba-4223-bcdf-bead94828124 at 0x11b030a40> JSON: {
"object": "chat.completion",
"choices": [
{
"finish_reason": "max_tokens",
"index": 0,
"message": {
"content": " Sure! Here's a poem about the beauty of nature:\n\n\"Nature's beauty, so pure and true,\nA gift from the universe, for you.\n\nWith its vast and open skies,\nAnd the mountains that touch the highs.\n\nThe oceans so deep and blue,\nTheir depths, a mystery, we must pursue.\n\nThe forests so green and tall,\nWith the animals that roam, it calls.\n\nThe flowers so bright and bold,\nTheir scent, a fragrance, that always tells.\n\nNature's beauty, so pure and true,\nA gift from the universe, for you.\"",
"role": "assistant",
"logprobs": null
}
}
],
"id": "chatcmpl-6363db2f-dfba-4223-bcdf-bead94828124",
"created": 1695223009.931566,
"model": "claude-instant-1.2",
"usage": {
"prompt_tokens": 11,
"completion_tokens": 236,
"total_tokens": 247
}
}, <ModelResponse chat.completion id=chatcmpl-5407ce83-e465-493c-9041-f6cfd03ab56c at 0x108baf790> JSON: {
"object": "chat.completion",
"choices": [
{
"finish_reason": "stop",
"index": 0,
"message": {
"content": " Sure! Here's a poem about the beauty of nature:\n\n\"Nature's beauty, so pure and true,\nA gift from the universe, for you.\n\nWith its vast and open skies,\nAnd the mountains that touch the highs.\n\nThe oceans so deep and blue,\nTheir depths, a mystery, we must pursue.\n\nThe forests so green and tall,\nWith the animals that roam, it calls.\n\nThe flowers so bright and bold,\nTheir scent, a fragrance, that always tells.\n\nNature's beauty, so pure and true,\nA gift from the universe, for you.\"",
"role": "assistant",
"logprobs": null
}
}
],
"id": "chatcmpl-5407ce83-e465-493c-9041-f6cfd03ab56c",
"created": 1695223013.816148,
"model": "command-nightly",
"usage": {
"prompt_tokens": 3,
"completion_tokens": 114,
"total_tokens": 117
}
```
### Relevant log output
_No response_
### Twitter / LinkedIn details
_No response_
|
1.0
|
[Bug]: Parallel requests to Cohere and Anthropic return the same output content - ### What happened?
Made a parallel request to gpt-3.5, claude-2, command-nightly using litellm.completion. got the following response:
It looks like claude-2 and command-nightly had the exact same content. This needs further investigation - i'm suspicious this might be a bug
```json
[<OpenAIObject chat.completion id=chatcmpl-80tEGyXDARuC1OSIyvV7tu9WHcnPw at 0x11b013600> JSON: {
"id": "chatcmpl-80tEGyXDARuC1OSIyvV7tu9WHcnPw",
"object": "chat.completion",
"created": 1695222992,
"model": "gpt-3.5-turbo-0613",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "In the realm of dreams, where poets dwell,\nI yearn to cast my words, to weave a spell.\nWith a quill in hand, my thoughts they roam,\nGuided by music, the rhythm finds its home.\n\nAcross the starlit canvas, my verses dance,\nPainting emotions in hues of circumstance.\nFrom whispered secrets and tales untold,\nTo melodies of love, both young and old.\n\nOh, behold the symphony of sky and earth,\nAs I search for meaning, for insight and worth.\nThrough ancient forests and oceans deep,\nTo mountaintops where dreams forever sleep.\n\nI'll spin a sonnet with threads of wonder,\nLike a gentle breeze on a summer's plunder.\nSeeking solace within the lines I etch,\nA refuge for hearts whose flames they fetch.\n\nWith pen poised lightly, I gather my thoughts,\nUnleashing a torrent, as time swiftly knots.\nEmbracing the silence, the words take flight,\nMirroring the beauty of a starry night.\n\nThrough verses, I'll capture ethereal scenes,\nA tapestry of emotions, dreams, and routines.\nFor poetry is a language beyond words,\nA sanctuary for hope, where freedom soars.\n\nSo let us, dear reader, embark on this quest,\nTo a place where emotions reign supreme and blessed.\nTogether we'll traverse this lyrical realm,\nAs I pen this poem, with heart at its helm."
},
"finish_reason": "stop"
}
],
"usage": {
"prompt_tokens": 10,
"completion_tokens": 285,
"total_tokens": 295
}
}, <ModelResponse chat.completion id=chatcmpl-6363db2f-dfba-4223-bcdf-bead94828124 at 0x11b030a40> JSON: {
"object": "chat.completion",
"choices": [
{
"finish_reason": "max_tokens",
"index": 0,
"message": {
"content": " Sure! Here's a poem about the beauty of nature:\n\n\"Nature's beauty, so pure and true,\nA gift from the universe, for you.\n\nWith its vast and open skies,\nAnd the mountains that touch the highs.\n\nThe oceans so deep and blue,\nTheir depths, a mystery, we must pursue.\n\nThe forests so green and tall,\nWith the animals that roam, it calls.\n\nThe flowers so bright and bold,\nTheir scent, a fragrance, that always tells.\n\nNature's beauty, so pure and true,\nA gift from the universe, for you.\"",
"role": "assistant",
"logprobs": null
}
}
],
"id": "chatcmpl-6363db2f-dfba-4223-bcdf-bead94828124",
"created": 1695223009.931566,
"model": "claude-instant-1.2",
"usage": {
"prompt_tokens": 11,
"completion_tokens": 236,
"total_tokens": 247
}
}, <ModelResponse chat.completion id=chatcmpl-5407ce83-e465-493c-9041-f6cfd03ab56c at 0x108baf790> JSON: {
"object": "chat.completion",
"choices": [
{
"finish_reason": "stop",
"index": 0,
"message": {
"content": " Sure! Here's a poem about the beauty of nature:\n\n\"Nature's beauty, so pure and true,\nA gift from the universe, for you.\n\nWith its vast and open skies,\nAnd the mountains that touch the highs.\n\nThe oceans so deep and blue,\nTheir depths, a mystery, we must pursue.\n\nThe forests so green and tall,\nWith the animals that roam, it calls.\n\nThe flowers so bright and bold,\nTheir scent, a fragrance, that always tells.\n\nNature's beauty, so pure and true,\nA gift from the universe, for you.\"",
"role": "assistant",
"logprobs": null
}
}
],
"id": "chatcmpl-5407ce83-e465-493c-9041-f6cfd03ab56c",
"created": 1695223013.816148,
"model": "command-nightly",
"usage": {
"prompt_tokens": 3,
"completion_tokens": 114,
"total_tokens": 117
}
```
### Relevant log output
_No response_
### Twitter / LinkedIn details
_No response_
|
priority
|
parallel requests to cohere and anthropic return the same output content what happened made a parallel request to gpt claude command nightly using litellm completion got the following response it looks like claude and command nightly had the exact same content this needs further investigation i m suspicious this might be a bug json json id chatcmpl object chat completion created model gpt turbo choices index message role assistant content in the realm of dreams where poets dwell ni yearn to cast my words to weave a spell nwith a quill in hand my thoughts they roam nguided by music the rhythm finds its home n nacross the starlit canvas my verses dance npainting emotions in hues of circumstance nfrom whispered secrets and tales untold nto melodies of love both young and old n noh behold the symphony of sky and earth nas i search for meaning for insight and worth nthrough ancient forests and oceans deep nto mountaintops where dreams forever sleep n ni ll spin a sonnet with threads of wonder nlike a gentle breeze on a summer s plunder nseeking solace within the lines i etch na refuge for hearts whose flames they fetch n nwith pen poised lightly i gather my thoughts nunleashing a torrent as time swiftly knots nembracing the silence the words take flight nmirroring the beauty of a starry night n nthrough verses i ll capture ethereal scenes na tapestry of emotions dreams and routines nfor poetry is a language beyond words na sanctuary for hope where freedom soars n nso let us dear reader embark on this quest nto a place where emotions reign supreme and blessed ntogether we ll traverse this lyrical realm nas i pen this poem with heart at its helm finish reason stop usage prompt tokens completion tokens total tokens json object chat completion choices finish reason max tokens index message content sure here s a poem about the beauty of nature n n nature s beauty so pure and true na gift from the universe for you n nwith its vast and open skies nand the mountains that touch the highs n nthe oceans so deep and blue ntheir depths a mystery we must pursue n nthe forests so green and tall nwith the animals that roam it calls n nthe flowers so bright and bold ntheir scent a fragrance that always tells n nnature s beauty so pure and true na gift from the universe for you role assistant logprobs null id chatcmpl dfba bcdf created model claude instant usage prompt tokens completion tokens total tokens json object chat completion choices finish reason stop index message content sure here s a poem about the beauty of nature n n nature s beauty so pure and true na gift from the universe for you n nwith its vast and open skies nand the mountains that touch the highs n nthe oceans so deep and blue ntheir depths a mystery we must pursue n nthe forests so green and tall nwith the animals that roam it calls n nthe flowers so bright and bold ntheir scent a fragrance that always tells n nnature s beauty so pure and true na gift from the universe for you role assistant logprobs null id chatcmpl created model command nightly usage prompt tokens completion tokens total tokens relevant log output no response twitter linkedin details no response
| 1
|
196,486
| 6,928,416,916
|
IssuesEvent
|
2017-12-01 04:44:14
|
MikeSmvl/classifieds
|
https://api.github.com/repos/MikeSmvl/classifieds
|
closed
|
search items
|
Points: 3 Priority: High Type: Enhancement
|
The search component should get items that have the keyword in the search bar. ie: if it has the word guitar on the title or in the description, it should retrieve the items.
|
1.0
|
search items - The search component should get items that have the keyword in the search bar. ie: if it has the word guitar on the title or in the description, it should retrieve the items.
|
priority
|
search items the search component should get items that have the keyword in the search bar ie if it has the word guitar on the title or in the description it should retrieve the items
| 1
|
793,898
| 28,015,140,148
|
IssuesEvent
|
2023-03-27 21:55:32
|
ram02z/neutral_diet
|
https://api.github.com/repos/ram02z/neutral_diet
|
closed
|
Send active streak notifications
|
enhancement backend high priority
|
If user has an active streak, send a notification to remind user to keep it going
|
1.0
|
Send active streak notifications - If user has an active streak, send a notification to remind user to keep it going
|
priority
|
send active streak notifications if user has an active streak send a notification to remind user to keep it going
| 1
|
210,208
| 7,186,884,593
|
IssuesEvent
|
2018-02-02 01:38:48
|
HackFSU/hackfsu_com
|
https://api.github.com/repos/HackFSU/hackfsu_com
|
opened
|
Create route for POSTing Push Notifications
|
api feature high priority
|
`/api/push` maybe?
POST data:
```json
{
"message": "This is a push notification",
"isUpdate": 0
}
```
|
1.0
|
Create route for POSTing Push Notifications - `/api/push` maybe?
POST data:
```json
{
"message": "This is a push notification",
"isUpdate": 0
}
```
|
priority
|
create route for posting push notifications api push maybe post data json message this is a push notification isupdate
| 1
|
735,518
| 25,402,066,416
|
IssuesEvent
|
2022-11-22 12:52:20
|
rikp777/RP-Flowcontrol
|
https://api.github.com/repos/rikp777/RP-Flowcontrol
|
closed
|
[BUG]: Fix navigation in mobile view
|
🐛 bug 🔥 priority: high
|
### Support guidelines
- [X] I've read the [support guidelines](https://github.com/rikp777/RP-Flowcontrol/blob/master/.github/support.md)
### I've found a bug and checked that ...
- [X] ... there are no open or closed issues that are related to my problem
### Description
The navigation on mobile is unclear, try to find a good look that is fitting.
### Expected behaviour
navigation should be clear and work properly
### Debug information

### Steps to reproduce
_No response_
### Additional info
_No response_
### 🌐 What browsers are you seeing the problem on?
_No response_
### ☑️ Proofread
- [X] I have re-read everything and I stand by my issue which is correctly formulated
### ⏰ Development status
_No response_
|
1.0
|
[BUG]: Fix navigation in mobile view - ### Support guidelines
- [X] I've read the [support guidelines](https://github.com/rikp777/RP-Flowcontrol/blob/master/.github/support.md)
### I've found a bug and checked that ...
- [X] ... there are no open or closed issues that are related to my problem
### Description
The navigation on mobile is unclear, try to find a good look that is fitting.
### Expected behaviour
navigation should be clear and work properly
### Debug information

### Steps to reproduce
_No response_
### Additional info
_No response_
### 🌐 What browsers are you seeing the problem on?
_No response_
### ☑️ Proofread
- [X] I have re-read everything and I stand by my issue which is correctly formulated
### ⏰ Development status
_No response_
|
priority
|
fix navigation in mobile view support guidelines i ve read the i ve found a bug and checked that there are no open or closed issues that are related to my problem description the navigation on mobile is unclear try to find a good look that is fitting expected behaviour navigation should be clear and work properly debug information steps to reproduce no response additional info no response 🌐 what browsers are you seeing the problem on no response ☑️ proofread i have re read everything and i stand by my issue which is correctly formulated ⏰ development status no response
| 1
|
61,811
| 3,154,765,361
|
IssuesEvent
|
2015-09-17 02:31:59
|
cs2103aug2015-t10-1j/main
|
https://api.github.com/repos/cs2103aug2015-t10-1j/main
|
opened
|
Function to display generic message through UI
|
priority.high status.ongoing type.task
|
Function allows display functions within program to be displayed on UI
|
1.0
|
Function to display generic message through UI - Function allows display functions within program to be displayed on UI
|
priority
|
function to display generic message through ui function allows display functions within program to be displayed on ui
| 1
|
189,537
| 6,798,770,481
|
IssuesEvent
|
2017-11-02 07:38:37
|
metasfresh/metasfresh
|
https://api.github.com/repos/metasfresh/metasfresh
|
closed
|
Set MasterStartDate for a contract when creating from order
|
branch:master priority:high
|
### Is this a bug or feature request?
FR
### What is the current behavior?
none
#### Which are the steps to reproduce?
### What is the expected or desired behavior?
Set MasterStartDate
|
1.0
|
Set MasterStartDate for a contract when creating from order - ### Is this a bug or feature request?
FR
### What is the current behavior?
none
#### Which are the steps to reproduce?
### What is the expected or desired behavior?
Set MasterStartDate
|
priority
|
set masterstartdate for a contract when creating from order is this a bug or feature request fr what is the current behavior none which are the steps to reproduce what is the expected or desired behavior set masterstartdate
| 1
|
499,613
| 14,460,234,262
|
IssuesEvent
|
2020-12-09 00:05:49
|
TheRealDougie1/UniversityGradeCalculator
|
https://api.github.com/repos/TheRealDougie1/UniversityGradeCalculator
|
opened
|
Add estimation of grades needed to achieve specified grade boundaries
|
API Functionality Priority: High
|
Add grade estimation.
I.E it should answer the question "What do I need on average on my remaining assignments to get a first?"
|
1.0
|
Add estimation of grades needed to achieve specified grade boundaries - Add grade estimation.
I.E it should answer the question "What do I need on average on my remaining assignments to get a first?"
|
priority
|
add estimation of grades needed to achieve specified grade boundaries add grade estimation i e it should answer the question what do i need on average on my remaining assignments to get a first
| 1
|
84,568
| 3,669,651,936
|
IssuesEvent
|
2016-02-21 11:04:04
|
markwallsgrove/ssh_alias_ec2
|
https://api.github.com/repos/markwallsgrove/ssh_alias_ec2
|
closed
|
Profiles - AWS credentials
|
enhancement priority:high release
|
How should profiles define AWS credentials? Should we define a AWS profile to use within the AE profiles? Or should we define the credentials within the AE profiles?
|
1.0
|
Profiles - AWS credentials - How should profiles define AWS credentials? Should we define a AWS profile to use within the AE profiles? Or should we define the credentials within the AE profiles?
|
priority
|
profiles aws credentials how should profiles define aws credentials should we define a aws profile to use within the ae profiles or should we define the credentials within the ae profiles
| 1
|
406,194
| 11,888,396,079
|
IssuesEvent
|
2020-03-28 08:11:48
|
findthemasks/findthemasks
|
https://api.github.com/repos/findthemasks/findthemasks
|
closed
|
Bookkeeping in "approved" column?
|
data high-priority
|
Can we do book-keeping with the "approved column" of the "moderated" tab?
Per a discussion with @susanashlock , it sounds like the only thing done with the "approved" column is to check for the string "x".
At present, we do all of our inter-moderator communication about individual entries through Google Sheet comments on that cell.
Sometimes those discussions are a short thread, but almost all of them are of the form "Dupe with 746" or "Updated per 1145" or "Superseded by 832", or "Assimilated into 1235"
Can we overload that column with "Dupe746", "Updated1145", "Super832", "Assim1235", etc?
We promise to try not to use "x324". :).
|
1.0
|
Bookkeeping in "approved" column? - Can we do book-keeping with the "approved column" of the "moderated" tab?
Per a discussion with @susanashlock , it sounds like the only thing done with the "approved" column is to check for the string "x".
At present, we do all of our inter-moderator communication about individual entries through Google Sheet comments on that cell.
Sometimes those discussions are a short thread, but almost all of them are of the form "Dupe with 746" or "Updated per 1145" or "Superseded by 832", or "Assimilated into 1235"
Can we overload that column with "Dupe746", "Updated1145", "Super832", "Assim1235", etc?
We promise to try not to use "x324". :).
|
priority
|
bookkeeping in approved column can we do book keeping with the approved column of the moderated tab per a discussion with susanashlock it sounds like the only thing done with the approved column is to check for the string x at present we do all of our inter moderator communication about individual entries through google sheet comments on that cell sometimes those discussions are a short thread but almost all of them are of the form dupe with or updated per or superseded by or assimilated into can we overload that column with etc we promise to try not to use
| 1
|
601,576
| 18,418,510,056
|
IssuesEvent
|
2021-10-13 13:55:44
|
AY2122S1-CS2113T-W13-2/tp
|
https://api.github.com/repos/AY2122S1-CS2113T-W13-2/tp
|
closed
|
Recipes now have 'Calories' feature
|
priority.High type.normalFeature
|
1. When adding recipes, additional input field for calories
2. When checking recipes, calories must show up as well
|
1.0
|
Recipes now have 'Calories' feature - 1. When adding recipes, additional input field for calories
2. When checking recipes, calories must show up as well
|
priority
|
recipes now have calories feature when adding recipes additional input field for calories when checking recipes calories must show up as well
| 1
|
52,452
| 3,023,342,299
|
IssuesEvent
|
2015-08-01 11:04:56
|
Baystation12/Baystation12
|
https://api.github.com/repos/Baystation12/Baystation12
|
closed
|
[DEV-FREEZE] Setup character crashes
|
blocker bug BYOND issue priority: high
|
My client has crashed twice so far on the test server. Once after clicking 'setup character' on the lobby screen, and another after clicking 'save setup' on the setup character screen. Morguemeet also reported crashes with character setup.
|
1.0
|
[DEV-FREEZE] Setup character crashes - My client has crashed twice so far on the test server. Once after clicking 'setup character' on the lobby screen, and another after clicking 'save setup' on the setup character screen. Morguemeet also reported crashes with character setup.
|
priority
|
setup character crashes my client has crashed twice so far on the test server once after clicking setup character on the lobby screen and another after clicking save setup on the setup character screen morguemeet also reported crashes with character setup
| 1
|
433,521
| 12,506,240,706
|
IssuesEvent
|
2020-06-02 12:14:35
|
ProductBoat/Registry2.0
|
https://api.github.com/repos/ProductBoat/Registry2.0
|
opened
|
dialysis registry --> shift assignment
|
High Priority bug
|
Open chrome browser -->enter URL: http://qadialysis.aprenalregistry.com
--> login page should be displaying.
Enter valid user name, and password
click on the login button.
1. click on the Add schedule button then search the patient name, patient name is not showing.
https://www.screencast.com/t/L7ZcwvPJt8m
|
1.0
|
dialysis registry --> shift assignment - Open chrome browser -->enter URL: http://qadialysis.aprenalregistry.com
--> login page should be displaying.
Enter valid user name, and password
click on the login button.
1. click on the Add schedule button then search the patient name, patient name is not showing.
https://www.screencast.com/t/L7ZcwvPJt8m
|
priority
|
dialysis registry shift assignment open chrome browser enter url login page should be displaying enter valid user name and password click on the login button click on the add schedule button then search the patient name patient name is not showing
| 1
|
473,318
| 13,640,368,286
|
IssuesEvent
|
2020-09-25 12:38:47
|
scandipwa/base-theme
|
https://api.github.com/repos/scandipwa/base-theme
|
closed
|
No redirect when adding " / " at the end of PLP and PDP URLs
|
Core Estimate: 1-2 High Priority Type: bug
|
**Description**:
When "/" is used at the end of the URL Homepage redirects to the URL without the "/", however when "/" added to PLP and PDP URLs, the redirect is missing. As a result - we get a 404 error.
**Expected behavior**:
Apply force redirect for PDPs and PLP from a page with "/" to the page w/o it
|
1.0
|
No redirect when adding " / " at the end of PLP and PDP URLs - **Description**:
When "/" is used at the end of the URL Homepage redirects to the URL without the "/", however when "/" added to PLP and PDP URLs, the redirect is missing. As a result - we get a 404 error.
**Expected behavior**:
Apply force redirect for PDPs and PLP from a page with "/" to the page w/o it
|
priority
|
no redirect when adding at the end of plp and pdp urls description when is used at the end of the url homepage redirects to the url without the however when added to plp and pdp urls the redirect is missing as a result we get a error expected behavior apply force redirect for pdps and plp from a page with to the page w o it
| 1
|
228,020
| 7,545,103,146
|
IssuesEvent
|
2018-04-17 20:32:02
|
StrangeLoopGames/EcoIssues
|
https://api.github.com/repos/StrangeLoopGames/EcoIssues
|
closed
|
USER ISSUE: pick up coal
|
High Priority
|
**Version:** 0.7.3.3 beta
**Steps to Reproduce:**
try to pick up coal
**Expected behavior:**
put in inventory when picked up
**Actual behavior:**
Caught exception
<size=60.00%>Object reference not set to an instance of an object.
at Eco.Gameplay.Items.ClothingInventory.SetUpSuitCallback(User user)
at Eco.Gameplay.Items.InventoryChangeSet.ApplyInternal(Boolean throwOnInvalid)
at Eco.Gameplay.Items.Inventory.TryAddItem(Type itemType, User user)
at Eco.Gameplay.Objects.RubbleObject`1.TryPickup(Inventory inv)
at Eco.Gameplay.Interactions.InteractionExtensions.ExecuteUntilSuccess(IEnumerable`1 results)
at Eco.Gameplay.Players.Player.PlayerInteract(InteractionInfo info)</size>
|
1.0
|
USER ISSUE: pick up coal - **Version:** 0.7.3.3 beta
**Steps to Reproduce:**
try to pick up coal
**Expected behavior:**
put in inventory when picked up
**Actual behavior:**
Caught exception
<size=60.00%>Object reference not set to an instance of an object.
at Eco.Gameplay.Items.ClothingInventory.SetUpSuitCallback(User user)
at Eco.Gameplay.Items.InventoryChangeSet.ApplyInternal(Boolean throwOnInvalid)
at Eco.Gameplay.Items.Inventory.TryAddItem(Type itemType, User user)
at Eco.Gameplay.Objects.RubbleObject`1.TryPickup(Inventory inv)
at Eco.Gameplay.Interactions.InteractionExtensions.ExecuteUntilSuccess(IEnumerable`1 results)
at Eco.Gameplay.Players.Player.PlayerInteract(InteractionInfo info)</size>
|
priority
|
user issue pick up coal version beta steps to reproduce try to pick up coal expected behavior put in inventory when picked up actual behavior caught exception object reference not set to an instance of an object at eco gameplay items clothinginventory setupsuitcallback user user at eco gameplay items inventorychangeset applyinternal boolean throwoninvalid at eco gameplay items inventory tryadditem type itemtype user user at eco gameplay objects rubbleobject trypickup inventory inv at eco gameplay interactions interactionextensions executeuntilsuccess ienumerable results at eco gameplay players player playerinteract interactioninfo info
| 1
|
778,474
| 27,318,210,028
|
IssuesEvent
|
2023-02-24 17:22:24
|
AY2223S2-CS2103T-W11-2/tp
|
https://api.github.com/repos/AY2223S2-CS2103T-W11-2/tp
|
opened
|
Add an internship listing with internship position and company name
|
priority.High type.Story
|
as a Beginner user so that I can keep track of the internships I have applied to
|
1.0
|
Add an internship listing with internship position and company name - as a Beginner user so that I can keep track of the internships I have applied to
|
priority
|
add an internship listing with internship position and company name as a beginner user so that i can keep track of the internships i have applied to
| 1
|
684,796
| 23,432,572,349
|
IssuesEvent
|
2022-08-15 05:31:05
|
openmsupply/mobile
|
https://api.github.com/repos/openmsupply/mobile
|
closed
|
App hangs/keeps on loading forever when OK button is clicked multiple times while entering a vaccination event
|
Priority: high Bug: production Project: Kiribati COVID-19 Vax
|
## Describe the bug
While creating a vaccination event, enter all details and finally tap on the Confirm button a multiple times and see that it keeps on loading forever.
### To reproduce
Steps to reproduce the behaviour:
1. Go to Vaccination
2. Select patient and enter details
3. Choose vaccine and prescriber
4. Click `Confirm` button multiple times
5. See error: the loading won't stop!
6. Good thing at least the entered vaccination event is saved; you can restart and see that data saved.
### Expected behaviour
App should not hang like that!
### Proposed Solution
Leave if you don't know how to fix/implement. Edit this issue description and explain here if you know the best path of implementing the fix within the codebase.
### Version and device info
- App version: latest apk [here](http://t.ly/6cOv)
### Additional context
Add any other context about the problem here.
|
1.0
|
App hangs/keeps on loading forever when OK button is clicked multiple times while entering a vaccination event - ## Describe the bug
While creating a vaccination event, enter all details and finally tap on the Confirm button a multiple times and see that it keeps on loading forever.
### To reproduce
Steps to reproduce the behaviour:
1. Go to Vaccination
2. Select patient and enter details
3. Choose vaccine and prescriber
4. Click `Confirm` button multiple times
5. See error: the loading won't stop!
6. Good thing at least the entered vaccination event is saved; you can restart and see that data saved.
### Expected behaviour
App should not hang like that!
### Proposed Solution
Leave if you don't know how to fix/implement. Edit this issue description and explain here if you know the best path of implementing the fix within the codebase.
### Version and device info
- App version: latest apk [here](http://t.ly/6cOv)
### Additional context
Add any other context about the problem here.
|
priority
|
app hangs keeps on loading forever when ok button is clicked multiple times while entering a vaccination event describe the bug while creating a vaccination event enter all details and finally tap on the confirm button a multiple times and see that it keeps on loading forever to reproduce steps to reproduce the behaviour go to vaccination select patient and enter details choose vaccine and prescriber click confirm button multiple times see error the loading won t stop good thing at least the entered vaccination event is saved you can restart and see that data saved expected behaviour app should not hang like that proposed solution leave if you don t know how to fix implement edit this issue description and explain here if you know the best path of implementing the fix within the codebase version and device info app version latest apk additional context add any other context about the problem here
| 1
|
215,915
| 7,299,325,619
|
IssuesEvent
|
2018-02-26 19:45:39
|
Soldat/polybobin
|
https://api.github.com/repos/Soldat/polybobin
|
opened
|
Implement texture tool
|
Platform:All Priority:High Type:Enhancement help wanted
|
In PolyWorks it moves texture on selected polygon vertices, if none are selected then it transforms only one vertice at the current cursor position
|
1.0
|
Implement texture tool - In PolyWorks it moves texture on selected polygon vertices, if none are selected then it transforms only one vertice at the current cursor position
|
priority
|
implement texture tool in polyworks it moves texture on selected polygon vertices if none are selected then it transforms only one vertice at the current cursor position
| 1
|
804,176
| 29,478,025,848
|
IssuesEvent
|
2023-06-02 01:12:45
|
ctm/mb2-doc
|
https://api.github.com/repos/ctm/mb2-doc
|
closed
|
Add in the level duration step changes to each of the structures
|
enhancement high priority easy WSOPS
|
Make it so our WSOPS structures know about longer levels on successive "days".
When I created the first 50 levels, I did them all with a uniform duration, but annotated them with a "// TODO" comment when successive days are to have longer levels. Supporting that is trivial, by just creating a `duration` macro with three arms. I've already done that (just to be sure it's trivial), so now it's a matter of changing the TODOs into the appropriate macro invocations.
|
1.0
|
Add in the level duration step changes to each of the structures - Make it so our WSOPS structures know about longer levels on successive "days".
When I created the first 50 levels, I did them all with a uniform duration, but annotated them with a "// TODO" comment when successive days are to have longer levels. Supporting that is trivial, by just creating a `duration` macro with three arms. I've already done that (just to be sure it's trivial), so now it's a matter of changing the TODOs into the appropriate macro invocations.
|
priority
|
add in the level duration step changes to each of the structures make it so our wsops structures know about longer levels on successive days when i created the first levels i did them all with a uniform duration but annotated them with a todo comment when successive days are to have longer levels supporting that is trivial by just creating a duration macro with three arms i ve already done that just to be sure it s trivial so now it s a matter of changing the todos into the appropriate macro invocations
| 1
|
815,659
| 30,566,449,840
|
IssuesEvent
|
2023-07-20 18:10:58
|
GlareDB/glaredb
|
https://api.github.com/repos/GlareDB/glaredb
|
closed
|
CREATE TABLE ... AS ... support
|
feat :sparkler: priority-high :mountain: sprint :runner:
|
## Summary
Create table from query
Since we have native tables now, might as well add this in too.
### Specifications
<!--- Mandatory
Seek to define "what" more than "how", though sometimes "how" is necessary
to. If we don't know "what", we need more research or design.
-->
## Rationale
Reading parquet files or json files from data sets
## Impact
<!--- OPTIONAL - only if affects other systems/people etc -->
## Tasks
<!--- OPTIONAL - only if separate from Specifications -->
|
1.0
|
CREATE TABLE ... AS ... support - ## Summary
Create table from query
Since we have native tables now, might as well add this in too.
### Specifications
<!--- Mandatory
Seek to define "what" more than "how", though sometimes "how" is necessary
to. If we don't know "what", we need more research or design.
-->
## Rationale
Reading parquet files or json files from data sets
## Impact
<!--- OPTIONAL - only if affects other systems/people etc -->
## Tasks
<!--- OPTIONAL - only if separate from Specifications -->
|
priority
|
create table as support summary create table from query since we have native tables now might as well add this in too specifications mandatory seek to define what more than how though sometimes how is necessary to if we don t know what we need more research or design rationale reading parquet files or json files from data sets impact tasks
| 1
|
472,596
| 13,627,793,596
|
IssuesEvent
|
2020-09-24 13:06:09
|
OpenMined/SyferText
|
https://api.github.com/repos/OpenMined/SyferText
|
closed
|
Problem with `SubPipeline` creation with limited-access components
|
Priority: 2 - High :cold_sweat: Severity: 1 - Critical :fire: Status: In Progress :star2: Type: Bug :bug: syfertext 0.1.0
|
## Description
* TBD soon * by @AlanAboudib
## How to Reproduce
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
## Expected Behavior
A clear and concise description of what you expected to happen.
## Screenshots
If applicable, add screenshots to help explain your problem.
## System Information
- OS: [e.g. iOS]
- OS Version: [e.g. 22]
- Language Version: [e.g. Python 3.7, Node 10.18.1]
- Package Manager Version: [e.g. Conda 4.6.1, NPM 6.14.1]
- Browser (if applicable): [e.g. Google Chrome]
- Browser Version (if applicable): [e.g. 81.0.4044.138]
## Additional Context
Add any other context about the problem here.
|
1.0
|
Problem with `SubPipeline` creation with limited-access components - ## Description
* TBD soon * by @AlanAboudib
## How to Reproduce
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
## Expected Behavior
A clear and concise description of what you expected to happen.
## Screenshots
If applicable, add screenshots to help explain your problem.
## System Information
- OS: [e.g. iOS]
- OS Version: [e.g. 22]
- Language Version: [e.g. Python 3.7, Node 10.18.1]
- Package Manager Version: [e.g. Conda 4.6.1, NPM 6.14.1]
- Browser (if applicable): [e.g. Google Chrome]
- Browser Version (if applicable): [e.g. 81.0.4044.138]
## Additional Context
Add any other context about the problem here.
|
priority
|
problem with subpipeline creation with limited access components description tbd soon by alanaboudib how to reproduce go to click on scroll down to see error expected behavior a clear and concise description of what you expected to happen screenshots if applicable add screenshots to help explain your problem system information os os version language version package manager version browser if applicable browser version if applicable additional context add any other context about the problem here
| 1
|
710,349
| 24,415,296,594
|
IssuesEvent
|
2022-10-05 15:23:27
|
AY2223S1-CS2103T-T09-4/tp
|
https://api.github.com/repos/AY2223S1-CS2103T-T09-4/tp
|
closed
|
Augment person class to include money owed and paid
|
priority.HIGH type.Task type.Task.Update type.Task.Add
|
This is required for UI and Statistics to display the correct information.
|
1.0
|
Augment person class to include money owed and paid - This is required for UI and Statistics to display the correct information.
|
priority
|
augment person class to include money owed and paid this is required for ui and statistics to display the correct information
| 1
|
782,908
| 27,511,107,112
|
IssuesEvent
|
2023-03-06 08:53:43
|
pdx-blurp/blurp-frontend
|
https://api.github.com/repos/pdx-blurp/blurp-frontend
|
closed
|
Remove modal pop-up from node creation
|
high priority enhancement
|
Currently the user has to fill out a modal form with node information when creating a node - this is a slow process.
AC:
When a user creates a node using the node tool, the node should just be placed instead of the modal popping up
All node data should be changeable from the data sidebar
This also requires that creating a new node does not require any data from the user
|
1.0
|
Remove modal pop-up from node creation - Currently the user has to fill out a modal form with node information when creating a node - this is a slow process.
AC:
When a user creates a node using the node tool, the node should just be placed instead of the modal popping up
All node data should be changeable from the data sidebar
This also requires that creating a new node does not require any data from the user
|
priority
|
remove modal pop up from node creation currently the user has to fill out a modal form with node information when creating a node this is a slow process ac when a user creates a node using the node tool the node should just be placed instead of the modal popping up all node data should be changeable from the data sidebar this also requires that creating a new node does not require any data from the user
| 1
|
542,945
| 15,874,660,553
|
IssuesEvent
|
2021-04-09 05:33:34
|
wso2/product-apim
|
https://api.github.com/repos/wso2/product-apim
|
closed
|
[Streaming API] TimeoutHandler logs are appearing for WebSocket APIs
|
Priority/High Type/Bug
|
### Description:
The following logs are appearing when invoking WebSocket APIs, even though the API works fine without an issue.
```
[2021-04-07 20:43:32,858] WARN - TimeoutHandler Expiring message ID : urn:uuid:971f498d-6655-4c0c-b0fc-007d3b5cb1d7; dropping message after GLOBAL_TIMEOUT of : 120 seconds for Endpoint [Alive--v1.0.0_APIproductionEndpoint], URI : ws://localhost:8080, Received through API : Alive:v1.0.0
[2021-04-07 20:43:32,863] INFO - EndpointContext Endpoint : Alive--v1.0.0_APIproductionEndpoint with address ws://localhost:8080 has been marked for SUSPENSION, but no further retries remain. Thus it will be SUSPENDED.
[2021-04-07 20:43:32,864] WARN - EndpointContext Suspending endpoint : Alive--v1.0.0_APIproductionEndpoint with address ws://localhost:8080 - current suspend duration is : 30000ms - Next retry after : Wed Apr 07 20:44:02 IST 2021
```
### Steps to reproduce:
1. Create a WebSocket API
2. Invoke the WS API (with `wscat`) and keep the connection for more than 120 seconds
|
1.0
|
[Streaming API] TimeoutHandler logs are appearing for WebSocket APIs - ### Description:
The following logs are appearing when invoking WebSocket APIs, even though the API works fine without an issue.
```
[2021-04-07 20:43:32,858] WARN - TimeoutHandler Expiring message ID : urn:uuid:971f498d-6655-4c0c-b0fc-007d3b5cb1d7; dropping message after GLOBAL_TIMEOUT of : 120 seconds for Endpoint [Alive--v1.0.0_APIproductionEndpoint], URI : ws://localhost:8080, Received through API : Alive:v1.0.0
[2021-04-07 20:43:32,863] INFO - EndpointContext Endpoint : Alive--v1.0.0_APIproductionEndpoint with address ws://localhost:8080 has been marked for SUSPENSION, but no further retries remain. Thus it will be SUSPENDED.
[2021-04-07 20:43:32,864] WARN - EndpointContext Suspending endpoint : Alive--v1.0.0_APIproductionEndpoint with address ws://localhost:8080 - current suspend duration is : 30000ms - Next retry after : Wed Apr 07 20:44:02 IST 2021
```
### Steps to reproduce:
1. Create a WebSocket API
2. Invoke the WS API (with `wscat`) and keep the connection for more than 120 seconds
|
priority
|
timeouthandler logs are appearing for websocket apis description the following logs are appearing when invoking websocket apis even though the api works fine without an issue warn timeouthandler expiring message id urn uuid dropping message after global timeout of seconds for endpoint uri ws localhost received through api alive info endpointcontext endpoint alive apiproductionendpoint with address ws localhost has been marked for suspension but no further retries remain thus it will be suspended warn endpointcontext suspending endpoint alive apiproductionendpoint with address ws localhost current suspend duration is next retry after wed apr ist steps to reproduce create a websocket api invoke the ws api with wscat and keep the connection for more than seconds
| 1
|
247,391
| 7,918,110,176
|
IssuesEvent
|
2018-07-04 12:13:16
|
kassy916/Test
|
https://api.github.com/repos/kassy916/Test
|
closed
|
ユーザーの登録編集/退会機能(Twitter認証)
|
duplicate priority:high ruby
|
## WHAT - 何を作るのか?
ユーザーがユーザー情報を登録/編集/退会できる機能
ユーザーがサイトにログイン/ログアウトできる機能
## WHY - 何故作るのか?
・スケジュール管理できるようにするため
お笑いライブに通っている人は、「行く」「行きたい」と思っているライブの情報をメモ帳やカレンダーアプリなどにコピーして個別に管理している人が多い。
「いいね」機能や「フォロー」機能で自動で自分のスケジュールを生成する機能があれば便利かと思われる。
## HOW - どうやって作るのか?
## 参考URL
## 参考資料
|
1.0
|
ユーザーの登録編集/退会機能(Twitter認証) - ## WHAT - 何を作るのか?
ユーザーがユーザー情報を登録/編集/退会できる機能
ユーザーがサイトにログイン/ログアウトできる機能
## WHY - 何故作るのか?
・スケジュール管理できるようにするため
お笑いライブに通っている人は、「行く」「行きたい」と思っているライブの情報をメモ帳やカレンダーアプリなどにコピーして個別に管理している人が多い。
「いいね」機能や「フォロー」機能で自動で自分のスケジュールを生成する機能があれば便利かと思われる。
## HOW - どうやって作るのか?
## 参考URL
## 参考資料
|
priority
|
ユーザーの登録編集/退会機能 twitter認証 what 何を作るのか? ユーザーがユーザー情報を登録/編集/退会できる機能 ユーザーがサイトにログイン/ログアウトできる機能 why 何故作るのか? ・スケジュール管理できるようにするため お笑いライブに通っている人は、「行く」「行きたい」と思っているライブの情報をメモ帳やカレンダーアプリなどにコピーして個別に管理している人が多い。 「いいね」機能や「フォロー」機能で自動で自分のスケジュールを生成する機能があれば便利かと思われる。 how どうやって作るのか? 参考url 参考資料
| 1
|
40,095
| 2,863,211,030
|
IssuesEvent
|
2015-06-04 10:41:27
|
OpenSRP/opensrp-client
|
https://api.github.com/repos/OpenSRP/opensrp-client
|
closed
|
adding method to inject values via form override json
|
High Priority
|
adding values via form override json to OpenFormOptions
|
1.0
|
adding method to inject values via form override json - adding values via form override json to OpenFormOptions
|
priority
|
adding method to inject values via form override json adding values via form override json to openformoptions
| 1
|
59,181
| 3,103,800,290
|
IssuesEvent
|
2015-08-31 12:34:57
|
cs2103aug2015-w09-3j/main
|
https://api.github.com/repos/cs2103aug2015-w09-3j/main
|
opened
|
A user can mark certain tasks based on 'priority level'
|
priority.high type.story
|
... so that the user knows which tasks are more important than others.
|
1.0
|
A user can mark certain tasks based on 'priority level' - ... so that the user knows which tasks are more important than others.
|
priority
|
a user can mark certain tasks based on priority level so that the user knows which tasks are more important than others
| 1
|
805,968
| 29,794,815,289
|
IssuesEvent
|
2023-06-16 00:47:07
|
steedos/steedos-platform
|
https://api.github.com/repos/steedos/steedos-platform
|
closed
|
[Bug]: root_url配置外网,内网访问下报错
|
bug done priority: High
|
### Description

### Steps To Reproduce 重现步骤
使用内网访问测试环境,登录后前台报错
### Version 版本
2.5.3-beta.11
|
1.0
|
[Bug]: root_url配置外网,内网访问下报错 - ### Description

### Steps To Reproduce 重现步骤
使用内网访问测试环境,登录后前台报错
### Version 版本
2.5.3-beta.11
|
priority
|
root url配置外网,内网访问下报错 description steps to reproduce 重现步骤 使用内网访问测试环境,登录后前台报错 version 版本 beta
| 1
|
766,734
| 26,896,633,838
|
IssuesEvent
|
2023-02-06 12:55:55
|
bitcoinsearch/bitcoinsearch-frontend
|
https://api.github.com/repos/bitcoinsearch/bitcoinsearch-frontend
|
closed
|
mailing list groupings
|
high priority
|
On the backend, I've boosted original_posts from the mailing list but I also think we can do a better job ordering the groupings of threads.
Let's display the original_post as the parent of the grouping and if there are no original_posts, let's go in date order which you can pull from the created_at field OR you can pop the resource identifier off after the last slash (e.g. as in 018045 of https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2020-July/018045.html) and use that number to order them (lowest first).
|
1.0
|
mailing list groupings - On the backend, I've boosted original_posts from the mailing list but I also think we can do a better job ordering the groupings of threads.
Let's display the original_post as the parent of the grouping and if there are no original_posts, let's go in date order which you can pull from the created_at field OR you can pop the resource identifier off after the last slash (e.g. as in 018045 of https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2020-July/018045.html) and use that number to order them (lowest first).
|
priority
|
mailing list groupings on the backend i ve boosted original posts from the mailing list but i also think we can do a better job ordering the groupings of threads let s display the original post as the parent of the grouping and if there are no original posts let s go in date order which you can pull from the created at field or you can pop the resource identifier off after the last slash e g as in of and use that number to order them lowest first
| 1
|
688,839
| 23,597,066,897
|
IssuesEvent
|
2022-08-23 20:21:45
|
episphere/connectApp
|
https://api.github.com/repos/episphere/connectApp
|
closed
|
Responses for HdRef_Basesrv_v1r0 Not Populating Correctly
|
High Priority MVP
|
"Yes" is not being stored in the same format as the "no" for 994064239 (HdRef_Basesrv_v1r0). Note that "no" is set as the default.
Mentioning @FrogGirl1123 since I will be out next week. Thanks!
|
1.0
|
Responses for HdRef_Basesrv_v1r0 Not Populating Correctly - "Yes" is not being stored in the same format as the "no" for 994064239 (HdRef_Basesrv_v1r0). Note that "no" is set as the default.
Mentioning @FrogGirl1123 since I will be out next week. Thanks!
|
priority
|
responses for hdref basesrv not populating correctly yes is not being stored in the same format as the no for hdref basesrv note that no is set as the default mentioning since i will be out next week thanks
| 1
|
789,617
| 27,798,111,580
|
IssuesEvent
|
2023-03-17 14:00:49
|
marcusolsson/obsidian-projects
|
https://api.github.com/repos/marcusolsson/obsidian-projects
|
closed
|
Function nextUniqueFilename is unavailable in subfolders
|
kind/bug triage/confirmed lifecycle/backlog priority/high
|
### What happened?
When create new notes in a project under a subfolder continuosly, the default filename stays still, instead of giving a unique new name. There is another reactivity problem when we try to create new notes right after swtiching projects.
https://user-images.githubusercontent.com/73122375/225871561-43779481-c7d3-4a17-b5af-a450405e2111.mp4
### What did you expect to happen?
In subfolder, enable next unique filename. After switching projects, the unique filename should be refreshed.
### How can we reproduce it (as minimally and precisely as possible)?
Create a project under a subfolder, than try to add new files continuously.
### Anything else we need to know?
Both `Add note` button in view and the blue `New` button have this problem.
### Plugin version
latest build beyond 1.11.5
### Obsidian version
1.1.16
### OS
Windows
|
1.0
|
Function nextUniqueFilename is unavailable in subfolders - ### What happened?
When create new notes in a project under a subfolder continuosly, the default filename stays still, instead of giving a unique new name. There is another reactivity problem when we try to create new notes right after swtiching projects.
https://user-images.githubusercontent.com/73122375/225871561-43779481-c7d3-4a17-b5af-a450405e2111.mp4
### What did you expect to happen?
In subfolder, enable next unique filename. After switching projects, the unique filename should be refreshed.
### How can we reproduce it (as minimally and precisely as possible)?
Create a project under a subfolder, than try to add new files continuously.
### Anything else we need to know?
Both `Add note` button in view and the blue `New` button have this problem.
### Plugin version
latest build beyond 1.11.5
### Obsidian version
1.1.16
### OS
Windows
|
priority
|
function nextuniquefilename is unavailable in subfolders what happened when create new notes in a project under a subfolder continuosly the default filename stays still instead of giving a unique new name there is another reactivity problem when we try to create new notes right after swtiching projects what did you expect to happen in subfolder enable next unique filename after switching projects the unique filename should be refreshed how can we reproduce it as minimally and precisely as possible create a project under a subfolder than try to add new files continuously anything else we need to know both add note button in view and the blue new button have this problem plugin version latest build beyond obsidian version os windows
| 1
|
253,756
| 8,065,508,383
|
IssuesEvent
|
2018-08-04 02:27:40
|
the-difference-engine/rescue-leftover-cuisine2
|
https://api.github.com/repos/the-difference-engine/rescue-leftover-cuisine2
|
closed
|
Create schema/model for recipes
|
High Priority
|
Create initial schema and model for recipes.
https://docs.google.com/spreadsheets/d/1_fmmmjKUSvq6jiwD5KjcOEHeOUxe_fZGtjUlD1l0FPg/edit#gid=0
Recipe Title | Recipe Description | Ingredients | Directions | Difficulty | Duration | Servings | Tag1 | Tag2 | Tag3 | Photos | Comments
|
1.0
|
Create schema/model for recipes - Create initial schema and model for recipes.
https://docs.google.com/spreadsheets/d/1_fmmmjKUSvq6jiwD5KjcOEHeOUxe_fZGtjUlD1l0FPg/edit#gid=0
Recipe Title | Recipe Description | Ingredients | Directions | Difficulty | Duration | Servings | Tag1 | Tag2 | Tag3 | Photos | Comments
|
priority
|
create schema model for recipes create initial schema and model for recipes recipe title recipe description ingredients directions difficulty duration servings photos comments
| 1
|
446,554
| 12,866,434,028
|
IssuesEvent
|
2020-07-10 03:43:54
|
wso2/docs-ei
|
https://api.github.com/repos/wso2/docs-ei
|
opened
|
Include the Projects for users to download in the Integration Usecases Tutorials
|
Priority/High
|
**Description:**
Doc: https://ei.docs.wso2.com/en/7.1.0/micro-integrator/use-cases/tutorials/sending-a-simple-message-to-a-service/
$subject.
|
1.0
|
Include the Projects for users to download in the Integration Usecases Tutorials - **Description:**
Doc: https://ei.docs.wso2.com/en/7.1.0/micro-integrator/use-cases/tutorials/sending-a-simple-message-to-a-service/
$subject.
|
priority
|
include the projects for users to download in the integration usecases tutorials description doc subject
| 1
|
130,175
| 5,110,544,248
|
IssuesEvent
|
2017-01-06 00:47:22
|
Esri/visibility-addin-dotnet
|
https://api.github.com/repos/Esri/visibility-addin-dotnet
|
opened
|
Linear Line of Sight not producing any output
|
B - Bug F - LLOS priority - high V - Pro 1.4
|
Repro:
[insert a new map in pro]
1. remove the topographic basemap from your map
2. add elevation data, in my case i was using "ElevationUTM_Zone10" from the military tools test data gdb, this is available from the github repo.
3. open the visibility pane
4. click on the llos tab
5. use the observer map point tool to select one or many input observers
6. use the target map point tool to select one or many targets
7. leave the defaults
8. click OK
get a warning message "LLOS computations did not complete correctly. Please try again by selecting the 'OK' button."
9. click ok to close the message
10. click ok on the visibility pane again
this time Pro just hangs just hangs (no windows based program is unresponsive message though)
|
1.0
|
Linear Line of Sight not producing any output - Repro:
[insert a new map in pro]
1. remove the topographic basemap from your map
2. add elevation data, in my case i was using "ElevationUTM_Zone10" from the military tools test data gdb, this is available from the github repo.
3. open the visibility pane
4. click on the llos tab
5. use the observer map point tool to select one or many input observers
6. use the target map point tool to select one or many targets
7. leave the defaults
8. click OK
get a warning message "LLOS computations did not complete correctly. Please try again by selecting the 'OK' button."
9. click ok to close the message
10. click ok on the visibility pane again
this time Pro just hangs just hangs (no windows based program is unresponsive message though)
|
priority
|
linear line of sight not producing any output repro remove the topographic basemap from your map add elevation data in my case i was using elevationutm from the military tools test data gdb this is available from the github repo open the visibility pane click on the llos tab use the observer map point tool to select one or many input observers use the target map point tool to select one or many targets leave the defaults click ok get a warning message llos computations did not complete correctly please try again by selecting the ok button click ok to close the message click ok on the visibility pane again this time pro just hangs just hangs no windows based program is unresponsive message though
| 1
|
393,722
| 11,623,990,738
|
IssuesEvent
|
2020-02-27 09:57:48
|
wso2/product-is
|
https://api.github.com/repos/wso2/product-is
|
closed
|
Needs fine grained permission for oauth scope API
|
Affected/5.10.0-Beta2 Priority/Highest Severity/Critical
|
Currently, the authorization is enforced by only the following config in identity.xml
`<Resource context="(.*)/api/identity/oauth2/v1.0/(.*)" secured="true" http-method="all"/>`
Need to break this into individual operations and apply authz for each operation.
|
1.0
|
Needs fine grained permission for oauth scope API - Currently, the authorization is enforced by only the following config in identity.xml
`<Resource context="(.*)/api/identity/oauth2/v1.0/(.*)" secured="true" http-method="all"/>`
Need to break this into individual operations and apply authz for each operation.
|
priority
|
needs fine grained permission for oauth scope api currently the authorization is enforced by only the following config in identity xml need to break this into individual operations and apply authz for each operation
| 1
|
659,373
| 21,923,676,520
|
IssuesEvent
|
2022-05-22 23:36:21
|
GC-spigot/AdvancedEnchantments
|
https://api.github.com/repos/GC-spigot/AdvancedEnchantments
|
closed
|
Smelting enchant issue
|
Bug: Unconfirmed Type: Plugin Conflict Priority: High
|
### Describe the bug
There are some plugins which cancel the drops for certain blocks (creative restriction plugins cancel the drops if the block was placed in creative).
The issue here is that with the smelting enchant, the enchant doesn't listen to if the drops have been cancelled by another plugin so drop anyway. Could it be made so before the enchant does anything, it checks if the drop table is not empty before auto smelting the items
### How to reproduce
Download RestrictedCreative from spigot so blocks placed in creative mode don't drop when mined in survival. Mine with a smelting custom enchant and they still drop.
### Screenshots / Videos
_No response_
### "/ae plinfo" link
https://paste.md-5.net/ajiwepevuc
### Server Log
_No response_
|
1.0
|
Smelting enchant issue - ### Describe the bug
There are some plugins which cancel the drops for certain blocks (creative restriction plugins cancel the drops if the block was placed in creative).
The issue here is that with the smelting enchant, the enchant doesn't listen to if the drops have been cancelled by another plugin so drop anyway. Could it be made so before the enchant does anything, it checks if the drop table is not empty before auto smelting the items
### How to reproduce
Download RestrictedCreative from spigot so blocks placed in creative mode don't drop when mined in survival. Mine with a smelting custom enchant and they still drop.
### Screenshots / Videos
_No response_
### "/ae plinfo" link
https://paste.md-5.net/ajiwepevuc
### Server Log
_No response_
|
priority
|
smelting enchant issue describe the bug there are some plugins which cancel the drops for certain blocks creative restriction plugins cancel the drops if the block was placed in creative the issue here is that with the smelting enchant the enchant doesn t listen to if the drops have been cancelled by another plugin so drop anyway could it be made so before the enchant does anything it checks if the drop table is not empty before auto smelting the items how to reproduce download restrictedcreative from spigot so blocks placed in creative mode don t drop when mined in survival mine with a smelting custom enchant and they still drop screenshots videos no response ae plinfo link server log no response
| 1
|
786,955
| 27,699,808,004
|
IssuesEvent
|
2023-03-14 06:58:35
|
opencrvs/opencrvs-core
|
https://api.github.com/repos/opencrvs/opencrvs-core
|
closed
|
System crash occurs when try to go to record audit page of a draft
|
👹 Bug ❗️ Priority: High
|
**Bug description:**
System crash occurs when try to go to record audit page of a draft
**Steps to reproduce:**
1. Declare a birth/death declaration
2. Fill up the fields
3. Click save & exit
4. Click In progress tab
5. Click to that record
**Actual result:**
System crash occurs
**Expected result:**
User should be able to view record audit page of any draft
**Screen recording:**
https://images.zenhubusercontent.com/91778759/6ed32d8b-4824-46e7-8091-c529acb674a9/system_crash_occurs_when_try_to_go_to_record_audit_page_of_a_draft.mp4
**Tested on:**
https://login.farajaland-qa.opencrvs.org/?lang=en
|
1.0
|
System crash occurs when try to go to record audit page of a draft - **Bug description:**
System crash occurs when try to go to record audit page of a draft
**Steps to reproduce:**
1. Declare a birth/death declaration
2. Fill up the fields
3. Click save & exit
4. Click In progress tab
5. Click to that record
**Actual result:**
System crash occurs
**Expected result:**
User should be able to view record audit page of any draft
**Screen recording:**
https://images.zenhubusercontent.com/91778759/6ed32d8b-4824-46e7-8091-c529acb674a9/system_crash_occurs_when_try_to_go_to_record_audit_page_of_a_draft.mp4
**Tested on:**
https://login.farajaland-qa.opencrvs.org/?lang=en
|
priority
|
system crash occurs when try to go to record audit page of a draft bug description system crash occurs when try to go to record audit page of a draft steps to reproduce declare a birth death declaration fill up the fields click save exit click in progress tab click to that record actual result system crash occurs expected result user should be able to view record audit page of any draft screen recording tested on
| 1
|
604,923
| 18,721,360,797
|
IssuesEvent
|
2021-11-03 12:10:48
|
canonical-web-and-design/snapcraft.io
|
https://api.github.com/repos/canonical-web-and-design/snapcraft.io
|
closed
|
Build snaps for pull requests
|
Priority: High Feature 🎁 Docs
|
Today we support building snaps for every commit that gets pushed to the default branch on GitHub. This allows for a workflow where you:
1. Open a pull request
1. Have your code automatically tested by Travis or CircleCI
1. Have your code reviewed by humans who will clone your branch and build locally
1. Land your pull request on master
1. Have your code automatically built and published by build.snapcraft.io
We could help earlier in that workflow by giving the reviewing developers prebuilt binaries to test with. These would be close to the binaries created off master after the branch lands.
This would allow for a workflow where you:
1. Open a pull request
1. Have your code automatically tested by Travis or CircleCI
1. Have your code automatically built by build.snapcraft.io and published to a channel branch (e.g. latest/edge/sergiusens:default-options)
1. Have your code reviewed by humans who will install from the channel branch
1. Land your pull request on master
1. Have your code automatically built and published by build.snapcraft.io
|
1.0
|
Build snaps for pull requests - Today we support building snaps for every commit that gets pushed to the default branch on GitHub. This allows for a workflow where you:
1. Open a pull request
1. Have your code automatically tested by Travis or CircleCI
1. Have your code reviewed by humans who will clone your branch and build locally
1. Land your pull request on master
1. Have your code automatically built and published by build.snapcraft.io
We could help earlier in that workflow by giving the reviewing developers prebuilt binaries to test with. These would be close to the binaries created off master after the branch lands.
This would allow for a workflow where you:
1. Open a pull request
1. Have your code automatically tested by Travis or CircleCI
1. Have your code automatically built by build.snapcraft.io and published to a channel branch (e.g. latest/edge/sergiusens:default-options)
1. Have your code reviewed by humans who will install from the channel branch
1. Land your pull request on master
1. Have your code automatically built and published by build.snapcraft.io
|
priority
|
build snaps for pull requests today we support building snaps for every commit that gets pushed to the default branch on github this allows for a workflow where you open a pull request have your code automatically tested by travis or circleci have your code reviewed by humans who will clone your branch and build locally land your pull request on master have your code automatically built and published by build snapcraft io we could help earlier in that workflow by giving the reviewing developers prebuilt binaries to test with these would be close to the binaries created off master after the branch lands this would allow for a workflow where you open a pull request have your code automatically tested by travis or circleci have your code automatically built by build snapcraft io and published to a channel branch e g latest edge sergiusens default options have your code reviewed by humans who will install from the channel branch land your pull request on master have your code automatically built and published by build snapcraft io
| 1
|
278,928
| 8,652,723,132
|
IssuesEvent
|
2018-11-27 08:57:37
|
SIGBlockchain/Project-Allium
|
https://api.github.com/repos/SIGBlockchain/Project-Allium
|
closed
|
Resize labels
|
adjustment high priority user interface
|
I feel like the labels might be a bit wide. Some experimentation with size would make a good issue to complete to make it look neater.
|
1.0
|
Resize labels - I feel like the labels might be a bit wide. Some experimentation with size would make a good issue to complete to make it look neater.
|
priority
|
resize labels i feel like the labels might be a bit wide some experimentation with size would make a good issue to complete to make it look neater
| 1
|
670,422
| 22,689,620,708
|
IssuesEvent
|
2022-07-04 18:05:45
|
jrsteensen/OpenHornet
|
https://api.github.com/repos/jrsteensen/OpenHornet
|
closed
|
Add collar to AMPCD buttons to reduce wobble.
|
Type: Bug/Obsolesce Category: MCAD Priority: High
|

Also, correct insert interference with switch LED.
|
1.0
|
Add collar to AMPCD buttons to reduce wobble. - 
Also, correct insert interference with switch LED.
|
priority
|
add collar to ampcd buttons to reduce wobble also correct insert interference with switch led
| 1
|
554,730
| 16,436,886,483
|
IssuesEvent
|
2021-05-20 10:13:24
|
geosolutions-it/MapStore2
|
https://api.github.com/repos/geosolutions-it/MapStore2
|
opened
|
BG layers disabled in BG Selector tool for 3D
|
Good first issue Internal Priority: High bug
|
## Description
<!-- Add here a few sentences describing the bug. -->
All backgrounds in the Background Selector tool are disabled when switching to 3D mode with the exception of the empty one. As soon as you activate the empty background other backgrounds become active.
## How to reproduce
<!-- A list of steps to reproduce the bug -->
- It is possible to reproduce using [this map](https://dev-mapstore.geosolutionsgroup.com/mapstore/#/viewer/cesium/10358)

*Expected Result*
<!-- Describe here the expected result -->
All background layers can be activated by the user
*Current Result*
<!-- Describe here the current behavior -->
All background layers are initially disabled when switching to 3D mode with the exception of the empty one.
- [x] Not browser related
<details><summary> <b>Browser info</b> </summary>
<!-- If browser related, please compile the following table -->
<!-- If your browser is not in the list please add a new row to the table with the version -->
(use this site: <a href="https://www.whatsmybrowser.org/">https://www.whatsmybrowser.org/</a> for non expert users)
| Browser Affected | Version |
|---|---|
|Internet Explorer| |
|Edge| |
|Chrome| |
|Firefox| |
|Safari| |
</details>
## Other useful information
<!-- error stack trace, screenshot, videos, or link to repository code are welcome -->
|
1.0
|
BG layers disabled in BG Selector tool for 3D - ## Description
<!-- Add here a few sentences describing the bug. -->
All backgrounds in the Background Selector tool are disabled when switching to 3D mode with the exception of the empty one. As soon as you activate the empty background other backgrounds become active.
## How to reproduce
<!-- A list of steps to reproduce the bug -->
- It is possible to reproduce using [this map](https://dev-mapstore.geosolutionsgroup.com/mapstore/#/viewer/cesium/10358)

*Expected Result*
<!-- Describe here the expected result -->
All background layers can be activated by the user
*Current Result*
<!-- Describe here the current behavior -->
All background layers are initially disabled when switching to 3D mode with the exception of the empty one.
- [x] Not browser related
<details><summary> <b>Browser info</b> </summary>
<!-- If browser related, please compile the following table -->
<!-- If your browser is not in the list please add a new row to the table with the version -->
(use this site: <a href="https://www.whatsmybrowser.org/">https://www.whatsmybrowser.org/</a> for non expert users)
| Browser Affected | Version |
|---|---|
|Internet Explorer| |
|Edge| |
|Chrome| |
|Firefox| |
|Safari| |
</details>
## Other useful information
<!-- error stack trace, screenshot, videos, or link to repository code are welcome -->
|
priority
|
bg layers disabled in bg selector tool for description all backgrounds in the background selector tool are disabled when switching to mode with the exception of the empty one as soon as you activate the empty background other backgrounds become active how to reproduce it is possible to reproduce using expected result all background layers can be activated by the user current result all background layers are initially disabled when switching to mode with the exception of the empty one not browser related browser info use this site a href for non expert users browser affected version internet explorer edge chrome firefox safari other useful information
| 1
|
270,305
| 8,454,277,368
|
IssuesEvent
|
2018-10-21 00:46:20
|
LetsEatCo/API
|
https://api.github.com/repos/LetsEatCo/API
|
closed
|
✨ View Products
|
priority: high 🔥 scope: api scope: routing status: accepted 👍 status: done 🙌 type: feature ✨
|
**Is your feature request related to a problem ? Please describe.**
Stores cannot see their products and customers cannot see products of a store
**Describe the solution you'd like**
Implement **GET** /stores/me/products, **GET** /stores/:uuid/products, **GET** /stores/me/products/:uuid, **GET** /stores/:uuid/products/:uuid endpoint
**Describe alternatives you've considered**
None
**Additional context**
None
|
1.0
|
✨ View Products - **Is your feature request related to a problem ? Please describe.**
Stores cannot see their products and customers cannot see products of a store
**Describe the solution you'd like**
Implement **GET** /stores/me/products, **GET** /stores/:uuid/products, **GET** /stores/me/products/:uuid, **GET** /stores/:uuid/products/:uuid endpoint
**Describe alternatives you've considered**
None
**Additional context**
None
|
priority
|
✨ view products is your feature request related to a problem please describe stores cannot see their products and customers cannot see products of a store describe the solution you d like implement get stores me products get stores uuid products get stores me products uuid get stores uuid products uuid endpoint describe alternatives you ve considered none additional context none
| 1
|
457,931
| 13,165,258,730
|
IssuesEvent
|
2020-08-11 06:09:27
|
coronasafe/care
|
https://api.github.com/repos/coronasafe/care
|
closed
|
Add an option to import and export patient data
|
High Priority Security Review enhancement help wanted
|
The system should allow import and export of patient data from sheets/excel.
Attaching a sample that was received
[Test Data.xlsx](https://github.com/coronasafe/care/files/4736237/Test.Data.xlsx)
from the delhi government.
|
1.0
|
Add an option to import and export patient data - The system should allow import and export of patient data from sheets/excel.
Attaching a sample that was received
[Test Data.xlsx](https://github.com/coronasafe/care/files/4736237/Test.Data.xlsx)
from the delhi government.
|
priority
|
add an option to import and export patient data the system should allow import and export of patient data from sheets excel attaching a sample that was received from the delhi government
| 1
|
429,948
| 12,438,586,007
|
IssuesEvent
|
2020-05-26 08:40:54
|
firecracker-microvm/firecracker
|
https://api.github.com/repos/firecracker-microvm/firecracker
|
closed
|
Enforce data length validity when rewriting virtio mmio device config space
|
Priority: High Quality: Bug
|
When an MMIO exit is triggered, depending on the address (offset), several things can happen (see [virtio specification](https://docs.oasis-open.org/virtio/virtio/v1.0/cs04/virtio-v1.0-cs04.html#x1-1110002) for details):
a) a "normal" device operation
b) a config space rewrite
c) invalid MMIO write, nothing happens ([Firecracker logs a warning](https://github.com/firecracker-microvm/firecracker/blob/31c5c2af1d1e2028e59e8b3bce12c930562ad46e/src/devices/src/virtio/mmio.rs#L316))
In situation b) according to the [virtio spec](https://docs.oasis-open.org/virtio/virtio/v1.0/cs04/virtio-v1.0-cs04.html#x1-1110002) the validity of the data written here depends on the device and driver. Firecracker does a rudimentary data length check to make sure that it fits in the config space but, if the data is smaller, it panics ([here in case of `virtio-block` device](https://github.com/firecracker-microvm/firecracker/blob/31c5c2af1d1e2028e59e8b3bce12c930562ad46e/src/devices/src/virtio/block/device.rs#L361)).
To avoid the panic, we can enforce the size checks and, on failure, increment the `block.cfg_fails` metric (and `net.cfg_fails`; the vsock device has no config space to get rewritten).
|
1.0
|
Enforce data length validity when rewriting virtio mmio device config space - When an MMIO exit is triggered, depending on the address (offset), several things can happen (see [virtio specification](https://docs.oasis-open.org/virtio/virtio/v1.0/cs04/virtio-v1.0-cs04.html#x1-1110002) for details):
a) a "normal" device operation
b) a config space rewrite
c) invalid MMIO write, nothing happens ([Firecracker logs a warning](https://github.com/firecracker-microvm/firecracker/blob/31c5c2af1d1e2028e59e8b3bce12c930562ad46e/src/devices/src/virtio/mmio.rs#L316))
In situation b) according to the [virtio spec](https://docs.oasis-open.org/virtio/virtio/v1.0/cs04/virtio-v1.0-cs04.html#x1-1110002) the validity of the data written here depends on the device and driver. Firecracker does a rudimentary data length check to make sure that it fits in the config space but, if the data is smaller, it panics ([here in case of `virtio-block` device](https://github.com/firecracker-microvm/firecracker/blob/31c5c2af1d1e2028e59e8b3bce12c930562ad46e/src/devices/src/virtio/block/device.rs#L361)).
To avoid the panic, we can enforce the size checks and, on failure, increment the `block.cfg_fails` metric (and `net.cfg_fails`; the vsock device has no config space to get rewritten).
|
priority
|
enforce data length validity when rewriting virtio mmio device config space when an mmio exit is triggered depending on the address offset several things can happen see for details a a normal device operation b a config space rewrite c invalid mmio write nothing happens in situation b according to the the validity of the data written here depends on the device and driver firecracker does a rudimentary data length check to make sure that it fits in the config space but if the data is smaller it panics to avoid the panic we can enforce the size checks and on failure increment the block cfg fails metric and net cfg fails the vsock device has no config space to get rewritten
| 1
|
592,570
| 17,911,520,192
|
IssuesEvent
|
2021-09-09 06:13:09
|
kubesphere/console
|
https://api.github.com/repos/kubesphere/console
|
closed
|
Content will be cleared after clicking confirm button on shell modal
|
area/devops kind/bug priority/high
|
**Describe the bug**
Content will be cleared after clicking confirm button on shell modal.

**Versions used(KubeSphere/Kubernetes)**
KubeSphere: latest
Kubernetes: (If KubeSphere installer used, you can skip this)
**To Reproduce**
Steps to reproduce the behavior:
1. Create a normal Pipeline
2. Edit Pipeline
3. Add a stage and add a shell step inside the step
4. Input script text into the shell modal and click confirm button
5. Reopen the shell modal and click confirm button
6. See error
**Expected behavior**
When I click the confirm button in shell modal, the content won't be cleared by mistake.
/area devops
/priority high
|
1.0
|
Content will be cleared after clicking confirm button on shell modal - **Describe the bug**
Content will be cleared after clicking confirm button on shell modal.

**Versions used(KubeSphere/Kubernetes)**
KubeSphere: latest
Kubernetes: (If KubeSphere installer used, you can skip this)
**To Reproduce**
Steps to reproduce the behavior:
1. Create a normal Pipeline
2. Edit Pipeline
3. Add a stage and add a shell step inside the step
4. Input script text into the shell modal and click confirm button
5. Reopen the shell modal and click confirm button
6. See error
**Expected behavior**
When I click the confirm button in shell modal, the content won't be cleared by mistake.
/area devops
/priority high
|
priority
|
content will be cleared after clicking confirm button on shell modal describe the bug content will be cleared after clicking confirm button on shell modal versions used kubesphere kubernetes kubesphere latest kubernetes if kubesphere installer used you can skip this to reproduce steps to reproduce the behavior create a normal pipeline edit pipeline add a stage and add a shell step inside the step input script text into the shell modal and click confirm button reopen the shell modal and click confirm button see error expected behavior when i click the confirm button in shell modal the content won t be cleared by mistake area devops priority high
| 1
|
742,633
| 25,864,195,145
|
IssuesEvent
|
2022-12-13 19:21:50
|
bcgov/cas-cif
|
https://api.github.com/repos/bcgov/cas-cif
|
closed
|
CIF Quarterly and Annual Reports (Appendix A)
|
Epic Funding Agreement Release High Priority
|
Beginning on the contract start date, and continuing until the end of the target emission intensity measurement period, subject to Schedule E, the recipient will submit a quarterly report for each of the following three month periods: January 1 to March 31, April 1 to June 30, July 1 to September 30, and October 1 to December 31. Such reports shall be submitted no later than the fifth day of the month following the specified period.
|
1.0
|
CIF Quarterly and Annual Reports (Appendix A) - Beginning on the contract start date, and continuing until the end of the target emission intensity measurement period, subject to Schedule E, the recipient will submit a quarterly report for each of the following three month periods: January 1 to March 31, April 1 to June 30, July 1 to September 30, and October 1 to December 31. Such reports shall be submitted no later than the fifth day of the month following the specified period.
|
priority
|
cif quarterly and annual reports appendix a beginning on the contract start date and continuing until the end of the target emission intensity measurement period subject to schedule e the recipient will submit a quarterly report for each of the following three month periods january to march april to june july to september and october to december such reports shall be submitted no later than the fifth day of the month following the specified period
| 1
|
584,683
| 17,461,681,304
|
IssuesEvent
|
2021-08-06 11:24:34
|
larray-project/larray
|
https://api.github.com/repos/larray-project/larray
|
closed
|
Make it easy to create a class that behaves like a Session
|
enhancement priority: high work in progress
|
The main idea of the present issue is to benefit from both auto-completion of PyCharm (by defining user classes) and all (nice) features offered by the Session class.
This implies to develop a mechanism to:
- inherit from Session class,
- automatically push all attributes defined in the sub-class to the `self._objects` attribute of Session.
Another (big) advantage of using user-defined classes is to reduce significantly the number of global variables and function parameters in the models that are developed in house.
|
1.0
|
Make it easy to create a class that behaves like a Session - The main idea of the present issue is to benefit from both auto-completion of PyCharm (by defining user classes) and all (nice) features offered by the Session class.
This implies to develop a mechanism to:
- inherit from Session class,
- automatically push all attributes defined in the sub-class to the `self._objects` attribute of Session.
Another (big) advantage of using user-defined classes is to reduce significantly the number of global variables and function parameters in the models that are developed in house.
|
priority
|
make it easy to create a class that behaves like a session the main idea of the present issue is to benefit from both auto completion of pycharm by defining user classes and all nice features offered by the session class this implies to develop a mechanism to inherit from session class automatically push all attributes defined in the sub class to the self objects attribute of session another big advantage of using user defined classes is to reduce significantly the number of global variables and function parameters in the models that are developed in house
| 1
|
721,679
| 24,834,306,366
|
IssuesEvent
|
2022-10-26 07:35:15
|
AY2223S1-CS2103T-T12-2/tp
|
https://api.github.com/repos/AY2223S1-CS2103T-T12-2/tp
|
closed
|
As a user, I can toggle between contacts and tasks tabs
|
type.Story priority.High
|
... so that I can view my contacts and tasks information
|
1.0
|
As a user, I can toggle between contacts and tasks tabs - ... so that I can view my contacts and tasks information
|
priority
|
as a user i can toggle between contacts and tasks tabs so that i can view my contacts and tasks information
| 1
|
88,613
| 3,783,123,729
|
IssuesEvent
|
2016-03-19 00:11:01
|
ParliamentTree/parliamenttree
|
https://api.github.com/repos/ParliamentTree/parliamenttree
|
opened
|
Populate list of constituencies
|
high-priority up-for-grabs webapp
|
In webapp/pt/core/constants.py we have a list of the parliamentary constituencies, but currently it only contains 2 of them. We need the other 648 that are missing!
I'm not sure if there's an official/standardised list of them in terms of spelling/punctuation. But if not then I guess just grab a list from Wikipedia (I'm assuming it exists on there). Or maybe there's a list on Hansard?
|
1.0
|
Populate list of constituencies - In webapp/pt/core/constants.py we have a list of the parliamentary constituencies, but currently it only contains 2 of them. We need the other 648 that are missing!
I'm not sure if there's an official/standardised list of them in terms of spelling/punctuation. But if not then I guess just grab a list from Wikipedia (I'm assuming it exists on there). Or maybe there's a list on Hansard?
|
priority
|
populate list of constituencies in webapp pt core constants py we have a list of the parliamentary constituencies but currently it only contains of them we need the other that are missing i m not sure if there s an official standardised list of them in terms of spelling punctuation but if not then i guess just grab a list from wikipedia i m assuming it exists on there or maybe there s a list on hansard
| 1
|
408,105
| 11,941,653,621
|
IssuesEvent
|
2020-04-02 18:50:01
|
LibreTexts/ckeditor-binder-plugin
|
https://api.github.com/repos/LibreTexts/ckeditor-binder-plugin
|
closed
|
define HTML structure
|
High Priority
|
To ensure all we never have to go back and change the HTML structure for our plugin, we need to redefine our HTML structure. The current structure is as below:
```html
<div class="thebelab">
<pre data-executable="true" data-language="python3">
print('hello world')
</pre>
<div data-output="true">
hello world
</div>
</div>
```
The only tag defined by us is the most outer tag.
|
1.0
|
define HTML structure - To ensure all we never have to go back and change the HTML structure for our plugin, we need to redefine our HTML structure. The current structure is as below:
```html
<div class="thebelab">
<pre data-executable="true" data-language="python3">
print('hello world')
</pre>
<div data-output="true">
hello world
</div>
</div>
```
The only tag defined by us is the most outer tag.
|
priority
|
define html structure to ensure all we never have to go back and change the html structure for our plugin we need to redefine our html structure the current structure is as below html print hello world hello world the only tag defined by us is the most outer tag
| 1
|
271,532
| 8,484,879,146
|
IssuesEvent
|
2018-10-26 05:17:58
|
ballerina-platform/ballerina-lang
|
https://api.github.com/repos/ballerina-platform/ballerina-lang
|
closed
|
[Data IO] little endian byte order is not working
|
Component/stdlib Priority/High Type/Improvement
|
**Description:**
Currently data-io apis by default supports big endian format. We need to support little endian byte order for this
**Steps to reproduce:**
Execute the following file
```
function testWriteVarInt(int value, string path) {
io:ByteChannel ch = io:openFile(path, io:WRITE);
io:DataChannel dataChannel = new(ch,bOrder="LI");
var result = dataChannel.writeVarInt(value);
var closeResult = dataChannel.close();
}
```
The byte order will not be reversed to prompt least significant byte first
**Affected Versions:**
0.975
**OS, DB, other environment details and versions:**
OSX
|
1.0
|
[Data IO] little endian byte order is not working - **Description:**
Currently data-io apis by default supports big endian format. We need to support little endian byte order for this
**Steps to reproduce:**
Execute the following file
```
function testWriteVarInt(int value, string path) {
io:ByteChannel ch = io:openFile(path, io:WRITE);
io:DataChannel dataChannel = new(ch,bOrder="LI");
var result = dataChannel.writeVarInt(value);
var closeResult = dataChannel.close();
}
```
The byte order will not be reversed to prompt least significant byte first
**Affected Versions:**
0.975
**OS, DB, other environment details and versions:**
OSX
|
priority
|
little endian byte order is not working description currently data io apis by default supports big endian format we need to support little endian byte order for this steps to reproduce execute the following file function testwritevarint int value string path io bytechannel ch io openfile path io write io datachannel datachannel new ch border li var result datachannel writevarint value var closeresult datachannel close the byte order will not be reversed to prompt least significant byte first affected versions os db other environment details and versions osx
| 1
|
532,547
| 15,559,169,677
|
IssuesEvent
|
2021-03-16 11:09:55
|
kubermatic/dashboard
|
https://api.github.com/repos/kubermatic/dashboard
|
closed
|
Changing from one to another provider on the Create Cluster page causes the cluster creation to fail
|
kind/bug priority/high sig/ui
|
**What happened?**:
Changing from one to another provider on the Create Cluster page causes the cluster creation to fail. When I click on the Finish button on the final page, I get the following two errors:


```
Error 500cannot marshal initial machine deployment: json: error calling MarshalJSON for type *v1.AWSNodeSpec: missing or invalid required parameter(s): instanceType
Could not create the modest-boyd cluster
```
As the last error says, the cluster was not created.
**What should happen?**:
The cluster creation process works as expected even if you change from one to another provider on the Create Cluster page.
**How to reproduce?**:
1. Open the Kubermatic Dashboard, select the project, and navigate to the Clusters page
1. Click on the "Create Cluster" button
1. Choose some provider, e.g. AWS (without choosing the datacenter)
1. Change the provider to some other provider, e.g. OpenStack, and choose a datacenter
1. Proceed to create the cluster as usual
You should see the error after you get to the final page and click the Finish button to create the cluster.
**Environment**
- UI Version: `v2.17.0-dev-g04289b18` (master)
- API Version: master
- Domain: Dev
- Others: Using Google Chrome Version 88.0.4324.182 (Official Build) (64-bit) on Ubuntu 20.04
|
1.0
|
Changing from one to another provider on the Create Cluster page causes the cluster creation to fail - **What happened?**:
Changing from one to another provider on the Create Cluster page causes the cluster creation to fail. When I click on the Finish button on the final page, I get the following two errors:


```
Error 500cannot marshal initial machine deployment: json: error calling MarshalJSON for type *v1.AWSNodeSpec: missing or invalid required parameter(s): instanceType
Could not create the modest-boyd cluster
```
As the last error says, the cluster was not created.
**What should happen?**:
The cluster creation process works as expected even if you change from one to another provider on the Create Cluster page.
**How to reproduce?**:
1. Open the Kubermatic Dashboard, select the project, and navigate to the Clusters page
1. Click on the "Create Cluster" button
1. Choose some provider, e.g. AWS (without choosing the datacenter)
1. Change the provider to some other provider, e.g. OpenStack, and choose a datacenter
1. Proceed to create the cluster as usual
You should see the error after you get to the final page and click the Finish button to create the cluster.
**Environment**
- UI Version: `v2.17.0-dev-g04289b18` (master)
- API Version: master
- Domain: Dev
- Others: Using Google Chrome Version 88.0.4324.182 (Official Build) (64-bit) on Ubuntu 20.04
|
priority
|
changing from one to another provider on the create cluster page causes the cluster creation to fail what happened changing from one to another provider on the create cluster page causes the cluster creation to fail when i click on the finish button on the final page i get the following two errors error marshal initial machine deployment json error calling marshaljson for type awsnodespec missing or invalid required parameter s instancetype could not create the modest boyd cluster as the last error says the cluster was not created what should happen the cluster creation process works as expected even if you change from one to another provider on the create cluster page how to reproduce open the kubermatic dashboard select the project and navigate to the clusters page click on the create cluster button choose some provider e g aws without choosing the datacenter change the provider to some other provider e g openstack and choose a datacenter proceed to create the cluster as usual you should see the error after you get to the final page and click the finish button to create the cluster environment ui version dev master api version master domain dev others using google chrome version official build bit on ubuntu
| 1
|
43,831
| 2,893,197,439
|
IssuesEvent
|
2015-06-15 16:42:34
|
Glavin001/atom-preview
|
https://api.github.com/repos/Glavin001/atom-preview
|
closed
|
Failed to load the preview package
|
bug high priority
|
[Enter steps to reproduce below:]
1. Just tried to install from the freshly installed Atom -> Preferences -> Install
2. ...
**Atom Version**: 0.192.0 :warning: **in 1.0 API Preview Mode** :warning:
**System**: Mac OS X 10.10.3
**Thrown From**: [preview](https://github.com/Glavin001/atom-preview) package, v0.13.7
### Stack Trace
Failed to load the preview package
```
At Cannot read property 'prototype' of undefined
TypeError: Cannot read property 'prototype' of undefined
at __extends (/Users/name/.atom/packages/preview/lib/preview-message-view.coffee:1:1)
at /Users/name/.atom/packages/preview/lib/preview-message-view.coffee:4:3
at Object.<anonymous> (/Users/name/.atom/packages/preview/lib/preview-message-view.coffee:28:5)
at Object.<anonymous> (/Users/name/.atom/packages/preview/lib/preview-message-view.coffee:1:1)
at Module._compile (module.js:452:26)
at Object.requireCoffeeScript (/Users/name/Applications/Atom.app/Contents/Resources/app/node_modules/coffee-cash/lib/coffee-cash.js:85:19)
at Module.load (module.js:347:32)
at Function.Module._load (module.js:302:12)
at Module.require (module.js:357:17)
at require (module.js:376:17)
at Object.<anonymous> (/Users/name/.atom/packages/preview/lib/preview-view.coffee:8:22)
at Object.<anonymous> (/Users/name/.atom/packages/preview/lib/preview-view.coffee:1:1)
at Module._compile (module.js:452:26)
at Object.requireCoffeeScript (/Users/name/Applications/Atom.app/Contents/Resources/app/node_modules/coffee-cash/lib/coffee-cash.js:85:19)
at Module.load (module.js:347:32)
at Function.Module._load (module.js:302:12)
at Module.require (module.js:357:17)
at require (module.js:376:17)
at Object.<anonymous> (/Users/name/.atom/packages/preview/lib/preview.coffee:2:15)
at Object.<anonymous> (/Users/name/.atom/packages/preview/lib/preview.coffee:1:1)
at Module._compile (module.js:452:26)
at Object.requireCoffeeScript (/Users/name/Applications/Atom.app/Contents/Resources/app/node_modules/coffee-cash/lib/coffee-cash.js:85:19)
at Module.load (module.js:347:32)
at Function.Module._load (module.js:302:12)
at Module.require (module.js:357:17)
at require (module.js:376:17)
at Package.module.exports.Package.requireMainModule (/Users/name/Applications/Atom.app/Contents/Resources/app/src/package.js:667:34)
at /Users/name/Applications/Atom.app/Contents/Resources/app/src/package.js:170:28
at Package.module.exports.Package.measure (/Users/name/Applications/Atom.app/Contents/Resources/app/src/package.js:147:15)
at Package.module.exports.Package.load (/Users/name/Applications/Atom.app/Contents/Resources/app/src/package.js:161:12)
at PackageManager.module.exports.PackageManager.loadPackage (/Users/name/Applications/Atom.app/Contents/Resources/app/src/package-manager.js:354:14)
at PackageManager.module.exports.PackageManager.activatePackage (/Users/name/Applications/Atom.app/Contents/Resources/app/src/package-manager.js:433:30)
at /Users/name/Applications/Atom.app/Contents/Resources/app/node_modules/settings-view/lib/package-manager.js:268:29
at exit (/Users/name/Applications/Atom.app/Contents/Resources/app/node_modules/settings-view/lib/package-manager.js:43:16)
at BufferedProcess.triggerExitCallback (/Users/name/Applications/Atom.app/Contents/Resources/app/src/buffered-process.js:63:47)
at ChildProcess.<anonymous> (/Users/name/Applications/Atom.app/Contents/Resources/app/src/buffered-process.js:85:18)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:169:7)
at Process.ChildProcess._handle.onexit (child_process.js:1057:12)
```
### Commands
```
-6:26.0 application:open (atom-workspace.workspace.scrollbars-visible-always.theme-one-dark-syntax.theme-one-dark-ui)
-5:43.1 snippets:next-tab-stop (atom-text-editor.editor)
-5:43.1 snippets:expand (atom-text-editor.editor)
5x -5:41.9 core:move-down (atom-text-editor.editor)
-5:36.4 core:save (atom-text-editor.editor)
-5:06.2 timecop:view (atom-text-editor.editor)
4x -4:40.7 core:backspace (atom-text-editor.editor.mini)
-3:56.4 core:confirm (atom-text-editor.editor.mini)
-1:03.4 command-palette:toggle (ol.tree-view.full-menu.list-tree.has-collapsable-children.focusable-panel)
4x -0:52.9 core:backspace (atom-text-editor.editor.mini)
-0:50.5 editor:consolidate-selections (atom-text-editor.editor.mini)
-0:50.5 core:cancel (atom-text-editor.editor.mini)
-0:49.3 tool-panel:unfocus (ol.tree-view.full-menu.list-tree.has-collapsable-children.focusable-panel)
```
### Config
```json
{
"core": {}
}
```
### Installed Packages
```coffee
# User
language-jade, v0.4.0
preview, v0.13.7
# Dev
No dev packages
```
|
1.0
|
Failed to load the preview package - [Enter steps to reproduce below:]
1. Just tried to install from the freshly installed Atom -> Preferences -> Install
2. ...
**Atom Version**: 0.192.0 :warning: **in 1.0 API Preview Mode** :warning:
**System**: Mac OS X 10.10.3
**Thrown From**: [preview](https://github.com/Glavin001/atom-preview) package, v0.13.7
### Stack Trace
Failed to load the preview package
```
At Cannot read property 'prototype' of undefined
TypeError: Cannot read property 'prototype' of undefined
at __extends (/Users/name/.atom/packages/preview/lib/preview-message-view.coffee:1:1)
at /Users/name/.atom/packages/preview/lib/preview-message-view.coffee:4:3
at Object.<anonymous> (/Users/name/.atom/packages/preview/lib/preview-message-view.coffee:28:5)
at Object.<anonymous> (/Users/name/.atom/packages/preview/lib/preview-message-view.coffee:1:1)
at Module._compile (module.js:452:26)
at Object.requireCoffeeScript (/Users/name/Applications/Atom.app/Contents/Resources/app/node_modules/coffee-cash/lib/coffee-cash.js:85:19)
at Module.load (module.js:347:32)
at Function.Module._load (module.js:302:12)
at Module.require (module.js:357:17)
at require (module.js:376:17)
at Object.<anonymous> (/Users/name/.atom/packages/preview/lib/preview-view.coffee:8:22)
at Object.<anonymous> (/Users/name/.atom/packages/preview/lib/preview-view.coffee:1:1)
at Module._compile (module.js:452:26)
at Object.requireCoffeeScript (/Users/name/Applications/Atom.app/Contents/Resources/app/node_modules/coffee-cash/lib/coffee-cash.js:85:19)
at Module.load (module.js:347:32)
at Function.Module._load (module.js:302:12)
at Module.require (module.js:357:17)
at require (module.js:376:17)
at Object.<anonymous> (/Users/name/.atom/packages/preview/lib/preview.coffee:2:15)
at Object.<anonymous> (/Users/name/.atom/packages/preview/lib/preview.coffee:1:1)
at Module._compile (module.js:452:26)
at Object.requireCoffeeScript (/Users/name/Applications/Atom.app/Contents/Resources/app/node_modules/coffee-cash/lib/coffee-cash.js:85:19)
at Module.load (module.js:347:32)
at Function.Module._load (module.js:302:12)
at Module.require (module.js:357:17)
at require (module.js:376:17)
at Package.module.exports.Package.requireMainModule (/Users/name/Applications/Atom.app/Contents/Resources/app/src/package.js:667:34)
at /Users/name/Applications/Atom.app/Contents/Resources/app/src/package.js:170:28
at Package.module.exports.Package.measure (/Users/name/Applications/Atom.app/Contents/Resources/app/src/package.js:147:15)
at Package.module.exports.Package.load (/Users/name/Applications/Atom.app/Contents/Resources/app/src/package.js:161:12)
at PackageManager.module.exports.PackageManager.loadPackage (/Users/name/Applications/Atom.app/Contents/Resources/app/src/package-manager.js:354:14)
at PackageManager.module.exports.PackageManager.activatePackage (/Users/name/Applications/Atom.app/Contents/Resources/app/src/package-manager.js:433:30)
at /Users/name/Applications/Atom.app/Contents/Resources/app/node_modules/settings-view/lib/package-manager.js:268:29
at exit (/Users/name/Applications/Atom.app/Contents/Resources/app/node_modules/settings-view/lib/package-manager.js:43:16)
at BufferedProcess.triggerExitCallback (/Users/name/Applications/Atom.app/Contents/Resources/app/src/buffered-process.js:63:47)
at ChildProcess.<anonymous> (/Users/name/Applications/Atom.app/Contents/Resources/app/src/buffered-process.js:85:18)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:169:7)
at Process.ChildProcess._handle.onexit (child_process.js:1057:12)
```
### Commands
```
-6:26.0 application:open (atom-workspace.workspace.scrollbars-visible-always.theme-one-dark-syntax.theme-one-dark-ui)
-5:43.1 snippets:next-tab-stop (atom-text-editor.editor)
-5:43.1 snippets:expand (atom-text-editor.editor)
5x -5:41.9 core:move-down (atom-text-editor.editor)
-5:36.4 core:save (atom-text-editor.editor)
-5:06.2 timecop:view (atom-text-editor.editor)
4x -4:40.7 core:backspace (atom-text-editor.editor.mini)
-3:56.4 core:confirm (atom-text-editor.editor.mini)
-1:03.4 command-palette:toggle (ol.tree-view.full-menu.list-tree.has-collapsable-children.focusable-panel)
4x -0:52.9 core:backspace (atom-text-editor.editor.mini)
-0:50.5 editor:consolidate-selections (atom-text-editor.editor.mini)
-0:50.5 core:cancel (atom-text-editor.editor.mini)
-0:49.3 tool-panel:unfocus (ol.tree-view.full-menu.list-tree.has-collapsable-children.focusable-panel)
```
### Config
```json
{
"core": {}
}
```
### Installed Packages
```coffee
# User
language-jade, v0.4.0
preview, v0.13.7
# Dev
No dev packages
```
|
priority
|
failed to load the preview package just tried to install from the freshly installed atom preferences install atom version warning in api preview mode warning system mac os x thrown from package stack trace failed to load the preview package at cannot read property prototype of undefined typeerror cannot read property prototype of undefined at extends users name atom packages preview lib preview message view coffee at users name atom packages preview lib preview message view coffee at object users name atom packages preview lib preview message view coffee at object users name atom packages preview lib preview message view coffee at module compile module js at object requirecoffeescript users name applications atom app contents resources app node modules coffee cash lib coffee cash js at module load module js at function module load module js at module require module js at require module js at object users name atom packages preview lib preview view coffee at object users name atom packages preview lib preview view coffee at module compile module js at object requirecoffeescript users name applications atom app contents resources app node modules coffee cash lib coffee cash js at module load module js at function module load module js at module require module js at require module js at object users name atom packages preview lib preview coffee at object users name atom packages preview lib preview coffee at module compile module js at object requirecoffeescript users name applications atom app contents resources app node modules coffee cash lib coffee cash js at module load module js at function module load module js at module require module js at require module js at package module exports package requiremainmodule users name applications atom app contents resources app src package js at users name applications atom app contents resources app src package js at package module exports package measure users name applications atom app contents resources app src package js at package module exports package load users name applications atom app contents resources app src package js at packagemanager module exports packagemanager loadpackage users name applications atom app contents resources app src package manager js at packagemanager module exports packagemanager activatepackage users name applications atom app contents resources app src package manager js at users name applications atom app contents resources app node modules settings view lib package manager js at exit users name applications atom app contents resources app node modules settings view lib package manager js at bufferedprocess triggerexitcallback users name applications atom app contents resources app src buffered process js at childprocess users name applications atom app contents resources app src buffered process js at emittwo events js at childprocess emit events js at process childprocess handle onexit child process js commands application open atom workspace workspace scrollbars visible always theme one dark syntax theme one dark ui snippets next tab stop atom text editor editor snippets expand atom text editor editor core move down atom text editor editor core save atom text editor editor timecop view atom text editor editor core backspace atom text editor editor mini core confirm atom text editor editor mini command palette toggle ol tree view full menu list tree has collapsable children focusable panel core backspace atom text editor editor mini editor consolidate selections atom text editor editor mini core cancel atom text editor editor mini tool panel unfocus ol tree view full menu list tree has collapsable children focusable panel config json core installed packages coffee user language jade preview dev no dev packages
| 1
|
593,466
| 18,008,279,442
|
IssuesEvent
|
2021-09-16 04:35:50
|
anirudhprabhakaran3/yearbook
|
https://api.github.com/repos/anirudhprabhakaran3/yearbook
|
opened
|
Add cloud storage
|
enhancement priority:high
|
Right now, the storage is on the local hosting server, which is highly problematic, as it will take up a lot of space. Find some other cloud storage solution and integrate it with the application, so that file uploads can be stored there, and we can pull images using CDN.
Preferably look at Cloudinary, since that has a generous free plan and doesn't require any kind of credit card stuff.
|
1.0
|
Add cloud storage - Right now, the storage is on the local hosting server, which is highly problematic, as it will take up a lot of space. Find some other cloud storage solution and integrate it with the application, so that file uploads can be stored there, and we can pull images using CDN.
Preferably look at Cloudinary, since that has a generous free plan and doesn't require any kind of credit card stuff.
|
priority
|
add cloud storage right now the storage is on the local hosting server which is highly problematic as it will take up a lot of space find some other cloud storage solution and integrate it with the application so that file uploads can be stored there and we can pull images using cdn preferably look at cloudinary since that has a generous free plan and doesn t require any kind of credit card stuff
| 1
|
166,650
| 6,308,171,259
|
IssuesEvent
|
2017-07-22 09:25:19
|
crowdAI/crowdai
|
https://api.github.com/repos/crowdAI/crowdai
|
closed
|
Can't start a new topic on the forum
|
high priority
|
I'm logged in. In the `Discussion` tab, I click `NEW TOPIC` button:

Page reloads with error "You are not authorised to access this page" on the top:

I'm not the only one with this issue, [here](https://www.crowdai.org/topics/observation-vector-4bb70152-97dd-4565-9f25-89a18b05e92e/comments/new#vote-link-comment-202) another user states that he also doesn't have permissions to create a topic.
cc @kidzik
|
1.0
|
Can't start a new topic on the forum - I'm logged in. In the `Discussion` tab, I click `NEW TOPIC` button:

Page reloads with error "You are not authorised to access this page" on the top:

I'm not the only one with this issue, [here](https://www.crowdai.org/topics/observation-vector-4bb70152-97dd-4565-9f25-89a18b05e92e/comments/new#vote-link-comment-202) another user states that he also doesn't have permissions to create a topic.
cc @kidzik
|
priority
|
can t start a new topic on the forum i m logged in in the discussion tab i click new topic button page reloads with error you are not authorised to access this page on the top i m not the only one with this issue another user states that he also doesn t have permissions to create a topic cc kidzik
| 1
|
767,775
| 26,940,037,111
|
IssuesEvent
|
2023-02-08 00:55:55
|
zulip/zulip
|
https://api.github.com/repos/zulip/zulip
|
closed
|
Fix changing EMAIL_ADDRESS_VISIBILITY in realms with 1000s of users
|
bug help wanted priority: high
|
Currently, if you change EMAIL_ADDRESS_VISIBILITY in an organization with thousands of users, the request can end up timing out due to attempting to do thousands of database queries.
While this isn't that common, it does often happen for organizations that just did an import of a large OSS project from Slack or Gitter.
Conveniently, we do have a TODO in the code for fixing this, with notes on how we'd like to address it:
```
if name == "email_address_visibility":
for user_profile in UserProfile.objects.filter(realm=realm, is_bot=False):
# TODO: This does linear queries in the number of users
# and thus is potentially very slow. Probably not super
# important since this is a feature few folks will toggle,
# but as a policy matter, we don't do linear queries
# ~anywhere in Zulip.
old_email = user_profile.email
user_profile.email = get_display_email_address(user_profile, realm)
user_profile.save(update_fields=["email"])
# TODO: Design a bulk event for this or force-reload all clients
if user_profile.email != old_email:
send_user_email_update_event(user_profile)
```
Additionally, we can change that logic to only do that work in the event that `get_display_email_address` changed; in the case of changing from `_ADMINS` to `_NOBODY`, it doesn't, so we should be able to skip the whole loop there.
|
1.0
|
Fix changing EMAIL_ADDRESS_VISIBILITY in realms with 1000s of users - Currently, if you change EMAIL_ADDRESS_VISIBILITY in an organization with thousands of users, the request can end up timing out due to attempting to do thousands of database queries.
While this isn't that common, it does often happen for organizations that just did an import of a large OSS project from Slack or Gitter.
Conveniently, we do have a TODO in the code for fixing this, with notes on how we'd like to address it:
```
if name == "email_address_visibility":
for user_profile in UserProfile.objects.filter(realm=realm, is_bot=False):
# TODO: This does linear queries in the number of users
# and thus is potentially very slow. Probably not super
# important since this is a feature few folks will toggle,
# but as a policy matter, we don't do linear queries
# ~anywhere in Zulip.
old_email = user_profile.email
user_profile.email = get_display_email_address(user_profile, realm)
user_profile.save(update_fields=["email"])
# TODO: Design a bulk event for this or force-reload all clients
if user_profile.email != old_email:
send_user_email_update_event(user_profile)
```
Additionally, we can change that logic to only do that work in the event that `get_display_email_address` changed; in the case of changing from `_ADMINS` to `_NOBODY`, it doesn't, so we should be able to skip the whole loop there.
|
priority
|
fix changing email address visibility in realms with of users currently if you change email address visibility in an organization with thousands of users the request can end up timing out due to attempting to do thousands of database queries while this isn t that common it does often happen for organizations that just did an import of a large oss project from slack or gitter conveniently we do have a todo in the code for fixing this with notes on how we d like to address it if name email address visibility for user profile in userprofile objects filter realm realm is bot false todo this does linear queries in the number of users and thus is potentially very slow probably not super important since this is a feature few folks will toggle but as a policy matter we don t do linear queries anywhere in zulip old email user profile email user profile email get display email address user profile realm user profile save update fields todo design a bulk event for this or force reload all clients if user profile email old email send user email update event user profile additionally we can change that logic to only do that work in the event that get display email address changed in the case of changing from admins to nobody it doesn t so we should be able to skip the whole loop there
| 1
|
491,309
| 14,148,779,900
|
IssuesEvent
|
2020-11-10 23:15:27
|
BlackBoxVision/react-native-mercadopago-px
|
https://api.github.com/repos/BlackBoxVision/react-native-mercadopago-px
|
closed
|
[Bug] - When Flipper is enabled on IOS some translations are missing in MercadoPago Checkout
|
bug help wanted platform:ios priority:high
|
## Expected Behavior
When the app is running in IOS in debug mode, and Flipper is enabled, the MercadoPago checkout should be loaded fully and correctly.
## Current Behavior
For some reason, when we run the app in IOS in debug mode and Flipper is also enabled, some MercadoPago translations don't load correctly, and you see the translation key.
|
1.0
|
[Bug] - When Flipper is enabled on IOS some translations are missing in MercadoPago Checkout - ## Expected Behavior
When the app is running in IOS in debug mode, and Flipper is enabled, the MercadoPago checkout should be loaded fully and correctly.
## Current Behavior
For some reason, when we run the app in IOS in debug mode and Flipper is also enabled, some MercadoPago translations don't load correctly, and you see the translation key.
|
priority
|
when flipper is enabled on ios some translations are missing in mercadopago checkout expected behavior when the app is running in ios in debug mode and flipper is enabled the mercadopago checkout should be loaded fully and correctly current behavior for some reason when we run the app in ios in debug mode and flipper is also enabled some mercadopago translations don t load correctly and you see the translation key
| 1
|
624,748
| 19,706,092,502
|
IssuesEvent
|
2022-01-12 22:12:52
|
SAP/xsk
|
https://api.github.com/repos/SAP/xsk
|
opened
|
[Migration] Migrated projects are not visible in the workspace
|
core priority-high effort-medium tooling
|
Due to [an issue in the Dirigible](https://github.com/eclipse/dirigible/issues/1439) when migrating some projects, they are not visible in the Workspace perspective.
This issue should be closed once [the Dirigible fix](https://github.com/eclipse/dirigible/pull/1440) is merged and a new release is made and the XSK updated.
|
1.0
|
[Migration] Migrated projects are not visible in the workspace - Due to [an issue in the Dirigible](https://github.com/eclipse/dirigible/issues/1439) when migrating some projects, they are not visible in the Workspace perspective.
This issue should be closed once [the Dirigible fix](https://github.com/eclipse/dirigible/pull/1440) is merged and a new release is made and the XSK updated.
|
priority
|
migrated projects are not visible in the workspace due to when migrating some projects they are not visible in the workspace perspective this issue should be closed once is merged and a new release is made and the xsk updated
| 1
|
520,047
| 15,077,759,541
|
IssuesEvent
|
2021-02-05 07:34:11
|
wso2/cellery
|
https://api.github.com/repos/wso2/cellery
|
closed
|
Add locale configuration support cellery observability
|
Priority/Highest Resolution/Won’t Fix Severity/Critical Type/Improvement
|
**Description:**
Cellery observability UI's titles and names are directly hard coded into the react app, and we should be able to pass these values via a configuration file, and change the names to different values.
|
1.0
|
Add locale configuration support cellery observability - **Description:**
Cellery observability UI's titles and names are directly hard coded into the react app, and we should be able to pass these values via a configuration file, and change the names to different values.
|
priority
|
add locale configuration support cellery observability description cellery observability ui s titles and names are directly hard coded into the react app and we should be able to pass these values via a configuration file and change the names to different values
| 1
|
688,718
| 23,594,069,797
|
IssuesEvent
|
2022-08-23 17:37:00
|
metrostroi-repo/MetrostroiAddon
|
https://api.github.com/repos/metrostroi-repo/MetrostroiAddon
|
opened
|
[81-717 СПб] При спавне долгое время нет тормозов
|
bug 81-717 SPB High Priority
|
При спавне долгое время нет тормозов, даже если зарядить ТМ.
|
1.0
|
[81-717 СПб] При спавне долгое время нет тормозов - При спавне долгое время нет тормозов, даже если зарядить ТМ.
|
priority
|
при спавне долгое время нет тормозов при спавне долгое время нет тормозов даже если зарядить тм
| 1
|
549,439
| 16,092,592,822
|
IssuesEvent
|
2021-04-26 18:40:33
|
ampproject/amphtml
|
https://api.github.com/repos/ampproject/amphtml
|
closed
|
Add `amp_video_host_url=...` on the video cache request
|
P1: High Priority Type: Feature Request WG: stories
|
When requesting the video cache, we need to add the queryParam `amp_video_host_url=...` with the canonical URL of the story so backends can track videos back to the story.
Eg:
```js
const requestUrl = addParamsToUrl(cacheUrl.replace('/c/', '/mbv/'), {
'amp_video_host_url': Services.documentInfoForDoc(win.document)
.canonicalUrl,
});
```
cc @ampproject/wg-stories
|
1.0
|
Add `amp_video_host_url=...` on the video cache request - When requesting the video cache, we need to add the queryParam `amp_video_host_url=...` with the canonical URL of the story so backends can track videos back to the story.
Eg:
```js
const requestUrl = addParamsToUrl(cacheUrl.replace('/c/', '/mbv/'), {
'amp_video_host_url': Services.documentInfoForDoc(win.document)
.canonicalUrl,
});
```
cc @ampproject/wg-stories
|
priority
|
add amp video host url on the video cache request when requesting the video cache we need to add the queryparam amp video host url with the canonical url of the story so backends can track videos back to the story eg js const requesturl addparamstourl cacheurl replace c mbv amp video host url services documentinfofordoc win document canonicalurl cc ampproject wg stories
| 1
|
444,540
| 12,814,185,223
|
IssuesEvent
|
2020-07-04 17:13:46
|
ahmedkaludi/pwa-for-wp
|
https://api.github.com/repos/ahmedkaludi/pwa-for-wp
|
closed
|
App splash screen not loading on iOS devices.
|
High Priority bug
|
The Splash screen shows a blank white screen.
Ref:- https://secure.helpscout.net/conversation/1006406655/97861?folderId=3243584
|
1.0
|
App splash screen not loading on iOS devices. - The Splash screen shows a blank white screen.
Ref:- https://secure.helpscout.net/conversation/1006406655/97861?folderId=3243584
|
priority
|
app splash screen not loading on ios devices the splash screen shows a blank white screen ref
| 1
|
624,613
| 19,702,740,923
|
IssuesEvent
|
2022-01-12 18:17:44
|
NOAA-GSL/VxLegacyIngest
|
https://api.github.com/repos/NOAA-GSL/VxLegacyIngest
|
closed
|
Issue with GFS-gf in UA verification
|
Priority: High
|
There is an issue with the UA verification of the GSL GFS-gf realtime run before Sep 11, 21. This is likely due to the transfer of verification running from the global workflow to the regional and the assumptions that were made for isobaric levels present in the grib2 output. Investigate to make sure and devise a plan to move forward.
|
1.0
|
Issue with GFS-gf in UA verification - There is an issue with the UA verification of the GSL GFS-gf realtime run before Sep 11, 21. This is likely due to the transfer of verification running from the global workflow to the regional and the assumptions that were made for isobaric levels present in the grib2 output. Investigate to make sure and devise a plan to move forward.
|
priority
|
issue with gfs gf in ua verification there is an issue with the ua verification of the gsl gfs gf realtime run before sep this is likely due to the transfer of verification running from the global workflow to the regional and the assumptions that were made for isobaric levels present in the output investigate to make sure and devise a plan to move forward
| 1
|
358,762
| 10,632,251,125
|
IssuesEvent
|
2019-10-15 09:58:42
|
fossasia/open-event-frontend
|
https://api.github.com/repos/fossasia/open-event-frontend
|
opened
|
Invalid requests from frontend
|
Hacktoberfest Priority: High bug help-wanted parent issue
|
This is a parent issue describing some invalid queries generated from frontend which raise errors on the server
These issues should be fixed on priority. What's stranger is that all URLs are http, not https (maybe because being terminated by cloudflare)
Secondly, all of the URLs are from unauthenticated users
```
Only '=', '!=', 'is_()', 'isnot()', 'is_distinct_from()', 'isnot_distinct_from()' operators can be used with None/True/False
```
1. http://api.eventyay.com/v1/events/1107/attendees?fields%5Bevent%5D=id&fields%5Bticket%5D=id&filter=%5B%7B%22name%22%3A%22pdf-url%22%2C%22op%22%3A%22ilike%22%2C%22val%22%3Anull%7D%5D&include=order%2Cticket%2Cevent&page%5Bnumber%5D=1&page%5Bsize%5D=20
param | value
-- | --
fields[event] | id
fields[ticket] | id
filter | [{"name":"pdf-url","op":"ilike","val":null}]
include | order,ticket,event
page[number] | 1
page[size] | 20
2. http://api.eventyay.com/v1/events/1107/attendees?fields%5Bevent%5D=id&fields%5Bticket%5D=id&filter=%5B%7B%22name%22%3A%22pdf-url%22%2C%22op%22%3A%22ge%22%2C%22val%22%3Anull%7D%5D&include=order%2Cticket%2Cevent&page%5Bnumber%5D=1&page%5Bsize%5D=20
param | value
-- | --
fields[event] | id
fields[ticket] | id
filter | [{"name":"pdf-url","op":"ge","val":null}]
include | order,ticket,event
page[number] | 1
page[size] | 20
3. http://api.eventyay.com/v1/events/1107/attendees?fields%5Bevent%5D=id&fields%5Bticket%5D=id&filter=%5B%7B%22name%22%3A%22pdf-url%22%2C%22op%22%3A%22notilike%22%2C%22val%22%3Anull%7D%5D&include=order%2Cticket%2Cevent&page%5Bnumber%5D=1&page%5Bsize%5D=20
```
NotImplementedError: in_() not yet supported for relationships. For a simple many-to-one, use in_() against the set of foreign key values.
```
param | value
-- | --
fields[event] | id
fields[ticket] | id
filter | [{"name":"pdf-url","op":"notilike","val":null}]
include | order,ticket,event
page[number] | 1
page[size] | 20
4. http://api.eventyay.com/v1/events/1107/attendees?fields%5Bevent%5D=id&fields%5Bticket%5D=id&filter=%5B%7B%22name%22%3A%22ticket%22%2C%22op%22%3A%22in%22%2C%22val%22%3A%22completed%22%7D%5D&include=order%2Cticket%2Cevent&page%5Bnumber%5D=1&page%5Bsize%5D=20
param | value
-- | --
fields[event] | id
fields[ticket] | id
filter | [{"name":"ticket","op":"in","val":"completed"}]
include | order,ticket,event
page[number] | 1
page[size] | 20
|
1.0
|
Invalid requests from frontend - This is a parent issue describing some invalid queries generated from frontend which raise errors on the server
These issues should be fixed on priority. What's stranger is that all URLs are http, not https (maybe because being terminated by cloudflare)
Secondly, all of the URLs are from unauthenticated users
```
Only '=', '!=', 'is_()', 'isnot()', 'is_distinct_from()', 'isnot_distinct_from()' operators can be used with None/True/False
```
1. http://api.eventyay.com/v1/events/1107/attendees?fields%5Bevent%5D=id&fields%5Bticket%5D=id&filter=%5B%7B%22name%22%3A%22pdf-url%22%2C%22op%22%3A%22ilike%22%2C%22val%22%3Anull%7D%5D&include=order%2Cticket%2Cevent&page%5Bnumber%5D=1&page%5Bsize%5D=20
param | value
-- | --
fields[event] | id
fields[ticket] | id
filter | [{"name":"pdf-url","op":"ilike","val":null}]
include | order,ticket,event
page[number] | 1
page[size] | 20
2. http://api.eventyay.com/v1/events/1107/attendees?fields%5Bevent%5D=id&fields%5Bticket%5D=id&filter=%5B%7B%22name%22%3A%22pdf-url%22%2C%22op%22%3A%22ge%22%2C%22val%22%3Anull%7D%5D&include=order%2Cticket%2Cevent&page%5Bnumber%5D=1&page%5Bsize%5D=20
param | value
-- | --
fields[event] | id
fields[ticket] | id
filter | [{"name":"pdf-url","op":"ge","val":null}]
include | order,ticket,event
page[number] | 1
page[size] | 20
3. http://api.eventyay.com/v1/events/1107/attendees?fields%5Bevent%5D=id&fields%5Bticket%5D=id&filter=%5B%7B%22name%22%3A%22pdf-url%22%2C%22op%22%3A%22notilike%22%2C%22val%22%3Anull%7D%5D&include=order%2Cticket%2Cevent&page%5Bnumber%5D=1&page%5Bsize%5D=20
```
NotImplementedError: in_() not yet supported for relationships. For a simple many-to-one, use in_() against the set of foreign key values.
```
param | value
-- | --
fields[event] | id
fields[ticket] | id
filter | [{"name":"pdf-url","op":"notilike","val":null}]
include | order,ticket,event
page[number] | 1
page[size] | 20
4. http://api.eventyay.com/v1/events/1107/attendees?fields%5Bevent%5D=id&fields%5Bticket%5D=id&filter=%5B%7B%22name%22%3A%22ticket%22%2C%22op%22%3A%22in%22%2C%22val%22%3A%22completed%22%7D%5D&include=order%2Cticket%2Cevent&page%5Bnumber%5D=1&page%5Bsize%5D=20
param | value
-- | --
fields[event] | id
fields[ticket] | id
filter | [{"name":"ticket","op":"in","val":"completed"}]
include | order,ticket,event
page[number] | 1
page[size] | 20
|
priority
|
invalid requests from frontend this is a parent issue describing some invalid queries generated from frontend which raise errors on the server these issues should be fixed on priority what s stranger is that all urls are http not https maybe because being terminated by cloudflare secondly all of the urls are from unauthenticated users only is isnot is distinct from isnot distinct from operators can be used with none true false param value fields id fields id filter include order ticket event page page param value fields id fields id filter include order ticket event page page notimplementederror in not yet supported for relationships for a simple many to one use in against the set of foreign key values param value fields id fields id filter include order ticket event page page param value fields id fields id filter include order ticket event page page
| 1
|
704,931
| 24,214,605,545
|
IssuesEvent
|
2022-09-26 05:03:07
|
aynminoa/original_app
|
https://api.github.com/repos/aynminoa/original_app
|
closed
|
ユーザ一覧/詳細画面修正
|
High Priority
|
一覧画面
- [x] edit/destrotyリンクを削除
- [x] ユーザ名からshowに飛ばす
詳細画面
- [x] 「アルバム新規作成」欄を、ログインユーザのマイページにのみ表示させる
- [x] アルバム名からshowに飛ばす
|
1.0
|
ユーザ一覧/詳細画面修正 - 一覧画面
- [x] edit/destrotyリンクを削除
- [x] ユーザ名からshowに飛ばす
詳細画面
- [x] 「アルバム新規作成」欄を、ログインユーザのマイページにのみ表示させる
- [x] アルバム名からshowに飛ばす
|
priority
|
ユーザ一覧 詳細画面修正 一覧画面 edit destrotyリンクを削除 ユーザ名からshowに飛ばす 詳細画面 「アルバム新規作成」欄を、ログインユーザのマイページにのみ表示させる アルバム名からshowに飛ばす
| 1
|
693,494
| 23,777,950,231
|
IssuesEvent
|
2022-09-01 23:24:25
|
quantumlib/Cirq
|
https://api.github.com/repos/quantumlib/Cirq
|
closed
|
`cirq.Simulator()` drops global phase after measurement?
|
priority: high kind/bug-report triage/accepted area/simulation priority/p1-urgent
|
**Description of the issue**
When using measurement outcomes with classical feedback, we often write circuits which correct a local / global phase conditioned on the measurement outcome. However, it seems to be that `cirq.Simulator()` drops global phase after measurement, which leads to inconsistencies.
**How to reproduce the issue**
For example, consider the following circuit which performs the inverse of an `And` / `Toffoli` gate using measurement based uncomputation.
```python
>>> c1, c2, t = cirq.LineQubit.range(3)
>>> circuit = cirq.Circuit(
cirq.H(t), cirq.measure(t, key="t"),
cirq.CZ(c1, c2).with_classical_controls("t"),
cirq.reset(t),
)
>>> print(circuit)
┌──┐
0: ────────────@─────
║
1: ────────────@─────
║
2: ───H───M────╫R────
║ ║
t: ═══════@════^═════
└──┘
```
The circuit above should take an initial state `|111>` to final state `|110>`, because:
- Step-1: H(t) leads to equal superposition of `|110> - |111>`.
- Step-2: Measuring the target will collapse the superposition to `-|111>` with prob 0.5
- Step-3: If the measurement result was `1`, we add a phase correction by applying `CZ(c1, c2)` that fixes the `-|111>` state to `|111>` state.
- Step-4: Reset(t) changes `|111>` to `|110>`.
However, simulating the simulator drops the -1 global phase in step-2 and therefore the classically conditioned phase correction leads to final output being `-|111>` instead of `|111>`, which is wrong.
The step-by-step simulation output is given as follows:
```python
>>> simulator = cirq.Simulator()
>>> for step in simulator.simulate_moment_steps(circuit, initial_state=(1, 1, 1), qubit_order=(c1, c2, t)):
print(step.dirac_notation())
0.71|110⟩ - 0.71|111⟩ # Step-1: H(t) results in an equal superposition of |110> - |111>
|111⟩ # Measurement collapses the state to `-|111>`, but Global phase of -1 is ignored.
-1|110⟩ # Final output is -|110> instead of |110>, which is wrong.
```
**Cirq version**
1.0.0
cc @95-martin-orion @daxfohl @mpharrigan
|
2.0
|
`cirq.Simulator()` drops global phase after measurement? - **Description of the issue**
When using measurement outcomes with classical feedback, we often write circuits which correct a local / global phase conditioned on the measurement outcome. However, it seems to be that `cirq.Simulator()` drops global phase after measurement, which leads to inconsistencies.
**How to reproduce the issue**
For example, consider the following circuit which performs the inverse of an `And` / `Toffoli` gate using measurement based uncomputation.
```python
>>> c1, c2, t = cirq.LineQubit.range(3)
>>> circuit = cirq.Circuit(
cirq.H(t), cirq.measure(t, key="t"),
cirq.CZ(c1, c2).with_classical_controls("t"),
cirq.reset(t),
)
>>> print(circuit)
┌──┐
0: ────────────@─────
║
1: ────────────@─────
║
2: ───H───M────╫R────
║ ║
t: ═══════@════^═════
└──┘
```
The circuit above should take an initial state `|111>` to final state `|110>`, because:
- Step-1: H(t) leads to equal superposition of `|110> - |111>`.
- Step-2: Measuring the target will collapse the superposition to `-|111>` with prob 0.5
- Step-3: If the measurement result was `1`, we add a phase correction by applying `CZ(c1, c2)` that fixes the `-|111>` state to `|111>` state.
- Step-4: Reset(t) changes `|111>` to `|110>`.
However, simulating the simulator drops the -1 global phase in step-2 and therefore the classically conditioned phase correction leads to final output being `-|111>` instead of `|111>`, which is wrong.
The step-by-step simulation output is given as follows:
```python
>>> simulator = cirq.Simulator()
>>> for step in simulator.simulate_moment_steps(circuit, initial_state=(1, 1, 1), qubit_order=(c1, c2, t)):
print(step.dirac_notation())
0.71|110⟩ - 0.71|111⟩ # Step-1: H(t) results in an equal superposition of |110> - |111>
|111⟩ # Measurement collapses the state to `-|111>`, but Global phase of -1 is ignored.
-1|110⟩ # Final output is -|110> instead of |110>, which is wrong.
```
**Cirq version**
1.0.0
cc @95-martin-orion @daxfohl @mpharrigan
|
priority
|
cirq simulator drops global phase after measurement description of the issue when using measurement outcomes with classical feedback we often write circuits which correct a local global phase conditioned on the measurement outcome however it seems to be that cirq simulator drops global phase after measurement which leads to inconsistencies how to reproduce the issue for example consider the following circuit which performs the inverse of an and toffoli gate using measurement based uncomputation python t cirq linequbit range circuit cirq circuit cirq h t cirq measure t key t cirq cz with classical controls t cirq reset t print circuit ┌──┐ ──────────── ───── ║ ──────────── ───── ║ ───h───m────╫r──── ║ ║ t ═══════ ════ ═════ └──┘ the circuit above should take an initial state to final state because step h t leads to equal superposition of step measuring the target will collapse the superposition to with prob step if the measurement result was we add a phase correction by applying cz that fixes the state to state step reset t changes to however simulating the simulator drops the global phase in step and therefore the classically conditioned phase correction leads to final output being instead of which is wrong the step by step simulation output is given as follows python simulator cirq simulator for step in simulator simulate moment steps circuit initial state qubit order t print step dirac notation ⟩ ⟩ step h t results in an equal superposition of ⟩ measurement collapses the state to but global phase of is ignored ⟩ final output is instead of which is wrong cirq version cc martin orion daxfohl mpharrigan
| 1
|
333,931
| 10,133,746,392
|
IssuesEvent
|
2019-08-02 04:51:31
|
futurismo-org/titan
|
https://api.github.com/repos/futurismo-org/titan
|
closed
|
Titan Android Appリリース後の不具合修正
|
Bug high priority
|
- [x] ホームのアプリ名が client app for titan
- [x] ホームアイコンが黒い
- [x] Twitterログインできない
- [x] メールアドレスでログインできない
|
1.0
|
Titan Android Appリリース後の不具合修正 - - [x] ホームのアプリ名が client app for titan
- [x] ホームアイコンが黒い
- [x] Twitterログインできない
- [x] メールアドレスでログインできない
|
priority
|
titan android appリリース後の不具合修正 ホームのアプリ名が client app for titan ホームアイコンが黒い twitterログインできない メールアドレスでログインできない
| 1
|
706,446
| 24,270,682,596
|
IssuesEvent
|
2022-09-28 10:00:59
|
yugabyte/yugabyte-db
|
https://api.github.com/repos/yugabyte/yugabyte-db
|
opened
|
[YSQL][Pessimistic Locking] : Encountering ERROR: Aborted: ERROR: Query error: schema version mismatch for table 0000562900003000800000000000563c: expected 14, got 13 while trying to create index for a table with locked row
|
kind/bug area/ysql priority/high status/awaiting-triage
|
### Description
Steps to reproduce:
1. Open shell session (s1)
2. s1: `create table t1(id int primary key, age int);`
3. s1: `insert into t1 values(1, 11);`
4. s1: `insert into t1 values(2, 12);`
5. Open another shell session (s2) and run `begin;`
6. s2: `select * from t1 where id=1 for update;`
7. s1: `create index t1_ind1 on t1(age);`
Step 7 will give the `ERROR: Aborted: ERROR: Query error: schema version mismatch for table 00005629000030008000000000005657: expected 1, got 0` message.
If I try to recreate the index then I get `ERROR: relation "t1_ind1" already exists` message as the index is created, shown in the UI of platform but is in invalid state.
Note:
Same error is observed when the row level lock is acquired non transactionally.
|
1.0
|
[YSQL][Pessimistic Locking] : Encountering ERROR: Aborted: ERROR: Query error: schema version mismatch for table 0000562900003000800000000000563c: expected 14, got 13 while trying to create index for a table with locked row - ### Description
Steps to reproduce:
1. Open shell session (s1)
2. s1: `create table t1(id int primary key, age int);`
3. s1: `insert into t1 values(1, 11);`
4. s1: `insert into t1 values(2, 12);`
5. Open another shell session (s2) and run `begin;`
6. s2: `select * from t1 where id=1 for update;`
7. s1: `create index t1_ind1 on t1(age);`
Step 7 will give the `ERROR: Aborted: ERROR: Query error: schema version mismatch for table 00005629000030008000000000005657: expected 1, got 0` message.
If I try to recreate the index then I get `ERROR: relation "t1_ind1" already exists` message as the index is created, shown in the UI of platform but is in invalid state.
Note:
Same error is observed when the row level lock is acquired non transactionally.
|
priority
|
encountering error aborted error query error schema version mismatch for table expected got while trying to create index for a table with locked row description steps to reproduce open shell session create table id int primary key age int insert into values insert into values open another shell session and run begin select from where id for update create index on age step will give the error aborted error query error schema version mismatch for table expected got message if i try to recreate the index then i get error relation already exists message as the index is created shown in the ui of platform but is in invalid state note same error is observed when the row level lock is acquired non transactionally
| 1
|
183,555
| 6,689,570,468
|
IssuesEvent
|
2017-10-09 03:21:48
|
sussol/mobile
|
https://api.github.com/repos/sussol/mobile
|
closed
|
After upgrade to v2 some mobile sites are stuck on push
|
Bug Priority: High
|
Jack from Kiribati has been in contact with Nicole about this. We've investigated the break:
[Symptoms]
After upgrading to Mobile v2, there is a breaks during push, sync error: `undefined is not an object record.otherStoreName.id`
[Explanation]
In mobile v2 a new field was added to requisition, `otherStoreName` which holds a reference to `Name` record. In outgoingSyncUtils, when translating from Realm to sync JSON, for requisition we do this: `name_ID: record.otherStoreName.id` and sync out fails because otherStoreName reference is undefined..
There is migration code for all `type: 'request'` requisitions (the only requisitions should exist on old mobile and only requisition that should be synced out) that adjust old requisitions to have otherStoreName = supplying store name.
However, in Kiribati, some mobile sites had `'type :'imprest'` requisitions (must have been synced to mobile site on initial sync), and they are not migrated to have `otherStoreName`, and that should have been fine if they didn't end up on the sync queue, but there was an addition to v2 migration code that puts all finalised requisitions on the sync out queue.
[Solutions]
* Re-sync troubled mobile site (not a good solution, loosing data + time consuming)
* 2.0.2 APK with a fix
From record_browser in Kiribati data file (same requisitions were shown in realm browser and were in the outgoing sync queue)
<img width="675" alt="screen shot 2017-09-28 at 12 57 09 pm" src="https://user-images.githubusercontent.com/26194949/30943295-9ebcebb6-a44c-11e7-9fcf-2f93241dd195.png">
|
1.0
|
After upgrade to v2 some mobile sites are stuck on push - Jack from Kiribati has been in contact with Nicole about this. We've investigated the break:
[Symptoms]
After upgrading to Mobile v2, there is a breaks during push, sync error: `undefined is not an object record.otherStoreName.id`
[Explanation]
In mobile v2 a new field was added to requisition, `otherStoreName` which holds a reference to `Name` record. In outgoingSyncUtils, when translating from Realm to sync JSON, for requisition we do this: `name_ID: record.otherStoreName.id` and sync out fails because otherStoreName reference is undefined..
There is migration code for all `type: 'request'` requisitions (the only requisitions should exist on old mobile and only requisition that should be synced out) that adjust old requisitions to have otherStoreName = supplying store name.
However, in Kiribati, some mobile sites had `'type :'imprest'` requisitions (must have been synced to mobile site on initial sync), and they are not migrated to have `otherStoreName`, and that should have been fine if they didn't end up on the sync queue, but there was an addition to v2 migration code that puts all finalised requisitions on the sync out queue.
[Solutions]
* Re-sync troubled mobile site (not a good solution, loosing data + time consuming)
* 2.0.2 APK with a fix
From record_browser in Kiribati data file (same requisitions were shown in realm browser and were in the outgoing sync queue)
<img width="675" alt="screen shot 2017-09-28 at 12 57 09 pm" src="https://user-images.githubusercontent.com/26194949/30943295-9ebcebb6-a44c-11e7-9fcf-2f93241dd195.png">
|
priority
|
after upgrade to some mobile sites are stuck on push jack from kiribati has been in contact with nicole about this we ve investigated the break after upgrading to mobile there is a breaks during push sync error undefined is not an object record otherstorename id in mobile a new field was added to requisition otherstorename which holds a reference to name record in outgoingsyncutils when translating from realm to sync json for requisition we do this name id record otherstorename id and sync out fails because otherstorename reference is undefined there is migration code for all type request requisitions the only requisitions should exist on old mobile and only requisition that should be synced out that adjust old requisitions to have otherstorename supplying store name however in kiribati some mobile sites had type imprest requisitions must have been synced to mobile site on initial sync and they are not migrated to have otherstorename and that should have been fine if they didn t end up on the sync queue but there was an addition to migration code that puts all finalised requisitions on the sync out queue re sync troubled mobile site not a good solution loosing data time consuming apk with a fix from record browser in kiribati data file same requisitions were shown in realm browser and were in the outgoing sync queue img width alt screen shot at pm src
| 1
|
460,623
| 13,213,766,508
|
IssuesEvent
|
2020-08-16 14:28:06
|
kingjon3377/strategicprimer-viewer
|
https://api.github.com/repos/kingjon3377/strategicprimer-viewer
|
closed
|
Broken River icons in fixture list
|
bug high-priority
|
The recent change to draw one river at a time in the map viewer, replacing the 32 river images with 5, broke the *other* use of those images, namely in the fixture list (via the `RiverFixture` class's `image` field)
|
1.0
|
Broken River icons in fixture list - The recent change to draw one river at a time in the map viewer, replacing the 32 river images with 5, broke the *other* use of those images, namely in the fixture list (via the `RiverFixture` class's `image` field)
|
priority
|
broken river icons in fixture list the recent change to draw one river at a time in the map viewer replacing the river images with broke the other use of those images namely in the fixture list via the riverfixture class s image field
| 1
|
447,848
| 12,906,127,082
|
IssuesEvent
|
2020-07-15 00:36:36
|
coyiutoc/Honda-Capstone-Salmon
|
https://api.github.com/repos/coyiutoc/Honda-Capstone-Salmon
|
closed
|
Drag from filtered source list drops the wrong item
|
high priority
|
To recreate:
1. Filter source list so that Salmon 1 is not in the filter
2. Grab the first item in the list and drop it into a column
3. observe that Salmon 1 has been dropped instead of the first item of the filtered list
TODO:
Have the updateColumns function grab the item from the filtered list instead of the whole list.
|
1.0
|
Drag from filtered source list drops the wrong item - To recreate:
1. Filter source list so that Salmon 1 is not in the filter
2. Grab the first item in the list and drop it into a column
3. observe that Salmon 1 has been dropped instead of the first item of the filtered list
TODO:
Have the updateColumns function grab the item from the filtered list instead of the whole list.
|
priority
|
drag from filtered source list drops the wrong item to recreate filter source list so that salmon is not in the filter grab the first item in the list and drop it into a column observe that salmon has been dropped instead of the first item of the filtered list todo have the updatecolumns function grab the item from the filtered list instead of the whole list
| 1
|
549,247
| 16,088,638,862
|
IssuesEvent
|
2021-04-26 14:14:45
|
mojaloop/project
|
https://api.github.com/repos/mojaloop/project
|
closed
|
MPQS Lab Setup
|
oss-mpqs priority-high story
|
## **Goal**:
`As a` OSS developer
`I want to` a dedicated code quality and security test Lab on AWS
`so that` I can be able to test certain recommended configurations and settings from the approved standards and guidelines
**Acceptance Criteria**:
- [x] Document requirements
- [x] Deploy environment assisted by OSS team.
- [x] Install security tools to perform security testing and analysis on Mojaloop
**Complexity**: Medium - All components of Mojaloop has to be installed
**Uncertainty**: Low - We have all the help we need within the OSS team to complete this
---
**Tasks**:
- [x] Setup QA K8S environment [ @mdebarros ]
- [x] Deploy k8s Cluster [ @mdebarros ]
- [x] Configure Mojaloop env DNS [ @mdebarros ]
- [x] Configure Access accounts [ @mdebarros ]
- [x] Configure VPN accounts [ @mdebarros ]
- [x] Document requirements [ @rasputtintin ]
- [x] Deploy Mojaloop environment [ @rasputtintin ]
- [x] Install security tools based on scope. [ @rasputtintin ]
- [ ] Subscribe to additional AWS components to support CPM use cases
## **Pull Requests**:
- [ ] TBD
## **Follow-up**:
- N/A
**Dependencies**:
- https://github.com/mojaloop/project/issues/1871
## **Accountability**:
- Owner: @rasputtintin
- QA/Review: @godfreykutumela
|
1.0
|
MPQS Lab Setup - ## **Goal**:
`As a` OSS developer
`I want to` a dedicated code quality and security test Lab on AWS
`so that` I can be able to test certain recommended configurations and settings from the approved standards and guidelines
**Acceptance Criteria**:
- [x] Document requirements
- [x] Deploy environment assisted by OSS team.
- [x] Install security tools to perform security testing and analysis on Mojaloop
**Complexity**: Medium - All components of Mojaloop has to be installed
**Uncertainty**: Low - We have all the help we need within the OSS team to complete this
---
**Tasks**:
- [x] Setup QA K8S environment [ @mdebarros ]
- [x] Deploy k8s Cluster [ @mdebarros ]
- [x] Configure Mojaloop env DNS [ @mdebarros ]
- [x] Configure Access accounts [ @mdebarros ]
- [x] Configure VPN accounts [ @mdebarros ]
- [x] Document requirements [ @rasputtintin ]
- [x] Deploy Mojaloop environment [ @rasputtintin ]
- [x] Install security tools based on scope. [ @rasputtintin ]
- [ ] Subscribe to additional AWS components to support CPM use cases
## **Pull Requests**:
- [ ] TBD
## **Follow-up**:
- N/A
**Dependencies**:
- https://github.com/mojaloop/project/issues/1871
## **Accountability**:
- Owner: @rasputtintin
- QA/Review: @godfreykutumela
|
priority
|
mpqs lab setup goal as a oss developer i want to a dedicated code quality and security test lab on aws so that i can be able to test certain recommended configurations and settings from the approved standards and guidelines acceptance criteria document requirements deploy environment assisted by oss team install security tools to perform security testing and analysis on mojaloop complexity medium all components of mojaloop has to be installed uncertainty low we have all the help we need within the oss team to complete this tasks setup qa environment deploy cluster configure mojaloop env dns configure access accounts configure vpn accounts document requirements deploy mojaloop environment install security tools based on scope subscribe to additional aws components to support cpm use cases pull requests tbd follow up n a dependencies accountability owner rasputtintin qa review godfreykutumela
| 1
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.