Gabriel Aumala

Results 14 comments of Gabriel Aumala

I also believe that adding this could add way too much complexity to create-react-app. Recently I needed different entry points to export an app to both electron and the web....

Unfortunately, that's not supported yet. The data is already there, though ![screenshot from 2018-07-02 11-39-24](https://user-images.githubusercontent.com/5729175/42176014-272b9d60-7ded-11e8-8ef6-c934f73d2735.png) The `home_team` and `away_team` objects of the match JSON object have a `penalties` number with...

Maybe there could be an option where user can set his/her own hash function? I'm not sure why is it needed to hash the key before inserting it to the...

Hello, @alexeyraspopov thanks for posting that workaround, it does solve this issue at least partially for me. I have 4 packages in my workspace, I deleted every single `node_modules` directory...

Hello! Thank you for your suggestion. If you want to post code in the comments you can use 3 back ticks like this: ~~~ ``` html My html code ```...

Yeah, there's really no reason to not be able to do that. It's only a matter of going through the templates and replacing all absolute paths with relative paths. For...

I managed to transfer my data today. I can confirm that @minionprocyk's method works and that "network.protocol-handler.expose.duellinks" has to be set to false. Testing the dummy file beforehand is really...

It seems yarn is not reading `.npmignore` in the `yarn publish` command. I can publish my modules with npm, but not with yarn.

The root of the issue is that yarn gives the same priority to both `.npmignore` and `.gitignore` while npm does not. I have sent a PR with a patch. In...

My system version is 0.24.5. My patched version which has commits up to today's morning works fine for my use case while system version does not. In my use case...