Qi
Qi
Currently the Jackson integration generates a deprecated class and a deprecated method if the builder is not used. This is quite an eyesore. Is it possible to provide an option...
I was debugging my routing config and got really confused as DSR would activate child states without raising the usual ui-router events or logging. This also applies to attempts to...
### Version Windows 11 26090.112 ### Repro Steps I was trying to repackage [this tool](https://www.mindgems.com/products/Fast-Duplicate-File-Finder/Fast-Duplicate-File-Finder-About.htm) for internal use. The msix: https://1drv.ms/u/s!AuXYv6tKNBIShKBmqPC_j6PqHpRtag?e=0TTUz0 ### Unexpected Results  (Also note the dialog box...
**Describe the bug** The "GitHub Actions language server" doesn't use Root certificates installed on Windows, so incompatible with an SSL-inspecting firewall. Most other extensions in VSCode work just fine and...
**Is your feature request related to a problem? Please describe.** I want to allow many values to be overridden using `vars` but still provide defaults/fallback values when the var is...
**Is your feature request related to a problem? Please describe.** Some methods in `library.py` do not respect the `prune_previous_versions` library option. This makes the API inconsistent. Discovered in #705 **Describe...
### Describe the bug See `@pytest.mark.skipif` tests in `tests/unit/arcticdb/version_store/test_filtering.py` ### Steps/Code to Reproduce ### Expected Results These are simple tests using `lmdb_version_store` and that shouldn't have any plat ### OS,...
### Describe the bug ```cpp bool do_key_exists_impl(...) { try{ auto blob_client = container_client.GetBlockBlobClient(blob_name); ... } catch (const Azure::Core::RequestFailedException& e){ log::storage().debug("Failed to check azure key '{}' {} {}: {}", ...); }...
### Describe the bug Any operation (`read`, etc.) that accepts `Timestamp` as a way to locate a version will currently search through all the snapshots if there are no live...
Currently, the `row_range/head/tail()` filter is applied before any other filter and conflicts with the `date_range` filter. Most other databases support a `top(n)` or `rownum < n` feature and there's [user...