-
### Description of the desired feature
[Apache Arrow](https://arrow.apache.org/docs/index.html) is an in-memory format that is starting to become a common exchange format between different librarie…
-
### Steps to reproduce
`add_index :profiles, [:organization_id, 'lower(email)']` fails with `ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column "lower(email)" does not exist`.
I…
-
-
## Context
I am trying to retrieve the largest value of an array in odin. It seems min/max accept comma-separated, atomic numbers, but do not process arrays. I feel I must be missing something obvi…
-
Hello,
https://github.com/nelmio/alice/blob/v3.5.8/doc/advanced-guide.md#references
`@user_{alice, bob} => @user_alice or @user_bob`
If i:
client_type:
```
AppBundle\Entity\ClientType:…
-
error:
![image](https://github.com/user-attachments/assets/246d91f3-1d2f-4e45-b604-a47c904ad8f5)
```
File "d:\Develop\conda\envs\mkb\lib\site-packages\ragchecker\evaluator.py", line 200, in eva…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
An array with the PostgreSQL-JSONB-Datatype does not get mapped correctly.
Further details…
-
### Target Version
3.4.2
### Python Version
3.9
### PostgreSQL Version
16.4
### Operating System
meltano/meltano:v3.4.2-python3.9 docker image
### Description
_Steps to full…
-
### Bug report
I have the following code:
```php
/**
* @template TGroupColumnName of array-key
* @template TValueColumnName of array-key
* @template TArray of array
* @param array…
ruudk updated
1 month ago
-
Hi,
I am really happy to see some multiple dispatching mechanism brought to JAX, thanks for that!
I ran a highly toy use case to compare some timings between using quaxified functions and class …