Wong Yong Jie

Results 8 issues of Wong Yong Jie

## Bug report ### Current Behavior When calling `setFieldValue` in two field components based on changes to another field value, the validator of each field component may receive a stale...

Type: Bug

When using the `@builder.io/widgets` [package](https://github.com/BuilderIO/builder/tree/main/packages/widgets) with a nested dependency, the typings could not be resolved. Example given: ```ts import { Builder } from '@builder.io/react'; import { tabsConfig } from '@builder.io/widgets/dist/lib/components/Tabs.config';...

This looks similar to #23 and #29 but in a different location. Python version 3.9.2 Redis version 6.0.8 ``` / # rma -b ram -s redis-master.production [12/57307] Match *: 100%|██████████████▉|...

I'm currently using `jscodeshift` to implement some codemod. While using `builders.regExpLiteral`, I noticed any kind of regular expression was being output as `/undefined/`. I managed to get a reproducer using...

When importing `googleapis` within a TypeScript project, `tsc` takes up a large amount of memory (500 MB+). This appears to be the case because when `googleapis` is imported, it imports...

type: feature request

copyDirSyncRecursive does not preserve timestamps for directory. This pull request honors the option.

## 问题描述 在使用 `drive/v1` 的 `Media.Download()` 方法下载大文件时,SDK 会将**整个文件内容**加载到内存中,导致在资源受限的环境中(例如 Kubernetes pod 分配 64Mi 内存)出现 OOM(Out of Memory)错误。 ## 问题根源 在 `service/drive/v1/resource.go` 中的 `Download()` 方法实现: ```go func (m *media) Download(ctx context.Context, req...