Raúl Cumplido
Raúl Cumplido
En Telegram ha aparecido varias veces la pregunta de como hacer la generación de la documentación local en Windows. Deberíamos documentar cómo conseguirlo y añadirlo al Contribution guide.
There are some [paragraphs](https://github.com/python/python-docs-es/blob/3.7/tutorial/controlflow.po#L29): ``` Besides the while statement just introduced, Python uses the usual flow control statements known from other languages, with some twists. ``` That appear incorrectly because...
Hi, I was investigating why our builds for integration with turbodbc where failing on Apache Arrow and have noticed that the turbodbc CI has been failing since the 14th of...
This PR is WIP. This PR creates a macro to allow us to download/build/install dependencies using ExternalProject_ADD. It is being tested with Folly. Currently this PR is able to build...
This PR is currently WIP. The idea is similar to the PR https://github.com/facebookincubator/velox/pull/2412 but using `FetchContent` instead of `EXTERNALPROJECT_ADD` to avoid the transient linking issues. I am pushing the branch...
Some usage examples: ``` $ archery docker info debian-go-cgo --only command Service debian-go-cgo docker compose config: - command: /bin/bash -c " /arrow/ci/scripts/go_build.sh /arrow && /arrow/ci/scripts/go_test.sh /arrow" ``` or ``` $...
Fixes the unnecessary redirects: ``` --2022-10-25 08:44:33-- https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh Resolving repo.continuum.io (repo.continuum.io)... 104.18.200.79, 104.18.201.79, 2606:4700::6812:c84f, ... Connecting to repo.continuum.io (repo.continuum.io)|104.18.200.79|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh...