Implementing Stack Data Structure in Javascript
A native Node.js module that can capture JavaScript stack traces from main and worker threads, even with blocked event loops.
TypeScript/JavaScript stack adapter for slowcook — test discovery, runners, coverage, mutation
A simple and easy library for highlighting JavaScript stack traces
The Default Carmel JavaScript Stack
Sails generator for The Boring JavaScript Stack.
JavaScript stack trace
The fun Javascript stack
LEAN Stack - The Pure JavaScript Stack
A node native module (NaN) which watches the node event loop for blockages. When a blockage is observed, it prints the javascript stack. This gives you a chance to diagnose what's gone wrong.
Testing framework for Sails applications and The Boring JavaScript Stack.
Development tools CLI for Javascript stack like React, RN, NextJS, Nest, etc.
Turn JavaScript stack traces into structured data.
A simple javascript stack
Extract meaning from JS Errors
smipper is a command line tool that will attempt to transform javascript stack traces with source maps, assuming that there may be a file called .*\.map right next to it.
An attempt at a isomorphic JavaScript stack with as little internal code as possible.
Generate artificial backtrace by walking arguments.callee.caller chain
Simple JS stack with auto run for node and browsers
javascript Stack Queue PriorityQueue LinkedList
Lighthouse Stack Packs
Javascript Stack.
Essential initialization for every JavaScript process
Error.captureStackTrace ponyfill
Easiest way to use stacked-menu JavaScript library in your rails application.
A full-stack, full-stack MVC framework generator geared towards generating towards the Ext JS framework. The actual javascript framework implementation is provided by the Gem extjs-mvc. This gem contains a series of builders and erb-templates for auto-generating javascript model, view and controller class-files.
Provides a backend endpoint for your frontend JavaScript application to send errors to when they’re caught. This makes it easier to integrate your frontend stack traces to your backend analytics.
Import ECMAScript modules into Ruby and use values and functions like JavaScript is part of Ruby. Enables easy to set up server-side rendering for modern frontend stacks. Isorun embeds v8 into Ruby via a native extension built with Rust and deno_core.
Rails Plugin to augment frontend development with a gulp/webpack based workflow. - Installs Javascript infrastructure in your Rails project to manage frontend assets - Provides view helpers to Rails that allow you to easily reference gulp generated assets from Rails views - Puts Livereload into the Rails middleware stack. This injects the Livereload client into Rails-renderd pages, updates are triggered from gulp.
Pedal is a fast, Webmachine based full-stack Web Framework written in Ruby for building extendable, maintainable applications quickly.
= input_chronic A simple Rack middleware that parses a dates using Chronic, and returns the result in a standardized manner. The idea is to use this to verify the input in date input fields using AJAX, to provide immediate feedback to the user. == Usage Include "input_chronic" in your middleware stack. In Rails, this is done in environment.rb config.gem 'bjornblomqvist-input_chronic', :lib => 'input_chronic', :source => 'http://gems.github.com' config.middleware.use "input_chronic" This will catch requests to /gems.github.com/bjornblomqvist/input_chronic. Use GET requests and provide a parameter 'date' or 'datetime'. The value will be parsed by Chronic and returned formatted as 2009-01-01 or 2009-01-01 12:45, depending on the parameter name. Don't forget to add the javascript found at /javascript/input_chronic.js This is also implemented by catching the request before it reaches rails. To use this on a text input add the class chronic_date or chronic_datetime <input type="text" class="chronic_datetime" /> == Copyright Copyright (c) 2009 Erik Hansson, Bjorn Blomqvist. See LICENSE for details.
= Livedate A simple Rack middleware that parses a dates using Chronic, and returns the result in a standardized manner. The idea is to use this to verify the input in date input fields using AJAX, to provide immediate feedback to the user. == Usage Include Livedate in your middleware stack. In Rails, this is done in environment.rb config.gem 'livedate' config.middleware.use "Livedate" Specify the desired date + datetime formats you want too. Default error message for strings that Chronic can't pass can also be provided. The defaults are: config.middleware.use "Livedate", :date_format => '%Y-%m-%d', :datetime_format => ''%Y-%m-%d %H:%M', :invalid_format => '' This will catch requests to /parsedate. Use GET requests and provide a parameter 'date' or 'datetime'. The value will be parsed by Chronic and returned formatted as 2009-01-01 or 2009-01-01 12:45, depending on the parameter name. == Scripts There are two generators available to get simple javascripts that use livedate. Both will replace the contents on input elements with classes .date or .datetime on change with the result from the Chronic parse. script/generate livedate_jquery script/generate livedate_prototype Will put the appropriate version of the script in your public/javascripts directory. Feel free to change these if you need a different behavior.
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.