Skip to content
#

ecosystem

Here are 210 public repositories matching this topic...

hela

🍦 Powerful software development experience and management. Enhancing @tc39 JS, @denoland and @nodejs, because we need a bit of magic. You can think of it as Cargo for the JavaScript ecosystem.

  • Updated Jun 23, 2022
  • JavaScript
bearbin
bearbin commented Sep 21, 2018
emit auctionDidEnd(winner: highestBidder, bid: highestBid.getRawValue())

This fails to compile as isInEmit is set for all the elements in the emit statement, rather than just the name of the event to call. Therefore getRawValue does not get correctly matched to the function call, because matching function calls is disabled inside emits.

We should remove this check and instead add a

🔥 A lightweight flexible development framework for complex business architecture with full ecosystem!轻量级业务中台开发框架,中台架构的顶层设计和完整解决方案!

  • Updated Jan 6, 2022
  • Java
opensourcestories.org
juliaferraioli
juliaferraioli commented May 27, 2022

Is your feature request related to a problem? Please describe.
Right now, the Netlify checks are run every time a pull request is opened, even if the files are ones like README.md or LICENSE.

Describe the solution you'd like
We should not perform unnecessary builds or deploys, so we should ignore modifications to non-website files.

Additional context
Netlify published a bl

enhancement good first issue help wanted
alexellis
alexellis commented Jan 14, 2019

Task:

  • Update invokefunction to return the response headers
  • Update the caller function named Invoke to return the body, statusCode and errors
  • Update example to print statusCode and body

Suggested by Simon Pezcler and Rishabh Gupta so that connectors can do better debug and potentially use the result for something.

Right now the result is abandoned.

help wanted good first issue

Improve this page

Add a description, image, and links to the ecosystem 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 ecosystem topic, visit your repo's landing page and select "manage topics."

Learn more