José Francisco Calvo

Results 35 comments of José Francisco Calvo

In MacOS 10.14.6 using Elixir 1.10.3 if I open an elixir console with `iex` and write the following: ```elixir Erlang/OTP 22 [erts-10.7.1] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe] [dtrace] Interactive...

@benwilson512 is correct that Elixir is not executing a `System.stop` when closing the console?

I have a similar problem using Elixir and Ecto (with Phoenix): ``` [error] Postgrex.Protocol (#PID) failed to connect: ** (Postgrex.Error) ERROR 00000 (successful_completion) table does not exist [name=pg_attribute] ``` Any...

We had a discussion about the `pg_attribute` table error on https://github.com/elixir-ecto/postgrex/issues/576 and looks like is not possible to use Elixir [postgrex](https://hex.pm/packages/postgrex) library without supporting/adding `pg_attribute` table. Is this something included...

> I think we should be able to fix it, we'll look at this in the next few days That sound's great. If a new docker image is released with...

This is my suggestion. It doesn't include advanced flows like created records in bulk but it has an abstraction over the basic/core functionality called `DatasetBuilder`: ```python from argilla.sdk import (...

@jcupitt is this totally discarded? This feature would be awesome to extract most used/dominant colors.

@jcupitt could it be possible to add a parameter to specify the number of colors for the palette?

Missing this a lot working with Python, specially with unused imports.

@mrshu thanks for reporting it. I think a note in the docs about this and how to change ElasticSearch/OpenSearch settings to support more datasets can be useful. Please feel free...