Rodrigo Delduca

Results 33 issues of Rodrigo Delduca

## Fixes Or Enhances **Make sure that you've checked the boxes below before you submit PR:** - [X] Tests exist or have been written that cover this particular change. @go-playground/validator-maintainers

Hi all, Instead of calling iocage exec multiple times, like bellow: ``` iocage exec "${JAIL_NAME}" chown 0:0 /settings/ipfw_rules iocage exec "${JAIL_NAME}" chmod 600 /settings/ipfw_rules iocage exec "${JAIL_NAME}" sysrc "firewall_enable=YES" iocage...

Is it possible to use with user and password? Something like that? ``` curl -vvv "ifconfig.me" -x user:password@localhost:8000 ``` Here my `nginx.conf`, I tried with `auth_basic_user_file `, although no luck...

I am using `Flask-Pydantic` with `mypy` and I got the error > error: Untyped decorator makes function "index" untyped on the line `@validate()` ``` @blueprint.post("/") @validate() def index(body: RequestBodyModel) ->...

**What would you like to be added**: I want the certificate issued on `kind-control-plane` to be issued to `host.docker.internal` too; with this, I can use it with docker-compose **Why is...

kind/feature

Is that possible[1]? 1 - https://github.com/gilbertchen/duplicacy/wiki/Back-up-to-multiple-storages

enhancement
help wanted
good first issue

`firebase emulators:exec` should pass down the arguments from command line. For example ``` json "scripts": { "test": "firebase emulators:exec --only firestore --project sample 'jest --runInBand'", } ``` If I run...

type: feature request
polish
api: extensions

Is it possible to fetch more posts from Instagram? I am trying to fetch from a profile, but it only returns 32 posts, and the page has many more. Thanks

It will be cool if this docker image has alternative tags with bash, sometimes `ash` is pretty limited

Is it possible to include OpenSSL? I need to [sign HMAC](https://stackoverflow.com/questions/45805224/bash-curl-sign-hmac) and it requires the openssl command.