Jan Chaloupecky

Results 67 comments of Jan Chaloupecky

fyi, it worked fine for me on macOS 10.14 and XCode 10.1. I installed `qt` using `brew` ``` brew install qt qmake --version QMake version 3.1 Using Qt version 5.12.2...

Hi, any update on this?

Hey, I'd be also interested if local pods could be prebuilt as well. Would it be just a matter of removing this `local` check? Update: I just tried and there...

> EDIT: Still some issues with that approach. I'm seeing the assembled .framework bundles in the _Prebuild directory but the frameworks aren't included in the Pods project. I'll keep digging...

hey, what's the status of the Docker support? I tried building and running a locally using the [docker-compose.yml](https://github.com/alextselegidis/easyappointments/tree/master/docker) The services start but I get an error when accessing http://localhost:8000/ ```...

Hey @casperdcl , I've run into the same scenario and found this question. Was there anything more official implemented in tqdm + PyQt in the meantime? cheers

@jef I have a simular error but I do have Node v12: ``` node --version v12.19.0 ``` Edit also tried with Node v10: ``` node --version v10.23.0 ``` ``` terminalizer...

ah actually installing from the sources works. ``` git clone https://github.com/faressoft/terminalizer cd terminalizer npm install -g . ``` thanks