Bob Singor

Results 9 comments of Bob Singor

I have the same problem. Randomly get `502 Bad Gateway` errors.

@janoist1 After some more research this seems to be a problem that happens on PHP 7.3.* After downgrading to 7.2.13 everything seems to be stable for me. You can change...

I found the solution. Before importing `import 'prismjs/components/prism-jsx'` make sure you import `import 'prismjs/components/prism-markup'`

I am having the same issue. Any update on this issue?

I would also love to see an example with GraphQL Union Types

> It think it doesn't work for you because you're using both decorators at the same time like this > > ``` > @FilterField(() => String, { sqlExp: 't.title'}) >...

> Same problem for SortingField I added that one also to the PR! @Adrinalin4ik Please take a look and verify this issue #48!

@paulocoutinhox Thanks for all your work on this! We would really love this function to work so that we can stream big PDF files which takes a very long time...