Phil Warner
Phil Warner
For anyone using Amazon Linux 2 the following command fixes the issue: `sudo yum -y install fontconfig freetype`
Some extra information. I'm using Restify 7 on Node 8, with Swagger Node Runner 0.7.3.
More information... This looks like an incompatibility with Restify 7, which uses find-my-way for routing purposes. I downgraded to Restify 6.4.0, which fixed the issue.
Can we get this fixed?
Agree. This is making me consider switching framework.
@ghermeto - have you agreed an approach to tackling this issue? We'd like to plan our upgrade path and that depends partly on which direction Restify takes here.
@kolbma this isn't the case if your code is running on a schedule, when no client is connected. We need the option to gracefully stop the chain.
@kolbma sorry - that was inaccurate. I misread the code. Nonetheless, this should be supported without a workaround that people have to come to this thread to find.
Hi. Thank you. I get the following from terminal on MacOS: ``` Build FAILED. /Users/***/Documents/GitHub/test.csproj(4,5): error : Result: 7.0 0 Warning(s) 1 Error(s ``` How do I use 'export MsBuildLogPropertyTracking=3'?
Hi @rainersigwald. The generator version being used is 5.4.0, which is downloaded by the generator when we set the targetFramework parameter. The version of the OpenAPI spec is 3.0.1 -...