Richard Wu
Richard Wu
## Problem I sometimes find myself wanting to join 2 tables that are related by a column, but don't have referential integrity. For example, let's say I have 2 tables,...
**What is the problem this feature would solve? Please describe.** I would like to fork an existing database cluster using `doctl`, similar to how you can do this in the...
**Intended outcome:** I am testing my React Native app which includes Apollo queries with Jest, and I noticed that the `MockedProvider` does not validate the GraphQL query, such as for...
Is there a good way to test the swiping action in jest + react-testing-library? I currently also have buttons binded to the swiping actions, but it seems like pressing them...
It doesn't seem like `CoordinatorConfig#shardConsumerDispatchPollIntervalMillis` is an option for MultiLangDaemon in the properties file, since `idleTimeBetweenReadsInMillis` was removed in v2.x: https://github.com/awslabs/amazon-kinesis-client/issues/515.
Latest changes include: - New featurizer `EmbeddingFeaturizer`: supports mixed value repair. Can be used to replace `OccurAttrFeaturizer` - Quantization in order to generate better domains in mixed datasets (`hc.quantize_numericals`)
We have issues with datasets that contain the symbol `|` since we use `|||` as a separator for the list of domain values. We should be keeping the list of...
This PR introduces EM iterations to the repair process where after every iteration as well as supporting multiple init values: - created separate column for init values (1 or more)...
I get the the following error in rare occurrences, at least in dev (have not observed yet in prod): ``` /mnt/ubuntu/home/richardwu/code/topspin-apollo-backend/app/node_modules/google-gax/node_modules/@grpc/grpc-js/src/call.ts:81 return Object.assign(new Error(message), status); ^ Error: 13 INTERNAL: Failed...
It would be nice to be able to specify additional "keys" for the caching logic of a query. This was mentioned in https://github.com/apollographql/apollo-client/issues/1420 but was subsequently closed. Concretely, if I'm...