Nicholas Gates

Results 137 comments of Nicholas Gates

1) I think we may want to move towards having an in-memory ExtType dyn-trait, along with an ExtTypeEncoding, and ExtType vtable. Same setup as array, layout, and soon expressions. 2)...

I think in those limited (and lossy!) cases, we should fall back to `to_arrow(&Canonincal::empty(dtype))?.data_type()`

Yep, I think you've struck on the main problem here which is our (ab)use of comptime. We're going to have to figure out a new approach and API design for...

That sounds like a great idea. I'd be happy to jump on a call / meet up in London to discuss some of the design decisions and ideas we have...

Ah that makes sense, I have my own aligned buffer implementation and was trying to convert to it while asserting the alignment. I guess if length == 0 then we...

Hi @slonik-az, I'm afraid not. We're actively looking for potential maintainers. It's worth noting that the current design leverages features of comptime that are no longer supported >0.12.0 and so...

I think first steps would be for us to engage on some proposals for how to bring the project up to date with latest Zig and begin to see movement...

So it gets passed down from here: https://github.com/Textualize/textual/blob/6f5eb419a6dd48aa1727677360f67ad405c0bd51/src/textual/widgets/_text_area.py#L1218 Where scroll_x is 0, virtual_width is 0, and gutter_width is 3. I suppose another place to enforce this could be in the...