Benny Shi

Results 9 issues of Benny Shi

### What version of Turborepo are you using? 1.6.0 ### What package manager are you using / does the bug impact? Yarn v2/v3 (node_modules linker only) ### What operating system...

kind: bug
area: turborepo
area: turbopack

**Proposal: Controller Generation in Sequelize** Inspired by the Rails framework, I'm considering introducing a feature in Sequelize that would allow users to generate controllers alongside models, streamlining the development process...

**What version of `electron-installer-debian` are you using?** - Not specified. **What version of `node` and `npm` are you using?** - Node: v20.6.0 - NPM: 9.8.1 **What operating system are you...

**Is your feature request related to a problem? Please describe.** Yes, currently, every time I open a new webview window in vscode-edge-devtools, I have to manually switch to the device...

enhancement
tracked

![image](https://user-images.githubusercontent.com/19996552/101579518-1e2e3100-3a15-11eb-976a-8be9cd126298.png) ```js import React, { useState, useCallback,useEffect } from "react"; useEffect(()=>{ console.log('useEffect is work') console.log('useCallback:',useCallback) },[]) ```

```sh ./node_modules/mobx-react-lite/dist/mobxreactlite.esm.js Attempted import error: 'forwardRef' is not exported from 'babel-plugin-rawact/lib/runtime/react'. ``` ![image](https://user-images.githubusercontent.com/19996552/101567631-26ce3980-3a0c-11eb-82ad-e3e96240869f.png)