
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Gridster is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns. You can even dynamically add and remove elements from the grid.
More at http://gridster.net/.
Gridster was created by Ducksboard but they have basiclly abondoned the project and even those who had write permissions to the repo are not merging pull requests.
As of result of the inactivity over the last year in the Ducksboard repository, @dsmorse has created a fork for current support. He will GLADLY accept pull requests, and will be working to merge existing Pull Requests from Ducksboard repo.
This fork of Gridster can be installed via NPM;
npm install dsmorse-gridster
or to save.
npm install dsmorse-gridster --save
This artifact is published to rubygems.org to be consumed by ruby on rails applications.
Include gridster.js-rails in Gemfile;
gem 'gridster.js-rails'
and run bundle install.
Add this line to app/assets/stylesheets/application.css
*= require jquery.gridster
Add this line to app/assets/javascripts/application.js
//= require jquery.gridster
Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.
Distributed under the MIT license.
Gridster is built by Ducksboard with the help of all these wonderful people.
FAQs
Unknown package
We found that gridster.js-rails demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.