Skip to content
#

web-api

Here are 863 public repositories matching this topic...

This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.

  • Updated May 5, 2022
  • JavaScript
Cyb-Nikh
Cyb-Nikh commented Oct 8, 2021

I want to perform operations when a member has joined a channel which takes more than 5 seconds, but I'm getting BrokenPipeError: [Errno 32] Broken pipe.

The minimal step to reproduce the same has been shown below while using the lazy listener it waits for 10 seconds before responding back.

Reproducible in:

from chalice import Chalice, Response
from slack_bolt impo
florimondmanca
florimondmanca commented Mar 17, 2021

We are certainly compatible with Python 3.9 (no reason we wouldn't be), but a few things we could be doing for more official Python 3.9 support:

  • Test against 3.9 in CI. We might consider dropping 3.6 from the test matrix.
  • Update the version badges and trove classifiers to showcase official 3.9 support.
good first issue
webapis-playground

Improve this page

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

Learn more