Popular repositories
Repositories
-
- workflow-kotlin Public
A Swift and Kotlin library for making composable state machines, and UIs driven by those state machines.
- ember-square-payment-form Public
DEPRECATED - The Square Payment Form Ember addon lets you take payments securely and easily in your Ember app using a familiar, component-based syntax.
-
- quotaservice Public
The purpose of a quota service is to prevent cascading failures in micro-service environments. The service acts as a traffic cop, slowing down traffic where necessary to prevent overloading services. For this to work, remote procedure calls (RPCs) between services consult the quota service before making a call. The service isn’t strictly for RPC…