Alejandro Giacometti

Results 27 issues of Alejandro Giacometti

I renamed an entry using the app without first merging the remote. Additional entries were added using the command line. When syncing, the app merged the diversion by deleting any...

#### Current Behavior This prints before every line ``` ERROR: ld.so: object '/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so' from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so' from /etc/ld.so.preload...

🐛 bug
🌊 upstream

/!\ Docker Compose V2 has moved to [github.com/docker/compose](https://github.com/docker/compose/tree/v2), this repository is for "Cloud Integrations". You can report issues related to `docker compose` [here](https://github.com/docker/compose/issues/new/choose). **Description** published ports are strings in the...

```sh brew install devbox ```

feature

looks like datafusion just shipped the ability to read compressed data – such as gziped json https://github.com/apache/arrow-datafusion/pull/3642#pullrequestreview-1137722818

currently transforming the in-flight element is triggered when it enters a drop-zone, but not in the same one. This means that styling the element is inconsistent. I figured out how...

### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of...

bug
python
needs triage

Transformers are great for some use-cases, but it would be nice to be able to just ignore the data in some tables. For example, auth tokens

The documentation on subsets is a bit sparse. Is there a way of creating more complex strategies for subsetting? i.e. interactions often occur between tables: products, orders, customers, a percentage...

The connection URI includes the database name—but transformers and subsets also ask for a database parameter? does one override the other? ```yaml connection_uri: postgres://user:password@host:port/db transformers: - database: public table: customers...