Alex Yang

Results 226 issues of Alex Yang

### Describe the bug ```ts const pollingTasks = new Map(); function Example() { const { data } = useSuspenseQuery({ queryKey: ['repoData'], queryFn: () => { return axios .get('https://api.github.com/repos/tannerlinsley/react-query') .then((res) =>...

ready to be shipped

Currently, yjs do have some typescript decorations for basic usage, but it needs to be stronger and more understood by people in typescript. For example, ```ts export class YMap extends...

enhancement

in browser, readCSV from https://github.com/codeforamerica/ohana-api/blob/master/data/sample-csv/contacts.csv the dtypes are ``` [ "int32", "int32", "float32", "float32", "string", "string", "float32", "float32" ] ``` but last two should be string

bug
enhancement

```sh TypeError: The "emitter" argument must be an instance of EventEmitter or EventTarget. Received an instance of AbortSignal at new NodeError (node:internal/errors:399:5) at getEventListeners (node:events:914:9) at new Request (node:internal/deps/undici/undici:7138:17) at...

In the source code, dest should be treated as cwd I think https://github.com/pnpm/action-setup/blob/ebcfd6995dade4b0104ac774445cef8b3b4635b0/src/install-pnpm/run.ts#L9-L15 See: https://github.com/himself65/pnpm-ci-issue/actions/runs/7022140432/job/19105805080 https://github.com/himself65/pnpm-ci-issue/actions/runs/7022140432/workflow

### What happened? ```shell codesign -v -v ./affine-canary-macos-arm64.dmg ./affine-canary-macos-arm64.dmg: code object is not signed at all ``` ### Distribution version macOS ARM 64 (Apple Silicon) ### What browsers are you...

```shell /Users/himself65/Library/Caches/fnm_multishells/52995_1705525934746/bin/pnpm run build > [email protected] build /Users/himself65/Code/LlamaIndexTS/packages/core > bunchee [60488:0x130008000] 18691 ms: Mark-Compact 4044.0 (4136.8) -> 4032.5 (4140.3) MB, 515.00 / 0.00 ms (average mu = 0.531, current mu...

area:investigation

```txt node_modules/class-module package.json index.ts module.ts shared.ts ``` ```json { "name": "class-module" "exports": { ".": "./dist/index.js" "./module": "./dist/module.js" } } ``` ```ts // index.ts import { Class } from './shared' export...