Skip to content
#

ioc

Here are 760 public repositories matching this topic...

loopback-next
bajtos
bajtos commented Sep 18, 2020

Starting from version 12.12.0, Node.js offers built-in support for translating error stack traces using source maps - learn more here: https://medium.com/@nodejs/source-maps-in-node-js-482872b56116

Let's rework @loopback/build to use this new feature on recent version of Node.js, instead of source-map-support module.

If it's possible, then implement a fallback to npm module `source-map-s

tsed
NachtRitter
NachtRitter commented Nov 4, 2020

Information

  • Version: 5.59.4

When I apply @Required decorator to file uploading field, I don't receive an error for request with empty body.

Example

@Post('/logo')
@Returns(String)
async setLogo(@Required()  @MultipartFile('logo') logo: Express.Multer.File): Promise<string> {
  // I get here logo variable with undefined value if I make just POST request without any

Improve this page

Add a description, image, and links to the ioc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ioc topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.