Disable 300ms delay on mobile using CSS touch-action when property is supported or asynchronously download FastClick as polyfill
A fast click based on the touch-action css property
like touch(1) in node
Extends CSS code hints with more attributes; image-rendering, touch-action, will-change, tab-size, clip-path, user-select and more
Polyfill of the PointerEvents W3C spec
*An awesome drag and drop library for Svelte 3 and 4 (not using the browser's built-in dnd, thanks god): Rich animations, nested containers, touch support and more *
Is the current JS environment a touch device?
Touch target mixins and variables for Material Components for the web
React target for @use-gesture
Declarative API exposing native platform touch and gesture system to React Native
Most modern mobile touch slider and framework with hardware accelerated transitions
An update for quill-blot-formatter to make quilljs v2 compatible.
Add real-time AI video effects: virtual backgrounds, blur, touch-up, auto-framing, color correction, lower-thirds, and more. Works on all browsers for conferencing, streaming, and recording.
a CSS selector parser
Multi Backend system compatible with React DnD
Svelte Material UI - Floating Action Button
Multi Backend pipeline for react-dnd-multi-backend (HTML5 <-> Touch)
A duck punch for adding touch events to jQuery UI
Simple touch events support for vue.js 3
Svelte Material UI - Button
Drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE9+)
A global utility for tracking the current input method (mouse, keyboard or touch).
Detect if the browser supports the touch events api
Node and Bun local Prisma Streams runtime for trusted development workflows.
A modern terminal IRC client built with Ratatui and Tokio
Bevy plugin for automatic resizing of primary bevy window to fit browser viewport
Compile tailwind short instructions to css
Fixes for tailwind-css crate (Compile tailwind short instructions to css)
Adds touch gestures simulation to Watir, Selenium and Capybara using YUI JS.
A more intuitive syntax for performing a variety of file actions. Examples: "/".fwf_filepath.join('usr', 'bin', 'bash').touch FunWith::Files::FilePath.home("Music").glob(:ext => "mp3", :recurse => true) home = FunWith::Files::FilePath.home home.touch( "Music", "CDs", "BubbleBoyTechnoRemixxxx2011", "01-jiggypalooza.mp3" ) home.touch_dir( "Music", "CDs", "ReggaeSmackdown2008" ) do |dir| dir.touch( "liner_notes.txt" ) dir.touch( "cover.jpg" ) dir.touch( "01-tokin_by_the_sea.mp3" ) dir.touch( "02-tourists_be_crazy_mon.mp3" ) end
Online logging solution (like [Datadog](https://www.datadoghq.com)) have drastically transform the way we log. An app will nowdays logs dozen (hundred) of logs per requests. The issue is often to correlate this logs, with the initiating request (or job) and add shared metadata on this logs. Here come `ContextualizedLogs`. The main idea is to enhance your logs from your controller (including `ContextualizedController`, which use a before action), which will add the params to your logs (and some metadata about the request itself, like `request.uuid`). This metadata are stored in a `ActiveSupport::CurrentAttributes` which is a singleton (reset per request). Each subsequent logs in this thread (request) will also be enriched with this metadata, making it easier to find all the logs associated with a request (`uuid`, `ip`, `params.xxx`). On top of this, logs can also be enriched by the ActiveRecord model they use (`create` or `find`) (models including `ContextualizedModel`). So any time a contextualized model is created or find, some metadata related to the model (`id`, ...) will also be added to the logs. Allowing you to find all logs which "touched" this models.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.