Liam
Liam
I had asked a question related to this on here (https://github.com/nushell/nushell/issues/6570) and Superuser: https://superuser.com/questions/1742738/skipping-lines-in-a-large-file-then-pipe-to-external-command-in-nushell This isn't just a time performance issue, it's a massive memory performance issue. I have a...
@imsnif this is the fix, right? https://github.com/imsnif/bandwhich/commit/adb0daee8d0f1cdd0b2a65dc1d165679ae710b4a So, can you just make a new release, and this problem will go away?
@imsnif Thanks for clarifying about the Travis issue. I was under the impression you could just hit a button to publish a new release. I really appreciate all the effort...
@bbatsov did you see the PR for this? No rush, just making sure.
This can be closed, right?
This is really a problem with WSL2 -- searching through all the directories in $PATH that are present on the Windows side is just extremely slow, unfortunately. See https://github.com/microsoft/WSL/issues/4197 This...
@romkatv Thanks for telling me about this! I agree that it's not a good default; I've never done that without prefixing it with `./` - In fact, I didn't even...
I think this is a useful feature. Let's say you're trying to download thousands of files via HTTP. If you just download one at a time, it's unlikely you will...
I would like this feature! Question about implementation: to what Rust type would `inet` map? [std::net::IpAddr](https://doc.rust-lang.org/std/net/enum.IpAddr.html) seems like a logical choice, but Postgres's `inet` type [also can contain the subnet](https://www.postgresql.org/docs/current/datatype-net-types.html#DATATYPE-INET)....
@Dannyzen looks like they fixed that a while ago 😄