Dave Rolsky
Dave Rolsky
I'm stumbling across this right now, so let me add another use case. It's pretty common to want to sort a query based on user preferences or request parameters. The...
Oops, ignore the bit about `.bind()`. I _can_ pass cloned arguments to it.
> @autarch you might also be interested in this proposal #1488 > > The main idea is to allow adding/removing parts of the query at runtime while still providing compile-time...
I found a workaround for the issue I had with wanting to generate a query dynamically and then return a stream from calling `fetch()`, and I wanted to document it...
I note that spew has not seen a commit to its default branch for 4 years. It seems to be effectively unmaintained. I'm not sure what the best fix is...
@jedib0t my table code is in https://github.com/houseabsolute/detest/tree/master/internal/table
> I'm wondering why you'd need the blank lines with separators like above... is it due to you not wanting to share private data here? Or is it because you...
Heh, now that I'm looking at the output from my own library I'm realizing it doesn't do the separators quite the way I want either, but I was able to...
At least on Linux, we shouldn't expect assets like images to share a root with the executable. That may be the case in some packaging scenarios, but a typical apt...
For regular packages, there are things like the [Debian Filesystem Hierarchy Standard](https://www.debian.org/doc/packaging-manuals/fhs/fhs-3.0.html). There's [one for Fedora](https://docs.fedoraproject.org/en-US/Fedora/14/html/Storage_Administration_Guide/s1-filesystem-fhs.html), too. I looked for crates that might help with this but I only found...