Kyle Barron

Results 1642 comments of Kyle Barron

As of June 2025 colab still uses traitlets 5.7.1 😕

You can use a protocol to provide more detailed typing for a callback. For example https://github.com/developmentseed/obstore/blob/77a2b3a5cc8f0352f4e5e4f1b9e20d0885fd1e63/obstore/python/obstore/_store/_aws.pyi#L448-L449 defines a type hint for a callback that must return an explicit type. We...

Sorry @ATL2001 , I've been head-down on other projects the last few days, like https://github.com/developmentseed/object-store-rs. I'll review this in the next couple days 🙏

@ATL2001 I didn't mean to reject this PR; it was just more involved than I wanted to look at for inclusion into the latest release given my limited time to...

It would at least be nice to see again if you still have it. It would be nice to have a table of contents/legend widget

This project is on hold until upstream polars gives us a way to maintain extension information on Arrow columns. https://github.com/geopolars/geopolars/blob/51910e049c6bf6511c7eb6025a8fa8fc105080d7/README.md?plain=1#L37

Awesome! I'll take a look through some examples!

Hmm it looks like the `HeatmapLayer` is broken. Which you can see from the [duckdb example notebook](https://github.com/developmentseed/lonboard/blob/main/examples/duckdb.ipynb). I would initially assume this is an upstream deck.gl bug. Ah yes, looks...

9.0.23 was published with the fix for the heatmap layer so it looks like we should be able to upgrade to 9.x now!

Well actually I'm getting the same error with the latest deck.gl 😔 ![image](https://github.com/user-attachments/assets/570e5439-10df-4169-b8c4-a13534d89181) I think we need to have a better way to generate pure-JS deck.gl snapshots so that we...