midway icon indicating copy to clipboard operation
midway copied to clipboard

🍔 A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integr...

Results 200 midway issues
Sort by recently updated
recently updated
newest added

* **Node Version**: v14.x * **Midway Version(Decorator/Core)**: 3.4.9 * **Component Name/Version**: midways faas * **Platform**: aliyun FC * **Mini Showcase Repository**: 从2.x升级到3.4.9后,所有的非GET请求(如POST请求)之前的OPTIONS请求结果都变成了404,导致原请求被当做CORS error处理。 使用的是midwayjs/faas,函数定义如下: ``` @ServerlessTrigger(ServerlessTriggerType.HTTP, { path: '/some/api', method:...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react](https://reactjs.org/) ([source](https://togithub.com/facebook/react)) | [`17.0.2` -> `18.2.0`](https://renovatebot.com/diffs/npm/react/17.0.2/18.2.0) |...

* **Node Version**:14.18.1 * **Midway Version(Decorator/Core)**:3.0.0 * **Component Name/Version**:Platform * **Platform**: * **Mini Showcase Repository**:

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

* **Node Version**: 18.5.0 * **Midway Version(Decorator/Core)**: 3.3.6 * **Component Name/Version**: @midwayjs/[email protected] * **Platform**: * **Mini Showcase Repository**: ```typescript logger.info('%s', '%Y-%m-%d') // 应该输出 // %Y-%m-%d // 实际输出 // %Y-%m-NaN ```...

bug

去年看直播发布2.0, 好像说下一个版本会考虑将两个结合起来,不知道现在进度如何,有没有对应的文章和案例,期待 @midwayjs/prisma 插件

![image](https://user-images.githubusercontent.com/40791509/183019361-feb2203a-5c5a-48ae-944c-32cd021e4493.png) 这是返回定义的schema ![image](https://user-images.githubusercontent.com/40791509/183019445-2cc661a7-830c-4280-a6cd-4835f6c227ab.png) ![image](https://user-images.githubusercontent.com/40791509/183019506-e11667db-2958-4e5c-a95b-edb48bd843e4.png) ![image](https://user-images.githubusercontent.com/40791509/183019605-3138118e-6322-42a3-aa43-a8ea4f8c3d5a.png)

例如: ```ts @EntityModel('user') export class User extends BaseEntity { @Column({ length: 20, unique: true }) username: string; @JsonIgnore // 返回前端json,忽略此字段 @Column({ length: 200 }) password: string; @Column({ length: 20 })...

![image](https://user-images.githubusercontent.com/9130123/180950058-c032b7aa-2943-4b6d-a15f-62dd904fb3bf.png) 在对 service 单元测试的时候,无法获得 service 从父类继承的方法,具体代码如下 ```ts import { relative } from 'path'; import * as assert from 'assert'; import { testConfig } from '../root.config'; import { ClassroomService } from...

* **Node Version**: 14.19.0 * **Midway Version(Decorator/Core)**: * **Component Name/Version**: * **Platform**: * **Mini Showcase Repository**: 我用 npm安装的 为什么会生成pnpm-lock文件