Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 62 for Suggestion (0.32 sec)

  1. android/guava-tests/benchmark/com/google/common/collect/SortedCopyBenchmark.java

    import java.util.TreeSet;
    
    /**
     * Provides supporting data for performance notes in the documentation of {@link
     * Ordering#sortedCopy} and {@link Ordering#immutableSortedCopy}, as well as for automated code
     * suggestions.
     *
     */
    public class SortedCopyBenchmark {
      @Param({"1", "10", "1000", "1000000"})
      int size; // logarithmic triangular
    
      @Param boolean mutable;
    
      @Param InputOrder inputOrder;
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 17:37:03 UTC 2017
    - 3.5K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/mod_tidy_compat_implicit.txt

    # it — lazy v0.1.0 — specifies 'go 1.17', and it is not otherwise relevant to
    # the main module).
    
    # 'go mod tidy' should by default diagnose the difference in dependencies as an
    # error, with useful suggestions about how to resolve it.
    
    cp go.mod go.mod.orig
    ! go mod tidy
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/mod_tidy_compat_incompatible.txt

    # it — lazy v0.1.0 — specifies 'go 1.17', and it is not otherwise relevant to
    # the main module).
    
    
    # 'go mod tidy' should by default diagnose the difference in dependencies as an
    # error, with useful suggestions about how to resolve it.
    
    cp go.mod go.mod.orig
    ! go mod tidy
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  4. pkg/controller/ttl/ttl_controller.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // The TTLController sets ttl annotations on nodes, based on cluster size.
    // The annotations are consumed by Kubelets as suggestions for how long
    // it can cache objects (e.g. secrets or config maps) before refetching
    // from apiserver again.
    //
    // TODO: This is a temporary workaround for the Kubelet not being able to
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/common_caching_problems.adoc

    NOTE: The compiler infrastructure provided by the JVM used to run Gradle is also used by the Groovy compiler.
    Therefore, you can expect differences in the bytecode of compiled Groovy classes for the same reasons as above and the same suggestions apply.
    
    == Avoid changing inputs external to your build
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 19.2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/releases/troubleshooting.adoc

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    [[troubleshooting]]
    = Troubleshooting builds
    
    The following is a collection of common issues and suggestions for addressing them.
    You can get other tips and search the link:https://discuss.gradle.org/c/help-discuss[Gradle forums] and link:https://stackoverflow.com/questions/tagged/gradle[StackOverflow #gradle] answers.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 06 02:22:03 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.18.md

    ## Changelog since v1.18.0-beta.2
    
    ## Changes by Kind
    
    ### API Change
    
    - Removes ConfigMap as suggestion for IngressClass parameters ([#89093](https://github.com/kubernetes/kubernetes/pull/89093), [@robscott](https://github.com/robscott)) [SIG Network]
    
    ### Other (Bug, Cleanup or Flake)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_groovy_to_kotlin_dsl.adoc

    .Knowing what plugin-provided extensions are available
    --
    Because your IDE knows about the configuration elements that a plugin provides, it will include those elements when you ask your IDE for suggestions.
    This will happen both at the top level of your build scripts — most plugin extensions are added to the `Project` object — and within an extension's configuration block.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  9. src/log/slog/doc.go

    and build up its Attrs by traversing the old ones with [Record.Attrs].
    
    # Performance considerations
    
    If profiling your application demonstrates that logging is taking significant time,
    the following suggestions may help.
    
    If many log lines have a common attribute, use [Logger.With] to create a Logger with
    that attribute. The built-in handlers will format that attribute only once, at the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 15 14:35:48 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  10. docs/en/docs/contributing.md

    !!! tip
        You can <a href="https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request" class="external-link" target="_blank">add comments with change suggestions</a> to existing pull requests.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jan 11 17:42:43 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top