Shawn Zhu

Results 23 issues of Shawn Zhu

## Motivation when bundling my app that depends on `@lhncbc/ucum-lhc` via esbuild, it will include the stream package from `node_modules/stream` instead of using the `stream` package from node runtime because...

## What happend When accessing presto behind a HTTPS proxy, this python sdk won't work when trying to following up the `nextUri` from query statement. E.g., after creating a query,...

I read the article [Uploading Artifacts on Travis CI](https://docs.travis-ci.com/user/uploading-artifacts/) and my understanding is, this artifact upload tool will upload files to a given S3 bucket provided by Travis CI user....

discussion

Checkout [TanStack Table](https://tanstack.com/table/v8). This is a follow up of #330 to cover: * adding react-table as implementation and make it backward compatible. * when using `config` of TableModule, no changes...

enhancement

From @epeters3 > Idea: Include a Changelog page or a "What's New in Chroma" section on the home page of the Chroma site that allows consumers to see what's new....

documentation

## Now it only supports a flat array items in the `` component. ## Expected result Supports [`InfiniteData`](https://tanstack.com/query/v4/docs/react/guides/initial-query-data) type from `@tanstack/react-query` to reduce developer's effort to transform paged data into...

enhancement

Given table with any column contains `NOT NULL` constraint When trying to create a new table via statement `CREATE TABLE AS SELECT` Then the create table contains the very column...

Out of [this thread](https://trinodb.slack.com/archives/CP1MUNEUX/p1616611498086100), I've learned that it could generate multiple splits for a query to boost read performance. > You can take a look at implementations of ConnectorSplitManager#getSplits ,...

enhancement

## Motivation While trying to fix #26 it would be simpler for any user to consume this package from the [maven central](https://repo1.maven.org/maven2/) directly. It could also be easier to consume...

enhancement