Christian Moritz

Results 63 comments of Christian Moritz

Wrap it in `forwardRef` and use `component={SLink}`. ```js const SLink = forwardRef((props, ref) => ); ```

Looks like the fix was incomplete, since `[email protected]` still depends on `[email protected]` with an incompatible peer dep range to `graphql@16`. ``` npm WARN Could not resolve dependency: npm WARN peer...

Yeah, I totally agree that #301 is the best way forward. It uses the imports from `@apollo/client/utilities` instead of the deprecated `apollo-utilities` package too.

Looks like msys2 is failing to compile the pyqt gui, because of a broken / missing? `pyuic5.bat` file. What is the content of `A:/msys64/mingw64/lib/python3.4/site-packages/PyQt5/`?

The `pyuic5.bat` and `pyrcc5.exe`are missing. You most likely have to install a second package to get the development tools for pyqt5 too.

Can i assume that this is on your PATH then? And we need to find `libEGL.dll` as well, if we want to support creating an exe with cx_freeze with msys2...

Please try out the new msys2 branch, which should add support for msys2 if you build it without generating the executable. To fix the executable generation as well I need...

You shouldn't need admin rights to install homebrew, as one of it advantage is being sodoless. In theory you could install starcheat outside homebrew after installing all its dependencies, but...

Looks like you didn't uploaded the screenshot correctly, but I would guess that there is already another homebrew installation owned by another user of this machine in `/user/local`. What is...

My guess is that the latest `cx_freeze` messed something up. The (not working) builds are now more than 3 times as big as before. @medeor413 Maybe pinning `cx_freeze` to an...