Tv
Tv
Update for anyone else landing here: it seems the path is currently `~/.var/app/com.github.micahflee.torbrowser-launcher/data/torbrowser/tbb/x86_64/tor-browser/Browser/Downloads/`
This seems like a very simple change (but I haven't actually tested this): https://github.com/denodrivers/postgres/blob/2606e50f02b525ac89012bbca9ed7ca863b215a9/query/encode.ts#L98-L99 add ``` } else if (value instanceof Set) { return encodeArray(Array.from(value)); ```
Oh the "integrity" field issue might be due to changes in npm? See https://github.com/svanderburg/node2nix/issues/238#issuecomment-942838431
For the NixOS people, I upgraded to latest nixos-24.05 and rofi keyboard input started working again. Give it a shot. No idea what caused the assert to trigger in the...
I think you pasted the same output twice, they both show `line: 0, column: 0`.
Also, - [ ] Support restoring encrypted snapshots
Is this a duplicate of #4 ?
> We provide a normal user by default, which has privileges to create databases, roles, login, etc. and document how to access the `superuser` if required for their use-case. If...
Another thing that'll break those tests is lack of support for `valuesort`.
Another is that sqlite tests think `CAST ( - 55 AS REAL )` should have `query I` and output `-55`, not `R` and `-55.000`. That is, sqlite doesn't really keep...