时间相关函数
Get the line and column number of a specific character in a string
Install and import packages on-the-fly
A high-performance charting library.
[Currents](https://currents.dev/playwright) is the most popular and advanced cloud-based platform for Playwright - debugging, error analysis, real-time analytics, orchestration, and more
Isomorphic storage client for Supabase.
The progressive JavaScript framework for building modern web UI.
Create custom SMTP servers on the fly
Slice GeoJSON data into vector tiles efficiently
grammY API transformer function to retry requests
helpers for getting webpack bundles to be loaded by systemjs
Synapta deployment adapters: Vercel, Fly, Railway, Cloudflare, Docker, Kubernetes, SSH
Vegetarian friendly state for React
Format validation for Ajv v7+
Node-RED nodes to looping (fixed steps, condition based or iterating over arrays, objects, maps, sets, string).
TypeScript definitions for d3-time
The spec-compliant & magical GraphQL query language engine in the TypeScript type system
Tom Select is a versatile and dynamic <select> UI control. Forked from Selectize.js to provide a framework agnostic autocomplete widget with native-feeling keyboard navigation, it's useful for tagging, contact lists, country selectors, etc.
Lightweigh Promise based HTTP client for the browser and node.js
A calculator for humanity’s peculiar conventions of time.
Rook is a package for on the fly debugging and data extraction for applications in production
Gatsby source plugin for building websites using the Contentful CMS as a data source
Easy way to render ThreeJS objects with built-in interaction defaults
Time zone support for date-fns v3 with the Intl API
Generates sprites on the fly by using `background: sprite-image("sprites/logo.png")`. No Photoshop, no RMagick, no Rake task, save your time and have a lemonade.
Generates sprites on the fly by using `background: sprite-image("sprites/logo.png")`. No Photoshop, no RMagick, no Rake task, save your time and have a lemonade.
for more info see the readme.
I18nTemplate is made to extract phrases and translate templates. Currently I18nTemplate can work with (x)html documents. Translation is done by modify the original template (on the fly) to be translated on erb execution time.
When reading the subdomain of an xip.io request, you will get a different value compared to a local pow request. The reason for this is that the tld length is 1 by default, but an xip.io request has a tld length of 6. This gem inserts a middleware that corrects the tld length config of rails on the fly so that you can use local and xip requests at the same time without restarting the server.
This is an experimental branch that implements a connection pool of Net::HTTP objects instead of a connection/thread. C/T is fine if you're only using your http threads to make connections but if you use them in child threads then I suspect you will have a thread memory leak. Also, I want to see if I get less connection resets if the most recently used connection is always returned. Also added a :force_retry option that if set to true will retry POST requests as well as idempotent requests. This branch is currently incompatible with the master branch in the following ways: * It doesn't allow you to recreate the Net::HTTP::Persistent object on the fly. This is possible in the master version since all the data is kept in thread local storage. For this version, you should probably create a class instance of the object and use that in your instance methods. * It uses a hash in the initialize method. This was easier for me as I use a HashWithIndifferentAccess created from a YAML file to define my options. This should probably be modified to check the arguments to achieve backwards compatibility. * The method shutdown is unimplemented as I wasn't sure how I should implement it and I don't need it as I do a graceful shutdown from nginx to finish up my connections. For connection issues, I completely recreate a new Net::HTTP instance. I was running into an issue which I suspect is a JRuby bug where an SSL connection that times out would leave the ssl context in a frozen state which would then make that connection unusable so each time that thread handled a connection a 500 error with the exception "TypeError: can't modify frozen". I think Joseph West's fork resolves this issue but I'm paranoid so I recreate the object. Compatibility with the master version could probably be achieved by creating a Strategy wrapper class for GenePool and a separate strategy class with the connection/thread implementation.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.