Isaiah Norton
Isaiah Norton
This PR refactors the GitHub Actions setup in the following major ways: - `.github/workflows/full-ci.yml`: introduces common entrypoint to triggering all expensive CI jobs, and parametrizing most Linux and macOS jobs....
--- TYPE: NO_HISTORY
This PR adds `-Wswitch-enum` to the compile options for TileDB core objects. With this option the compiler will warn on unhandled enum cases in a switch statement _even when a...
This PR harmonizes the workflow trigger settings in several files (backword compat, unit-test standalone, rtools, msys2) with other workflows in order to reduce the number of CI jobs per push....
- allow writing only a subset of attributes at a time - provide API to set the exact fragment URI for write so that we can continue writing into an...
Currently the REST/curl query path uses only the globally-detected certificate store: https://github.com/TileDB-Inc/TileDB/blob/e651eb9c969c230fd42feb0911f108c7e6fba43b/tiledb/sm/rest/curl.cc#L210-L219 whereas the S3/curl request path allows configuration via the `vfs.s3.ca_file`/`vfs.s3.ca_path` parameters: https://github.com/TileDB-Inc/TileDB/blob/4e4146d30fc1db4b78a7c6d915be37cba1b46b8e/tiledb/sm/filesystem/s3.cc#L250-L260 The REST path should allow a...
@stavrospapadopoulos is planning to do a full pass on the docs in the next development cycle to improve consistency, including: - further clarification of the `capacity` definition (ref #1167). -...
The purpose of this issue is to improve the following sequence which can cause network calls in the `tiledb::StorageManager` destructor path: - [~StorageManager](https://github.com/TileDB-Inc/TileDB/blob/24417f5d1c1448f5ad59e8aa68625bace61b1ae0/tiledb/sm/storage_manager/storage_manager.cc#L74-L103) - calls [`VFS::terminate`](https://github.com/TileDB-Inc/TileDB/blob/294898aba89bd60195b9be37fe81713f2765330a/tiledb/sm/filesystem/vfs.cc#L636-L640) - calls [`S3::disconnect`](https://github.com/TileDB-Inc/TileDB/blob/294898aba89bd60195b9be37fe81713f2765330a/tiledb/sm/filesystem/s3.cc#L226-L263) Merging...
The default mappings in `bib2html.labels` cause duplicate entries in the legend when multiple items are mapped to the same legend label. "Conference" appears twice, because both `@inproceedings` and `@conference` map...
Would it be possible to support gh1s for [repository wikis](https://docs.github.com/en/github/building-a-strong-community/about-wikis)? Currently if I open `https://github1s.com/microsoft/vscode/wiki.git` (the separate, clone-able wiki git repository backing the [VSCode wiki](https://github.com/microsoft/vscode/wiki)), then I get the content...