Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 127 for ecosystem (0.14 sec)

  1. docs/en/docs/deployment/cloud.md

    ## Cloud Providers - Sponsors
    
    Some cloud providers ✨ [**sponsor FastAPI**](../help-fastapi.md#sponsor-the-author){.internal-link target=_blank} ✨, this ensures the continued and healthy **development** of FastAPI and its **ecosystem**.
    
    And it shows their true commitment to FastAPI and its **community** (you), as they not only want to provide you a **good service** but also want to make sure you have a **good and healthy framework**, FastAPI. 🙇
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Jan 31 22:13:52 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  2. cluster/images/etcd-version-monitor/README.md

    prometheus format and can be scraped by a prometheus server.
    The metrics are exposed at the http://localhost:9101/metrics endpoint.
    
    For etcd 3.1+, the
    [go-grpc-prometheus](https://github.com/grpc-ecosystem/go-grpc-prometheus)
    metrics format, which backward incompatibly replaces the 3.0 legacy grpc metric
    format, is exposed in both the 3.1 format and in the 3.0. This preserves
    backward compatibility.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 22 04:03:37 UTC 2019
    - 1.3K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/cross_project_publications.adoc

    Gradle provides an improved model for this, which doesn't have the weakness of classifiers: attributes.
    
    In particular, in the Java ecosystem, Gradle provides a built-in attribute that library authors can use to express compatibility with the Java ecosystem: `org.gradle.jvm.version`.
    This attribute expresses the _minimal version that a consumer must have in order to work properly_.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 18K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/g3doc/overview.md

        such as TPUs, portable neural hardware in phones, and other custom ASICs
    *   People writing language bindings that want to take advantage of optimizing
        compilers and hardware acceleration.
    
    The TensorFlow ecosystem contains a number of compilers and optimizers that
    operate at multiple levels of the software and hardware stack. We expect the
    gradual adoption of MLIR to simplify every aspect of this stack.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 21 01:37:38 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  5. VULNERABILITY_REPORT.md

    # Vulnerability Management Policy
    
    This document formally describes the process of addressing and managing a
    reported vulnerability that has been found in the MinIO server code base,
    any directly connected ecosystem component or a direct / indirect dependency
    of the code base.
    
    ## Scope
    
    The vulnerability management policy described in this document covers the
    process of investigating, assessing and resolving a vulnerability report
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Feb 12 00:51:25 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/design/gradle-module-metadata-1.0-specification.md

    The values `java-api-*` and `java-runtime-*` are now deprecated and replaced by a new combination.
    
    The values for the Java ecosystem are now limited to `java-api` / `java-runtime` combined with the relevant value for `org.gradle.libraryelements`.
    
    Values for the native ecosystem remain unaffected.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 23:32:14 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  7. platforms/jvm/plugins-jvm-test-suite/src/main/java/org/gradle/api/testing/toolchains/internal/JvmTestToolchain.java

    import org.gradle.api.tasks.testing.Test;
    
    import javax.inject.Inject;
    import java.util.Collections;
    
    /**
     * A toolchain for testing JVM projects.  Toolchains provide the dependencies and test framework for a given JVM testing ecosystem.
     *
     * @since 8.5
     */
    public interface JvmTestToolchain<T extends JvmTestToolchainParameters> {
        /**
         * Creates a test framework for the given test task.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Sep 13 20:36:32 UTC 2023
    - 2K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/design/gradle-module-metadata-latest-specification.md

    The values `java-api-*` and `java-runtime-*` are now deprecated and replaced by a new combination.
    
    The values for the Java ecosystem are now limited to `java-api` / `java-runtime` combined with the relevant value for `org.gradle.libraryelements`.
    
    Values for the native ecosystem remain unaffected.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 16:14:11 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  9. subprojects/core-api/src/main/java/org/gradle/api/artifacts/DependencyArtifactSelector.java

    import javax.annotation.Nullable;
    
    /**
     * Details about an artifact selection in the context of a dependency substitution.
     *
     * Artifact selections are handy as a migration path from the Maven or Ivy ecosystem,
     * where different "variants" are actually represented as different artifacts, with
     * specific (type, extension, classifier) sub-coordinates, in addition to the GAV
     * (group, artifact, version) coordinates.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 23 15:47:10 UTC 2020
    - 1.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/README.md

    recommend using the "official" serialization stack in `k8s.io/apimachinery`.
    Directly serializing these types to proto will not result in data that matches
    the wire format or is compatible with other kubernetes ecosystem tools. The
    reason is that the wire format includes a magic prefix and an envelope proto.
    Please see:
    https://kubernetes.io/docs/reference/using-api/api-concepts/#protobuf-encoding
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 03 01:38:34 UTC 2021
    - 1.9K bytes
    - Viewed (0)
Back to top