Juan Calderon-Perez

Results 109 issues of Juan Calderon-Perez

Hello @tiangolo I was wondering what's the status of this project/template? There's a lot of outstanding PR's, and no releases since 2020. This is an amazing template, and it would...

I have recently try to test Fiber using several examples, and it was until an hour later I noticed my error was because all the examples on this repo are...

bug

Are there any plans to provide wheels for Pypy?

enhancement

* Upgrade Alpine from 3.12 to 3.13 * Upgrade nmap from 7.80 to 7.91 * Add ca-certificates and bind-tools.

:bulb: **The Idea** Add support for AMQ protocol, more information about the protocol available [here](https://www.rabbitmq.com/tutorials/amqp-concepts.html). AMQ is heavily used by systems integrated via ActiveMQ, RabbitMQ The most recommended library is...

enhancement

Are there any plans to add basic support for running WireTrustee without Auth0? We are trying to find a solution for running a managed WireGuard Mesh in an airgap network,...

Is it possible to have multiple concurrent `coredhcp`servers using the same `file_leases.txt` file, or would I need multiple `coredhcp` service different ranges for this to work? I'm wondering how to...

Currently only a few of the plugins container a README file. The website for the plugins is returning 404: https://coredhcp.io/plugins/

Given that there's only two extra plugins in https://github.com/coredhcp/plugins are there any plans to just merge those in here? I'm interested in using the `netbox` plugin, but there's no information...

I was wondering if there's way to run ignite microVM's using Docker ipvlan/macvlan? Usually the way I go about this is: ``` docker network create -d ipvlan --subnet=10.0.2.0/24 -o parent=enp0s3.2...