2 repository-uri
Setting per-block runtime options to adapt behavior for custom environments, such as changing an image proxy URL.
Distinct from Executable Block Configuration: Distinct from Executable Block Configuration: focuses on runtime options for individual document blocks, not automation execution units.
Explore 2 awesome GitHub repositories matching development tools & productivity · Per-Block Runtime Options. Refine with filters or upvote what's useful.
Microsandbox is a runtime for creating and managing lightweight, hardware-isolated virtual machines — called sandboxes — that boot directly from standard OCI container images. Each sandbox runs as its own host process with a separate kernel, filesystem, and network stack, providing process-per-sandbox isolation. The project includes a command-line tool and multi-language SDKs (Rust, TypeScript, Python, Go) for programmatic lifecycle control, and it communicates with sandbox agents over Unix sockets using a CBOR-encoded protocol. What distinguishes Microsandbox is its combination of host-manag
Configures per-run settings like arguments, resource limits, and TTY allocation through a builder.
BlockSuite is a collaborative block editor framework built on a hierarchical block tree data model with CRDT-based state synchronization for real-time multi-user editing. It provides an extensible block component system, allowing developers to define custom block types through declarative schemas, services, and rendering components. The editor is packaged as cross-framework web components, making it embeddable in any JavaScript environment. The framework distinguishes itself with a command-driven editing pipeline that composes type-safe editing actions with dynamic context sharing and control
Allows setting per-block runtime options to adapt editor behavior for different environments.