Daniil Burakov

Results 4 comments of Daniil Burakov

у меня такая же ситуация проброс энвов в `docker-compose.yml:11` помог: ``` environment: - DEBUG=True - PYTHONUNBUFFERED=1 - POSTGRES_HOST=infomate_postgres - POSTGRES_PORT=5432 - POSTGRES_USER=postgres - POSTGRES_PASSWORD=postgres - POSTGRES_DB=infomate ``` дальше у меня...

Hello, @Daguerreo. Cool feature! I'm trying to implement dynamic outputs, and have faced several issues. To add outputs dynamically, I have implemented two slots: ``` void MyNodeDataModel:outputConnectionCreated(Connection const& c) {...

> Hello @Sarrasor. Calculator example do contains an example node with dynamic ports. Have you looked at it? Yep. The thing is - the example considers dynamic input ports, not...

Great, thank you! Now my code works too: https://user-images.githubusercontent.com/23615113/116120399-289d4e80-a6c8-11eb-8f31-ce061fac4699.mp4 The only thing I can suggest is to explicitly cast `entry.size()` to int. Yes, there is a non-negativity check before, but...