Jawad

Results 12 comments of Jawad

@nealoke Interesting. And do you use a `fk()` in your models? I don't think I was clear on that but the issue comes from a many-to-one relationship. I am using...

Weird, and it looks like 0.9.0-rc.3 does more or less the same thing as 0.9.3 with the prototype. Maybe it's linked to Webpack / Angular CLI, I'll try to create...

@magneticflux- The workaround we are using is to clone the Model class before handing it over to redux-orm. It's not elegant but it works and it's only for dev/HMR.

@hbakhtiyor I haven't found any real workaround so far. I am running Chrome headless in a Docker container as mentioned by @zerefel and I use the yukinying/chrome-headless-browser image. For now,...

@hbakhtiyor Our docker-compose is the following: ``` version: '3' services: app: container_name: app build: . working_dir: /app volumes: - .:/app chrome: image: yukinying/chrome-headless-browser:65.0.3322.3 cap_add: - SYS_ADMIN entrypoint: /usr/bin/dumb-init -- /usr/bin/google-chrome-unstable...

@markpeek Any chance you could do a release? I'd love to be able to use https://github.com/cloudtools/troposphere/commit/707ded0f673f44b31d0762d8210a6b94074200e8

Ha, thanks for your quick answer :)

@martinbonnin I have a working version for Android here: https://github.com/didomi/Consent-String-SDK-Android Waiting for it to be moved to the IAB repo

@lanusau @ChrisKula @jsuontaus I have a working version for Android here: https://github.com/didomi/Consent-String-SDK-Android cc @jenniferIAB

PR #39 is not necessarily enough to make it Android-compatible as it's hard to guarantee that the APIs used are compatible with Android unless you build for Android specifically. The...