Rémi Alvergnat

Results 57 issues of Rémi Alvergnat

This allow custom options be passed to underlying subprocess.check_output invocations, like cwd. @pytest.fixture(scope='session') def docker_compose_subprocess_kwargs(): return {'cwd': '..'}

Requests generated by soap-client may have missing namespace prefixes on some elements because of a misinterpretation of `formDefaultElement` attribute. Please read this source about how `elementFormDefault` and `attributeFormDefault` should be...

Just to let people know that this feature is now supported in Jest (23.3+) with an official custom jest runner named jest-circus. https://jestjs.io/docs/en/jest-object#jestretrytimes

If mutagen is not available, it could automatically download it from github binaries. It could provide an `update-mutagen` command too.

enhancement

When I enable both this module and hmr option of vue-template-loader, the hmr from vue-template-loader may have no effect. - Create a project using vue-cli ```vue init Toilal/vue-webpack-template``` with default...

I think there's an issue with sourcemap generation. In some case, I'm not able to set breakpoint in some part of the file processed by vue-hot-reload-loader. When I disable this...