Posts by Gabriel Mesquita • 23 points
3 posts
-
0
votes2
answers43
viewsA: Doubt when migrating Gulp code
Thanks for the help, I managed to get to the following code: const gulp = require('gulp'); const clean = require('gulp-clean'); const ts = require('gulp-typescript'); const tsProject =…
-
1
votes2
answers43
viewsQ: Doubt when migrating Gulp code
Good evening, I would like to know how to update this code snippet from Gulp 3 to Gulp 4. Everything before worked perfectly, I was updating the lib for vulnerabilities and now appears the following…
-
0
votes1
answer756
viewsQ: Doubt in Python request Django GET/POST
Good evening, I have a problem that I cannot solve in Python 3.6.7 and Django 2.1.1 I have the following codes: views @login_required def profile_provider(request, provider_id): provider =…