Johanderson Mogollon

Results 28 comments of Johanderson Mogollon
trafficstars

@epinault I think it is easier if [eredis_cluster](https://hex.pm/packages/eredis_cluster) can be used for redis_cluster case and for normal redis, the [eredis](https://hex.pm/packages/eredis) package Basically, to change the Redix dependency to eredis +...

I think the solution is to define various files (or modules) instead of a really BIG module, so it will compile in parallel the modules

has anyone tried scroll api as an alternative? it works?

Hi, I'm having the same issue, for certain customers with products + product variants, it is ugly to have the same result repeated sometimes (eg: for the product size so...

Have you tried? ```python # ################## # Post data as multipart form # ################## url = "https://postman-echo.com/post" posted_data = {'foo': 'bar'} response = await client.post(url, data=posted_data) ```

Seems reasonable, to have a intermediate class that will hold the references to form fields, and then, to stream the form data efficiently

> > Seems reasonable, to have a intermediate class that will hold the references to form fields, and then, to stream the form data efficiently > > Can you please...

New MultipartForm class https://aiosonic.readthedocs.io/en/latest/reference.html#multipart-form-data