Here are
397 public repositories
matching this topic...
A statically typed lisp, without a GC, for real-time applications.
Updated
Sep 15, 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
Sep 1, 2021
TypeScript
Brings types to TailwindCSS via TypeScript.
Updated
Sep 1, 2021
TypeScript
Typed.js integration for vue.js. Create a typing animation.
Updated
Aug 10, 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
Aug 29, 2021
TypeScript
【wx 加 skipper_yqj 进技术需求讨论群】【Autos】transfrom Swagger or YAPI mock JSON to TypeScript services and models - 将 Swagger 或 YAPI JSON 文档转换成 TypeScript services 和类型文件
Updated
Sep 14, 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
Sep 2, 2021
TypeScript
A minimal Python library to facilitate the creation and manipulation of DICOM RTStructs.
Updated
Aug 26, 2021
Python
typed and compiled template engine inspired by jinja2, twig and onionhammer/nim-templates for Nim.
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
Sep 13, 2021
JavaScript
📆 Strictly typed event emitter with asynciterator support
Updated
May 24, 2021
TypeScript
ServiceStack Service Client, Server Events and validation library
Updated
Jun 9, 2021
TypeScript
Type-safe collections based on Laravel Collections
Configurable Username Generator
Updated
Aug 13, 2021
TypeScript
Polymer 2.0 element that simulates typing
Typed internationalization (intl/i18n) library for TypeScript/JavaScript apps.
Updated
Sep 1, 2021
TypeScript
⛳️ Parse CLI argv flags with first-class type support.
Updated
Sep 2, 2021
TypeScript
Updated
Nov 17, 2020
Python
Build API clients that work both with regular and async code
Updated
Dec 21, 2020
Python
Typed LRU TTL cache for Node.js and browsers
Updated
May 24, 2020
TypeScript
ServiceStack Java Libraries and Apps
Updated
Jul 16, 2021
Java
Type stubs for google-api-python-client
Updated
Sep 1, 2021
Python
Swift support used in ServiceStack
Updated
Apr 8, 2021
Swift
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>.