Marco Schumacher

Results 32 comments of Marco Schumacher

@drewloomer it just occurred to me that the confusion could also come from "es" and "umd" being the default output format, which will then just show an error. That is...

I have run into the same and think I can help isolating the problem: ### The problem As @gaearon pointed out, React kind of steps back in time and repeats...

Right, late to the party. 😄 I might have a look at that too.

I want to try to make a real integration happen. The basis for this is delegating git operations to git within WSL, which should solve some of the fundamental problems...

You need to use the modified GitHub Desktop version from this PR: https://github.com/desktop/desktop/pull/16378

A little script for anyone who wants to try it out: ```bash git clone https://github.com/schummar/dugite.git git clone https://github.com/schummar/desktop.git cd dugite git checkout origin/feature/wslGit yarn yarn build yarn link cd ../desktop...

Ah my bad. I forgot that you have to link dugite in the app folder as well. I have updated the script. Edit: Actually, only in the app folder. Root...

I've updated the branches once again. You can create a current build if you want. 😉

Ah, I see there is a failed test, likely because of the change. I will fix it tomorrow, it's getting late 😁 Edit: nvm, I think I got it. I...

> conflict sir @schummar Indeed. Will resolve it this evening or tomorrow.