Rémi Alvergnat

Results 206 comments of Rémi Alvergnat

@goetas Maybe it's time to archive this repo ? I saw that soap-common is already archived.

No problem, maybe you could only unarchive the soap-common module then, as soap-server depends on it.

Do you have examples and/or specs for those formats ? Rebulk can be used for "short input" and "pseudo-natural" language. I don't think it's the write tool to parse a...

Another workaround is to place a `package.json` inside prisma client generated directory with the following content. ```json { "type": "commonjs" } ``` Maybe this file could be generated by prisma...

I wrote those mutators for `axios` and `fetch`. Call `setBaseUrl` on`fetch` generated code, or set an `axios` [instance](https://axios-http.com/docs/instance) with preconfigured `baseURL` (`setAxiosInstance`). But it would be great to have a...

I have rebased on current master. @rullzer Have you made some tests with those changes ?