Artur Corrêa Souza

Results 18 comments of Artur Corrêa Souza

I'm having issues with "#" before names, "_" is working fine and also "á" "ã". VGrive 1.6.0 OS Mint 19.3

I'm having this exact same problem with files starting with "#". VGrive stars syncing, deletes them locally, donwloads, and uploads again. VGrive 1.6.0, installed from .deb OS Mint 19.3

Currently, I think this shouldn't be implemented. You probably don't uninstall apps every single day. As this is a minimalist launcher, it is expected that certain things are not implemented...

This is a great repo, I think it would be useful at the Web frameworks page.

Mine's actually a little bit different. When recording upside down (horizontally) with my camera app, it auto corrects it to save it to gallery, and gallery shows it in the...

I would really like the feature of not following redirects :) It's very common for a web app (implemented in the old style of generating HTML templates on the server)...

Hey, I ended up building my own simple solution using some code snippets from here. I prefer using the [tectonic](https://github.com/tectonic-typesetting/tectonic) engine, and adding suport for it here would not happen,...

@ramiboutas Sure. First I put jinja2 in backend ```python { 'NAME': 'jinja2', 'BACKEND': 'django.template.backends.jinja2.Jinja2', 'DIRS': [os.path.join(BASE_DIR, 'myappthatusestex/templates')], 'APP_DIRS': False, 'OPTIONS':{ 'environment': 'compile_tex.environment.custom_environment', } } ``` This is the environment at...