Brady Bonnette

Results 24 comments of Brady Bonnette

@workingjubilee Should this be closed as a result of https://github.com/tcdi/pgx/pull/645 being merged? Or is this going to be a placeholder for possible other dependencies that could be removed in the...

If such a builder was made, would it be the only way to construct a RawArray? Or would it come with an asterisks of "You can do this directly if...

Regarding #760 This is a note to act as a reminder to re-visit `.allowlist_*` for bindgen. See that issue for more details.

@workingjubilee @thomcc #830 has been merged into develop.

Hi @willmurnane I was taking a look at this issue, and I am not super clear on how to reproduce this. For example, I just chose one test at random,...

Oh, I see. Using the same test above, are you suggesting something like this is getting swallowed? ```rust #[pg_test(error = "array contains NULLLLLLLLLLLLL")] fn test_serde_serialize_array_i32_deny_null() { pgx::warning!("warn message"); Spi::get_one::("SELECT serde_serialize_array_i32_deny_null(ARRAY[1,2,3,null,...

Ah yes, I see an issue now. Thanks for the clarification!

Just as an FYI, DebertaV2/V3 is now merged into candle main: https://github.com/huggingface/candle/pull/2743 I don't know when the next release is, but it should be available when that happens!

> is it supported? DebertaV2/V3 was just merged into `candle`. I don't know how it makes it's way into this TEI project, but I am assuming this fork of candle...

Just realized that the same error happens when trying to use [train.py](https://github.com/urchade/GLiNER/blob/7495d0a9be807504a8da33b059747e6fd66c331e/train.py) included in the root of the project. Different dimensions/input size, but the same error.