Rémi Alvergnat

Results 206 comments of Rémi Alvergnat

You can now use the original library, pull request has been merged. Le 16 mars 2017 20:34, "Otis Wright" a écrit : > Awesome :) thanks @Toilal > > —...

I wrote a fork of official webpack template that supports Hot Module Reload out of the box for people who don't want to use vue-loader and .vue single component files....

I don't think main repo will allow merging this back because it advocates for not using `.vue` single component files. This is a really personnal choice and vue dev team...

Maybe you need to delete the `_Ctor` property from component options object. It seems to be a cache that keeps previous data even when calling reload. (see https://github.com/vuejs/vue-loader/blob/1d63e9ec610490767b447cee5cf53e00faf905fa/lib/loader.js#L443 as an...

Same issue here, on a github action pipeline with yarn v3.3.1. only-allow is executed when running "yarn install" on a project having a dependency containing only-allow preinstall script.

Python sources are lying in a src subdirectory, so pytest runs from this directory. but docker-compose.yml and .env file are in the root directory of the repository, so I need...

Thx. I actually use a fork installed with pip right from github, with both submitted pull requests.

As the namespace prefix is declared on IdentifySubject node, IdentifySubjectRequest should be prefixed too, so it should be the following: ```xml

@goetas I'm still alive :) I struggle to configure a local development environment with all required `goetas-webservices/*` dependencies ... How do you configure your local dev environment that may involve...

@goetas pull requests are here, you may have a look to changes, but more tests are coming to ensure those changes are working fine for my use case.