Gustavo Gondim

Results 12 issues of Gustavo Gondim

Something like this: https://stackoverflow.com/questions/14321214/how-to-run-multiple-tor-processes-at-once-with-different-exit-ips#18895491

help wanted
recommendation
Eligible for bounties 💰️

Also, it would be nice to have a command to reconfigure exit nodes countries list. https://pt.wikihow.com/Definir-um-Pa%C3%ADs-Espec%C3%ADfico-no-Navegador-de-Internet-Tor

help wanted
recommendation
Eligible for bounties 💰️

I need to use the library directly from browser, without any package builder. When I try to import it, the script expects to be used inside a CommonJS environment, so...

bug

As suggested by [Custom Fields docs](https://vue-generators.gitbook.io/vue-generators/fields/custom_fields), I'm providing a new custom field we've created here at NOALVO: https://github.com/NOALVO/vfg-the-mask It uses [Vue The Mask](https://vuejs-tips.github.io/vue-the-mask/) and apply a mask to the input....

Pull request proposal for #153

# Implementation proposal Considering ajv-i18n's localization function **already mutates the `errors` object**: ## errorsText() When using **ajv-i18** as a plugin, the `ajv.errorsText()` function should return the localized error messages. Currently...

The image when it is posted without "http://" in url, it loses the "src" attribute.

## Prerequisites - [X] I am running the latest version - [X] I checked the documentation and found no answer - [X] I checked to make sure that this issue...

Type: Bug
Module: Middleware

The [`mergeParams`](https://moleculer.services/docs/0.14/moleculer-web.html#Disable-merging) feature exists at the route-level when declared directly in the API Gateway. However, [Auto-alias](https://moleculer.services/docs/0.14/moleculer-web.html#Auto-alias) does not have this feature at the route-level. At present, auto-alias only supports `fullPath`,...

I discovered that `mergeParams: false` was the cause of the issue #331. Developers should continue to use this configuration without experiencing side effects in internal services. I implemented a minor...