#
ring
Here are 282 public repositories matching this topic...
swift
ios
apple
progress
progress-bar
ring
circle
gradient
activity
conical-gradient
progress-circle
progress-view
progress-ring
-
Updated
Aug 11, 2021 - Swift
Imitation of Ali credit sesame new old ring view.http://www.jianshu.com/p/8486a5baa708
-
Updated
Feb 8, 2017 - Java
vemv
commented
Aug 4, 2018
Looks like it should be "Not all child routes satisfy compojure.api.routes/Routing."
Maybe a fix could use (str ::Routing) or some derivative
-Victor
Simple and flexible programming language for applications development
windows
macos
linux
language
programming-language
games
mobile
web
compiler
functional-programming
virtual-machine
natural-language
webassembly
desktop
procedural
object-oriented
ring
declarative-language
imperative-programming-language
ring-programming-language
-
Updated
Apr 10, 2022 - C
Unofficial API for Ring Doorbells, Cameras, Alarm System, and Smart Lighting
-
Updated
Apr 10, 2022 - TypeScript
SwiftUI Animation
swift
instagram
facebook
drawer
linkedin
spinner
tabbar
dropdown
ring
sidemenu
tinder
cardview
sidemenuswift
swift-animation
togglebutton
menu-bar
swiftui
swiftui-animations
swiftui-animation
animated-dots
-
Updated
Mar 31, 2022 - Swift
Clojure library for fast http api format negotiation, encoding and decoding.
-
Updated
Mar 27, 2022 - Clojure
Clojure, Polylith and Ring codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
-
Updated
Jan 9, 2022 - Clojure
-
Updated
Jul 26, 2021 - Objective-C
A library to provide sensible Ring middleware defaults
-
Updated
Jun 9, 2021 - Clojure
A Clojure & JVM library for developing GraphQL API instantly from Postgres and MySQL databases
mysql
java
graphql
clojure
spring-boot
postgresql
rad
graphql-server
ring
pedestal
sparkjava
graphql-api
low-code
lacinia
-
Updated
Nov 8, 2020 - Clojure
Modern Clojure HTTP server and client built for ease of use and performance
-
Updated
Mar 27, 2022 - Java
A data-driven Ring routing and destructuring library
-
Updated
Mar 7, 2021 - Clojure
Example Home Assistant Configs
home-automation
raspberry-pi
iot
automation
doorbell
internet-of-things
ring
nest
home-assistant
homeautomation
hue
lights
home-assistant-config
homeassistant
harmony-hub
homeassistant-config
alexa-device
nest-thermostat
home-assistant-configuration
-
Updated
Feb 25, 2021 - Python
Fast & Non-blocking Clojure wrapper for Undertow
-
Updated
Feb 9, 2022 - Clojure
Multi-provider digital signature library for Rust
-
Updated
Jun 17, 2020 - Rust
Improve this page
Add a description, image, and links to the ring topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ring topic, visit your repo's landing page and select "manage topics."
Swagger feature docstring (and spec?) places tags on route-data root:
https://github.com/metosin/reitit/blob/master/modules/reitit-swagger/src/reitit/swagger.cljc#L55
Examples place tags key under swagger:
https://github.com/metosin/reitit/blob/master/examples/ring-swagger/src/example/server.clj#L30
Both seem to generate proper swagger.json, but first one fails spec validation. Why? Sp