Jack Fischer

Results 47 comments of Jack Fischer

This is likely a dupe of https://github.com/owenthereal/ccat/issues/32 where there is an unofficial PPA that hasn't been updated since version 0.1.1 in 2015. Then again according to Github the latest release...

> at this time we may just join related fields with main query. @rudyryk, would you be able to give an example of what this looks like? I cannot find...

Thank you! I'm new to peewee and peewee async so this example is helpful. It might be a worthwhile addition to the docs. Thank you for all your work

I see, I assumed the sequence of events was the other way. Great to see up to date tutorials; it is appreciated

For folks googling this, [assert_single](https://www.edgedb.com/docs/stdlib/set#function::std::assert_single) might be a good alternative where you're not actually filtering on exclusive but limiting or otherwise sure it's `Cardinality.AtMostOne | Cardinality.One | Cardinality.Empty`.

A hearty +1 on the free objects alternative. Our team does lots of bulk queries and are finding ourselves either polluting our data with null object pattern type noise or...

Ah I see. I don't fully understand the philosophy of when conversions are functions vs casts (maybe the potential variation in formats is the decision maker here) though I think...

Ah, casts _do_ exist? This problem was occurring in QB. ```typescript e.params({example: e.cal.local_date}, $=>...).run(client, {example: "2020-01-01"}); ``` `Type 'string' is not assignable to type 'LocalDate'.ts(2322)`

Many thanks for all the information. What is the difference between the pattern above and the `e.uuid` behavior where the cast appears to happen automatically? Is the convenience function you...

We currently use metabase for many of the things cited here. Would be a plus to get the data explorer view (even in read only mode).