Beace

Results 12 issues of Beace

# Issue ## Versions - sequelize: 6.21.2 - sequelize-typescript: 2.1.3 - typescript: 4.7.2 ## Issue type - [x] feature request related https://github.com/sequelize/sequelize/pull/14719 ## Actual behavior my tsconfig.json ```json { "compilerOptions":...

Follow the [getting-started](https://github.com/fastpack/fastpack#getting-started), open index.html, got this error. ![image](https://user-images.githubusercontent.com/13284978/61167798-468ed300-a576-11e9-8957-8b824f812630.png) ![image](https://user-images.githubusercontent.com/13284978/61167829-ab4a2d80-a576-11e9-8e7b-044fbe1c4f0c.png) #### package.json ```json "dependencies": { "react": "^16.8.6", "react-dom": "^16.8.6" }, "devDependencies": { "babel-loader": "^8.0.6", "babel-preset-react-app": "^9.0.0", "css-loader": "^3.0.0", "fastpack": "^0.9.1",...

![image](https://user-images.githubusercontent.com/13284978/42740979-8de25262-88e0-11e8-936e-9f268bf71da2.png) I have plugins in wepback.config.dev.js, but electron-webpack-dashboard not working ```javascript plugins: [ // Prevents users from importing files from outside of src/ (or node_modules/). // This often causes confusion...

Sometimes we can only use a private npm registry for downloading. Can we use this method to modify the download source of esbuild?

使得 pnpm 在 [resolution-mode=time-base](https://pnpm.io/npmrc#resolution-mode) 模式时,安装速度更快 > When resolution-mode is set to time-based, dependencies will be resolved the following way: > > Direct dependencies will be resolved to their lowest versions....

enhancement

sql 需要加个默认值,不然跑起来会报错 ``` sql: "INSERT INTO `package_version_files` (`package_version_file_id`, `package_version_id`, `directory`, `name`, `content_type`, `dist_id`, `mtime`) VALUES ('64772de4c4fcb3e700424fdf', '641bd11a5ccb5d0ca71a2df3', '/', 'license', 'text/plain', '64772de4c4fcb3e700424fde', '2023-03-17 14:07:40.000')" } nodejs.ER_NO_DEFAULT_FOR_FIELDError: ER_NO_DEFAULT_FOR_FIELD: Field 'gmt_create' doesn't have...

Looking through the code of reqwest, I saw that when using the `Client:: builder()` API, the system proxies will be obtained once. If I keep reusing the same client, even...