Andre Meyering

Results 425 comments of Andre Meyering

I have got that bug, too. Really annoying :/ Any ideas how to fix it? :)

http://run.plnkr.co/ONe8rbUiOvcSeZlq/ Well, it seems to work well on that test page... :/ I'll have a look on that tomorrow. These are my directives/services/... I'm using: 'ngTouch' 'ngRoute' 'jm.i18next' 'ajoslin.scrolly' 'ajoslin.mobile-navigate'...

Any further progress on `rebind`? :) I need this in an app I'm currently developing on :)

Hello, I tried using that branch but there is one tiny "bug" that is annoying. Firstly my code: ``` Add Item Remove First Item Items are not loaded, yet! No...

Hi, if you build MXE yourself, you will get Qt 5.15.2. I think you refer to the Debian repository? (I don't know what qt5-freeze is, so I'm just guessing) :)

Same issue. I cannot build qtbase... Does anybody here have luck? I'm using a Dockerfile: ```Dockerfile FROM debian:buster RUN apt-get update && apt-get upgrade -y && \ apt-get install -y...

Just in case someone wants to build qtbase in a Docker image with `MXE_TARGETS='x86_64-w64-mingw32.shared'`. I finally got my Docker image to build successfully. For some reason, I always ran into...

> bugwelle you should also add MXE_USE_CCACHE= to your make invocations to disable ccache - apart from taking up space, it makes the first build a lot slower and isn't...

Thanks @markmaker . Didn't see the notification that you answered. I will try that out!

python-is-python3 works well. @tonytheodore I read your comment too late (didn't see you're an MXE member). I opened #2917 . If you adapt python-is-python3 in some other way, you can...