Roman Vasilev

Results 164 comments of Roman Vasilev

@the-vampiire Will you accept PR?

> Sure as long as it has tests and passes existing tests. What changes do you propose? > Check for originalError.constructor.name I'll try to create PR on the weekends.

@the-vampiire PR is ready

This plugin focus to handle `@import url ...` expession What plugin did you check? Its seems there is a plenty to choose from search results: https://github.com/search?q=postcss+inline https://github.com/search?q=postcss+base64

I think we need to choose another replacement, `request` is deprecated.

https://github.com/sindresorhus/awesome-nodejs#http https://github.com/mikeal/r2

If you are not referencing this type in application it should not appear in graphql schema. Also try `@ObjectType({ isAbstract: true })` https://github.com/unlight/prisma-nestjs-graphql#objecttype ``` // schema.prisma /// @ObjectType({ isAbstract: true...

I just upgraded to 5.14. I see other changes, but I do not see any compatibility issues.

tests should pass