Thang Pham

Results 16 issues of Thang Pham

Currently, `logical_size` is initialized when loading a branch. This can be an expensive operation for large DB, as it needs to scan through many relations for size calculation. It's possible...

It would be nice to add offline mode support mode for `spotify-player`. Initial ideas: - [ ] use embedded DB (`sqlite`) to store song's data/metadata - [`librespot`](https://github.com/librespot-org/librespot) already supports download...

enhancement

`test_import_from_pageserver_multisegment` was added in https://github.com/neondatabase/neon/pull/2172. The test passed in the PR, but after merging into `main`, it failed consistently with the error: ``` 2022-08-12T04:16:02.4390590Z E Exception: Run ['/tmp/neon/bin/neon_local', 'pageserver', 'stop']...

a/test

Investigate #2255

**Describe the bug** Client now returns ``` Bad request: json parse error: invalid type: floating point `49022656`, expected u32 at line 1 column 130: invalid type: floating point `49022656`, expected...

bug
help wanted

**Describe the bug** Calling `get-playlist` API with playlist having no image will return a response with `images` field `null`. However, according to https://docs.rs/rspotify-model/0.12.0/rspotify_model/playlist/struct.FullPlaylist.html, `rspotify` specifies the field as `Vec`. This...

bug
help wanted