Results 43 issues of Rusty Conover

When using `get_transactions` it seems to only return a fixed window of results, such as the last n. If I'm working with many streams I may have more transactions than...

If the same data is pushed twice to the same stream resulting in data points like: 8/29 17:17:02 | 16 8/29 17:17:02 | 16 The graph does not deduplicate the...

One of Jest's weaknesses is that it doesn't use assertion functions based on the matchers. See: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/41179

When running multiple parallel workers on the same machine as the oracle these errors occur when starting multiple workers. Any ideas? Thank you. ``` Traceback (most recent call last): File...

bug

Hi, When building an app using GR using PackageCompiler.jl it seems some artifacts are not included. Namely the font directory (which uses hardcoded paths) and at runtime there are errors...

Hi, GRIB.jl doesn't appear to be thread safe, when parsing multiple files on different threads this error is thrown: `fatal flex scanner internal error--end of buffer missed` Rusty

In the Delta sharing protocol spec there doesn't appear to be any pagination for the: `{prefix}/shares/{share}/schemas/{schema}/tables/{table}/query` API endpoint. I have some tables that contain 10,000+ files so if no predication...

The current Delta Sharing protocol document does not specify what the content type should be of the POST body for the `{prefix}/shares/{share}/schemas/{schema}/tables/{table}/query` endpoint. DataBricks currently uses `x-www-form-urlencoded` when making requests...

When I've added the example reference server's token: ```json { "shareCredentialsVersion": 1, "endpoint": "https://sharing.delta.io/delta-sharing/", "bearerToken": "faaie590d541265bcab1f2de9813274bf233" } ``` To my DataBricks' Unity Catalog with: `databricks unity-catalog providers create --name db-test-1...

When reading the specification there is not a hard requirement that the "id" field returned for shares and schemas be a properly formatted UUID. When attempting to use DataBricks as...