Nick Crews

Results 503 comments of Nick Crews

That is better, thanks. still not ideal as handwritten data, but if we can't have that, then this really helps

Can you make a new table called "Lineitems" which has columns - M:1 relationship with the "Orders" - M:1 relationship with the "Products" table, - discount - quantity - etc...

Also just ran into this. Not familiar at all with arrows codebase, but if this isn't that hard and someone can give me pointers, I can take a stab at...

> duckdb itself doesn't retain a reference Sorry, I don't think I understand, can you elaborate a bit more? If I do ```sql CREATE TYPE severity AS ENUM ( 'LOW',...

Actually, I think the nesting merely surfaces the problem, but I think the underlying cause is that NONE of the custom types are created before the tables are. See https://github.com/Mause/duckdb_engine/pull/1237

I meant in a general sense, PDM philosophy seems to be they prioritize standards more than poetry does. For example poetry came up with their own dependency specification format. For...

I implemented a separate MkDocs plugin that uses jupyterlite at https://github.com/NickCrews/mkdocs-jupyterlite. CC @danielfrg in case that is of interest to you. I copy pasted some of the code from here...

If not actually merging, then would you be interested in adding a link to mkdocs-jupyterlite, similar to [how I did pointing back to this repo](https://github.com/NickCrews/mkdocs-jupyterlite/blob/756437515c531a342ce6af6a1e3bd9155c115c39/README.md#related-work-and-alternatives)? I think that helps users...

Hi! We have a similar need to [in Ibis](https://github.com/ibis-project/ibis/blob/b2e3100d9277a93fc1d8d97fb3f68856b9e6b91d/ibis/expr/datatypes/core.py#L365-L379), except we want the TypeIs to bind to the `self`, with no arguments, eg ```python # The base class class DataType:...

Thank you both, sounds good, ibis will need to figure something out more standards-centric, sounds good that there is nothing for ty to do here.