Liren Tu

Results 14 issues of Liren Tu

## Tell us about the problem you're trying to solve - The current solution for publishing connectors with different behaviors in OSS vs cloud is that a connector will behave...

type/enhancement
area/connectors
team/sources-dx
autoteam

- Thank you for creating this amazing repo! - This PR fixes a minor bug in the `handleKeyMouseUp` function. - This function should retrieve the `release` field, instead of the...

The `EvictionTimer` in `commons-pools` version `2.4.2` has the following `cancel` method: ```java static synchronized void cancel(TimerTask task) { task.cancel(); _usageCount--; if (_usageCount == 0) { _timer.cancel(); _timer = null; }...

A db connection will hang when there is a network change. This is because we don't enforce timeout at any level. For detailed explanation, please refer to [this article](https://www.cubrid.org/blog/understanding-jdbc-internals-and-timeout-configuration). There...

`ModelQuery#getSelectClause` adds the `id` column to its select clause ([code](https://github.com/LiveRamp/jack/blob/master/jack-core/src/com/rapleaf/jack/queries/ModelQuery.java#L88 )): > sqlClause.append("id, "); However, when querying with a group by clause, this is incompatible with the new `ONLY_FULL_GROUP_BY` mode...

## TODOs - [x] Convert SVG to PNG. - [x] Get file from default branch. - [ ] Support glob pattern. - [ ] Show image only if there are...

When the Stoat app is not installed, the Stoat comment won't show up in the pull requests, which can be confusing to users. Here is the solution if the Stoat...

When `baseline` does not exist, compare the image in the PR with the one from the default branch. Relate to #96.

The current approach won't work well for large files.