Smitty
Smitty
This should make it clear that other large public networks are also included. (e.g. the [PSTN](https://en.wikipedia.org/wiki/Public_switched_telephone_network))
Currently the network protocol nodes use to communicate with other nodes is not documented. This should be documented.
The [`test_stats_agg_byte_io` test](https://github.com/timescale/timescaledb-toolkit/blob/91b9bf807383478a5e526b602513507a8895a682/extension/src/stats_agg.rs#L1636) consistently fails for me: ``` assertion failed: `(left == right)` left: `[1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 0, 16, 73, 187, 109, 1,...
Two tests in our `flat_serialize` crate fail when run under [Miri](https://github.com/rust-lang/miri), a Rust interpreter that can detect some undefined behavior: ``` $ cargo miri test --target x86_64-unknown-linux-gnu ... failures: ----...
pgx 0.5.0 [adds a prelude](https://github.com/tcdi/pgx/pull/699). Instead of importing `pgx::*` everywhere, we can now do `use pgx::prelude::*` instead and not import everything (importing everything pollutes the scope of the importer and...
In [this CI run](https://github.com/timescale/timescaledb-toolkit/actions/runs/3039522886/jobs/4894540214), the `random_stress` test for `udd_sketch` had a random failure due to an unexpectedly high error: ```none thread 'tests::random_stress' panicked at 'Failed to correct match 0.51 quantile...
The [GDPR](https://www.i-scoop.eu/gdpr/right-to-data-portability/): > The data subject shall have the right to receive the personal data concerning him or her, which he or she has provided to a controller, in a...
``` ▶ TIMEOUT [expected OK] /performance-timeline/not-restored-reasons/performance-navigation-timing-iframes-without-attributes.tentative.window.html │ ▶ TIMEOUT [expected FAIL] RemoteContextHelper navigation using BFCache └ └ → Test timed out ```
The parser code from https://github.com/markedjs/marked hasn't been updated in >2 years, it should be updated.
Currently this is the same as #31361; I still need to implement fetch aborting. --- - [ ] `./mach build -d` does not report any errors - [ ] `./mach...