awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • superradcompany/microsandboxAvatar de superradcompany

    superradcompany/microsandbox

    6,570Voir sur 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
    Voir sur GitHub↗6,570
  • toeverything/blocksuiteAvatar de toeverything

    toeverything/blocksuite

    5,544Voir sur 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
    Voir sur GitHub↗5,544
  1. Home
  2. Development Tools & Productivity
  3. Executable Block Configuration
  4. Per-Block Runtime Options

Explorer les sous-tags

  • 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.