José Francisco Calvo
José Francisco Calvo
The same happens for me. It is annoying because you can't aliase a child field and use `if:` at the same time. There is any workaround?
Hi @cufeinfor ElasticSearch is a dependency of Argilla, without it Argilla can't work. You can try running the following container to run ElasticSearch: ```sh docker run -d --name elasticsearch-for-argilla -p...
The same happening here. Why is not already solved?
A workaround that is working for me is adding `pointer-events: none;` CSS to the inner child like: ```elixir delete ``` With this we are avoiding clicking events to happen on...
Some insights after a quick exploration: * A pro account is needed on HF to enable dev mode. This means that someone with a pro account should check that everything...
Another important aspect is that HF dev mode is useful to play with changes in the source code of the application. We don't have right now any Docker image including...
I have defined [here](https://huggingface.co/spaces/jfcalvo/argilla-template-space-dev-mode/blob/main/Dockerfile) an Argilla space template with changes to its `Dockerfile` supporting dev mode. I will check if it's working as expected once my user is PRO.
@bluestreak01 sorry I totally forgot that: ```sql CREATE TABLE table_1( id STRING, length LONG, ts TIMESTAMP ) timestamp(ts) PARTITION BY MONTH; CREATE TABLE table_2( id STRING, organization_id SYMBOL NOCACHE INDEX,...
@bluestreak01 this bug is still happening for v8.0.0
> @jfcalvo Do you think you could tackle this one? I can take a look for sure.