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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
238,237 | 7,776,807,198 | IssuesEvent | 2018-06-05 09:13:14 | bedita/bedita | https://api.github.com/repos/bedita/bedita | closed | Application related configurations and `status` filter | Priority - High Topic - Core | * add `config.application_id` foreign key to load `application` specific configuration.
* handle `status` configuration with possible values:
- `on` -> only **on** status is allowed
- `draft` -> only **on** and **draft** status are allowed
- `all` (default) -> all statuses are allowed
| 1.0 | Application related configurations and `status` filter - * add `config.application_id` foreign key to load `application` specific configuration.
* handle `status` configuration with possible values:
- `on` -> only **on** status is allowed
- `draft` -> only **on** and **draft** status are allowed
- `all` (default) -> all statuses are allowed
| priority | application related configurations and status filter add config application id foreign key to load application specific configuration handle status configuration with possible values on only on status is allowed draft only on and draft status are allowed all default all statuses are allowed | 1 |
497,003 | 14,360,295,309 | IssuesEvent | 2020-11-30 16:40:30 | azerothcore/azerothcore-wotlk | https://api.github.com/repos/azerothcore/azerothcore-wotlk | closed | Core/Script: Strand of The Ancients - Ship Bug [$15] | Bounty Help wanted Priority - High | **Description**: In the second round of Strand of Ancients one of the two ships does not start.
**Current behaviour**: In the second round the ship that should arrive to the green gate doesn't start to sail.
**Expected behaviour**: At the beginning of each round, every ship have to sail
**Steps to reproduce the problem**:
1. Play Strand of The Ancients
2. Wait for the second round
3. Stay in the left ship ( that should arrive to green gate )
4. It doesn't start to sail
**Branch(es)**: Master
**AC hash/commit**: d0af1c812bf4ea15204cad37b39ff27ff6bae339
Tested on 626630f0f68998d784c61fbb3779f292f97dc5a8 too
**Operating system**: Linux
[](https://www.bountysource.com/issues/51824080-strand-of-the-ancients-ship-bug?utm_source=51824080&utm_medium=shield&utm_campaign=ISSUE_BADGE)
<bountysource-plugin>
---
There is a **[$15 open bounty](https://www.bountysource.com/issues/51824080-core-script-strand-of-the-ancients-ship-bug?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github)** on this issue. Add to the bounty at [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github).
</bountysource-plugin> | 1.0 | Core/Script: Strand of The Ancients - Ship Bug [$15] - **Description**: In the second round of Strand of Ancients one of the two ships does not start.
**Current behaviour**: In the second round the ship that should arrive to the green gate doesn't start to sail.
**Expected behaviour**: At the beginning of each round, every ship have to sail
**Steps to reproduce the problem**:
1. Play Strand of The Ancients
2. Wait for the second round
3. Stay in the left ship ( that should arrive to green gate )
4. It doesn't start to sail
**Branch(es)**: Master
**AC hash/commit**: d0af1c812bf4ea15204cad37b39ff27ff6bae339
Tested on 626630f0f68998d784c61fbb3779f292f97dc5a8 too
**Operating system**: Linux
[](https://www.bountysource.com/issues/51824080-strand-of-the-ancients-ship-bug?utm_source=51824080&utm_medium=shield&utm_campaign=ISSUE_BADGE)
<bountysource-plugin>
---
There is a **[$15 open bounty](https://www.bountysource.com/issues/51824080-core-script-strand-of-the-ancients-ship-bug?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github)** on this issue. Add to the bounty at [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github).
</bountysource-plugin> | priority | core script strand of the ancients ship bug description in the second round of strand of ancients one of the two ships does not start current behaviour in the second round the ship that should arrive to the green gate doesn t start to sail expected behaviour at the beginning of each round every ship have to sail steps to reproduce the problem play strand of the ancients wait for the second round stay in the left ship that should arrive to green gate it doesn t start to sail branch es master ac hash commit tested on too operating system linux there is a on this issue add to the bounty at | 1 |
458,388 | 13,174,432,310 | IssuesEvent | 2020-08-11 22:28:00 | unitystation/unitystation | https://api.github.com/repos/unitystation/unitystation | reopened | NetUIDynamicList needs a rewrite | High Priority Networking Performance Refactor | #### NetUIDynamicList is unrobust!
- Current implementation wasn't designed for a large amount of entries.
- Every new entry increases amount of sent messages exponentially, also network message size can end up getting too high. You can really feel the lag when there are 15 entries or more and a new one is added. See #3002
- It can occasionally break, resulting in "wonky value import" warnings. It signifies a desync between client and server, and that client no longer sees everything he's supposed to.
To see how bad it gets, set logging level for NetUI category to Trace, open Security Records tab and start adding new records.
#### Good implementation should have following qualities:
- Handle 200 entries without noticeable performance impact for server or client
- Never go beyond network message size limit
- Shouldn't send more than one update message when a new entry is added to the list, regardless of its current size
- Make sure that all tabs using dynamic lists still work properly (Shuttle radar, Cloning console, ) and no "wonky value import" warnings occur | 1.0 | NetUIDynamicList needs a rewrite - #### NetUIDynamicList is unrobust!
- Current implementation wasn't designed for a large amount of entries.
- Every new entry increases amount of sent messages exponentially, also network message size can end up getting too high. You can really feel the lag when there are 15 entries or more and a new one is added. See #3002
- It can occasionally break, resulting in "wonky value import" warnings. It signifies a desync between client and server, and that client no longer sees everything he's supposed to.
To see how bad it gets, set logging level for NetUI category to Trace, open Security Records tab and start adding new records.
#### Good implementation should have following qualities:
- Handle 200 entries without noticeable performance impact for server or client
- Never go beyond network message size limit
- Shouldn't send more than one update message when a new entry is added to the list, regardless of its current size
- Make sure that all tabs using dynamic lists still work properly (Shuttle radar, Cloning console, ) and no "wonky value import" warnings occur | priority | netuidynamiclist needs a rewrite netuidynamiclist is unrobust current implementation wasn t designed for a large amount of entries every new entry increases amount of sent messages exponentially also network message size can end up getting too high you can really feel the lag when there are entries or more and a new one is added see it can occasionally break resulting in wonky value import warnings it signifies a desync between client and server and that client no longer sees everything he s supposed to to see how bad it gets set logging level for netui category to trace open security records tab and start adding new records good implementation should have following qualities handle entries without noticeable performance impact for server or client never go beyond network message size limit shouldn t send more than one update message when a new entry is added to the list regardless of its current size make sure that all tabs using dynamic lists still work properly shuttle radar cloning console and no wonky value import warnings occur | 1 |
587,555 | 17,619,227,218 | IssuesEvent | 2021-08-18 13:33:42 | gruntwork-io/terragrunt | https://api.github.com/repos/gruntwork-io/terragrunt | closed | Make it possible to use modules from Terraform Registry | enhancement help wanted high-priority | Correct me if I am wrong, but it is not possible to download modules from Terraform Registry.
```hcl
terragrunt = {
terraform {
source = "terraform-aws-modules/ec2-instance/aws"
}
}
```
#### Error
Copying configuration from "file:///tmp/terragrunt-infrastructure-live-example/non-prod/us-east-1/qa/mysql/terraform-aws-modules/ec2-instance/aws"...
Error copying source module: error downloading 'file:///tmp/terragrunt-infrastructure-live-example/non-prod/us-east-1/qa/mysql/terraform-aws-modules/ec2-instance/aws': source path error: stat /tmp/terragrunt-infrastructure-live-example/non-prod/us-east-1/qa/mysql/terraform-aws-modules/ec2-instance/aws: no such file or directory
#### terragrunt version v0.13.7 | 1.0 | Make it possible to use modules from Terraform Registry - Correct me if I am wrong, but it is not possible to download modules from Terraform Registry.
```hcl
terragrunt = {
terraform {
source = "terraform-aws-modules/ec2-instance/aws"
}
}
```
#### Error
Copying configuration from "file:///tmp/terragrunt-infrastructure-live-example/non-prod/us-east-1/qa/mysql/terraform-aws-modules/ec2-instance/aws"...
Error copying source module: error downloading 'file:///tmp/terragrunt-infrastructure-live-example/non-prod/us-east-1/qa/mysql/terraform-aws-modules/ec2-instance/aws': source path error: stat /tmp/terragrunt-infrastructure-live-example/non-prod/us-east-1/qa/mysql/terraform-aws-modules/ec2-instance/aws: no such file or directory
#### terragrunt version v0.13.7 | priority | make it possible to use modules from terraform registry correct me if i am wrong but it is not possible to download modules from terraform registry hcl terragrunt terraform source terraform aws modules instance aws error copying configuration from file tmp terragrunt infrastructure live example non prod us east qa mysql terraform aws modules instance aws error copying source module error downloading file tmp terragrunt infrastructure live example non prod us east qa mysql terraform aws modules instance aws source path error stat tmp terragrunt infrastructure live example non prod us east qa mysql terraform aws modules instance aws no such file or directory terragrunt version | 1 |
98,085 | 4,017,195,472 | IssuesEvent | 2016-05-16 01:43:33 | larsiusprime/tdrpg-bugs | https://api.github.com/repos/larsiusprime/tdrpg-bugs | opened | Windows works | 5 DQ CORE Priority HIGH | - [ ] Windows 10 confirmed
- [ ] Windows 8 confirmed
- [ ] Windows 7 confirmed
- [ ] Windows Vista confirmed
- [ ] Windows XP confirmed | 1.0 | Windows works - - [ ] Windows 10 confirmed
- [ ] Windows 8 confirmed
- [ ] Windows 7 confirmed
- [ ] Windows Vista confirmed
- [ ] Windows XP confirmed | priority | windows works windows confirmed windows confirmed windows confirmed windows vista confirmed windows xp confirmed | 1 |
60,664 | 3,131,342,505 | IssuesEvent | 2015-09-09 14:20:20 | NUKnightLab/TimelineJS3 | https://api.github.com/repos/NUKnightLab/TimelineJS3 | closed | Change VCO namespace to co-exist peacefully with StoryMapJS | priority: high question | It has been raised that code in the VCO javascript namespace for TimelineJS3 does not play nicely with the VCO namespace for StoryMap -- in fact, one clobbers the other.
If we are going to change this, now before we're out of beta is the time. It's a sizeable change, although more tedious with regard to file naming than actual handling inside the javascript.
@zachwise I definitely don't want to do this if you object. What do you think? | 1.0 | Change VCO namespace to co-exist peacefully with StoryMapJS - It has been raised that code in the VCO javascript namespace for TimelineJS3 does not play nicely with the VCO namespace for StoryMap -- in fact, one clobbers the other.
If we are going to change this, now before we're out of beta is the time. It's a sizeable change, although more tedious with regard to file naming than actual handling inside the javascript.
@zachwise I definitely don't want to do this if you object. What do you think? | priority | change vco namespace to co exist peacefully with storymapjs it has been raised that code in the vco javascript namespace for does not play nicely with the vco namespace for storymap in fact one clobbers the other if we are going to change this now before we re out of beta is the time it s a sizeable change although more tedious with regard to file naming than actual handling inside the javascript zachwise i definitely don t want to do this if you object what do you think | 1 |
24,555 | 2,668,985,359 | IssuesEvent | 2015-03-23 13:01:40 | cs2103jan2015-w14-2j/main | https://api.github.com/repos/cs2103jan2015-w14-2j/main | closed | Figure out how search commands will be treated by parser, and what is passed to search. | priority.high | Right now there is no concrete way of doing it, so we need to decide on its implementation. | 1.0 | Figure out how search commands will be treated by parser, and what is passed to search. - Right now there is no concrete way of doing it, so we need to decide on its implementation. | priority | figure out how search commands will be treated by parser and what is passed to search right now there is no concrete way of doing it so we need to decide on its implementation | 1 |
790,830 | 27,838,120,035 | IssuesEvent | 2023-03-20 10:53:21 | AY2223S2-CS2103T-T12-4/tp | https://api.github.com/repos/AY2223S2-CS2103T-T12-4/tp | opened | Create `Command` classes to operate on `Project` list | priority.High | - [ ] #135
- [ ] #136
- [ ] #137
- [ ] #138
- [ ] #139
- [ ] #140
- [ ] #141
- [ ] #142
- [ ] #143 | 1.0 | Create `Command` classes to operate on `Project` list - - [ ] #135
- [ ] #136
- [ ] #137
- [ ] #138
- [ ] #139
- [ ] #140
- [ ] #141
- [ ] #142
- [ ] #143 | priority | create command classes to operate on project list | 1 |
159,787 | 6,061,116,165 | IssuesEvent | 2017-06-14 05:09:24 | Microsoft/TypeScript | https://api.github.com/repos/Microsoft/TypeScript | closed | Static variable used inside instance method of a decorated subclass, will introduce run time errors. | Bug Fixed High Priority | <!-- BUGS: Please use this template. -->
<!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/typescript -->
<!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md -->
**TypeScript Version:** 2.4.0-dev.20170609
**Code**
```ts
function decorate(target) { }
class A { }
@decorate
class B extends A {
private static readonly STATIC = 'value';
foo() {
return B.STATIC;
}
}
```
**Actual behavior: (compiled js)**
look below: __extends(B, _super); is called with hoisted B = undefined.
```js
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
return c > 3 && r && Object.defineProperty(target, key, r), r;
};
function decorate(target) { }
var A = (function () {
function A() {
}
return A;
}());
var B = (function (_super) {
__extends(B, _super);
var B = B_1 = function B() {
return _super !== null && _super.apply(this, arguments) || this;
};
B.prototype.foo = function () {
return B_1.STATIC;
};
B.STATIC = 'value';
B = B_1 = __decorate([
decorate
], B);
return B;
var B_1;
}(A));
```
| 1.0 | Static variable used inside instance method of a decorated subclass, will introduce run time errors. - <!-- BUGS: Please use this template. -->
<!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/typescript -->
<!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md -->
**TypeScript Version:** 2.4.0-dev.20170609
**Code**
```ts
function decorate(target) { }
class A { }
@decorate
class B extends A {
private static readonly STATIC = 'value';
foo() {
return B.STATIC;
}
}
```
**Actual behavior: (compiled js)**
look below: __extends(B, _super); is called with hoisted B = undefined.
```js
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
return c > 3 && r && Object.defineProperty(target, key, r), r;
};
function decorate(target) { }
var A = (function () {
function A() {
}
return A;
}());
var B = (function (_super) {
__extends(B, _super);
var B = B_1 = function B() {
return _super !== null && _super.apply(this, arguments) || this;
};
B.prototype.foo = function () {
return B_1.STATIC;
};
B.STATIC = 'value';
B = B_1 = __decorate([
decorate
], B);
return B;
var B_1;
}(A));
```
| priority | static variable used inside instance method of a decorated subclass will introduce run time errors typescript version dev code ts function decorate target class a decorate class b extends a private static readonly static value foo return b static actual behavior compiled js look below extends b super is called with hoisted b undefined js var extends this this extends function var extendstatics object setprototypeof proto instanceof array function d b d proto b function d b for var p in b if b hasownproperty p d b return function d b extendstatics d b function this constructor d d prototype b null object create b prototype b prototype new var decorate this this decorate function decorators target key desc var c arguments length r c target desc null desc object getownpropertydescriptor target key desc d if typeof reflect object typeof reflect decorate function r reflect decorate decorators target key desc else for var i decorators length i i if d decorators r c d target key r d target key r return c r object defineproperty target key r r function decorate target var a function function a return a var b function super extends b super var b b function b return super null super apply this arguments this b prototype foo function return b static b static value b b decorate decorate b return b var b a | 1 |
200,358 | 7,006,333,862 | IssuesEvent | 2017-12-19 08:00:58 | wso2/product-iots | https://api.github.com/repos/wso2/product-iots | opened | [iOS] Cannot publish policies without enrolling a device | Component/IOS Priority/High | **Description:**
When publishing iOS policies without enrolling a device in a fresh pack, following error occurred.
TID: [-1234] [] [2017-12-19 13:27:04,994] ERROR {org.wso2.carbon.device.mgt.core.service.DeviceManagementProviderServiceImpl} - Received empty device list for getAllDeviceInfo {org.wso2.carbon.device.mgt.core.service.DeviceManagementProviderServiceImpl}
TID: [-1234] [] [2017-12-19 13:27:04,994] ERROR {org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver} - Error occurred during error handling, give up! {org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver}
org.apache.cxf.interceptor.Fault: No connection is associated with the current transaction. This might have ideally been caused by not properly initiating the transaction via 'beginTransaction'/'openConnection' methods
at org.apache.cxf.service.invoker.AbstractInvoker.createFault(AbstractInvoker.java:170)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:136)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:204)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:101)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:94)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:272)
at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:249)
at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:248)
at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:222)
at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:153)
at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:171)
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:289)
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:214)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:265)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.wso2.carbon.device.mgt.jaxrs.ApiOriginFilter.doFilter(ApiOriginFilter.java:33)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter.doFilter(ContentTypeBasedCachePreventionFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.filters.HttpHeaderSecurityFilter.doFilter(HttpHeaderSecurityFilter.java:124)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:218)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:615)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:99)
at org.wso2.carbon.tomcat.ext.valves.CarbonTomcatValve$1.invoke(CarbonTomcatValve.java:47)
at org.wso2.carbon.webapp.mgt.TenantLazyLoaderValve.invoke(TenantLazyLoaderValve.java:57)
at org.wso2.carbon.webapp.authenticator.framework.WebappAuthenticationValve.processRequest(WebappAuthenticationValve.java:143)
at org.wso2.carbon.webapp.authenticator.framework.WebappAuthenticationValve.invoke(WebappAuthenticationValve.java:69)
at org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:47)
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:62)
at org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:159)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:962)
at org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:57)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:445)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1115)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1770)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1729)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.wso2.carbon.device.mgt.common.IllegalTransactionStateException: No connection is associated with the current transaction. This might have ideally been caused by not properly initiating the transaction via 'beginTransaction'/'openConnection' methods
at org.wso2.carbon.policy.mgt.core.dao.PolicyManagementDAOFactory.closeConnection(PolicyManagementDAOFactory.java:158)
at org.wso2.carbon.policy.mgt.core.mgt.impl.PolicyManagerImpl.getPolicyAppliedDevicesIds(PolicyManagerImpl.java:824)
at org.wso2.carbon.policy.mgt.core.mgt.impl.PolicyManagerImpl.getPolicies(PolicyManagerImpl.java:655)
at org.wso2.carbon.policy.mgt.core.cache.impl.PolicyCacheManagerImpl.getAllPolicies(PolicyCacheManagerImpl.java:81)
at org.wso2.carbon.policy.mgt.core.impl.PolicyAdministratorPointImpl.getPolicies(PolicyAdministratorPointImpl.java:238)
at org.wso2.carbon.device.mgt.jaxrs.service.impl.PolicyManagementServiceImpl.getPolicies(PolicyManagementServiceImpl.java:152)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:188)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:104)
... 54 more
TID: [-1234] [] [2017-12-19 13:27:04,997] ERROR {org.apache.catalina.core.StandardWrapperValve} - Servlet.service() for servlet [CXFServlet] in context with path [/api/device-mgt/v1.0] threw exception {org.apache.catalina.core.StandardWrapperValve}
java.lang.RuntimeException: org.apache.cxf.interceptor.Fault: No connection is associated with the current transaction. This might have ideally been caused by not properly initiating the transaction via 'beginTransaction'/'openConnection' methods
at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:116)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:336)
at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:249)
at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:248)
at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:222)
at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:153)
at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:171)
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:289)
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:214)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:265)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.wso2.carbon.device.mgt.jaxrs.ApiOriginFilter.doFilter(ApiOriginFilter.java:33)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter.doFilter(ContentTypeBasedCachePreventionFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.filters.HttpHeaderSecurityFilter.doFilter(HttpHeaderSecurityFilter.java:124)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:218)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:615)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:99)
at org.wso2.carbon.tomcat.ext.valves.CarbonTomcatValve$1.invoke(CarbonTomcatValve.java:47)
at org.wso2.carbon.webapp.mgt.TenantLazyLoaderValve.invoke(TenantLazyLoaderValve.java:57)
at org.wso2.carbon.webapp.authenticator.framework.WebappAuthenticationValve.processRequest(WebappAuthenticationValve.java:143)
at org.wso2.carbon.webapp.authenticator.framework.WebappAuthenticationValve.invoke(WebappAuthenticationValve.java:69)
at org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:47)
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:62)
at org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:159)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:962)
at org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:57)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:445)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1115)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1770)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1729)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.cxf.interceptor.Fault: No connection is associated with the current transaction. This might have ideally been caused by not properly initiating the transaction via 'beginTransaction'/'openConnection' methods
at org.apache.cxf.service.invoker.AbstractInvoker.createFault(AbstractInvoker.java:170)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:136)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:204)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:101)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:94)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:272)
... 49 more
Caused by: org.wso2.carbon.device.mgt.common.IllegalTransactionStateException: No connection is associated with the current transaction. This might have ideally been caused by not properly initiating the transaction via 'beginTransaction'/'openConnection' methods
at org.wso2.carbon.policy.mgt.core.dao.PolicyManagementDAOFactory.closeConnection(PolicyManagementDAOFactory.java:158)
at org.wso2.carbon.policy.mgt.core.mgt.impl.PolicyManagerImpl.getPolicyAppliedDevicesIds(PolicyManagerImpl.java:824)
at org.wso2.carbon.policy.mgt.core.mgt.impl.PolicyManagerImpl.getPolicies(PolicyManagerImpl.java:655)
at org.wso2.carbon.policy.mgt.core.cache.impl.PolicyCacheManagerImpl.getAllPolicies(PolicyCacheManagerImpl.java:81)
at org.wso2.carbon.policy.mgt.core.impl.PolicyAdministratorPointImpl.getPolicies(PolicyAdministratorPointImpl.java:238)
at org.wso2.carbon.device.mgt.jaxrs.service.impl.PolicyManagementServiceImpl.getPolicies(PolicyManagementServiceImpl.java:152)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:188)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:104)
... 54 more
**Affected Product Version:**
3.1.0-update9
**OS, DB, other environment details and versions:**
H2, iOS
**Steps to reproduce:**
Create a policy in a fresh pack without enrolling a device | 1.0 | [iOS] Cannot publish policies without enrolling a device - **Description:**
When publishing iOS policies without enrolling a device in a fresh pack, following error occurred.
TID: [-1234] [] [2017-12-19 13:27:04,994] ERROR {org.wso2.carbon.device.mgt.core.service.DeviceManagementProviderServiceImpl} - Received empty device list for getAllDeviceInfo {org.wso2.carbon.device.mgt.core.service.DeviceManagementProviderServiceImpl}
TID: [-1234] [] [2017-12-19 13:27:04,994] ERROR {org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver} - Error occurred during error handling, give up! {org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver}
org.apache.cxf.interceptor.Fault: No connection is associated with the current transaction. This might have ideally been caused by not properly initiating the transaction via 'beginTransaction'/'openConnection' methods
at org.apache.cxf.service.invoker.AbstractInvoker.createFault(AbstractInvoker.java:170)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:136)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:204)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:101)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:94)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:272)
at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:249)
at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:248)
at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:222)
at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:153)
at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:171)
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:289)
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:214)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:265)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.wso2.carbon.device.mgt.jaxrs.ApiOriginFilter.doFilter(ApiOriginFilter.java:33)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter.doFilter(ContentTypeBasedCachePreventionFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.filters.HttpHeaderSecurityFilter.doFilter(HttpHeaderSecurityFilter.java:124)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:218)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:615)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:99)
at org.wso2.carbon.tomcat.ext.valves.CarbonTomcatValve$1.invoke(CarbonTomcatValve.java:47)
at org.wso2.carbon.webapp.mgt.TenantLazyLoaderValve.invoke(TenantLazyLoaderValve.java:57)
at org.wso2.carbon.webapp.authenticator.framework.WebappAuthenticationValve.processRequest(WebappAuthenticationValve.java:143)
at org.wso2.carbon.webapp.authenticator.framework.WebappAuthenticationValve.invoke(WebappAuthenticationValve.java:69)
at org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:47)
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:62)
at org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:159)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:962)
at org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:57)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:445)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1115)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1770)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1729)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.wso2.carbon.device.mgt.common.IllegalTransactionStateException: No connection is associated with the current transaction. This might have ideally been caused by not properly initiating the transaction via 'beginTransaction'/'openConnection' methods
at org.wso2.carbon.policy.mgt.core.dao.PolicyManagementDAOFactory.closeConnection(PolicyManagementDAOFactory.java:158)
at org.wso2.carbon.policy.mgt.core.mgt.impl.PolicyManagerImpl.getPolicyAppliedDevicesIds(PolicyManagerImpl.java:824)
at org.wso2.carbon.policy.mgt.core.mgt.impl.PolicyManagerImpl.getPolicies(PolicyManagerImpl.java:655)
at org.wso2.carbon.policy.mgt.core.cache.impl.PolicyCacheManagerImpl.getAllPolicies(PolicyCacheManagerImpl.java:81)
at org.wso2.carbon.policy.mgt.core.impl.PolicyAdministratorPointImpl.getPolicies(PolicyAdministratorPointImpl.java:238)
at org.wso2.carbon.device.mgt.jaxrs.service.impl.PolicyManagementServiceImpl.getPolicies(PolicyManagementServiceImpl.java:152)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:188)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:104)
... 54 more
TID: [-1234] [] [2017-12-19 13:27:04,997] ERROR {org.apache.catalina.core.StandardWrapperValve} - Servlet.service() for servlet [CXFServlet] in context with path [/api/device-mgt/v1.0] threw exception {org.apache.catalina.core.StandardWrapperValve}
java.lang.RuntimeException: org.apache.cxf.interceptor.Fault: No connection is associated with the current transaction. This might have ideally been caused by not properly initiating the transaction via 'beginTransaction'/'openConnection' methods
at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:116)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:336)
at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:249)
at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:248)
at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:222)
at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:153)
at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:171)
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:289)
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:214)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:265)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.wso2.carbon.device.mgt.jaxrs.ApiOriginFilter.doFilter(ApiOriginFilter.java:33)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter.doFilter(ContentTypeBasedCachePreventionFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.filters.HttpHeaderSecurityFilter.doFilter(HttpHeaderSecurityFilter.java:124)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:218)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:615)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:99)
at org.wso2.carbon.tomcat.ext.valves.CarbonTomcatValve$1.invoke(CarbonTomcatValve.java:47)
at org.wso2.carbon.webapp.mgt.TenantLazyLoaderValve.invoke(TenantLazyLoaderValve.java:57)
at org.wso2.carbon.webapp.authenticator.framework.WebappAuthenticationValve.processRequest(WebappAuthenticationValve.java:143)
at org.wso2.carbon.webapp.authenticator.framework.WebappAuthenticationValve.invoke(WebappAuthenticationValve.java:69)
at org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:47)
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:62)
at org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:159)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:962)
at org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:57)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:445)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1115)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1770)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1729)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.cxf.interceptor.Fault: No connection is associated with the current transaction. This might have ideally been caused by not properly initiating the transaction via 'beginTransaction'/'openConnection' methods
at org.apache.cxf.service.invoker.AbstractInvoker.createFault(AbstractInvoker.java:170)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:136)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:204)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:101)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:94)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:272)
... 49 more
Caused by: org.wso2.carbon.device.mgt.common.IllegalTransactionStateException: No connection is associated with the current transaction. This might have ideally been caused by not properly initiating the transaction via 'beginTransaction'/'openConnection' methods
at org.wso2.carbon.policy.mgt.core.dao.PolicyManagementDAOFactory.closeConnection(PolicyManagementDAOFactory.java:158)
at org.wso2.carbon.policy.mgt.core.mgt.impl.PolicyManagerImpl.getPolicyAppliedDevicesIds(PolicyManagerImpl.java:824)
at org.wso2.carbon.policy.mgt.core.mgt.impl.PolicyManagerImpl.getPolicies(PolicyManagerImpl.java:655)
at org.wso2.carbon.policy.mgt.core.cache.impl.PolicyCacheManagerImpl.getAllPolicies(PolicyCacheManagerImpl.java:81)
at org.wso2.carbon.policy.mgt.core.impl.PolicyAdministratorPointImpl.getPolicies(PolicyAdministratorPointImpl.java:238)
at org.wso2.carbon.device.mgt.jaxrs.service.impl.PolicyManagementServiceImpl.getPolicies(PolicyManagementServiceImpl.java:152)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:188)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:104)
... 54 more
**Affected Product Version:**
3.1.0-update9
**OS, DB, other environment details and versions:**
H2, iOS
**Steps to reproduce:**
Create a policy in a fresh pack without enrolling a device | priority | cannot publish policies without enrolling a device description when publishing ios policies without enrolling a device in a fresh pack following error occurred tid error org carbon device mgt core service devicemanagementproviderserviceimpl received empty device list for getalldeviceinfo org carbon device mgt core service devicemanagementproviderserviceimpl tid error org apache cxf interceptor abstractfaultchaininitiatorobserver error occurred during error handling give up org apache cxf interceptor abstractfaultchaininitiatorobserver org apache cxf interceptor fault no connection is associated with the current transaction this might have ideally been caused by not properly initiating the transaction via begintransaction openconnection methods at org apache cxf service invoker abstractinvoker createfault abstractinvoker java at org apache cxf service invoker abstractinvoker invoke abstractinvoker java at org apache cxf jaxrs jaxrsinvoker invoke jaxrsinvoker java at org apache cxf jaxrs jaxrsinvoker invoke jaxrsinvoker java at org apache cxf interceptor serviceinvokerinterceptor run serviceinvokerinterceptor java at org apache cxf interceptor serviceinvokerinterceptor handlemessage serviceinvokerinterceptor java at org apache cxf phase phaseinterceptorchain dointercept phaseinterceptorchain java at org apache cxf transport chaininitiationobserver onmessage chaininitiationobserver java at org apache cxf transport http abstracthttpdestination invoke abstracthttpdestination java at org apache cxf transport servlet servletcontroller invokedestination servletcontroller java at org apache cxf transport servlet servletcontroller invoke servletcontroller java at org apache cxf transport servlet servletcontroller invoke servletcontroller java at org apache cxf transport servlet cxfnonspringservlet invoke cxfnonspringservlet java at org apache cxf transport servlet abstracthttpservlet handlerequest abstracthttpservlet java at org apache cxf transport servlet abstracthttpservlet doget abstracthttpservlet java at javax servlet http httpservlet service httpservlet java at org apache cxf transport servlet abstracthttpservlet service abstracthttpservlet java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache tomcat websocket server wsfilter dofilter wsfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org carbon device mgt jaxrs apioriginfilter dofilter apioriginfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org carbon ui filters cache contenttypebasedcachepreventionfilter dofilter contenttypebasedcachepreventionfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina filters httpheadersecurityfilter dofilter httpheadersecurityfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina core standardwrappervalve invoke standardwrappervalve java at org apache catalina core standardcontextvalve invoke standardcontextvalve java at org apache catalina authenticator authenticatorbase invoke authenticatorbase java at org apache catalina core standardhostvalve invoke standardhostvalve java at org apache catalina valves errorreportvalve invoke errorreportvalve java at org carbon tomcat ext valves compositevalve continueinvocation compositevalve java at org carbon tomcat ext valves carbontomcatvalve invoke carbontomcatvalve java at org carbon webapp mgt tenantlazyloadervalve invoke tenantlazyloadervalve java at org carbon webapp authenticator framework webappauthenticationvalve processrequest webappauthenticationvalve java at org carbon webapp authenticator framework webappauthenticationvalve invoke webappauthenticationvalve java at org carbon tomcat ext valves tomcatvalvecontainer invokevalves tomcatvalvecontainer java at org carbon tomcat ext valves compositevalve invoke compositevalve java at org carbon tomcat ext valves carbonstuckthreaddetectionvalve invoke carbonstuckthreaddetectionvalve java at org apache catalina valves accesslogvalve invoke accesslogvalve java at org carbon tomcat ext valves carboncontextcreatorvalve invoke carboncontextcreatorvalve java at org apache catalina core standardenginevalve invoke standardenginevalve java at org apache catalina connector coyoteadapter service coyoteadapter java at org apache coyote process java at org apache coyote abstractprotocol abstractconnectionhandler process abstractprotocol java at org apache tomcat util net nioendpoint socketprocessor dorun nioendpoint java at org apache tomcat util net nioendpoint socketprocessor run nioendpoint java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at org apache tomcat util threads taskthread wrappingrunnable run taskthread java at java lang thread run thread java caused by org carbon device mgt common illegaltransactionstateexception no connection is associated with the current transaction this might have ideally been caused by not properly initiating the transaction via begintransaction openconnection methods at org carbon policy mgt core dao policymanagementdaofactory closeconnection policymanagementdaofactory java at org carbon policy mgt core mgt impl policymanagerimpl getpolicyapplieddevicesids policymanagerimpl java at org carbon policy mgt core mgt impl policymanagerimpl getpolicies policymanagerimpl java at org carbon policy mgt core cache impl policycachemanagerimpl getallpolicies policycachemanagerimpl java at org carbon policy mgt core impl policyadministratorpointimpl getpolicies policyadministratorpointimpl java at org carbon device mgt jaxrs service impl policymanagementserviceimpl getpolicies policymanagementserviceimpl java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org apache cxf service invoker abstractinvoker performinvocation abstractinvoker java at org apache cxf service invoker abstractinvoker invoke abstractinvoker java more tid error org apache catalina core standardwrappervalve servlet service for servlet in context with path threw exception org apache catalina core standardwrappervalve java lang runtimeexception org apache cxf interceptor fault no connection is associated with the current transaction this might have ideally been caused by not properly initiating the transaction via begintransaction openconnection methods at org apache cxf interceptor abstractfaultchaininitiatorobserver onmessage abstractfaultchaininitiatorobserver java at org apache cxf phase phaseinterceptorchain dointercept phaseinterceptorchain java at org apache cxf transport chaininitiationobserver onmessage chaininitiationobserver java at org apache cxf transport http abstracthttpdestination invoke abstracthttpdestination java at org apache cxf transport servlet servletcontroller invokedestination servletcontroller java at org apache cxf transport servlet servletcontroller invoke servletcontroller java at org apache cxf transport servlet servletcontroller invoke servletcontroller java at org apache cxf transport servlet cxfnonspringservlet invoke cxfnonspringservlet java at org apache cxf transport servlet abstracthttpservlet handlerequest abstracthttpservlet java at org apache cxf transport servlet abstracthttpservlet doget abstracthttpservlet java at javax servlet http httpservlet service httpservlet java at org apache cxf transport servlet abstracthttpservlet service abstracthttpservlet java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache tomcat websocket server wsfilter dofilter wsfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org carbon device mgt jaxrs apioriginfilter dofilter apioriginfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org carbon ui filters cache contenttypebasedcachepreventionfilter dofilter contenttypebasedcachepreventionfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina filters httpheadersecurityfilter dofilter httpheadersecurityfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina core standardwrappervalve invoke standardwrappervalve java at org apache catalina core standardcontextvalve invoke standardcontextvalve java at org apache catalina authenticator authenticatorbase invoke authenticatorbase java at org apache catalina core standardhostvalve invoke standardhostvalve java at org apache catalina valves errorreportvalve invoke errorreportvalve java at org carbon tomcat ext valves compositevalve continueinvocation compositevalve java at org carbon tomcat ext valves carbontomcatvalve invoke carbontomcatvalve java at org carbon webapp mgt tenantlazyloadervalve invoke tenantlazyloadervalve java at org carbon webapp authenticator framework webappauthenticationvalve processrequest webappauthenticationvalve java at org carbon webapp authenticator framework webappauthenticationvalve invoke webappauthenticationvalve java at org carbon tomcat ext valves tomcatvalvecontainer invokevalves tomcatvalvecontainer java at org carbon tomcat ext valves compositevalve invoke compositevalve java at org carbon tomcat ext valves carbonstuckthreaddetectionvalve invoke carbonstuckthreaddetectionvalve java at org apache catalina valves accesslogvalve invoke accesslogvalve java at org carbon tomcat ext valves carboncontextcreatorvalve invoke carboncontextcreatorvalve java at org apache catalina core standardenginevalve invoke standardenginevalve java at org apache catalina connector coyoteadapter service coyoteadapter java at org apache coyote process java at org apache coyote abstractprotocol abstractconnectionhandler process abstractprotocol java at org apache tomcat util net nioendpoint socketprocessor dorun nioendpoint java at org apache tomcat util net nioendpoint socketprocessor run nioendpoint java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at org apache tomcat util threads taskthread wrappingrunnable run taskthread java at java lang thread run thread java caused by org apache cxf interceptor fault no connection is associated with the current transaction this might have ideally been caused by not properly initiating the transaction via begintransaction openconnection methods at org apache cxf service invoker abstractinvoker createfault abstractinvoker java at org apache cxf service invoker abstractinvoker invoke abstractinvoker java at org apache cxf jaxrs jaxrsinvoker invoke jaxrsinvoker java at org apache cxf jaxrs jaxrsinvoker invoke jaxrsinvoker java at org apache cxf interceptor serviceinvokerinterceptor run serviceinvokerinterceptor java at org apache cxf interceptor serviceinvokerinterceptor handlemessage serviceinvokerinterceptor java at org apache cxf phase phaseinterceptorchain dointercept phaseinterceptorchain java more caused by org carbon device mgt common illegaltransactionstateexception no connection is associated with the current transaction this might have ideally been caused by not properly initiating the transaction via begintransaction openconnection methods at org carbon policy mgt core dao policymanagementdaofactory closeconnection policymanagementdaofactory java at org carbon policy mgt core mgt impl policymanagerimpl getpolicyapplieddevicesids policymanagerimpl java at org carbon policy mgt core mgt impl policymanagerimpl getpolicies policymanagerimpl java at org carbon policy mgt core cache impl policycachemanagerimpl getallpolicies policycachemanagerimpl java at org carbon policy mgt core impl policyadministratorpointimpl getpolicies policyadministratorpointimpl java at org carbon device mgt jaxrs service impl policymanagementserviceimpl getpolicies policymanagementserviceimpl java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org apache cxf service invoker abstractinvoker performinvocation abstractinvoker java at org apache cxf service invoker abstractinvoker invoke abstractinvoker java more affected product version os db other environment details and versions ios steps to reproduce create a policy in a fresh pack without enrolling a device | 1 |
297,667 | 9,180,244,402 | IssuesEvent | 2019-03-05 06:48:51 | BoiseState/CS471-S19-ProjectWarmup | https://api.github.com/repos/BoiseState/CS471-S19-ProjectWarmup | closed | Remove High Priority Bug - yyhg | bug priority-high | References #1
**Steps to Reproduce:**
1. Open in an IDE the file `src/main/java/com/mucommander/job/impl/SendMailJob.java`
2. Go to line `67`
**Actual Results:**
Syntax errors are highlighted in the IDE
**Expected Results:**
No syntax errors should be displayed
**Other notes:**
The bug is spread in two other locations:
* `src/main/java/com/mucommander/job/ui/UserInputHelper.java` at line `18`
* `src/main/java/com/mucommander/job/ui/DialogResult.java` at line `18` | 1.0 | Remove High Priority Bug - yyhg - References #1
**Steps to Reproduce:**
1. Open in an IDE the file `src/main/java/com/mucommander/job/impl/SendMailJob.java`
2. Go to line `67`
**Actual Results:**
Syntax errors are highlighted in the IDE
**Expected Results:**
No syntax errors should be displayed
**Other notes:**
The bug is spread in two other locations:
* `src/main/java/com/mucommander/job/ui/UserInputHelper.java` at line `18`
* `src/main/java/com/mucommander/job/ui/DialogResult.java` at line `18` | priority | remove high priority bug yyhg references steps to reproduce open in an ide the file src main java com mucommander job impl sendmailjob java go to line actual results syntax errors are highlighted in the ide expected results no syntax errors should be displayed other notes the bug is spread in two other locations src main java com mucommander job ui userinputhelper java at line src main java com mucommander job ui dialogresult java at line | 1 |
793,189 | 27,985,618,313 | IssuesEvent | 2023-03-26 17:03:47 | ladybirdweb/faveo-helpdesk | https://api.github.com/repos/ladybirdweb/faveo-helpdesk | closed | Faveo-Helpdesk Community Edition - CLI install fails (GUI install is fine) | Bug High Priority | - Faveo Version : 2.0.0
- PHP version : 8.1.16 (installed from deb.sury.org)
- Database Driver & Version : MariaDB 10.5.18 (from Debian repos)
- Server specification : Debian Linux - 11/Bullseye
#### Description:
When trying to install via [CLI](https://docs.faveohelpdesk.com/docs/installation/installer/cli/) the initial install command:
```
php artisan install:faveo
```
Works fine:
```
______ _ _ _ _ _
| ____| | | | | | | | | | |
| |__ __ ___ _____ ___ | |__| | ___| |_ __ __| | ___ ___| | __
| __/ _` \ \ / / _ \/ _ \ | __ |/ _ \ | '_ \ / _` |/ _ \/ __| |/ /
| | | (_| |\ V / __/ (_) | | | | | __/ | |_) | (_| | __/\__ \ <
|_| \__,_| \_/ \___|\___/ |_| |_|\___|_| .__/ \__,_|\___||___/_|\_\
| |
|_|
+-----------+----------------------+
| Extension | Status |
+-----------+----------------------+
| curl | Loading |
| ctype | Loading |
| imap | Loading |
| mbstring | Loading |
| openssl | Loading |
| tokenizer | Loading |
| zip | Loading |
| pdo | Loading |
| mysqli | Loading |
| bcmath | Loading |
| iconv | Loading |
| XML | Loading |
| json | Loading |
| fileinfo | Loading |
| PHP | PHP version supports |
+-----------+----------------------+
Do you want to intall faveo? (yes/no) [no]:
> yes
Which sql engine would you like to use?:
[0] mysql
> 0
Enter your sql host:
> localhost
Enter your database name:
> faveo
Enter your database username:
> faveo
Enter your database password (blank if not entered) []:
> e30834b98de74598c1d5ad3d2282aeaf
Enter your sql port (blank if not entered) []:
> 3306
.env file has created
Preinstall has checked successfully
***********************************************
* please run 'php artisan install:db' *
***********************************************
```
However the next command (step 4 in the docs):
```
php artisan install:db
```
fails:
```
Do you want to migrate tables now? (yes/no) [no]:
>
(faveo chroot)root@tkldev6 /# turnkey-artisan install:db
Do you want to migrate tables now? (yes/no) [no]:
> yes
Would you like to install dummy data in database to test before going live? (yes/no) [no]:
> no
INFO Application key set successfully.
INFO Preparing database.
Creating migration table ............................................................................................................... 42ms DONE
INFO Running migrations.
2016_02_16_140450_create_banlist_table ................................................................................................. 31ms DONE
2016_02_16_140450_create_canned_response_table ......................................................................................... 64ms DONE
2016_02_16_140450_create_custom_form_fields_table ...................................................................................... 32ms DONE
2016_02_16_140450_create_custom_forms_table ............................................................................................ 30ms DONE
2016_02_16_140450_create_date_format_table ............................................................................................. 32ms DONE
2016_02_16_140450_create_date_time_format_table ........................................................................................ 32ms DONE
2016_02_16_140450_create_department_table ............................................................................................. 102ms DONE
2016_02_16_140450_create_emails_table ................................................................................................. 173ms DONE
2016_02_16_140450_create_group_assign_department_table ................................................................................ 102ms DONE
2016_02_16_140450_create_groups_table .................................................................................................. 43ms DONE
2016_02_16_140450_create_help_topic_table ............................................................................................. 231ms DONE
2016_02_16_140450_create_kb_article_relationship_table ................................................................................. 93ms DONE
2016_02_16_140450_create_kb_article_table .............................................................................................. 30ms DONE
2016_02_16_140450_create_kb_category_table ............................................................................................. 31ms DONE
2016_02_16_140450_create_kb_comment_table .............................................................................................. 65ms DONE
2016_02_16_140450_create_kb_pages_table ................................................................................................ 32ms DONE
2016_02_16_140450_create_kb_settings_table ............................................................................................. 32ms DONE
2016_02_16_140450_create_languages_table ............................................................................................... 33ms DONE
2016_02_16_140450_create_log_notification_table ........................................................................................ 32ms DONE
2016_02_16_140450_create_mailbox_protocol_table ........................................................................................ 31ms DONE
2016_02_16_140450_create_organization_table ............................................................................................ 64ms DONE
2016_02_16_140450_create_password_resets_table ........................................................................................ 106ms DONE
2016_02_16_140450_create_plugins_table ................................................................................................. 30ms DONE
2016_02_16_140450_create_settings_alert_notice_table ................................................................................... 43ms DONE
2016_02_16_140450_create_settings_auto_response_table .................................................................................. 33ms DONE
2016_02_16_140450_create_settings_company_table ........................................................................................ 32ms DONE
2016_02_16_140450_create_settings_email_table .......................................................................................... 32ms DONE
2016_02_16_140450_create_settings_ratings_table ........................................................................................ 66ms DONE
2016_02_16_140450_create_settings_system_table ........................................................................................ 166ms DONE
2016_02_16_140450_create_settings_ticket_table ......................................................................................... 35ms DONE
2016_02_16_140450_create_sla_plan_table ................................................................................................ 32ms DONE
2016_02_16_140450_create_team_assign_agent_table ....................................................................................... 96ms DONE
2016_02_16_140450_create_teams_table ................................................................................................... 65ms DONE
2016_02_16_140450_create_template_table ................................................................................................ 31ms DONE
2016_02_16_140450_create_ticket_attachment_table ....................................................................................... 96ms DONE
2016_02_16_140450_create_ticket_collaborator_table .................................................................................... 108ms DONE
2016_02_16_140450_create_ticket_form_data_table ........................................................................................ 65ms DONE
2016_02_16_140450_create_ticket_priority_table ......................................................................................... 33ms DONE
2016_02_16_140450_create_ticket_source_table ........................................................................................... 30ms DONE
2016_02_16_140450_create_ticket_status_table ........................................................................................... 31ms DONE
2016_02_16_140450_create_ticket_thread_table .......................................................................................... 193ms DONE
2016_02_16_140450_create_tickets_table ................................................................................................ 440ms DONE
2016_02_16_140450_create_time_format_table ............................................................................................. 59ms DONE
2016_02_16_140450_create_timezone_table ................................................................................................ 52ms DONE
2016_02_16_140450_create_user_assign_organization_table ............................................................................... 165ms DONE
2016_02_16_140450_create_users_table .................................................................................................. 267ms DONE
2016_02_16_140450_create_version_check_table ........................................................................................... 52ms DONE
2016_02_16_140450_create_widgets_table ................................................................................................. 49ms DONE
2016_02_16_140454_add_foreign_keys_to_canned_response_table ........................................................................... 140ms DONE
2016_02_16_140454_add_foreign_keys_to_department_table ................................................................................ 318ms DONE
2016_02_16_140454_add_foreign_keys_to_emails_table .................................................................................... 624ms DONE
2016_02_16_140454_add_foreign_keys_to_group_assign_department_table ................................................................... 309ms DONE
2016_02_16_140454_add_foreign_keys_to_help_topic_table .............................................................................. 1,174ms DONE
2016_02_16_140454_add_foreign_keys_to_kb_article_relationship_table ................................................................... 317ms DONE
2016_02_16_140454_add_foreign_keys_to_kb_comment_table ................................................................................ 146ms DONE
2016_02_16_140454_add_foreign_keys_to_organization_table .............................................................................. 445ms DONE
2016_02_16_140454_add_foreign_keys_to_settings_system_table ......................................................................... 1,073ms DONE
2016_02_16_140454_add_foreign_keys_to_team_assign_agent_table ......................................................................... 222ms DONE
2016_02_16_140454_add_foreign_keys_to_teams_table ...................................................................................... 97ms DONE
2016_02_16_140454_add_foreign_keys_to_ticket_attachment_table .......................................................................... 92ms DONE
2016_02_16_140454_add_foreign_keys_to_ticket_collaborator_table ....................................................................... 204ms DONE
2016_02_16_140454_add_foreign_keys_to_ticket_form_data_table ........................................................................... 96ms DONE
2016_02_16_140454_add_foreign_keys_to_ticket_thread_table ............................................................................. 346ms DONE
2016_02_16_140454_add_foreign_keys_to_tickets_table ................................................................................. 1,455ms DONE
2016_02_16_140454_add_foreign_keys_to_user_assign_organization_table .................................................................. 210ms DONE
2016_02_16_140454_add_foreign_keys_to_users_table ..................................................................................... 250ms DONE
2016_03_31_061239_create_notifications_table ........................................................................................... 30ms DONE
2016_03_31_061534_create_notification_types_table ...................................................................................... 43ms DONE
2016_03_31_061740_create_user_notification_table ....................................................................................... 48ms DONE
2016_04_18_115852_create_workflow_name_table ........................................................................................... 31ms DONE
2016_04_18_115900_create_workflow_rule_table .......................................................................................... 123ms DONE
2016_04_18_115908_create_workflow_action_table ........................................................................................ 122ms DONE
2016_05_10_102423_create_country_code_table ............................................................................................ 30ms DONE
2016_05_10_102604_create_bar_notifications_table ....................................................................................... 31ms DONE
2016_05_11_105244_create_api_settings_table ............................................................................................ 31ms DONE
2016_05_19_055008_create_workflow_close_table .......................................................................................... 44ms DONE
2016_06_02_072210_create_common_settings_table ......................................................................................... 31ms DONE
2016_06_02_074913_create_login_attempts_table .......................................................................................... 31ms DONE
2016_06_02_080005_create_ratings_table ................................................................................................. 31ms DONE
2016_06_02_081020_create_rating_ref_table .............................................................................................. 29ms DONE
2016_06_02_090225_create_settings_security_table ....................................................................................... 31ms DONE
2016_06_02_090628_create_templates_table ............................................................................................... 31ms DONE
2016_06_02_094409_create_template_sets_table ........................................................................................... 30ms DONE
2016_06_02_094420_create_template_types_table .......................................................................................... 30ms DONE
2016_06_02_095357_create_ticket_token_table ............................................................................................ 32ms DONE
2016_06_28_141613_version1079table ..................................................................................................... 13ms DONE
2016_07_02_051247_create_jobs_table .................................................................................................... 72ms DONE
2016_07_02_051439_create_failed_jobs_table ............................................................................................. 31ms DONE
2016_07_19_071910_create_field_values_table ........................................................................................... 129ms DONE
2016_07_26_084458_create_faveo_mails_table ............................................................................................. 31ms DONE
2016_07_26_090201_create_faveo_queues_table ............................................................................................ 35ms DONE
2016_07_26_094753_create_mail_services_table ........................................................................................... 31ms DONE
2016_07_26_095020_create_queue_services_table .......................................................................................... 31ms DONE
2016_07_29_113012_create_conditions_table .............................................................................................. 31ms DONE
2016_08_08_095744_create_social_media_table ............................................................................................ 30ms DONE
2016_08_12_104410_create_user_additional_infos_table ................................................................................... 30ms DONE
2016_08_16_104539_alter_ticket_source_table ............................................................................................ 18ms DONE
2018_08_08_094653_alter_users_table_add_user_language_column ........................................................................... 18ms DONE
2018_08_13_075015_alter_emails_table_make_username_column_nullable .................................................................... 125ms DONE
2023_01_07_000000_add_uuid_to_failed_jobs_table ........................................................................................ 63ms DONE
Migrated successfully
INFO Seeding database.
Target class [DatabaseSeeder] does not exist.
```
If I try to browse to Faveo (i.e. in a web browser) it just displays a blank white page and there is an error logged (to the Apache log file - `/var/log/apache2/error.log`):
```
[Wed Mar 15 19:11:16.982440 2023] [php:error] [pid 3204608] [client 192.168.1.56:43864] PHP Fatal error: Uncaught ErrorException: Attempt to read property "url" on null in /var/www/faveo-helpdesk/storage/framework/views/65efd5d0e8e71f0ec31906e0b29cd7666da86c74.php:100\nStack trace:\n#0 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(266): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()\n#1 /var/www/faveo-helpdesk/storage/framework/views/65efd5d0e8e71f0ec31906e0b29cd7666da86c74.php(100): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->Illuminate\\Foundation\\Bootstrap\\{closure}()\n#2 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(109): require('...')\n#3 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(110): Illuminate\\Filesystem\\Filesystem::Illuminate\\Filesystem\\{closure}()\n#4 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(58): Illuminate\\Filesystem\\Filesystem->getRequire()\n#5 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(70): Illuminate\\View\\Engines\\PhpEngine->evaluatePath()\n#6 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(195): Illuminate\\View\\Engines\\CompilerEngine->get()\n#7 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(178): Illuminate\\View\\View->getContents()\n#8 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(147): Illuminate\\View\\View->renderContents()\n#9 /var/www/faveo-helpdesk/storage/framework/views/e7238cc62c1e7c72907e0af629ce03310a4d870b.php(19): Illuminate\\View\\View->render()\n#10 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(109): require('...')\n#11 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(110): Illuminate\\Filesystem\\Filesystem::Illuminate\\Filesystem\\{closure}()\n#12 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(58): Illuminate\\Filesystem\\Filesystem->getRequire()\n#13 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(70): Illuminate\\View\\Engines\\PhpEngine->evaluatePath()\n#14 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(195): Illuminate\\View\\Engines\\CompilerEngine->get()\n#15 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(178): Illuminate\\View\\View->getContents()\n#16 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(147): Illuminate\\View\\View->renderContents()\n#17 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Http/Response.php(69): Illuminate\\View\\View->render()\n#18 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Http/Response.php(35): Illuminate\\Http\\Response->setContent()\n#19 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(57): Illuminate\\Http\\Response->__construct()\n#20 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(87): Illuminate\\Routing\\ResponseFactory->make()\n#21 /var/www/faveo-helpdesk/app/Exceptions/Handler.php(118): Illuminate\\Routing\\ResponseFactory->view()\n#22 /var/www/faveo-helpdesk/app/Exceptions/Handler.php(213): App\\Exceptions\\Handler->render500()\n#23 /var/www/faveo-helpdesk/app/Exceptions/Handler.php(88): App\\Exceptions\\Handler->common()\n#24 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(229): App\\Exceptions\\Handler->render()\n#25 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(206): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->renderHttpResponse()\n#26 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(242): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleException()\n#27 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(266): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleShutdown()\n#28 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->Illuminate\\Foundation\\Bootstrap\\{closure}()\n#29 {main}\n\nNext Illuminate\\View\\ViewException: Attempt to read property "url" on null (View: /var/www/faveo-helpdesk/resources/views/themes/default1/client/layout/client.blade.php) in /var/www/faveo-helpdesk/storage/framework/views/65efd5d0e8e71f0ec31906e0b29cd7666da86c74.php:100\nStack trace:\n#0 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(60): Illuminate\\View\\Engines\\CompilerEngine->handleViewException()\n#1 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(70): Illuminate\\View\\Engines\\PhpEngine->evaluatePath()\n#2 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(195): Illuminate\\View\\Engines\\CompilerEngine->get()\n#3 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(178): Illuminate\\View\\View->getContents()\n#4 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(147): Illuminate\\View\\View->renderContents()\n#5 /var/www/faveo-helpdesk/storage/framework/views/e7238cc62c1e7c72907e0af629ce03310a4d870b.php(19): Illuminate\\View\\View->render()\n#6 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(109): require('...')\n#7 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(110): Illuminate\\Filesystem\\Filesystem::Illuminate\\Filesystem\\{closure}()\n#8 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(58): Illuminate\\Filesystem\\Filesystem->getRequire()\n#9 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(70): Illuminate\\View\\Engines\\PhpEngine->evaluatePath()\n#10 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(195): Illuminate\\View\\Engines\\CompilerEngine->get()\n#11 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(178): Illuminate\\View\\View->getContents()\n#12 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(147): Illuminate\\View\\View->renderContents()\n#13 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Http/Response.php(69): Illuminate\\View\\View->render()\n#14 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Http/Response.php(35): Illuminate\\Http\\Response->setContent()\n#15 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(57): Illuminate\\Http\\Response->__construct()\n#16 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(87): Illuminate\\Routing\\ResponseFactory->make()\n#17 /var/www/faveo-helpdesk/app/Exceptions/Handler.php(118): Illuminate\\Routing\\ResponseFactory->view()\n#18 /var/www/faveo-helpdesk/app/Exceptions/Handler.php(213): App\\Exceptions\\Handler->render500()\n#19 /var/www/faveo-helpdesk/app/Exceptions/Handler.php(88): App\\Exceptions\\Handler->common()\n#20 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(229): App\\Exceptions\\Handler->render()\n#21 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(206): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->renderHttpResponse()\n#22 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(242): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleException()\n#23 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(266): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleShutdown()\
```
If I start again from the start and re-run the steps via the GUI (in a web browser) it appears to work fine!?
#### Steps To Reproduce:
As noted above.
#### Downloaded from
- [x] release-tag
| 1.0 | Faveo-Helpdesk Community Edition - CLI install fails (GUI install is fine) - - Faveo Version : 2.0.0
- PHP version : 8.1.16 (installed from deb.sury.org)
- Database Driver & Version : MariaDB 10.5.18 (from Debian repos)
- Server specification : Debian Linux - 11/Bullseye
#### Description:
When trying to install via [CLI](https://docs.faveohelpdesk.com/docs/installation/installer/cli/) the initial install command:
```
php artisan install:faveo
```
Works fine:
```
______ _ _ _ _ _
| ____| | | | | | | | | | |
| |__ __ ___ _____ ___ | |__| | ___| |_ __ __| | ___ ___| | __
| __/ _` \ \ / / _ \/ _ \ | __ |/ _ \ | '_ \ / _` |/ _ \/ __| |/ /
| | | (_| |\ V / __/ (_) | | | | | __/ | |_) | (_| | __/\__ \ <
|_| \__,_| \_/ \___|\___/ |_| |_|\___|_| .__/ \__,_|\___||___/_|\_\
| |
|_|
+-----------+----------------------+
| Extension | Status |
+-----------+----------------------+
| curl | Loading |
| ctype | Loading |
| imap | Loading |
| mbstring | Loading |
| openssl | Loading |
| tokenizer | Loading |
| zip | Loading |
| pdo | Loading |
| mysqli | Loading |
| bcmath | Loading |
| iconv | Loading |
| XML | Loading |
| json | Loading |
| fileinfo | Loading |
| PHP | PHP version supports |
+-----------+----------------------+
Do you want to intall faveo? (yes/no) [no]:
> yes
Which sql engine would you like to use?:
[0] mysql
> 0
Enter your sql host:
> localhost
Enter your database name:
> faveo
Enter your database username:
> faveo
Enter your database password (blank if not entered) []:
> e30834b98de74598c1d5ad3d2282aeaf
Enter your sql port (blank if not entered) []:
> 3306
.env file has created
Preinstall has checked successfully
***********************************************
* please run 'php artisan install:db' *
***********************************************
```
However the next command (step 4 in the docs):
```
php artisan install:db
```
fails:
```
Do you want to migrate tables now? (yes/no) [no]:
>
(faveo chroot)root@tkldev6 /# turnkey-artisan install:db
Do you want to migrate tables now? (yes/no) [no]:
> yes
Would you like to install dummy data in database to test before going live? (yes/no) [no]:
> no
INFO Application key set successfully.
INFO Preparing database.
Creating migration table ............................................................................................................... 42ms DONE
INFO Running migrations.
2016_02_16_140450_create_banlist_table ................................................................................................. 31ms DONE
2016_02_16_140450_create_canned_response_table ......................................................................................... 64ms DONE
2016_02_16_140450_create_custom_form_fields_table ...................................................................................... 32ms DONE
2016_02_16_140450_create_custom_forms_table ............................................................................................ 30ms DONE
2016_02_16_140450_create_date_format_table ............................................................................................. 32ms DONE
2016_02_16_140450_create_date_time_format_table ........................................................................................ 32ms DONE
2016_02_16_140450_create_department_table ............................................................................................. 102ms DONE
2016_02_16_140450_create_emails_table ................................................................................................. 173ms DONE
2016_02_16_140450_create_group_assign_department_table ................................................................................ 102ms DONE
2016_02_16_140450_create_groups_table .................................................................................................. 43ms DONE
2016_02_16_140450_create_help_topic_table ............................................................................................. 231ms DONE
2016_02_16_140450_create_kb_article_relationship_table ................................................................................. 93ms DONE
2016_02_16_140450_create_kb_article_table .............................................................................................. 30ms DONE
2016_02_16_140450_create_kb_category_table ............................................................................................. 31ms DONE
2016_02_16_140450_create_kb_comment_table .............................................................................................. 65ms DONE
2016_02_16_140450_create_kb_pages_table ................................................................................................ 32ms DONE
2016_02_16_140450_create_kb_settings_table ............................................................................................. 32ms DONE
2016_02_16_140450_create_languages_table ............................................................................................... 33ms DONE
2016_02_16_140450_create_log_notification_table ........................................................................................ 32ms DONE
2016_02_16_140450_create_mailbox_protocol_table ........................................................................................ 31ms DONE
2016_02_16_140450_create_organization_table ............................................................................................ 64ms DONE
2016_02_16_140450_create_password_resets_table ........................................................................................ 106ms DONE
2016_02_16_140450_create_plugins_table ................................................................................................. 30ms DONE
2016_02_16_140450_create_settings_alert_notice_table ................................................................................... 43ms DONE
2016_02_16_140450_create_settings_auto_response_table .................................................................................. 33ms DONE
2016_02_16_140450_create_settings_company_table ........................................................................................ 32ms DONE
2016_02_16_140450_create_settings_email_table .......................................................................................... 32ms DONE
2016_02_16_140450_create_settings_ratings_table ........................................................................................ 66ms DONE
2016_02_16_140450_create_settings_system_table ........................................................................................ 166ms DONE
2016_02_16_140450_create_settings_ticket_table ......................................................................................... 35ms DONE
2016_02_16_140450_create_sla_plan_table ................................................................................................ 32ms DONE
2016_02_16_140450_create_team_assign_agent_table ....................................................................................... 96ms DONE
2016_02_16_140450_create_teams_table ................................................................................................... 65ms DONE
2016_02_16_140450_create_template_table ................................................................................................ 31ms DONE
2016_02_16_140450_create_ticket_attachment_table ....................................................................................... 96ms DONE
2016_02_16_140450_create_ticket_collaborator_table .................................................................................... 108ms DONE
2016_02_16_140450_create_ticket_form_data_table ........................................................................................ 65ms DONE
2016_02_16_140450_create_ticket_priority_table ......................................................................................... 33ms DONE
2016_02_16_140450_create_ticket_source_table ........................................................................................... 30ms DONE
2016_02_16_140450_create_ticket_status_table ........................................................................................... 31ms DONE
2016_02_16_140450_create_ticket_thread_table .......................................................................................... 193ms DONE
2016_02_16_140450_create_tickets_table ................................................................................................ 440ms DONE
2016_02_16_140450_create_time_format_table ............................................................................................. 59ms DONE
2016_02_16_140450_create_timezone_table ................................................................................................ 52ms DONE
2016_02_16_140450_create_user_assign_organization_table ............................................................................... 165ms DONE
2016_02_16_140450_create_users_table .................................................................................................. 267ms DONE
2016_02_16_140450_create_version_check_table ........................................................................................... 52ms DONE
2016_02_16_140450_create_widgets_table ................................................................................................. 49ms DONE
2016_02_16_140454_add_foreign_keys_to_canned_response_table ........................................................................... 140ms DONE
2016_02_16_140454_add_foreign_keys_to_department_table ................................................................................ 318ms DONE
2016_02_16_140454_add_foreign_keys_to_emails_table .................................................................................... 624ms DONE
2016_02_16_140454_add_foreign_keys_to_group_assign_department_table ................................................................... 309ms DONE
2016_02_16_140454_add_foreign_keys_to_help_topic_table .............................................................................. 1,174ms DONE
2016_02_16_140454_add_foreign_keys_to_kb_article_relationship_table ................................................................... 317ms DONE
2016_02_16_140454_add_foreign_keys_to_kb_comment_table ................................................................................ 146ms DONE
2016_02_16_140454_add_foreign_keys_to_organization_table .............................................................................. 445ms DONE
2016_02_16_140454_add_foreign_keys_to_settings_system_table ......................................................................... 1,073ms DONE
2016_02_16_140454_add_foreign_keys_to_team_assign_agent_table ......................................................................... 222ms DONE
2016_02_16_140454_add_foreign_keys_to_teams_table ...................................................................................... 97ms DONE
2016_02_16_140454_add_foreign_keys_to_ticket_attachment_table .......................................................................... 92ms DONE
2016_02_16_140454_add_foreign_keys_to_ticket_collaborator_table ....................................................................... 204ms DONE
2016_02_16_140454_add_foreign_keys_to_ticket_form_data_table ........................................................................... 96ms DONE
2016_02_16_140454_add_foreign_keys_to_ticket_thread_table ............................................................................. 346ms DONE
2016_02_16_140454_add_foreign_keys_to_tickets_table ................................................................................. 1,455ms DONE
2016_02_16_140454_add_foreign_keys_to_user_assign_organization_table .................................................................. 210ms DONE
2016_02_16_140454_add_foreign_keys_to_users_table ..................................................................................... 250ms DONE
2016_03_31_061239_create_notifications_table ........................................................................................... 30ms DONE
2016_03_31_061534_create_notification_types_table ...................................................................................... 43ms DONE
2016_03_31_061740_create_user_notification_table ....................................................................................... 48ms DONE
2016_04_18_115852_create_workflow_name_table ........................................................................................... 31ms DONE
2016_04_18_115900_create_workflow_rule_table .......................................................................................... 123ms DONE
2016_04_18_115908_create_workflow_action_table ........................................................................................ 122ms DONE
2016_05_10_102423_create_country_code_table ............................................................................................ 30ms DONE
2016_05_10_102604_create_bar_notifications_table ....................................................................................... 31ms DONE
2016_05_11_105244_create_api_settings_table ............................................................................................ 31ms DONE
2016_05_19_055008_create_workflow_close_table .......................................................................................... 44ms DONE
2016_06_02_072210_create_common_settings_table ......................................................................................... 31ms DONE
2016_06_02_074913_create_login_attempts_table .......................................................................................... 31ms DONE
2016_06_02_080005_create_ratings_table ................................................................................................. 31ms DONE
2016_06_02_081020_create_rating_ref_table .............................................................................................. 29ms DONE
2016_06_02_090225_create_settings_security_table ....................................................................................... 31ms DONE
2016_06_02_090628_create_templates_table ............................................................................................... 31ms DONE
2016_06_02_094409_create_template_sets_table ........................................................................................... 30ms DONE
2016_06_02_094420_create_template_types_table .......................................................................................... 30ms DONE
2016_06_02_095357_create_ticket_token_table ............................................................................................ 32ms DONE
2016_06_28_141613_version1079table ..................................................................................................... 13ms DONE
2016_07_02_051247_create_jobs_table .................................................................................................... 72ms DONE
2016_07_02_051439_create_failed_jobs_table ............................................................................................. 31ms DONE
2016_07_19_071910_create_field_values_table ........................................................................................... 129ms DONE
2016_07_26_084458_create_faveo_mails_table ............................................................................................. 31ms DONE
2016_07_26_090201_create_faveo_queues_table ............................................................................................ 35ms DONE
2016_07_26_094753_create_mail_services_table ........................................................................................... 31ms DONE
2016_07_26_095020_create_queue_services_table .......................................................................................... 31ms DONE
2016_07_29_113012_create_conditions_table .............................................................................................. 31ms DONE
2016_08_08_095744_create_social_media_table ............................................................................................ 30ms DONE
2016_08_12_104410_create_user_additional_infos_table ................................................................................... 30ms DONE
2016_08_16_104539_alter_ticket_source_table ............................................................................................ 18ms DONE
2018_08_08_094653_alter_users_table_add_user_language_column ........................................................................... 18ms DONE
2018_08_13_075015_alter_emails_table_make_username_column_nullable .................................................................... 125ms DONE
2023_01_07_000000_add_uuid_to_failed_jobs_table ........................................................................................ 63ms DONE
Migrated successfully
INFO Seeding database.
Target class [DatabaseSeeder] does not exist.
```
If I try to browse to Faveo (i.e. in a web browser) it just displays a blank white page and there is an error logged (to the Apache log file - `/var/log/apache2/error.log`):
```
[Wed Mar 15 19:11:16.982440 2023] [php:error] [pid 3204608] [client 192.168.1.56:43864] PHP Fatal error: Uncaught ErrorException: Attempt to read property "url" on null in /var/www/faveo-helpdesk/storage/framework/views/65efd5d0e8e71f0ec31906e0b29cd7666da86c74.php:100\nStack trace:\n#0 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(266): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()\n#1 /var/www/faveo-helpdesk/storage/framework/views/65efd5d0e8e71f0ec31906e0b29cd7666da86c74.php(100): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->Illuminate\\Foundation\\Bootstrap\\{closure}()\n#2 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(109): require('...')\n#3 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(110): Illuminate\\Filesystem\\Filesystem::Illuminate\\Filesystem\\{closure}()\n#4 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(58): Illuminate\\Filesystem\\Filesystem->getRequire()\n#5 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(70): Illuminate\\View\\Engines\\PhpEngine->evaluatePath()\n#6 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(195): Illuminate\\View\\Engines\\CompilerEngine->get()\n#7 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(178): Illuminate\\View\\View->getContents()\n#8 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(147): Illuminate\\View\\View->renderContents()\n#9 /var/www/faveo-helpdesk/storage/framework/views/e7238cc62c1e7c72907e0af629ce03310a4d870b.php(19): Illuminate\\View\\View->render()\n#10 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(109): require('...')\n#11 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(110): Illuminate\\Filesystem\\Filesystem::Illuminate\\Filesystem\\{closure}()\n#12 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(58): Illuminate\\Filesystem\\Filesystem->getRequire()\n#13 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(70): Illuminate\\View\\Engines\\PhpEngine->evaluatePath()\n#14 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(195): Illuminate\\View\\Engines\\CompilerEngine->get()\n#15 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(178): Illuminate\\View\\View->getContents()\n#16 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(147): Illuminate\\View\\View->renderContents()\n#17 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Http/Response.php(69): Illuminate\\View\\View->render()\n#18 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Http/Response.php(35): Illuminate\\Http\\Response->setContent()\n#19 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(57): Illuminate\\Http\\Response->__construct()\n#20 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(87): Illuminate\\Routing\\ResponseFactory->make()\n#21 /var/www/faveo-helpdesk/app/Exceptions/Handler.php(118): Illuminate\\Routing\\ResponseFactory->view()\n#22 /var/www/faveo-helpdesk/app/Exceptions/Handler.php(213): App\\Exceptions\\Handler->render500()\n#23 /var/www/faveo-helpdesk/app/Exceptions/Handler.php(88): App\\Exceptions\\Handler->common()\n#24 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(229): App\\Exceptions\\Handler->render()\n#25 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(206): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->renderHttpResponse()\n#26 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(242): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleException()\n#27 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(266): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleShutdown()\n#28 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->Illuminate\\Foundation\\Bootstrap\\{closure}()\n#29 {main}\n\nNext Illuminate\\View\\ViewException: Attempt to read property "url" on null (View: /var/www/faveo-helpdesk/resources/views/themes/default1/client/layout/client.blade.php) in /var/www/faveo-helpdesk/storage/framework/views/65efd5d0e8e71f0ec31906e0b29cd7666da86c74.php:100\nStack trace:\n#0 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(60): Illuminate\\View\\Engines\\CompilerEngine->handleViewException()\n#1 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(70): Illuminate\\View\\Engines\\PhpEngine->evaluatePath()\n#2 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(195): Illuminate\\View\\Engines\\CompilerEngine->get()\n#3 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(178): Illuminate\\View\\View->getContents()\n#4 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(147): Illuminate\\View\\View->renderContents()\n#5 /var/www/faveo-helpdesk/storage/framework/views/e7238cc62c1e7c72907e0af629ce03310a4d870b.php(19): Illuminate\\View\\View->render()\n#6 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(109): require('...')\n#7 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(110): Illuminate\\Filesystem\\Filesystem::Illuminate\\Filesystem\\{closure}()\n#8 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(58): Illuminate\\Filesystem\\Filesystem->getRequire()\n#9 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(70): Illuminate\\View\\Engines\\PhpEngine->evaluatePath()\n#10 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(195): Illuminate\\View\\Engines\\CompilerEngine->get()\n#11 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(178): Illuminate\\View\\View->getContents()\n#12 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/View/View.php(147): Illuminate\\View\\View->renderContents()\n#13 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Http/Response.php(69): Illuminate\\View\\View->render()\n#14 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Http/Response.php(35): Illuminate\\Http\\Response->setContent()\n#15 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(57): Illuminate\\Http\\Response->__construct()\n#16 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(87): Illuminate\\Routing\\ResponseFactory->make()\n#17 /var/www/faveo-helpdesk/app/Exceptions/Handler.php(118): Illuminate\\Routing\\ResponseFactory->view()\n#18 /var/www/faveo-helpdesk/app/Exceptions/Handler.php(213): App\\Exceptions\\Handler->render500()\n#19 /var/www/faveo-helpdesk/app/Exceptions/Handler.php(88): App\\Exceptions\\Handler->common()\n#20 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(229): App\\Exceptions\\Handler->render()\n#21 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(206): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->renderHttpResponse()\n#22 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(242): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleException()\n#23 /var/www/faveo-helpdesk/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(266): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleShutdown()\
```
If I start again from the start and re-run the steps via the GUI (in a web browser) it appears to work fine!?
#### Steps To Reproduce:
As noted above.
#### Downloaded from
- [x] release-tag
| priority | faveo helpdesk community edition cli install fails gui install is fine faveo version php version installed from deb sury org database driver version mariadb from debian repos server specification debian linux bullseye description when trying to install via the initial install command php artisan install faveo works fine v extension status curl loading ctype loading imap loading mbstring loading openssl loading tokenizer loading zip loading pdo loading mysqli loading bcmath loading iconv loading xml loading json loading fileinfo loading php php version supports do you want to intall faveo yes no yes which sql engine would you like to use mysql enter your sql host localhost enter your database name faveo enter your database username faveo enter your database password blank if not entered enter your sql port blank if not entered env file has created preinstall has checked successfully please run php artisan install db however the next command step in the docs php artisan install db fails do you want to migrate tables now yes no faveo chroot root turnkey artisan install db do you want to migrate tables now yes no yes would you like to install dummy data in database to test before going live yes no no info application key set successfully info preparing database creating migration table done info running migrations create banlist table done create canned response table done create custom form fields table done create custom forms table done create date format table done create date time format table done create department table done create emails table done create group assign department table done create groups table done create help topic table done create kb article relationship table done create kb article table done create kb category table done create kb comment table done create kb pages table done create kb settings table done create languages table done create log notification table done create mailbox protocol table done create organization table done create password resets table done create plugins table done create settings alert notice table done create settings auto response table done create settings company table done create settings email table done create settings ratings table done create settings system table done create settings ticket table done create sla plan table done create team assign agent table done create teams table done create template table done create ticket attachment table done create ticket collaborator table done create ticket form data table done create ticket priority table done create ticket source table done create ticket status table done create ticket thread table done create tickets table done create time format table done create timezone table done create user assign organization table done create users table done create version check table done create widgets table done add foreign keys to canned response table done add foreign keys to department table done add foreign keys to emails table done add foreign keys to group assign department table done add foreign keys to help topic table done add foreign keys to kb article relationship table done add foreign keys to kb comment table done add foreign keys to organization table done add foreign keys to settings system table done add foreign keys to team assign agent table done add foreign keys to teams table done add foreign keys to ticket attachment table done add foreign keys to ticket collaborator table done add foreign keys to ticket form data table done add foreign keys to ticket thread table done add foreign keys to tickets table done add foreign keys to user assign organization table done add foreign keys to users table done create notifications table done create notification types table done create user notification table done create workflow name table done create workflow rule table done create workflow action table done create country code table done create bar notifications table done create api settings table done create workflow close table done create common settings table done create login attempts table done create ratings table done create rating ref table done create settings security table done create templates table done create template sets table done create template types table done create ticket token table done done create jobs table done create failed jobs table done create field values table done create faveo mails table done create faveo queues table done create mail services table done create queue services table done create conditions table done create social media table done create user additional infos table done alter ticket source table done alter users table add user language column done alter emails table make username column nullable done add uuid to failed jobs table done migrated successfully info seeding database target class does not exist if i try to browse to faveo i e in a web browser it just displays a blank white page and there is an error logged to the apache log file var log error log php fatal error uncaught errorexception attempt to read property url on null in var www faveo helpdesk storage framework views php nstack trace n var www faveo helpdesk vendor laravel framework src illuminate foundation bootstrap handleexceptions php illuminate foundation bootstrap handleexceptions handleerror n var www faveo helpdesk storage framework views php illuminate foundation bootstrap handleexceptions illuminate foundation bootstrap closure n var www faveo helpdesk vendor laravel framework src illuminate filesystem filesystem php require n var www faveo helpdesk vendor laravel framework src illuminate filesystem filesystem php illuminate filesystem filesystem illuminate filesystem closure n var www faveo helpdesk vendor laravel framework src illuminate view engines phpengine php illuminate filesystem filesystem getrequire n var www faveo helpdesk vendor laravel framework src illuminate view engines compilerengine php illuminate view engines phpengine evaluatepath n var www faveo helpdesk vendor laravel framework src illuminate view view php illuminate view engines compilerengine get n var www faveo helpdesk vendor laravel framework src illuminate view view php illuminate view view getcontents n var www faveo helpdesk vendor laravel framework src illuminate view view php illuminate view view rendercontents n var www faveo helpdesk storage framework views php illuminate view view render n var www faveo helpdesk vendor laravel framework src illuminate filesystem filesystem php require n var www faveo helpdesk vendor laravel framework src illuminate filesystem filesystem php illuminate filesystem filesystem illuminate filesystem closure n var www faveo helpdesk vendor laravel framework src illuminate view engines phpengine php illuminate filesystem filesystem getrequire n var www faveo helpdesk vendor laravel framework src illuminate view engines compilerengine php illuminate view engines phpengine evaluatepath n var www faveo helpdesk vendor laravel framework src illuminate view view php illuminate view engines compilerengine get n var www faveo helpdesk vendor laravel framework src illuminate view view php illuminate view view getcontents n var www faveo helpdesk vendor laravel framework src illuminate view view php illuminate view view rendercontents n var www faveo helpdesk vendor laravel framework src illuminate http response php illuminate view view render n var www faveo helpdesk vendor laravel framework src illuminate http response php illuminate http response setcontent n var www faveo helpdesk vendor laravel framework src illuminate routing responsefactory php illuminate http response construct n var www faveo helpdesk vendor laravel framework src illuminate routing responsefactory php illuminate routing responsefactory make n var www faveo helpdesk app exceptions handler php illuminate routing responsefactory view n var www faveo helpdesk app exceptions handler php app exceptions handler n var www faveo helpdesk app exceptions handler php app exceptions handler common n var www faveo helpdesk vendor laravel framework src illuminate foundation bootstrap handleexceptions php app exceptions handler render n var www faveo helpdesk vendor laravel framework src illuminate foundation bootstrap handleexceptions php illuminate foundation bootstrap handleexceptions renderhttpresponse n var www faveo helpdesk vendor laravel framework src illuminate foundation bootstrap handleexceptions php illuminate foundation bootstrap handleexceptions handleexception n var www faveo helpdesk vendor laravel framework src illuminate foundation bootstrap handleexceptions php illuminate foundation bootstrap handleexceptions handleshutdown n illuminate foundation bootstrap handleexceptions illuminate foundation bootstrap closure n main n nnext illuminate view viewexception attempt to read property url on null view var www faveo helpdesk resources views themes client layout client blade php in var www faveo helpdesk storage framework views php nstack trace n var www faveo helpdesk vendor laravel framework src illuminate view engines phpengine php illuminate view engines compilerengine handleviewexception n var www faveo helpdesk vendor laravel framework src illuminate view engines compilerengine php illuminate view engines phpengine evaluatepath n var www faveo helpdesk vendor laravel framework src illuminate view view php illuminate view engines compilerengine get n var www faveo helpdesk vendor laravel framework src illuminate view view php illuminate view view getcontents n var www faveo helpdesk vendor laravel framework src illuminate view view php illuminate view view rendercontents n var www faveo helpdesk storage framework views php illuminate view view render n var www faveo helpdesk vendor laravel framework src illuminate filesystem filesystem php require n var www faveo helpdesk vendor laravel framework src illuminate filesystem filesystem php illuminate filesystem filesystem illuminate filesystem closure n var www faveo helpdesk vendor laravel framework src illuminate view engines phpengine php illuminate filesystem filesystem getrequire n var www faveo helpdesk vendor laravel framework src illuminate view engines compilerengine php illuminate view engines phpengine evaluatepath n var www faveo helpdesk vendor laravel framework src illuminate view view php illuminate view engines compilerengine get n var www faveo helpdesk vendor laravel framework src illuminate view view php illuminate view view getcontents n var www faveo helpdesk vendor laravel framework src illuminate view view php illuminate view view rendercontents n var www faveo helpdesk vendor laravel framework src illuminate http response php illuminate view view render n var www faveo helpdesk vendor laravel framework src illuminate http response php illuminate http response setcontent n var www faveo helpdesk vendor laravel framework src illuminate routing responsefactory php illuminate http response construct n var www faveo helpdesk vendor laravel framework src illuminate routing responsefactory php illuminate routing responsefactory make n var www faveo helpdesk app exceptions handler php illuminate routing responsefactory view n var www faveo helpdesk app exceptions handler php app exceptions handler n var www faveo helpdesk app exceptions handler php app exceptions handler common n var www faveo helpdesk vendor laravel framework src illuminate foundation bootstrap handleexceptions php app exceptions handler render n var www faveo helpdesk vendor laravel framework src illuminate foundation bootstrap handleexceptions php illuminate foundation bootstrap handleexceptions renderhttpresponse n var www faveo helpdesk vendor laravel framework src illuminate foundation bootstrap handleexceptions php illuminate foundation bootstrap handleexceptions handleexception n var www faveo helpdesk vendor laravel framework src illuminate foundation bootstrap handleexceptions php illuminate foundation bootstrap handleexceptions handleshutdown if i start again from the start and re run the steps via the gui in a web browser it appears to work fine steps to reproduce as noted above downloaded from release tag | 1 |
670,226 | 22,680,832,027 | IssuesEvent | 2022-07-04 09:43:45 | MSRevive/MSCScripts | https://api.github.com/repos/MSRevive/MSCScripts | closed | If a player dc's with a qitem, it will make the map unbeatable. | bug high priority | For example, if a player on m2_quest collects a golden apple (or other ingredient for sylphiel) then disconnects, the item cannot be turned in, making the map unbeatable. | 1.0 | If a player dc's with a qitem, it will make the map unbeatable. - For example, if a player on m2_quest collects a golden apple (or other ingredient for sylphiel) then disconnects, the item cannot be turned in, making the map unbeatable. | priority | if a player dc s with a qitem it will make the map unbeatable for example if a player on quest collects a golden apple or other ingredient for sylphiel then disconnects the item cannot be turned in making the map unbeatable | 1 |
697,710 | 23,950,012,721 | IssuesEvent | 2022-09-12 10:39:16 | Amulet-Team/Amulet-Map-Editor | https://api.github.com/repos/Amulet-Team/Amulet-Map-Editor | closed | [Bug Report] Loss all BlockActor data (like chest content / sign text) when importing .mcstructure in 1.19 | type: bug state: more information needed priority: high state: might be fixed | ## Bug Report
When **import** a .mcstructure by amulet, all BlockActor data (like the content of chests, text on sign...) will loss. I have tested impoting .construction and it works well with no problem
Version Bedrock 1.19
### Current Behaviour:
As above. Screenshot as below

### Expected behavior:
All blocks and contents imported currectly
### Steps To Reproduce:
1. Open a map
2. Go to 3D Editor function
3. Use 'Import'
4. Import the example .mcstructure I gave below
5. Go into the house high in the sky to see the situation
### Environment:
- OS: Windows
- Minecraft Platform: Bedrock
- Minecraft Version: 1.19.0
- Amulet Version: 0.9.6
## Attachments
[cywhome.zip](https://github.com/Amulet-Team/Amulet-Map-Editor/files/8966327/cywhome.zip)
When you import this .mcstruction directly in game by structure block, you will find everything well. But when imported by amulet all block actor data will loss
| 1.0 | [Bug Report] Loss all BlockActor data (like chest content / sign text) when importing .mcstructure in 1.19 - ## Bug Report
When **import** a .mcstructure by amulet, all BlockActor data (like the content of chests, text on sign...) will loss. I have tested impoting .construction and it works well with no problem
Version Bedrock 1.19
### Current Behaviour:
As above. Screenshot as below

### Expected behavior:
All blocks and contents imported currectly
### Steps To Reproduce:
1. Open a map
2. Go to 3D Editor function
3. Use 'Import'
4. Import the example .mcstructure I gave below
5. Go into the house high in the sky to see the situation
### Environment:
- OS: Windows
- Minecraft Platform: Bedrock
- Minecraft Version: 1.19.0
- Amulet Version: 0.9.6
## Attachments
[cywhome.zip](https://github.com/Amulet-Team/Amulet-Map-Editor/files/8966327/cywhome.zip)
When you import this .mcstruction directly in game by structure block, you will find everything well. But when imported by amulet all block actor data will loss
| priority | loss all blockactor data like chest content sign text when importing mcstructure in bug report when import a mcstructure by amulet all blockactor data like the content of chests text on sign will loss i have tested impoting construction and it works well with no problem version bedrock current behaviour as above screenshot as below expected behavior all blocks and contents imported currectly steps to reproduce open a map go to editor function use import import the example mcstructure i gave below go into the house high in the sky to see the situation environment os windows minecraft platform bedrock minecraft version amulet version attachments when you import this mcstruction directly in game by structure block you will find everything well but when imported by amulet all block actor data will loss | 1 |
502,734 | 14,566,018,250 | IssuesEvent | 2020-12-17 08:16:08 | Plaxy-Technologies-Inc/YouPlanets-Bug-Report | https://api.github.com/repos/Plaxy-Technologies-Inc/YouPlanets-Bug-Report | closed | Won't be able to add an ask option | Priority: High bug | **Describe the bug**
Won't be able to add an ask option on beta.youplanets.com.
**Screenshots**


**To Reproduce**
Just go to beta.youplanets.com try to create an ask option | 1.0 | Won't be able to add an ask option - **Describe the bug**
Won't be able to add an ask option on beta.youplanets.com.
**Screenshots**


**To Reproduce**
Just go to beta.youplanets.com try to create an ask option | priority | won t be able to add an ask option describe the bug won t be able to add an ask option on beta youplanets com screenshots to reproduce just go to beta youplanets com try to create an ask option | 1 |
113,809 | 4,569,288,293 | IssuesEvent | 2016-09-15 16:46:44 | brangerbriz/webroutes | https://api.github.com/repos/brangerbriz/webroutes | opened | Fix or remove http:// autofill | bug high priority ISMAR | If the second `/` character in the autofilled `http://` is deleted this gets autofilled: `http://http:/` | 1.0 | Fix or remove http:// autofill - If the second `/` character in the autofilled `http://` is deleted this gets autofilled: `http://http:/` | priority | fix or remove http autofill if the second character in the autofilled is deleted this gets autofilled | 1 |
305,729 | 9,376,123,805 | IssuesEvent | 2019-04-04 07:02:34 | CS2103-AY1819S2-W14-2/main | https://api.github.com/repos/CS2103-AY1819S2-W14-2/main | closed | [BUG] Undo not working correctly after refactoring temp filepath | priority.High severity.High status.Ongoing type.Bug | ## Expected Behaviour
`undo` reverts the image to the state it was before the last edit
## Actual Behaviour
Throws IOException.
## Steps to Reproduce the Problem
1. `import` FILEPATH
2. `open` IMAGE
3. `rotate 90`
4. `undo`
## Specifications
- Version: 1.3
- Platform: Windows 10
- Subsystem: Java
| 1.0 | [BUG] Undo not working correctly after refactoring temp filepath - ## Expected Behaviour
`undo` reverts the image to the state it was before the last edit
## Actual Behaviour
Throws IOException.
## Steps to Reproduce the Problem
1. `import` FILEPATH
2. `open` IMAGE
3. `rotate 90`
4. `undo`
## Specifications
- Version: 1.3
- Platform: Windows 10
- Subsystem: Java
| priority | undo not working correctly after refactoring temp filepath expected behaviour undo reverts the image to the state it was before the last edit actual behaviour throws ioexception steps to reproduce the problem import filepath open image rotate undo specifications version platform windows subsystem java | 1 |
303,816 | 9,310,902,229 | IssuesEvent | 2019-03-25 19:59:17 | phetsims/chipper | https://api.github.com/repos/phetsims/chipper | closed | PhET-iO Build fails during or after JSDoc phase | dev:phet-io priority:2-high status:blocks-publication | From slack:
Chris Malley [6:28 PM]
CT appears to be running again. Now all phet-io sims are failing with (e.g.) `Failure to grunt snapshot-1553470470256-phet-io/beers-law-lab: ... Fatal error: null` (edited)
Sam Reid [7:18 PM]
I’ll take a look
I’m able to reproduce the problem locally, investigating further | 1.0 | PhET-iO Build fails during or after JSDoc phase - From slack:
Chris Malley [6:28 PM]
CT appears to be running again. Now all phet-io sims are failing with (e.g.) `Failure to grunt snapshot-1553470470256-phet-io/beers-law-lab: ... Fatal error: null` (edited)
Sam Reid [7:18 PM]
I’ll take a look
I’m able to reproduce the problem locally, investigating further | priority | phet io build fails during or after jsdoc phase from slack chris malley ct appears to be running again now all phet io sims are failing with e g failure to grunt snapshot phet io beers law lab fatal error null edited sam reid i’ll take a look i’m able to reproduce the problem locally investigating further | 1 |
598,352 | 18,243,275,034 | IssuesEvent | 2021-10-01 15:11:45 | AY2122S1-CS2103T-T11-2/tp | https://api.github.com/repos/AY2122S1-CS2103T-T11-2/tp | opened | Update Appendix: Instructions for manual testing in Developer Guide | type.Task priority.High | * Update write up to include instructions for manual testing
* Ensure no elements of old AB3 documentation are left behind | 1.0 | Update Appendix: Instructions for manual testing in Developer Guide - * Update write up to include instructions for manual testing
* Ensure no elements of old AB3 documentation are left behind | priority | update appendix instructions for manual testing in developer guide update write up to include instructions for manual testing ensure no elements of old documentation are left behind | 1 |
529,128 | 15,380,680,960 | IssuesEvent | 2021-03-02 21:27:53 | SacredDuckwhale/Rarity | https://api.github.com/repos/SacredDuckwhale/Rarity | closed | Rise of Azshara: Add new collectibles | Complexity: Low Module: Core Module: Database Module: Localization Priority: High Status: Resolved Type: Task | Research is needed. And time, lots of time.
Roadmap:
- [x] Rare Drops
- [x] World Drops
- [x] Chests: Need to track the opening spell
- [x] Paragon Rewards
- [x] Stratholme Dungeon Rewards
- [x] Island Expeditions
- [x] TBD
---
Missing still:
- [x] UiMapIDs for the coordinate waypoints (this is easy)
- [x] Defeat detection for Rares (Quest IDs needed)
- [x] Tidemistress Leth'sindra
- [x] Amethyst Spireshell
- [x] Avarius
- [x] Rockweed Shambler (haha, no...)
- [x] Needlespine
- [x] Carnivourous Lasher (verification only)
- [x] King Gakula
- [x] Blindlight
- [x] Elderspawn Nalaada
- [x] Mirecrawler
- [x] Reclamation Rig (verification only)
- [x] Testing: Defeat detection
- [x] Testing: Eternal Palace (LFR)
- [x] Za'qul (tooltip mostly)
- [x] Queen Azshara (tooltip mostly)
- [x] Tracking for Arcane Chest (Opening spell ID is needed)
- [x] Testing: Arcane Chest detection
- [x] Tracking for Glimmering Chest (Opening spell ID is needed)
- [x] Testing: Glimmering Chest detection
- [x] Tracking for Pile of Coins (Opening spell ID is needed)
- [x] Testing: Pile of Coins detection
- [x] Mechagon Dungeon collectibles
- [ ] Testing: Mechagon Dungeon
- [x] Tracking for Mechagon Peacekeeper
- [x] Defeat detection for Mechagon Peacekeeper
- [x] Tracking for Golden Snorf
- [x] Defeat detection for Golden Snorf
- [x] Tracking for Microbot 8D
- [x] Defeat detection for Microbot 8D
- [x] Drop rates are inaccurate where PTR data was used (need to re-check and use live data)
- [x] Need a drop rate for the Reclamation Rig event, then add the container (USE method) | 1.0 | Rise of Azshara: Add new collectibles - Research is needed. And time, lots of time.
Roadmap:
- [x] Rare Drops
- [x] World Drops
- [x] Chests: Need to track the opening spell
- [x] Paragon Rewards
- [x] Stratholme Dungeon Rewards
- [x] Island Expeditions
- [x] TBD
---
Missing still:
- [x] UiMapIDs for the coordinate waypoints (this is easy)
- [x] Defeat detection for Rares (Quest IDs needed)
- [x] Tidemistress Leth'sindra
- [x] Amethyst Spireshell
- [x] Avarius
- [x] Rockweed Shambler (haha, no...)
- [x] Needlespine
- [x] Carnivourous Lasher (verification only)
- [x] King Gakula
- [x] Blindlight
- [x] Elderspawn Nalaada
- [x] Mirecrawler
- [x] Reclamation Rig (verification only)
- [x] Testing: Defeat detection
- [x] Testing: Eternal Palace (LFR)
- [x] Za'qul (tooltip mostly)
- [x] Queen Azshara (tooltip mostly)
- [x] Tracking for Arcane Chest (Opening spell ID is needed)
- [x] Testing: Arcane Chest detection
- [x] Tracking for Glimmering Chest (Opening spell ID is needed)
- [x] Testing: Glimmering Chest detection
- [x] Tracking for Pile of Coins (Opening spell ID is needed)
- [x] Testing: Pile of Coins detection
- [x] Mechagon Dungeon collectibles
- [ ] Testing: Mechagon Dungeon
- [x] Tracking for Mechagon Peacekeeper
- [x] Defeat detection for Mechagon Peacekeeper
- [x] Tracking for Golden Snorf
- [x] Defeat detection for Golden Snorf
- [x] Tracking for Microbot 8D
- [x] Defeat detection for Microbot 8D
- [x] Drop rates are inaccurate where PTR data was used (need to re-check and use live data)
- [x] Need a drop rate for the Reclamation Rig event, then add the container (USE method) | priority | rise of azshara add new collectibles research is needed and time lots of time roadmap rare drops world drops chests need to track the opening spell paragon rewards stratholme dungeon rewards island expeditions tbd missing still uimapids for the coordinate waypoints this is easy defeat detection for rares quest ids needed tidemistress leth sindra amethyst spireshell avarius rockweed shambler haha no needlespine carnivourous lasher verification only king gakula blindlight elderspawn nalaada mirecrawler reclamation rig verification only testing defeat detection testing eternal palace lfr za qul tooltip mostly queen azshara tooltip mostly tracking for arcane chest opening spell id is needed testing arcane chest detection tracking for glimmering chest opening spell id is needed testing glimmering chest detection tracking for pile of coins opening spell id is needed testing pile of coins detection mechagon dungeon collectibles testing mechagon dungeon tracking for mechagon peacekeeper defeat detection for mechagon peacekeeper tracking for golden snorf defeat detection for golden snorf tracking for microbot defeat detection for microbot drop rates are inaccurate where ptr data was used need to re check and use live data need a drop rate for the reclamation rig event then add the container use method | 1 |
642,621 | 20,908,495,494 | IssuesEvent | 2022-03-24 06:36:07 | jkachhad/Stormhalter | https://api.github.com/repos/jkachhad/Stormhalter | closed | Walls can be clipped into with a recall | Bug High Priority | Users can recall into a wall right now and use it for exploitative benefits. Anything that can charge will get stuck and anything that is melee will not hit you.
1) Make Rubble non recallable
2) Fix Root cause, do not allow users to recall into a wall. | 1.0 | Walls can be clipped into with a recall - Users can recall into a wall right now and use it for exploitative benefits. Anything that can charge will get stuck and anything that is melee will not hit you.
1) Make Rubble non recallable
2) Fix Root cause, do not allow users to recall into a wall. | priority | walls can be clipped into with a recall users can recall into a wall right now and use it for exploitative benefits anything that can charge will get stuck and anything that is melee will not hit you make rubble non recallable fix root cause do not allow users to recall into a wall | 1 |
351,349 | 10,516,139,423 | IssuesEvent | 2019-09-28 15:23:17 | diegoami/Diplado | https://api.github.com/repos/diegoami/Diplado | closed | Option to turn off permanent injuries in training ground | enhancement high_priority | As of now, sparring in the training ground causes permanent injuries. This is actually a new feature from Somebody, but there should be an option to turn this off, as it is pretty unexpected and game-changing.
| 1.0 | Option to turn off permanent injuries in training ground - As of now, sparring in the training ground causes permanent injuries. This is actually a new feature from Somebody, but there should be an option to turn this off, as it is pretty unexpected and game-changing.
| priority | option to turn off permanent injuries in training ground as of now sparring in the training ground causes permanent injuries this is actually a new feature from somebody but there should be an option to turn this off as it is pretty unexpected and game changing | 1 |
569,903 | 17,016,553,657 | IssuesEvent | 2021-07-02 12:53:24 | carbon-design-system/carbon-for-ibm-dotcom | https://api.github.com/repos/carbon-design-system/carbon-for-ibm-dotcom | closed | Web Component: Change Mega Menu to include animation (back button & forward motion) | dev package: web components priority: high sprint demo | #### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
IBM.com Library developer
> I need to:
create/change the `Mega Menu animation enhancement`
> so that I can:
provide the ibm.com adopter developers components they can use to build ibm.com web pages
#### Additional information
<!-- {{Please provide any additional information or resources for reference}} -->
- Story within Storybook with corresponding knobs
- Utilize Carbon
- Create with Shadow DOM and Custom Elements standards
- **See the Epic for the Design and Functional specs information**
- Remove the dependency on the Carbon UI shell
- Visual QA testing issue (#4829)
- Prod QA testing issue (#4830)
#### Acceptance criteria
- [ ] Include README for the web component and corresponding styles
- [ ] Create Web Components styles in styles package
- [ ] Do not create knobs in Storybook that include JSON objects
- [ ] Break out Storybook stories into multiple variation stories, if applicable
- [ ] Create codesandbox example under `/packages/web-components/examples/codesandbox` and include in README
- [ ] Minimum 80% unit test coverage
- [ ] Update the Carbon for ibm.com website component [data file](https://github.com/carbon-design-system/carbon-for-ibm-dotcom-website/blob/master/src/data/components.json) to be sure the web site Component Status and Storybook links are correct
- [ ] If a design is provided, the Designer is included as a Reviewer in the Pull Request
- [ ] Provide a direct link to the deploy preview for the designer in the Pull Request description
- [ ] A comment is posted in the Design QA issue, tagging Designer, when development is finished
- [ ] The Storybook link is added to the Design QA issue for their testing
- [ ] A comment is posted in the Prod QA issue, tagging Praveen when development is finished
| 1.0 | Web Component: Change Mega Menu to include animation (back button & forward motion) - #### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
IBM.com Library developer
> I need to:
create/change the `Mega Menu animation enhancement`
> so that I can:
provide the ibm.com adopter developers components they can use to build ibm.com web pages
#### Additional information
<!-- {{Please provide any additional information or resources for reference}} -->
- Story within Storybook with corresponding knobs
- Utilize Carbon
- Create with Shadow DOM and Custom Elements standards
- **See the Epic for the Design and Functional specs information**
- Remove the dependency on the Carbon UI shell
- Visual QA testing issue (#4829)
- Prod QA testing issue (#4830)
#### Acceptance criteria
- [ ] Include README for the web component and corresponding styles
- [ ] Create Web Components styles in styles package
- [ ] Do not create knobs in Storybook that include JSON objects
- [ ] Break out Storybook stories into multiple variation stories, if applicable
- [ ] Create codesandbox example under `/packages/web-components/examples/codesandbox` and include in README
- [ ] Minimum 80% unit test coverage
- [ ] Update the Carbon for ibm.com website component [data file](https://github.com/carbon-design-system/carbon-for-ibm-dotcom-website/blob/master/src/data/components.json) to be sure the web site Component Status and Storybook links are correct
- [ ] If a design is provided, the Designer is included as a Reviewer in the Pull Request
- [ ] Provide a direct link to the deploy preview for the designer in the Pull Request description
- [ ] A comment is posted in the Design QA issue, tagging Designer, when development is finished
- [ ] The Storybook link is added to the Design QA issue for their testing
- [ ] A comment is posted in the Prod QA issue, tagging Praveen when development is finished
| priority | web component change mega menu to include animation back button forward motion user story as a ibm com library developer i need to create change the mega menu animation enhancement so that i can provide the ibm com adopter developers components they can use to build ibm com web pages additional information story within storybook with corresponding knobs utilize carbon create with shadow dom and custom elements standards see the epic for the design and functional specs information remove the dependency on the carbon ui shell visual qa testing issue prod qa testing issue acceptance criteria include readme for the web component and corresponding styles create web components styles in styles package do not create knobs in storybook that include json objects break out storybook stories into multiple variation stories if applicable create codesandbox example under packages web components examples codesandbox and include in readme minimum unit test coverage update the carbon for ibm com website component to be sure the web site component status and storybook links are correct if a design is provided the designer is included as a reviewer in the pull request provide a direct link to the deploy preview for the designer in the pull request description a comment is posted in the design qa issue tagging designer when development is finished the storybook link is added to the design qa issue for their testing a comment is posted in the prod qa issue tagging praveen when development is finished | 1 |
247,605 | 7,920,625,695 | IssuesEvent | 2018-07-05 02:15:07 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | closed | Suggestions for symbols not working within the endpoint context | Component/LanguageServer Priority/High Type/Improvement | **Description:**
```
import wso2/twitter;
import ballerina/config;
endpoint twitter:Client tw {
clientId: <<cursor>>
};
```
here completions should suggest the config and the other imports. If there are any defined variables, those should suggest as well.
**Affected Versions:**
v0.970.0 | 1.0 | Suggestions for symbols not working within the endpoint context - **Description:**
```
import wso2/twitter;
import ballerina/config;
endpoint twitter:Client tw {
clientId: <<cursor>>
};
```
here completions should suggest the config and the other imports. If there are any defined variables, those should suggest as well.
**Affected Versions:**
v0.970.0 | priority | suggestions for symbols not working within the endpoint context description import twitter import ballerina config endpoint twitter client tw clientid here completions should suggest the config and the other imports if there are any defined variables those should suggest as well affected versions | 1 |
626,966 | 19,848,463,466 | IssuesEvent | 2022-01-21 09:35:15 | PoProstuMieciek/instagram-scraper | https://api.github.com/repos/PoProstuMieciek/instagram-scraper | opened | feat/setup-minio | priority: high type: feat scope: app | **AC**
- Docker Compose setup for MinIO S3 Object Store
**Additional description**
- [minio/minio on Docker Hub](https://hub.docker.com/r/minio/minio/)
| 1.0 | feat/setup-minio - **AC**
- Docker Compose setup for MinIO S3 Object Store
**Additional description**
- [minio/minio on Docker Hub](https://hub.docker.com/r/minio/minio/)
| priority | feat setup minio ac docker compose setup for minio object store additional description | 1 |
224,697 | 7,472,053,580 | IssuesEvent | 2018-04-03 11:20:52 | salesagility/SuiteCRM | https://api.github.com/repos/salesagility/SuiteCRM | closed | Campaign Wizard: Escaped apostrophe on array creating parsing error | Fix Proposed High Priority Resolved: Next Release bug | #### Issue
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug -->
Escaped apostrophe (same as a single quote) is creating parsing error:
using french language in include\language\fr_FR.lang.php for `prospect_list_type_dom` array .
Posted in topic forum https://suitecrm.com/suitecrm/forum/international-language-support/16833-french-language-error-syntaxerror and confirmed by me.
```
//prospect list type dom
'prospect_list_type_dom' => array(
'default' => 'Défaut',
'seed' => 'Financement',
'exempt_domain' => 'Liste d\'exclusion par domaine',
'exempt_address' => 'Liste d\'exclusion par adresses E-mails',
'exempt' => 'Liste d\'exclusion par ID',
'test' => 'Test',
),
```
#### Expected Behavior
<!--- Tell us what should happen -->
Escaped apostrophe should work - a main requirement for languages as French
#### Actual Behavior
<!--- Tell us what happens instead -->
<!--- Also please check relevant logs (suitecrm.log, php error.log etc.) -->
errors:
1- Campaign Wizard, if I click on the "Create" button and select a new target list to be added, the button NEXT do nothing and, in the browser web console got the following message :
`ReferenceError: add_target is not defined`

2- trying to remove a Target List from a Campaign or delete a custom field in the Studio
`ReferenceError: remove_existing_target is not defined`
`SyntaxError: unterminated string literal`
#### Possible Fix
<!--- Not obligatory, but suggest a fix or reason for the bug -->
There is a need to verify all the include/language/ file for same type of errors (did I ever said I hated this file?).
French language uses apostrophes all the time https://en.wikipedia.org/wiki/Apostrophe#Use_in_non-English_names and translators are not supposed to write the code ['](url) or using the accent ` ´` to look like an apostrophe sign.
#### Steps to Reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug include code to reproduce, if relevant -->
1. Install french language (or edit the english include\language\ for array prospect_list_type_dom as posted above)
2. Go to Campaign Wizard
3. click on the "Create" button to create a new target list
4. Nothing happens
English language works fine!
#### Context
<!--- How has this bug affected you? What were you trying to accomplish? -->
<!--- If you feel this should be a low/medium/high priority then please state so -->
Languages using escaped can't create a campaign
If I remove the escaped values `\'` and also the apostrophe, all works.

#### Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* SuiteCRM Version used: 7.10.0 and 7.9.14
* Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Chrome
* Environment name and version (e.g. MySQL, PHP 7): apache 2.4.18 / PHP Version 7.0.11 / mysql 5.7.17
* Operating System and version (e.g Ubuntu 16.04): Windows 10 - 32 bit - local Wamp
| 1.0 | Campaign Wizard: Escaped apostrophe on array creating parsing error - #### Issue
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug -->
Escaped apostrophe (same as a single quote) is creating parsing error:
using french language in include\language\fr_FR.lang.php for `prospect_list_type_dom` array .
Posted in topic forum https://suitecrm.com/suitecrm/forum/international-language-support/16833-french-language-error-syntaxerror and confirmed by me.
```
//prospect list type dom
'prospect_list_type_dom' => array(
'default' => 'Défaut',
'seed' => 'Financement',
'exempt_domain' => 'Liste d\'exclusion par domaine',
'exempt_address' => 'Liste d\'exclusion par adresses E-mails',
'exempt' => 'Liste d\'exclusion par ID',
'test' => 'Test',
),
```
#### Expected Behavior
<!--- Tell us what should happen -->
Escaped apostrophe should work - a main requirement for languages as French
#### Actual Behavior
<!--- Tell us what happens instead -->
<!--- Also please check relevant logs (suitecrm.log, php error.log etc.) -->
errors:
1- Campaign Wizard, if I click on the "Create" button and select a new target list to be added, the button NEXT do nothing and, in the browser web console got the following message :
`ReferenceError: add_target is not defined`

2- trying to remove a Target List from a Campaign or delete a custom field in the Studio
`ReferenceError: remove_existing_target is not defined`
`SyntaxError: unterminated string literal`
#### Possible Fix
<!--- Not obligatory, but suggest a fix or reason for the bug -->
There is a need to verify all the include/language/ file for same type of errors (did I ever said I hated this file?).
French language uses apostrophes all the time https://en.wikipedia.org/wiki/Apostrophe#Use_in_non-English_names and translators are not supposed to write the code ['](url) or using the accent ` ´` to look like an apostrophe sign.
#### Steps to Reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug include code to reproduce, if relevant -->
1. Install french language (or edit the english include\language\ for array prospect_list_type_dom as posted above)
2. Go to Campaign Wizard
3. click on the "Create" button to create a new target list
4. Nothing happens
English language works fine!
#### Context
<!--- How has this bug affected you? What were you trying to accomplish? -->
<!--- If you feel this should be a low/medium/high priority then please state so -->
Languages using escaped can't create a campaign
If I remove the escaped values `\'` and also the apostrophe, all works.

#### Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* SuiteCRM Version used: 7.10.0 and 7.9.14
* Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Chrome
* Environment name and version (e.g. MySQL, PHP 7): apache 2.4.18 / PHP Version 7.0.11 / mysql 5.7.17
* Operating System and version (e.g Ubuntu 16.04): Windows 10 - 32 bit - local Wamp
| priority | campaign wizard escaped apostrophe on array creating parsing error issue escaped apostrophe same as a single quote is creating parsing error using french language in include language fr fr lang php for prospect list type dom array posted in topic forum and confirmed by me prospect list type dom prospect list type dom array default défaut seed financement exempt domain liste d exclusion par domaine exempt address liste d exclusion par adresses e mails exempt liste d exclusion par id test test expected behavior escaped apostrophe should work a main requirement for languages as french actual behavior errors campaign wizard if i click on the create button and select a new target list to be added the button next do nothing and in the browser web console got the following message referenceerror add target is not defined trying to remove a target list from a campaign or delete a custom field in the studio referenceerror remove existing target is not defined syntaxerror unterminated string literal possible fix there is a need to verify all the include language file for same type of errors did i ever said i hated this file french language uses apostrophes all the time and translators are not supposed to write the code url or using the accent ´ to look like an apostrophe sign steps to reproduce install french language or edit the english include language for array prospect list type dom as posted above go to campaign wizard click on the create button to create a new target list nothing happens english language works fine context languages using escaped can t create a campaign if i remove the escaped values and also the apostrophe all works your environment suitecrm version used and browser name and version e g chrome version bit chrome environment name and version e g mysql php apache php version mysql operating system and version e g ubuntu windows bit local wamp | 1 |
656,108 | 21,719,908,146 | IssuesEvent | 2022-05-10 22:18:36 | schmouk/vcl | https://api.github.com/repos/schmouk/vcl | closed | Implement new class `vcl::vect::ClipVectorT<>` | a new feature High Priority | Every clipped vector class will inherit from this base class which will override method `clipped()` of base class `vcl::vect::VectorT<>`. | 1.0 | Implement new class `vcl::vect::ClipVectorT<>` - Every clipped vector class will inherit from this base class which will override method `clipped()` of base class `vcl::vect::VectorT<>`. | priority | implement new class vcl vect clipvectort every clipped vector class will inherit from this base class which will override method clipped of base class vcl vect vectort | 1 |
210,954 | 7,197,046,562 | IssuesEvent | 2018-02-05 07:18:49 | getslash/slash | https://api.github.com/repos/getslash/slash | closed | Support naming for test parameters | Priority: High Status: In Progress | Parameters naming has two goals:
* Allow tracking a specific parameter value regardless of its index
* Better `repr`ing
This feature should support all slash iteration options: `slash.parametrize`, `slash.parameters.iterate` and `generator_fixture`. | 1.0 | Support naming for test parameters - Parameters naming has two goals:
* Allow tracking a specific parameter value regardless of its index
* Better `repr`ing
This feature should support all slash iteration options: `slash.parametrize`, `slash.parameters.iterate` and `generator_fixture`. | priority | support naming for test parameters parameters naming has two goals allow tracking a specific parameter value regardless of its index better repr ing this feature should support all slash iteration options slash parametrize slash parameters iterate and generator fixture | 1 |
217,751 | 7,327,914,279 | IssuesEvent | 2018-03-04 15:37:07 | projectwife/mtesitoo-android | https://api.github.com/repos/projectwife/mtesitoo-android | opened | Update the mobile app to reflect the new units created in the backend. | Priority: High enhancement | New API has been created for defining the units of measure for the various products sold on the Tesitoo platform.
`GET /api/v1/common/units`
These units should be fetched by the app from the backend and displayed to the user in the dropdown when creating a product. It should be noted that the unit with `unit_class_id=1` is a custom unit, which means an additional text field should be provided for the user to enter the custom unit.
| 1.0 | Update the mobile app to reflect the new units created in the backend. - New API has been created for defining the units of measure for the various products sold on the Tesitoo platform.
`GET /api/v1/common/units`
These units should be fetched by the app from the backend and displayed to the user in the dropdown when creating a product. It should be noted that the unit with `unit_class_id=1` is a custom unit, which means an additional text field should be provided for the user to enter the custom unit.
| priority | update the mobile app to reflect the new units created in the backend new api has been created for defining the units of measure for the various products sold on the tesitoo platform get api common units these units should be fetched by the app from the backend and displayed to the user in the dropdown when creating a product it should be noted that the unit with unit class id is a custom unit which means an additional text field should be provided for the user to enter the custom unit | 1 |
479,619 | 13,803,884,120 | IssuesEvent | 2020-10-11 05:58:46 | activescott/lessmsi | https://api.github.com/repos/activescott/lessmsi | closed | Failed to extract files from PBIDesktop_x64.msi | bug high priority | **Describe the bug**
Failed to extract files from PBIDesktop_x64.msi
**To Reproduce**
Steps to reproduce the behavior:
1. Download the [PBIDesktop_x64.part1.rar](https://app.box.com/s/lyiifz02lzfgvnyarw8g9yxs4dfnt1k3) and [PBIDesktop_x64.part2.rar](https://app.box.com/s/n54fzd5nfun21yxl8whqqgeg3x9uuyy4)
2. Unzip the two rar files
3. Extract files from PBIDesktop_x64.msi
4. See error
**Screenshots**

**Desktop (please complete the following information):**
- OS: Win7 x64 | 1.0 | Failed to extract files from PBIDesktop_x64.msi - **Describe the bug**
Failed to extract files from PBIDesktop_x64.msi
**To Reproduce**
Steps to reproduce the behavior:
1. Download the [PBIDesktop_x64.part1.rar](https://app.box.com/s/lyiifz02lzfgvnyarw8g9yxs4dfnt1k3) and [PBIDesktop_x64.part2.rar](https://app.box.com/s/n54fzd5nfun21yxl8whqqgeg3x9uuyy4)
2. Unzip the two rar files
3. Extract files from PBIDesktop_x64.msi
4. See error
**Screenshots**

**Desktop (please complete the following information):**
- OS: Win7 x64 | priority | failed to extract files from pbidesktop msi describe the bug failed to extract files from pbidesktop msi to reproduce steps to reproduce the behavior download the and unzip the two rar files extract files from pbidesktop msi see error screenshots desktop please complete the following information os | 1 |
371,291 | 10,964,374,278 | IssuesEvent | 2019-11-27 22:23:02 | chef/automate | https://api.github.com/repos/chef/automate | closed | right panel positioning issue | HIGH PRIORITY automate-ui bug 🐛 layout ui | ## Overview
The run history panel, compliance/scan-job error panel, and compliance/reports scan results panel are not positioned correctly. They seem to not correctly take up the right space vertically.
## Repro steps
- navigate to `infrastructure/client-runs` and go to a node detail page
- scroll down
- then open the run history panel
- notice that the top is cut off
### Screenshot
#### Client runs
<img width="1438" alt="run-history-panel" src="https://user-images.githubusercontent.com/5489125/68982253-1e7cde00-07bb-11ea-8a7b-7271a76d1806.png">
#### Compliance scan jobs
<img width="1438" alt="scan-jobs-error-panel" src="https://user-images.githubusercontent.com/5489125/68982391-a5ca5180-07bb-11ea-953b-4af85dbc7f36.png">
| 1.0 | right panel positioning issue - ## Overview
The run history panel, compliance/scan-job error panel, and compliance/reports scan results panel are not positioned correctly. They seem to not correctly take up the right space vertically.
## Repro steps
- navigate to `infrastructure/client-runs` and go to a node detail page
- scroll down
- then open the run history panel
- notice that the top is cut off
### Screenshot
#### Client runs
<img width="1438" alt="run-history-panel" src="https://user-images.githubusercontent.com/5489125/68982253-1e7cde00-07bb-11ea-8a7b-7271a76d1806.png">
#### Compliance scan jobs
<img width="1438" alt="scan-jobs-error-panel" src="https://user-images.githubusercontent.com/5489125/68982391-a5ca5180-07bb-11ea-953b-4af85dbc7f36.png">
| priority | right panel positioning issue overview the run history panel compliance scan job error panel and compliance reports scan results panel are not positioned correctly they seem to not correctly take up the right space vertically repro steps navigate to infrastructure client runs and go to a node detail page scroll down then open the run history panel notice that the top is cut off screenshot client runs img width alt run history panel src compliance scan jobs img width alt scan jobs error panel src | 1 |
729,534 | 25,132,035,119 | IssuesEvent | 2022-11-09 15:47:40 | IDAES/idaes-pse | https://api.github.com/repos/IDAES/idaes-pse | opened | Helmholtz Available Components Check | Priority:High | I need to modify the what the Helmholtz property package checks if a component is available. Currently I assume if it has transport properties on the IDAES side it should be available. That make is hard to add new components without modifying IDAES code, especially if you don't care about transport properties.
I'm not sure how to handle this, but I need to figure it out soon. | 1.0 | Helmholtz Available Components Check - I need to modify the what the Helmholtz property package checks if a component is available. Currently I assume if it has transport properties on the IDAES side it should be available. That make is hard to add new components without modifying IDAES code, especially if you don't care about transport properties.
I'm not sure how to handle this, but I need to figure it out soon. | priority | helmholtz available components check i need to modify the what the helmholtz property package checks if a component is available currently i assume if it has transport properties on the idaes side it should be available that make is hard to add new components without modifying idaes code especially if you don t care about transport properties i m not sure how to handle this but i need to figure it out soon | 1 |
469,375 | 13,507,452,124 | IssuesEvent | 2020-09-14 05:59:33 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | oauth.taiwanmobile.com - see bug description | browser-firefox-reality engine-gecko ml-needsdiagnosis-false ml-probability-high priority-normal | <!-- @browser: Firefox Mobile 79.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:79.0) Gecko/79.0 Firefox/79.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/58216 -->
<!-- @extra_labels: browser-firefox-reality -->
**URL**: https://oauth.taiwanmobile.com/MemberOAuth/common/goto?redirectUrl=https%3A%2F%2Flogin.nvidia.com%2Fcallback%2Fredirect%3Fstate%3DrZg1s9IZyZnjG2V6in2-mrppHxox-SFiHGiABdTP94z4JRZ7mwOMqgsxOGO6B4zkFq1ibRz0kB3A5kWseZWd0w%26scopes%3D82%26code%3DRao_RSn%252FauTJcUtp_-VmPFPT.TLru_PdUnE%253D
**Browser / Version**: Firefox Mobile 79.0
**Operating System**: Android 8.1.0
**Tested Another Browser**: No
**Problem type**: Something else
**Description**: it didn't load me back to GeForce Now app after account log in with my Pico
**Steps to Reproduce**:
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | oauth.taiwanmobile.com - see bug description - <!-- @browser: Firefox Mobile 79.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:79.0) Gecko/79.0 Firefox/79.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/58216 -->
<!-- @extra_labels: browser-firefox-reality -->
**URL**: https://oauth.taiwanmobile.com/MemberOAuth/common/goto?redirectUrl=https%3A%2F%2Flogin.nvidia.com%2Fcallback%2Fredirect%3Fstate%3DrZg1s9IZyZnjG2V6in2-mrppHxox-SFiHGiABdTP94z4JRZ7mwOMqgsxOGO6B4zkFq1ibRz0kB3A5kWseZWd0w%26scopes%3D82%26code%3DRao_RSn%252FauTJcUtp_-VmPFPT.TLru_PdUnE%253D
**Browser / Version**: Firefox Mobile 79.0
**Operating System**: Android 8.1.0
**Tested Another Browser**: No
**Problem type**: Something else
**Description**: it didn't load me back to GeForce Now app after account log in with my Pico
**Steps to Reproduce**:
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | priority | oauth taiwanmobile com see bug description url browser version firefox mobile operating system android tested another browser no problem type something else description it didn t load me back to geforce now app after account log in with my pico steps to reproduce browser configuration none from with ❤️ | 1 |
464,952 | 13,348,754,426 | IssuesEvent | 2020-08-29 20:16:03 | alanqchen/Bear-Blog-Engine | https://api.github.com/repos/alanqchen/Bear-Blog-Engine | closed | Investigate using Incremental Static Regeneration | High Priority enhancement frontend | This has been researched before, but I think a serious look into it is in order. Currently, the time-to-first-byte is very long on pages that use `getServerSideProps`, which is bad for SEO. A better implementation would be to use [incremental static regeneration](https://github.com/vercel/next.js/discussions/11552).
- [x] the API must be started first, since it will be fetched from during build time
- [x] `index.js` will use `getStaticProps`, and pass the first "page" to the inner `PostsContainer` component. It will be incrementally regenerated by setting a `revalidate` timeout
- [x] `/[year]/[month]/[slug]/index.js` will use `getStaticProps`, also with a `revalidate` timeout. Because it uses dynamic props, `getStaticPaths` will fetch the first "page" from the API to pre-render initially (this is also to cap build time w/ a large number of posts). Additionally, `fallback` will be set to `true`, and a skeleton page will be displayed until the generation is done.
- [x] If the above is confirmed to work properly, then similar techniques should be applied to the category links in the navbar
- [x] Investigate failed requests
As a side note, dashboard pages will likely stay using `getServerSideProps` as there is little need to optimize for SEO. | 1.0 | Investigate using Incremental Static Regeneration - This has been researched before, but I think a serious look into it is in order. Currently, the time-to-first-byte is very long on pages that use `getServerSideProps`, which is bad for SEO. A better implementation would be to use [incremental static regeneration](https://github.com/vercel/next.js/discussions/11552).
- [x] the API must be started first, since it will be fetched from during build time
- [x] `index.js` will use `getStaticProps`, and pass the first "page" to the inner `PostsContainer` component. It will be incrementally regenerated by setting a `revalidate` timeout
- [x] `/[year]/[month]/[slug]/index.js` will use `getStaticProps`, also with a `revalidate` timeout. Because it uses dynamic props, `getStaticPaths` will fetch the first "page" from the API to pre-render initially (this is also to cap build time w/ a large number of posts). Additionally, `fallback` will be set to `true`, and a skeleton page will be displayed until the generation is done.
- [x] If the above is confirmed to work properly, then similar techniques should be applied to the category links in the navbar
- [x] Investigate failed requests
As a side note, dashboard pages will likely stay using `getServerSideProps` as there is little need to optimize for SEO. | priority | investigate using incremental static regeneration this has been researched before but i think a serious look into it is in order currently the time to first byte is very long on pages that use getserversideprops which is bad for seo a better implementation would be to use the api must be started first since it will be fetched from during build time index js will use getstaticprops and pass the first page to the inner postscontainer component it will be incrementally regenerated by setting a revalidate timeout index js will use getstaticprops also with a revalidate timeout because it uses dynamic props getstaticpaths will fetch the first page from the api to pre render initially this is also to cap build time w a large number of posts additionally fallback will be set to true and a skeleton page will be displayed until the generation is done if the above is confirmed to work properly then similar techniques should be applied to the category links in the navbar investigate failed requests as a side note dashboard pages will likely stay using getserversideprops as there is little need to optimize for seo | 1 |
176,304 | 6,558,206,294 | IssuesEvent | 2017-09-06 20:27:00 | salesagility/SuiteCRM | https://api.github.com/repos/salesagility/SuiteCRM | closed | 'send Quote by Email' may send to wrong address | bug Fix Proposed High Priority Resolved: Next Release | #### Steps to Reproduce
1. Select `Send Quote by Email` from a Quote
2. The system puts the contact assigned to the quote in the `To:` field
3. Remove this address and put another one
4. Hit `Send`, and it will send the email to the original contact.
#### Context
Causes grief by sending email to a person whom you had just decided you should NOT be sending.
#### Your Environment
* SuiteCRM Version used: 7.9.4
| 1.0 | 'send Quote by Email' may send to wrong address - #### Steps to Reproduce
1. Select `Send Quote by Email` from a Quote
2. The system puts the contact assigned to the quote in the `To:` field
3. Remove this address and put another one
4. Hit `Send`, and it will send the email to the original contact.
#### Context
Causes grief by sending email to a person whom you had just decided you should NOT be sending.
#### Your Environment
* SuiteCRM Version used: 7.9.4
| priority | send quote by email may send to wrong address steps to reproduce select send quote by email from a quote the system puts the contact assigned to the quote in the to field remove this address and put another one hit send and it will send the email to the original contact context causes grief by sending email to a person whom you had just decided you should not be sending your environment suitecrm version used | 1 |
378,139 | 11,196,906,057 | IssuesEvent | 2020-01-03 11:31:49 | mantidproject/mantid | https://api.github.com/repos/mantidproject/mantid | closed | Point to Eigen official Mirror in CMake File | High Priority | As part of the Eigen project's migration from bitbucket to gitlab we are now seeing 401's trying to clone the repo: http://eigen.tuxfamily.org/index.php?title=Main_Page
We must update the project to point to the official mirror whilst the migration takes place since the updated location is currently changing between private and public (at the time of writing) causing random 401's on gitlab too
| 1.0 | Point to Eigen official Mirror in CMake File - As part of the Eigen project's migration from bitbucket to gitlab we are now seeing 401's trying to clone the repo: http://eigen.tuxfamily.org/index.php?title=Main_Page
We must update the project to point to the official mirror whilst the migration takes place since the updated location is currently changing between private and public (at the time of writing) causing random 401's on gitlab too
| priority | point to eigen official mirror in cmake file as part of the eigen project s migration from bitbucket to gitlab we are now seeing s trying to clone the repo we must update the project to point to the official mirror whilst the migration takes place since the updated location is currently changing between private and public at the time of writing causing random s on gitlab too | 1 |
275,389 | 8,575,619,481 | IssuesEvent | 2018-11-12 17:47:57 | phetsims/ph-scale | https://api.github.com/repos/phetsims/ph-scale | closed | CT failure with PressListener integration into RoundButtonView | priority:2-high status:blocks-sim-publication | Noted in https://github.com/phetsims/sun/issues/336:
```
ph-scale : xss-fuzz : load
Uncaught Error: Assertion failed: If a custom isPressedProperty is provided, it must be a Property that is false initially
Error: Assertion failed: If a custom isPressedProperty is provided, it must be a Property that is false initially
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1520276037206/assert/js/assert.js:22:13)
at new PressListener (https://bayes.colorado.edu/continuous-testing/snapshot-1520276037206/scenery/js/listeners/PressListener.js?bust=1520276650810:124:15)
at RoundMomentaryButton.RoundButtonView [as constructor] (https://bayes.colorado.edu/continuous-testing/snapshot-1520276037206/sun/js/buttons/RoundButtonView.js?bust=1520276650810:91:28)
at new RoundMomentaryButton (https://bayes.colorado.edu/continuous-testing/snapshot-1520276037206/sun/js/buttons/RoundMomentaryButton.js?bust=1520276650810:36:21)
at PHDropperNode.EyeDropperNode [as constructor] (https://bayes.colorado.edu/continuous-testing/snapshot-1520276037206/scenery-phet/js/EyeDropperNode.js?bust=1520276650810:86:18)
at new PHDropperNode (https://bayes.colorado.edu/continuous-testing/snapshot-1520276037206/ph-scale/js/common/view/PHDropperNode.js?bust=1520276650810:29:20)
at new MacroScreenView (https://bayes.colorado.edu/continuous-testing/snapshot-1520276037206/ph-scale/js/macro/view/MacroScreenView.js?bust=1520276650810:52:23)
at MacroScreen.createView (https://bayes.colorado.edu/continuous-testing/snapshot-1520276037206/ph-scale/js/macro/MacroScreen.js?bust=1520276650810:44:34)
at MacroScreen.initializeView (https://bayes.colorado.edu/continuous-testing/snapshot-1520276037206/joist/js/Screen.js?bust=1520276650810:242:25)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1520276037206/joist/js/Sim.js?bust=1520276650810:678:18)
Approximately 3/5/2018, 11:53:57 AM
``` | 1.0 | CT failure with PressListener integration into RoundButtonView - Noted in https://github.com/phetsims/sun/issues/336:
```
ph-scale : xss-fuzz : load
Uncaught Error: Assertion failed: If a custom isPressedProperty is provided, it must be a Property that is false initially
Error: Assertion failed: If a custom isPressedProperty is provided, it must be a Property that is false initially
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1520276037206/assert/js/assert.js:22:13)
at new PressListener (https://bayes.colorado.edu/continuous-testing/snapshot-1520276037206/scenery/js/listeners/PressListener.js?bust=1520276650810:124:15)
at RoundMomentaryButton.RoundButtonView [as constructor] (https://bayes.colorado.edu/continuous-testing/snapshot-1520276037206/sun/js/buttons/RoundButtonView.js?bust=1520276650810:91:28)
at new RoundMomentaryButton (https://bayes.colorado.edu/continuous-testing/snapshot-1520276037206/sun/js/buttons/RoundMomentaryButton.js?bust=1520276650810:36:21)
at PHDropperNode.EyeDropperNode [as constructor] (https://bayes.colorado.edu/continuous-testing/snapshot-1520276037206/scenery-phet/js/EyeDropperNode.js?bust=1520276650810:86:18)
at new PHDropperNode (https://bayes.colorado.edu/continuous-testing/snapshot-1520276037206/ph-scale/js/common/view/PHDropperNode.js?bust=1520276650810:29:20)
at new MacroScreenView (https://bayes.colorado.edu/continuous-testing/snapshot-1520276037206/ph-scale/js/macro/view/MacroScreenView.js?bust=1520276650810:52:23)
at MacroScreen.createView (https://bayes.colorado.edu/continuous-testing/snapshot-1520276037206/ph-scale/js/macro/MacroScreen.js?bust=1520276650810:44:34)
at MacroScreen.initializeView (https://bayes.colorado.edu/continuous-testing/snapshot-1520276037206/joist/js/Screen.js?bust=1520276650810:242:25)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1520276037206/joist/js/Sim.js?bust=1520276650810:678:18)
Approximately 3/5/2018, 11:53:57 AM
``` | priority | ct failure with presslistener integration into roundbuttonview noted in ph scale xss fuzz load uncaught error assertion failed if a custom ispressedproperty is provided it must be a property that is false initially error assertion failed if a custom ispressedproperty is provided it must be a property that is false initially at window assertions assertfunction at new presslistener at roundmomentarybutton roundbuttonview at new roundmomentarybutton at phdroppernode eyedroppernode at new phdroppernode at new macroscreenview at macroscreen createview at macroscreen initializeview at array approximately am | 1 |
438,179 | 12,620,673,251 | IssuesEvent | 2020-06-13 08:08:00 | fabriziobertoglio1987/hackathon-team | https://api.github.com/repos/fabriziobertoglio1987/hackathon-team | closed | Voice recognition | Virtual Assistant AI and Chatroom high priority | The user says to his phone to activate voice recognition
"Alex"
Then the user sends the app the following question
"Where can I have dinner with Mike Labroski Tonight at 9:00 in New York City Central Park?"
The Facebook API to retrieve the list of restaurants will be built in separate task https://github.com/fabriziobertoglio1987/hackathon-team/issues/20
The Wit AI AP will be built with https://github.com/fabriziobertoglio1987/hackathon-team/issues/21 and https://github.com/fabriziobertoglio1987/hackathon-team/issues/26
This task only focus on installing and testing the voice recognition library:
https://github.com/react-native-community/voice | 1.0 | Voice recognition - The user says to his phone to activate voice recognition
"Alex"
Then the user sends the app the following question
"Where can I have dinner with Mike Labroski Tonight at 9:00 in New York City Central Park?"
The Facebook API to retrieve the list of restaurants will be built in separate task https://github.com/fabriziobertoglio1987/hackathon-team/issues/20
The Wit AI AP will be built with https://github.com/fabriziobertoglio1987/hackathon-team/issues/21 and https://github.com/fabriziobertoglio1987/hackathon-team/issues/26
This task only focus on installing and testing the voice recognition library:
https://github.com/react-native-community/voice | priority | voice recognition the user says to his phone to activate voice recognition alex then the user sends the app the following question where can i have dinner with mike labroski tonight at in new york city central park the facebook api to retrieve the list of restaurants will be built in separate task the wit ai ap will be built with and this task only focus on installing and testing the voice recognition library | 1 |
110,739 | 4,440,722,520 | IssuesEvent | 2016-08-19 05:46:31 | screwdriver-cd/screwdriver | https://api.github.com/repos/screwdriver-cd/screwdriver | closed | Empowered Launcher | priority/high type/feature | This is a major change to the launcher and how we execute it. Previously we would provide fields like: `jobId`, `pipelineId`, `repository`, and `branch`. We want to reduce the context provided to the launcher and instead empower the launcher to get the information it needs.
This has multiple benefits like:
- Only one place to change (`launcher`) when adding new information like `sha1` or `is_forked`
- Launcher can now make requests on behalf of the build
Fields to be provided to executor:
- `buildId` - Build Identifier (to look up stuff)
- `container` - Container to start in
- `apiUri` - URI to hit our API
- `token` - Token to be able to read/write from the API
Input provided to launcher:
```bash
# docker run ... {{container}}
SD_TOKEN={{token}} /opt/screwdriver/launch --api-uri {{apiUri}} {{buildId}}
```
| 1.0 | Empowered Launcher - This is a major change to the launcher and how we execute it. Previously we would provide fields like: `jobId`, `pipelineId`, `repository`, and `branch`. We want to reduce the context provided to the launcher and instead empower the launcher to get the information it needs.
This has multiple benefits like:
- Only one place to change (`launcher`) when adding new information like `sha1` or `is_forked`
- Launcher can now make requests on behalf of the build
Fields to be provided to executor:
- `buildId` - Build Identifier (to look up stuff)
- `container` - Container to start in
- `apiUri` - URI to hit our API
- `token` - Token to be able to read/write from the API
Input provided to launcher:
```bash
# docker run ... {{container}}
SD_TOKEN={{token}} /opt/screwdriver/launch --api-uri {{apiUri}} {{buildId}}
```
| priority | empowered launcher this is a major change to the launcher and how we execute it previously we would provide fields like jobid pipelineid repository and branch we want to reduce the context provided to the launcher and instead empower the launcher to get the information it needs this has multiple benefits like only one place to change launcher when adding new information like or is forked launcher can now make requests on behalf of the build fields to be provided to executor buildid build identifier to look up stuff container container to start in apiuri uri to hit our api token token to be able to read write from the api input provided to launcher bash docker run container sd token token opt screwdriver launch api uri apiuri buildid | 1 |
730,575 | 25,179,919,555 | IssuesEvent | 2022-11-11 12:43:56 | SOMAS2022/SOMAS2022 | https://api.github.com/repos/SOMAS2022/SOMAS2022 | opened | [infra] MVP - Problems with creating multiple types of agents | infra agent high priority | This issue contains high-priority issues for MVP regarding agent creation that should be solved ASAP.
1. Two `agent` folders exist at the moment. One in `pkg/agent`, and one in `pkg/infra/game/agent`. A decision should be made where agents files should go.
2. The [instantiateAgent](https://github.com/SOMAS2022/SOMAS2022/blob/f9db2d4ecb4c3d87b6830585641ce73eaaa55be9/pkg/infra/main.go#L129) method in `pkg/infra/main.go` contains a for loop that spawns in agents. The problem [here](https://github.com/SOMAS2022/SOMAS2022/blob/f9db2d4ecb4c3d87b6830585641ce73eaaa55be9/pkg/infra/main.go#L140) is that each agent is given an id based on a position on the loop - works for one type of agent but as soon as you have more, agents will have conflicting IDs.
3. The loop mentioned in part 2 also loops over `AgentRandomQty` instead of each other type of agent.
4. No current good/clear/type safe way of spawning in different types of agents other than 'random'. A short term hack could be an if / switch statement but hopefully we can come up with a better way.
A few final points:
- I suggest we keep all MVP-related-agent-creation-problems in this issue so we can keep track of what we've done and what's left as we don't have a lot of time to fix them.
- If anyone else has come across any issues put them here too.
- If anyone is tackling an issue in this thread, post a comment so people are aware that it's being worked on. | 1.0 | [infra] MVP - Problems with creating multiple types of agents - This issue contains high-priority issues for MVP regarding agent creation that should be solved ASAP.
1. Two `agent` folders exist at the moment. One in `pkg/agent`, and one in `pkg/infra/game/agent`. A decision should be made where agents files should go.
2. The [instantiateAgent](https://github.com/SOMAS2022/SOMAS2022/blob/f9db2d4ecb4c3d87b6830585641ce73eaaa55be9/pkg/infra/main.go#L129) method in `pkg/infra/main.go` contains a for loop that spawns in agents. The problem [here](https://github.com/SOMAS2022/SOMAS2022/blob/f9db2d4ecb4c3d87b6830585641ce73eaaa55be9/pkg/infra/main.go#L140) is that each agent is given an id based on a position on the loop - works for one type of agent but as soon as you have more, agents will have conflicting IDs.
3. The loop mentioned in part 2 also loops over `AgentRandomQty` instead of each other type of agent.
4. No current good/clear/type safe way of spawning in different types of agents other than 'random'. A short term hack could be an if / switch statement but hopefully we can come up with a better way.
A few final points:
- I suggest we keep all MVP-related-agent-creation-problems in this issue so we can keep track of what we've done and what's left as we don't have a lot of time to fix them.
- If anyone else has come across any issues put them here too.
- If anyone is tackling an issue in this thread, post a comment so people are aware that it's being worked on. | priority | mvp problems with creating multiple types of agents this issue contains high priority issues for mvp regarding agent creation that should be solved asap two agent folders exist at the moment one in pkg agent and one in pkg infra game agent a decision should be made where agents files should go the method in pkg infra main go contains a for loop that spawns in agents the problem is that each agent is given an id based on a position on the loop works for one type of agent but as soon as you have more agents will have conflicting ids the loop mentioned in part also loops over agentrandomqty instead of each other type of agent no current good clear type safe way of spawning in different types of agents other than random a short term hack could be an if switch statement but hopefully we can come up with a better way a few final points i suggest we keep all mvp related agent creation problems in this issue so we can keep track of what we ve done and what s left as we don t have a lot of time to fix them if anyone else has come across any issues put them here too if anyone is tackling an issue in this thread post a comment so people are aware that it s being worked on | 1 |
123,882 | 4,877,827,840 | IssuesEvent | 2016-11-16 16:34:54 | tfuqua/ukrops | https://api.github.com/repos/tfuqua/ukrops | opened | Order online - Image in cards not filled | Desktop High Priority Performance Style | ### Location
Order online , featured cards
### Description
Images are not filling their space correctly
### Screenshot
<img width="1207" alt="screen shot 2016-11-16 at 11 32 35 am" src="https://cloud.githubusercontent.com/assets/17103891/20355816/a8003a02-abf0-11e6-8b84-3ff8029931fb.png">
| 1.0 | Order online - Image in cards not filled - ### Location
Order online , featured cards
### Description
Images are not filling their space correctly
### Screenshot
<img width="1207" alt="screen shot 2016-11-16 at 11 32 35 am" src="https://cloud.githubusercontent.com/assets/17103891/20355816/a8003a02-abf0-11e6-8b84-3ff8029931fb.png">
| priority | order online image in cards not filled location order online featured cards description images are not filling their space correctly screenshot img width alt screen shot at am src | 1 |
474,394 | 13,668,870,259 | IssuesEvent | 2020-09-29 00:15:21 | DeepakVelmurugan/virtualdata | https://api.github.com/repos/DeepakVelmurugan/virtualdata | closed | Provide a option to make train-test split with the uploaded csv file and display | enhancement high-priority | It will nice to display a button which carries out the train-test split function. Use scikit-learn library to carry this out. | 1.0 | Provide a option to make train-test split with the uploaded csv file and display - It will nice to display a button which carries out the train-test split function. Use scikit-learn library to carry this out. | priority | provide a option to make train test split with the uploaded csv file and display it will nice to display a button which carries out the train test split function use scikit learn library to carry this out | 1 |
565,456 | 16,761,635,081 | IssuesEvent | 2021-06-13 22:38:58 | bounswe/2021SpringGroup6 | https://api.github.com/repos/bounswe/2021SpringGroup6 | closed | Write unit tests for badge post endpoint | Platform: Back-end Priority: High Status: Complete Type: Task | It should just check if the status code of the response is 201 | 1.0 | Write unit tests for badge post endpoint - It should just check if the status code of the response is 201 | priority | write unit tests for badge post endpoint it should just check if the status code of the response is | 1 |
443,635 | 12,797,236,819 | IssuesEvent | 2020-07-02 11:57:47 | ctm/mb2-doc | https://api.github.com/repos/ctm/mb2-doc | closed | Add a Tourney doesn't dismiss | bug high priority | I screwed up when I added the ability to customize the demo. I now have the tournament modal in the DOM twice, because I bring up the one from the lobby once we learn about structure names, even if we're not in demo mode.
I can fix this easily when I'm awake. | 1.0 | Add a Tourney doesn't dismiss - I screwed up when I added the ability to customize the demo. I now have the tournament modal in the DOM twice, because I bring up the one from the lobby once we learn about structure names, even if we're not in demo mode.
I can fix this easily when I'm awake. | priority | add a tourney doesn t dismiss i screwed up when i added the ability to customize the demo i now have the tournament modal in the dom twice because i bring up the one from the lobby once we learn about structure names even if we re not in demo mode i can fix this easily when i m awake | 1 |
800,103 | 28,349,516,546 | IssuesEvent | 2023-04-12 00:54:02 | openmsupply/open-msupply | https://api.github.com/repos/openmsupply/open-msupply | opened | Remove fine grain access control for document types | programs Priority: High | Currently document access is restricted by document type. However, it's enough to restrict document access by program.
- [ ] redefine dynamic document permission to only include program types as context
- [ ] update permission setup in init scripts (remove non-program document types)
- [ ] Calculate the allowed docs list from the `document_registry` from the list of program names from the program permissions
- [ ] rename `CapabilityTag::DocumentType` ...
- [ ] handle access for patient documents since they are not belonging to a special program | 1.0 | Remove fine grain access control for document types - Currently document access is restricted by document type. However, it's enough to restrict document access by program.
- [ ] redefine dynamic document permission to only include program types as context
- [ ] update permission setup in init scripts (remove non-program document types)
- [ ] Calculate the allowed docs list from the `document_registry` from the list of program names from the program permissions
- [ ] rename `CapabilityTag::DocumentType` ...
- [ ] handle access for patient documents since they are not belonging to a special program | priority | remove fine grain access control for document types currently document access is restricted by document type however it s enough to restrict document access by program redefine dynamic document permission to only include program types as context update permission setup in init scripts remove non program document types calculate the allowed docs list from the document registry from the list of program names from the program permissions rename capabilitytag documenttype handle access for patient documents since they are not belonging to a special program | 1 |
698,718 | 23,990,074,455 | IssuesEvent | 2022-09-13 23:37:30 | pokt-network/pocket | https://api.github.com/repos/pokt-network/pocket | closed | [Telemetry] Research GoLang logging libraries | infra priority:high telemetry tooling | ## Objective
Research various logging libraries and compose a list of those that satisfy the requirements we need.
## Origin Document
In order to unblock the work in https://github.com/pokt-network/pocket/issues/173 (i.e. first iteration of logging grafana dashboards), we first need to pick a logging library before we update the codebase and build the dashboards.
## Goals
- [ ] Identify list of requirements we need for logging (e.g. log by level, log by module, etc...)
- [ ] Propose the research, findings and recommendations to the protocol team before logs are standardized across the codebase
## Deliverables
- [ ] 1-2 pager containing:
- [ ] A list of various GoLang logging libraries
- [ ] Logging requirements
- [ ] Tradeoffs (complexity, benefits, features) of each logging library in a table or chart
- [ ] A presentation/discussion with the protocol team, after which a library is selected before moving forward
## Non-goals / Non-deliverables
- Standardizing logs across the codebase (i.e. no code)
- Building any dashboards or tooling
---
**Creator**: @Olshansk
**Co-Owners**: @okdas
| 1.0 | [Telemetry] Research GoLang logging libraries - ## Objective
Research various logging libraries and compose a list of those that satisfy the requirements we need.
## Origin Document
In order to unblock the work in https://github.com/pokt-network/pocket/issues/173 (i.e. first iteration of logging grafana dashboards), we first need to pick a logging library before we update the codebase and build the dashboards.
## Goals
- [ ] Identify list of requirements we need for logging (e.g. log by level, log by module, etc...)
- [ ] Propose the research, findings and recommendations to the protocol team before logs are standardized across the codebase
## Deliverables
- [ ] 1-2 pager containing:
- [ ] A list of various GoLang logging libraries
- [ ] Logging requirements
- [ ] Tradeoffs (complexity, benefits, features) of each logging library in a table or chart
- [ ] A presentation/discussion with the protocol team, after which a library is selected before moving forward
## Non-goals / Non-deliverables
- Standardizing logs across the codebase (i.e. no code)
- Building any dashboards or tooling
---
**Creator**: @Olshansk
**Co-Owners**: @okdas
| priority | research golang logging libraries objective research various logging libraries and compose a list of those that satisfy the requirements we need origin document in order to unblock the work in i e first iteration of logging grafana dashboards we first need to pick a logging library before we update the codebase and build the dashboards goals identify list of requirements we need for logging e g log by level log by module etc propose the research findings and recommendations to the protocol team before logs are standardized across the codebase deliverables pager containing a list of various golang logging libraries logging requirements tradeoffs complexity benefits features of each logging library in a table or chart a presentation discussion with the protocol team after which a library is selected before moving forward non goals non deliverables standardizing logs across the codebase i e no code building any dashboards or tooling creator olshansk co owners okdas | 1 |
236,095 | 7,746,167,617 | IssuesEvent | 2018-05-29 20:45:46 | Coderockr/vitrine-social | https://api.github.com/repos/Coderockr/vitrine-social | closed | Login | Category: Backend Level: Medium Priority: High Stage: In progress Type: New feature | ## Login [/auth/login]
### Realizar login [POST]
+ Request Login
+ Headers
Accept: application/json
Content-Type: application/json
+ Attributes (Login)
+ Response 200 (application/json)
+ Attributes
+ organization (BaseOrganization)
+ token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWV9.TJVA95OrM7E2cBab30RMHrHDcEfxjoYZgeFONFh7HgQ (string)
+ Response 404 (application/json)
+ Attributes (Error)
| 1.0 | Login - ## Login [/auth/login]
### Realizar login [POST]
+ Request Login
+ Headers
Accept: application/json
Content-Type: application/json
+ Attributes (Login)
+ Response 200 (application/json)
+ Attributes
+ organization (BaseOrganization)
+ token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWV9.TJVA95OrM7E2cBab30RMHrHDcEfxjoYZgeFONFh7HgQ (string)
+ Response 404 (application/json)
+ Attributes (Error)
| priority | login login realizar login request login headers accept application json content type application json attributes login response application json attributes organization baseorganization token string response application json attributes error | 1 |
87,476 | 3,755,119,171 | IssuesEvent | 2016-03-12 12:35:38 | kotcrab/vis-editor | https://api.github.com/repos/kotcrab/vis-editor | closed | Cannot run VisEditor on Mac. | bug editor priority: high | Hi,
I cannot run VisEditor from source on Mac. How can I fix it?
```
[15:46][Debug] Loading completed
java.lang.IllegalStateException: Mouse doesn't support native cursors
at org.lwjgl.input.Mouse.setNativeCursor(Mouse.java:186)
at com.badlogic.gdx.backends.lwjgl.LwjglGraphics.setSystemCursor(LwjglGraphics.java:633)
at com.kotcrab.vis.ui.widget.LinkLabel$1.enter(LinkLabel.java:107)
at com.badlogic.gdx.scenes.scene2d.InputListener.handle(InputListener.java:68)
at com.badlogic.gdx.scenes.scene2d.Actor.notify(Actor.java:181)
at com.badlogic.gdx.scenes.scene2d.Actor.fire(Actor.java:146)
at com.badlogic.gdx.scenes.scene2d.Stage.fireEnterAndExit(Stage.java:252)
at com.badlogic.gdx.scenes.scene2d.Stage.act(Stage.java:215)
at com.kotcrab.vis.editor.Editor.render(Editor.java:250)
at com.badlogic.gdx.backends.lwjgl.LwjglCanvas$3.run(LwjglCanvas.java:242)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
at java.awt.EventQueue.access$400(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:697)
at java.awt.EventQueue$3.run(EventQueue.java:691)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:714)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
[15:46][Fatal] java.lang.RuntimeException: No OpenGL context found in the current thread.
at org.lwjgl.opengl.GLContext.getCapabilities(GLContext.java:124)
at org.lwjgl.opengl.GL11.glDeleteTextures(GL11.java:732)
at com.badlogic.gdx.backends.lwjgl.LwjglGL20.glDeleteTexture(LwjglGL20.java:248)
at com.badlogic.gdx.graphics.GLTexture.delete(GLTexture.java:170)
at com.badlogic.gdx.graphics.Texture.dispose(Texture.java:194)
at com.kotcrab.vis.ui.widget.color.internal.PickerCommons.dispose(PickerCommons.java:103)
at com.kotcrab.vis.ui.widget.color.BasicColorPicker.dispose(BasicColorPicker.java:310)
at com.kotcrab.vis.ui.widget.color.ColorPicker.dispose(ColorPicker.java:148)
at com.kotcrab.vis.editor.module.editor.ColorPickerModule.dispose(ColorPickerModule.java:35)
at com.kotcrab.vis.editor.module.ModuleContainer.dispose(ModuleContainer.java:189)
at com.kotcrab.vis.editor.Editor.dispose(Editor.java:259)
at com.badlogic.gdx.backends.lwjgl.LwjglCanvas$4.run(LwjglCanvas.java:311)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
at java.awt.EventQueue.access$400(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:697)
at java.awt.EventQueue$3.run(EventQueue.java:691)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:714)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
[15:46][Fatal] Uncaught exception occurred, error report will be saved
``` | 1.0 | Cannot run VisEditor on Mac. - Hi,
I cannot run VisEditor from source on Mac. How can I fix it?
```
[15:46][Debug] Loading completed
java.lang.IllegalStateException: Mouse doesn't support native cursors
at org.lwjgl.input.Mouse.setNativeCursor(Mouse.java:186)
at com.badlogic.gdx.backends.lwjgl.LwjglGraphics.setSystemCursor(LwjglGraphics.java:633)
at com.kotcrab.vis.ui.widget.LinkLabel$1.enter(LinkLabel.java:107)
at com.badlogic.gdx.scenes.scene2d.InputListener.handle(InputListener.java:68)
at com.badlogic.gdx.scenes.scene2d.Actor.notify(Actor.java:181)
at com.badlogic.gdx.scenes.scene2d.Actor.fire(Actor.java:146)
at com.badlogic.gdx.scenes.scene2d.Stage.fireEnterAndExit(Stage.java:252)
at com.badlogic.gdx.scenes.scene2d.Stage.act(Stage.java:215)
at com.kotcrab.vis.editor.Editor.render(Editor.java:250)
at com.badlogic.gdx.backends.lwjgl.LwjglCanvas$3.run(LwjglCanvas.java:242)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
at java.awt.EventQueue.access$400(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:697)
at java.awt.EventQueue$3.run(EventQueue.java:691)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:714)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
[15:46][Fatal] java.lang.RuntimeException: No OpenGL context found in the current thread.
at org.lwjgl.opengl.GLContext.getCapabilities(GLContext.java:124)
at org.lwjgl.opengl.GL11.glDeleteTextures(GL11.java:732)
at com.badlogic.gdx.backends.lwjgl.LwjglGL20.glDeleteTexture(LwjglGL20.java:248)
at com.badlogic.gdx.graphics.GLTexture.delete(GLTexture.java:170)
at com.badlogic.gdx.graphics.Texture.dispose(Texture.java:194)
at com.kotcrab.vis.ui.widget.color.internal.PickerCommons.dispose(PickerCommons.java:103)
at com.kotcrab.vis.ui.widget.color.BasicColorPicker.dispose(BasicColorPicker.java:310)
at com.kotcrab.vis.ui.widget.color.ColorPicker.dispose(ColorPicker.java:148)
at com.kotcrab.vis.editor.module.editor.ColorPickerModule.dispose(ColorPickerModule.java:35)
at com.kotcrab.vis.editor.module.ModuleContainer.dispose(ModuleContainer.java:189)
at com.kotcrab.vis.editor.Editor.dispose(Editor.java:259)
at com.badlogic.gdx.backends.lwjgl.LwjglCanvas$4.run(LwjglCanvas.java:311)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
at java.awt.EventQueue.access$400(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:697)
at java.awt.EventQueue$3.run(EventQueue.java:691)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:714)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
[15:46][Fatal] Uncaught exception occurred, error report will be saved
``` | priority | cannot run viseditor on mac hi i cannot run viseditor from source on mac how can i fix it loading completed java lang illegalstateexception mouse doesn t support native cursors at org lwjgl input mouse setnativecursor mouse java at com badlogic gdx backends lwjgl lwjglgraphics setsystemcursor lwjglgraphics java at com kotcrab vis ui widget linklabel enter linklabel java at com badlogic gdx scenes inputlistener handle inputlistener java at com badlogic gdx scenes actor notify actor java at com badlogic gdx scenes actor fire actor java at com badlogic gdx scenes stage fireenterandexit stage java at com badlogic gdx scenes stage act stage java at com kotcrab vis editor editor render editor java at com badlogic gdx backends lwjgl lwjglcanvas run lwjglcanvas java at java awt event invocationevent dispatch invocationevent java at java awt eventqueue dispatcheventimpl eventqueue java at java awt eventqueue access eventqueue java at java awt eventqueue run eventqueue java at java awt eventqueue run eventqueue java at java security accesscontroller doprivileged native method at java security protectiondomain dointersectionprivilege protectiondomain java at java awt eventqueue dispatchevent eventqueue java at java awt eventdispatchthread pumponeeventforfilters eventdispatchthread java at java awt eventdispatchthread pumpeventsforfilter eventdispatchthread java at java awt eventdispatchthread pumpeventsforhierarchy eventdispatchthread java at java awt eventdispatchthread pumpevents eventdispatchthread java at java awt eventdispatchthread pumpevents eventdispatchthread java at java awt eventdispatchthread run eventdispatchthread java java lang runtimeexception no opengl context found in the current thread at org lwjgl opengl glcontext getcapabilities glcontext java at org lwjgl opengl gldeletetextures java at com badlogic gdx backends lwjgl gldeletetexture java at com badlogic gdx graphics gltexture delete gltexture java at com badlogic gdx graphics texture dispose texture java at com kotcrab vis ui widget color internal pickercommons dispose pickercommons java at com kotcrab vis ui widget color basiccolorpicker dispose basiccolorpicker java at com kotcrab vis ui widget color colorpicker dispose colorpicker java at com kotcrab vis editor module editor colorpickermodule dispose colorpickermodule java at com kotcrab vis editor module modulecontainer dispose modulecontainer java at com kotcrab vis editor editor dispose editor java at com badlogic gdx backends lwjgl lwjglcanvas run lwjglcanvas java at java awt event invocationevent dispatch invocationevent java at java awt eventqueue dispatcheventimpl eventqueue java at java awt eventqueue access eventqueue java at java awt eventqueue run eventqueue java at java awt eventqueue run eventqueue java at java security accesscontroller doprivileged native method at java security protectiondomain dointersectionprivilege protectiondomain java at java awt eventqueue dispatchevent eventqueue java at java awt eventdispatchthread pumponeeventforfilters eventdispatchthread java at java awt eventdispatchthread pumpeventsforfilter eventdispatchthread java at java awt eventdispatchthread pumpeventsforhierarchy eventdispatchthread java at java awt eventdispatchthread pumpevents eventdispatchthread java at java awt eventdispatchthread pumpevents eventdispatchthread java at java awt eventdispatchthread run eventdispatchthread java uncaught exception occurred error report will be saved | 1 |
344,234 | 10,341,475,278 | IssuesEvent | 2019-09-04 02:23:42 | TerriaJS/terriajs | https://api.github.com/repos/TerriaJS/terriajs | closed | SDMX doing weird things | High priority | https://nationalmap.gov.au/#share=s-o1oGEGcGdINRoG6tiezmIqQvfu5
Add an SDMX dataset and change some of the conditions and it starts freaking.
In the link above if you try and remove the dataset from the map you can't - it's like it keeps holding on to some reference to a past version of the dataset which is can no longer remove | 1.0 | SDMX doing weird things - https://nationalmap.gov.au/#share=s-o1oGEGcGdINRoG6tiezmIqQvfu5
Add an SDMX dataset and change some of the conditions and it starts freaking.
In the link above if you try and remove the dataset from the map you can't - it's like it keeps holding on to some reference to a past version of the dataset which is can no longer remove | priority | sdmx doing weird things add an sdmx dataset and change some of the conditions and it starts freaking in the link above if you try and remove the dataset from the map you can t it s like it keeps holding on to some reference to a past version of the dataset which is can no longer remove | 1 |
200,911 | 7,018,071,178 | IssuesEvent | 2017-12-21 12:12:33 | AnSyn/ansyn | https://api.github.com/repos/AnSyn/ansyn | closed | (feat) Log Service | Enhancement Priority: High | Add log service to core package with the following data
- [ ] All App errors (as @AmitMY suggested)
- [ ] MettaAffect Data
- [ ] Window data
- [ ] Date & Time
- [ ] Component
- [ ] Severity (Critical, Error, Warning, Info, Debug)
- [ ] Description
Make sure all UI/Services Opertaions are recorded (currently to console log) | 1.0 | (feat) Log Service - Add log service to core package with the following data
- [ ] All App errors (as @AmitMY suggested)
- [ ] MettaAffect Data
- [ ] Window data
- [ ] Date & Time
- [ ] Component
- [ ] Severity (Critical, Error, Warning, Info, Debug)
- [ ] Description
Make sure all UI/Services Opertaions are recorded (currently to console log) | priority | feat log service add log service to core package with the following data all app errors as amitmy suggested mettaaffect data window data date time component severity critical error warning info debug description make sure all ui services opertaions are recorded currently to console log | 1 |
557,685 | 16,515,704,034 | IssuesEvent | 2021-05-26 09:32:39 | mantidproject/mantid | https://api.github.com/repos/mantidproject/mantid | opened | Instrument View: Error unwrapping surface for some instruments | Bug High Priority Reported By User | <!-- If the issue was raised by a user they should be named here.
**Original reporter:** ISIS/Rob Dalgliesh
-->
### Expected behavior
Instrument view shows unwrapped view of instrument.
### Actual behavior
An error is generated for some IDFS, e.g CRISP & INTER.
### Steps to reproduce the behavior
* Start Workbench
* Run `LoadEmptyInstrument` and set `InstrumentName` to `CRISP` and set a workspace name
* Click show instrument on the workspace
* Click the box showing "Full 3D" and switch it to one of the other flat projections like Cylinder Y
* An error dialog is generated.
### Platforms affected
All
| 1.0 | Instrument View: Error unwrapping surface for some instruments - <!-- If the issue was raised by a user they should be named here.
**Original reporter:** ISIS/Rob Dalgliesh
-->
### Expected behavior
Instrument view shows unwrapped view of instrument.
### Actual behavior
An error is generated for some IDFS, e.g CRISP & INTER.
### Steps to reproduce the behavior
* Start Workbench
* Run `LoadEmptyInstrument` and set `InstrumentName` to `CRISP` and set a workspace name
* Click show instrument on the workspace
* Click the box showing "Full 3D" and switch it to one of the other flat projections like Cylinder Y
* An error dialog is generated.
### Platforms affected
All
| priority | instrument view error unwrapping surface for some instruments if the issue was raised by a user they should be named here original reporter isis rob dalgliesh expected behavior instrument view shows unwrapped view of instrument actual behavior an error is generated for some idfs e g crisp inter steps to reproduce the behavior start workbench run loademptyinstrument and set instrumentname to crisp and set a workspace name click show instrument on the workspace click the box showing full and switch it to one of the other flat projections like cylinder y an error dialog is generated platforms affected all | 1 |
441,011 | 12,707,019,458 | IssuesEvent | 2020-06-23 08:13:34 | luna/luna | https://api.github.com/repos/luna/luna | closed | Implement Dependency Tooling | Category: Tooling Difficulty: Core Contributor Priority: High Type: Enhancement | Luna Build's integrated dependency tooling will allow for management of project dependencies from the command-line.
- [ ] Dependencies are tracked in `project-name/.luna-project/deps.yaml`. This file is not user editable.
- [ ] If the `deps.yaml` file is changed without use of the Luna Build command-line tools, it will be regenerated.
- [ ] The dependency history is stored against a hash in `deps-history.yaml`. This file is updated when any dependency change is made.
- [ ] The command `rollback [HASH]`: When called with no argument lists the dependency changes. When called with a hash reverts the project's dependency state.
- [ ] The command `update [DEPENDENCY]`: When called with no argument updates all non-frozen dependencies to their latest versions. When called with a dependency, it updates that dependency to the latest version. Luna (the compiler) is considered a dependency, and is tracked in this way. If called on a frozen dependency this will error.
- [ ] The command `freeze DEPENDENCY[-VERSION]`: Freezes the dependency to the current version, or, if specified, to the provided version.
- [ ] The command `unfreeze DEPENDENCY`: Unfreezes the version bound on the specified dependency.
- [ ] The command `reresolve`: Removes all dependency information and performs the resolution again from scratch. This _does_ work with the `rollback`.
Due: 2018-04-25 | 1.0 | Implement Dependency Tooling - Luna Build's integrated dependency tooling will allow for management of project dependencies from the command-line.
- [ ] Dependencies are tracked in `project-name/.luna-project/deps.yaml`. This file is not user editable.
- [ ] If the `deps.yaml` file is changed without use of the Luna Build command-line tools, it will be regenerated.
- [ ] The dependency history is stored against a hash in `deps-history.yaml`. This file is updated when any dependency change is made.
- [ ] The command `rollback [HASH]`: When called with no argument lists the dependency changes. When called with a hash reverts the project's dependency state.
- [ ] The command `update [DEPENDENCY]`: When called with no argument updates all non-frozen dependencies to their latest versions. When called with a dependency, it updates that dependency to the latest version. Luna (the compiler) is considered a dependency, and is tracked in this way. If called on a frozen dependency this will error.
- [ ] The command `freeze DEPENDENCY[-VERSION]`: Freezes the dependency to the current version, or, if specified, to the provided version.
- [ ] The command `unfreeze DEPENDENCY`: Unfreezes the version bound on the specified dependency.
- [ ] The command `reresolve`: Removes all dependency information and performs the resolution again from scratch. This _does_ work with the `rollback`.
Due: 2018-04-25 | priority | implement dependency tooling luna build s integrated dependency tooling will allow for management of project dependencies from the command line dependencies are tracked in project name luna project deps yaml this file is not user editable if the deps yaml file is changed without use of the luna build command line tools it will be regenerated the dependency history is stored against a hash in deps history yaml this file is updated when any dependency change is made the command rollback when called with no argument lists the dependency changes when called with a hash reverts the project s dependency state the command update when called with no argument updates all non frozen dependencies to their latest versions when called with a dependency it updates that dependency to the latest version luna the compiler is considered a dependency and is tracked in this way if called on a frozen dependency this will error the command freeze dependency freezes the dependency to the current version or if specified to the provided version the command unfreeze dependency unfreezes the version bound on the specified dependency the command reresolve removes all dependency information and performs the resolution again from scratch this does work with the rollback due | 1 |
647,775 | 21,155,784,744 | IssuesEvent | 2022-04-07 02:58:02 | AY2122S2-CS2103T-T09-3/tp | https://api.github.com/repos/AY2122S2-CS2103T-T09-3/tp | closed | [PE-D] Inconsistencies in UG and feedback message for sort (casing, spaces) | type.Task priority.High severity.Low | 

casing ^
---


spaces ^
<!--session: 1648793010043-59049725-07f1-45e9-8d2f-79bc418e459a-->
<!--Version: Web v3.4.2-->
-------------
Labels: `severity.Low` `type.DocumentationBug`
original: yongler/ped#7 | 1.0 | [PE-D] Inconsistencies in UG and feedback message for sort (casing, spaces) - 

casing ^
---


spaces ^
<!--session: 1648793010043-59049725-07f1-45e9-8d2f-79bc418e459a-->
<!--Version: Web v3.4.2-->
-------------
Labels: `severity.Low` `type.DocumentationBug`
original: yongler/ped#7 | priority | inconsistencies in ug and feedback message for sort casing spaces casing spaces labels severity low type documentationbug original yongler ped | 1 |
650,308 | 21,386,950,399 | IssuesEvent | 2022-04-21 00:21:31 | knative/docs | https://api.github.com/repos/knative/docs | closed | Eventing Sugar Controller Integration | priority/high | ## What is changing? (Please include as many details as possible.)
The sugar reconciler has been integrated into the base eventing controller and is now controlled by two LabelSelector fields.
## How will this impact our users?
The Sugar controller can be used much more flexibly with the changes. The Sugar controller's legacy behaviour can be replicated, however the steps to do that will change.
The changes also require an update to our [Sugar Controller Installation & Usage docs](https://knative.dev/docs/eventing/sugar/#trigger-example)
## In what release will this take happen (to the best of your knowledge)?
v1.4
## Context
Link to associated PRs or issues from other repos here.
1. PR - https://github.com/knative/eventing/pull/6027
| 1.0 | Eventing Sugar Controller Integration - ## What is changing? (Please include as many details as possible.)
The sugar reconciler has been integrated into the base eventing controller and is now controlled by two LabelSelector fields.
## How will this impact our users?
The Sugar controller can be used much more flexibly with the changes. The Sugar controller's legacy behaviour can be replicated, however the steps to do that will change.
The changes also require an update to our [Sugar Controller Installation & Usage docs](https://knative.dev/docs/eventing/sugar/#trigger-example)
## In what release will this take happen (to the best of your knowledge)?
v1.4
## Context
Link to associated PRs or issues from other repos here.
1. PR - https://github.com/knative/eventing/pull/6027
| priority | eventing sugar controller integration what is changing please include as many details as possible the sugar reconciler has been integrated into the base eventing controller and is now controlled by two labelselector fields how will this impact our users the sugar controller can be used much more flexibly with the changes the sugar controller s legacy behaviour can be replicated however the steps to do that will change the changes also require an update to our in what release will this take happen to the best of your knowledge context link to associated prs or issues from other repos here pr | 1 |
714,726 | 24,572,259,806 | IssuesEvent | 2022-10-13 09:32:41 | Betarena/scores | https://api.github.com/repos/Betarena/scores | closed | Footer displaying after the header | bug high priority | A few user records show that the footer sometimes loads after the header.

| 1.0 | Footer displaying after the header - A few user records show that the footer sometimes loads after the header.

| priority | footer displaying after the header a few user records show that the footer sometimes loads after the header | 1 |
596,919 | 18,150,459,909 | IssuesEvent | 2021-09-26 07:08:41 | FrancescoXX/4c-site | https://api.github.com/repos/FrancescoXX/4c-site | opened | Build failing | bug 🟧 priority: high | A build is failing since few days. It would be great if someone could have a look. | 1.0 | Build failing - A build is failing since few days. It would be great if someone could have a look. | priority | build failing a build is failing since few days it would be great if someone could have a look | 1 |
675,733 | 23,103,058,307 | IssuesEvent | 2022-07-27 06:04:39 | openmsupply/mobile | https://api.github.com/repos/openmsupply/mobile | closed | Kiribati: Delete patient medical record | Priority: high Feature Project: Kiribati COVID-19 Vax | ## Is your feature request related to a problem? Please describe.
Add soft deletion of the patients to the "Patient Details" page.
--------
### More context:
**User Stories:**

### Proposed solution
- The system will be updated to allow deletion of patient medical records via mSupply Desktop.
- Vaccination events associated with the deleted patient medical record will also be deleted.
- The system will be updated to make automatic stock inventory adjustments when deleting a vaccination event (e.g. the issuing store will be refunded the vaccine stock that was erroneously recorded as being administered to the patient).
- Deleted patient medical records and vaccination events will be kept in the back-end for auditing purposes.
Some other proposed solution details:
- **If there are vaccines dispensed to the patient on a different tablet - it will not be deleted!**
- If there are any dispensary transactions made with this patient on the current tablet, the patient will not be deleted.
- All the vaccination events associated with this patient will be deleted, and stock will be returned.
## Implementation
Not sure yet
## Additional context
Trello card: [(1.7.g + 1.7.h + 1.7.i) Delete patient medical record](https://trello.com/c/DpudXeHa/76-17g-17h-17i-delete-patient-medical-record)
- I'm not sure if there's a way of checking if this patient had transactions on another tablet. As we soft delete it shouldn't cause any problems even if there are any transactions on the other tablet. However, Adam reassured me that they do not use dispensing module at all.
| 1.0 | Kiribati: Delete patient medical record - ## Is your feature request related to a problem? Please describe.
Add soft deletion of the patients to the "Patient Details" page.
--------
### More context:
**User Stories:**

### Proposed solution
- The system will be updated to allow deletion of patient medical records via mSupply Desktop.
- Vaccination events associated with the deleted patient medical record will also be deleted.
- The system will be updated to make automatic stock inventory adjustments when deleting a vaccination event (e.g. the issuing store will be refunded the vaccine stock that was erroneously recorded as being administered to the patient).
- Deleted patient medical records and vaccination events will be kept in the back-end for auditing purposes.
Some other proposed solution details:
- **If there are vaccines dispensed to the patient on a different tablet - it will not be deleted!**
- If there are any dispensary transactions made with this patient on the current tablet, the patient will not be deleted.
- All the vaccination events associated with this patient will be deleted, and stock will be returned.
## Implementation
Not sure yet
## Additional context
Trello card: [(1.7.g + 1.7.h + 1.7.i) Delete patient medical record](https://trello.com/c/DpudXeHa/76-17g-17h-17i-delete-patient-medical-record)
- I'm not sure if there's a way of checking if this patient had transactions on another tablet. As we soft delete it shouldn't cause any problems even if there are any transactions on the other tablet. However, Adam reassured me that they do not use dispensing module at all.
| priority | kiribati delete patient medical record is your feature request related to a problem please describe add soft deletion of the patients to the patient details page more context user stories proposed solution the system will be updated to allow deletion of patient medical records via msupply desktop vaccination events associated with the deleted patient medical record will also be deleted the system will be updated to make automatic stock inventory adjustments when deleting a vaccination event e g the issuing store will be refunded the vaccine stock that was erroneously recorded as being administered to the patient deleted patient medical records and vaccination events will be kept in the back end for auditing purposes some other proposed solution details if there are vaccines dispensed to the patient on a different tablet it will not be deleted if there are any dispensary transactions made with this patient on the current tablet the patient will not be deleted all the vaccination events associated with this patient will be deleted and stock will be returned implementation not sure yet additional context trello card i m not sure if there s a way of checking if this patient had transactions on another tablet as we soft delete it shouldn t cause any problems even if there are any transactions on the other tablet however adam reassured me that they do not use dispensing module at all | 1 |
640,803 | 20,799,725,679 | IssuesEvent | 2022-03-17 12:51:00 | co-cart/co-cart | https://api.github.com/repos/co-cart/co-cart | closed | CoCart 3.1.2 Review nag is not dismissable | bug:confirmed priority:high scale:tiny Admin | <!-- Hi there! This form is for reporting bugs and issues specific to the CoCart plugin. This is not a support portal. -->
The nag at the top of the page always returns, no matter how many times it is dismissed - this is the second such nag issue - however there was a filter the remove previous notices, this one seems to have no filter to control it.
<!-- A clear and concise description of what the bug is. Please be as descriptive as possible. Issues lacking the below details, or for any other reason than to report a bug, may be closed without action. -->
Install version 3.1.2 and visit an admin page.
<!-- Mark completed items with an [x] -->
- [x ] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [x] The issue still exists against the latest `trunk` branch of CoCart on GitHub.
- [x] The issue still exists against the latest `dev` branch of CoCart on GitHub (this is **not** the same version as on WordPress.org!).
- [x] I have attempted to find the simplest possible steps to reproduce the issue.
- [x] I have included a failing test as a pull request (Optional)
- [X] I have installed the requirements to run this plugin.
## Steps to reproduce the issue
<!-- I need to be able to reproduce the bug in order to fix it so please be descriptive! -->
1.Install version 3.1.2 and visit an admin page.
## Expected/actual behavior
Click dismiss and the notice does not show again
When I follow those steps, I see...
No more notice
## Screenshots
](https://ibb.co/3MhrYwL)
## Isolating the problem
<!-- Mark completed items with an [x] -->
- [x] This bug happens with only WooCommerce and CoCart plugin are active.
- [ ] This bug happens with a default WordPress theme active.
- [ ] This bug happens with the WordPress theme Storefront active.
- [ ] This bug happens with the latest release of WooCommerce active.
- [ ] This bug happens only when I authenticate as a customer.
- [ ] This bug happens only when I authenticate as administrator.
- [ ] I can reproduce this bug consistently using the steps above.
## WordPress Environment
<details>
```
Go to "WooCommerce > System Status then copy and paste the system status report here.
```
</details>
## Additional context
<!--Any additional context or details you think might be helpful.-->
| 1.0 | CoCart 3.1.2 Review nag is not dismissable - <!-- Hi there! This form is for reporting bugs and issues specific to the CoCart plugin. This is not a support portal. -->
The nag at the top of the page always returns, no matter how many times it is dismissed - this is the second such nag issue - however there was a filter the remove previous notices, this one seems to have no filter to control it.
<!-- A clear and concise description of what the bug is. Please be as descriptive as possible. Issues lacking the below details, or for any other reason than to report a bug, may be closed without action. -->
Install version 3.1.2 and visit an admin page.
<!-- Mark completed items with an [x] -->
- [x ] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [x] The issue still exists against the latest `trunk` branch of CoCart on GitHub.
- [x] The issue still exists against the latest `dev` branch of CoCart on GitHub (this is **not** the same version as on WordPress.org!).
- [x] I have attempted to find the simplest possible steps to reproduce the issue.
- [x] I have included a failing test as a pull request (Optional)
- [X] I have installed the requirements to run this plugin.
## Steps to reproduce the issue
<!-- I need to be able to reproduce the bug in order to fix it so please be descriptive! -->
1.Install version 3.1.2 and visit an admin page.
## Expected/actual behavior
Click dismiss and the notice does not show again
When I follow those steps, I see...
No more notice
## Screenshots
](https://ibb.co/3MhrYwL)
## Isolating the problem
<!-- Mark completed items with an [x] -->
- [x] This bug happens with only WooCommerce and CoCart plugin are active.
- [ ] This bug happens with a default WordPress theme active.
- [ ] This bug happens with the WordPress theme Storefront active.
- [ ] This bug happens with the latest release of WooCommerce active.
- [ ] This bug happens only when I authenticate as a customer.
- [ ] This bug happens only when I authenticate as administrator.
- [ ] I can reproduce this bug consistently using the steps above.
## WordPress Environment
<details>
```
Go to "WooCommerce > System Status then copy and paste the system status report here.
```
</details>
## Additional context
<!--Any additional context or details you think might be helpful.-->
| priority | cocart review nag is not dismissable the nag at the top of the page always returns no matter how many times it is dismissed this is the second such nag issue however there was a filter the remove previous notices this one seems to have no filter to control it install version and visit an admin page i have searched for similar issues in both open and closed tickets and cannot find a duplicate the issue still exists against the latest trunk branch of cocart on github the issue still exists against the latest dev branch of cocart on github this is not the same version as on wordpress org i have attempted to find the simplest possible steps to reproduce the issue i have included a failing test as a pull request optional i have installed the requirements to run this plugin steps to reproduce the issue install version and visit an admin page expected actual behavior click dismiss and the notice does not show again when i follow those steps i see no more notice screenshots isolating the problem this bug happens with only woocommerce and cocart plugin are active this bug happens with a default wordpress theme active this bug happens with the wordpress theme storefront active this bug happens with the latest release of woocommerce active this bug happens only when i authenticate as a customer this bug happens only when i authenticate as administrator i can reproduce this bug consistently using the steps above wordpress environment go to woocommerce system status then copy and paste the system status report here additional context | 1 |
117,167 | 4,711,842,900 | IssuesEvent | 2016-10-14 15:00:10 | CCAFS/MARLO | https://api.github.com/repos/CCAFS/MARLO | closed | I've tried to save a draft version in project locations, but it didn't work | Priority - High Type - Bug | - [x] It show a green message but theres is missing fields ??
- [x] didn't understand
And the draft versión does not save

| 1.0 | I've tried to save a draft version in project locations, but it didn't work - - [x] It show a green message but theres is missing fields ??
- [x] didn't understand
And the draft versión does not save

| priority | i ve tried to save a draft version in project locations but it didn t work it show a green message but theres is missing fields didn t understand and the draft versión does not save | 1 |
118,228 | 4,733,231,015 | IssuesEvent | 2016-10-19 10:27:38 | bespokeinteractive/mchapp | https://api.github.com/repos/bespokeinteractive/mchapp | closed | MCH-CWC: User cannot add details of "Other" follow up option in referrals page | High Priority | Select referral/follow up option tab in CWC as "Other" and try inputting details of the other follow up option:
- The system automatically unselects the follow up option selected thus preventing a user from inputting details of the other follow up option.
Suggestion:
--------------
Allow inputting further details of other follow up option | 1.0 | MCH-CWC: User cannot add details of "Other" follow up option in referrals page - Select referral/follow up option tab in CWC as "Other" and try inputting details of the other follow up option:
- The system automatically unselects the follow up option selected thus preventing a user from inputting details of the other follow up option.
Suggestion:
--------------
Allow inputting further details of other follow up option | priority | mch cwc user cannot add details of other follow up option in referrals page select referral follow up option tab in cwc as other and try inputting details of the other follow up option the system automatically unselects the follow up option selected thus preventing a user from inputting details of the other follow up option suggestion allow inputting further details of other follow up option | 1 |
398,634 | 11,742,087,825 | IssuesEvent | 2020-03-11 23:33:52 | thaliawww/concrexit | https://api.github.com/repos/thaliawww/concrexit | closed | Refactor thumbnails | priority: high refactor technical change | In GitLab by @thomwiggers on Apr 12, 2017, 21:23
They are currently generated in rather complicated ways. We also have too many variants of thumbnails. The back-and-forth with quote, unquote, reverse and redirect are very unwieldy and hard to comprehend. They are also a source of vulnerabilities. | 1.0 | Refactor thumbnails - In GitLab by @thomwiggers on Apr 12, 2017, 21:23
They are currently generated in rather complicated ways. We also have too many variants of thumbnails. The back-and-forth with quote, unquote, reverse and redirect are very unwieldy and hard to comprehend. They are also a source of vulnerabilities. | priority | refactor thumbnails in gitlab by thomwiggers on apr they are currently generated in rather complicated ways we also have too many variants of thumbnails the back and forth with quote unquote reverse and redirect are very unwieldy and hard to comprehend they are also a source of vulnerabilities | 1 |
215,073 | 7,286,465,900 | IssuesEvent | 2018-02-23 09:50:55 | kcigeospatial/balt_co_ETL | https://api.github.com/repos/kcigeospatial/balt_co_ETL | closed | Stormwater - RestBMP - target RestBMP.BMP_DRAIN_ID does not populate | high priority item | For the outputted RestBMP feature class, the BMP_DRAIN_ID field is consistently empty. It should be populated with the MDE ID for the associated drainage area feature.
I've confirmed that for the tested data, there is a drainage area associated to the restoration BMP, and the DA has valid, populated data. | 1.0 | Stormwater - RestBMP - target RestBMP.BMP_DRAIN_ID does not populate - For the outputted RestBMP feature class, the BMP_DRAIN_ID field is consistently empty. It should be populated with the MDE ID for the associated drainage area feature.
I've confirmed that for the tested data, there is a drainage area associated to the restoration BMP, and the DA has valid, populated data. | priority | stormwater restbmp target restbmp bmp drain id does not populate for the outputted restbmp feature class the bmp drain id field is consistently empty it should be populated with the mde id for the associated drainage area feature i ve confirmed that for the tested data there is a drainage area associated to the restoration bmp and the da has valid populated data | 1 |
240,176 | 7,800,572,862 | IssuesEvent | 2018-06-09 11:07:05 | tine20/Tine-2.0-Open-Source-Groupware-and-CRM | https://api.github.com/repos/tine20/Tine-2.0-Open-Source-Groupware-and-CRM | closed | 0010054:
allow to configure if notes should be written | Feature Request Mantis Tinebase high priority | **Reported by pschuele on 14 Jul 2014 13:37**
allow to configure if notes should be written on create/update in Tinebase_Controller_Record_Abstract.
should be implemented like doRightChecks, ...
| 1.0 | 0010054:
allow to configure if notes should be written - **Reported by pschuele on 14 Jul 2014 13:37**
allow to configure if notes should be written on create/update in Tinebase_Controller_Record_Abstract.
should be implemented like doRightChecks, ...
| priority | allow to configure if notes should be written reported by pschuele on jul allow to configure if notes should be written on create update in tinebase controller record abstract should be implemented like dorightchecks | 1 |
631,509 | 20,152,828,330 | IssuesEvent | 2022-02-09 14:01:40 | hengband/hengband | https://api.github.com/repos/hengband/hengband | closed | TERM_BLUE をもう少し見やすい色にする / Suggestion: slightly lighten the very dark TERM_BLUE color | enhancement Priority:HIGH | Suggestion: slightly lighten the very dark TERM_BLUE color
## 環境 (environment)
- OS: Cygwin in Windows 10, Curses front end
- バージョン: 3.0.0Alpha51, English version
## バグの詳細 (details)
Items and monsters using the TERM_BLUE dark blue color defined in src/term/gameterm.cpp
` { 0x00, 0x00, 0x00, 0xFF }, /* TERM_BLUE */`
are very hard to see against the black dungeon background. Examples include Dark Blue Potions and Bullroarer the Hobbit, both of which can be found in the Yeek caves:


Changing TERM_BLUE very slightly to a lighter shade, for instance
` { 0x00, 0x00, 0x40, 0xFF }, /* TERM_BLUE */`
alleviates the problem:

I am not sure if that might cause trouble in certain 16-color xterm consoles; it works okay in Cygwin in either xterm or xterm-256color terminal modes.
## 再現手順 (repro steps)
1) Start a new game
2) Go into the Yeek caves east of town
3) Find a dark blue item or monster
この手順を実行する事でバグを発生させる事ができるセーブファイルがあれば添付 (attach save files)
[197609.zip](https://github.com/hengband/hengband/files/7953948/197609.zip)
## 期待される正常な動作 (expected behavior)
Items and monsters should be easily visible.
## スクリーンショット (screenshot)
See above.
## 補足事項 (supplementary information)
The dark blue color is a problem in many old Angband variants. Current Angband has a color editor that allows the player to set the colors as they like from the options menu. | 1.0 | TERM_BLUE をもう少し見やすい色にする / Suggestion: slightly lighten the very dark TERM_BLUE color - Suggestion: slightly lighten the very dark TERM_BLUE color
## 環境 (environment)
- OS: Cygwin in Windows 10, Curses front end
- バージョン: 3.0.0Alpha51, English version
## バグの詳細 (details)
Items and monsters using the TERM_BLUE dark blue color defined in src/term/gameterm.cpp
` { 0x00, 0x00, 0x00, 0xFF }, /* TERM_BLUE */`
are very hard to see against the black dungeon background. Examples include Dark Blue Potions and Bullroarer the Hobbit, both of which can be found in the Yeek caves:


Changing TERM_BLUE very slightly to a lighter shade, for instance
` { 0x00, 0x00, 0x40, 0xFF }, /* TERM_BLUE */`
alleviates the problem:

I am not sure if that might cause trouble in certain 16-color xterm consoles; it works okay in Cygwin in either xterm or xterm-256color terminal modes.
## 再現手順 (repro steps)
1) Start a new game
2) Go into the Yeek caves east of town
3) Find a dark blue item or monster
この手順を実行する事でバグを発生させる事ができるセーブファイルがあれば添付 (attach save files)
[197609.zip](https://github.com/hengband/hengband/files/7953948/197609.zip)
## 期待される正常な動作 (expected behavior)
Items and monsters should be easily visible.
## スクリーンショット (screenshot)
See above.
## 補足事項 (supplementary information)
The dark blue color is a problem in many old Angband variants. Current Angband has a color editor that allows the player to set the colors as they like from the options menu. | priority | term blue をもう少し見やすい色にする suggestion slightly lighten the very dark term blue color suggestion slightly lighten the very dark term blue color 環境 environment os cygwin in windows curses front end バージョン english version バグの詳細 details items and monsters using the term blue dark blue color defined in src term gameterm cpp term blue are very hard to see against the black dungeon background examples include dark blue potions and bullroarer the hobbit both of which can be found in the yeek caves changing term blue very slightly to a lighter shade for instance term blue alleviates the problem i am not sure if that might cause trouble in certain color xterm consoles it works okay in cygwin in either xterm or xterm terminal modes 再現手順 repro steps start a new game go into the yeek caves east of town find a dark blue item or monster この手順を実行する事でバグを発生させる事ができるセーブファイルがあれば添付 attach save files 期待される正常な動作 expected behavior items and monsters should be easily visible スクリーンショット screenshot see above 補足事項 supplementary information the dark blue color is a problem in many old angband variants current angband has a color editor that allows the player to set the colors as they like from the options menu | 1 |
365,642 | 10,790,175,415 | IssuesEvent | 2019-11-05 14:00:11 | ncssar/sign-in | https://api.github.com/repos/ncssar/sign-in | opened | top bar buttons disappear after typing text in event name field | Priority: High bug | the buttons go away as soon as first character is typed in event name or event location fields. The only way to get to the keypad after that is to restart the app and go to keypad without entering an event name! | 1.0 | top bar buttons disappear after typing text in event name field - the buttons go away as soon as first character is typed in event name or event location fields. The only way to get to the keypad after that is to restart the app and go to keypad without entering an event name! | priority | top bar buttons disappear after typing text in event name field the buttons go away as soon as first character is typed in event name or event location fields the only way to get to the keypad after that is to restart the app and go to keypad without entering an event name | 1 |
807,210 | 29,984,149,973 | IssuesEvent | 2023-06-25 02:47:21 | UBA-GCOEN/StichHub | https://api.github.com/repos/UBA-GCOEN/StichHub | opened | [Style Change] : 3D Configurator UI Update for Desktop | enhancement gssoc23 👍STATUS : ready to assign level2 Priority : high | # Problem 🤔 :
### The Current UI for the [3D Configurator](https://stichhub.vercel.app/Configurator) is is Mobile Friendly, this UI should be updated for Desktop.
## Current UI :

## The Figma Design for Desktop Mode is :

## Note 📃:
### The developer Must make a new react component for desktop display and the existing one will be used for mobile display.
## Contributing :
### Anyone who is interested in developing this page can tag me in this issue | 1.0 | [Style Change] : 3D Configurator UI Update for Desktop - # Problem 🤔 :
### The Current UI for the [3D Configurator](https://stichhub.vercel.app/Configurator) is is Mobile Friendly, this UI should be updated for Desktop.
## Current UI :

## The Figma Design for Desktop Mode is :

## Note 📃:
### The developer Must make a new react component for desktop display and the existing one will be used for mobile display.
## Contributing :
### Anyone who is interested in developing this page can tag me in this issue | priority | configurator ui update for desktop problem 🤔 the current ui for the is is mobile friendly this ui should be updated for desktop current ui the figma design for desktop mode is note 📃 the developer must make a new react component for desktop display and the existing one will be used for mobile display contributing anyone who is interested in developing this page can tag me in this issue | 1 |
601,357 | 18,401,011,415 | IssuesEvent | 2021-10-12 16:17:38 | cyntaria/UniPal-Backend | https://api.github.com/repos/cyntaria/UniPal-Backend | closed | Add a profile endpoint for personal details | Status: In Progress Type: Enhancement Priority: High | ## Describe the ideal solution or feature request
Remove the customer details from being sent on register and login endpoint and just return the token. The student details should be sent when requested through a GET request to the `students/profile/:erp` endpoint
## Difficulty, impact, and usage score
| Technical difficulty | User goals | Usage frequency |
|--------------------| --------------------| --------------------|
| Medium Change | User wants to see their own details in a slightly different way than other's profile | Daily Usage |
## How does this tie into our current product?
This makes some changes to our existing workflow and tests.
## Who asked for this?
The developer asked for this to separate out responses for other's profile from own profile.
| 1.0 | Add a profile endpoint for personal details - ## Describe the ideal solution or feature request
Remove the customer details from being sent on register and login endpoint and just return the token. The student details should be sent when requested through a GET request to the `students/profile/:erp` endpoint
## Difficulty, impact, and usage score
| Technical difficulty | User goals | Usage frequency |
|--------------------| --------------------| --------------------|
| Medium Change | User wants to see their own details in a slightly different way than other's profile | Daily Usage |
## How does this tie into our current product?
This makes some changes to our existing workflow and tests.
## Who asked for this?
The developer asked for this to separate out responses for other's profile from own profile.
| priority | add a profile endpoint for personal details describe the ideal solution or feature request remove the customer details from being sent on register and login endpoint and just return the token the student details should be sent when requested through a get request to the students profile erp endpoint difficulty impact and usage score technical difficulty user goals usage frequency medium change user wants to see their own details in a slightly different way than other s profile daily usage how does this tie into our current product this makes some changes to our existing workflow and tests who asked for this the developer asked for this to separate out responses for other s profile from own profile | 1 |
265,824 | 8,359,623,509 | IssuesEvent | 2018-10-03 08:52:26 | opentargets/genetics | https://api.github.com/repos/opentargets/genetics | closed | Blank Study Page | Kind: Bug Priority: High gwas | Study page is blank when I search for the following study:
https://genetics-app.netlify.com/study/GCST005837
One possible reason is that it is flagged as a 'targeted or exome array study' in GWAS catalog. | 1.0 | Blank Study Page - Study page is blank when I search for the following study:
https://genetics-app.netlify.com/study/GCST005837
One possible reason is that it is flagged as a 'targeted or exome array study' in GWAS catalog. | priority | blank study page study page is blank when i search for the following study one possible reason is that it is flagged as a targeted or exome array study in gwas catalog | 1 |
229,726 | 7,588,216,140 | IssuesEvent | 2018-04-26 00:15:11 | zulip/zulip | https://api.github.com/repos/zulip/zulip | closed | Private channels / history + subscribe | area: stream settings enhancement help wanted priority: high | Hello,
We have been toying around with zulip over the past couples months, and we have just recently deployed to a select group from our team. We have just noticed the following surprising situations :
- A user that joins a private stream cannot see the chat history.
- A user that leaves a private stream can not request to join it again.
- An admin has the exact same limitations as a standard user, can neither join a private stream nor see the chat history.
Any ideas on this would be greatly appreciated.
Cheers,
Belisaire.
| 1.0 | Private channels / history + subscribe - Hello,
We have been toying around with zulip over the past couples months, and we have just recently deployed to a select group from our team. We have just noticed the following surprising situations :
- A user that joins a private stream cannot see the chat history.
- A user that leaves a private stream can not request to join it again.
- An admin has the exact same limitations as a standard user, can neither join a private stream nor see the chat history.
Any ideas on this would be greatly appreciated.
Cheers,
Belisaire.
| priority | private channels history subscribe hello we have been toying around with zulip over the past couples months and we have just recently deployed to a select group from our team we have just noticed the following surprising situations a user that joins a private stream cannot see the chat history a user that leaves a private stream can not request to join it again an admin has the exact same limitations as a standard user can neither join a private stream nor see the chat history any ideas on this would be greatly appreciated cheers belisaire | 1 |
563,191 | 16,677,151,406 | IssuesEvent | 2021-06-07 17:41:29 | Xmodal/autonomX | https://api.github.com/repos/Xmodal/autonomX | closed | Implement Wolfram's cellular automata | C++ QML high priority spike task | Implement a new generator type "Wolfram cellular automata". (both the C++ backend object and the GUI)
## Criteria
- Implement a new generator type "wolfram cellular automata".
- Expose its parameters, so that the GUI can eventually use it.
- for inputs: if the OSC message is 0, set all the input cells to 0. if the OSC message is !=0, set all the inputs cells to 1.
- The Wolfram cellular automata runs indefinitely. The lattice displays the queue. (?)
- The parameters to be exposed are :
- number of the rule (we put them all 0 - 255)
- seed (either "one living cell in the center of the first line" or "the first line is random")
## Technical details
- see #273 for the GUI
- It's 1-dimension.
- The 0 or 1 it can receive are kind of kill switches and spawners.
- https://mathworld.wolfram.com/ElementaryCellularAutomaton.html
- You can write a unit test that checks if the new generator type can generate numbers like it should. (see #268) | 1.0 | Implement Wolfram's cellular automata - Implement a new generator type "Wolfram cellular automata". (both the C++ backend object and the GUI)
## Criteria
- Implement a new generator type "wolfram cellular automata".
- Expose its parameters, so that the GUI can eventually use it.
- for inputs: if the OSC message is 0, set all the input cells to 0. if the OSC message is !=0, set all the inputs cells to 1.
- The Wolfram cellular automata runs indefinitely. The lattice displays the queue. (?)
- The parameters to be exposed are :
- number of the rule (we put them all 0 - 255)
- seed (either "one living cell in the center of the first line" or "the first line is random")
## Technical details
- see #273 for the GUI
- It's 1-dimension.
- The 0 or 1 it can receive are kind of kill switches and spawners.
- https://mathworld.wolfram.com/ElementaryCellularAutomaton.html
- You can write a unit test that checks if the new generator type can generate numbers like it should. (see #268) | priority | implement wolfram s cellular automata implement a new generator type wolfram cellular automata both the c backend object and the gui criteria implement a new generator type wolfram cellular automata expose its parameters so that the gui can eventually use it for inputs if the osc message is set all the input cells to if the osc message is set all the inputs cells to the wolfram cellular automata runs indefinitely the lattice displays the queue the parameters to be exposed are number of the rule we put them all seed either one living cell in the center of the first line or the first line is random technical details see for the gui it s dimension the or it can receive are kind of kill switches and spawners you can write a unit test that checks if the new generator type can generate numbers like it should see | 1 |
682,223 | 23,337,480,572 | IssuesEvent | 2022-08-09 11:17:16 | ballerina-platform/ballerina-dev-website | https://api.github.com/repos/ballerina-platform/ballerina-dev-website | closed | Subscribe to newsletter doesn't show success or error message | Priority/Highest Area/UIUX Type/Bug WebsiteRewrite | ## Description
See the following screen capture:

I experience several issues here:
1. When I enter my email and submit, I get no error or success message
2. No error when license agreement is not checked
3. No error shown when google captcha is not ticked
4. The `privacy policy` link points to the live site (which is fine, but would have been better if the link is consistent with the privacy policy link in footer)
## Steps to reproduce
Try to subscribe to newsletter
## Affected version(s)
dev.ballerina.io | 1.0 | Subscribe to newsletter doesn't show success or error message - ## Description
See the following screen capture:

I experience several issues here:
1. When I enter my email and submit, I get no error or success message
2. No error when license agreement is not checked
3. No error shown when google captcha is not ticked
4. The `privacy policy` link points to the live site (which is fine, but would have been better if the link is consistent with the privacy policy link in footer)
## Steps to reproduce
Try to subscribe to newsletter
## Affected version(s)
dev.ballerina.io | priority | subscribe to newsletter doesn t show success or error message description see the following screen capture i experience several issues here when i enter my email and submit i get no error or success message no error when license agreement is not checked no error shown when google captcha is not ticked the privacy policy link points to the live site which is fine but would have been better if the link is consistent with the privacy policy link in footer steps to reproduce try to subscribe to newsletter affected version s dev ballerina io | 1 |
236,328 | 7,748,402,292 | IssuesEvent | 2018-05-30 08:13:17 | Gloirin/m2gTest | https://api.github.com/repos/Gloirin/m2gTest | closed | 0002662:
skip initial form validation of edit dialogs / login page etc. | Tinebase JavaScript bug high priority | **Reported by cweiss on 19 May 2010 12:55**
**Version:** Mialena (2010-03) Beta 1
skip initial form validation of edit dialogs / login page etc.
| 1.0 | 0002662:
skip initial form validation of edit dialogs / login page etc. - **Reported by cweiss on 19 May 2010 12:55**
**Version:** Mialena (2010-03) Beta 1
skip initial form validation of edit dialogs / login page etc.
| priority | skip initial form validation of edit dialogs login page etc reported by cweiss on may version mialena beta skip initial form validation of edit dialogs login page etc | 1 |
338,834 | 10,238,152,591 | IssuesEvent | 2019-08-19 15:17:39 | python/mypy | https://api.github.com/repos/python/mypy | closed | `--no-implicit-reexport` should treat names in `__all__` as exported | bug false-positive priority-0-high | From HypothesisWorks/hypothesis#2017, passing `--no-implicit-reexport` with Mypy 0.710 causes `error: Module 'hypothesis' has no attribute 'given'` - except that it *does*, and [`given` is listed in the `__all__` attribute](https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/src/hypothesis/__init__.py).
IMO when `__all__` is present *only* those names should be considered explicitly re-exported, though taking the union of those and the from-import-x-as-x form would be reasonable too. Ignoring `__all__` is pretty weird though! | 1.0 | `--no-implicit-reexport` should treat names in `__all__` as exported - From HypothesisWorks/hypothesis#2017, passing `--no-implicit-reexport` with Mypy 0.710 causes `error: Module 'hypothesis' has no attribute 'given'` - except that it *does*, and [`given` is listed in the `__all__` attribute](https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/src/hypothesis/__init__.py).
IMO when `__all__` is present *only* those names should be considered explicitly re-exported, though taking the union of those and the from-import-x-as-x form would be reasonable too. Ignoring `__all__` is pretty weird though! | priority | no implicit reexport should treat names in all as exported from hypothesisworks hypothesis passing no implicit reexport with mypy causes error module hypothesis has no attribute given except that it does and imo when all is present only those names should be considered explicitly re exported though taking the union of those and the from import x as x form would be reasonable too ignoring all is pretty weird though | 1 |
728,357 | 25,076,098,744 | IssuesEvent | 2022-11-07 15:36:22 | jphacks/E_2202 | https://api.github.com/repos/jphacks/E_2202 | closed | 自作スクリプト内でエラーが出た際に,そのファイル名や行の情報も重要な情報として抽出する(Python) | ready for review priority: high Back End | # 背景
現在は自作スクリプトは重要な情報として取得していない.
ただ,私達がコードのエラー箇所を特定するためにファイル名と行番号,行テキストを見ることが多い.
そのため,自作スクリプトのファイル名や行番号,行テキストを重要な情報として抽出・表示する.
例(28,29行目を強調表示する)
<img width="500" alt="image" src="https://user-images.githubusercontent.com/33239426/199769217-c72c9170-49c6-4b44-97e6-28623d7299ee.png">
# 目的
自作スクリプトのファイル名や行番号,行テキストを重要な情報として抽出・表示する.
# やること
- [ ] そのため,自作スクリプトのファイル名や行番号,行テキストを重要な情報として抽出・表示する.
| 1.0 | 自作スクリプト内でエラーが出た際に,そのファイル名や行の情報も重要な情報として抽出する(Python) - # 背景
現在は自作スクリプトは重要な情報として取得していない.
ただ,私達がコードのエラー箇所を特定するためにファイル名と行番号,行テキストを見ることが多い.
そのため,自作スクリプトのファイル名や行番号,行テキストを重要な情報として抽出・表示する.
例(28,29行目を強調表示する)
<img width="500" alt="image" src="https://user-images.githubusercontent.com/33239426/199769217-c72c9170-49c6-4b44-97e6-28623d7299ee.png">
# 目的
自作スクリプトのファイル名や行番号,行テキストを重要な情報として抽出・表示する.
# やること
- [ ] そのため,自作スクリプトのファイル名や行番号,行テキストを重要な情報として抽出・表示する.
| priority | 自作スクリプト内でエラーが出た際に,そのファイル名や行の情報も重要な情報として抽出する(python) 背景 現在は自作スクリプトは重要な情報として取得していない. ただ,私達がコードのエラー箇所を特定するためにファイル名と行番号,行テキストを見ることが多い. そのため,自作スクリプトのファイル名や行番号,行テキストを重要な情報として抽出・表示する. 例( , ) img width alt image src 目的 自作スクリプトのファイル名や行番号,行テキストを重要な情報として抽出・表示する. やること そのため,自作スクリプトのファイル名や行番号,行テキストを重要な情報として抽出・表示する. | 1 |
156,247 | 5,966,020,898 | IssuesEvent | 2017-05-30 13:08:15 | gctools-outilsgc/gcconnex | https://api.github.com/repos/gctools-outilsgc/gcconnex | opened | Search results for groups shows name of the groups' related groups | bug High Priority search | When searching for a group on GCconnex, the search results show the name of a related group instead of the name of the group being searched for. EX:
Search for "Data Science", gives as a first results "Enterprise Data Integration, Management & Analytics", which is a related group of the group "Data Science @ GoC". The results need to show the name of the group, not the related groups (related groups widget should be excluded from the search results.)


| 1.0 | Search results for groups shows name of the groups' related groups - When searching for a group on GCconnex, the search results show the name of a related group instead of the name of the group being searched for. EX:
Search for "Data Science", gives as a first results "Enterprise Data Integration, Management & Analytics", which is a related group of the group "Data Science @ GoC". The results need to show the name of the group, not the related groups (related groups widget should be excluded from the search results.)


| priority | search results for groups shows name of the groups related groups when searching for a group on gcconnex the search results show the name of a related group instead of the name of the group being searched for ex search for data science gives as a first results enterprise data integration management analytics which is a related group of the group data science goc the results need to show the name of the group not the related groups related groups widget should be excluded from the search results | 1 |
147,938 | 5,656,362,097 | IssuesEvent | 2017-04-10 01:02:42 | diamm/diamm | https://api.github.com/repos/diamm/diamm | closed | Fix many database hits for the about menu | Component: Web Application Priority: High Status: In Progress Type: Bug | I believe @ariellegoldman is working on this, I just want an issue so that we can track progress.
| 1.0 | Fix many database hits for the about menu - I believe @ariellegoldman is working on this, I just want an issue so that we can track progress.
| priority | fix many database hits for the about menu i believe ariellegoldman is working on this i just want an issue so that we can track progress | 1 |
435,225 | 12,533,200,150 | IssuesEvent | 2020-06-04 17:11:08 | cloudfoundry-incubator/kubecf | https://api.github.com/repos/cloudfoundry-incubator/kubecf | closed | CI: move back Eirini smoke test to prod job | Priority: High Status: Accepted Type: CI | **Is your feature request related to a problem? Please describe.**
Due to HW problems in CI, we moved the Eirini smoke test to no-prod jobs https://concourse.suse.dev/teams/main/pipelines/kubecf?group=no-prod.
**Describe the solution you'd like**
Now the CI runs stable again, we could move the Eirini job among the prod ones, see : https://concourse.suse.dev/teams/main/pipelines/kubecf/jobs/smoke-tests-eirini
**Describe alternatives you've considered**
N/A
**Additional context**
N/A
| 1.0 | CI: move back Eirini smoke test to prod job - **Is your feature request related to a problem? Please describe.**
Due to HW problems in CI, we moved the Eirini smoke test to no-prod jobs https://concourse.suse.dev/teams/main/pipelines/kubecf?group=no-prod.
**Describe the solution you'd like**
Now the CI runs stable again, we could move the Eirini job among the prod ones, see : https://concourse.suse.dev/teams/main/pipelines/kubecf/jobs/smoke-tests-eirini
**Describe alternatives you've considered**
N/A
**Additional context**
N/A
| priority | ci move back eirini smoke test to prod job is your feature request related to a problem please describe due to hw problems in ci we moved the eirini smoke test to no prod jobs describe the solution you d like now the ci runs stable again we could move the eirini job among the prod ones see describe alternatives you ve considered n a additional context n a | 1 |
680,038 | 23,254,948,379 | IssuesEvent | 2022-08-04 08:27:24 | thesaurus-linguae-aegyptiae/tla-es | https://api.github.com/repos/thesaurus-linguae-aegyptiae/tla-es | opened | Suche nach "ḥm-nṯr" im Demotischen provoziert Servererror | bug essential high priority | Suche nach "ḥm-nṯr" im Demotischen provoziert Servererror, nicht bei nur-Hierogl., aber wenn Demotisch zugeschaltet wird. (Hat das mit relates Lemmata zu tun?) | 1.0 | Suche nach "ḥm-nṯr" im Demotischen provoziert Servererror - Suche nach "ḥm-nṯr" im Demotischen provoziert Servererror, nicht bei nur-Hierogl., aber wenn Demotisch zugeschaltet wird. (Hat das mit relates Lemmata zu tun?) | priority | suche nach ḥm nṯr im demotischen provoziert servererror suche nach ḥm nṯr im demotischen provoziert servererror nicht bei nur hierogl aber wenn demotisch zugeschaltet wird hat das mit relates lemmata zu tun | 1 |
190,160 | 6,810,464,735 | IssuesEvent | 2017-11-05 05:58:56 | wlandau-lilly/drake | https://api.github.com/repos/wlandau-lilly/drake | closed | Spread out cache values into different storr namespaces | difficult enhancement high priority | See #126 from [here](https://github.com/wlandau-lilly/drake/issues/126#issuecomment-341239829). Work will be kept on the [issue129 branch](https://github.com/wlandau-lilly/drake/tree/issue129) branch until enough progress has been made.
- [x] Implement the important namespaces in a new [issue129 branch](https://github.com/wlandau-lilly/drake/tree/issue129).
- [x] Implement a new user-side `dependency_profile()` function to help both users and developers figure out why a given target is listed as up to date or outdated.
- [x] Document the new `dependency_profile()` function (quickstart and caution vignettes, plus the list of useful functions).
- [x] Stop `make()` and explain if the cache has the old format. Help the user migrate to the new cache format.
- [x] Add a `force` argument to `make()` to force a `make()` even if it is not recommended, as with a cache in the wrong file format. An un-migrated project should build fine, but it will build from scratch.
- [x] Implement `migrate()` to transfer a project from the old cache format to the new one.
- [x] Implement back compatibility unit tests (i.e. tests of `migrate()`).
- [x] Test a fully up-to-date cache from the `basic` example with drake 4.1.0 and maintained in the repo as a zip file.
- [x] Test a half-outdated cache. (Maybe `load_basic_example()` and change `reg2()`)
- [x] Be sure to test `get_cache()`, `make()`, `outdated()`, and `clean()` on each. | 1.0 | Spread out cache values into different storr namespaces - See #126 from [here](https://github.com/wlandau-lilly/drake/issues/126#issuecomment-341239829). Work will be kept on the [issue129 branch](https://github.com/wlandau-lilly/drake/tree/issue129) branch until enough progress has been made.
- [x] Implement the important namespaces in a new [issue129 branch](https://github.com/wlandau-lilly/drake/tree/issue129).
- [x] Implement a new user-side `dependency_profile()` function to help both users and developers figure out why a given target is listed as up to date or outdated.
- [x] Document the new `dependency_profile()` function (quickstart and caution vignettes, plus the list of useful functions).
- [x] Stop `make()` and explain if the cache has the old format. Help the user migrate to the new cache format.
- [x] Add a `force` argument to `make()` to force a `make()` even if it is not recommended, as with a cache in the wrong file format. An un-migrated project should build fine, but it will build from scratch.
- [x] Implement `migrate()` to transfer a project from the old cache format to the new one.
- [x] Implement back compatibility unit tests (i.e. tests of `migrate()`).
- [x] Test a fully up-to-date cache from the `basic` example with drake 4.1.0 and maintained in the repo as a zip file.
- [x] Test a half-outdated cache. (Maybe `load_basic_example()` and change `reg2()`)
- [x] Be sure to test `get_cache()`, `make()`, `outdated()`, and `clean()` on each. | priority | spread out cache values into different storr namespaces see from work will be kept on the branch until enough progress has been made implement the important namespaces in a new implement a new user side dependency profile function to help both users and developers figure out why a given target is listed as up to date or outdated document the new dependency profile function quickstart and caution vignettes plus the list of useful functions stop make and explain if the cache has the old format help the user migrate to the new cache format add a force argument to make to force a make even if it is not recommended as with a cache in the wrong file format an un migrated project should build fine but it will build from scratch implement migrate to transfer a project from the old cache format to the new one implement back compatibility unit tests i e tests of migrate test a fully up to date cache from the basic example with drake and maintained in the repo as a zip file test a half outdated cache maybe load basic example and change be sure to test get cache make outdated and clean on each | 1 |
96,055 | 3,963,834,747 | IssuesEvent | 2016-05-02 21:52:34 | MinetestForFun/server-minetestforfun-skyblock | https://api.github.com/repos/MinetestForFun/server-minetestforfun-skyblock | opened | Crafting guide is all messed up | Modding ➤ BugFix Priority: High | Some items have no recipe while others show many incorrect recipes. | 1.0 | Crafting guide is all messed up - Some items have no recipe while others show many incorrect recipes. | priority | crafting guide is all messed up some items have no recipe while others show many incorrect recipes | 1 |
241,504 | 7,815,919,180 | IssuesEvent | 2018-06-13 01:17:56 | ropensci/drake | https://api.github.com/repos/ropensci/drake | closed | Assign only to idle workers | priority: high topic: efficiency topic: internals | In the current scheme for persistent workers, some workers get a backlog of targets while others stay idle. This can be solved rather easily if the master only posts to idle workers. Details:
- [x] Add `$list0()` to the priority queue to list all the ready targets (ndeps = 0).
- [x] Add `$remove()` to the priority queue to remove any element (not just the head).
- [x] In [`mc_worker()`](https://github.com/ropensci/drake/blob/c19c6fd8ce97a33b78ba0dee2731e0469ee9e967/R/mclapply.R#L71), get one message at a time.
- [x] In [`mc_preferred_queue()`](https://github.com/ropensci/drake/blob/master/R/mc_utils.R#L85), loop over the queues and return the first one that is `$empty()`. Return `NULL` otherwise.
- [x] Refactor [`mc_assign_ready_targets()`](https://github.com/ropensci/drake/blob/c19c6fd8ce97a33b78ba0dee2731e0469ee9e967/R/mc_utils.R#L59),
- [x] Replace the [existing `while()` loop](https://github.com/ropensci/drake/blob/c19c6fd8ce97a33b78ba0dee2731e0469ee9e967/R/mc_utils.R#L63) with a `for` loop over `config$queue$list0()`, all the ready targets.
- [x] Only if the queue is non-`NULL`:
- [x] [push](https://github.com/ropensci/drake/blob/c19c6fd8ce97a33b78ba0dee2731e0469ee9e967/R/mc_utils.R#L65) to the "ready" queue
- [x] Remove from the priority queue with `$remove()`.
Now I'm starting to understand why people don't seem to worry about the one-message-at-a-time restriction in most queues.
See the `i414` branch for the items in this checklist. | 1.0 | Assign only to idle workers - In the current scheme for persistent workers, some workers get a backlog of targets while others stay idle. This can be solved rather easily if the master only posts to idle workers. Details:
- [x] Add `$list0()` to the priority queue to list all the ready targets (ndeps = 0).
- [x] Add `$remove()` to the priority queue to remove any element (not just the head).
- [x] In [`mc_worker()`](https://github.com/ropensci/drake/blob/c19c6fd8ce97a33b78ba0dee2731e0469ee9e967/R/mclapply.R#L71), get one message at a time.
- [x] In [`mc_preferred_queue()`](https://github.com/ropensci/drake/blob/master/R/mc_utils.R#L85), loop over the queues and return the first one that is `$empty()`. Return `NULL` otherwise.
- [x] Refactor [`mc_assign_ready_targets()`](https://github.com/ropensci/drake/blob/c19c6fd8ce97a33b78ba0dee2731e0469ee9e967/R/mc_utils.R#L59),
- [x] Replace the [existing `while()` loop](https://github.com/ropensci/drake/blob/c19c6fd8ce97a33b78ba0dee2731e0469ee9e967/R/mc_utils.R#L63) with a `for` loop over `config$queue$list0()`, all the ready targets.
- [x] Only if the queue is non-`NULL`:
- [x] [push](https://github.com/ropensci/drake/blob/c19c6fd8ce97a33b78ba0dee2731e0469ee9e967/R/mc_utils.R#L65) to the "ready" queue
- [x] Remove from the priority queue with `$remove()`.
Now I'm starting to understand why people don't seem to worry about the one-message-at-a-time restriction in most queues.
See the `i414` branch for the items in this checklist. | priority | assign only to idle workers in the current scheme for persistent workers some workers get a backlog of targets while others stay idle this can be solved rather easily if the master only posts to idle workers details add to the priority queue to list all the ready targets ndeps add remove to the priority queue to remove any element not just the head in get one message at a time in loop over the queues and return the first one that is empty return null otherwise refactor replace the with a for loop over config queue all the ready targets only if the queue is non null to the ready queue remove from the priority queue with remove now i m starting to understand why people don t seem to worry about the one message at a time restriction in most queues see the branch for the items in this checklist | 1 |
151,699 | 5,825,716,712 | IssuesEvent | 2017-05-07 23:56:13 | paceuniversity/CS3892017team5 | https://api.github.com/repos/paceuniversity/CS3892017team5 | closed | User Story #32 Objects for Core Gameplay | GameObject Sprint 1 Leftover User Story Very High Priority | As a developer, I want to create the core objects (tiles, obstacles, backgrounds) necessary for basic game play so that I can build the levels. | 1.0 | User Story #32 Objects for Core Gameplay - As a developer, I want to create the core objects (tiles, obstacles, backgrounds) necessary for basic game play so that I can build the levels. | priority | user story objects for core gameplay as a developer i want to create the core objects tiles obstacles backgrounds necessary for basic game play so that i can build the levels | 1 |
256,186 | 8,127,027,629 | IssuesEvent | 2018-08-17 06:14:13 | codephil-columbia/typephil | https://api.github.com/repos/codephil-columbia/typephil | closed | No start next lesson option in learn | High Priority Medium Priority | Steps to reproduce: Click on next available lesson that you haven't started yet. Just add button and sangjun can do ui styling.

| 2.0 | No start next lesson option in learn - Steps to reproduce: Click on next available lesson that you haven't started yet. Just add button and sangjun can do ui styling.

| priority | no start next lesson option in learn steps to reproduce click on next available lesson that you haven t started yet just add button and sangjun can do ui styling | 1 |
19,555 | 2,622,152,718 | IssuesEvent | 2015-03-04 00:06:52 | byzhang/terrastore | https://api.github.com/repos/byzhang/terrastore | closed | Split terrastore-config.xml for easier configuration of functions and comparators | auto-migrated Milestone-0.2 Priority-High Type-Enhancement | ```
The monolithic terrastore-config.xml file should be split in order to
easily locate functions and comparators, and easily add/remove them.
```
Original issue reported on code.google.com by `sergio.b...@gmail.com` on 1 Dec 2009 at 10:00 | 1.0 | Split terrastore-config.xml for easier configuration of functions and comparators - ```
The monolithic terrastore-config.xml file should be split in order to
easily locate functions and comparators, and easily add/remove them.
```
Original issue reported on code.google.com by `sergio.b...@gmail.com` on 1 Dec 2009 at 10:00 | priority | split terrastore config xml for easier configuration of functions and comparators the monolithic terrastore config xml file should be split in order to easily locate functions and comparators and easily add remove them original issue reported on code google com by sergio b gmail com on dec at | 1 |
37,218 | 2,822,916,944 | IssuesEvent | 2015-05-21 04:05:58 | wordpress-mobile/WordPress-Editor-iOS | https://api.github.com/repos/wordpress-mobile/WordPress-Editor-iOS | opened | New media picker has whitespace in iPhone 6+ | bug High Priority UX ❤ needed | It seems there's some strange white spacing in the new media picker. I've tested this both in the latest 5.2 internal release and the current-latest code from `release/5.2` on an iPhone 6+.

| 1.0 | New media picker has whitespace in iPhone 6+ - It seems there's some strange white spacing in the new media picker. I've tested this both in the latest 5.2 internal release and the current-latest code from `release/5.2` on an iPhone 6+.

| priority | new media picker has whitespace in iphone it seems there s some strange white spacing in the new media picker i ve tested this both in the latest internal release and the current latest code from release on an iphone | 1 |
531,679 | 15,502,628,883 | IssuesEvent | 2021-03-11 12:04:50 | lightly-ai/lightly | https://api.github.com/repos/lightly-ai/lightly | closed | Release the new pip package | high priority | ## Description
Release the new pip package to be used with the new API
## Dependencies
- #242
## Tasks
- [x] Make sure the staging branch is working
- [ ] Merge staging into master
- [ ] Release the new package on master
## Acceptance Criteria
- [ ] Everyone can use our new pip package after installing it with 'pip install lightly'
| 1.0 | Release the new pip package - ## Description
Release the new pip package to be used with the new API
## Dependencies
- #242
## Tasks
- [x] Make sure the staging branch is working
- [ ] Merge staging into master
- [ ] Release the new package on master
## Acceptance Criteria
- [ ] Everyone can use our new pip package after installing it with 'pip install lightly'
| priority | release the new pip package description release the new pip package to be used with the new api dependencies tasks make sure the staging branch is working merge staging into master release the new package on master acceptance criteria everyone can use our new pip package after installing it with pip install lightly | 1 |
392,071 | 11,583,061,916 | IssuesEvent | 2020-02-22 08:16:56 | Fairshots/Fairshots.org | https://api.github.com/repos/Fairshots/Fairshots.org | opened | Metrics panel on admin page | High Priority enhancement | <!--- Provide a general summary of the issue in the Title above -->
In order to improve the experience and increase the number of connections created, we need to start tracking how members are behaving on the platform and understand what are the road blocks. Understanding how often members return, or what is the hardest part of creating a project, etc.
## Detailed Description
<!--- Provide a detailed description of the change or addition you are proposing -->
## Context
<!--- Why is this change important to you? How would you use it? -->
<!--- How can it benefit other users? -->
## Possible Implementation
<!--- Not obligatory, but suggest an idea for implementing addition or change -->
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used:
* Browser Name and version:
* Operating System and version (desktop or mobile):
* Link to your project:
| 1.0 | Metrics panel on admin page - <!--- Provide a general summary of the issue in the Title above -->
In order to improve the experience and increase the number of connections created, we need to start tracking how members are behaving on the platform and understand what are the road blocks. Understanding how often members return, or what is the hardest part of creating a project, etc.
## Detailed Description
<!--- Provide a detailed description of the change or addition you are proposing -->
## Context
<!--- Why is this change important to you? How would you use it? -->
<!--- How can it benefit other users? -->
## Possible Implementation
<!--- Not obligatory, but suggest an idea for implementing addition or change -->
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used:
* Browser Name and version:
* Operating System and version (desktop or mobile):
* Link to your project:
| priority | metrics panel on admin page in order to improve the experience and increase the number of connections created we need to start tracking how members are behaving on the platform and understand what are the road blocks understanding how often members return or what is the hardest part of creating a project etc detailed description context possible implementation your environment version used browser name and version operating system and version desktop or mobile link to your project | 1 |
247,430 | 7,918,618,779 | IssuesEvent | 2018-07-04 13:53:05 | cthit/Gamma | https://api.github.com/repos/cthit/Gamma | closed | Use stateless components as often as possible in create account | Priority: High Status: Completed Type: Maintenance Use-case: create-account Where: Frontend | If something needs lifecycle functions, try to instead create a declarative | 1.0 | Use stateless components as often as possible in create account - If something needs lifecycle functions, try to instead create a declarative | priority | use stateless components as often as possible in create account if something needs lifecycle functions try to instead create a declarative | 1 |
193,251 | 6,883,033,178 | IssuesEvent | 2017-11-21 07:44:01 | r-lib/styler | https://api.github.com/repos/r-lib/styler | closed | Also adding curly braces to expressions other than conditional statements | Complexity: High Priority: Low Status: Postponed Type: Enhancement | Since we change
```r
if (TRUE)
return(call(a))
```
Into
```r
if (TRUE) {
return(call(a))
}
```
We should probably also change
```r
while (FALSE)
xyz(v)
```
Into
```r
while (FALSE) {
xyz(v)
}
```
Reference: https://github.com/r-lib/styler/pull/279#discussion_r151879108 | 1.0 | Also adding curly braces to expressions other than conditional statements - Since we change
```r
if (TRUE)
return(call(a))
```
Into
```r
if (TRUE) {
return(call(a))
}
```
We should probably also change
```r
while (FALSE)
xyz(v)
```
Into
```r
while (FALSE) {
xyz(v)
}
```
Reference: https://github.com/r-lib/styler/pull/279#discussion_r151879108 | priority | also adding curly braces to expressions other than conditional statements since we change r if true return call a into r if true return call a we should probably also change r while false xyz v into r while false xyz v reference | 1 |
670,033 | 22,666,746,619 | IssuesEvent | 2022-07-03 02:04:03 | ZeNyfh/gigavibe-java-edition | https://api.github.com/repos/ZeNyfh/gigavibe-java-edition | opened | now playing embed broken with single tracks | bug Priority: High Medium | if the track that started playing has no track after it, it will not send a "now playing" embed.
this isnt an issue while queuing a single track and listening to it, but it is if there is more than 1 track queued.
| 1.0 | now playing embed broken with single tracks - if the track that started playing has no track after it, it will not send a "now playing" embed.
this isnt an issue while queuing a single track and listening to it, but it is if there is more than 1 track queued.
| priority | now playing embed broken with single tracks if the track that started playing has no track after it it will not send a now playing embed this isnt an issue while queuing a single track and listening to it but it is if there is more than track queued | 1 |
734,515 | 25,352,230,684 | IssuesEvent | 2022-11-19 22:51:34 | Progrunning/BoardGamesCompanion | https://api.github.com/repos/Progrunning/BoardGamesCompanion | closed | Games - Expansions not showing correctly after import and update | bug feedback high priority | # Overview
Expansions section should show after import and update (from the search page) of the games on the collection page.
# Reproduction steps
https://user-images.githubusercontent.com/8372764/192066361-e9a7ab5e-79a2-4c68-8ef1-6a4f9e5cc954.mp4
# Technical
Use username `Acceptableloss` to import collection and use `Root` game as an example | 1.0 | Games - Expansions not showing correctly after import and update - # Overview
Expansions section should show after import and update (from the search page) of the games on the collection page.
# Reproduction steps
https://user-images.githubusercontent.com/8372764/192066361-e9a7ab5e-79a2-4c68-8ef1-6a4f9e5cc954.mp4
# Technical
Use username `Acceptableloss` to import collection and use `Root` game as an example | priority | games expansions not showing correctly after import and update overview expansions section should show after import and update from the search page of the games on the collection page reproduction steps technical use username acceptableloss to import collection and use root game as an example | 1 |
490,873 | 14,141,430,863 | IssuesEvent | 2020-11-10 12:42:15 | onaio/reveal-frontend | https://api.github.com/repos/onaio/reveal-frontend | closed | RVL-1315 - Total structures on VL 2020 plan has dropped hence making the coverage values incorrect | Priority: High | Zambia Production
Version 1.0.0
User: Superset-user
Login to web ui
Go to monitor
Select plan i.e VL Zambia 2020 IRS Plan
**Issue:**
The total structure values have dropped down, this is affecting coverage values. There seem to be ~3,000 fewer structures in Chadiza in the denominator and ~12,000 fewer in Nchelenge than expected (i.e. throughout the campaign these were consistently ~29,000 and ~43,000 respectively; and then this morning they were ~26,000 and ~31,000 respectively.

| 1.0 | RVL-1315 - Total structures on VL 2020 plan has dropped hence making the coverage values incorrect - Zambia Production
Version 1.0.0
User: Superset-user
Login to web ui
Go to monitor
Select plan i.e VL Zambia 2020 IRS Plan
**Issue:**
The total structure values have dropped down, this is affecting coverage values. There seem to be ~3,000 fewer structures in Chadiza in the denominator and ~12,000 fewer in Nchelenge than expected (i.e. throughout the campaign these were consistently ~29,000 and ~43,000 respectively; and then this morning they were ~26,000 and ~31,000 respectively.

| priority | rvl total structures on vl plan has dropped hence making the coverage values incorrect zambia production version user superset user login to web ui go to monitor select plan i e vl zambia irs plan issue the total structure values have dropped down this is affecting coverage values there seem to be fewer structures in chadiza in the denominator and fewer in nchelenge than expected i e throughout the campaign these were consistently and respectively and then this morning they were and respectively | 1 |
340,855 | 10,279,335,484 | IssuesEvent | 2019-08-25 22:09:38 | ankidroid/Anki-Android | https://api.github.com/repos/ankidroid/Anki-Android | closed | AnkiDroid Directory not able to be accessed | Good First Issue! HelpWanted Priority-High bug | ###### Reproduction Steps
On AnkiDroid (honor 9 lite phone)
1. Open "préférence" I have a French version (so settings I guess)
2. Sentence "le répertoire dankidroid est inaccessible" (AnkiDroid Directory not able to be accessed) .
3. If I go back, the app closes it self.

Thanks for helping me, I suppose I have to re-write the file access which is actullay "/sdcard/AnkiDroid", what should I do?
I have an account and ofte make synchronisations, but I don't want to take the risk ti unistall (I have 600 cards).
Best regards.
###### Expected Result
###### Actual Result
###### Debug info
Refer to the [support page](https://ankidroid.org/docs/help.html) if you are unsure where to get the "debug info".
###### Research
*Enter an [ x ] character to confirm the points below:*
[ ] I have read the [support page](https://ankidroid.org/docs/help.html) and am reporting a bug or enhancement request specific to AnkiDroid
[ ] I have checked the [manual](https://ankidroid.org/docs/manual.html) and the [FAQ](https://github.com/ankidroid/Anki-Android/wiki/FAQ) and could not find a solution to my issue
[ ] I have searched for similar existing issues here and on the user forum
| 1.0 | AnkiDroid Directory not able to be accessed - ###### Reproduction Steps
On AnkiDroid (honor 9 lite phone)
1. Open "préférence" I have a French version (so settings I guess)
2. Sentence "le répertoire dankidroid est inaccessible" (AnkiDroid Directory not able to be accessed) .
3. If I go back, the app closes it self.

Thanks for helping me, I suppose I have to re-write the file access which is actullay "/sdcard/AnkiDroid", what should I do?
I have an account and ofte make synchronisations, but I don't want to take the risk ti unistall (I have 600 cards).
Best regards.
###### Expected Result
###### Actual Result
###### Debug info
Refer to the [support page](https://ankidroid.org/docs/help.html) if you are unsure where to get the "debug info".
###### Research
*Enter an [ x ] character to confirm the points below:*
[ ] I have read the [support page](https://ankidroid.org/docs/help.html) and am reporting a bug or enhancement request specific to AnkiDroid
[ ] I have checked the [manual](https://ankidroid.org/docs/manual.html) and the [FAQ](https://github.com/ankidroid/Anki-Android/wiki/FAQ) and could not find a solution to my issue
[ ] I have searched for similar existing issues here and on the user forum
| priority | ankidroid directory not able to be accessed reproduction steps on ankidroid honor lite phone open préférence i have a french version so settings i guess sentence le répertoire dankidroid est inaccessible ankidroid directory not able to be accessed if i go back the app closes it self thanks for helping me i suppose i have to re write the file access which is actullay sdcard ankidroid what should i do i have an account and ofte make synchronisations but i don t want to take the risk ti unistall i have cards best regards expected result actual result debug info refer to the if you are unsure where to get the debug info research enter an character to confirm the points below i have read the and am reporting a bug or enhancement request specific to ankidroid i have checked the and the and could not find a solution to my issue i have searched for similar existing issues here and on the user forum | 1 |
102,063 | 4,150,380,647 | IssuesEvent | 2016-06-15 17:09:35 | yogstation13/yogstation | https://api.github.com/repos/yogstation13/yogstation | closed | Cargo: Metal Plates | Bug Priority: High | ### Expected Behaviour
Get 50 plates
### Actual Behaviour
Only get 1
### Steps to reproduce the problem
1. Be Cargo
2. Order metal
3. Get ripped off by Centcomm
Reported by Dzlan2 | 1.0 | Cargo: Metal Plates - ### Expected Behaviour
Get 50 plates
### Actual Behaviour
Only get 1
### Steps to reproduce the problem
1. Be Cargo
2. Order metal
3. Get ripped off by Centcomm
Reported by Dzlan2 | priority | cargo metal plates expected behaviour get plates actual behaviour only get steps to reproduce the problem be cargo order metal get ripped off by centcomm reported by | 1 |
273,871 | 8,554,177,546 | IssuesEvent | 2018-11-08 04:48:15 | openstax/tutor | https://api.github.com/repos/openstax/tutor | closed | Bug - Highlight icons not appearing for certain text/math/images in chrome, firefox, edge | bug priority1-high | @Malar-Natarajan commented on [Wed Oct 03 2018](https://github.com/openstax/tutor-server/issues/1792)
Bug - Highlight icons not appearing for certain text/math/images. Noticed in chrome, firefox & safari
[edge.JPG](https://images.zenhubusercontent.com/5b23e2cc835fb47f522b81ba/b8fafd28-39c8-4883-9d2c-5d6a3ef52d48)
---
@Malar-Natarajan commented on [Thu Oct 04 2018](https://github.com/openstax/tutor-server/issues/1792#issuecomment-427128950)

---
@Malar-Natarajan commented on [Thu Oct 04 2018](https://github.com/openstax/tutor-server/issues/1792#issuecomment-427136444)
The highlight icon did display for the same content in safari. But I had issues with chrome & edge on specific content,. Refer this comparative screenshot
| 1.0 | Bug - Highlight icons not appearing for certain text/math/images in chrome, firefox, edge - @Malar-Natarajan commented on [Wed Oct 03 2018](https://github.com/openstax/tutor-server/issues/1792)
Bug - Highlight icons not appearing for certain text/math/images. Noticed in chrome, firefox & safari
[edge.JPG](https://images.zenhubusercontent.com/5b23e2cc835fb47f522b81ba/b8fafd28-39c8-4883-9d2c-5d6a3ef52d48)
---
@Malar-Natarajan commented on [Thu Oct 04 2018](https://github.com/openstax/tutor-server/issues/1792#issuecomment-427128950)

---
@Malar-Natarajan commented on [Thu Oct 04 2018](https://github.com/openstax/tutor-server/issues/1792#issuecomment-427136444)
The highlight icon did display for the same content in safari. But I had issues with chrome & edge on specific content,. Refer this comparative screenshot
| priority | bug highlight icons not appearing for certain text math images in chrome firefox edge malar natarajan commented on bug highlight icons not appearing for certain text math images noticed in chrome firefox safari malar natarajan commented on malar natarajan commented on the highlight icon did display for the same content in safari but i had issues with chrome edge on specific content refer this comparative screenshot | 1 |
521,772 | 15,115,433,775 | IssuesEvent | 2021-02-09 04:27:46 | QuantEcon/lecture-python.myst | https://api.github.com/repos/QuantEcon/lecture-python.myst | closed | [jupyterbook-latex]math signal | high-priority | Hi @AakashGfude ,
I found that some math signals in ```jupyterbook-pdf``` are a little strange.
Here are the signals I found strange.
Left:```jupyterbook-latex``` Right:```website```


Is there any better way to express those signals? | 1.0 | [jupyterbook-latex]math signal - Hi @AakashGfude ,
I found that some math signals in ```jupyterbook-pdf``` are a little strange.
Here are the signals I found strange.
Left:```jupyterbook-latex``` Right:```website```


Is there any better way to express those signals? | priority | math signal hi aakashgfude i found that some math signals in jupyterbook pdf are a little strange here are the signals i found strange left jupyterbook latex right website is there any better way to express those signals | 1 |
666,708 | 22,364,815,734 | IssuesEvent | 2022-06-16 02:05:06 | CODAIT/nlp-editor | https://api.github.com/repos/CODAIT/nlp-editor | closed | Add ability to Consolidate results from NLP extractors | enhancement high-priority | **Description:**
An extractor sometimes generates multiple rows for the same text because the text matches more than one dictionary entry. To remove or consolidate the duplicate entries, you must provide consolidation rules. More information can be found [here](https://cloud.ibm.com/docs/watson-knowledge-studio?topic=watson-knowledge-studio-managing-projects-and-extractors#removing-duplicate-and-overlapping-results).
**Tasks:**
The consolidate node and panel are already part of the Elyra NLP Canvas. We need to:
- [ ] validate that all required input from the user is entered and correct
- [ ] transform user's input into payload that SystemT can then translate and run as AQL. | 1.0 | Add ability to Consolidate results from NLP extractors - **Description:**
An extractor sometimes generates multiple rows for the same text because the text matches more than one dictionary entry. To remove or consolidate the duplicate entries, you must provide consolidation rules. More information can be found [here](https://cloud.ibm.com/docs/watson-knowledge-studio?topic=watson-knowledge-studio-managing-projects-and-extractors#removing-duplicate-and-overlapping-results).
**Tasks:**
The consolidate node and panel are already part of the Elyra NLP Canvas. We need to:
- [ ] validate that all required input from the user is entered and correct
- [ ] transform user's input into payload that SystemT can then translate and run as AQL. | priority | add ability to consolidate results from nlp extractors description an extractor sometimes generates multiple rows for the same text because the text matches more than one dictionary entry to remove or consolidate the duplicate entries you must provide consolidation rules more information can be found tasks the consolidate node and panel are already part of the elyra nlp canvas we need to validate that all required input from the user is entered and correct transform user s input into payload that systemt can then translate and run as aql | 1 |
291,367 | 8,923,973,601 | IssuesEvent | 2019-01-21 17:05:16 | EPajares/goat | https://api.github.com/repos/EPajares/goat | closed | Optimize embedding videos | high priority | At the moment the embeded videos are taking a lot of white space as sort of padding. This makes the site a bit ugly.
@majkshkurti | 1.0 | Optimize embedding videos - At the moment the embeded videos are taking a lot of white space as sort of padding. This makes the site a bit ugly.
@majkshkurti | priority | optimize embedding videos at the moment the embeded videos are taking a lot of white space as sort of padding this makes the site a bit ugly majkshkurti | 1 |
667,268 | 22,442,294,112 | IssuesEvent | 2022-06-21 02:44:58 | intermine/pombemine | https://api.github.com/repos/intermine/pombemine | opened | Help needed for www.pombase.org/pombemine configuration | configuration high priority | Hi.
I've added a ProxyPass rule for pombemine on www.pombase.org:
```ApacheConf
<Location /pombemine>
ProxyPass http://pombemine.rahtiapp.fi/pombemine retry=10
ProxyPassReverse http://pombemine.rahtiapp.fi/pombemine
</Location>
```
The initial page is retrieved correctly by the browser but the other URLs don't have the correct prefix:
So for example this:
```
https://www.pombase.org/js/compiled/app-fc93e4c.js
```
should be:
```
https://www.pombase.org/pombemine/js/compiled/app-fc93e4c.js
```
Is it possible to configure the PombeMine front end to prefix URLs with `https://www.pombase.org/pombemine/` rather than `https://www.pombase.org/`?
If you'd like to test anything it's here: https://www.pombase.org/pombemine/
Thanks!
| 1.0 | Help needed for www.pombase.org/pombemine configuration - Hi.
I've added a ProxyPass rule for pombemine on www.pombase.org:
```ApacheConf
<Location /pombemine>
ProxyPass http://pombemine.rahtiapp.fi/pombemine retry=10
ProxyPassReverse http://pombemine.rahtiapp.fi/pombemine
</Location>
```
The initial page is retrieved correctly by the browser but the other URLs don't have the correct prefix:
So for example this:
```
https://www.pombase.org/js/compiled/app-fc93e4c.js
```
should be:
```
https://www.pombase.org/pombemine/js/compiled/app-fc93e4c.js
```
Is it possible to configure the PombeMine front end to prefix URLs with `https://www.pombase.org/pombemine/` rather than `https://www.pombase.org/`?
If you'd like to test anything it's here: https://www.pombase.org/pombemine/
Thanks!
| priority | help needed for configuration hi i ve added a proxypass rule for pombemine on apacheconf proxypass retry proxypassreverse the initial page is retrieved correctly by the browser but the other urls don t have the correct prefix so for example this should be is it possible to configure the pombemine front end to prefix urls with rather than if you d like to test anything it s here thanks | 1 |
714,191 | 24,554,314,432 | IssuesEvent | 2022-10-12 14:46:54 | etro-js/etro | https://api.github.com/repos/etro-js/etro | closed | Check that Movie constructor options include all required fields | type:bug help wanted good first issue priority:high | The only required movie option is `canvas`. When users are not using TypeScript, they get a cryptic error when they call the `Movie` constructor without it. | 1.0 | Check that Movie constructor options include all required fields - The only required movie option is `canvas`. When users are not using TypeScript, they get a cryptic error when they call the `Movie` constructor without it. | priority | check that movie constructor options include all required fields the only required movie option is canvas when users are not using typescript they get a cryptic error when they call the movie constructor without it | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.