Tv

Results 130 issues of Tv

sqllogictest v0.21.0 (and earlier versions, with slightly different APIs) has [`Validator`](https://docs.rs/sqllogictest/0.21.0/sqllogictest/runner/type.Validator.html) and [`ColumnTypeValidator`](https://docs.rs/sqllogictest/0.21.0/sqllogictest/runner/type.ColumnTypeValidator.html), and the caller is supposed to use those the verify that the results match the expectations. You're...

I have a DocumentSnapshot and I'm interested in one of the fields in it, decoded into the Go type that I expect it to be. (Other field types should cause...

type: feature request
api: firestore

Hi. I'm trying to use [niri](https://github.com/YaLTeR/niri) >v0.1.6 on NixOS 24.05 and Smithay startup is segfaulting in ``` (gdb) bt #0 0x00007fbf5b84c95c in __strlen_evex () from /nix/store/3dyw8dzj9ab4m8hv5dpyx7zii8d0w6fi-glibc-2.39-52/lib/libc.so.6 #1 0x00007fbf5b77ad32 in strdup...

```console $ taplo --version taplo 0.9.3 $ cat bug.toml [pleasesort] z = 2 # test a = 1 $ cat bug.toml | taplo format --no-auto-config -o reorder_keys=true bug.toml - [pleasesort]...

Somethings broken with the API docs: https://docs.rs/crate/next-gen/latest

https://github.com/ajankovic/xdiff/blob/8d005d68cfa77d98b42e6a9b25334a2c54a6e034/xdiff.go#L1-L5 The go:generate line needs to be moved out from the package doc comment. A whitespace-separated line below `package xdiff`, or similarly whitespace-separated line just above the type it's operating...

Right now, when Zed's settings are edited, harper-ls *always* gets sent `"workspace/didChangeConfiguration","params":{"settings":{}}}`, regardless of what's in Zed settings for `"lsp": {"harper-ls": ...}`, so harper-ls cannot be configured to e.g. use...

### Describe the bug Normally `cargo deny check ban` outputs error with the computed hash, for easy copy-pasting. When a crate uses a non-default `build =` in its `Cargo.toml`, this...

bug

### Describe the bug `bans.build.bypass` field `build-script` also allows all executables ### To reproduce I'm trying to limit arbitrary code executed at build time. I get this: ``` cargo deny...

bug

### Describe the bug It looks like https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html forgot the "top-level" of the TOML structure, making the examples listed there not copy-pastable. ### To reproduce ```toml [build] script-extensions = ["cs"]...

bug