d4h0
d4h0
After I found [this issue](https://github.com/nushell/nushell/issues/4248) and experimented a bit more, I think I know what is going on. It seems, `foo --bar="baz1 baz2"` needs to be written as `foo "--bar=baz1...
I might miss something, but I believe this issue can be closed. The `edgedb migration *` CLI commands seem to handle what was asked for in this issue. Btw., I...
[ArangoDB's query language](https://www.arangodb.com/docs/stable/aql/) also looks good. I'd like a query language that offers functionality for more complex scripting (e.g. declaring variables, conditional statements, for loops, etc. at the top-level). SurrealQL...
@probablykasper: I 100% agree with you. Btw., there is a discussion about this and other correctness-related things that might interest you: https://github.com/surrealdb/surrealdb/discussions/161
@MrEmanuel: No, this isn't related to what is discussed here. You can turn `/my-project` into a [Cargo Workspace](https://doc.rust-lang.org/cargo/reference/workspaces.html), and add `rust-app` as a crate.
I don't really understand the `binary/unary`-stuff, but I believe this should be optimized for what people expect, what the most common use cases are, and for what results in the...
> when in SCHEMAFULL mode you need to define EVERY field... > "status": "OK", @tobiemh: Shouldn't the query then fail? What happens if you try to instantiate a Rust struct...
I'm using Arch Linux (which is a rolling-release Linux distribution, so all my software should pretty much be up-to-date. My Linux kernel version is 5.8.5-arch1-1). rustc: 1.46.0 (04488afe3 2020-08-24) I...
I have tried to set FLEXI_LOGGER_PALETTE (copied from the docs), but it didn't change anything (otherwise that variable is unset).
I'm not piping the output through anything. I just run 'cargo run -p test-drive' to run the 'main' function of the main binary crate in a cargo workspace. I even...