Nick Cameron

Results 260 comments of Nick Cameron

I believe this has been implemented now.

I turned out to be *really* hard to get consistently great formatting for chains. Although this is not great, I think the alternatives were worse.

@simonsan Hey, sorry for the delay in replying, I have been meaning to write a blog post about this and was hoping I could get that out and just point...

Related to this, `substring` in Postgres supports regex matching (see https://www.postgresql.org/docs/current/functions-matching.html), would it be reasonable for DataFusion to also support it? The currently accepted argument types are: ``` Exact(vec![Utf8, Int64]),...

I would love to have either a `warn_on_line_overflow` option or to make `error_on_line_overflow` an enum with `Silent`, `Error`, and `Warn` options.

> Maybe one of the advanced topics might be: how far is async from a zero cost abstraction. E.g. can a trivial await be inlined/erased? Are async functions inlined like...

Another goal is to work together with the newly written async programming chapter in the Rust book.

@argbet21 > Is there/will there be a process for how people can contribute by chance? Or is this mostly internal effort? Or how does it work? Yes, definitely! I'd love...

@dev-ardi > I think that we should just mention that they exist and why or when you would use them. Maybe a chapter discussing tokio alternatives. Yes, I think just...

I've expanded on the above plan (for the guide part of the book) in https://github.com/rust-lang/async-book/pull/235