Capi Etheriel
Capi Etheriel
Because I'm using [pytest-flask-sqlalchemy](https://github.com/jeancochrane/pytest-flask-sqlalchemy) (see #11), I feel the need to always add the `db_session` fixture to every test that uses model fixtures from pytest-factoryboy. Particularly, if I try something...
Eu conheço o repositório da Divaloper, o https://github.com/carolsoaressantos/videos-pt.br-tecnologia. Ele é ótimo, mas concentrado exclusivamente em material audiovisual. Pra quem não gosta de vídeos, temos um repositório parecido? Se não, proponho...
One could also write `const [key, value=''] = item.split('=')` to make it a oneliner, but I feel like that hurts legibility...
A vida é dura https://bugzilla.mozilla.org/show_bug.cgi?id=853519 Podemos usar `span`, que funciona. Talvez um `span` dentro do label?
How do I circumvent the same issue policy? It would be wonderful if it was documented in the Read Me.
This PR updates Bootstrap, but it requires updating less-brunch since we need less compiler 1.3.3 (bootstrap dependency).
As [best practice](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#user), non-root users are created as system users without a home folder. `updateUID.Dockerfile` will fail when used with such images, because it tries to chown the non-existing home...
Fixes #109. We could either skip chowning or create the home folder. I find the latter to be more useful because otherwise vscode will complain it can't create stuff in...
changelog: * add ruff as replacement to flake8
I just read Ben Alman on [jQuery's Throttle and Debounce](http://benalman.com/projects/jquery-throttle-debounce-plugin/) and wondered: can DebounceRequest be added to Scrapy? The use case: recently I've been scraping a website where I wanted...