Fabio Crisci

Results 37 comments of Fabio Crisci

I'm also interested in contributing. I use this loader in my project and it's quite useful. As a matter of facts I forked the repo already and implemented the changes...

@vagusX I haven't heard from @bazilio91 but I'm using https://github.com/piuccio/ejs-compiled-loader in production and works fine for me with webpack 4 ``` npm i @piuccio/ejs-compiled-loader ```

Sure, I don't use it anymore but I can at least merge back the changes for webpack 4 and delete my fork On Fri, 10 Apr 2020, 05:48 Vasily Ostanin,...

Good idea. Slightly off topic, I've created a project called [rocambole-visualize](https://github.com/piuccio/rocambole-visualize) to display in the browser the `ast` created by rocambole. I couldn't find a better way to understand the...

I'm ok to change git-promise if needed. `git` function already accepts an options object, at the moment it only handles `cwd` but it can be used to pass a different...

I'm not sure I have lot of time on my side to change `git-promise`, but if someone comes up with a PR I'll review.

I made some changes to `git-promise`, hope you find it useful

@mjrussell I just updated my ReactNative project to v2.0.1, this is what I'm using **package.json** ``` "dependencies": { "history": "4.6.3", "immutable": "3.8.1", "query-string": "4.3.4", "react": "16.0.0-alpha.12", "react-native": "0.45.1", "react-redux": "5.0.5",...

Seeing this issue when upgrading to RN 0.57. I've tried all suggestions and nothing worked for me. In the end I switched to `react-native-config`, it's slightly more annoying to setup...