awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesPer-Block Runtime Options

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.

Awesome Per-Block Runtime Options GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • superradcompany/microsandboxAvatar superradcompany

    superradcompany/microsandbox

    6,570Vezi pe GitHub↗

    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.

    Rust
    Vezi pe GitHub↗6,570
  • toeverything/blocksuiteAvatar toeverything

    toeverything/blocksuite

    5,544Vezi pe GitHub↗

    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.

    TypeScriptblockblock-editorcollaboration
    Vezi pe GitHub↗5,544
  1. Home
  2. Development Tools & Productivity
  3. Executable Block Configuration
  4. Per-Block Runtime Options

Explorează sub-etichetele

  • Per-Run OptionsConfigures per-run settings such as arguments, working directory, environment variables, user, timeout, resource limits, stdin mode, and TTY allocation through a builder. **Distinct from Per-Block Runtime Options:** Distinct from Per-Block Runtime Options: targets sandbox command execution, not document block runtime options.