Archer Zhang

Results 23 issues of Archer Zhang

We have observed that sometimes SQL Stats cleanup job runs way too slow. (sometimes 12 hours+). This can be problematic when the are sql stats flush rate is high. We...

C-bug
A-sql-observability
T-sql-observability

Previously, SQL Stats refer to statement / transaction statistics. This is often confused with table statistics, which are used by the optimizer to better plan queries. We need a better...

C-cleanup
A-sql-observability
T-sql-observability

``` 1 viw(67069,0x7fff9cdb93c0) malloc: *** error for object 0x7fc9bb4075c0: pointer being freed was not allocated ~ *** set a breakpoint in malloc_error_break to debug ~ [1] 67069 abort ./viw s...

bug

**Is your feature request related to a problem? Please describe.** Currently, Popsift directly calls `exit()` function ([example](https://github.com/alicevision/popsift/blob/develop/src/popsift/common/debug_macros.h#L120-L123)) when it encounters failures and directly logs into stderr. Our application directly links...

stale
feature request

## Description Previously, exit() function was called when popsift encountered errors (e.g. out of memory). This error handling made graceful error handling within the application using popsift difficult. This commit...

type:enhancement
refactoring

When rendering the `Crop` widget inside of a `Stack` widget, the `maskColor` fills the parent `Stack` widget instead of displaying the underlying color of the parent widget. ![IMG_3089B13072C7-1](https://github.com/chooyan-eng/crop_your_image/assets/9267198/db045341-e868-43f4-9796-e0cd9befea76) Code sample:...

This commit addresses https://github.com/chooyan-eng/crop_your_image/issues/104

![2018-07-24 13 37 04](https://user-images.githubusercontent.com/9267198/43155900-aa56bb2e-8f46-11e8-924f-db0fa7e74eb8.jpg)

* support fish shell auto-complete

#46 add auto update functionality. However, one issue with current updater is that when there is a slow or no internet connection (or when GitHub API simply just hangs, which...