Here are
393 public repositories
matching this topic...
A statically typed lisp, without a GC, for real-time applications.
Updated
Aug 5, 2021
Haskell
Dead simple Javascript animated typing, with no dependencies.
Updated
May 12, 2021
JavaScript
Store strongly typed application settings
(Angular Reactive) Forms with Benefits 😉
Updated
Jul 28, 2021
TypeScript
Brings types to TailwindCSS via TypeScript.
Updated
Aug 4, 2021
TypeScript
Typed.js integration for vue.js. Create a typing animation.
Updated
May 9, 2021
JavaScript
Immutable and structurally typed data
Updated
Sep 5, 2018
JavaScript
Fast, easy Javascript finite state machines with visualizations; enjoy a one liner FSM instead of pages. MIT; Typescripted; 100% test coverage. Implements the FSL language.
Updated
Apr 27, 2021
TypeScript
【wx 加 skipper_yqj 进技术需求讨论群】【Autos】transfrom Swagger or YAPI mock JSON to TypeScript services and models - 将 Swagger 或 YAPI JSON 文档转换成 TypeScript services 和类型文件
Updated
Jul 16, 2021
JavaScript
Generated dependency injection containers in go (golang)
config and manage typed extra settings using just the django admin. ⚙️
Updated
Apr 12, 2021
Python
Reliable, standards-oriented software for browsers & Node.
Updated
Aug 5, 2021
TypeScript
A delicious Python treat that makes on-target testing sweet and satisfying.
Updated
May 6, 2020
Python
Provide a defineConfig function for .eslintrc.js files
Updated
Aug 3, 2021
JavaScript
📆 Strictly typed event emitter with asynciterator support
Updated
May 24, 2021
TypeScript
Configurable Username Generator
Updated
Jun 5, 2021
TypeScript
Polymer 2.0 element that simulates typing
Type-safe collections based on Laravel Collections
ServiceStack Service Client, Server Events and validation library
Updated
Jun 9, 2021
TypeScript
Typed internationalization (intl/i18n) library for TypeScript/JavaScript apps.
Updated
Aug 4, 2021
TypeScript
Build API clients that work both with regular and async code
Updated
Dec 21, 2020
Python
Updated
Nov 17, 2020
Python
Typed LRU TTL cache for Node.js and browsers
Updated
May 24, 2020
TypeScript
Swift support used in ServiceStack
Updated
Apr 8, 2021
Swift
ServiceStack Java Libraries and Apps
Updated
Jul 16, 2021
Java
Comparable T::Struct's for the equality focused typed Ruby developer.
Updated
May 26, 2021
Ruby
A straightforward, nimble ECS for Python
Updated
Sep 26, 2020
Python
Async wrapper for Bungie's API written in Python.
Updated
Aug 5, 2021
Python
Improve this page
Add a description, image, and links to the
typed
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
typed
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
It would be better and easier to debug a program if the
BytesEncoding
andBytesDecoding
traits could return any error type.To do so we need to modify the
Error
enum and more specifically theEncoding
andDecoding
variants to wrap aBox<dyn Error>
.