Here are
411 public repositories
matching this topic...
A statically typed lisp, without a GC, for real-time applications.
Updated
Nov 3, 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
Oct 28, 2021
TypeScript
Brings types to TailwindCSS via TypeScript.
Updated
Oct 6, 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
Oct 29, 2021
TypeScript
【+v:skipper_yqj】点个 Star,手有余香, Swagger or YAPI to TypeScript services and models
Updated
Oct 28, 2021
JavaScript
config and manage typed extra settings using just the django admin. ⚙️
Updated
Oct 19, 2021
Python
Generated dependency injection containers in go (golang)
typed and compiled template engine inspired by jinja2, twig and onionhammer/nim-templates for Nim.
A minimal Python library to facilitate the creation and manipulation of DICOM RTStructs.
Updated
Aug 26, 2021
Python
Reliable, standards-oriented software for browsers & Node.
Updated
Oct 18, 2021
TypeScript
Provide a defineConfig function for .eslintrc.js files
Updated
Nov 4, 2021
TypeScript
A delicious Python treat that makes on-target testing sweet and satisfying.
Updated
May 6, 2020
Python
Configurable Username Generator
Updated
Nov 2, 2021
TypeScript
Type-safe collections based on Laravel Collections
📆 Strictly typed event emitter with asynciterator support
Updated
May 24, 2021
TypeScript
ServiceStack Service Client, Server Events and validation library
Updated
Nov 2, 2021
TypeScript
Polymer 2.0 element that simulates typing
⛳️ Parse CLI argv flags with first-class type support
Updated
Sep 2, 2021
TypeScript
Updated
Nov 17, 2020
Python
Typed internationalization (intl/i18n) library for TypeScript/JavaScript apps.
Updated
Sep 21, 2021
TypeScript
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
Type stubs for google-api-python-client
Updated
Oct 11, 2021
Python
ServiceStack Java Libraries and Apps
Updated
Jul 16, 2021
Java
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>.