2 Repos
Settings for controlling how scripts load, resolve URLs, and handle fallbacks.
Distinct from Platform Script Execution: Focuses on configuration of script execution environments, distinct from general platform script execution.
Explore 2 awesome GitHub repositories matching development tools & productivity · Execution Configuration Managers. Refine with filters or upvote what's useful.
Partytown is a library designed to offload resource-intensive third-party scripts to background web workers. By executing these scripts outside of the main thread, it prevents them from blocking the critical rendering path, thereby maintaining a responsive user interface and improving overall page load performance. The project functions as a web worker proxy library that synchronizes browser interfaces between the main thread and background environments. It uses proxy-based access and synchronous messaging to replicate global objects like the window and document, allowing scripts to interact
Customizes how third-party scripts load and execute by defining global settings for debugging, URL resolution, and fallback behavior.
SketchyBar is a shell-scriptable system user interface and status bar replacement for macOS. It replaces the native menu bar with a customizable overlay that uses scriptable widgets and dynamic visual blocks to display real-time data. The tool is distinguished by its use of external shell scripts to update visual elements and state. It supports a declarative configuration system that allows for the creation of multi-instance bars and the execution of batched commands to minimize flickering during startup. The system provides capabilities for dynamic system monitoring through graphs and visua
Groups multiple setup instructions into a single execution to reduce startup time and minimize flickering.