A link component for react router which toggles between anchors and Links
Compile ES2015 object super to ES5
A library to find JS RegExp with super-linear worst-case time complexity for attack strings that repeat a single character.
Make a regular expression time out if it takes too long to execute
Super-minimalist version of `concat-stream`. Less than 15 lines!
Helps you create a custom element w/ a HTMLMediaElement API.
Cypress's fork of a simplified HTTP request client.
Compile ES2015 object super to ES5
RPC-like experience over a regular REST API, with type safe server implementations 🪄
Simplified HTTP request client.
A Node.js style checker and lint tool for Markdown/CommonMark files.
<p align="center"> <img src="https://avatars.githubusercontent.com/u/109956939?s=400&u=8bf67b1281da46d64eab85f48255cd1892bf0885&v=4" height="150"></img> </p>
react-super-responsive-table converts your table data to a user-friendly list in mobile view.
Create a subclass that can be modified without affecting the super class
Responsive Grid View for React Native
Super-simple invariant function
A super simple node-express web server with https option for when you quickly need to serve some static files. Package includes self-signed certificates. Don't use this for production.
Nest server integration for @ts-rest
<p align="center"> <img src="https://avatars.githubusercontent.com/u/109956939?s=400&u=8bf67b1281da46d64eab85f48255cd1892bf0885&v=4" height="150"></img> </p>
Super-easy (and fast) persistent data structures in Node.js, modeled after HTML5 localStorage
Better Queue for NodeJS
react-query client integration for @ts-rest
<p align="center"> <img src="https://avatars.githubusercontent.com/u/109956939?s=400&u=8bf67b1281da46d64eab85f48255cd1892bf0885&v=4" height="150"></img> </p>
A library to have a generic typescript definition for object presence.
A super-clean IRC bot with sandboxed Ruby evaluation, svn watching, and link-logging to del.icio.us.
A super-clean IRC bot with sandboxed Ruby evaluation, svn watching, and link-logging to del.icio.us.
A minimal and super-lightweight free Jekyll theme to create a link-in-bio website like Linktree.
Super lightweight and simple Rails 3 pagination for when you don't need to count the number of items or pages. simple_pager shows Previous and More links.
== Devise::Revokable A module for Devise[http://github.com/plataformatec/devise] This gem was created by "borrowing" heavily from Devise::Invitable[http://github.com/scambra/devise_invitable] It exists to extend Devise to provide the basis for what is essentially the reverse of the standard <tt>confirmable</tt> module. Where <tt>confirmable</tt> sends an email and awaits a response, before confirming a new registration, <tt>revokable</tt> allows immediate access and sends an email which provides a link to "revoke" the account if it was created fraudulently. This is useful if you want to lower the barrier to entry to creating accounts, and clearly, if account security isn't a concern. Note that tests are non-existent. Use freely but at your own risk. === Configuring It works like normal Devise modules. Add the <tt>:revokable</tt> module to the declaration. # in user.rb devise :revokable # plus other devise modules If the user who received the revocation email follows the provided link and confirms revocation, the account will effectively be "revoked" and inactive, unable to log in. Additionally, you may want to override <tt>#revoke!</tt> to perfom additional revocation on the account, e.g. deleting posts made, resetting personal information, etc. The super method yields to a block for this purpose. # in user.rb def revoke! super do self.some_method_that_resets_me! end end That's about the extent of it. As with typical devise modules you can override the mailers and views with your own. Additionally you can define the module accessor <tt>@@mailer</tt> on the module with a proc to handle your mail if you need to. This proc is yielded two arguments, the method name (e.g. :revocation_instructions), and the affected resource. # in config/initializers/devise_revokable.rb require 'devise_revokable' require 'my_mailer' DeviseRevokable.mailer = proc {|method_name, resource| MyMailer.send(:method_name, resource) }
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.