Kirill Bulatov
Kirill Bulatov
[Rendered](https://github.com/neondatabase/neon/blob/kb/timeline-data-management-rfc/docs/rfcs/017-timeline-data-management.md)
Part of https://github.com/neondatabase/neon/pull/2168 and https://github.com/neondatabase/neon/issues/2160 We track [connection attempts](https://github.com/neondatabase/neon/blob/d6f12cff8e1dd858a961369d6caf1e8ea8345759/pageserver/src/walreceiver/connection_manager.rs#L258) in walreceiver logic, but have no test for that. We would need to ensure that we're able to recover after temporary...
There are two issues with the same feature: 1. When I specify `children` property of a route as a non-array in top-level route, I get an error explaining me that...
Based on https://github.com/neondatabase/neon/pull/1648#discussion_r868949772 and related comments Python tests are now managing pageservers and safekeepers * via neon_base in some cases like `init` * via manual impls (etcd, pageserver, safekeeper management)...
### Check for existing issues - [X] Completed ### Describe the feature # Idea Provide multiple new user-facing features: * allow defining custom tasks via json configs in the project...
**rust-analyzer version**: rust-analyzer version: 0.4.1834-standalone (c48f14553 2024-02-07) **rustc version**: rustc 1.75.0 (82e1608df 2023-12-21) Open Zed, wait for r-a to load it and produce diagnostics in this file: https://github.com/zed-industries/zed/blob/bde509fa749da60beb4ac378afd3ade15297bb91/crates/project/src/project.rs#L580 Expected: zero...
Send less json over the wire. After https://github.com/microsoft/vscode/issues/193124 was fixed, this change is not needed anymore. VSCode 1.86.0 now supports double click for unresolved hint data too.
**rust-analyzer version**: rust-analyzer version: 0.4.1834-standalone (c48f14553 2024-02-07) **rustc version**: rustc 1.75.0 (82e1608df 2023-12-21) Open Zed, wait for r-a to load it and produce diagnostics in this file: https://github.com/zed-industries/zed/blob/bde509fa749da60beb4ac378afd3ade15297bb91/crates/editor/src/display_map.rs#L1685 or https://github.com/zed-industries/zed/blob/bde509fa749da60beb4ac378afd3ade15297bb91/crates/multi_buffer/src/multi_buffer.rs#L4764...
Changes Zed CI to build and upload Linux nightly bundles. * `todo!(linux)` are replaced with `TODO linux` to make `todo!`-based workflows more convenient * renames `run-build-dmg` label into `run-bundling`, also...