Open mlcooper opened 12 months ago
Could you move the reproduction to CodeSandbox or StackBlitz? Thanks1
@ardatan I have put it in CodeSandbox. Thank you.
Hi @ardatan have you had a chance to look at the reproduction? Thanks!
Not yet. I'll take a look when I have time. If anyone is interested in working on a fix, PRs are welcome in the meanwhile
@mlcooper another way to push this forward through our issue flow would be to create a failing test, do you think you can do that?
I wish I could help you out there, but I don't have the experience to do it.
@mlcooper , @Urigo I am having the same issue and error logs with third party openapi that include the following schema
// ...
{
"name": "from",
"in": "query",
"description": "Begin date",
"required": true,
"schema": {
"type": "string",
"format": "date-time",
"default": "2018-01-01T12:00:00.000Z"
}
},
Hello! I still have this problem, is there a solution for this?
Hi everyone, First, thank you for the reproduction In order to get this moving, can one of you create a reproduction that is more focused and limited to the actual issue? currently the reproduction includes a hue schema and narrowing it down to just that specific issue also, update the dependencies to latest would help and / or - create a failing test for this? That would really help us moving it forward Thank you
Issue workflow progress
Progress of the issue based on the Contributor Workflow
Describe the bug
When I run
mesh build
I get the following error:To Reproduce Steps to reproduce the behavior:
To reproduce, please go to this repo on Github.
Expected behavior
I expected the
mesh build
to be successful.Environment:
Ubuntu 22.04.2 LTS
v18.16.0
Additional context