Leon
Leon
Quick question: did the URL actually return a HTTP error code 404 NOT FOUND, or is it one of those newfangled "404" pages which are actually delivered as 301 MOVED...
Checked `curl --help`... It has `-f` for "fail" for exactly this case… Following `curl`'s lead isn't a bad idea, I think.
I just realised I misspoke and that you can't remove the .named() part of the signature without breaking the feature before deprecating it. (Ideally removing it would come later).
I found one place where these differ: ``` let a = {$in > 3}; [1, 2, 5, 6] | where $a ``` This doesn't work without `-b`. However, there's no...
Just to reiterate, this issue *isn't* about removing `find`, only `find --predicate`, i.e. removing the `--predicate` flag.
>Do you have some before and after code samples for the PR description to make it easier for others to quickly get a sense of it? Before: ``` [1 2...
Quick thing I just noticed: the CI runs `test::test_examples` (the examples embedded in the `fn examples(&self)` calls) but `cargo test --workspace --features=extra` seemingly doesn't. What gives?
> what's `e`, `a`, `i`? No idea. Those are standards I use when writing one-liner iteration loops using JS's `.reduce()`. They are: element, accumulator, index. I consider them roughly equivalent...
Well, alright.
I don't like the pun name, for these reasons: * Too difficult to "get" if you don't already know what the two components are (otherwise, looks like a typo of...