Paulo Coutinho

Results 311 issues of Paulo Coutinho

Hi, I have download all and tested with "GFPGANCleanv1-NoCE-C2.pth" and it worked nice. But with all other i have problems. With "GFPGANv1.pth" i got: CLICK ME ``` rm -rf results...

Hi, I want change colors to match something like this (black on all backgrounds, orange on titles, white on texts). ![image](https://user-images.githubusercontent.com/395096/94619850-f6d41e80-0283-11eb-8a7e-eee79e9e5f91.png) Can you help me? Thanks.

Hi, On Readme documentation i see a block of code about postgres, but i don't see nothing related to the server. Can you add to readme the source code to...

documentation

Hi, I need deploy `.github` folder from my `dist` directory, but your script remove it hard coded with `--exclude`. Can you put option/options to exclude `.github` folder optional? Thanks.

feature request ✨
help wanted ❕
good first issue 🍩
hacktoberfest

Hi, How to make it show with infinite duration and only hide when i want? Thanks.

Hi, I found this problems when compile to WASM: 1 - This line throw error that `GLFW_SCALE_TO_MONITOR` don't exists (screen.cpp): ``` glfwWindowHint(GLFW_SCALE_TO_MONITOR, GLFW_TRUE); ``` 2 - This method `glfwSetWindowContentScaleCallback` throw...

fixes for web assembly

Hi, When we use self-hosted stork, you place it inside "static" root path. But need be "static/js" and "static/css", what is recommended on official website: https://github.com/pelican-plugins/search Only need change here:...

Hi, Please, add main content class to make search easy and batter. Today the pelican-search plugin get the element "main" or other css selector. My suggestion is add a class...

Hi, When enable search, the stork url is not going to correct place when im inside article: Example on screenshot above: http://localhost:8000/2022/06/28/2022/06/28/apocalipse-de-jesus-cristo-fase-3-o-trono-e-os-seres-viventes.html ``` duplicated: 2022/06/28/2022/06/28 ``` If im on home,...

bug