Here are
87 public repositories
matching this topic...
A statically typed lisp, without a GC, for real-time applications.
Updated
Mar 3, 2021
Haskell
Dead simple Javascript animated typing, with no dependencies.
Updated
Dec 16, 2020
JavaScript
Brings types to TailwindCSS via TypeScript.
Updated
Dec 24, 2020
TypeScript
Store strongly typed application settings
Typed.js integration for vue.js. Create a typing animation.
Updated
Dec 10, 2020
JavaScript
(Angular Reactive) Forms with Benefits 😉
Updated
Feb 12, 2021
TypeScript
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
Jan 25, 2021
TypeScript
【wx 加 gogo_yqj 进技术需求讨论群】【Autos】transfrom swagger or yapi mock json to typescript services and models - 将swagger或yapi json文档转换成typescript services和类型文件
Updated
Jan 13, 2021
JavaScript
config and manage typed extra settings using just the django admin. ⚙️
Updated
Nov 27, 2020
Python
Reliable, standards-oriented software for browsers & Node.
Updated
Feb 11, 2021
TypeScript
Generated dependency injection containers in go (golang)
A delicious Python treat that makes on-target testing sweet and satisfying.
Updated
May 6, 2020
Python
Polymer 2.0 element that simulates typing
Type-safe collections based on Laravel Collections
ServiceStack Service Client, Server Events and validation library
Updated
Mar 3, 2021
TypeScript
Configurable Username Generator
Updated
May 26, 2020
TypeScript
Build API clients that work both with regular and async code
Updated
Dec 21, 2020
Python
Typed internationalization (intl/i18n) library for TypeScript/JavaScript apps.
Updated
Dec 11, 2020
TypeScript
A minimal Python library to facilitate the creation and manipulation of DICOM RTStructs.
Updated
Mar 2, 2021
Python
Swift support used in ServiceStack
Updated
Mar 2, 2021
Swift
Typed LRU TTL cache for Node.js and browsers
Updated
May 24, 2020
TypeScript
ServiceStack Java Libraries and Apps
📆 Strictly typed event emitter with asynciterator support
Updated
Jan 26, 2021
TypeScript
Laravel code-typed statuses for models
Updated
Nov 17, 2020
Python
A straightforward, nimble ECS for Python
Updated
Sep 26, 2020
Python
Comparable T::Struct's for the equality focused typed Ruby developer.
Updated
Jul 14, 2020
Ruby
Updated
Aug 7, 2016
Scala
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
BytesEncodingandBytesDecodingtraits could return any error type.To do so we need to modify the
Errorenum and more specifically theEncodingandDecodingvariants to wrap aBox<dyn Error>.