glothos

Results 11 comments of glothos

Same happening here, upgrading djangorestframework didn't help

Let me know if you find a solution for this. I'm trying to achieve the same behaviour without custom endpoints/resources.

I need this as well. Trying out some custom validators.

Did you find a solution for this? I'm seeing the same error for a simple List[Long] type. ```scala package com.lux.database import com.github.tminglei.slickpg._ import slick.basic.Capability import slick.jdbc._ import play.api.libs.json._ trait PgProfile...

I found a solution. If you are using webpack to set an absolute path and you want to use this package, you can make it work by using `babel-plugin-module-resolver`. Here...

Not really, problem still persists. I tried some other approaches like defining window object, I managed to skip that problem but I couldn't make it work with my current structure...

For anyone trying to go around this error, just add `// @ts-ignore` for now. From the error it seems like something related to the testing library of this package.

I could draft some suggestions if I'm allowed, sure.