Here are
445 public repositories
matching this topic...
A statically typed lisp, without a GC, for real-time applications.
Updated
Apr 9, 2022
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
Apr 10, 2022
TypeScript
Brings types to TailwindCSS via TypeScript.
Updated
Feb 26, 2022
TypeScript
Typed.js integration for vue.js. Create a typing animation.
Updated
Feb 10, 2022
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 8, 2022
TypeScript
config and manage typed extra settings using just the django admin. ⚙️
Updated
Mar 15, 2022
Python
👁🗨 cleye — The intuitive CLI development tool for Node.js
Updated
Feb 23, 2022
TypeScript
【+v:skipper_yqj】点个 Star,手有余香, Swagger or YAPI to TypeScript services and models
Updated
Apr 10, 2022
JavaScript
⛳️ Tiny & typed argv parser for Node.js
Updated
Feb 23, 2022
TypeScript
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
Mar 29, 2022
Python
Provide a defineConfig function for .eslintrc.js files
Updated
Apr 10, 2022
TypeScript
Reliable, standards-oriented software for browsers & Node.
Updated
Mar 26, 2022
TypeScript
Declarative, reproducible, typed build and deployment for operating systems.
Updated
Feb 22, 2022
Haskell
A delicious Python treat that makes on-target testing sweet and satisfying.
Updated
May 6, 2020
Python
📆 Strictly typed event emitter with asynciterator support
Updated
Jan 30, 2022
TypeScript
Configurable Username Generator
Updated
Mar 22, 2022
TypeScript
Updated
Nov 17, 2020
Python
Type-safe collections based on Laravel Collections
Typed internationalization (intl/i18n) library for TypeScript/JavaScript apps.
Updated
Jan 27, 2022
TypeScript
ServiceStack Service Client, Server Events and validation library
Updated
Mar 28, 2022
TypeScript
Polymer 2.0 element that simulates typing
Build API clients that work both with regular and async code
Updated
Jan 15, 2022
Python
Type stubs for google-api-python-client
Updated
Mar 9, 2022
Python
Typed LRU TTL cache for Node.js and browsers
Updated
May 24, 2020
TypeScript
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>
.