Tristan Brindle

Results 35 issues of Tristan Brindle

Per https://github.com/conan-io/web/issues/187, we should add a note to the README advising Conan users to avoid saying `flux/[*]` as it will bring in an old git snapshot.

We should provide a mechanism for user-defined sequences (and library-defined sequences) to use custom implementations of Flux algorithms and adaptors, when they can do so more efficiently or offer more...

enhancement

In [this comment](https://github.com/tcbrindle/flux/discussions/242#discussioncomment-13325700), @mknejp mentions wanting a `max_element` that works lazily rather than eagerly. This is actually pretty tricky to do with the current Flux or STL iteration models, because...

enhancement

I'm using the clangd VSCode plugin on MacOS. When configuring [my project](https://github.com/tcbrindle/flux) to use modules and opening a random file, I get the following error: ``` error: builtin headers belong...