Lawrence Chen

Results 10 issues of Lawrence Chen

``` –––– bun meta –––– Bun v0.0.83 macOS Silicon 21.4.0 AutoCommand: public_folder Elapsed: 598ms | User: 29ms | Sys: 34ms RSS: 54.62MB | Peak: 54.62MB | Commit: 0.27GB | Faults:...

bug

It took me a while to find the preview link. We could turn the "Published" text into a link: - The link should reflect the published slug, even when the...

React version: 18.2.0 ## Steps To Reproduce https://github.com/facebook/react/assets/54008264/94e69206-48a1-4064-a89c-583aadcd8269 1. https://stackblitz.com/edit/vitejs-vite-cswk6t?file=src%2FApp.tsx 2. Enter 1, 2, 3, and 4 respectively in each textbox 3. Comment and uncomment the `` and save ```tsx...

Type: Bug
Component: Fast Refresh

I'm using Cloudflare Workers/Durable Objects and can't use the nango client libraries due to axios and other uses of `node:crypto`. I've been using a fetch wrapper instead: ```ts async function...

GitHub

How can I use this? Are there any examples? Looking to port stripe-node to work on cloudflare pages and wasn't sure if this would be one of unenv's use cases....

documentation

# Feature request Tree-shaking is currently not possible with the supabase-js library because `SupabaseClient` is implemented using classes. Neither Webpack or Rollup supports tree-shaking class methods. ## Is your feature...

enhancement

### How can we reproduce the crash? This only happened once, and I'm unable to reproduce this. Hopefully the stack trace is helpful. ### JavaScript/TypeScript code that reproduces the crash?...

crash

## Reproduction: https://github.com/lawrencecchen/partykit-jupyter This is because of these lines in `@lumino/signaling`: ## Dependencies ```json "dependencies": { "@jupyterlab/services": "^7.1.5", "partysocket": "^1.0.1" }, "devDependencies": { "partykit": "^0.0.100", "typescript": "^5.4.2" } ``` ##...

stuff works