Peter Badida
Peter Badida
Tried with master through manually built Kivy Launcher on Android 4.4.1 and it works just fine. Just a wild guess, but shouldn't it use GLES 2 instead? > [INFO ]...
Windows 8.1, sdl2, wheels, but this isn't platform related. I'm not really sure if this is what I had in mind back then, but try to click (only) in the...
Yes, but that's bash, not _Windows_ console (`cmd.exe`) which people can still use just fine with MinGW/GCC alone.
By detection you mean if it's Msys2 or CMD? If not, then the detection is already there - OS detection. On the other hand, there could be also a detection...
I tried to check even for msys, but this just overcomplicates the Makefiles and rather than that ugly piece of code the `||` method should be used as it's rather...
@dumblob I've tried to implement it with `findstring` without Msys available, but it doesn't even recognize `findstring` and jumps right to the `else` part with my mingw ([mingwpy](https://anaconda.org/carlkl/mingwpy/files)). Have you...
Nope, just a clean `cmd.exe` with mingwpy binaries folder on my path and `mingw32-make.exe`. Cygwin or Msys report Windows as its platform too? Or can't they see the Windows specific...
Any update on this licensing issue? Unless changed, I believe everything developed using this package will be a subject of a copyright infringement due to inclusion of [this folder](https://github.com/myxvisual/react-uwp/tree/master/src/styles/fonts/segoe-mdl2-assets) which...
I found [this post](https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/5129f08d-3d37-4148-a807-90ebe6a5009b/segoe-mdl2-assets-license) which pretty much covers the case when people do ``npm build`` i.e. embedding of source code files and resources. In this case `Segoe MDL2`. So pretty...
Strange, I use it with `react-router-dom` instead and it works just fine except the default purple underline as with an ordinary `` link. Latest router and latest React UWP.