Vedmant

Results 101 comments of Vedmant

@gottfrois I tried your suggestion but have an error: undefined method 'host' for # on line `scraper.call`

@gottfrois Thanks, that worked. However I have another issue now, I moved the code into a service class, and it stopped working, I have following error `undefined method 'config' for...

Are there plans for new release with direct html parsing support? I'd use that.

I have problems too, getting this error: Unexpected token (2:7) while parsing react-animate/src/index.jsx, I have all presents in babel.

Having the same issue

I have the same issue, I have needed emits in a mixin, but eslint is still requiring to add emits to a component that imports that mixin.

Oh, I'd need this, are there any plans to merge it?

@lukas-pierce That would work, but looks like a workaround, is there no proper support of custom query serializers?

I have the same issue, adding scikit-learn==0.22.2 to requirements.txt didn't help me. Is there any info when new release wit PR can be published?

Not sure what exactly to set to `PKG_CONFIG_PATH`, I checked `config.m4` file, it uses `pkg-config vips --atleast-version 8.2` command to check version, here is some output from that command: ```...