Blake Orth

Results 20 comments of Blake Orth

Given the discussion in #419 and the discovery of the underlying behavior of some of the reference counted types, it seems like careful consideration needs to be made when marking...

I just ran into this myself for using `SpatialRef` and I'm not convinced the following statement is true. > A problem exists even with structs that don't have a lifetime...

It's accounted for in the actual code: https://github.com/Comcast/gots/blob/ad6cb5dcfefe42ef91066b4a35a4e640c9435b41/scte35/scte35.go#L85-L103 If the CLI is using this directly and it's not computing the correct PTS values we have even more to be concerned...

I had initially thought @atk91's mouse cursor theory was a bit far fetched, but moving my mouse in a way that caused rapid cursor changes indeed caused a crash with...

@alexander-belikov thanks for tagging me here, I had forgotten to update my comment with my experience after using the variable for some time. I've edited the comment to my experience,...

I think relying on the upstream's `take` in some way is a great approach. My initial thought is that providing a wrapper that preserves the type information should be a...

So the entire implementation for any geoarrow type that implements both `ArrayBase` and `TryFrom` ends up just being a few lines for each type. However, `GeometryArray` is still a bit...

That sounds great. I do have some in-progress work on this issue, but unfortunately some high priority items got to the top of my list and I haven't had much...

@kylebarron I'm back to having some additional bandwidth to put towards this effort. As I was reorienting myself with the changes in the broader library as well as the changes...

I agree the refactor is moving the library in positive directions. Admittedly I was mainly focused on the areas that effect this body of work, which were very easy to...