Questions tagged as 'render'

1
answer

Pass variables on all renders

I have an application using NodeJS, Express (and a few more dependencies). I reduced the application to the file below to explain my question: app.js: // Dependências. const express = require('express'); // Criar a instância do express. le...
asked by 18.01.2018 / 17:16
1
answer

Low resolution text in Python Kivy

I'm starting in Python and Kivy, but I'm not understanding why the low resolution of the generated objects. In a simple screen of username and password, it is possible to observe the text serrated, that is, with low rendering. Is there a way...
asked by 10.03.2018 / 18:04