-
This issue was imported from JIRA:
| Field | Value |
| ---------------------------------- | --------------------------…
-
bash: connect: Connection refused
bash: line 1: /dev/tcp/ai-shifu-mysql/3306: Connection refused
bash: connect: Connection refused
bash: line 1: /dev/tcp/ai-shifu-mysql/3306: Connection refused
ba…
-
C# Code:-
public enum Test
{
Pass,
Fail
}
public class ClassA
{
public Test TestEnum {get;set;}
}
Client Side Type Script:-
export enum ClassATestEnum
{
_0=0,
_1=1
}
-
**API Platform version(s) affected**: 3.3.11
**Description**
I have ApiResource endpoint defined on DTO with Post(). In t hi endpoint i use Procesor, and method process return void.
Before…
-
Hello @sfmskywalker,
I have a custom activity whose return type as "**DataRowCollection**".
```
[ActivityOutput(DefaultWorkflowStorageProvider = TransientWorkflowStorageProvider.ProviderName)]…
-
Just watching the course about Encapsulation from Mark, I find the Maybe structure really quite useful.
But it obviously fails when trying to return a Maybe from a WebAPI for example, since the res…
-
I have a class that inherits BusinessBase that has several registered fields - managed & unmanaged.
Everything works perfect up until I call .Save()/SaveAsync() as this creates a new instance of th…
-
I have swagger docs which has some conflicting part:
```json
"option": {
"description": "Some options blabla",
"type": "object",
"properties": {
"invent…
-
I Try to generate e2e. That's what I did(I run these commands one after another):
```
"generate:test": "npx nestia e2e --config nestia.config.ts --project test/tsconfig.json",
"build:test": "rimraf…
-
Related discussions: #33 #38 #24
See also https://github.com/alpheios-project/documentation/blob/master/development/lex-domain-design.tsv which defines some domain requirements for creation of dat…