Vitaly Shukela
Vitaly Shukela
The 0% vs 1% problem is not always reproducible.
There are `*.state` files in `~/.Tribler/dlcheckpoints`. Filesytem modification date suggests they are not stale. What happens if Tribler or computer crashes when writing those state files?
Maybe there should be a stdlib function like `std.getenv : String -> String` that resolves the variable?
Are you using the recent master (not pre-built) version?
Maybe you meant `ws-u:`, i.e. `ws-upgrade:` instead of `ws-l:`? `ws-l:` basically means `ws-u:tcp-l:`, so your command line is interpreted as `ws-u:tcp-l:tcp-l:127.0.0.1:8808` and it parses `tcp-l:127.0.0.1:8808` as a socket address.
Pending Websocat4 already includes setting ALPN values (though currently without a nice UI and by default it is not set). What is your use case for ALPN mode? HTTP2 is...
Maybe "null" should be set unconditionally, not just for date conversion, without a "throw" here: https://github.com/duckdb/duckdb/blob/f85436e220b8257279f4598b1089ba92c053ce0f/src/function/table/read_file.cpp#L213-L219 (not actually tested that the error comes from that piece of code)
No: ``` $ echo qqq | /opt/duckdb -c "from read_text('/dev/stdin') select content" Not implemented Error: PipeFileSystem: GetLastModifiedTime is not implemented! ```
Added various exist codes for various client errors.
@Diggsey , Is modifying un-`tar`-ring to respect `umask` deliberately omitted? This seems to be the only missing piece for sharing Rust between two accounts (both having write access) without root...