JuStach

Results 28 comments of JuStach

@skwidy, A temporary solution is to change the instance tag in your config file. But anyway, AWS will block this new tag again and again. As a fix it would...

I didn't work anymore on my side project that use scraproxy, so i can't tell if somethings moved. As i remember, AWS auto-kills appends after that an amount of instance...

Actually the same with AWS... i looking for a solution too.

For newcomers, this is how i implemented the thing : ``` generateApi({ ... hooks: { onParseSchema: (originalSchema, parsedSchema) => { // Convert type string to Date when needed if (originalSchema.type...

There is a typo, trim the filter param, there is a space at the end ;)

We recently noticed the same problem, it happen on chromium browser for the moment. The setting keepalive_timeout 1 work well, but we must deactivate it because as requested by an...

Using the version 1642 seems to fix the problem, even with keepalive_timout 0

Coming here after a bunch of error like this : .response.items[0].createdAt should be string with this kind of declarations: ``` "items": { "type": "array", "items": { "type": "object", "required": ["createdAt"],...

@robertjustjones, i'll check as soon as i can, I had some good test cases on a living application