#
annotations
Here are 55 public repositories matching this topic...
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
nodejs
ioc
documentation
boilerplate
typescript
validation
database
monitoring
skeleton
jest
migrations
knex
seed
annotations
expressjs
e2e-tests
pet
seeding
starter-kit
inversify
bookshelf
restful-api
express-typescript-boilerplate
-
Updated
Apr 28, 2022 - TypeScript
Decorators and some other features for sequelize
-
Updated
May 18, 2022 - TypeScript
Track your code coverage in every pull request.
jest
annotations
actions
threshold
action
github-actions
github-action
github-actions-ci
coverage-reporters
-
Updated
May 7, 2022 - TypeScript
Define and build GraphQL Schemas using typed classes
-
Updated
Jan 21, 2019 - TypeScript
An Obsidian.md plugin that syncs highlights from Hypothesis.
-
Updated
Mar 20, 2022 - TypeScript
-
Updated
Nov 25, 2019 - TypeScript
TypeScript based, boilerplate-less, Polymer toolbox friendly Polymer Modules
-
Updated
Aug 1, 2018 - TypeScript
Castable library sanitizes dirty external data by casting all properties at runtime to the types specified at compile time.
-
Updated
Apr 14, 2018 - TypeScript
wtrocki
commented
Jun 15, 2020
Instead of
"""
@generateId
@disablePooling
@protected
"""do:
""" @generateId @disablePooling @protected """Pixano Elements - Re-usable web components dedicated to data annotation tasks.
computer-vision
deep-learning
image-annotation
annotation
detection
web-components
video-annotation
annotations
point-cloud
polygon
keypoints
semantic-segmentation
cuboid
annotation-tool
instance-segmentation
image-labeling
bounding-box
panoptic-segmentation
video-labeling
point-cloud-labeling
-
Updated
Apr 11, 2022 - TypeScript
All your articles, ebooks, notes in ONE place; synchronized with your cloud drive, with full privacy, display preferences, personal comments, search, categorization, and offline access
-
Updated
May 1, 2022 - TypeScript
Open source text annotation software created by the french supreme court 'Cour de cassation'
annotation
opendata
annotations
labeling
justice
annotation-tool
text-annotation
labeling-tool
supreme-court
text-annotation-tool
-
Updated
May 17, 2022 - TypeScript
SOAP decorators for creating wsdl's and annotating services to provide metadata for node-soap
-
Updated
Apr 22, 2018 - TypeScript
Experimental framework for working with IIIF in JavaScript and Typescript.
-
Updated
Feb 15, 2022 - TypeScript
-
Updated
May 17, 2022 - TypeScript
A GitHub Action that registers a problem matcher for Stylelint's report format
-
Updated
May 16, 2022 - TypeScript
A bounding box annotation component written for React.
-
Updated
Mar 4, 2022 - TypeScript
A GitHub Action that registers a problem matcher for dotnet-format's report output
-
Updated
May 16, 2022 - TypeScript
A easy to use way to map any ugly backend structures into clean TypeScript/ES6 models
-
Updated
Jan 31, 2019 - TypeScript
Domain Object Reactive Forms for Angular and TypeScript
angular
typescript
decorators
annotations
model-driven-development
dynamic-forms
reactive-forms
boring
-
Updated
Oct 21, 2018 - TypeScript
Sets up controllers for Express framework.
-
Updated
Feb 7, 2021 - TypeScript
Serialization with decorators
javascript
serialization
json
typescript
decorators
annotations
deserialize
serialize
cerializr
serializing-data
-
Updated
Feb 12, 2022 - TypeScript
Angular style TypeScript annotations for AngularJS
-
Updated
Jan 15, 2019 - TypeScript
-
Updated
Jan 14, 2019 - TypeScript
A GitHub Action that registers a problem matcher for markdownlint-cli's report format
-
Updated
May 17, 2022 - TypeScript
A GitHub Actions template to easily add or remove a problem matcher to workflows
annotations
repository-template
github-actions
problem-matcher
actions-template
github-actions-template
-
Updated
May 16, 2022 - TypeScript
Managed Extensibility Framework like library written for Node.js
nodejs
metadata
services
catalog
attributes
decorators
annotations
extensibility
mef
contracts
typescript3
-
Updated
Jul 20, 2020 - TypeScript
Class-based declarations for redux\contextAPI.
react
redux
open-source
npm
reflection
typescript
decorators
declarative
annotations
reflect-metadata
redux-cbd
-
Updated
Apr 1, 2019 - TypeScript
Improve this page
Add a description, image, and links to the annotations topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the annotations topic, visit your repo's landing page and select "manage topics."
Remote Functions Refactor
Overview
Remote functions exist to enable background->tab, and tab->background function delegation (i.e. Call a function in a tab, but have it run in the background and vice versa).
Refactoring has been started to make these functions interfaced and type safe.
Tasks
Grepping the codebase for
remoteFunction(shows where it's still being us