generic datamodel, inspired by figma
OpenTelemetry instrumentation for `generic-pool` resource pool for managing expensive resources
Schematics specific to Angular
This monorepo's version of "lodash". This package contains shared generic utilities that can be used within the ecosystem. This package should not have dependencies, and should not contain any references to the Analytics domain.
Comparators with support for types implementing the @thi.ng/api/ICompare interface
Generic resource pooling for Node.JS
Helper for building generic names, similar to webpack
mdast extension to parse and serialize generic directives (`:cite[smith04]`)
Self-host the DM Sans font in a neatly bundled NPM package.
koa generic session store by memory, redis or others
Self-host the DM Sans font in a neatly bundled NPM package.
Checks TypeScript types match expected values
Cooperative scheduler for the browser environment.
remark plugin to support directives
Smooth scrolling for any amount of data
Self-host the DM Mono font in a neatly bundled NPM package.
Self-host the DM Serif Display font in a neatly bundled NPM package.
Fetch API compliant HTTP Server adapter
Redis storage adapter for Keyv
A generic toolkit to help with accessibility
micromark extension to support generic directives (`:cite[smith04]`)
SonarQube reporter for Vitest
Shared useful utils and types
Common, generic types, interfaces & mixins
Integrate datamapper to rails3 for the Google App Engine
Simple commandline tool for generating dm models
dm-gen is a simple commandline tool for generating DataMapper related files. It includes generators for standalone or one file examples, is plugins, adapters and may eventually be expanded to do more.
A framework for building interactive twitterbots which generate tweets based on pseudo-Markov texts models and respond to mentions/DMs/favs/rts.
This gem patches all of the problems that appear from running Rails with DataMapper on the GAE. The main patches are patching DataMapper so that it does not use the ObjectSpace (The ObjectSpace itself is also patched so that this works seamlessly). Also ActiveView is patched so that all of the partial shortcuts work with DataMapper. In addition, a generate is provided (dd_model) that will produce a DataMapper model. One last note is that this gem depends on a dm-core (and other dm gems), dm-appengein, and rails_appengene so all you need is to require this gem in your gem file and you should get all the other gems you need to make DataMapper work with Rails and the GAE.
collection of datamapper related extensions. mostly needed to run within rails. the restful transactions is around filter for rails. the restful adapter can be outside of rails. datamapper store is a session store for rails which uses datamapper as persistent layer. the generators produces datamapper models for your rails application. quite a few things are "stolen" from dm-more/rails_datamapper. a lot of things do not work there and patches are still in process to be applied so until dm-more/rails_datamapper catches up, ut I hope these two project merge someday again.