Yethal
Yethal
@jennifer-shehane Similar behavior occurs in cy.intercept. If the url we're trying to catch contains multiple duplicated queries the req.query field will only contain the last one. Is this the same...
This issue also prevents using Tailscale's Taildrive via native WebDAV because Tailscale exposes it over HTTP (tunneled via WireGuard). Using a webdav mount via davx app works fine but it'd...
An account can have access to multiple tailnets, if you use auth mechanism that allows for it such as github. If you use github for authentication into your own private...
@Kupofty You can use `tailscale switch` command to do that from cli, necessary functionality is already exposed by tailscale
+1 to nushell. Much better handling of structured data, easy interoperability and few if any footguns compared to bash Plus it natively supports structured formats like json,yaml,toml etc so the...
Yes but at the same time you could drop dependency on most of coreutils, jq and the like as all data processing can be done within Nushell directly. Additionally Nu...
> Then maybe you can answer a question: What is the error handling story of nushell? What happens when a command fails? I found [create your own errors](https://www.nushell.sh/book/creating_errors.html#creating-your-own-errors), which is...
It seems we're getting slightly different output of `nix path-info`. I receive a record with nix store paths as keys and the data as values (hence use of `values`) whereas...
Maybe not but it's one less utility to depend on
@phaer I started hacking on it