ellik95

Results 14 issues of ellik95

Hello, I have a Redis MemoryDB cluster with 2 nodes in AWS and I'm trying to connect to it through `createCluster`, but the connection isn't established. Here is how I...

Bug

Hello, We are running optaplanner in Greece with greece-latest.osm.pbf. In some cases when we add locations to the system, some coordinates are failing to calculate distances with the message "Failed...

Right now we don't allow structs in entities. We need to allow it.

**Describe the bug** When we create a rule with anonymous function inside or array indexing it produces the below error: ``` Transpiling... TypeError: Cannot read properties of undefined (reading 'isLeaf')...

**Describe the bug** DomainErrors and ApplicationErrors in BL language always have to take an input, even if it's not necessary. **Screenshots** ![image](https://user-images.githubusercontent.com/40757564/214897022-dfac54f0-d4bf-4072-8395-8c1bea628f3e.png) In the above screenshot the `name` is not...

bug
priority

**Describe the bug** It seems that optional fields are not supported. In the target output the getters generators return the type of the field, but they need to return `${type}...

bug
priority

**Describe the bug** Crud Repo only checks for deep ValueObjects and takes the value of their fields. **Expected behavior** It also needs to check for Entities, Arrays and BuildInClasses.

bug
priority

**Describe the bug** GetById method of CrudWriteRepo does not create the Aggregate. It just returns the data from DB. **Expected behavior** It should create the aggregate with a mapper and...

bug
priority

**Describe the bug** There are many unneeded import dependencies in the produced Entities. **Expected behavior** It should have only the dependencies that it needs. We had solved this problem in...

invalid

**Describe the bug** Right now there is no validation of the input data request. **Expected behavior** There should be a 400 BadRequest error in case of missing or wrong input...

enhancement